Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(90300 errors, 1086 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

blocks/configurable_reports/block_configurable_reports.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#116) Line exceeds maximum limit of 180 characters; contains 200 characters
(#135) Line exceeds maximum limit of 180 characters; contains 200 characters
(#146) Line exceeds maximum limit of 180 characters; contains 206 characters
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) This comment is 75% valid code; is this commented out code?
(#173) No space found before comment text; expected "// $DB->set_field('blocks', 'lastcron',time(), array('name' => 'configurable_reports'));" but found "//$DB->set_field('blocks', 'lastcron',time(), array('name' => 'configurable_reports'));"
(#193) Expected 1 space before "?"; 0 found
(#201) Expected 1 space before "=="; 0 found
(#201) Expected 1 space after "=="; 0 found
(#201) Line exceeds 132 characters; contains 138 characters
blocks/configurable_reports/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#24) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Line indented incorrectly; expected 0 spaces, found 1
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$plugins"
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$ordering"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$form"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$help"
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#32) Visibility must be declared on method "__construct"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Inline control structures are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 3
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Inline control structures are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#42) Visibility must be declared on method "add_form_elements"
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space after closing parenthesis; found 0
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Line indented incorrectly; expected 0 spaces, found 1
blocks/configurable_reports/components/calcs/average/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/calcs/average/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Inline control structures are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 4
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 12 spaces, found 3
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 16 spaces, found 4
(#47) Inline control structures are not allowed
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 5
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "} else {\n"; found "}\n\t\telse{\n"
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Expected 1 space before "?"; 0 found
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#65) Expected 1 space after "="; 0 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 16 spaces, found 4
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 5
(#68) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 6
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 24 spaces, found 6
(#70) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 28 spaces, found 7
(#71) Inline control structures are not allowed
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 28 spaces, found 8
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 28 spaces, found 7
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 24 spaces, found 6
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 24 spaces, found 6
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 20 spaces, found 5
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Visibility must be declared on method "execute"
(#85) Expected 1 space after closing parenthesis; found 0
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 8 spaces, found 2
(#90) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Expected 1 space before "?"; 0 found
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Inline control structures are not allowed
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 3
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Expected 1 space before "/"; 0 found
(#98) Expected 1 space after "/"; 0 found
(#98) Commas (,) must be followed by white space.
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
blocks/configurable_reports/components/calcs/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Visibility must be declared on method "add_form_elements"
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 8 spaces, found 2
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Inline control structures are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 4
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Expected 1 space before "?"; 0 found
(#46) Expected 1 space after "?"; 2 found
(#46) Expected 1 space before ":"; 0 found
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 12 spaces, found 3
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 16 spaces, found 4
(#49) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 20 spaces, found 5
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 3
(#55) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 16 spaces, found 4
(#56) Inline control structures are not allowed
(#56) Commas (,) must be followed by white space.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 16 spaces, found 5
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#61) Expected "} else {\n"; found "}\n\t\telse{\n"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Expected 1 space before "?"; 0 found
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 3
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#73) Expected 1 space after "="; 0 found
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 20 spaces, found 5
(#78) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#78) Expected 1 space before "=>"; 0 found
(#78) Expected 1 space after "=>"; 0 found
(#78) Expected 1 space before "=>"; 0 found
(#78) Expected 1 space after "=>"; 0 found
(#83) Closing brace indented incorrectly; expected 5 spaces, found 20
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 20 spaces, found 5
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 16 spaces, found 4
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Commas (,) must be followed by white space.
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/calcs/max/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/calcs/max/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Inline control structures are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 4
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 12 spaces, found 3
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 16 spaces, found 4
(#47) Inline control structures are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 5
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "} else {\n"; found "}\n\t\telse{\n"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Expected 1 space before "?"; 0 found
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#65) Expected 1 space after "="; 0 found
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 16 spaces, found 4
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 5
(#68) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 6
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 24 spaces, found 6
(#70) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 28 spaces, found 7
(#71) Inline control structures are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 28 spaces, found 8
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 28 spaces, found 7
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 24 spaces, found 6
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 24 spaces, found 6
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 20 spaces, found 5
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Visibility must be declared on method "execute"
(#85) Expected 1 space after closing parenthesis; found 0
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Inline control structures are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/calcs/min/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/calcs/min/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Inline control structures are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 4
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 12 spaces, found 3
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 16 spaces, found 4
(#47) Inline control structures are not allowed
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 5
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "} else {\n"; found "}\n\t\telse{\n"
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Expected 1 space before "?"; 0 found
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#65) Expected 1 space after "="; 0 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 16 spaces, found 4
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 5
(#68) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 6
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 24 spaces, found 6
(#70) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 28 spaces, found 7
(#71) Inline control structures are not allowed
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 28 spaces, found 8
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 28 spaces, found 7
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 24 spaces, found 6
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 24 spaces, found 6
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 20 spaces, found 5
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Visibility must be declared on method "execute"
(#85) Expected 1 space after closing parenthesis; found 0
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#90) Expected "if (...) {\n"; found "if(...){\n"
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#91) Inline control structures are not allowed
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 5
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 16 spaces, found 4
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 20 spaces, found 5
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 16 spaces, found 4
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 12 spaces, found 3
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 8 spaces, found 2
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 4 spaces, found 1
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
blocks/configurable_reports/components/calcs/sum/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/calcs/sum/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#24) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Inline control structures are not allowed
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 4
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 12 spaces, found 3
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 16 spaces, found 4
(#47) Inline control structures are not allowed
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 5
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "} else {\n"; found "}\n\t\telse{\n"
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Expected 1 space before "?"; 0 found
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#65) Expected 1 space after "="; 0 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 16 spaces, found 4
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 5
(#68) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 6
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 24 spaces, found 6
(#70) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 28 spaces, found 7
(#71) Inline control structures are not allowed
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 28 spaces, found 8
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 28 spaces, found 7
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 24 spaces, found 6
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 24 spaces, found 6
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 20 spaces, found 5
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 20 spaces, found 5
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Visibility must be declared on method "execute"
(#85) Expected 1 space after closing parenthesis; found 0
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 2
(#89) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Expected 1 space before "?"; 0 found
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
blocks/configurable_reports/components/columns/categoryfield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#45) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#54) Visibility must be declared on method "validation"
(#54) Expected 1 space after closing parenthesis; found 0
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Commas (,) must be followed by white space.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/categoryfield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "colformat"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Expected 1 space before "?"; 0 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Visibility must be declared on method "execute"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 16 spaces, found 4
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Expected 1 space before "?"; 0 found
(#54) Expected 1 space before ":"; 0 found
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 16 spaces, found 4
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 20 spaces, found 9
(#57) Expected 1 space before "?"; 0 found
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 16 spaces, found 4
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 20 spaces, found 9
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Expected 1 space before "?"; 0 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Visibility must be declared on method "process_form"
(#34) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 8 spaces, found 2
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "add_form_elements"
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#48) Closing brace indented incorrectly; expected 2 spaces, found 8
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 2
(#50) Closing brace indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 2
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Commas (,) must be followed by white space.
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Line exceeds 132 characters; contains 152 characters
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 2
(#55) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 2
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 2
(#62) Commas (,) must be followed by white space.
(#62) Commas (,) must be followed by white space.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#65) Visibility must be declared on method "validate_form_elements"
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space after closing parenthesis; found 0
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Inline control structures are not allowed
(#66) Commas (,) must be followed by white space.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#67) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Visibility must be declared on method "form_process_data"
(#71) Expected 1 space after closing parenthesis; found 0
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#73) Expected "if (...) {\n"; found "if(...){\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Commas (,) must be followed by white space.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
(#84) Visibility must be declared on method "form_set_data"
(#84) Expected 1 space after closing parenthesis; found 0
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#89) Expected 1 space before "?"; 0 found
(#89) Expected 1 space before ":"; 0 found
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/coursefield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#45) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#54) Visibility must be declared on method "validation"
(#54) Expected 1 space after closing parenthesis; found 0
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Commas (,) must be followed by white space.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/coursefield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "colformat"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Expected 1 space before "?"; 0 found
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Visibility must be declared on method "execute"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 16 spaces, found 4
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 16 spaces, found 4
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 16 spaces, found 4
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Expected 1 space before "?"; 0 found
(#56) Expected 1 space before ":"; 0 found
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 16 spaces, found 4
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 16 spaces, found 4
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 20 spaces, found 9
(#60) Expected 1 space before "?"; 0 found
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 12 spaces, found 3
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Expected 1 space before "?"; 0 found
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
blocks/configurable_reports/components/columns/coursestats/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Line exceeds maximum limit of 180 characters; contains 342 characters
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Commas (,) must be followed by white space.
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 1
(#58) Visibility must be declared on method "validation"
(#58) Expected 1 space after closing parenthesis; found 0
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Commas (,) must be followed by white space.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Inline control structures are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 3
(#65) Commas (,) must be followed by white space.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Commas (,) must be followed by white space.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/coursestats/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "colformat"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Expected 1 space before "?"; 0 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Visibility must be declared on method "execute"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Variable "filter_starttime" must not contain underscores.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Variable "filter_endtime" must not contain underscores.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Variable "filter_starttime" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Variable "filter_endtime" must not contain underscores.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Variable "filter_starttime" must not contain underscores.
(#63) Variable "filter_endtime" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Variable "filter_starttime" must not contain underscores.
(#64) Variable "filter_starttime" must not contain underscores.
(#64) Commas (,) must be followed by white space.
(#64) Variable "filter_starttime" must not contain underscores.
(#64) Commas (,) must be followed by white space.
(#64) Variable "filter_starttime" must not contain underscores.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Variable "filter_endtime" must not contain underscores.
(#65) Variable "filter_endtime" must not contain underscores.
(#65) Commas (,) must be followed by white space.
(#65) Variable "filter_endtime" must not contain underscores.
(#65) Commas (,) must be followed by white space.
(#65) Variable "filter_endtime" must not contain underscores.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Variable "filter_starttime" must not contain underscores.
(#68) Expected 1 space before "?"; 0 found
(#68) Variable "filter_starttime" must not contain underscores.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Variable "filter_endtime" must not contain underscores.
(#69) Expected 1 space before "?"; 0 found
(#69) Variable "filter_endtime" must not contain underscores.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 8
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 16 spaces, found 8
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 16 spaces, found 8
(#77) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 16 spaces, found 8
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 16 spaces, found 8
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 8
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 16 spaces, found 8
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 8
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 16 spaces, found 8
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 8
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 8
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 8
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Commas (,) must be followed by white space.
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 2
(#98) Expected "if (...) {\n"; found "if(...){\n"
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 3
(#99) Expected 1 space before "*"; 0 found
(#99) Expected 1 space after "*"; 0 found
(#99) Expected 1 space before "*"; 0 found
(#99) Expected 1 space after "*"; 0 found
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 3
(#100) Expected 1 space before "*"; 0 found
(#100) Expected 1 space after "*"; 0 found
(#100) Expected 1 space before "*"; 0 found
(#100) Expected 1 space after "*"; 0 found
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 3
(#102) Commas (,) must be followed by white space.
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Whitespace found at end of line
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 8 spaces, found 2
(#107) Expected "if (...) {\n"; found "if(...){\n"
(#107) Commas (,) must be followed by white space.
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Inline control structures are not allowed
(#109) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 4
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 3
(#111) Inline control structures are not allowed
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 4
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 8 spaces, found 2
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 4 spaces, found 1
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
blocks/configurable_reports/components/columns/currentuserfinalgrade/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Visibility must be declared on method "validation"
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/currentuserfinalgrade/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Visibility must be declared on method "colformat"
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Expected 1 space before "?"; 0 found
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Visibility must be declared on method "execute"
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space after closing parenthesis; found 0
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#55) Expected "if (...) {\n"; found "if(...){\n"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
blocks/configurable_reports/components/columns/date/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Commas (,) must be followed by white space.
(#41) Line exceeds maximum limit of 180 characters; contains 224 characters
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
blocks/configurable_reports/components/columns/date/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "colformat"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Expected 1 space before "?"; 0 found
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Visibility must be declared on method "execute"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Expected 1 space before "?"; 0 found
(#50) Expected 1 space before ":"; 0 found
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Expected 1 space before "?"; 0 found
(#52) Expected 1 space before ":"; 0 found
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Expected 1 space before "?"; 0 found
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Commas (,) must be followed by white space.
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
blocks/configurable_reports/components/columns/finalgradeincurrentcourse/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 6
(#37) Commas (,) must be followed by white space.
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Visibility must be declared on method "validation"
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/finalgradeincurrentcourse/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Visibility must be declared on method "colformat"
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Expected 1 space before "?"; 0 found
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Visibility must be declared on method "execute"
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space after closing parenthesis; found 0
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#55) Expected "if (...) {\n"; found "if(...){\n"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Commas (,) must be followed by white space.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Commas (,) must be followed by white space.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#69) Visibility must be declared on method "validation"
(#69) Expected 1 space after closing parenthesis; found 0
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Inline control structures are not allowed
(#72) Commas (,) must be followed by white space.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 3
(#73) Commas (,) must be followed by white space.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/reportcolumn/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Inline control structures are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Inline control structures are not allowed
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Inline control structures are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Line exceeds 132 characters; contains 141 characters
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Inline control structures are not allowed
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Commas (,) must be followed by white space.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Commas (,) must be followed by white space.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Commas (,) must be followed by white space.
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Visibility must be declared on method "validation"
(#67) Expected 1 space after closing parenthesis; found 0
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Commas (,) must be followed by white space.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Inline control structures are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 3
(#73) Commas (,) must be followed by white space.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Inline control structures are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 3
(#76) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/reportcolumn/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$reportcache"
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "init"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#38) Visibility must be declared on method "summary"
(#38) Expected 1 space after closing parenthesis; found 0
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Visibility must be declared on method "colformat"
(#43) Expected 1 space after closing parenthesis; found 0
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Expected 1 space before "?"; 0 found
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Expected 1 space before "?"; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Expected 1 space before "?"; 0 found
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Visibility must be declared on method "get_user_reports"
(#50) Expected 1 space after closing parenthesis; found 0
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Line exceeds 132 characters; contains 153 characters
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#57) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#57) Expected 1 space before "=>"; 0 found
(#57) Expected 1 space after "=>"; 0 found
(#57) Expected 1 space before "=>"; 0 found
(#57) Expected 1 space after "=>"; 0 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#58) Inline control structures are not allowed
(#58) Commas (,) must be followed by white space.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 16 spaces, found 5
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#65) Visibility must be declared on method "get_current_report"
(#65) Expected 1 space after closing parenthesis; found 0
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Inline control structures are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Inline control structures are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#79) Visibility must be declared on method "get_report_columns"
(#79) Expected 1 space after closing parenthesis; found 0
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Inline control structures are not allowed
(#83) Commas (,) must be followed by white space.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Inline control structures are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#92) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Visibility must be declared on method "fix_condition_expr"
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space after closing parenthesis; found 0
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 3
(#101) Closing brace must be on a line by itself
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 3
(#102) Closing brace must be on a line by itself
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 12 spaces, found 3
(#103) Closing brace must be on a line by itself
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 12 spaces, found 3
(#104) Closing brace must be on a line by itself
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 1
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 1
(#110) Visibility must be declared on method "execute"
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space after closing parenthesis; found 0
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Inline control structures are not allowed
(#113) Commas (,) must be followed by white space.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 3
(#114) Commas (,) must be followed by white space.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 2
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 12 spaces, found 3
(#128) Expected "if (...) {\n"; found "if(...){\n"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 4
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 4
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 4
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 16 spaces, found 4
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 20 spaces, found 5
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 20 spaces, found 5
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 24 spaces, found 6
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 24 spaces, found 6
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 20 spaces, found 5
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 20 spaces, found 5
(#142) Line exceeds maximum limit of 180 characters; contains 182 characters
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 20 spaces, found 5
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 16 spaces, found 4
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 12 spaces, found 3
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Expected "} else if (...) {\n"; found "}\n\t\t\telse if(...){\n"
(#146) Expected "if (...) {\n"; found "if(...){\n"
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 16 spaces, found 4
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 16 spaces, found 4
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 16 spaces, found 4
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 16 spaces, found 4
(#151) Expected "if (...) {\n"; found "if(...){\n"
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 20 spaces, found 5
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 20 spaces, found 5
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 20 spaces, found 5
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 20 spaces, found 5
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 20 spaces, found 5
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 20 spaces, found 5
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 20 spaces, found 5
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 20 spaces, found 5
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 24 spaces, found 6
(#163) Line exceeds maximum limit of 180 characters; contains 183 characters
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 20 spaces, found 5
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 20 spaces, found 5
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 16 spaces, found 4
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 12 spaces, found 3
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 12 spaces, found 3
(#168) Expected "} else if (...) {\n"; found "}\n\t\t\telse if(...){\n"
(#168) Expected "if (...) {\n"; found "if(...){\n"
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 16 spaces, found 4
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 16 spaces, found 4
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 12 spaces, found 3
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 12 spaces, found 3
(#172) Expected "} else if (...) {\n"; found "}\n\t\t\telse if(...){\n"
(#172) Expected "if (...) {\n"; found "if(...){\n"
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 16 spaces, found 4
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 4
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 16 spaces, found 4
(#176) Expected "if (...) {\n"; found "if(...){\n"
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 20 spaces, found 5
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 20 spaces, found 5
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 20 spaces, found 5
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 20 spaces, found 5
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
(#181) Commas (,) must be followed by white space.
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
(#181) Commas (,) must be followed by white space.
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 20 spaces, found 5
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 20 spaces, found 5
(#184) Line exceeds maximum limit of 180 characters; contains 182 characters
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 20 spaces, found 5
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 16 spaces, found 4
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 12 spaces, found 3
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 12 spaces, found 3
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 8 spaces, found 2
(#193) Expected "if (...) {\n"; found "if(...){\n"
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 12 spaces, found 3
(#195) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 16 spaces, found 4
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 12 spaces, found 3
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 3
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 8 spaces, found 2
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/roleusersn/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Commas (,) must be followed by white space.
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#54) Visibility must be declared on method "validation"
(#54) Expected 1 space after closing parenthesis; found 0
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Commas (,) must be followed by white space.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/roleusersn/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#28) Visibility must be declared on method "init"
(#28) Expected 1 space after closing parenthesis; found 0
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Commas (,) must be followed by white space.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Visibility must be declared on method "colformat"
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Expected 1 space before "?"; 0 found
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#48) Visibility must be declared on method "execute"
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space after closing parenthesis; found 0
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Commas (,) must be followed by white space.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/usercompletion/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Line exceeds maximum limit of 180 characters; contains 237 characters
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Visibility must be declared on method "validation"
(#51) Expected 1 space after closing parenthesis; found 0
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Commas (,) must be followed by white space.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#57) Expected "if (...) {\n"; found "if(...) {\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Commas (,) must be followed by white space.
(#59) Closing brace indented incorrectly; expected 2 spaces, found 8
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/usercompletion/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Commas (,) must be followed by white space.
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Commas (,) must be followed by white space.
(#40) Visibility must be declared on method "colformat"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Expected 1 space before "?"; 0 found
(#42) Expected 1 space before "?"; 0 found
(#43) Expected 1 space before "?"; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Visibility must be declared on method "execute"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after closing parenthesis; found 0
blocks/configurable_reports/components/columns/userfield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Inline control structures are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Inline control structures are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Commas (,) must be followed by white space.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#63) Visibility must be declared on method "validation"
(#63) Expected 1 space after closing parenthesis; found 0
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/userfield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "colformat"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Expected 1 space before "?"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Expected 1 space before "?"; 0 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Expected 1 space before "?"; 0 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Visibility must be declared on method "execute"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#52) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 16 spaces, found 4
(#55) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 20 spaces, found 5
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 24 spaces, found 6
(#57) Expected 1 space before "?"; 0 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 20 spaces, found 5
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 20 spaces, found 5
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 24 spaces, found 6
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 20 spaces, found 5
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 20 spaces, found 5
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 16 spaces, found 4
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Expected "if (...) {\n"; found "if(...){\n"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 16 spaces, found 4
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 16 spaces, found 4
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 16 spaces, found 4
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 16 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Expected 1 space before "?"; 0 found
(#75) Expected 1 space before ":"; 0 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 16 spaces, found 4
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 16 spaces, found 4
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 16 spaces, found 4
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 16 spaces, found 4
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 16 spaces, found 4
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 16 spaces, found 4
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 16 spaces, found 4
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 16 spaces, found 4
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 20 spaces, found 9
(#85) Expected 1 space before "?"; 0 found
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Expected 1 space before "?"; 0 found
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/usermodactions/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 12 spaces, found 3
(#48) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after "=>"; 2 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Commas (,) must be followed by white space.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#63) Visibility must be declared on method "validation"
(#63) Expected 1 space after closing parenthesis; found 0
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/usermodactions/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Commas (,) must be followed by white space.
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#49) Visibility must be declared on method "colformat"
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Expected 1 space before "?"; 0 found
(#51) Expected 1 space before "?"; 0 found
(#52) Expected 1 space before "?"; 0 found
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Visibility must be declared on method "execute"
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space after closing parenthesis; found 0
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 9
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Closing brace indented incorrectly; expected 8 spaces, found 2
(#71) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#71) Expected "if (...) {\n"; found "if (...){\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 6
(#77) Closing brace indented incorrectly; expected 2 spaces, found 8
(#79) Expected "if (...) {\n"; found "if(...) {\n"
blocks/configurable_reports/components/columns/usermodoutline/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 12 spaces, found 3
(#48) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 4
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after "=>"; 2 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Commas (,) must be followed by white space.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Commas (,) must be followed by white space.
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Visibility must be declared on method "validation"
(#64) Expected 1 space after closing parenthesis; found 0
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Commas (,) must be followed by white space.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/usermodoutline/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 12 spaces, found 3
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 16 spaces, found 4
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#49) Visibility must be declared on method "colformat"
(#49) Expected 1 space after closing parenthesis; found 0
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Expected 1 space before "?"; 0 found
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Expected 1 space before "?"; 0 found
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Expected 1 space before "?"; 0 found
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 1
(#58) Visibility must be declared on method "execute"
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space after closing parenthesis; found 0
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#60) Expected "if (...) {\n"; found "if(...){\n"
(#60) Commas (,) must be followed by white space.
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 12 spaces, found 3
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#62) Commas (,) must be followed by white space.
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 16 spaces, found 4
(#64) Line indented incorrectly; expected 16 spaces, found 15
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 20 spaces, found 5
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 20 spaces, found 5
(#66) Variable "user_outline" must not contain underscores.
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 20 spaces, found 5
(#67) Variable "user_outline" must not contain underscores.
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 24 spaces, found 6
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#68) Commas (,) must be followed by white space.
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 28 spaces, found 7
(#69) Variable "user_outline" must not contain underscores.
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 28 spaces, found 7
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 32 spaces, found 8
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 32 spaces, found 8
(#72) Inline control structures are not allowed
(#72) Whitespace found at end of line
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 32 spaces, found 9
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 32 spaces, found 8
(#75) Inline control structures are not allowed
(#75) Whitespace found at end of line
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 32 spaces, found 9
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 32 spaces, found 8
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 28 spaces, found 7
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 24 spaces, found 6
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 20 spaces, found 5
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 16 spaces, found 4
(#81) Closing brace indented incorrectly; expected 15 spaces, found 4
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
blocks/configurable_reports/components/columns/userstats/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#31) Duplicate class name "userstats_form" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/configurable_reports/components/columns/usercompletion/form.php on line 31
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Line exceeds maximum limit of 180 characters; contains 237 characters
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Commas (,) must be followed by white space.
(#44) Line indented incorrectly; expected at least 8 spaces, found 4
(#45) Line indented incorrectly; expected 8 spaces, found 4
(#45) Expected 1 space before "+="; 0 found
(#45) Expected 1 space after "+="; 0 found
(#46) Line indented incorrectly; expected at least 12 spaces, found 8
(#47) Line indented incorrectly; expected 8 spaces, found 4
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Expected 1 space before "*"; 0 found
(#50) Expected 1 space after "*"; 0 found
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Commas (,) must be followed by white space.
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Visibility must be declared on method "validation"
(#60) Expected 1 space after closing parenthesis; found 0
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Commas (,) must be followed by white space.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#66) Expected "if (...) {\n"; found "if(...) {\n"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Commas (,) must be followed by white space.
(#68) Closing brace indented incorrectly; expected 2 spaces, found 8
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/columns/userstats/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Commas (,) must be followed by white space.
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#40) Visibility must be declared on method "colformat"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Expected 1 space before "?"; 0 found
(#42) Expected 1 space before "?"; 0 found
(#43) Expected 1 space before "?"; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Visibility must be declared on method "execute"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space after closing parenthesis; found 0
(#54) Variable "filter_starttime" must not contain underscores.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#55) Variable "filter_endtime" must not contain underscores.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#59) Variable "filter_starttime" must not contain underscores.
(#60) Variable "filter_endtime" must not contain underscores.
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Variable "filter_starttime" must not contain underscores.
(#63) Variable "filter_endtime" must not contain underscores.
(#64) Variable "filter_starttime" must not contain underscores.
(#64) Variable "filter_starttime" must not contain underscores.
(#64) Commas (,) must be followed by white space.
(#64) Variable "filter_starttime" must not contain underscores.
(#64) Commas (,) must be followed by white space.
(#64) Variable "filter_starttime" must not contain underscores.
(#65) Variable "filter_endtime" must not contain underscores.
(#65) Variable "filter_endtime" must not contain underscores.
(#65) Commas (,) must be followed by white space.
(#65) Variable "filter_endtime" must not contain underscores.
(#65) Commas (,) must be followed by white space.
(#65) Variable "filter_endtime" must not contain underscores.
(#68) Variable "filter_starttime" must not contain underscores.
(#68) Expected 1 space before "?"; 0 found
(#68) Variable "filter_starttime" must not contain underscores.
(#69) Variable "filter_endtime" must not contain underscores.
(#69) Expected 1 space before "?"; 0 found
(#69) Variable "filter_endtime" must not contain underscores.
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#73) Expected 1 space after "="; 2 found
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#88) Expected 1 space before "*"; 0 found
(#88) Expected 1 space after "*"; 0 found
(#88) Expected 1 space before "*"; 0 found
(#88) Expected 1 space after "*"; 0 found
(#89) Expected 1 space before "*"; 0 found
(#89) Expected 1 space after "*"; 0 found
(#89) Expected 1 space before "*"; 0 found
(#89) Expected 1 space after "*"; 0 found
(#96) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#96) Expected "if (...) {\n"; found "if (...){\n"
(#98) Expected "if (...) {\n"; found "if(...){\n"
(#103) Expected "if (...) {\n"; found "if(...){\n"
(#104) Expected 1 space before "*"; 0 found
(#104) Expected 1 space after "*"; 0 found
(#104) Expected 1 space before "*"; 0 found
(#104) Expected 1 space after "*"; 0 found
(#105) Expected 1 space before "*"; 0 found
(#105) Expected 1 space after "*"; 0 found
(#105) Expected 1 space before "*"; 0 found
(#105) Expected 1 space after "*"; 0 found
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Expected 1 space before "*"; 0 found
(#116) Expected 1 space after "*"; 0 found
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Commas (,) must be followed by white space.
(#166) Expected "if (...) {\n"; found "if(...){\n"
(#167) Expected 1 space before "*"; 0 found
(#167) Expected 1 space after "*"; 0 found
(#167) Expected 1 space before "*"; 0 found
(#167) Expected 1 space after "*"; 0 found
(#168) Expected 1 space before "*"; 0 found
(#168) Expected 1 space after "*"; 0 found
(#168) Expected 1 space before "*"; 0 found
(#168) Expected 1 space after "*"; 0 found
(#170) Commas (,) must be followed by white space.
(#173) Expected "if (...) {\n"; found "if(...){\n"
(#175) Inline control structures are not allowed
(#175) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#177) Inline control structures are not allowed
blocks/configurable_reports/components/conditions/ccoursefield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$allowedops"
(#32) Expected 1 space after "="; 2 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Line exceeds 132 characters; contains 148 characters
(#34) Visibility must be declared on method "definition"
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Commas (,) must be followed by white space.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "validation"
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#62) Commas (,) must be followed by white space.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) Commas (,) must be followed by white space.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Inline control structures are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Commas (,) must be followed by white space.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Commas (,) must be followed by white space.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#75) Commas (,) must be followed by white space.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Commas (,) must be followed by white space.
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/conditions/ccoursefield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Visibility must be declared on method "execute"
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 42% valid code; is this commented out code?
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 12 spaces, found 3
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 16 spaces, found 8
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 16 spaces, found 6
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Commas (,) must be followed by white space.
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Inline control structures are not allowed
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 3
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
blocks/configurable_reports/components/conditions/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Visibility must be declared on method "form_process_data"
(#34) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#44) Line exceeds 132 characters; contains 139 characters
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Visibility must be declared on method "add_missing_conditions"
(#51) Expected 1 space after closing parenthesis; found 0
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Inline control structures are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 4
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 12 spaces, found 3
(#62) Expected "for (...) {\n"; found "for(...){\n"
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 16 spaces, found 4
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Commas (,) must be followed by white space.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 20 spaces, found 5
(#64) Inline control structures are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 20 spaces, found 6
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 20 spaces, found 5
(#66) Inline control structures are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 20 spaces, found 6
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 16 spaces, found 4
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 3
(#73) Expected "for (...) {\n"; found "for(...){\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 4
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 4
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#82) Visibility must be declared on method "form_set_data"
(#82) Expected 1 space after closing parenthesis; found 0
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#84) Expected "if (...) {\n"; found "if(...){\n"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) This comment is 86% valid code; is this commented out code?
(#87) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) No space found before comment text; expected "// print_r($components);exit;" but found "//print_r($components);exit;"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 12 spaces, found 3
(#88) Expected 1 space before "?"; 0 found
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#90) Expected "if (...) {\n"; found "if(...){\n"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 16 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 12 spaces, found 3
(#101) Line indented incorrectly; expected 12 spaces, found 24
(#101) Expected "if (...) {\n"; found "if(...){\n"
(#103) Line indented incorrectly; expected 12 spaces, found 24
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Commas (,) must be followed by white space.
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 3
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/conditions/coursecategory/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/conditions/coursecategory/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Inline control structures are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Visibility must be declared on method "execute"
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space after closing parenthesis; found 0
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Inline control structures are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
blocks/configurable_reports/components/conditions/coursechild/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#42) Expected "if (...) {\n"; found "if(...){\n"
(#42) Line exceeds 132 characters; contains 150 characters
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#43) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/conditions/coursechild/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Inline control structures are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 3
(#39) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Visibility must be declared on method "execute"
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#48) Commas (,) must be followed by white space.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Inline control structures are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
blocks/configurable_reports/components/conditions/courseparent/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#42) Expected "if (...) {\n"; found "if(...){\n"
(#42) Line exceeds 132 characters; contains 152 characters
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#43) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/conditions/courseparent/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Inline control structures are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 3
(#40) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Visibility must be declared on method "execute"
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Inline control structures are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
blocks/configurable_reports/components/conditions/currentreportcourse/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
blocks/configurable_reports/components/conditions/currentuser/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Visibility must be declared on method "execute"
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
blocks/configurable_reports/components/conditions/currentusercourses/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Inline control structures are not allowed
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
blocks/configurable_reports/components/conditions/cuserfield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$allowedops"
(#32) Expected 1 space after "="; 2 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Line exceeds 132 characters; contains 148 characters
(#34) Visibility must be declared on method "definition"
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Inline control structures are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Inline control structures are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#61) Visibility must be declared on method "validation"
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space after closing parenthesis; found 0
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#66) Commas (,) must be followed by white space.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Inline control structures are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Inline control structures are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 3
(#75) Inline control structures are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#78) Commas (,) must be followed by white space.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Commas (,) must be followed by white space.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Commas (,) must be followed by white space.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/conditions/cuserfield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#38) Expected "if (...) {\n"; found "if(...){\n"
(#38) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Visibility must be declared on method "execute"
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space after closing parenthesis; found 0
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) This comment is 42% valid code; is this commented out code?
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#52) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 16 spaces, found 4
(#55) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 16 spaces, found 4
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 16 spaces, found 4
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 20 spaces, found 5
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 24 spaces, found 10
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 20 spaces, found 5
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 24 spaces, found 8
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 16 spaces, found 4
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 16 spaces, found 4
(#69) Expected "if (...) {\n"; found "if(...){\n"
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 20 spaces, found 5
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 20 spaces, found 5
(#71) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 24 spaces, found 6
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 20 spaces, found 5
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 20 spaces, found 5
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Expected "} else {\n"; found "}\t\n\t\telse{\n"
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 12 spaces, found 3
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 16 spaces, found 4
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 16 spaces, found 4
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 20 spaces, found 9
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 16 spaces, found 4
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 20 spaces, found 7
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 3
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#92) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#93) Inline control structures are not allowed
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 4
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
blocks/configurable_reports/components/conditions/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Commas (,) must be followed by white space.
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Visibility must be declared on method "validation"
(#47) Expected 1 space after closing parenthesis; found 0
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Inline control structures are not allowed
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 3
(#51) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Inline control structures are not allowed
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 3
(#54) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 16 spaces, found 4
(#61) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 20 spaces, found 5
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 24 spaces, found 6
(#63) Commas (,) must be followed by white space.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 24 spaces, found 6
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 20 spaces, found 5
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/conditions/parentcategory/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Commas (,) must be followed by white space.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/conditions/parentcategory/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Inline control structures are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Visibility must be declared on method "execute"
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space after closing parenthesis; found 0
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "if (...) {\n"; found "if(...){\n"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Inline control structures are not allowed
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 4
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Inline control structures are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 4
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#60) Expected "} else {\n"; found "}\n\t\telse{\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Inline control structures are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 4
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/conditions/usersincohorts/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#33) Visibility must be declared on method "definition"
(#38) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 6
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 6
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 6
(#42) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 12 spaces, found 7
(#44) Closing brace indented incorrectly; expected 6 spaces, found 8
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/conditions/usersincohorts/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Visibility must be declared on method "execute"
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#45) Expected 1 space after "="; 2 found
(#52) Closing brace indented incorrectly; expected 2 spaces, found 8
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/conditions/usersincurrentcourse/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#33) Visibility must be declared on method "definition"
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/conditions/usersincurrentcourse/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "summary"
(#35) Expected 1 space after closing parenthesis; found 0
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Visibility must be declared on method "execute"
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 2
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/customsql/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 8 spaces, found 2
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 9
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 9
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 9
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 9
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 8 spaces, found 5
(#40) Closing brace indented incorrectly; expected 2 spaces, found 5
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Visibility must be declared on method "form_process_data"
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "form_set_data"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) This comment is 86% valid code; is this commented out code?
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) No space found before comment text; expected "// print_r($components);exit;" but found "//print_r($components);exit;"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#62) Expected 1 space before "?"; 0 found
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/customsql/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) 3 slashes comments are not allowed; use "// Comment." instead
(#29) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#36) Visibility must be declared on method "definition"
(#46) Commas (,) must be followed by white space.
(#46) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#62) Inline control structures are not allowed
(#65) Line exceeds 132 characters; contains 146 characters
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#68) Line exceeds 132 characters; contains 148 characters
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) This comment is 84% valid code; is this commented out code?
(#76) No space found before comment text; expected "// $this->add_action_buttons();" but found "//$this->add_action_buttons();"
(#79) Visibility must be declared on method "validation"
(#87) Visibility must be declared on method "validation_high_security"
(#96) Line exceeds 132 characters; contains 134 characters
(#99) Line indented incorrectly; expected at least 12 spaces, found 8
(#103) Line indented incorrectly; expected at least 12 spaces, found 8
(#107) Line indented incorrectly; expected at least 12 spaces, found 8
(#128) Visibility must be declared on method "validation_low_security"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#139) Line exceeds 132 characters; contains 140 characters
(#139) This comment is 70% valid code; is this commented out code?
(#139) No space found before comment text; expected "// if (preg_match('/\b(ALTER|CREATE|DELETE|DROP|GRANT|INSERT|INTO|TRUNCATE|UPDATE|SET|VACUUM|REINDEX|DISCARD|LOCK)\b/i', $sql)) {" but found "//if (preg_match('/\b(ALTER|CREATE|DELETE|DROP|GRANT|INSERT|INTO|TRUNCATE|UPDATE|SET|VACUUM|REINDEX|DISCARD|LOCK)\b/i', $sql)) {"
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 12 spaces, found 3
blocks/configurable_reports/components/filters/categories/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_categories" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_categories" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#47) Variable "filter_categories" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_categories" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "filter_categories" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Expected "} else {\n"; found "}\n\t\telse{\n"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#82) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/coursecategories/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 2
(#45) Expected "if (...) {\n"; found "if(...) {\n"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Closing brace indented incorrectly; expected 2 spaces, found 8
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#55) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Closing brace indented incorrectly; expected 2 spaces, found 8
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Visibility must be declared on method "print_filter"
(#67) Expected 1 space after closing parenthesis; found 0
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "filter_categories" must not contain underscores.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Variable "filter_categories" must not contain underscores.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/coursemodules/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Variable "filter_coursemoduleid" must not contain underscores.
(#43) Commas (,) must be followed by white space.
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#44) Variable "filter_coursemoduleid" must not contain underscores.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 4
(#48) Variable "filter_coursemoduleid" must not contain underscores.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#51) Variable "filter_coursemoduleid" must not contain underscores.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 16 spaces, found 4
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#54) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#60) Variable "filter_coursemoduleid" must not contain underscores.
(#64) Closing brace indented incorrectly; expected 2 spaces, found 8
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 1
(#68) Visibility must be declared on method "print_filter"
(#68) Expected 1 space after closing parenthesis; found 0
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Variable "filter_coursemoduleid" must not contain underscores.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#76) Expected "if (...) {\n"; found "if(...) {\n"
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 12 spaces, found 3
(#92) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Commas (,) must be followed by white space.
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 12 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Line exceeds 132 characters; contains 136 characters
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/courses/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_courses" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_courses" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 4
(#47) Variable "filter_courses" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#49) Expected "} else {\n"; found "}\n\t\telse{\n"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#50) Expected "if (...) {\n"; found "if(...){\n"
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#51) Variable "filter_courses" must not contain underscores.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 1
(#58) Visibility must be declared on method "print_filter"
(#58) Expected 1 space after closing parenthesis; found 0
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Variable "filter_courses" must not contain underscores.
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 2
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Expected "} else {\n"; found "}\n\t\telse{\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#79) Expected "if (...) {\n"; found "if(...){\n"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 3
(#83) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/enrolledstudents/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_enrolledstudents" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_enrolledstudents" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 4
(#47) Variable "filter_enrolledstudents" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_enrolledstudents" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) This comment is 62% valid code; is this commented out code?
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) No space found before comment text; expected "// $filter_enrolledstudents = optional_param('filter_enrolledstudents',0,PARAM_INT);" but found "//$filter_enrolledstudents = optional_param('filter_enrolledstudents',0,PARAM_INT);"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#71) This comment is 54% valid code; is this commented out code?
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) No space found before comment text; expected "// $coursecontext = context_course::instance($COURSE->id);" but found "//$coursecontext = context_course::instance($COURSE->id);"
(#72) This comment is 60% valid code; is this commented out code?
(#72) No space found before comment text; expected "// $enrolledstudentslist = array_keys(get_users_by_capability($coursecontext, 'moodle/user:viewdetails'));" but found "//$enrolledstudentslist = array_keys(get_users_by_capability($coursecontext, 'moodle/user:viewdetails'));"
(#73) Line indented incorrectly; expected at least 12 spaces, found 0
(#73) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#74) Line indented incorrectly; expected at least 12 spaces, found 0
(#74) Expected 1 space before comment text but found 22; use block comment if you need indentation
(#75) Line indented incorrectly; expected at least 12 spaces, found 0
(#75) Expected 1 space before comment text but found 22; use block comment if you need indentation
(#76) Line indented incorrectly; expected at least 12 spaces, found 0
(#76) Expected 1 space before comment text but found 22; use block comment if you need indentation
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected at least 12 spaces, found 0
(#77) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) This comment is 84% valid code; is this commented out code?
(#84) No space found before comment text; expected "// echo $sql;die;" but found "//echo $sql;die;"
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) This comment is 86% valid code; is this commented out code?
(#86) No space found before comment text; expected "// print_object($enrolledstudentslist);die;" but found "//print_object($enrolledstudentslist);die;"
(#87) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 2
(#96) Expected "if (...) {\n"; found "if(...){\n"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 3
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 12 spaces, found 3
(#100) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 4
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Line exceeds 132 characters; contains 137 characters
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/fcoursefield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Commas (,) must be followed by white space.
(#51) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/filters/fcoursefield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_fcoursefield" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 8 spaces, found 2
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#43) Variable "filter_fcoursefield" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Variable "filter_fcoursefield" must not contain underscores.
(#45) Commas (,) must be followed by white space.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#48) Commas (,) must be followed by white space.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#56) Visibility must be declared on method "print_filter"
(#56) Expected 1 space after closing parenthesis; found 0
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Inline control structures are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Inline control structures are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#77) Expected "if (...) {\n"; found "if(...){\n"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 12 spaces, found 3
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#78) Line exceeds 132 characters; contains 158 characters
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 16 spaces, found 4
(#79) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 20 spaces, found 5
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 16 spaces, found 4
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 2
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/fsearchuserfield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#33) Variable "remoteDB" must be all lower-case
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Variable "remoteDB" must be all lower-case
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Inline control structures are not allowed
(#47) Variable "remoteDB" must be all lower-case
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 3
(#48) Inline control structures are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#55) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/filters/fsearchuserfield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Variable "filter_fuserfield" must not contain underscores.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Variable "filter_fuserfield" must not contain underscores.
(#52) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#54) Expected "if (...) {\n"; found "if(...){\n"
(#54) Variable "filter_fuserfield" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Variable "filter_fuserfield" must not contain underscores.
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#67) Variable "filter_fuserfield" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Variable "filter_fuserfield" must not contain underscores.
(#69) Commas (,) must be followed by white space.
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 3
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Commas (,) must be followed by white space.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 16 spaces, found 4
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 20 spaces, found 5
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 20 spaces, found 5
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 20 spaces, found 5
(#76) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 20 spaces, found 5
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 24 spaces, found 6
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 24 spaces, found 6
(#80) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 28 spaces, found 7
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 24 spaces, found 6
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 24 spaces, found 6
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 20 spaces, found 5
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 16 spaces, found 4
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#87) Expected "} else {\n"; found "}\n\t\t\telse{\n"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Commas (,) must be followed by white space.
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 16 spaces, found 4
(#91) Expected "if (...) {\n"; found "if(...){\n"
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 20 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 16 spaces, found 4
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 12 spaces, found 3
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 1
(#99) Visibility must be declared on method "print_filter"
(#99) Expected 1 space after closing parenthesis; found 0
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Inline control structures are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Inline control structures are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 3
(#111) Inline control structures are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 4
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Inline control structures are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 3
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 8 spaces, found 2
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Expected 1 space after "?"; newline found
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 4
(#125) Expected 1 space after ":"; newline found
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 4
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#129) Expected "if (...) {\n"; found "if(...){\n"
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 12 spaces, found 3
(#130) Expected "if (...) {\n"; found "if(...){\n"
(#130) Commas (,) must be followed by white space.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 16 spaces, found 4
(#131) Expected "if (...) {\n"; found "if(...){\n"
(#131) Commas (,) must be followed by white space.
(#131) Commas (,) must be followed by white space.
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 20 spaces, found 5
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 5
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 20 spaces, found 5
(#136) Commas (,) must be followed by white space.
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 20 spaces, found 5
(#138) Expected "if (...) {\n"; found "if(...){\n"
(#138) Commas (,) must be followed by white space.
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 24 spaces, found 6
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected 24 spaces, found 6
(#140) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 28 spaces, found 7
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 24 spaces, found 6
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 20 spaces, found 5
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 16 spaces, found 4
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 12 spaces, found 3
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 12 spaces, found 3
(#146) Expected "} else {\n"; found "}\n\t\t\telse{\n"
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 16 spaces, found 4
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 16 spaces, found 4
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 16 spaces, found 4
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 16 spaces, found 4
(#151) Expected "if (...) {\n"; found "if(...){\n"
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 20 spaces, found 5
(#152) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 24 spaces, found 6
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 20 spaces, found 5
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 20 spaces, found 5
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 16 spaces, found 4
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 12 spaces, found 3
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/fuserfield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#33) Visibility must be declared on method "definition"
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Inline control structures are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Inline control structures are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 3
(#50) Inline control structures are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Commas (,) must be followed by white space.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/filters/fuserfield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Variable "filter_fuserfield" must not contain underscores.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Variable "filter_fuserfield" must not contain underscores.
(#52) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 8 spaces, found 2
(#54) Expected "if (...) {\n"; found "if(...){\n"
(#54) Variable "filter_fuserfield" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Variable "filter_fuserfield" must not contain underscores.
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 8 spaces, found 2
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#67) Variable "filter_fuserfield" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Variable "filter_fuserfield" must not contain underscores.
(#69) Commas (,) must be followed by white space.
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 3
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Commas (,) must be followed by white space.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 16 spaces, found 4
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 20 spaces, found 5
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 20 spaces, found 5
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 20 spaces, found 5
(#76) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 20 spaces, found 5
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 24 spaces, found 6
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 24 spaces, found 6
(#80) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 28 spaces, found 7
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 24 spaces, found 6
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 24 spaces, found 6
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 20 spaces, found 5
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 16 spaces, found 4
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 16 spaces, found 4
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 16 spaces, found 4
(#90) Expected "if (...) {\n"; found "if(...){\n"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 20 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 16 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 4 spaces, found 1
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Visibility must be declared on method "print_filter"
(#98) Expected 1 space after closing parenthesis; found 0
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Inline control structures are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 3
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) Inline control structures are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 3
(#110) Inline control structures are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 4
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Inline control structures are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 3
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 2
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#123) Expected 1 space after "?"; newline found
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 4
(#124) Expected 1 space after ":"; newline found
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 4
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#128) Expected "if (...) {\n"; found "if(...){\n"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 12 spaces, found 3
(#129) Expected "if (...) {\n"; found "if(...){\n"
(#129) Commas (,) must be followed by white space.
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 16 spaces, found 4
(#130) Expected "if (...) {\n"; found "if(...){\n"
(#130) Commas (,) must be followed by white space.
(#130) Commas (,) must be followed by white space.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 20 spaces, found 5
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 20 spaces, found 5
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Commas (,) must be followed by white space.
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 20 spaces, found 5
(#137) Expected "if (...) {\n"; found "if(...){\n"
(#137) Commas (,) must be followed by white space.
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 24 spaces, found 6
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 24 spaces, found 6
(#139) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 28 spaces, found 7
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 24 spaces, found 6
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 20 spaces, found 5
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 16 spaces, found 4
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 12 spaces, found 3
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 12 spaces, found 3
(#145) Expected "} else {\n"; found "}\n\t\t\telse{\n"
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 16 spaces, found 4
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 16 spaces, found 4
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 16 spaces, found 4
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 16 spaces, found 4
(#150) Expected "if (...) {\n"; found "if(...){\n"
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 20 spaces, found 5
(#151) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 24 spaces, found 6
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 20 spaces, found 5
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 20 spaces, found 5
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 16 spaces, found 4
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 12 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 2
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/role/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_role" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_role" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#47) Variable "filter_role" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_role" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "filter_role" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#83) Expected "if (...) {\n"; found "if(...){\n"
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#85) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Commas (,) must be followed by white space.
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/searchtext/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#32) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Commas (,) must be followed by white space.
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Variable "filter_searchtext" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#45) Inline control structures are not allowed
(#45) Variable "filter_searchtext" must not contain underscores.
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#49) Variable "filter_searchtext" must not contain underscores.
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#53) Inline control structures are not allowed
(#53) Commas (,) must be followed by white space.
(#56) Variable "filter_searchtext" must not contain underscores.
(#58) Variable "processed_items" must not contain underscores.
(#59) Perl-style comments are not allowed; use "// Comment." instead
(#60) Space found after opening bracket of FOREACH loop
(#60) Space found before closing bracket of FOREACH loop
(#60) Commas (,) must be followed by white space.
(#60) Variable "filter_searchtext" must not contain underscores.
(#60) Variable "search_item" must not contain underscores.
(#61) Perl-style comments are not allowed; use "// Comment." instead
(#62) Perl-style comments are not allowed; use "// Comment." instead
(#63) Variable "search_item" must not contain underscores.
(#63) Variable "search_item" must not contain underscores.
(#64) Variable "search_item" must not contain underscores.
(#64) Variable "search_item" must not contain underscores.
(#64) Commas (,) must be followed by white space.
(#66) Perl-style comments are not allowed; use "// Comment." instead
(#67) Variable "search_item" must not contain underscores.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Variable "search_item" must not contain underscores.
(#69) Perl-style comments are not allowed; use "// Comment." instead
(#70) Variable "search_item" must not contain underscores.
(#71) Line indented incorrectly; expected at least 28 spaces, found 27
(#71) Variable "search_item" must not contain underscores.
(#71) Variable "search_item" must not contain underscores.
(#73) Variable "processed_items" must not contain underscores.
(#75) Perl-style comments are not allowed; use "// Comment." instead
(#76) Perl-style comments are not allowed; use "// Comment." instead
(#77) Commas (,) must be followed by white space.
(#77) Variable "processed_items" must not contain underscores.
(#79) Variable "filter_searchtext" must not contain underscores.
(#87) Visibility must be declared on method "print_filter"
(#87) Expected 1 space after closing parenthesis; found 0
(#89) Variable "filter_searchtext" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#93) Variable "filter_searchtext" must not contain underscores.
blocks/configurable_reports/components/filters/semester/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_semester" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_semester" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#47) Variable "filter_semester" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_semester" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "filter_semester" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Line exceeds 132 characters; contains 170 characters
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) This comment is 77% valid code; is this commented out code?
(#64) No space found before comment text; expected "// $semester = array('סמסטר א'=>'סמסטר א', 'סמסטר ב'=>'סמסטר ב', 'סמסטר ג'=>'סמסטר ג', 'סמינריון'=>'סמינריון');" but found "//$semester = array('סמסטר א'=>'סמסטר א', 'סמסטר ב'=>'סמסטר ב', 'סמסטר ג'=>'סמסטר ג', 'סמינריון'=>'סמינריון');"
(#65) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#65) Commas (,) must be followed by white space.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Expected "if (...) {\n"; found "if(...){\n"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 3
(#83) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Commas (,) must be followed by white space.
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/startendtime/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Inline control structures are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#48) Variable "filter_starttime" must not contain underscores.
(#49) Variable "filter_endtime" must not contain underscores.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#51) Variable "filter_starttime" must not contain underscores.
(#52) Variable "filter_endtime" must not contain underscores.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Inline control structures are not allowed
(#54) Variable "filter_starttime" must not contain underscores.
(#54) Variable "filter_endtime" must not contain underscores.
(#56) Variable "filter_starttime" must not contain underscores.
(#56) Variable "filter_starttime" must not contain underscores.
(#56) Variable "filter_starttime" must not contain underscores.
(#56) Variable "filter_starttime" must not contain underscores.
(#57) Variable "filter_starttime" must not contain underscores.
(#57) Variable "filter_starttime" must not contain underscores.
(#58) Variable "filter_endtime" must not contain underscores.
(#58) Variable "filter_endtime" must not contain underscores.
(#58) Variable "filter_endtime" must not contain underscores.
(#58) Variable "filter_endtime" must not contain underscores.
(#59) Variable "filter_endtime" must not contain underscores.
(#59) Variable "filter_endtime" must not contain underscores.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Inline control structures are not allowed
(#65) Commas (,) must be followed by white space.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Variable "filter_starttime" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Commas (,) must be followed by white space.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Inline control structures are not allowed
(#73) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Variable "filter_endtime" must not contain underscores.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Commas (,) must be followed by white space.
(#79) Variable "filter_starttime" must not contain underscores.
(#79) Commas (,) must be followed by white space.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Commas (,) must be followed by white space.
(#80) Variable "filter_endtime" must not contain underscores.
(#80) Commas (,) must be followed by white space.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Visibility must be declared on method "print_filter"
(#85) Expected 1 space after closing parenthesis; found 0
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/subcategories/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_subcategories" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_subcategories" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#47) Variable "filter_subcategories" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_subcategories" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "filter_subcategories" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#71) Expected "} else {\n"; found "}\n\t\telse{\n"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#82) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/user/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_user" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_user" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 4
(#47) Variable "filter_user" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_user" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) This comment is 62% valid code; is this commented out code?
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) No space found before comment text; expected "// $filter_user = optional_param('filter_user',0,PARAM_INT);" but found "//$filter_user = optional_param('filter_user',0,PARAM_INT);"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 3
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#82) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 16 spaces, found 4
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/users/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_users" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_users" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 4
(#47) Variable "filter_users" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_users" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 12 spaces, found 3
(#79) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 12 spaces, found 3
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/yearhebrew/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_yearhebrew" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_yearhebrew" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#47) Variable "filter_yearhebrew" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_yearhebrew" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "filter_yearhebrew" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) This comment is 91% valid code; is this commented out code?
(#64) No space found before comment text; expected "// $yearhebrew = array('תשע'=>'תשע','תשעא'=>'תשעא','תשעב'=>'תשעב','תשעג'=>'תשעג','תשעד'=>'תשעד','תשעה'=>'תשעה');" but found "//$yearhebrew = array('תשע'=>'תשע','תשעא'=>'תשעא','תשעב'=>'תשעב','תשעג'=>'תשעג','תשעד'=>'תשעד','תשעה'=>'תשעה');"
(#65) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#65) Commas (,) must be followed by white space.
(#68) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Closing brace indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#84) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 16 spaces, found 4
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 3
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Commas (,) must be followed by white space.
(#89) Line exceeds 132 characters; contains 133 characters
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/filters/yearnumeric/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_yearnumeric" must not contain underscores.
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#43) Variable "filter_yearnumeric" must not contain underscores.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#47) Variable "filter_yearnumeric" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 16 spaces, found 4
(#50) Variable "filter_yearnumeric" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#57) Visibility must be declared on method "print_filter"
(#57) Expected 1 space after closing parenthesis; found 0
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#60) Variable "filter_yearnumeric" must not contain underscores.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) This comment is 91% valid code; is this commented out code?
(#64) No space found before comment text; expected "// $yearnumeric = array('2010'=>'2010','2011'=>'2011','2012'=>'2012','2013'=>'2013','2014'=>'2014','2015'=>'2015');" but found "//$yearnumeric = array('2010'=>'2010','2011'=>'2011','2012'=>'2012','2013'=>'2013','2014'=>'2014','2015'=>'2015');"
(#65) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#65) Commas (,) must be followed by white space.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Expected "if (...) {\n"; found "if(...){\n"
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 3
(#83) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Commas (,) must be followed by white space.
(#88) Line exceeds 132 characters; contains 136 characters
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/ordering/categoryfieldorder/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Inline control structures are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/ordering/categoryfieldorder/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$sql"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "init"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Visibility must be declared on method "summary"
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Visibility must be declared on method "execute"
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Inline control structures are not allowed
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 4
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 3
(#55) Expected "if (...) {\n"; found "if(...){\n"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 16 spaces, found 4
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/ordering/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/ordering/coursefieldorder/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Inline control structures are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/ordering/coursefieldorder/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$sql"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "init"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Visibility must be declared on method "summary"
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Visibility must be declared on method "execute"
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Inline control structures are not allowed
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 4
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 3
(#55) Expected "if (...) {\n"; found "if(...){\n"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 16 spaces, found 4
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/ordering/userfieldorder/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#24) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Inline control structures are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/ordering/userfieldorder/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#24) Whitespace found at end of line
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$sql"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "init"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Visibility must be declared on method "summary"
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Visibility must be declared on method "execute"
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Inline control structures are not allowed
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 4
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 3
(#55) Expected "if (...) {\n"; found "if(...){\n"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 16 spaces, found 4
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/permissions/anyone/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
blocks/configurable_reports/components/permissions/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Visibility must be declared on method "form_process_data"
(#34) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#44) Line exceeds 132 characters; contains 141 characters
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Visibility must be declared on method "add_missing_conditions"
(#51) Expected 1 space after closing parenthesis; found 0
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 8 spaces, found 2
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Inline control structures are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 4
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 12 spaces, found 3
(#58) Expected "for (...) {\n"; found "for(...){\n"
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 16 spaces, found 4
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#59) Commas (,) must be followed by white space.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 20 spaces, found 5
(#60) Inline control structures are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 20 spaces, found 6
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 20 spaces, found 5
(#62) Inline control structures are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 20 spaces, found 6
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 16 spaces, found 4
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 12 spaces, found 3
(#71) Expected "for (...) {\n"; found "for(...){\n"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 16 spaces, found 4
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#80) Visibility must be declared on method "form_set_data"
(#80) Expected 1 space after closing parenthesis; found 0
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 8 spaces, found 2
(#83) Expected "if (...) {\n"; found "if(...){\n"
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) This comment is 86% valid code; is this commented out code?
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#86) No space found before comment text; expected "// print_r($components);exit;" but found "//print_r($components);exit;"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Expected 1 space before "?"; 0 found
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 12 spaces, found 3
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 12 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 16 spaces, found 4
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#100) Expected "if (...) {\n"; found "if(...) {\n"
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 3
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 3
(#106) Commas (,) must be followed by white space.
(#107) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 8 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/permissions/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 1
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 1
(#39) Commas (,) must be followed by white space.
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Visibility must be declared on method "validation"
(#47) Expected 1 space after closing parenthesis; found 0
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Inline control structures are not allowed
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 3
(#51) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Inline control structures are not allowed
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 3
(#54) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 12 spaces, found 3
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 16 spaces, found 4
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 16 spaces, found 4
(#61) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 20 spaces, found 5
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 24 spaces, found 6
(#63) Commas (,) must be followed by white space.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 24 spaces, found 6
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 20 spaces, found 5
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 16 spaces, found 4
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 12 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/permissions/puserfield/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#33) Visibility must be declared on method "definition"
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Inline control structures are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 3
(#47) Inline control structures are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Commas (,) must be followed by white space.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 1
(#64) Visibility must be declared on method "validation"
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space after closing parenthesis; found 0
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Inline control structures are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 3
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Inline control structures are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 3
(#75) Inline control structures are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 2
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#78) Commas (,) must be followed by white space.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Commas (,) must be followed by white space.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/permissions/puserfield/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Commas (,) must be followed by white space.
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#46) Visibility must be declared on method "execute"
(#46) Expected 1 space after closing parenthesis; found 0
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Inline control structures are not allowed
(#49) Commas (,) must be followed by white space.
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 3
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#52) Expected "if (...) {\n"; found "if(...){\t\t\t\n"
(#52) Commas (,) must be followed by white space.
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 12 spaces, found 3
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#53) Whitespace found at end of line within string
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 16 spaces, found 4
(#55) Expected "foreach (...) {\n"; found "foreach(...){\t\t\t\t\t\n"
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 20 spaces, found 5
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 16 spaces, found 4
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 12 spaces, found 3
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 8 spaces, found 2
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Inline control structures are not allowed
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 3
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 1
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
blocks/configurable_reports/components/permissions/reportscapabilities/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/permissions/roleincourse/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#37) Commas (,) must be followed by white space.
(#37) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Inline control structures are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/permissions/roleincourse/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1
(#44) Visibility must be declared on method "execute"
(#44) Expected 1 space after closing parenthesis; found 0
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 70% valid code; is this commented out code?
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) No space found before comment text; expected "// global $DB, $CFG, $COURSE;" but found "//global $DB, $CFG, $COURSE;"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) This comment is 49% valid code; is this commented out code?
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) No space found before comment text; expected "// $context = ($this->report->courseid == SITEID) ? context_system::instance() : context_course::instance($this->report->courseid);" but found "//$context = ($this->report->courseid == SITEID) ? context_system::instance() : context_course::instance($this->report->courseid);"
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) This comment is 54% valid code; is this commented out code?
(#48) No space found before comment text; expected "// $context = context_course::instance($COURSE->id);" but found "//$context = context_course::instance($COURSE->id);"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#50) Expected "if (...) {\n"; found "if(...){\n"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 12 spaces, found 3
(#51) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 16 spaces, found 4
(#52) Inline control structures are not allowed
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 16 spaces, found 5
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 12 spaces, found 3
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 8 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/permissions/usersincoursereport/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Visibility must be declared on method "execute"
(#40) Expected 1 space after closing parenthesis; found 0
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#44) Expected "if (...) {\n"; found "if(...) {\n"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
blocks/configurable_reports/components/plot/bar/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Visibility must be declared on method "definition"
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected 8 spaces, found 2
(#17) Expected "if (...) {\n"; found "if(...){\n"
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 12 spaces, found 3
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 12 spaces, found 3
(#20) Inline control structures are not allowed
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 12 spaces, found 4
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 12 spaces, found 3
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 12 spaces, found 3
(#24) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 16 spaces, found 4
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 20 spaces, found 5
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 16 spaces, found 4
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 12 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 8 spaces, found 2
(#30) Expected "} else {\n"; found "}\n\t\telse{\n"
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Expected 1 space before "?"; 0 found
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 12 spaces, found 3
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 16 spaces, found 4
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 16 spaces, found 4
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 20 spaces, found 22
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 24 spaces, found 26
(#48) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 24 spaces, found 26
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 20 spaces, found 22
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 20 spaces, found 5
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 16 spaces, found 4
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 3
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Commas (,) must be followed by white space.
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Commas (,) must be followed by white space.
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 3
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 3
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 3
(#78) Commas (,) must be followed by white space.
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
(#85) Closing brace indented incorrectly; expected 4 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 1
(#87) Visibility must be declared on method "add_formatting_elements"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 3
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 3
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 11 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 11 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 11 spaces, found 3
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 11 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 11 spaces, found 3
(#97) Commas (,) must be followed by white space.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 11 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 11 spaces, found 2
(#99) Commas (,) must be followed by white space.
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 11 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 11 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 11 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 11 spaces, found 3
(#103) Commas (,) must be followed by white space.
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 11 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 11 spaces, found 2
(#105) Commas (,) must be followed by white space.
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Line indented incorrectly; expected at least 11 spaces, found 8
(#108) Line indented incorrectly; expected at least 11 spaces, found 9
(#109) Line indented incorrectly; expected at least 11 spaces, found 9
(#110) Line indented incorrectly; expected at least 11 spaces, found 9
(#111) Line indented incorrectly; expected at least 11 spaces, found 2
(#112) Line indented incorrectly; expected at least 11 spaces, found 3
(#112) Whitespace found at end of line
(#113) Line indented incorrectly; expected at least 11 spaces, found 3
(#113) Whitespace found at end of line
(#114) Line indented incorrectly; expected at least 11 spaces, found 3
(#115) Line indented incorrectly; expected at least 11 spaces, found 2
(#116) Line indented incorrectly; expected at least 11 spaces, found 2
(#117) Line indented incorrectly; expected at least 11 spaces, found 3
(#118) Line indented incorrectly; expected at least 11 spaces, found 3
(#119) Line indented incorrectly; expected at least 11 spaces, found 3
(#120) Line indented incorrectly; expected at least 11 spaces, found 3
(#121) Line indented incorrectly; expected at least 11 spaces, found 2
(#122) Line indented incorrectly; expected at least 11 spaces, found 2
(#123) Line indented incorrectly; expected at least 11 spaces, found 2
(#124) Line indented incorrectly; expected at least 11 spaces, found 3
(#125) Line indented incorrectly; expected at least 11 spaces, found 3
(#126) Line indented incorrectly; expected at least 11 spaces, found 3
(#127) Line indented incorrectly; expected at least 11 spaces, found 3
(#128) Line indented incorrectly; expected at least 11 spaces, found 2
(#129) Line indented incorrectly; expected at least 11 spaces, found 2
(#130) Line indented incorrectly; expected at least 11 spaces, found 2
(#131) Line indented incorrectly; expected at least 11 spaces, found 3
(#132) Line indented incorrectly; expected at least 11 spaces, found 3
(#133) Line indented incorrectly; expected at least 11 spaces, found 3
(#134) Line indented incorrectly; expected at least 11 spaces, found 3
(#135) Line indented incorrectly; expected at least 11 spaces, found 2
(#135) Whitespace found at end of line
(#136) Line indented incorrectly; expected at least 11 spaces, found 2
(#137) Line indented incorrectly; expected at least 11 spaces, found 8
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Line indented incorrectly; expected at least 11 spaces, found 8
(#140) Line indented incorrectly; expected at least 11 spaces, found 8
(#142) Closing brace indented incorrectly; expected 1 spaces, found 4
blocks/configurable_reports/components/plot/bar/graph.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) This comment is 80% valid code; is this commented out code?
(#31) Perl-style comments are not allowed; use "// Comment." instead
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) This comment is 86% valid code; is this commented out code?
(#32) Perl-style comments are not allowed; use "// Comment." instead
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Inline control structures are not allowed
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 0 spaces, found 1
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space after "=>"; 2 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 0 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected 0 spaces, found 4
(#47) Expected "if (...) {\n"; found "if (...){\n"
(#50) Line indented incorrectly; expected 0 spaces, found 4
(#53) Line indented incorrectly; expected 0 spaces, found 4
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 0 spaces, found 1
(#60) Expected "if (...) {\n"; found "if (...){\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 0 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 2
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 3
(#68) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 4
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 12 spaces, found 4
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 16 spaces, found 5
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 16 spaces, found 5
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 5
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 5
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 12 spaces, found 4
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 3
(#78) Expected "if (...) {\n"; found "if(...) {\n"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 4
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 12 spaces, found 4
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 4
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 12 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 12 spaces, found 4
(#85) Variable "DataSet" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 4
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#86) The use of function print_r() is forbidden
(#86) Commas (,) must be followed by white space.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 12 spaces, found 4
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Line indented incorrectly; expected at least 12 spaces, found 4
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 12 spaces, found 4
(#91) Variable "longest_label" must not contain underscores.
(#91) Space found before semicolon; expected "0;" but found "0 ;"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 12 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 5
(#93) Variable "label_len" must not contain underscores.
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 5
(#94) Variable "label_len" must not contain underscores.
(#94) Variable "longest_label" must not contain underscores.
(#94) Variable "longest_label" must not contain underscores.
(#94) Variable "label_len" must not contain underscores.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 5
(#95) Line exceeds 132 characters; contains 154 characters
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 12 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 4
(#97) Variable "DataSet" must be all lower-case
(#97) Commas (,) must be followed by white space.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 4
(#98) Variable "DataSet" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 4
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) The use of function print_r() is forbidden
(#99) Commas (,) must be followed by white space.
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 4
(#100) Variable "longest_legend" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 4
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 5
(#102) Variable "legend_len" must not contain underscores.
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 5
(#103) Variable "legend_len" must not contain underscores.
(#103) Variable "longest_legend" must not contain underscores.
(#103) Variable "longest_legend" must not contain underscores.
(#103) Variable "legend_len" must not contain underscores.
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 16 spaces, found 5
(#104) Variable "DataSet" must be all lower-case
(#104) Commas (,) must be followed by white space.
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 12 spaces, found 4
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 4
(#107) Commas (,) must be followed by white space.
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 4
(#108) Commas (,) must be followed by white space.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 4
(#109) Variable "color_r" must not contain underscores.
(#109) Commas (,) must be followed by white space.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 4
(#110) Variable "color_g" must not contain underscores.
(#110) Commas (,) must be followed by white space.
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 4
(#111) Variable "color_b" must not contain underscores.
(#111) Commas (,) must be followed by white space.
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 4
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 12 spaces, found 4
(#113) Variable "font_size" must not contain underscores.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 4
(#114) Variable "font_path" must not contain underscores.
(#115) Variable "label_offset" must not contain underscores.
(#115) Variable "longest_label" must not contain underscores.
(#115) Variable "font_size" must not contain underscores.
(#115) Expected 1 space before "/"; 0 found
(#115) Expected 1 space after "/"; 0 found
(#116) Variable "min_label_offset" must not contain underscores.
(#117) Variable "max_label_offset" must not contain underscores.
(#118) Line indented incorrectly; expected 12 spaces, found 16
(#118) Variable "label_offset" must not contain underscores.
(#118) Variable "min_label_offset" must not contain underscores.
(#119) Variable "label_offset" must not contain underscores.
(#119) Variable "min_label_offset" must not contain underscores.
(#120) Line indented incorrectly; expected 12 spaces, found 16
(#120) Variable "label_offset" must not contain underscores.
(#120) Variable "max_label_offset" must not contain underscores.
(#121) Variable "label_offset" must not contain underscores.
(#121) Variable "max_label_offset" must not contain underscores.
(#122) Line indented incorrectly; expected 12 spaces, found 16
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 4
(#123) Variable "legend_offset" must not contain underscores.
(#123) Variable "longest_legend" must not contain underscores.
(#123) Variable "font_size" must not contain underscores.
(#123) Expected 1 space before "/"; 0 found
(#123) Expected 1 space after "/"; 0 found
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 4
(#124) Variable "max_legend_offset" must not contain underscores.
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 12 spaces, found 4
(#125) Variable "legend_offset" must not contain underscores.
(#125) Variable "max_legend_offset" must not contain underscores.
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 16 spaces, found 5
(#126) Variable "legend_offset" must not contain underscores.
(#126) Variable "max_legend_offset" must not contain underscores.
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 12 spaces, found 4
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 12 spaces, found 4
(#129) Variable "myPicture" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#129) Variable "DataSet" must be all lower-case
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 4
(#130) Variable "myPicture" must be all lower-case
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#130) Variable "font_path" must not contain underscores.
(#130) Commas (,) must be followed by white space.
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#130) Variable "font_size" must not contain underscores.
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 4
(#131) Variable "legend_width" must not contain underscores.
(#131) Commas (,) must be followed by white space.
(#131) Variable "legend_height" must not contain underscores.
(#131) Variable "myPicture" must be all lower-case
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 4
(#132) Variable "legend_x" must not contain underscores.
(#132) Variable "legend_width" must not contain underscores.
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 4
(#133) Variable "legend_y" must not contain underscores.
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 4
(#136) Variable "graph_x" must not contain underscores.
(#136) Variable "font_size" must not contain underscores.
(#136) Expected 1 space before "/"; 0 found
(#136) Expected 1 space after "/"; 0 found
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 4
(#137) Variable "graph_y" must not contain underscores.
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 4
(#138) Variable "graph_width" must not contain underscores.
(#138) Variable "legend_x" must not contain underscores.
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 4
(#139) Variable "graph_height" must not contain underscores.
(#139) Variable "label_offset" must not contain underscores.
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) This comment is 77% valid code; is this commented out code?
(#141) Line indented incorrectly; expected at least 12 spaces, found 4
(#141) Perl-style comments are not allowed; use "// Comment." instead
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 12 spaces, found 4
(#142) Variable "BGSettings" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 5
(#143) Expected 1 space before "=>"; 0 found
(#143) Expected 1 space after "=>"; 0 found
(#143) Whitespace found at end of line
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 5
(#144) Expected 1 space before "=>"; 0 found
(#144) Expected 1 space after "=>"; 0 found
(#144) Whitespace found at end of line
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 5
(#145) Expected 1 space before "=>"; 0 found
(#145) Expected 1 space after "=>"; 0 found
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 17 spaces, found 4
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 17 spaces, found 4
(#147) Variable "myPicture" must be all lower-case
(#147) Commas (,) must be followed by white space.
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "+"; 0 found
(#147) Expected 1 space after "+"; 0 found
(#147) Commas (,) must be followed by white space.
(#147) Expected 1 space before "+"; 0 found
(#147) Expected 1 space after "+"; 0 found
(#147) Commas (,) must be followed by white space.
(#147) Variable "BGSettings" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 17 spaces, found 4
(#148) Variable "myPicture" must be all lower-case
(#148) Variable "graph_x" must not contain underscores.
(#148) Commas (,) must be followed by white space.
(#148) Variable "graph_y" must not contain underscores.
(#148) Commas (,) must be followed by white space.
(#148) Variable "graph_width" must not contain underscores.
(#148) Commas (,) must be followed by white space.
(#148) Variable "graph_height" must not contain underscores.
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Whitespace found at end of line
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 17 spaces, found 4
(#150) Variable "ScaleSettings" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 17 spaces, found 5
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Whitespace found at end of line
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 17 spaces, found 5
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Whitespace found at end of line
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 17 spaces, found 5
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 17 spaces, found 5
(#154) Expected 1 space before "=>"; 0 found
(#154) Expected 1 space after "=>"; 0 found
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 17 spaces, found 5
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#155) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 17 spaces, found 4
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 17 spaces, found 4
(#157) Variable "myPicture" must be all lower-case
(#157) Variable "ScaleSettings" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 17 spaces, found 4
(#158) Variable "myPicture" must be all lower-case
(#158) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#158) Commas (,) must be followed by white space.
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Commas (,) must be followed by white space.
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Commas (,) must be followed by white space.
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Commas (,) must be followed by white space.
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Commas (,) must be followed by white space.
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Commas (,) must be followed by white space.
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 17 spaces, found 4
(#160) Variable "ChartSettings" must be all lower-case
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 17 spaces, found 5
(#161) Expected 1 space before "=>"; 0 found
(#161) Expected 1 space after "=>"; 0 found
(#161) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) This comment is 75% valid code; is this commented out code?
(#162) Line indented incorrectly; expected at least 17 spaces, found 5
(#162) Perl-style comments are not allowed; use "// Comment." instead
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 17 spaces, found 5
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 17 spaces, found 5
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 17 spaces, found 5
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 17 spaces, found 5
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 17 spaces, found 5
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 17 spaces, found 5
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 17 spaces, found 4
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 17 spaces, found 4
(#170) Variable "myPicture" must be all lower-case
(#170) Variable "ChartSettings" must be all lower-case
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 17 spaces, found 4
(#171) Variable "myPicture" must be all lower-case
(#171) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 17 spaces, found 4
(#172) Variable "myPicture" must be all lower-case
(#172) Variable "legend_x" must not contain underscores.
(#172) Commas (,) must be followed by white space.
(#172) Variable "legend_y" must not contain underscores.
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 17 spaces, found 4
(#173) Variable "myPicture" must be all lower-case
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#178) Line indented incorrectly; expected 8 spaces, found 12
(#178) Closing brace indented incorrectly; expected 3 spaces, found 12
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 2
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 0 spaces, found 1
blocks/configurable_reports/components/plot/bar/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Visibility must be declared on method "execute"
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#44) Expected "if (...) {\n"; found "if(...){\n"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Variable "label_idx" must not contain underscores.
(#45) Commas (,) must be followed by white space.
(#45) Variable "label_name" must not contain underscores.
(#45) Commas (,) must be followed by white space.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Variable "label_name" must not contain underscores.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 12 spaces, found 3
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 16 spaces, found 4
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 12 spaces, found 3
(#50) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 16 spaces, found 4
(#51) Variable "label_name" must not contain underscores.
(#51) Variable "label_idx" must not contain underscores.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 16 spaces, found 4
(#52) Space found after opening bracket of FOREACH loop
(#52) Space found before closing bracket of FOREACH loop
(#52) Variable "value_fields" must not contain underscores.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 20 spaces, found 5
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#53) Variable "value_fields" must not contain underscores.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 20 spaces, found 5
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 20 spaces, found 5
(#56) Variable "label_idx" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 24 spaces, found 6
(#57) The use of function error_log() is forbidden
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 24 spaces, found 6
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 20 spaces, found 5
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 20 spaces, found 5
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 24 spaces, found 6
(#62) Perl-style comments are not allowed; use "// Comment." instead
(#62) Whitespace found at end of line
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 24 spaces, found 6
(#63) Perl-style comments are not allowed; use "// Comment." instead
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 24 spaces, found 6
(#64) The use of function error_log() is forbidden
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 24 spaces, found 6
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 20 spaces, found 5
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 5
(#68) Commas (,) must be followed by white space.
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 6
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 20 spaces, found 5
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 20 spaces, found 5
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 16 spaces, found 4
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 3
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 8 spaces, found 2
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Line exceeds 132 characters; contains 148 characters
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#81) Visibility must be declared on method "get_series"
(#81) Expected 1 space after closing parenthesis; found 0
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Variable "graphdata_raw" must not contain underscores.
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Expected 1 space after "="; 2 found
(#83) Variable "graphdata_raw" must not contain underscores.
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/plot/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/plot/line/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Visibility must be declared on method "definition"
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#14) Expected 1 space before "=>"; 0 found
(#14) Expected 1 space after "=>"; 0 found
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 8 spaces, found 2
(#18) Expected "if (...) {\n"; found "if(...){\n"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) Inline control structures are not allowed
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 12 spaces, found 4
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 12 spaces, found 3
(#25) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 16 spaces, found 4
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 12 spaces, found 3
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 8 spaces, found 2
(#29) Expected "} else {\n"; found "}\n\t\telse{\n"
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 12 spaces, found 3
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 12 spaces, found 3
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Expected 1 space before "?"; 0 found
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 12 spaces, found 3
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 16 spaces, found 4
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 16 spaces, found 4
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 16 spaces, found 4
(#44) Expected "if (...) {\n"; found "if(...){\n"
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 20 spaces, found 5
(#45) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 24 spaces, found 6
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 24 spaces, found 6
(#47) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 28 spaces, found 7
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 28 spaces, found 7
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 24 spaces, found 6
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 24 spaces, found 6
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 20 spaces, found 5
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 20 spaces, found 5
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 16 spaces, found 4
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#57) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Commas (,) must be followed by white space.
(#59) Commas (,) must be followed by white space.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Commas (,) must be followed by white space.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Commas (,) must be followed by white space.
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#77) Visibility must be declared on method "validation"
(#77) Expected 1 space after closing parenthesis; found 0
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Inline control structures are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 3
(#81) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/plot/line/graph.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Inline control structures are not allowed
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 0 spaces, found 1
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space after "=>"; 2 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 0 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 0 spaces, found 1
(#46) Expected "if (...) {\n"; found "if (...){\n"
(#49) Line indented incorrectly; expected 0 spaces, found 4
(#49) Closing brace indented incorrectly; expected 1 spaces, found 4
(#52) Line indented incorrectly; expected 0 spaces, found 4
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 0 spaces, found 1
(#60) Expected "if (...) {\n"; found "if (...){\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 0 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 0 spaces, found 1
(#63) Expected "} else {\n"; found "}\n\telse{\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 2
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 3
(#70) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 4
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 12 spaces, found 4
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 5
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 5
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 5
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 16 spaces, found 5
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 12 spaces, found 4
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 8 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 8 spaces, found 3
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 4
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 4
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 4
(#84) Commas (,) must be followed by white space.
(#84) Commas (,) must be followed by white space.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 4
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 5
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 16 spaces, found 5
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 12 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 12 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 4
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 4
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 12 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 4
(#97) Variable "DataSet" must be all lower-case
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 12 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 12 spaces, found 4
(#99) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) Variable "DataSet" must be all lower-case
(#100) Commas (,) must be followed by white space.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 5
(#101) Variable "DataSet" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 5
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 12 spaces, found 4
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 12 spaces, found 4
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 5
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 16 spaces, found 5
(#107) Variable "DataSet" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 5
(#108) Variable "DataSet" must be all lower-case
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 12 spaces, found 4
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 12 spaces, found 4
(#110) Expected "} else {\n"; found "}\n\t\t\t\telse{\n"
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 16 spaces, found 5
(#111) Variable "DataSet" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 12 spaces, found 4
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 12 spaces, found 4
(#114) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#116) Variable "isHebrew" must be all lower-case
(#117) Variable "fixedValue" must be all lower-case
(#117) Variable "isHebrew" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 16 spaces, found 5
(#118) Variable "DataSet" must be all lower-case
(#118) Variable "fixedValue" must be all lower-case
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 12 spaces, found 4
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Line indented incorrectly; expected at least 12 spaces, found 4
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 4
(#122) Variable "Test" must be all lower-case
(#122) Commas (,) must be followed by white space.
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 4
(#123) Variable "Test" must be all lower-case
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 4
(#125) Variable "Test" must be all lower-case
(#125) Commas (,) must be followed by white space.
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 4
(#126) Variable "Test" must be all lower-case
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#126) Commas (,) must be followed by white space.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 4
(#127) Variable "Test" must be all lower-case
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 4
(#128) Variable "Test" must be all lower-case
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 12 spaces, found 4
(#129) Variable "Test" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#129) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 4
(#130) Variable "Test" must be all lower-case
(#130) Variable "DataSet" must be all lower-case
(#130) Commas (,) must be followed by white space.
(#130) Variable "DataSet" must be all lower-case
(#130) Commas (,) must be followed by white space.
(#130) Commas (,) must be followed by white space.
(#130) Commas (,) must be followed by white space.
(#130) Commas (,) must be followed by white space.
(#130) Commas (,) must be followed by white space.
(#130) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#130) Commas (,) must be followed by white space.
(#130) Commas (,) must be followed by white space.
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 4
(#132) Variable "Test" must be all lower-case
(#132) Commas (,) must be followed by white space.
(#132) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#132) Commas (,) must be followed by white space.
(#132) Commas (,) must be followed by white space.
(#132) Commas (,) must be followed by white space.
(#132) Commas (,) must be followed by white space.
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Line indented incorrectly; expected at least 12 spaces, found 4
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 4
(#135) Variable "Test" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 4
(#136) Variable "Test" must be all lower-case
(#136) Commas (,) must be followed by white space.
(#136) Commas (,) must be followed by white space.
(#136) Commas (,) must be followed by white space.
(#136) Commas (,) must be followed by white space.
(#136) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#136) Commas (,) must be followed by white space.
(#136) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Line indented incorrectly; expected at least 12 spaces, found 4
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 4
(#139) Variable "Test" must be all lower-case
(#139) Variable "DataSet" must be all lower-case
(#139) Commas (,) must be followed by white space.
(#139) Variable "DataSet" must be all lower-case
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 12 spaces, found 4
(#140) Variable "Test" must be all lower-case
(#140) Variable "DataSet" must be all lower-case
(#140) Commas (,) must be followed by white space.
(#140) Variable "DataSet" must be all lower-case
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 12 spaces, found 4
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 4
(#143) Variable "Test" must be all lower-case
(#143) Commas (,) must be followed by white space.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 4
(#144) Variable "Test" must be all lower-case
(#144) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#144) Variable "DataSet" must be all lower-case
(#144) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 4
(#146) Variable "Test" must be all lower-case
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 3
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 0 spaces, found 1
blocks/configurable_reports/components/plot/line/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Whitespace found at end of line
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Whitespace found at end of line
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Visibility must be declared on method "execute"
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 12 spaces, found 3
(#52) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 16 spaces, found 4
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 16 spaces, found 4
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 16 spaces, found 4
(#55) Expected 1 space before "?"; 0 found
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 16 spaces, found 4
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 16 spaces, found 4
(#57) Expected 1 space before "?"; 0 found
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#58) Expected 1 space before "?"; 0 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 12 spaces, found 3
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Commas (,) must be followed by white space.
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Line exceeds 132 characters; contains 176 characters
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) Visibility must be declared on method "get_series"
(#73) Expected 1 space after closing parenthesis; found 0
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 8 spaces, found 2
(#75) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Commas (,) must be followed by white space.
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 16 spaces, found 4
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 16 spaces, found 4
(#78) Commas (,) must be followed by white space.
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 16 spaces, found 4
(#79) Expected 1 space before "=>"; 0 found
(#79) Commas (,) must be followed by white space.
(#79) Expected 1 space before "=>"; 0 found
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 12 spaces, found 3
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 4 spaces, found 1
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
blocks/configurable_reports/components/plot/pie/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#10) Visibility must be declared on method "definition"
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 8 spaces, found 2
(#18) Expected "if (...) {\n"; found "if(...){\n"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 12 spaces, found 3
(#21) Inline control structures are not allowed
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 12 spaces, found 4
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 12 spaces, found 3
(#25) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 16 spaces, found 4
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 20 spaces, found 5
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 16 spaces, found 4
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 12 spaces, found 3
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 8 spaces, found 2
(#31) Expected "} else {\n"; found "}\n\t\telse{\n"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 3
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Expected 1 space before "?"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 12 spaces, found 3
(#42) Expected "if (...) {\n"; found "if(...){\n"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 16 spaces, found 4
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 16 spaces, found 4
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 20 spaces, found 22
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 24 spaces, found 26
(#49) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 24 spaces, found 26
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 20 spaces, found 22
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 20 spaces, found 5
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 16 spaces, found 4
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 12 spaces, found 3
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 8 spaces, found 2
(#59) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Commas (,) must be followed by white space.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Commas (,) must be followed by white space.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 8 spaces, found 2
(#68) Expected 1 space after first semicolon of FOR loop; 0 found
(#68) Expected 1 space after second semicolon of FOR loop; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "<="; 0 found
(#68) Expected 1 space after "<="; 0 found
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 8 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Commas (,) must be followed by white space.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Commas (,) must be followed by white space.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#76) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Commas (,) must be followed by white space.
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/components/plot/pie/graph.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Inline control structures are not allowed
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 0 spaces, found 1
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space after "=>"; 2 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 0 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Line indented incorrectly; expected 0 spaces, found 4
(#46) Expected "if (...) {\n"; found "if (...){\n"
(#49) Line indented incorrectly; expected 0 spaces, found 4
(#52) Line indented incorrectly; expected 0 spaces, found 4
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 0 spaces, found 1
(#60) Expected "if (...) {\n"; found "if (...){\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 0 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 2
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 3
(#71) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 4
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 4
(#73) Expected "if (...) {\n"; found "if(...){\n"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 16 spaces, found 5
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 16 spaces, found 5
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 16 spaces, found 5
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 16 spaces, found 5
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 16 spaces, found 17
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 20 spaces, found 6
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 16 spaces, found 17
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 5
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 4
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 8 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 3
(#86) Expected "if (...) {\n"; found "if(...){\n"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 12 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 12 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 4
(#93) Variable "DataSet" must be all lower-case
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 4
(#95) Variable "DataSet" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Line indented incorrectly; expected 12 spaces, found 16
(#98) Line exceeds 132 characters; contains 169 characters
(#99) Line indented incorrectly; expected 12 spaces, found 16
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 12 spaces, found 4
(#100) Variable "DataSet" must be all lower-case
(#100) This comment is 80% valid code; is this commented out code?
(#100) Commas (,) must be followed by white space.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 12 spaces, found 4
(#101) Variable "DataSet" must be all lower-case
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 4
(#102) Variable "DataSet" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Line indented incorrectly; expected at least 12 spaces, found 4
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 12 spaces, found 4
(#105) Variable "Test" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 4
(#106) Variable "Test" must be all lower-case
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 12 spaces, found 4
(#107) Variable "Test" must be all lower-case
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#108) Variable "Test" must be all lower-case
(#108) Commas (,) must be followed by white space.
(#108) Commas (,) must be followed by white space.
(#108) Commas (,) must be followed by white space.
(#108) Commas (,) must be followed by white space.
(#108) Commas (,) must be followed by white space.
(#108) Commas (,) must be followed by white space.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Line indented incorrectly; expected at least 12 spaces, found 4
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 4
(#111) Variable "Test" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#112) Variable "Test" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) This comment is 89% valid code; is this commented out code?
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Line indented incorrectly; expected at least 12 spaces, found 4
(#113) No space found before comment text; expected "// $Test->drawFlatPieGraph($DataSet->GetData(),$DataSet->GetDataDescription(),120,100,60,TRUE,10);" but found "//$Test->drawFlatPieGraph($DataSet->GetData(),$DataSet->GetDataDescription(),120,100,60,TRUE,10);"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) This comment is 88% valid code; is this commented out code?
(#114) Line indented incorrectly; expected at least 12 spaces, found 4
(#114) No space found before comment text; expected "// $Test->drawBasicPieGraph($DataSet->GetData(),$DataSet->GetDataDescription(),120,100,70,PIE_PERCENTAGE,255,255,218);" but found "//$Test->drawBasicPieGraph($DataSet->GetData(),$DataSet->GetDataDescription(),120,100,70,PIE_PERCENTAGE,255,255,218);"
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 4
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 4
(#117) Variable "Test" must be all lower-case
(#117) Variable "DataSet" must be all lower-case
(#117) Commas (,) must be followed by white space.
(#117) Variable "DataSet" must be all lower-case
(#117) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#117) Line exceeds 132 characters; contains 134 characters
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 4
(#118) Variable "Test" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Variable "DataSet" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Variable "DataSet" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 4
(#121) Variable "Test" must be all lower-case
(#123) Line indented incorrectly; expected 8 spaces, found 12
(#123) Closing brace indented incorrectly; expected 3 spaces, found 12
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 4 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 0 spaces, found 1
blocks/configurable_reports/components/plot/pie/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "summary"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Commas (,) must be followed by white space.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#41) Visibility must be declared on method "execute"
(#41) Expected 1 space after closing parenthesis; found 0
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 2
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 12 spaces, found 3
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 16 spaces, found 4
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 20 spaces, found 5
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 20 spaces, found 5
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 24 spaces, found 6
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 20 spaces, found 5
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 20 spaces, found 5
(#52) Expected "} else {\n"; found "}\n\t\t\t\t\telse{\n"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 24 spaces, found 6
(#53) Commas (,) must be followed by white space.
(#53) Commas (,) must be followed by white space.
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 24 spaces, found 6
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 20 spaces, found 5
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 16 spaces, found 4
(#57) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 20 spaces, found 5
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 20 spaces, found 5
(#59) Expected 1 space before "?"; 0 found
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 16 spaces, found 4
(#60) Expected "} else {\n"; found "}else{\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 20 spaces, found 5
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 20 spaces, found 5
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 24 spaces, found 6
(#63) Expected 1 space before "?"; 0 found
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 20 spaces, found 5
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 20 spaces, found 5
(#65) Expected "} else {\n"; found "}\n\t\t\t\t\telse{\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 24 spaces, found 6
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 24 spaces, found 6
(#67) Expected 1 space before "?"; 0 found
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 5
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 16 spaces, found 4
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 12 spaces, found 3
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Commas (,) must be followed by white space.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Line exceeds 132 characters; contains 161 characters
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 4 spaces, found 1
(#79) Visibility must be declared on method "get_series"
(#79) Expected 1 space after closing parenthesis; found 0
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Commas (,) must be followed by white space.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/template/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Visibility must be declared on method "form_process_data"
(#34) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 5
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 8 spaces, found 2
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Visibility must be declared on method "form_set_data"
(#50) Expected 1 space after closing parenthesis; found 0
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 3
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#54) Expected 1 space before "?"; 0 found
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 8 spaces, found 2
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/template/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#32) Visibility must be declared on method "definition"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#41) Expected "if (...) {\n"; found "if(...){\t\t\n"
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 12 spaces, found 3
(#44) Expected "if (...) {\n"; found "if(...){\n"
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 16 spaces, found 4
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 16 spaces, found 4
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 20 spaces, found 5
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 16 spaces, found 4
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#51) Expected "} else {\n"; found "}\n\t\telse{\n"
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 12 spaces, found 3
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 12 spaces, found 3
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 12 spaces, found 3
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 12 spaces, found 3
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Expected 1 space before "?"; 0 found
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 12 spaces, found 3
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 16 spaces, found 4
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 16 spaces, found 4
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 20 spaces, found 5
(#67) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 24 spaces, found 6
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 24 spaces, found 6
(#69) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 28 spaces, found 7
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 28 spaces, found 7
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 24 spaces, found 6
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 24 spaces, found 5
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 20 spaces, found 5
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 16 spaces, found 4
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 12 spaces, found 3
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#79) Commas (,) must be followed by white space.
(#79) Line exceeds 132 characters; contains 136 characters
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Commas (,) must be followed by white space.
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Inline control structures are not allowed
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 3
(#90) Inline control structures are not allowed
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Commas (,) must be followed by white space.
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) This comment is 73% valid code; is this commented out code?
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) No space found before comment text; expected "// $mform->addRule('record', get_string('required'), 'required', null, 'client');" but found "//$mform->addRule('record', get_string('required'), 'required', null, 'client');"
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#106) Whitespace found at end of line
(#108) Closing brace indented incorrectly; expected 1 spaces, found 4
(#110) Visibility must be declared on method "validation"
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 8 spaces, found 2
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 3
(#116) Inline control structures are not allowed
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 4
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#122) Whitespace found at end of line
blocks/configurable_reports/components/timeline/component.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 4 spaces, found 1
(#34) Visibility must be declared on method "form_process_data"
(#34) Expected 1 space after closing parenthesis; found 0
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#36) Expected "if (...) {\n"; found "if(...){\n"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 12 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#45) Visibility must be declared on method "form_set_data"
(#45) Expected 1 space after closing parenthesis; found 0
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Expected 1 space before "?"; 0 found
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/components/timeline/form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#23) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) 3 slashes comments are not allowed; use "// Comment." instead
(#29) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#35) Visibility must be declared on method "definition"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Line exceeds 132 characters; contains 157 characters
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#76) Closing brace indented incorrectly; expected 1 spaces, found 4
(#78) Visibility must be declared on method "validation"
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#85) Whitespace found at end of line
blocks/configurable_reports/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
blocks/configurable_reports/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#44) Functions must not contain multiple empty lines in a row; found 2 empty lines
blocks/configurable_reports/edit_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Line exceeds 132 characters; contains 135 characters
(#37) Line exceeds 132 characters; contains 139 characters
blocks/configurable_reports/editcomp.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Inline control structures are not allowed
(#36) Commas (,) must be followed by white space.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline control structures are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 0 spaces, found 1
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space after "=>"; 2 found
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 0 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected 0 spaces, found 4
(#49) Expected "if (...) {\n"; found "if (...){\n"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 0 spaces, found 1
(#52) Closing brace indented incorrectly; expected 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 0 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Expected 1 space before "=>"; 0 found
(#57) Expected 1 space after "=>"; 0 found
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space before "=>"; 0 found
(#57) Expected 1 space after "=>"; 0 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#65) Inline control structures are not allowed
(#65) Line exceeds 132 characters; contains 151 characters
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Inline control structures are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Inline control structures are not allowed
(#77) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Expected 1 space before "?"; 0 found
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 0 spaces, found 1
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 2
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Line exceeds 132 characters; contains 135 characters
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 2
(#92) Expected "if (...) {\n"; found "if(...){\n"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 3
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 2
(#95) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 3
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 3
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 2
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 0 spaces, found 1
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 0 spaces, found 1
(#104) Expected "if (...) {\n"; found "if(...){\n"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 4 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 4 spaces, found 2
(#106) Expected "if (...) {\n"; found "if(...){\n"
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 8 spaces, found 3
(#107) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 4
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 8 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 4 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 2
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 4 spaces, found 2
(#113) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 3
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 3
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 3
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 8 spaces, found 3
(#117) Expected "if (...) {\n"; found "if(...){\n"
(#117) Commas (,) must be followed by white space.
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 4
(#118) Inline control structures are not allowed
(#118) Commas (,) must be followed by white space.
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 5
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 4
(#120) Commas (,) must be followed by white space.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 3
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 4 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 0 spaces, found 1
(#127) This comment is 67% valid code; is this commented out code?
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) No space found before comment text; expected "// $courseurl = new moodle_url($CFG->wwwroot.'/course/view.php',array('id'=>$report->courseid));" but found "//$courseurl = new moodle_url($CFG->wwwroot.'/course/view.php',array('id'=>$report->courseid));"
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) This comment is 72% valid code; is this commented out code?
(#128) No space found before comment text; expected "// $PAGE->navbar->add($COURSE->shortname, $courseurl);" but found "//$PAGE->navbar->add($COURSE->shortname, $courseurl);"
(#130) Expected 1 space after "="; 2 found
(#130) Commas (,) must be followed by white space.
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#131) Commas (,) must be followed by white space.
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) This comment is 70% valid code; is this commented out code?
(#135) No space found before comment text; expected "// .' '.get_string($comp,'block_configurable_reports');" but found "//.' '.get_string($comp,'block_configurable_reports');"
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) File is being unconditionally included; use "require" instead
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 0 spaces, found 1
(#145) Expected "if (...) {\n"; found "if(...){\n"
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 4 spaces, found 2
(#147) Commas (,) must be followed by white space.
(#147) Commas (,) must be followed by white space.
(#147) Commas (,) must be followed by white space.
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 4 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 2
(#150) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 8 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 12 spaces, found 4
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 8 spaces, found 3
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 3
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 3
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 3
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 8 spaces, found 3
(#162) Expected "if (...) {\n"; found "if(...){\n"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 12 spaces, found 4
(#163) Line exceeds 132 characters; contains 180 characters
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 8 spaces, found 3
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 3
(#166) Line exceeds maximum limit of 180 characters; contains 216 characters
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 3
(#168) Inline control structures are not allowed
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 4
(#169) Line exceeds maximum limit of 180 characters; contains 213 characters
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 3
(#170) Inline control structures are not allowed
(#170) Expected 1 space after "-"; 0 found
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 4
(#171) Line exceeds maximum limit of 180 characters; contains 217 characters
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 3
(#173) Expected 1 space before "+"; 0 found
(#173) Expected 1 space after "+"; 0 found
(#173) Commas (,) must be followed by white space.
(#173) Commas (,) must be followed by white space.
(#173) Commas (,) must be followed by white space.
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 3
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 2
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 4 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 0 spaces, found 1
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 4 spaces, found 2
(#178) Inline control structures are not allowed
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 4 spaces, found 3
(#179) Commas (,) must be followed by white space.
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 0 spaces, found 1
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 0 spaces, found 1
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 4 spaces, found 2
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 2
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 2
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 2
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) This comment is 75% valid code; is this commented out code?
(#187) Line exceeds maximum limit of 180 characters; contains 183 characters
(#187) Line indented incorrectly; expected at least 4 spaces, found 2
(#187) No space found before comment text; expected "// choose_from_menu($optionsplugins,'plugin','',get_string('choose'),"location.href = 'editplugin.php?id=".$id."&comp=".$comp."&pname='+document.getElementById('menuplugin').value");" but found "//choose_from_menu($optionsplugins,'plugin','',get_string('choose'),"location.href = 'editplugin.php?id=".$id."&comp=".$comp."&pname='+document.getElementById('menuplugin').value");"
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 2
(#188) Expected 1 space before "=>"; 0 found
(#188) Expected 1 space after "=>"; 0 found
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) Commas (,) must be followed by white space.
(#190) Commas (,) must be followed by white space.
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 4 spaces, found 2
(#191) Commas (,) must be followed by white space.
(#191) Expected 1 space before "=>"; 0 found
(#191) Expected 1 space after "=>"; 0 found
(#191) Commas (,) must be followed by white space.
(#191) Line exceeds 132 characters; contains 153 characters
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 2
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 2
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 0 spaces, found 1
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 0 spaces, found 1
(#196) Expected "if (...) {\n"; found "if(...){\n"
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 0 spaces, found 1
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 0 spaces, found 1
(#200) Expected "if (...) {\n"; found "if(...){\n"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 2
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 spaces, found 2
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 4 spaces, found 2
(#203) Commas (,) must be followed by white space.
(#203) Commas (,) must be followed by white space.
(#203) Commas (,) must be followed by white space.
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) This comment is 74% valid code; is this commented out code?
(#204) Line indented incorrectly; expected at least 4 spaces, found 2
(#204) No space found before comment text; expected "// helpbutton('comp_'.$comp, get_string('componenthelp','block_configurable_reports'),'block_configurable_reports', true, true);" but found "//helpbutton('comp_'.$comp, get_string('componenthelp','block_configurable_reports'),'block_configurable_reports', true, true);"
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 2
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 4 spaces, found 2
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 0 spaces, found 1
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
blocks/configurable_reports/editplugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 0 spaces, found 1
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 0 spaces, found 1
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Inline control structures are not allowed
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 0 spaces, found 1
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space after "=>"; 2 found
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 0 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected 0 spaces, found 4
(#52) Expected "if (...) {\n"; found "if (...){\n"
(#55) Line indented incorrectly; expected 0 spaces, found 4
(#58) Line indented incorrectly; expected 0 spaces, found 4
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Inline control structures are not allowed
(#60) Line exceeds 132 characters; contains 152 characters
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Inline control structures are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Inline control structures are not allowed
(#72) Commas (,) must be followed by white space.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 0 spaces, found 1
(#81) Expected "if (...) {\n"; found "if(...){\n"
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 2
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 4 spaces, found 2
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 0 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 0 spaces, found 1
(#86) Expected "} else {\n"; found "}\n\telse {\n"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 2
(#88) Expected 1 space before "?"; 0 found
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 4 spaces, found 2
(#90) Inline control structures are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 3
(#91) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 4
(#92) Expected "if (...) {\n"; found "if (...){\n"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 5
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 5
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 12 spaces, found 5
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 4 spaces, found 2
(#99) Expected "if (...) {\n"; found "if(...){\n"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 3
(#100) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 12 spaces, found 4
(#101) Expected "if (...) {\n"; found "if (...){\n"
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 16 spaces, found 5
(#102) Expected "if (...) {\n"; found "if(...){\n"
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 20 spaces, found 6
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 20 spaces, found 6
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 16 spaces, found 5
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 5
(#106) Expected 1 space before "?"; 0 found
(#106) Expected 1 space after "+"; 0 found
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 16 spaces, found 5
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 5
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 16 spaces, found 5
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 16 spaces, found 5
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 12 spaces, found 4
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 8 spaces, found 3
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 3
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 3
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 3
(#115) Commas (,) must be followed by white space.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 3
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 3
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 2
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 0 spaces, found 1
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Inline control structures are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 0 spaces, found 1
(#129) Expected "if (...) {\n"; found "if(...){\n"
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 4 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 4 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 4 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 2
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 2
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 4 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 4 spaces, found 2
(#139) Expected "if (...) {\n"; found "if(...) {\n"
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 3
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 2
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 4 spaces, found 2
(#145) Expected "if (...) {\n"; found "if(...){\n"
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 3
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 2
(#149) Expected "if (...) {\n"; found "if(...){\n"
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 3
(#150) Inline control structures are not allowed
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 4
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 3
(#152) Inline control structures are not allowed
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 4
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 4 spaces, found 2
(#155) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 8 spaces, found 3
(#157) Expected "if (...) {\n"; found "if(...){\n"
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Line indented incorrectly; expected at least 12 spaces, found 4
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 12 spaces, found 4
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 12 spaces, found 4
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 4
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 12 spaces, found 4
(#163) Expected 1 space before "?"; 0 found
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 12 spaces, found 4
(#166) Inline control structures are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 12 spaces, found 5
(#167) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 16 spaces, found 6
(#168) Expected "if (...) {\n"; found "if (...){\n"
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 20 spaces, found 7
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 20 spaces, found 7
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 16 spaces, found 6
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 12 spaces, found 5
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 12 spaces, found 4
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 12 spaces, found 4
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 4
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 12 spaces, found 4
(#178) Expected "if (...) {\n"; found "if(...){\n"
(#178) Commas (,) must be followed by white space.
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 16 spaces, found 5
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 12 spaces, found 4
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 12 spaces, found 4
(#181) Expected "} else {\n"; found "}\n\t\t\t\telse{\n"
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 16 spaces, found 5
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 16 spaces, found 5
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 12 spaces, found 4
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 8 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected 8 spaces, found 3
(#187) Expected "} else {\n"; found "}\n\t\t\telse{\n"
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 4
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 12 spaces, found 4
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 12 spaces, found 4
(#192) Expected "while (...) {\n"; found "while(...){\n"
(#192) Commas (,) must be followed by white space.
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 16 spaces, found 5
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 12 spaces, found 4
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 4
(#196) Line exceeds 132 characters; contains 170 characters
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 4
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 12 spaces, found 4
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 12 spaces, found 4
(#200) Expected "if (...) {\n"; found "if(...){\n"
(#200) Commas (,) must be followed by white space.
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 16 spaces, found 5
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 12 spaces, found 4
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 12 spaces, found 4
(#203) Expected "} else {\n"; found "}\n\t\t\t\telse{\n"
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 16 spaces, found 5
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 5
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 12 spaces, found 4
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 8 spaces, found 3
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 2
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 0 spaces, found 1
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 0 spaces, found 1
(#210) Expected "} else {\n"; found "}\n\telse{\n"
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 4 spaces, found 2
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 2
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 4 spaces, found 2
(#214) Expected "while (...) {\n"; found "while(...){\n"
(#214) Commas (,) must be followed by white space.
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 3
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 4 spaces, found 2
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 4 spaces, found 2
(#218) Line exceeds maximum limit of 180 characters; contains 182 characters
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 4 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 2
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 4 spaces, found 2
(#222) Expected "if (...) {\n"; found "if(...){\n"
(#222) Commas (,) must be followed by white space.
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 3
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 4 spaces, found 2
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 4 spaces, found 2
(#225) Expected "} else {\n"; found "}\n\t\telse{\n"
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 8 spaces, found 3
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 3
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 2
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 0 spaces, found 1
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Commas (,) must be followed by white space.
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Commas (,) must be followed by white space.
(#234) Line exceeds 132 characters; contains 169 characters
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Commas (,) must be followed by white space.
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) File is being unconditionally included; use "require" instead
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Inline control structures are not allowed
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
blocks/configurable_reports/editreport.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Commas (,) must be followed by white space.
(#31) Commas (,) must be followed by white space.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Commas (,) must be followed by white space.
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Commas (,) must be followed by white space.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 0 spaces, found 1
(#42) Commas (,) must be followed by white space.
(#42) Commas (,) must be followed by white space.
(#43) Line indented incorrectly; expected 0 spaces, found 4
(#43) Closing brace indented incorrectly; expected 1 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 0 spaces, found 1
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space after "=>"; 2 found
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Commas (,) must be followed by white space.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 0 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Line indented incorrectly; expected 0 spaces, found 4
(#50) Expected "if (...) {\n"; found "if (...){\n"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 0 spaces, found 1
(#53) Closing brace indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 0 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Inline control structures are not allowed
(#58) Line exceeds 132 characters; contains 152 characters
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 0 spaces, found 1
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) Inline control structures are not allowed
(#67) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 3
(#68) Commas (,) must be followed by white space.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 2
(#70) Inline control structures are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 3
(#71) Commas (,) must be followed by white space.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 4 spaces, found 2
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space after "=>"; 2 found
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 3
(#77) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 2
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 0 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 2
(#86) Commas (,) must be followed by white space.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 2
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 0 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Inline control structures are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Inline control structures are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Commas (,) must be followed by white space.
(#95) Expected 1 space after "="; 2 found
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#98) Line indented incorrectly; expected 0 spaces, found 4
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) Line indented incorrectly; expected 0 spaces, found 4
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#102) Line indented incorrectly; expected 0 spaces, found 4
(#104) Expected 1 space after "="; 2 found
(#105) Commas (,) must be followed by white space.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 0 spaces, found 1
(#110) Expected "if (...) {\n"; found "if(...){\n"
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 2
(#111) Expected 1 space before "?"; 0 found
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 4 spaces, found 2
(#112) Inline control structures are not allowed
(#112) Commas (,) must be followed by white space.
(#112) Commas (,) must be followed by white space.
(#112) Commas (,) must be followed by white space.
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 3
(#113) Commas (,) must be followed by white space.
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 2
(#114) Expected 1 space before "?"; 0 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 2
(#115) Line exceeds 132 characters; contains 153 characters
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 4 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 0 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 0 spaces, found 1
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 2
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 4 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 2
(#126) Inline control structures are not allowed
(#126) Commas (,) must be followed by white space.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 3
(#127) Commas (,) must be followed by white space.
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 4 spaces, found 2
(#128) Line exceeds 132 characters; contains 151 characters
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 4 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 4 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 0 spaces, found 1
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 0 spaces, found 1
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 2
(#134) Expected "if (...) {\n"; found "if(...){\n"
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 3
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 3
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 3
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 3
(#140) Commas (,) must be followed by white space.
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 8 spaces, found 3
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 3
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 3
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 3
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 3
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 3
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 2
(#149) Expected "} else {\n"; found "}\n\t\telse{\n"
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 3
(#150) Inline control structures are not allowed
(#150) Commas (,) must be followed by white space.
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 4
(#151) Line exceeds 132 characters; contains 154 characters
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 3
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 3
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 2
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 0 spaces, found 1
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Inline control structures are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Inline control structures are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Commas (,) must be followed by white space.
(#162) Commas (,) must be followed by white space.
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 0 spaces, found 1
(#164) Expected "if (...) {\n"; found "if(...){\n"
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 4 spaces, found 2
(#165) Commas (,) must be followed by white space.
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 2
(#166) Expected "if (...) {\n"; found "if(...){\n"
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 3
(#167) Inline control structures are not allowed
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 4
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 4 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 4 spaces, found 2
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 0 spaces, found 1
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 0 spaces, found 1
(#173) Expected "if (...) {\n"; found "if(...){\n"
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 4 spaces, found 2
(#174) Inline control structures are not allowed
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 3
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 4 spaces, found 2
(#176) Inline control structures are not allowed
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 3
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 0 spaces, found 1
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 4 spaces, found 2
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 4 spaces, found 2
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 4 spaces, found 2
(#183) Inline control structures are not allowed
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 3
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 2
(#185) Inline control structures are not allowed
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 3
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 4 spaces, found 2
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 4 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 2
(#190) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#190) Expected 1 space before "=>"; 0 found
(#190) Expected 1 space after "=>"; 0 found
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 3
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#191) Commas (,) must be followed by white space.
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 12 spaces, found 4
(#192) Commas (,) must be followed by white space.
(#192) Commas (,) must be followed by white space.
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected 8 spaces, found 3
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 4 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 4 spaces, found 2
(#196) Expected "if (...) {\n"; found "if(...) {\n"
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 3
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 4 spaces, found 2
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 4 spaces, found 2
(#200) Expected "if (...) {\n"; found "if(...) {\n"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 3
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 2
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 4 spaces, found 5
(#204) Expected "if (...) {\n"; found "if(...) {\n"
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 3
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 4 spaces, found 2
(#206) Closing brace indented incorrectly; expected 5 spaces, found 2
(#208) Line indented incorrectly; expected 4 spaces, found 8
(#210) Line indented incorrectly; expected 4 spaces, found 8
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected 4 spaces, found 2
(#212) Expected "if (...) {\n"; found "if(...){\n"
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 3
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 3
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 3
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 3
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Line indented incorrectly; expected at least 8 spaces, found 3
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 8 spaces, found 3
(#219) Inline control structures are not allowed
(#219) Commas (,) must be followed by white space.
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 4
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 8 spaces, found 3
(#222) Expected "if (...) {\n"; found "if(...){\n"
(#222) Commas (,) must be followed by white space.
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 4
(#223) Commas (,) must be followed by white space.
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 8 spaces, found 3
(#224) Expected "} else {\n"; found "}else{\n"
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 12 spaces, found 4
(#225) Line exceeds 132 characters; contains 142 characters
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 4
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 4
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 8 spaces, found 3
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected 4 spaces, found 2
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 4 spaces, found 2
(#230) Expected "} else {\n"; found "}\n\t\telse{\n"
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 8 spaces, found 3
(#231) Line exceeds 132 characters; contains 137 characters
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 3
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 3
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 8 spaces, found 3
(#235) Expected "if (...) {\n"; found "if(...){\n"
(#235) Commas (,) must be followed by white space.
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 12 spaces, found 4
(#236) Commas (,) must be followed by white space.
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 8 spaces, found 3
(#237) Expected "} else {\n"; found "}else{\n"
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 4
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 3
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 4 spaces, found 2
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 1
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 4 spaces, found 1
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 4 spaces, found 1
(#261) Expected "if (...) {\n"; found "if(...){\n"
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 4 spaces, found 1
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/configurable_reports/editreport_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#35) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#55) Inline control structures are not allowed
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Line exceeds 132 characters; contains 137 characters
(#58) Commas (,) must be followed by white space.
(#61) Inline control structures are not allowed
(#61) Expected 1 space after first semicolon of FOR loop; 0 found
(#61) Expected 1 space after second semicolon of FOR loop; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "<="; 0 found
(#61) Expected 1 space after "<="; 0 found
(#63) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Commas (,) must be followed by white space.
(#67) Line exceeds 132 characters; contains 154 characters
(#68) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Line exceeds 132 characters; contains 164 characters
(#72) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 153 characters
(#76) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Line exceeds 132 characters; contains 159 characters
(#81) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#87) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#91) Inline control structures are not allowed
(#92) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#95) Line exceeds 132 characters; contains 137 characters
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#101) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Visibility must be declared on method "validation"
(#107) Expected 1 space after closing parenthesis; found 0
blocks/configurable_reports/export.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#31) Inline control structures are not allowed
(#31) Commas (,) must be followed by white space.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Commas (,) must be followed by white space.
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space after "=>"; 2 found
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Commas (,) must be followed by white space.
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Closing brace must be on a line by itself
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Expected "if (...) {\n"; found "if (...){\n"
(#50) Inline control structures are not allowed
(#50) Line exceeds maximum limit of 180 characters; contains 185 characters
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Commas (,) must be followed by white space.
(#53) Inline control structures are not allowed
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#59) Expected "if (...) {\n"; found "if(...) {\n"
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) No space found before comment text; expected "// https sites - watch out for IE! KB812935 and KB316431" but found "//https sites - watch out for IE! KB812935 and KB316431"
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) No space found before comment text; expected "// normal http - prevent caching at all cost" but found "//normal http - prevent caching at all cost"
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 1
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 1
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/configurable_reports/export/csv/export.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Expected 1 space after closing parenthesis; found 0
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#53) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
blocks/configurable_reports/export/ods/export.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Expected 1 space after closing parenthesis; found 0
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#56) Whitespace found at end of line
(#57) Whitespace found at end of line
(#58) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#59) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#63) Whitespace found at end of line
(#66) Functions must not contain multiple empty lines in a row; found 2 empty lines
blocks/configurable_reports/export/xls/export.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Line indented incorrectly; expected 0 spaces, found 2
(#25) Expected 1 space after closing parenthesis; found 0
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) 3 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) 3 slashes comments are not allowed; use "// Comment." instead
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#58) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#59) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#66) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#68) Closing brace indented incorrectly; expected 2 spaces, found 0
blocks/configurable_reports/filter_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Inline comments must end in full-stops, exclamation marks, or question marks
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#9) Duplicate class name "report_edit_form" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/configurable_reports/editreport_form.php on line 31
(#10) Visibility must be declared on method "definition"
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/get_remote_report.php
(#1) The first thing in a PHP file must be the <?php tag.
(#2) Additional whitespace found at start of file
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#31) Commas (,) must be followed by white space.
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
blocks/configurable_reports/import_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Visibility must be declared on method "definition"
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Commas (,) must be followed by white space.
(#44) Line indented incorrectly; expected at least 8 spaces, found 4
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#51) Visibility must be declared on method "validation"
(#51) Expected 1 space after closing parenthesis; found 0
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/js/datatables/extras/Scroller/media/data/server_processing.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#4) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#5) Line 6 of the opening comment must start "// (at your option) any later version.".
(#5) Spaces must be used to indent lines; tabs are not allowed
(#5) Tab found within whitespace
(#5) Whitespace found at end of line
(#6) Line 7 of the opening comment must start "//".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#6) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#8) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#8) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#9) Line 12 of the opening comment must start "//".
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#9) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Variable "aColumns" must be all lower-case
(#9) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#10) Whitespace found at end of line
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Variable "sIndexColumn" must be all lower-case
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Whitespace found at end of line
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Variable "sTable" must be all lower-case
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Whitespace found at end of line
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Variable "gaSql" must be all lower-case
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Variable "gaSql" must be all lower-case
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Variable "gaSql" must be all lower-case
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Variable "gaSql" must be all lower-case
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Whitespace found at end of line
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) File is being unconditionally included; use "require" instead
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Whitespace found at end of line
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Whitespace found at end of line
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Variable "gaSql" must be all lower-case
(#35) Expected 1 space after "="; 2 found
(#35) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#35) Variable "gaSql" must be all lower-case
(#35) Variable "gaSql" must be all lower-case
(#35) Variable "gaSql" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#38) Variable "gaSql" must be all lower-case
(#38) Variable "gaSql" must be all lower-case
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Variable "gaSql" must be all lower-case
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Variable "sLimit" must be all lower-case
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 0 spaces, found 1
(#46) Expected "if (...) {\n"; found "if (...)\n\t{\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#48) Variable "sLimit" must be all lower-case
(#48) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 3
(#49) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 0 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "sOrder" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 0 spaces, found 1
(#57) Expected "if (...) {\n"; found "if (...)\n\t{\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 2
(#59) Variable "sOrder" must be all lower-case
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 2
(#60) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#60) Space found after opening bracket of FOR loop
(#60) Space found before closing bracket of FOR loop
(#60) Space found before first semicolon of FOR loop
(#60) Space found before second semicolon of FOR loop
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#60) Space found before semicolon; expected "0;" but found "0 ;"
(#60) Expected 1 space before "<"; 0 found
(#60) Expected 1 space after "<"; 0 found
(#60) Space found before semicolon; expected ");" but found ") ;"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 3
(#62) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 4
(#64) Variable "sOrder" must be all lower-case
(#64) Variable "aColumns" must be all lower-case
(#65) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 8 spaces, found 3
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 2
(#69) Variable "sOrder" must be all lower-case
(#69) Variable "sOrder" must be all lower-case
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 2
(#70) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#70) Variable "sOrder" must be all lower-case
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 3
(#72) Variable "sOrder" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 0 spaces, found 1
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Variable "sWhere" must be all lower-case
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 0 spaces, found 1
(#84) Expected "if (...) {\n"; found "if (...)\n\t{\n"
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 2
(#86) Variable "sWhere" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 4 spaces, found 2
(#87) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#87) Space found after opening bracket of FOR loop
(#87) Space found before closing bracket of FOR loop
(#87) Space found before first semicolon of FOR loop
(#87) Space found before second semicolon of FOR loop
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#87) Space found before semicolon; expected "0;" but found "0 ;"
(#87) Expected 1 space before "<"; 0 found
(#87) Expected 1 space after "<"; 0 found
(#87) Variable "aColumns" must be all lower-case
(#87) Space found before semicolon; expected ");" but found ") ;"
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 3
(#89) Variable "sWhere" must be all lower-case
(#89) Variable "aColumns" must be all lower-case
(#89) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 2
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 2
(#91) Variable "sWhere" must be all lower-case
(#91) Variable "sWhere" must be all lower-case
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 2
(#92) Variable "sWhere" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 0 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 0 spaces, found 1
(#96) Expected "for (...) {\n"; found "for (...)\n\t{\n"
(#96) Space found after opening bracket of FOR loop
(#96) Space found before closing bracket of FOR loop
(#96) Space found before first semicolon of FOR loop
(#96) Space found before second semicolon of FOR loop
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#96) Space found before semicolon; expected "0;" but found "0 ;"
(#96) Expected 1 space before "<"; 0 found
(#96) Expected 1 space after "<"; 0 found
(#96) Variable "aColumns" must be all lower-case
(#96) Space found before semicolon; expected ");" but found ") ;"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 2
(#98) Expected "if (...) {\n"; found "if (...)\n\t\t{\n"
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 8 spaces, found 3
(#100) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#100) Variable "sWhere" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 12 spaces, found 4
(#102) Variable "sWhere" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 8 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 8 spaces, found 3
(#104) Expected "} else {\n"; found "}\n\t\t\telse\n\t\t\t{\n"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 3
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 12 spaces, found 4
(#106) Variable "sWhere" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 8 spaces, found 3
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 3
(#108) Variable "sWhere" must be all lower-case
(#108) Variable "aColumns" must be all lower-case
(#108) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 4 spaces, found 2
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 0 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Variable "sQuery" must be all lower-case
(#118) Variable "aColumns" must be all lower-case
(#119) Variable "sTable" must be all lower-case
(#120) Variable "sWhere" must be all lower-case
(#121) Variable "sOrder" must be all lower-case
(#122) Variable "sLimit" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Variable "rResult" must be all lower-case
(#124) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#124) Variable "sQuery" must be all lower-case
(#124) Variable "gaSql" must be all lower-case
(#124) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Variable "sQuery" must be all lower-case
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Variable "rResultFilterTotal" must be all lower-case
(#130) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#130) Variable "sQuery" must be all lower-case
(#130) Variable "gaSql" must be all lower-case
(#130) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Variable "aResultFilterTotal" must be all lower-case
(#131) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#131) Variable "rResultFilterTotal" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Variable "iFilteredTotal" must be all lower-case
(#132) Variable "aResultFilterTotal" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Variable "sQuery" must be all lower-case
(#136) Variable "sIndexColumn" must be all lower-case
(#137) Variable "sTable" must be all lower-case
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Variable "rResultTotal" must be all lower-case
(#139) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#139) Variable "sQuery" must be all lower-case
(#139) Variable "gaSql" must be all lower-case
(#139) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Variable "aResultTotal" must be all lower-case
(#140) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#140) Variable "rResultTotal" must be all lower-case
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Variable "iTotal" must be all lower-case
(#141) Variable "aResultTotal" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Variable "iTotal" must be all lower-case
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Variable "iFilteredTotal" must be all lower-case
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Whitespace found at end of line
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Expected "while (...) {\n"; found "while (...)\n\t{\n"
(#154) Variable "aRow" must be all lower-case
(#154) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#154) Variable "rResult" must be all lower-case
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 5 spaces, found 2
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 5 spaces, found 2
(#157) Expected "for (...) {\n"; found "for (...)\n\t\t{\n"
(#157) Space found after opening bracket of FOR loop
(#157) Space found before closing bracket of FOR loop
(#157) Space found before first semicolon of FOR loop
(#157) Space found before second semicolon of FOR loop
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Space found before semicolon; expected "0;" but found "0 ;"
(#157) Expected 1 space before "<"; 0 found
(#157) Expected 1 space after "<"; 0 found
(#157) Variable "aColumns" must be all lower-case
(#157) Space found before semicolon; expected ");" but found ") ;"
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 5 spaces, found 2
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 9 spaces, found 3
(#159) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#159) Variable "aColumns" must be all lower-case
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 9 spaces, found 3
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 13 spaces, found 4
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 13 spaces, found 4
(#162) Variable "aRow" must be all lower-case
(#162) Variable "aColumns" must be all lower-case
(#162) Expected 1 space before "=="; 0 found
(#162) Expected 1 space after "=="; 0 found
(#162) Variable "aRow" must be all lower-case
(#162) Variable "aColumns" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 12 spaces, found 3
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 3
(#164) Expected "} else if (...) {\n"; found "}\n\t\t\telse if (...)\n\t\t\t{\n"
(#164) Expected "if (...) {\n"; found "if (...)\n\t\t\t{\n"
(#164) Variable "aColumns" must be all lower-case
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 16 spaces, found 4
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 16 spaces, found 4
(#167) Variable "aRow" must be all lower-case
(#167) Variable "aColumns" must be all lower-case
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 12 spaces, found 3
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 8 spaces, found 2
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lang/en/block_configurable_reports.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/lib/pChart2/class/pBarcode128.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Line indented incorrectly; expected 0 spaces, found 1
(#19) Line indented incorrectly; expected at least 4 spaces, found 3
(#19) Member variable "Codes" must be all lower-case
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$Codes"
(#20) Line indented incorrectly; expected at least 4 spaces, found 3
(#20) Member variable "Reverse" must be all lower-case
(#20) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#20) Scope modifier not specified for member variable "$Reverse"
(#21) Line indented incorrectly; expected at least 4 spaces, found 3
(#21) Member variable "Result" must be all lower-case
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$Result"
(#22) Line indented incorrectly; expected at least 4 spaces, found 3
(#22) Member variable "pChartObject" must be all lower-case
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$pChartObject"
(#23) Line indented incorrectly; expected at least 4 spaces, found 3
(#23) Member variable "CRC" must be all lower-case
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$CRC"
(#25) Line indented incorrectly; expected at least 4 spaces, found 3
(#26) Line indented incorrectly; expected 4 spaces, found 3
(#26) method name "pBarcode128::pBarcode128" must be in lower-case letters only
(#26) PHP4 style constructors are not allowed; use "__construct()" instead
(#26) Visibility must be declared on method "pBarcode128"
(#26) Variable "BasePath" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#28) Line indented incorrectly; expected at least 8 spaces, found 5
(#29) Line indented incorrectly; expected at least 8 spaces, found 5
(#31) Line indented incorrectly; expected at least 8 spaces, found 5
(#31) Variable "FileHandle" must be all lower-case
(#31) Variable "BasePath" must be all lower-case
(#33) Line indented incorrectly; expected 8 spaces, found 5
(#33) Expected "if (...) {\n"; found "if (...) { "
(#33) Variable "FileHandle" must be all lower-case
(#33) Variable "BasePath" must be all lower-case
(#33) Closing brace must be on a line by itself
(#35) Line indented incorrectly; expected 8 spaces, found 5
(#35) Expected "while (...) {\n"; found "while (...)\n {\n"
(#35) Variable "FileHandle" must be all lower-case
(#36) Line indented incorrectly; expected at least 8 spaces, found 6
(#37) Line indented incorrectly; expected at least 12 spaces, found 7
(#37) Variable "Buffer" must be all lower-case
(#37) Variable "FileHandle" must be all lower-case
(#37) Commas (,) must be followed by white space.
(#38) Line indented incorrectly; expected at least 12 spaces, found 7
(#38) Variable "Buffer" must be all lower-case
(#38) Commas (,) must be followed by white space.
(#38) Commas (,) must be followed by white space.
(#38) Variable "Buffer" must be all lower-case
(#39) Line indented incorrectly; expected at least 12 spaces, found 7
(#39) Variable "Buffer" must be all lower-case
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#39) Variable "Buffer" must be all lower-case
(#40) Line indented incorrectly; expected at least 12 spaces, found 7
(#40) Variable "Values" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#40) Variable "Buffer" must be all lower-case
(#42) Line indented incorrectly; expected at least 12 spaces, found 7
(#42) Variable "Values" must be all lower-case
(#42) Variable "Values" must be all lower-case
(#43) Line indented incorrectly; expected at least 12 spaces, found 7
(#43) Variable "Values" must be all lower-case
(#43) Variable "Values" must be all lower-case
(#44) Line indented incorrectly; expected at least 12 spaces, found 7
(#44) Variable "Values" must be all lower-case
(#44) Variable "Values" must be all lower-case
(#45) Line indented incorrectly; expected at least 12 spaces, found 7
(#45) Variable "Values" must be all lower-case
(#45) Variable "Values" must be all lower-case
(#46) Line indented incorrectly; expected 8 spaces, found 6
(#46) Closing brace indented incorrectly; expected 5 spaces, found 6
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#47) Variable "FileHandle" must be all lower-case
(#48) Closing brace indented incorrectly; expected 3 spaces, found 4
(#50) Line indented incorrectly; expected at least 4 spaces, found 3
(#51) Line indented incorrectly; expected 4 spaces, found 3
(#51) method name "pBarcode128::getSize" must be in lower-case letters only
(#51) Visibility must be declared on method "getSize"
(#51) Variable "TextString" must be all lower-case
(#51) Commas (,) must be followed by white space.
(#51) Variable "Format" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "Angle" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Variable "Format" must be all lower-case
(#53) Variable "Format" must be all lower-case
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "ShowLegend" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Variable "Format" must be all lower-case
(#54) Variable "Format" must be all lower-case
(#54) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "LegendOffset" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Variable "Format" must be all lower-case
(#55) Variable "Format" must be all lower-case
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "DrawArea" must be all lower-case
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "Format" must be all lower-case
(#56) Variable "Format" must be all lower-case
(#56) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Variable "FontSize" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "Format" must be all lower-case
(#57) Variable "Format" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Variable "Height" must be all lower-case
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Variable "Format" must be all lower-case
(#58) Variable "Format" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Variable "TextString" must be all lower-case
(#60) Variable "TextString" must be all lower-case
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Variable "BarcodeLength" must be all lower-case
(#63) Line indented incorrectly; expected 8 spaces, found 5
(#63) Expected "if (...) {\n"; found "if (...) { "
(#63) Variable "DrawArea" must be all lower-case
(#63) Variable "WOffset" must be all lower-case
(#63) Closing brace must be on a line by itself
(#63) Expected "} else {\n"; found "} else { "
(#63) Variable "WOffset" must be all lower-case
(#63) Closing brace must be on a line by itself
(#64) Line indented incorrectly; expected 8 spaces, found 5
(#64) Expected "if (...) {\n"; found "if (...) { "
(#64) Variable "ShowLegend" must be all lower-case
(#64) Variable "HOffset" must be all lower-case
(#64) Variable "FontSize" must be all lower-case
(#64) Expected 1 space before "+"; 0 found
(#64) Expected 1 space after "+"; 0 found
(#64) Variable "LegendOffset" must be all lower-case
(#64) Expected 1 space before "+"; 0 found
(#64) Expected 1 space after "+"; 0 found
(#64) Variable "WOffset" must be all lower-case
(#64) Closing brace must be on a line by itself
(#64) Expected "} else {\n"; found "} else { "
(#64) Variable "HOffset" must be all lower-case
(#64) Closing brace must be on a line by itself
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "X1" must be all lower-case
(#66) Variable "Angle" must be all lower-case
(#66) Variable "WOffset" must be all lower-case
(#66) Expected 1 space before "+"; 0 found
(#66) Expected 1 space after "+"; 0 found
(#66) Variable "BarcodeLength" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "Y1" must be all lower-case
(#67) Variable "Angle" must be all lower-case
(#67) Variable "WOffset" must be all lower-case
(#67) Expected 1 space before "+"; 0 found
(#67) Expected 1 space after "+"; 0 found
(#67) Variable "BarcodeLength" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Variable "X2" must be all lower-case
(#69) Variable "X1" must be all lower-case
(#69) Variable "Angle" must be all lower-case
(#69) Expected 1 space before "+"; 0 found
(#69) Expected 1 space after "+"; 0 found
(#69) Variable "HOffset" must be all lower-case
(#69) Expected 1 space before "+"; 0 found
(#69) Expected 1 space after "+"; 0 found
(#69) Variable "Height" must be all lower-case
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "Y2" must be all lower-case
(#70) Variable "Y1" must be all lower-case
(#70) Variable "Angle" must be all lower-case
(#70) Expected 1 space before "+"; 0 found
(#70) Expected 1 space after "+"; 0 found
(#70) Variable "HOffset" must be all lower-case
(#70) Expected 1 space before "+"; 0 found
(#70) Expected 1 space after "+"; 0 found
(#70) Variable "Height" must be all lower-case
(#71) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "AreaWidth" must be all lower-case
(#73) Variable "X1" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Variable "X2" must be all lower-case
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "AreaHeight" must be all lower-case
(#74) Variable "Y1" must be all lower-case
(#74) Commas (,) must be followed by white space.
(#74) Variable "Y2" must be all lower-case
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#76) Variable "AreaWidth" must be all lower-case
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#76) Variable "AreaHeight" must be all lower-case
(#77) Closing brace indented incorrectly; expected 3 spaces, found 4
(#79) Line indented incorrectly; expected 4 spaces, found 3
(#79) Visibility must be declared on method "encode128"
(#79) Variable "Value" must be all lower-case
(#79) Commas (,) must be followed by white space.
(#79) Variable "Format" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#83) Line indented incorrectly; expected at least 8 spaces, found 5
(#83) Variable "TextString" must be all lower-case
(#85) Line indented incorrectly; expected 8 spaces, found 5
(#85) Expected "for (...) {\n"; found "for(...)\n {\n"
(#85) Expected 1 space after first semicolon of FOR loop; 0 found
(#85) Expected 1 space after second semicolon of FOR loop; 0 found
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#85) Expected 1 space before "<="; 0 found
(#85) Expected 1 space after "<="; 0 found
(#85) Variable "Value" must be all lower-case
(#86) Line indented incorrectly; expected at least 8 spaces, found 6
(#87) Line indented incorrectly; expected at least 12 spaces, found 7
(#87) Variable "CharCode" must be all lower-case
(#87) Variable "Value" must be all lower-case
(#87) Commas (,) must be followed by white space.
(#87) Commas (,) must be followed by white space.
(#88) Line indented incorrectly; expected 12 spaces, found 7
(#88) Expected "if (...) {\n"; found "if (...)\n {\n"
(#88) Variable "CharCode" must be all lower-case
(#89) Line indented incorrectly; expected at least 12 spaces, found 8
(#90) Line indented incorrectly; expected at least 16 spaces, found 9
(#90) Variable "CharCode" must be all lower-case
(#91) Line indented incorrectly; expected at least 16 spaces, found 9
(#91) Expected 1 space before "*"; 0 found
(#91) Expected 1 space after "*"; 0 found
(#91) Variable "CharCode" must be all lower-case
(#92) Line indented incorrectly; expected at least 16 spaces, found 9
(#92) Variable "TextString" must be all lower-case
(#92) Variable "TextString" must be all lower-case
(#92) Variable "CharCode" must be all lower-case
(#93) Line indented incorrectly; expected 12 spaces, found 8
(#93) Closing brace indented incorrectly; expected 7 spaces, found 8
(#94) Line indented incorrectly; expected 8 spaces, found 6
(#94) Closing brace indented incorrectly; expected 5 spaces, found 6
(#95) Line indented incorrectly; expected at least 8 spaces, found 5
(#95) Expected 1 space before "/"; 0 found
(#95) Expected 1 space after "/"; 0 found
(#95) Expected 1 space before "*"; 0 found
(#95) Expected 1 space after "*"; 0 found
(#97) Line indented incorrectly; expected at least 8 spaces, found 5
(#98) Line indented incorrectly; expected at least 8 spaces, found 5
(#100) Line indented incorrectly; expected at least 8 spaces, found 5
(#100) Variable "TextString" must be all lower-case
(#101) Closing brace indented incorrectly; expected 3 spaces, found 4
(#103) Line indented incorrectly; expected at least 4 spaces, found 3
(#104) Line indented incorrectly; expected 4 spaces, found 3
(#104) Visibility must be declared on method "draw"
(#104) Variable "Object" must be all lower-case
(#104) Commas (,) must be followed by white space.
(#104) Variable "Value" must be all lower-case
(#104) Commas (,) must be followed by white space.
(#104) Variable "X" must be all lower-case
(#104) Commas (,) must be followed by white space.
(#104) Variable "Y" must be all lower-case
(#104) Commas (,) must be followed by white space.
(#104) Variable "Format" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#106) Line indented incorrectly; expected at least 8 spaces, found 5
(#106) Variable "Object" must be all lower-case
(#108) Line indented incorrectly; expected at least 8 spaces, found 5
(#108) Variable "R" must be all lower-case
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Variable "Format" must be all lower-case
(#108) Variable "Format" must be all lower-case
(#109) Line indented incorrectly; expected at least 8 spaces, found 5
(#109) Variable "G" must be all lower-case
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Variable "Format" must be all lower-case
(#109) Variable "Format" must be all lower-case
(#110) Line indented incorrectly; expected at least 8 spaces, found 5
(#110) Variable "B" must be all lower-case
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Variable "Format" must be all lower-case
(#110) Variable "Format" must be all lower-case
(#111) Line indented incorrectly; expected at least 8 spaces, found 5
(#111) Variable "Alpha" must be all lower-case
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Variable "Format" must be all lower-case
(#111) Variable "Format" must be all lower-case
(#112) Line indented incorrectly; expected at least 8 spaces, found 5
(#112) Variable "Height" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Variable "Format" must be all lower-case
(#112) Variable "Format" must be all lower-case
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#113) Variable "Angle" must be all lower-case
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Variable "Format" must be all lower-case
(#113) Variable "Format" must be all lower-case
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "ShowLegend" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Variable "Format" must be all lower-case
(#114) Variable "Format" must be all lower-case
(#114) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Variable "LegendOffset" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Variable "Format" must be all lower-case
(#115) Variable "Format" must be all lower-case
(#116) Line indented incorrectly; expected at least 8 spaces, found 5
(#116) Variable "DrawArea" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Variable "Format" must be all lower-case
(#116) Variable "Format" must be all lower-case
(#116) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#117) Line indented incorrectly; expected at least 8 spaces, found 5
(#117) Variable "AreaR" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Variable "Format" must be all lower-case
(#117) Variable "Format" must be all lower-case
(#118) Line indented incorrectly; expected at least 8 spaces, found 5
(#118) Variable "AreaG" must be all lower-case
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Variable "Format" must be all lower-case
(#118) Variable "Format" must be all lower-case
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "AreaB" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Variable "Format" must be all lower-case
(#119) Variable "Format" must be all lower-case
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "AreaBorderR" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Variable "Format" must be all lower-case
(#120) Variable "Format" must be all lower-case
(#120) Variable "AreaR" must be all lower-case
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "AreaBorderG" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Variable "Format" must be all lower-case
(#121) Variable "Format" must be all lower-case
(#121) Variable "AreaG" must be all lower-case
(#122) Line indented incorrectly; expected at least 8 spaces, found 5
(#122) Variable "AreaBorderB" must be all lower-case
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Variable "Format" must be all lower-case
(#122) Variable "Format" must be all lower-case
(#122) Variable "AreaB" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 5
(#124) Variable "TextString" must be all lower-case
(#124) Variable "Value" must be all lower-case
(#126) Line indented incorrectly; expected 8 spaces, found 5
(#126) Expected "if (...) {\n"; found "if (...)\n {\n"
(#126) Variable "DrawArea" must be all lower-case
(#127) Line indented incorrectly; expected at least 8 spaces, found 6
(#128) Line indented incorrectly; expected at least 12 spaces, found 7
(#128) Variable "X1" must be all lower-case
(#128) Variable "X" must be all lower-case
(#128) Variable "Angle" must be all lower-case
(#128) Expected 1 space before "-"; 0 found
(#128) Expected 1 space after "-"; 0 found
(#129) Line indented incorrectly; expected at least 12 spaces, found 7
(#129) Variable "Y1" must be all lower-case
(#129) Variable "Y" must be all lower-case
(#129) Variable "Angle" must be all lower-case
(#129) Expected 1 space before "-"; 0 found
(#129) Expected 1 space after "-"; 0 found
(#131) Line indented incorrectly; expected at least 12 spaces, found 7
(#131) Variable "X2" must be all lower-case
(#131) Variable "X1" must be all lower-case
(#131) Variable "Angle" must be all lower-case
(#131) Expected 1 space before "+"; 0 found
(#131) Expected 1 space after "+"; 0 found
(#132) Line indented incorrectly; expected at least 12 spaces, found 7
(#132) Variable "Y2" must be all lower-case
(#132) Variable "Y1" must be all lower-case
(#132) Variable "Angle" must be all lower-case
(#132) Expected 1 space before "+"; 0 found
(#132) Expected 1 space after "+"; 0 found
(#134) Line indented incorrectly; expected 12 spaces, found 7
(#134) Expected "if (...) {\n"; found "if (...)\n {\n"
(#134) Variable "ShowLegend" must be all lower-case
(#135) Line indented incorrectly; expected at least 12 spaces, found 8
(#136) Line indented incorrectly; expected at least 16 spaces, found 9
(#136) Variable "X3" must be all lower-case
(#136) Variable "X2" must be all lower-case
(#136) Variable "Angle" must be all lower-case
(#136) Expected 1 space before "+"; 0 found
(#136) Expected 1 space after "+"; 0 found
(#136) Variable "Height" must be all lower-case
(#136) Expected 1 space before "+"; 0 found
(#136) Expected 1 space after "+"; 0 found
(#136) Variable "LegendOffset" must be all lower-case
(#136) Expected 1 space before "+"; 0 found
(#136) Expected 1 space after "+"; 0 found
(#136) Expected 1 space before "+"; 0 found
(#136) Expected 1 space after "+"; 0 found
(#137) Line indented incorrectly; expected at least 16 spaces, found 9
(#137) Variable "Y3" must be all lower-case
(#137) Variable "Y2" must be all lower-case
(#137) Variable "Angle" must be all lower-case
(#137) Expected 1 space before "+"; 0 found
(#137) Expected 1 space after "+"; 0 found
(#137) Variable "Height" must be all lower-case
(#137) Expected 1 space before "+"; 0 found
(#137) Expected 1 space after "+"; 0 found
(#137) Variable "LegendOffset" must be all lower-case
(#137) Expected 1 space before "+"; 0 found
(#137) Expected 1 space after "+"; 0 found
(#137) Expected 1 space before "+"; 0 found
(#137) Expected 1 space after "+"; 0 found
(#138) Line indented incorrectly; expected 12 spaces, found 8
(#138) Closing brace indented incorrectly; expected 7 spaces, found 8
(#139) Line indented incorrectly; expected 12 spaces, found 7
(#139) Expected "} else {\n"; found "}\n else\n {\n"
(#140) Line indented incorrectly; expected at least 12 spaces, found 8
(#141) Line indented incorrectly; expected at least 16 spaces, found 9
(#141) Variable "X3" must be all lower-case
(#141) Variable "X2" must be all lower-case
(#141) Variable "Angle" must be all lower-case
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#141) Variable "Height" must be all lower-case
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#142) Line indented incorrectly; expected at least 16 spaces, found 9
(#142) Variable "Y3" must be all lower-case
(#142) Variable "Y2" must be all lower-case
(#142) Variable "Angle" must be all lower-case
(#142) Expected 1 space before "+"; 0 found
(#142) Expected 1 space after "+"; 0 found
(#142) Variable "Height" must be all lower-case
(#142) Expected 1 space before "+"; 0 found
(#142) Expected 1 space after "+"; 0 found
(#143) Line indented incorrectly; expected 12 spaces, found 8
(#143) Closing brace indented incorrectly; expected 7 spaces, found 8
(#145) Line indented incorrectly; expected at least 12 spaces, found 7
(#145) Variable "X4" must be all lower-case
(#145) Variable "X3" must be all lower-case
(#145) Variable "Angle" must be all lower-case
(#145) Expected 1 space before "+"; 0 found
(#145) Expected 1 space after "+"; 0 found
(#145) Expected 1 space before "+"; 0 found
(#145) Expected 1 space after "+"; 0 found
(#146) Line indented incorrectly; expected at least 12 spaces, found 7
(#146) Variable "Y4" must be all lower-case
(#146) Variable "Y3" must be all lower-case
(#146) Variable "Angle" must be all lower-case
(#146) Expected 1 space before "+"; 0 found
(#146) Expected 1 space after "+"; 0 found
(#146) Expected 1 space before "+"; 0 found
(#146) Expected 1 space after "+"; 0 found
(#148) Line indented incorrectly; expected at least 12 spaces, found 7
(#148) Variable "Polygon" must be all lower-case
(#148) Variable "X1" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "Y1" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "X2" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "Y2" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "X3" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "Y3" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "X4" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "Y4" must be all lower-case
(#149) Line indented incorrectly; expected at least 12 spaces, found 7
(#149) Variable "Settings" must be all lower-case
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "AreaR" must be all lower-case
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "AreaG" must be all lower-case
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "AreaB" must be all lower-case
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "AreaBorderR" must be all lower-case
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "AreaBorderG" must be all lower-case
(#149) Commas (,) must be followed by white space.
(#149) Expected 1 space before "=>"; 0 found
(#149) Expected 1 space after "=>"; 0 found
(#149) Variable "AreaBorderB" must be all lower-case
(#149) Line exceeds 132 characters; contains 134 characters
(#150) Line indented incorrectly; expected at least 12 spaces, found 7
(#150) Variable "Polygon" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "Settings" must be all lower-case
(#151) Line indented incorrectly; expected 8 spaces, found 6
(#151) Closing brace indented incorrectly; expected 5 spaces, found 6
(#153) Line indented incorrectly; expected 8 spaces, found 5
(#153) Expected "for (...) {\n"; found "for(...)\n {\n"
(#153) Expected 1 space after first semicolon of FOR loop; 0 found
(#153) Expected 1 space after second semicolon of FOR loop; 0 found
(#153) Expected 1 space before "="; 0 found
(#153) Expected 1 space after "="; 0 found
(#153) Expected 1 space before "<="; 0 found
(#153) Expected 1 space after "<="; 0 found
(#154) Line indented incorrectly; expected at least 8 spaces, found 6
(#155) Line indented incorrectly; expected 12 spaces, found 7
(#155) Expected "if (...) {\n"; found "if (...)\n {\n"
(#155) Commas (,) must be followed by white space.
(#155) Commas (,) must be followed by white space.
(#156) Line indented incorrectly; expected at least 12 spaces, found 8
(#157) Line indented incorrectly; expected at least 16 spaces, found 9
(#157) Variable "X1" must be all lower-case
(#157) Variable "X" must be all lower-case
(#157) Variable "Angle" must be all lower-case
(#158) Line indented incorrectly; expected at least 16 spaces, found 9
(#158) Variable "Y1" must be all lower-case
(#158) Variable "Y" must be all lower-case
(#158) Variable "Angle" must be all lower-case
(#159) Line indented incorrectly; expected at least 16 spaces, found 9
(#159) Variable "X2" must be all lower-case
(#159) Variable "X1" must be all lower-case
(#159) Variable "Angle" must be all lower-case
(#159) Expected 1 space before "+"; 0 found
(#159) Expected 1 space after "+"; 0 found
(#159) Variable "Height" must be all lower-case
(#160) Line indented incorrectly; expected at least 16 spaces, found 9
(#160) Variable "Y2" must be all lower-case
(#160) Variable "Y1" must be all lower-case
(#160) Variable "Angle" must be all lower-case
(#160) Expected 1 space before "+"; 0 found
(#160) Expected 1 space after "+"; 0 found
(#160) Variable "Height" must be all lower-case
(#162) Line indented incorrectly; expected at least 16 spaces, found 9
(#162) Variable "Settings" must be all lower-case
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Variable "R" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Variable "G" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Variable "B" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Variable "Alpha" must be all lower-case
(#163) Line indented incorrectly; expected at least 16 spaces, found 9
(#163) Variable "X1" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "Y1" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "X2" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "Y2" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "Settings" must be all lower-case
(#164) Line indented incorrectly; expected 12 spaces, found 8
(#164) Closing brace indented incorrectly; expected 7 spaces, found 8
(#165) Line indented incorrectly; expected 8 spaces, found 6
(#165) Closing brace indented incorrectly; expected 5 spaces, found 6
(#167) Line indented incorrectly; expected 8 spaces, found 5
(#167) Expected "if (...) {\n"; found "if (...)\n {\n"
(#167) Variable "ShowLegend" must be all lower-case
(#168) Line indented incorrectly; expected at least 8 spaces, found 6
(#169) Line indented incorrectly; expected at least 12 spaces, found 7
(#169) Variable "X1" must be all lower-case
(#169) Variable "X" must be all lower-case
(#169) Variable "Angle" must be all lower-case
(#169) Expected 1 space before "/"; 0 found
(#169) Expected 1 space after "/"; 0 found
(#170) Line indented incorrectly; expected at least 12 spaces, found 7
(#170) Variable "Y1" must be all lower-case
(#170) Variable "Y" must be all lower-case
(#170) Variable "Angle" must be all lower-case
(#170) Expected 1 space before "/"; 0 found
(#170) Expected 1 space after "/"; 0 found
(#172) Line indented incorrectly; expected at least 12 spaces, found 7
(#172) Variable "LegendX" must be all lower-case
(#172) Variable "X1" must be all lower-case
(#172) Variable "Angle" must be all lower-case
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Variable "Height" must be all lower-case
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Variable "LegendOffset" must be all lower-case
(#173) Line indented incorrectly; expected at least 12 spaces, found 7
(#173) Variable "LegendY" must be all lower-case
(#173) Variable "Y1" must be all lower-case
(#173) Variable "Angle" must be all lower-case
(#173) Expected 1 space before "+"; 0 found
(#173) Expected 1 space after "+"; 0 found
(#173) Variable "Height" must be all lower-case
(#173) Expected 1 space before "+"; 0 found
(#173) Expected 1 space after "+"; 0 found
(#173) Variable "LegendOffset" must be all lower-case
(#175) Line indented incorrectly; expected at least 12 spaces, found 7
(#175) Variable "Settings" must be all lower-case
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "R" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "G" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "B" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "Alpha" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "Angle" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#176) Line indented incorrectly; expected at least 12 spaces, found 7
(#176) Variable "LegendX" must be all lower-case
(#176) Commas (,) must be followed by white space.
(#176) Variable "LegendY" must be all lower-case
(#176) Commas (,) must be followed by white space.
(#176) Variable "TextString" must be all lower-case
(#176) Commas (,) must be followed by white space.
(#176) Variable "Settings" must be all lower-case
(#177) Line indented incorrectly; expected 8 spaces, found 6
(#177) Closing brace indented incorrectly; expected 5 spaces, found 6
(#178) Closing brace indented incorrectly; expected 3 spaces, found 4
(#180) Line indented incorrectly; expected 4 spaces, found 3
(#180) Visibility must be declared on method "left"
(#180) Commas (,) must be followed by white space.
(#180) Variable "NbChar" must be all lower-case
(#180) Opening brace must be the last content on the line
(#180) Commas (,) must be followed by white space.
(#180) Commas (,) must be followed by white space.
(#180) Variable "NbChar" must be all lower-case
(#180) Closing brace must be on a line by itself
(#180) Whitespace found at end of line
(#181) Line indented incorrectly; expected 4 spaces, found 3
(#181) Visibility must be declared on method "right"
(#181) Commas (,) must be followed by white space.
(#181) Variable "NbChar" must be all lower-case
(#181) Opening brace must be the last content on the line
(#181) Commas (,) must be followed by white space.
(#181) Expected 1 space before "-"; 0 found
(#181) Expected 1 space after "-"; 0 found
(#181) Variable "NbChar" must be all lower-case
(#181) Commas (,) must be followed by white space.
(#181) Variable "NbChar" must be all lower-case
(#181) Closing brace must be on a line by itself
(#181) Whitespace found at end of line
(#182) Line indented incorrectly; expected 4 spaces, found 3
(#182) Visibility must be declared on method "mid"
(#182) Commas (,) must be followed by white space.
(#182) Variable "Depart" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "NbChar" must be all lower-case
(#182) Opening brace must be the last content on the line
(#182) Commas (,) must be followed by white space.
(#182) Variable "Depart" must be all lower-case
(#182) Expected 1 space before "-"; 0 found
(#182) Expected 1 space after "-"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Variable "NbChar" must be all lower-case
(#182) Closing brace must be on a line by itself
(#182) Whitespace found at end of line
(#183) Line indented incorrectly; expected 0 spaces, found 2
(#183) Closing brace indented incorrectly; expected 1 spaces, found 2
(#184) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pBarcode39.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Line indented incorrectly; expected 0 spaces, found 1
(#19) Line indented incorrectly; expected at least 4 spaces, found 3
(#19) Member variable "Codes" must be all lower-case
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$Codes"
(#20) Line indented incorrectly; expected at least 4 spaces, found 3
(#20) Member variable "Reverse" must be all lower-case
(#20) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#20) Scope modifier not specified for member variable "$Reverse"
(#21) Line indented incorrectly; expected at least 4 spaces, found 3
(#21) Member variable "Result" must be all lower-case
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$Result"
(#22) Line indented incorrectly; expected at least 4 spaces, found 3
(#22) Member variable "pChartObject" must be all lower-case
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$pChartObject"
(#23) Line indented incorrectly; expected at least 4 spaces, found 3
(#23) Member variable "CRC" must be all lower-case
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$CRC"
(#24) Line indented incorrectly; expected at least 4 spaces, found 3
(#24) Member variable "MOD43" must be all lower-case
(#24) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#24) Scope modifier not specified for member variable "$MOD43"
(#26) Line indented incorrectly; expected at least 4 spaces, found 3
(#27) Line indented incorrectly; expected 4 spaces, found 3
(#27) method name "pBarcode39::pBarcode39" must be in lower-case letters only
(#27) PHP4 style constructors are not allowed; use "__construct()" instead
(#27) Visibility must be declared on method "pBarcode39"
(#27) Variable "BasePath" must be all lower-case
(#27) Commas (,) must be followed by white space.
(#27) Variable "EnableMOD43" must be all lower-case
(#27) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#28) Opening brace should be on the same line as the declaration
(#29) Line indented incorrectly; expected at least 8 spaces, found 5
(#29) Variable "EnableMOD43" must be all lower-case
(#30) Line indented incorrectly; expected at least 8 spaces, found 5
(#31) Line indented incorrectly; expected at least 8 spaces, found 5
(#33) Line indented incorrectly; expected at least 8 spaces, found 5
(#33) Variable "FileHandle" must be all lower-case
(#33) Variable "BasePath" must be all lower-case
(#35) Line indented incorrectly; expected 8 spaces, found 5
(#35) Expected "if (...) {\n"; found "if (...) { "
(#35) Variable "FileHandle" must be all lower-case
(#35) Variable "BasePath" must be all lower-case
(#35) Closing brace must be on a line by itself
(#37) Line indented incorrectly; expected 8 spaces, found 5
(#37) Expected "while (...) {\n"; found "while (...)\n {\n"
(#37) Variable "FileHandle" must be all lower-case
(#38) Line indented incorrectly; expected at least 8 spaces, found 6
(#39) Line indented incorrectly; expected at least 12 spaces, found 7
(#39) Variable "Buffer" must be all lower-case
(#39) Variable "FileHandle" must be all lower-case
(#39) Commas (,) must be followed by white space.
(#40) Line indented incorrectly; expected at least 12 spaces, found 7
(#40) Variable "Buffer" must be all lower-case
(#40) Commas (,) must be followed by white space.
(#40) Commas (,) must be followed by white space.
(#40) Variable "Buffer" must be all lower-case
(#41) Line indented incorrectly; expected at least 12 spaces, found 7
(#41) Variable "Buffer" must be all lower-case
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#41) Variable "Buffer" must be all lower-case
(#42) Line indented incorrectly; expected at least 12 spaces, found 7
(#42) Variable "Values" must be all lower-case
(#42) Commas (,) must be followed by white space.
(#42) Variable "Buffer" must be all lower-case
(#44) Line indented incorrectly; expected at least 12 spaces, found 7
(#44) Variable "Values" must be all lower-case
(#44) Variable "Values" must be all lower-case
(#45) Line indented incorrectly; expected 8 spaces, found 6
(#45) Closing brace indented incorrectly; expected 5 spaces, found 6
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Variable "FileHandle" must be all lower-case
(#47) Closing brace indented incorrectly; expected 3 spaces, found 4
(#49) Line indented incorrectly; expected at least 4 spaces, found 3
(#50) Line indented incorrectly; expected 4 spaces, found 3
(#50) method name "pBarcode39::getSize" must be in lower-case letters only
(#50) Visibility must be declared on method "getSize"
(#50) Variable "TextString" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "Format" must be all lower-case
(#51) Opening brace should be on the same line as the declaration
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Variable "Angle" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Variable "Format" must be all lower-case
(#52) Variable "Format" must be all lower-case
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "ShowLegend" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Variable "Format" must be all lower-case
(#53) Variable "Format" must be all lower-case
(#53) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "LegendOffset" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Variable "Format" must be all lower-case
(#54) Variable "Format" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "DrawArea" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Variable "Format" must be all lower-case
(#55) Variable "Format" must be all lower-case
(#55) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "FontSize" must be all lower-case
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "Format" must be all lower-case
(#56) Variable "Format" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Variable "Height" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "Format" must be all lower-case
(#57) Variable "Format" must be all lower-case
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Variable "TextString" must be all lower-case
(#59) Variable "TextString" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Variable "BarcodeLength" must be all lower-case
(#62) Line indented incorrectly; expected 8 spaces, found 5
(#62) Expected "if (...) {\n"; found "if (...) { "
(#62) Variable "DrawArea" must be all lower-case
(#62) Variable "WOffset" must be all lower-case
(#62) Closing brace must be on a line by itself
(#62) Expected "} else {\n"; found "} else { "
(#62) Variable "WOffset" must be all lower-case
(#62) Closing brace must be on a line by itself
(#63) Line indented incorrectly; expected 8 spaces, found 5
(#63) Expected "if (...) {\n"; found "if (...) { "
(#63) Variable "ShowLegend" must be all lower-case
(#63) Variable "HOffset" must be all lower-case
(#63) Variable "FontSize" must be all lower-case
(#63) Expected 1 space before "+"; 0 found
(#63) Expected 1 space after "+"; 0 found
(#63) Variable "LegendOffset" must be all lower-case
(#63) Expected 1 space before "+"; 0 found
(#63) Expected 1 space after "+"; 0 found
(#63) Variable "WOffset" must be all lower-case
(#63) Closing brace must be on a line by itself
(#63) Expected "} else {\n"; found "} else { "
(#63) Variable "HOffset" must be all lower-case
(#63) Closing brace must be on a line by itself
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Variable "X1" must be all lower-case
(#65) Variable "Angle" must be all lower-case
(#65) Variable "WOffset" must be all lower-case
(#65) Expected 1 space before "+"; 0 found
(#65) Expected 1 space after "+"; 0 found
(#65) Variable "BarcodeLength" must be all lower-case
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "Y1" must be all lower-case
(#66) Variable "Angle" must be all lower-case
(#66) Variable "WOffset" must be all lower-case
(#66) Expected 1 space before "+"; 0 found
(#66) Expected 1 space after "+"; 0 found
(#66) Variable "BarcodeLength" must be all lower-case
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Variable "X2" must be all lower-case
(#68) Variable "X1" must be all lower-case
(#68) Variable "Angle" must be all lower-case
(#68) Expected 1 space before "+"; 0 found
(#68) Expected 1 space after "+"; 0 found
(#68) Variable "HOffset" must be all lower-case
(#68) Expected 1 space before "+"; 0 found
(#68) Expected 1 space after "+"; 0 found
(#68) Variable "Height" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Variable "Y2" must be all lower-case
(#69) Variable "Y1" must be all lower-case
(#69) Variable "Angle" must be all lower-case
(#69) Expected 1 space before "+"; 0 found
(#69) Expected 1 space after "+"; 0 found
(#69) Variable "HOffset" must be all lower-case
(#69) Expected 1 space before "+"; 0 found
(#69) Expected 1 space after "+"; 0 found
(#69) Variable "Height" must be all lower-case
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "AreaWidth" must be all lower-case
(#72) Variable "X1" must be all lower-case
(#72) Commas (,) must be followed by white space.
(#72) Variable "X2" must be all lower-case
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "AreaHeight" must be all lower-case
(#73) Variable "Y1" must be all lower-case
(#73) Commas (,) must be followed by white space.
(#73) Variable "Y2" must be all lower-case
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Variable "AreaWidth" must be all lower-case
(#75) Commas (,) must be followed by white space.
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Variable "AreaHeight" must be all lower-case
(#76) Closing brace indented incorrectly; expected 3 spaces, found 4
(#78) Line indented incorrectly; expected at least 4 spaces, found 3
(#79) Line indented incorrectly; expected 4 spaces, found 3
(#79) Visibility must be declared on method "encode39"
(#79) Variable "Value" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Variable "TextString" must be all lower-case
(#83) Line indented incorrectly; expected 8 spaces, found 5
(#83) Expected "for (...) {\n"; found "for(...)\n {\n"
(#83) Expected 1 space after first semicolon of FOR loop; 0 found
(#83) Expected 1 space after second semicolon of FOR loop; 0 found
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Expected 1 space before "<="; 0 found
(#83) Expected 1 space after "<="; 0 found
(#83) Variable "Value" must be all lower-case
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Line indented incorrectly; expected at least 12 spaces, found 7
(#85) Variable "CharCode" must be all lower-case
(#85) Variable "Value" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#86) Line indented incorrectly; expected 12 spaces, found 7
(#86) Expected "if (...) {\n"; found "if (...) { "
(#86) Variable "CharCode" must be all lower-case
(#86) Variable "CharCode" must be all lower-case
(#86) Variable "CharCode" must be all lower-case
(#86) Variable "CharCode" must be all lower-case
(#86) Closing brace must be on a line by itself
(#88) Line indented incorrectly; expected 12 spaces, found 7
(#88) Expected "if (...) {\n"; found "if (...)\n {\n"
(#88) Variable "CharCode" must be all lower-case
(#89) Line indented incorrectly; expected at least 12 spaces, found 8
(#90) Line indented incorrectly; expected at least 16 spaces, found 9
(#90) Variable "CharCode" must be all lower-case
(#91) Line indented incorrectly; expected at least 16 spaces, found 9
(#91) Variable "TextString" must be all lower-case
(#91) Variable "TextString" must be all lower-case
(#91) Variable "CharCode" must be all lower-case
(#92) Line indented incorrectly; expected 12 spaces, found 8
(#92) Closing brace indented incorrectly; expected 7 spaces, found 8
(#93) Line indented incorrectly; expected 8 spaces, found 6
(#93) Closing brace indented incorrectly; expected 5 spaces, found 6
(#95) Line indented incorrectly; expected 8 spaces, found 5
(#95) Expected "if (...) {\n"; found "if (...)\n {\n"
(#96) Line indented incorrectly; expected at least 8 spaces, found 6
(#97) Line indented incorrectly; expected at least 12 spaces, found 7
(#97) Variable "Checksum" must be all lower-case
(#97) Variable "TextString" must be all lower-case
(#98) Line indented incorrectly; expected at least 12 spaces, found 7
(#98) Variable "Checksum" must be all lower-case
(#99) Line indented incorrectly; expected 8 spaces, found 6
(#99) Closing brace indented incorrectly; expected 5 spaces, found 6
(#101) Line indented incorrectly; expected at least 8 spaces, found 5
(#102) Line indented incorrectly; expected at least 8 spaces, found 5
(#102) Variable "TextString" must be all lower-case
(#102) Variable "TextString" must be all lower-case
(#104) Line indented incorrectly; expected at least 8 spaces, found 5
(#104) Variable "TextString" must be all lower-case
(#105) Closing brace indented incorrectly; expected 3 spaces, found 4
(#107) Line indented incorrectly; expected at least 4 spaces, found 3
(#108) Line indented incorrectly; expected 4 spaces, found 3
(#108) Visibility must be declared on method "draw"
(#108) Variable "Object" must be all lower-case
(#108) Commas (,) must be followed by white space.
(#108) Variable "Value" must be all lower-case
(#108) Commas (,) must be followed by white space.
(#108) Variable "X" must be all lower-case
(#108) Commas (,) must be followed by white space.
(#108) Variable "Y" must be all lower-case
(#108) Commas (,) must be followed by white space.
(#108) Variable "Format" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#110) Line indented incorrectly; expected at least 8 spaces, found 5
(#110) Variable "Object" must be all lower-case
(#112) Line indented incorrectly; expected at least 8 spaces, found 5
(#112) Variable "R" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Variable "Format" must be all lower-case
(#112) Variable "Format" must be all lower-case
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#113) Variable "G" must be all lower-case
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Variable "Format" must be all lower-case
(#113) Variable "Format" must be all lower-case
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "B" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Variable "Format" must be all lower-case
(#114) Variable "Format" must be all lower-case
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Variable "Alpha" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Variable "Format" must be all lower-case
(#115) Variable "Format" must be all lower-case
(#116) Line indented incorrectly; expected at least 8 spaces, found 5
(#116) Variable "Height" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Variable "Format" must be all lower-case
(#116) Variable "Format" must be all lower-case
(#117) Line indented incorrectly; expected at least 8 spaces, found 5
(#117) Variable "Angle" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Variable "Format" must be all lower-case
(#117) Variable "Format" must be all lower-case
(#118) Line indented incorrectly; expected at least 8 spaces, found 5
(#118) Variable "ShowLegend" must be all lower-case
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Variable "Format" must be all lower-case
(#118) Variable "Format" must be all lower-case
(#118) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "LegendOffset" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Variable "Format" must be all lower-case
(#119) Variable "Format" must be all lower-case
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "DrawArea" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Variable "Format" must be all lower-case
(#120) Variable "Format" must be all lower-case
(#120) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "AreaR" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Variable "Format" must be all lower-case
(#121) Variable "Format" must be all lower-case
(#122) Line indented incorrectly; expected at least 8 spaces, found 5
(#122) Variable "AreaG" must be all lower-case
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Variable "Format" must be all lower-case
(#122) Variable "Format" must be all lower-case
(#123) Line indented incorrectly; expected at least 8 spaces, found 5
(#123) Variable "AreaB" must be all lower-case
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Variable "Format" must be all lower-case
(#123) Variable "Format" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 5
(#124) Variable "AreaBorderR" must be all lower-case
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Variable "Format" must be all lower-case
(#124) Variable "Format" must be all lower-case
(#124) Variable "AreaR" must be all lower-case
(#125) Line indented incorrectly; expected at least 8 spaces, found 5
(#125) Variable "AreaBorderG" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Variable "Format" must be all lower-case
(#125) Variable "Format" must be all lower-case
(#125) Variable "AreaG" must be all lower-case
(#126) Line indented incorrectly; expected at least 8 spaces, found 5
(#126) Variable "AreaBorderB" must be all lower-case
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Variable "Format" must be all lower-case
(#126) Variable "Format" must be all lower-case
(#126) Variable "AreaB" must be all lower-case
(#128) Line indented incorrectly; expected at least 8 spaces, found 5
(#128) Variable "TextString" must be all lower-case
(#128) Variable "Value" must be all lower-case
(#130) Line indented incorrectly; expected 8 spaces, found 5
(#130) Expected "if (...) {\n"; found "if (...)\n {\n"
(#130) Variable "DrawArea" must be all lower-case
(#131) Line indented incorrectly; expected at least 8 spaces, found 6
(#132) Line indented incorrectly; expected at least 12 spaces, found 7
(#132) Variable "X1" must be all lower-case
(#132) Variable "X" must be all lower-case
(#132) Variable "Angle" must be all lower-case
(#132) Expected 1 space before "-"; 0 found
(#132) Expected 1 space after "-"; 0 found
(#133) Line indented incorrectly; expected at least 12 spaces, found 7
(#133) Variable "Y1" must be all lower-case
(#133) Variable "Y" must be all lower-case
(#133) Variable "Angle" must be all lower-case
(#133) Expected 1 space before "-"; 0 found
(#133) Expected 1 space after "-"; 0 found
(#135) Line indented incorrectly; expected at least 12 spaces, found 7
(#135) Variable "X2" must be all lower-case
(#135) Variable "X1" must be all lower-case
(#135) Variable "Angle" must be all lower-case
(#135) Expected 1 space before "+"; 0 found
(#135) Expected 1 space after "+"; 0 found
(#136) Line indented incorrectly; expected at least 12 spaces, found 7
(#136) Variable "Y2" must be all lower-case
(#136) Variable "Y1" must be all lower-case
(#136) Variable "Angle" must be all lower-case
(#136) Expected 1 space before "+"; 0 found
(#136) Expected 1 space after "+"; 0 found
(#138) Line indented incorrectly; expected 12 spaces, found 7
(#138) Expected "if (...) {\n"; found "if (...)\n {\n"
(#138) Variable "ShowLegend" must be all lower-case
(#139) Line indented incorrectly; expected at least 12 spaces, found 8
(#140) Line indented incorrectly; expected at least 16 spaces, found 9
(#140) Variable "X3" must be all lower-case
(#140) Variable "X2" must be all lower-case
(#140) Variable "Angle" must be all lower-case
(#140) Expected 1 space before "+"; 0 found
(#140) Expected 1 space after "+"; 0 found
(#140) Variable "Height" must be all lower-case
(#140) Expected 1 space before "+"; 0 found
(#140) Expected 1 space after "+"; 0 found
(#140) Variable "LegendOffset" must be all lower-case
(#140) Expected 1 space before "+"; 0 found
(#140) Expected 1 space after "+"; 0 found
(#140) Expected 1 space before "+"; 0 found
(#140) Expected 1 space after "+"; 0 found
(#141) Line indented incorrectly; expected at least 16 spaces, found 9
(#141) Variable "Y3" must be all lower-case
(#141) Variable "Y2" must be all lower-case
(#141) Variable "Angle" must be all lower-case
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#141) Variable "Height" must be all lower-case
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#141) Variable "LegendOffset" must be all lower-case
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#142) Line indented incorrectly; expected 12 spaces, found 8
(#142) Closing brace indented incorrectly; expected 7 spaces, found 8
(#143) Line indented incorrectly; expected 12 spaces, found 7
(#143) Expected "} else {\n"; found "}\n else\n {\n"
(#144) Line indented incorrectly; expected at least 12 spaces, found 8
(#145) Line indented incorrectly; expected at least 16 spaces, found 9
(#145) Variable "X3" must be all lower-case
(#145) Variable "X2" must be all lower-case
(#145) Variable "Angle" must be all lower-case
(#145) Expected 1 space before "+"; 0 found
(#145) Expected 1 space after "+"; 0 found
(#145) Variable "Height" must be all lower-case
(#145) Expected 1 space before "+"; 0 found
(#145) Expected 1 space after "+"; 0 found
(#146) Line indented incorrectly; expected at least 16 spaces, found 9
(#146) Variable "Y3" must be all lower-case
(#146) Variable "Y2" must be all lower-case
(#146) Variable "Angle" must be all lower-case
(#146) Expected 1 space before "+"; 0 found
(#146) Expected 1 space after "+"; 0 found
(#146) Variable "Height" must be all lower-case
(#146) Expected 1 space before "+"; 0 found
(#146) Expected 1 space after "+"; 0 found
(#147) Line indented incorrectly; expected 12 spaces, found 8
(#147) Closing brace indented incorrectly; expected 7 spaces, found 8
(#149) Line indented incorrectly; expected at least 12 spaces, found 7
(#149) Variable "X4" must be all lower-case
(#149) Variable "X3" must be all lower-case
(#149) Variable "Angle" must be all lower-case
(#149) Expected 1 space before "+"; 0 found
(#149) Expected 1 space after "+"; 0 found
(#149) Expected 1 space before "+"; 0 found
(#149) Expected 1 space after "+"; 0 found
(#150) Line indented incorrectly; expected at least 12 spaces, found 7
(#150) Variable "Y4" must be all lower-case
(#150) Variable "Y3" must be all lower-case
(#150) Variable "Angle" must be all lower-case
(#150) Expected 1 space before "+"; 0 found
(#150) Expected 1 space after "+"; 0 found
(#150) Expected 1 space before "+"; 0 found
(#150) Expected 1 space after "+"; 0 found
(#152) Line indented incorrectly; expected at least 12 spaces, found 7
(#152) Variable "Polygon" must be all lower-case
(#152) Variable "X1" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Variable "Y1" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Variable "X2" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Variable "Y2" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Variable "X3" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Variable "Y3" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Variable "X4" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Variable "Y4" must be all lower-case
(#153) Line indented incorrectly; expected at least 12 spaces, found 7
(#153) Variable "Settings" must be all lower-case
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Variable "AreaR" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Variable "AreaG" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Variable "AreaB" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Variable "AreaBorderR" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Variable "AreaBorderG" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#153) Variable "AreaBorderB" must be all lower-case
(#153) Line exceeds 132 characters; contains 134 characters
(#154) Line indented incorrectly; expected at least 12 spaces, found 7
(#154) Variable "Polygon" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "Settings" must be all lower-case
(#155) Line indented incorrectly; expected 8 spaces, found 6
(#155) Closing brace indented incorrectly; expected 5 spaces, found 6
(#157) Line indented incorrectly; expected 8 spaces, found 5
(#157) Expected "for (...) {\n"; found "for(...)\n {\n"
(#157) Expected 1 space after first semicolon of FOR loop; 0 found
(#157) Expected 1 space after second semicolon of FOR loop; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "<="; 0 found
(#157) Expected 1 space after "<="; 0 found
(#158) Line indented incorrectly; expected at least 8 spaces, found 6
(#159) Line indented incorrectly; expected 12 spaces, found 7
(#159) Expected "if (...) {\n"; found "if (...)\n {\n"
(#159) Commas (,) must be followed by white space.
(#159) Commas (,) must be followed by white space.
(#160) Line indented incorrectly; expected at least 12 spaces, found 8
(#161) Line indented incorrectly; expected at least 16 spaces, found 9
(#161) Variable "X1" must be all lower-case
(#161) Variable "X" must be all lower-case
(#161) Variable "Angle" must be all lower-case
(#162) Line indented incorrectly; expected at least 16 spaces, found 9
(#162) Variable "Y1" must be all lower-case
(#162) Variable "Y" must be all lower-case
(#162) Variable "Angle" must be all lower-case
(#163) Line indented incorrectly; expected at least 16 spaces, found 9
(#163) Variable "X2" must be all lower-case
(#163) Variable "X1" must be all lower-case
(#163) Variable "Angle" must be all lower-case
(#163) Expected 1 space before "+"; 0 found
(#163) Expected 1 space after "+"; 0 found
(#163) Variable "Height" must be all lower-case
(#164) Line indented incorrectly; expected at least 16 spaces, found 9
(#164) Variable "Y2" must be all lower-case
(#164) Variable "Y1" must be all lower-case
(#164) Variable "Angle" must be all lower-case
(#164) Expected 1 space before "+"; 0 found
(#164) Expected 1 space after "+"; 0 found
(#164) Variable "Height" must be all lower-case
(#166) Line indented incorrectly; expected at least 16 spaces, found 9
(#166) Variable "Settings" must be all lower-case
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#166) Variable "R" must be all lower-case
(#166) Commas (,) must be followed by white space.
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#166) Variable "G" must be all lower-case
(#166) Commas (,) must be followed by white space.
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#166) Variable "B" must be all lower-case
(#166) Commas (,) must be followed by white space.
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#166) Variable "Alpha" must be all lower-case
(#167) Line indented incorrectly; expected at least 16 spaces, found 9
(#167) Variable "X1" must be all lower-case
(#167) Commas (,) must be followed by white space.
(#167) Variable "Y1" must be all lower-case
(#167) Commas (,) must be followed by white space.
(#167) Variable "X2" must be all lower-case
(#167) Commas (,) must be followed by white space.
(#167) Variable "Y2" must be all lower-case
(#167) Commas (,) must be followed by white space.
(#167) Variable "Settings" must be all lower-case
(#168) Line indented incorrectly; expected 12 spaces, found 8
(#168) Closing brace indented incorrectly; expected 7 spaces, found 8
(#169) Line indented incorrectly; expected 8 spaces, found 6
(#169) Closing brace indented incorrectly; expected 5 spaces, found 6
(#171) Line indented incorrectly; expected 8 spaces, found 5
(#171) Expected "if (...) {\n"; found "if (...)\n {\n"
(#171) Variable "ShowLegend" must be all lower-case
(#172) Line indented incorrectly; expected at least 8 spaces, found 6
(#173) Line indented incorrectly; expected at least 12 spaces, found 7
(#173) Variable "X1" must be all lower-case
(#173) Variable "X" must be all lower-case
(#173) Variable "Angle" must be all lower-case
(#173) Expected 1 space before "/"; 0 found
(#173) Expected 1 space after "/"; 0 found
(#174) Line indented incorrectly; expected at least 12 spaces, found 7
(#174) Variable "Y1" must be all lower-case
(#174) Variable "Y" must be all lower-case
(#174) Variable "Angle" must be all lower-case
(#174) Expected 1 space before "/"; 0 found
(#174) Expected 1 space after "/"; 0 found
(#176) Line indented incorrectly; expected at least 12 spaces, found 7
(#176) Variable "LegendX" must be all lower-case
(#176) Variable "X1" must be all lower-case
(#176) Variable "Angle" must be all lower-case
(#176) Expected 1 space before "+"; 0 found
(#176) Expected 1 space after "+"; 0 found
(#176) Variable "Height" must be all lower-case
(#176) Expected 1 space before "+"; 0 found
(#176) Expected 1 space after "+"; 0 found
(#176) Variable "LegendOffset" must be all lower-case
(#177) Line indented incorrectly; expected at least 12 spaces, found 7
(#177) Variable "LegendY" must be all lower-case
(#177) Variable "Y1" must be all lower-case
(#177) Variable "Angle" must be all lower-case
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Variable "Height" must be all lower-case
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Variable "LegendOffset" must be all lower-case
(#179) Line indented incorrectly; expected at least 12 spaces, found 7
(#179) Variable "Settings" must be all lower-case
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Variable "R" must be all lower-case
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Variable "G" must be all lower-case
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Variable "B" must be all lower-case
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Variable "Alpha" must be all lower-case
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Variable "Angle" must be all lower-case
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#180) Line indented incorrectly; expected at least 12 spaces, found 7
(#180) Variable "LegendX" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "LegendY" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "TextString" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Settings" must be all lower-case
(#181) Line indented incorrectly; expected 8 spaces, found 6
(#181) Closing brace indented incorrectly; expected 5 spaces, found 6
(#182) Closing brace indented incorrectly; expected 3 spaces, found 4
(#184) Line indented incorrectly; expected 4 spaces, found 3
(#184) Visibility must be declared on method "checksum"
(#185) Opening brace should be on the same line as the declaration
(#186) Line indented incorrectly; expected at least 8 spaces, found 5
(#187) Line indented incorrectly; expected at least 8 spaces, found 5
(#188) Line indented incorrectly; expected at least 8 spaces, found 5
(#190) Line indented incorrectly; expected at least 8 spaces, found 5
(#190) Inline control structures are not allowed
(#190) Space found after opening bracket of FOR loop
(#190) Space found before closing bracket of FOR loop
(#190) Expected 1 space before "="; 0 found
(#190) Expected 1 space after "="; 0 found
(#191) Line indented incorrectly; expected at least 8 spaces, found 6
(#192) Whitespace found at end of line
(#193) Line indented incorrectly; expected at least 8 spaces, found 5
(#194) Closing brace indented incorrectly; expected 3 spaces, found 4
(#196) Line indented incorrectly; expected 4 spaces, found 3
(#196) Visibility must be declared on method "left"
(#196) Commas (,) must be followed by white space.
(#196) Variable "NbChar" must be all lower-case
(#196) Opening brace must be the last content on the line
(#196) Commas (,) must be followed by white space.
(#196) Commas (,) must be followed by white space.
(#196) Variable "NbChar" must be all lower-case
(#196) Closing brace must be on a line by itself
(#196) Whitespace found at end of line
(#197) Line indented incorrectly; expected 4 spaces, found 3
(#197) Visibility must be declared on method "right"
(#197) Commas (,) must be followed by white space.
(#197) Variable "NbChar" must be all lower-case
(#197) Opening brace must be the last content on the line
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space before "-"; 0 found
(#197) Expected 1 space after "-"; 0 found
(#197) Variable "NbChar" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "NbChar" must be all lower-case
(#197) Closing brace must be on a line by itself
(#197) Whitespace found at end of line
(#198) Line indented incorrectly; expected 4 spaces, found 3
(#198) Visibility must be declared on method "mid"
(#198) Commas (,) must be followed by white space.
(#198) Variable "Depart" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "NbChar" must be all lower-case
(#198) Opening brace must be the last content on the line
(#198) Commas (,) must be followed by white space.
(#198) Variable "Depart" must be all lower-case
(#198) Expected 1 space before "-"; 0 found
(#198) Expected 1 space after "-"; 0 found
(#198) Commas (,) must be followed by white space.
(#198) Variable "NbChar" must be all lower-case
(#198) Closing brace must be on a line by itself
(#198) Whitespace found at end of line
(#199) Line indented incorrectly; expected 0 spaces, found 2
(#199) Closing brace indented incorrectly; expected 1 spaces, found 2
(#200) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pBubble.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Line indented incorrectly; expected 0 spaces, found 1
(#22) Line indented incorrectly; expected at least 4 spaces, found 3
(#22) Member variable "pChartObject" must be all lower-case
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$pChartObject"
(#23) Line indented incorrectly; expected at least 4 spaces, found 3
(#23) Member variable "pDataObject" must be all lower-case
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$pDataObject"
(#25) Line indented incorrectly; expected at least 4 spaces, found 3
(#26) Line indented incorrectly; expected 4 spaces, found 3
(#26) method name "pBubble::pBubble" must be in lower-case letters only
(#26) PHP4 style constructors are not allowed; use "__construct()" instead
(#26) Visibility must be declared on method "pBubble"
(#26) Variable "pChartObject" must be all lower-case
(#26) Commas (,) must be followed by white space.
(#26) Variable "pDataObject" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#28) Line indented incorrectly; expected at least 8 spaces, found 5
(#28) Variable "pChartObject" must be all lower-case
(#29) Line indented incorrectly; expected at least 8 spaces, found 5
(#29) Variable "pDataObject" must be all lower-case
(#30) Closing brace indented incorrectly; expected 3 spaces, found 4
(#32) Line indented incorrectly; expected at least 4 spaces, found 3
(#33) Line indented incorrectly; expected 4 spaces, found 3
(#33) method name "pBubble::bubbleScale" must be in lower-case letters only
(#33) Visibility must be declared on method "bubbleScale"
(#33) Variable "DataSeries" must be all lower-case
(#33) Commas (,) must be followed by white space.
(#33) Variable "WeightSeries" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Line indented incorrectly; expected 8 spaces, found 5
(#35) Expected "if (...) {\n"; found "if (...)\t{ "
(#35) Variable "DataSeries" must be all lower-case
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Variable "DataSeries" must be all lower-case
(#35) Variable "DataSeries" must be all lower-case
(#35) Closing brace must be on a line by itself
(#36) Line indented incorrectly; expected 8 spaces, found 5
(#36) Expected "if (...) {\n"; found "if (...)\t{ "
(#36) Variable "WeightSeries" must be all lower-case
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Variable "WeightSeries" must be all lower-case
(#36) Variable "WeightSeries" must be all lower-case
(#36) Closing brace must be on a line by itself
(#38) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Variable "NewPositiveSerie" must be all lower-case
(#39) Variable "NewNegativeSerie" must be all lower-case
(#39) Variable "MaxValues" must be all lower-case
(#39) Variable "LastPositive" must be all lower-case
(#39) Variable "LastNegative" must be all lower-case
(#40) Line indented incorrectly; expected 8 spaces, found 5
(#40) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#40) Variable "DataSeries" must be all lower-case
(#40) Variable "Key" must be all lower-case
(#40) Variable "SerieName" must be all lower-case
(#41) Line indented incorrectly; expected at least 8 spaces, found 6
(#42) Line indented incorrectly; expected at least 12 spaces, found 7
(#42) Variable "SerieWeightName" must be all lower-case
(#42) Variable "WeightSeries" must be all lower-case
(#42) Variable "Key" must be all lower-case
(#44) Line indented incorrectly; expected at least 12 spaces, found 7
(#44) Variable "SerieWeightName" must be all lower-case
(#44) Commas (,) must be followed by white space.
(#44) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#46) Line indented incorrectly; expected 12 spaces, found 7
(#46) Expected "if (...) {\n"; found "if (...) { "
(#46) Variable "SerieName" must be all lower-case
(#46) Variable "MaxValues" must be all lower-case
(#46) Variable "MaxValues" must be all lower-case
(#46) Variable "SerieName" must be all lower-case
(#46) Line exceeds 132 characters; contains 168 characters
(#46) Closing brace must be on a line by itself
(#48) Line indented incorrectly; expected 12 spaces, found 7
(#48) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#48) Variable "SerieName" must be all lower-case
(#48) Variable "Key" must be all lower-case
(#48) Variable "Value" must be all lower-case
(#49) Line indented incorrectly; expected at least 12 spaces, found 8
(#50) Line indented incorrectly; expected 16 spaces, found 9
(#50) Expected "if (...) {\n"; found "if (...)\n {\n"
(#50) Variable "Value" must be all lower-case
(#51) Line indented incorrectly; expected at least 16 spaces, found 10
(#52) Line indented incorrectly; expected at least 20 spaces, found 11
(#52) Variable "BubbleBounds" must be all lower-case
(#52) Variable "Value" must be all lower-case
(#52) Variable "SerieWeightName" must be all lower-case
(#52) Variable "Key" must be all lower-case
(#54) Line indented incorrectly; expected 20 spaces, found 11
(#54) Expected "if (...) {\n"; found "if (...)\n { "
(#54) Variable "NewPositiveSerie" must be all lower-case
(#54) Variable "Key" must be all lower-case
(#55) Line indented incorrectly; expected at least 20 spaces, found 12
(#55) Variable "NewPositiveSerie" must be all lower-case
(#55) Variable "Key" must be all lower-case
(#55) Variable "BubbleBounds" must be all lower-case
(#55) Closing brace must be on a line by itself
(#56) Line indented incorrectly; expected 20 spaces, found 11
(#56) Usage of ELSEIF not allowed; use ELSE IF instead
(#56) Variable "NewPositiveSerie" must be all lower-case
(#56) Variable "Key" must be all lower-case
(#56) Variable "BubbleBounds" must be all lower-case
(#57) Line indented incorrectly; expected at least 20 spaces, found 12
(#57) Variable "NewPositiveSerie" must be all lower-case
(#57) Variable "Key" must be all lower-case
(#57) Variable "BubbleBounds" must be all lower-case
(#57) Closing brace must be on a line by itself
(#59) Line indented incorrectly; expected at least 20 spaces, found 11
(#59) Variable "LastPositive" must be all lower-case
(#59) Variable "BubbleBounds" must be all lower-case
(#60) Line indented incorrectly; expected 16 spaces, found 10
(#60) Closing brace indented incorrectly; expected 9 spaces, found 10
(#61) Line indented incorrectly; expected 16 spaces, found 9
(#61) Expected "} else {\n"; found "}\n else\n {\n"
(#62) Line indented incorrectly; expected at least 16 spaces, found 10
(#63) Line indented incorrectly; expected at least 20 spaces, found 11
(#63) Variable "BubbleBounds" must be all lower-case
(#63) Variable "Value" must be all lower-case
(#63) Variable "SerieWeightName" must be all lower-case
(#63) Variable "Key" must be all lower-case
(#65) Line indented incorrectly; expected 20 spaces, found 11
(#65) Expected "if (...) {\n"; found "if (...)\n { "
(#65) Variable "NewNegativeSerie" must be all lower-case
(#65) Variable "Key" must be all lower-case
(#66) Line indented incorrectly; expected at least 20 spaces, found 12
(#66) Variable "NewNegativeSerie" must be all lower-case
(#66) Variable "Key" must be all lower-case
(#66) Variable "BubbleBounds" must be all lower-case
(#66) Closing brace must be on a line by itself
(#67) Line indented incorrectly; expected 20 spaces, found 11
(#67) Usage of ELSEIF not allowed; use ELSE IF instead
(#67) Variable "NewNegativeSerie" must be all lower-case
(#67) Variable "Key" must be all lower-case
(#67) Variable "BubbleBounds" must be all lower-case
(#68) Line indented incorrectly; expected at least 20 spaces, found 12
(#68) Variable "NewNegativeSerie" must be all lower-case
(#68) Variable "Key" must be all lower-case
(#68) Variable "BubbleBounds" must be all lower-case
(#68) Closing brace must be on a line by itself
(#70) Line indented incorrectly; expected at least 20 spaces, found 11
(#70) Variable "LastNegative" must be all lower-case
(#70) Variable "BubbleBounds" must be all lower-case
(#71) Line indented incorrectly; expected 16 spaces, found 10
(#71) Closing brace indented incorrectly; expected 9 spaces, found 10
(#72) Line indented incorrectly; expected 12 spaces, found 8
(#72) Closing brace indented incorrectly; expected 7 spaces, found 8
(#73) Line indented incorrectly; expected 8 spaces, found 6
(#73) Closing brace indented incorrectly; expected 5 spaces, found 6
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Line indented incorrectly; expected 8 spaces, found 5
(#76) Expected "if (...) {\n"; found "if (...)\n {\n"
(#76) Variable "NewPositiveSerie" must be all lower-case
(#77) Line indented incorrectly; expected at least 8 spaces, found 6
(#78) Line indented incorrectly; expected 12 spaces, found 7
(#78) Expected "for (...) {\n"; found "for (...) { "
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#78) Expected 1 space before "<"; 0 found
(#78) Expected 1 space after "<"; 0 found
(#78) Variable "MaxValues" must be all lower-case
(#78) Expected "if (...) {\n"; found "if (...) { "
(#78) Variable "NewPositiveSerie" must be all lower-case
(#78) Variable "NewPositiveSerie" must be all lower-case
(#78) Variable "LastPositive" must be all lower-case
(#78) Closing brace must be on a line by itself
(#78) Closing brace must be on a line by itself
(#80) Line indented incorrectly; expected at least 12 spaces, found 7
(#80) Variable "NewPositiveSerie" must be all lower-case
(#80) Commas (,) must be followed by white space.
(#81) Line indented incorrectly; expected 8 spaces, found 6
(#81) Closing brace indented incorrectly; expected 5 spaces, found 6
(#83) Line indented incorrectly; expected at least 8 spaces, found 5
(#84) Line indented incorrectly; expected 8 spaces, found 5
(#84) Expected "if (...) {\n"; found "if (...)\n {\n"
(#84) Variable "NewNegativeSerie" must be all lower-case
(#85) Line indented incorrectly; expected at least 8 spaces, found 6
(#86) Line indented incorrectly; expected 12 spaces, found 7
(#86) Expected "for (...) {\n"; found "for (...) { "
(#86) Expected 1 space before "="; 0 found
(#86) Expected 1 space after "="; 0 found
(#86) Expected 1 space before "<"; 0 found
(#86) Expected 1 space after "<"; 0 found
(#86) Variable "MaxValues" must be all lower-case
(#86) Expected "if (...) {\n"; found "if (...) { "
(#86) Variable "NewNegativeSerie" must be all lower-case
(#86) Variable "NewNegativeSerie" must be all lower-case
(#86) Variable "LastNegative" must be all lower-case
(#86) Closing brace must be on a line by itself
(#86) Closing brace must be on a line by itself
(#88) Line indented incorrectly; expected at least 12 spaces, found 7
(#88) Variable "NewNegativeSerie" must be all lower-case
(#88) Commas (,) must be followed by white space.
(#89) Line indented incorrectly; expected 8 spaces, found 6
(#89) Closing brace indented incorrectly; expected 5 spaces, found 6
(#90) Closing brace indented incorrectly; expected 3 spaces, found 4
(#92) Line indented incorrectly; expected 4 spaces, found 3
(#92) method name "pBubble::resetSeriesColors" must be in lower-case letters only
(#92) Visibility must be declared on method "resetSeriesColors"
(#93) Opening brace should be on the same line as the declaration
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "Data" must be all lower-case
(#95) Line indented incorrectly; expected at least 8 spaces, found 5
(#95) Variable "Palette" must be all lower-case
(#97) Line indented incorrectly; expected at least 8 spaces, found 5
(#97) Variable "ID" must be all lower-case
(#98) Line indented incorrectly; expected 8 spaces, found 5
(#98) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#98) Variable "Data" must be all lower-case
(#98) Variable "SerieName" must be all lower-case
(#98) Variable "SeriesParameters" must be all lower-case
(#99) Line indented incorrectly; expected at least 8 spaces, found 6
(#100) Line indented incorrectly; expected 12 spaces, found 7
(#100) Expected "if (...) {\n"; found "if (...)\n {\n"
(#100) Variable "SeriesParameters" must be all lower-case
(#101) Line indented incorrectly; expected at least 12 spaces, found 8
(#102) Line indented incorrectly; expected at least 16 spaces, found 9
(#102) Variable "SerieName" must be all lower-case
(#102) Variable "Palette" must be all lower-case
(#102) Variable "ID" must be all lower-case
(#103) Line indented incorrectly; expected at least 16 spaces, found 9
(#103) Variable "SerieName" must be all lower-case
(#103) Variable "Palette" must be all lower-case
(#103) Variable "ID" must be all lower-case
(#104) Line indented incorrectly; expected at least 16 spaces, found 9
(#104) Variable "SerieName" must be all lower-case
(#104) Variable "Palette" must be all lower-case
(#104) Variable "ID" must be all lower-case
(#105) Line indented incorrectly; expected at least 16 spaces, found 9
(#105) Variable "SerieName" must be all lower-case
(#105) Variable "Palette" must be all lower-case
(#105) Variable "ID" must be all lower-case
(#106) Line indented incorrectly; expected at least 16 spaces, found 9
(#106) Variable "ID" must be all lower-case
(#107) Line indented incorrectly; expected 12 spaces, found 8
(#107) Closing brace indented incorrectly; expected 7 spaces, found 8
(#108) Line indented incorrectly; expected 8 spaces, found 6
(#108) Closing brace indented incorrectly; expected 5 spaces, found 6
(#109) Closing brace indented incorrectly; expected 3 spaces, found 4
(#111) Line indented incorrectly; expected at least 4 spaces, found 3
(#112) Line indented incorrectly; expected 4 spaces, found 3
(#112) method name "pBubble::drawBubbleChart" must be in lower-case letters only
(#112) Visibility must be declared on method "drawBubbleChart"
(#112) Variable "DataSeries" must be all lower-case
(#112) Commas (,) must be followed by white space.
(#112) Variable "WeightSeries" must be all lower-case
(#112) Commas (,) must be followed by white space.
(#112) Variable "Format" must be all lower-case
(#113) Opening brace should be on the same line as the declaration
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "ForceAlpha" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Variable "Format" must be all lower-case
(#114) Variable "Format" must be all lower-case
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Variable "DrawBorder" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Variable "Format" must be all lower-case
(#115) Variable "Format" must be all lower-case
(#115) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#116) Line indented incorrectly; expected at least 8 spaces, found 5
(#116) Variable "BorderWidth" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Variable "Format" must be all lower-case
(#116) Variable "Format" must be all lower-case
(#117) Line indented incorrectly; expected at least 8 spaces, found 5
(#117) Variable "Shape" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Variable "Format" must be all lower-case
(#117) Variable "Format" must be all lower-case
(#118) Line indented incorrectly; expected at least 8 spaces, found 5
(#118) Variable "Surrounding" must be all lower-case
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Variable "Format" must be all lower-case
(#118) Variable "Format" must be all lower-case
(#118) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "BorderR" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Variable "Format" must be all lower-case
(#119) Variable "Format" must be all lower-case
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "BorderG" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Variable "Format" must be all lower-case
(#120) Variable "Format" must be all lower-case
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "BorderB" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Variable "Format" must be all lower-case
(#121) Variable "Format" must be all lower-case
(#122) Line indented incorrectly; expected at least 8 spaces, found 5
(#122) Variable "BorderAlpha" must be all lower-case
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Variable "Format" must be all lower-case
(#122) Variable "Format" must be all lower-case
(#123) Line indented incorrectly; expected at least 8 spaces, found 5
(#123) Variable "RecordImageMap" must be all lower-case
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Variable "Format" must be all lower-case
(#123) Variable "Format" must be all lower-case
(#123) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#125) Line indented incorrectly; expected 8 spaces, found 5
(#125) Expected "if (...) {\n"; found "if (...)\t{ "
(#125) Variable "DataSeries" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Variable "DataSeries" must be all lower-case
(#125) Variable "DataSeries" must be all lower-case
(#125) Closing brace must be on a line by itself
(#126) Line indented incorrectly; expected 8 spaces, found 5
(#126) Expected "if (...) {\n"; found "if (...)\t{ "
(#126) Variable "WeightSeries" must be all lower-case
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Variable "WeightSeries" must be all lower-case
(#126) Variable "WeightSeries" must be all lower-case
(#126) Closing brace must be on a line by itself
(#128) Line indented incorrectly; expected at least 8 spaces, found 5
(#128) Variable "Data" must be all lower-case
(#129) Line indented incorrectly; expected at least 8 spaces, found 5
(#129) Variable "Palette" must be all lower-case
(#131) Line indented incorrectly; expected 8 spaces, found 5
(#131) Expected "if (...) {\n"; found "if (...) { "
(#131) Variable "Data" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#131) Line exceeds 132 characters; contains 137 characters
(#131) Closing brace must be on a line by itself
(#132) Line indented incorrectly; expected 8 spaces, found 5
(#132) Expected "if (...) {\n"; found "if (...) { "
(#132) Variable "Data" must be all lower-case
(#132) Commas (,) must be followed by white space.
(#132) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#132) Line exceeds 132 characters; contains 137 characters
(#132) Closing brace must be on a line by itself
(#134) Line indented incorrectly; expected at least 8 spaces, found 5
(#136) Line indented incorrectly; expected at least 8 spaces, found 5
(#136) Variable "XMargin" must be all lower-case
(#136) Commas (,) must be followed by white space.
(#136) Variable "XDivs" must be all lower-case
(#138) Line indented incorrectly; expected 8 spaces, found 5
(#138) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#138) Variable "DataSeries" must be all lower-case
(#138) Variable "Key" must be all lower-case
(#138) Variable "SerieName" must be all lower-case
(#139) Line indented incorrectly; expected at least 8 spaces, found 6
(#140) Line indented incorrectly; expected at least 12 spaces, found 7
(#140) Variable "AxisID" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Variable "Data" must be all lower-case
(#140) Variable "SerieName" must be all lower-case
(#141) Line indented incorrectly; expected at least 12 spaces, found 7
(#141) Variable "Mode" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Variable "Data" must be all lower-case
(#141) Variable "AxisID" must be all lower-case
(#142) Line indented incorrectly; expected at least 12 spaces, found 7
(#142) Variable "Format" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Variable "Data" must be all lower-case
(#142) Variable "AxisID" must be all lower-case
(#143) Line indented incorrectly; expected at least 12 spaces, found 7
(#143) Variable "Unit" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Variable "Data" must be all lower-case
(#143) Variable "AxisID" must be all lower-case
(#145) Line indented incorrectly; expected 12 spaces, found 7
(#145) Expected "if (...) {\n"; found "if (...) { "
(#145) Variable "Data" must be all lower-case
(#145) Variable "SerieName" must be all lower-case
(#145) Variable "SerieDescription" must be all lower-case
(#145) Variable "Data" must be all lower-case
(#145) Variable "SerieName" must be all lower-case
(#145) Closing brace must be on a line by itself
(#145) Expected "} else {\n"; found "} else { "
(#145) Variable "SerieDescription" must be all lower-case
(#145) Variable "SerieName" must be all lower-case
(#145) Line exceeds 132 characters; contains 170 characters
(#145) Closing brace must be on a line by itself
(#147) Line indented incorrectly; expected at least 12 spaces, found 7
(#147) Variable "XStep" must be all lower-case
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Expected 1 space before "-"; 0 found
(#147) Expected 1 space after "-"; 0 found
(#147) Expected 1 space before "-"; 0 found
(#147) Expected 1 space after "-"; 0 found
(#147) Variable "XMargin" must be all lower-case
(#147) Expected 1 space before "*"; 0 found
(#147) Expected 1 space after "*"; 0 found
(#147) Expected 1 space before "/"; 0 found
(#147) Expected 1 space after "/"; 0 found
(#147) Variable "XDivs" must be all lower-case
(#149) Line indented incorrectly; expected at least 12 spaces, found 7
(#149) Variable "X" must be all lower-case
(#149) Variable "XMargin" must be all lower-case
(#150) Line indented incorrectly; expected at least 12 spaces, found 7
(#150) Variable "Y" must be all lower-case
(#150) Variable "XMargin" must be all lower-case
(#152) Line indented incorrectly; expected at least 12 spaces, found 7
(#152) Variable "Color" must be all lower-case
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Variable "Palette" must be all lower-case
(#152) Variable "Key" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Variable "Palette" must be all lower-case
(#152) Variable "Key" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Variable "Palette" must be all lower-case
(#152) Variable "Key" must be all lower-case
(#152) Commas (,) must be followed by white space.
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Variable "Palette" must be all lower-case
(#152) Variable "Key" must be all lower-case
(#154) Line indented incorrectly; expected 12 spaces, found 7
(#154) Expected "if (...) {\n"; found "if (...) { "
(#154) Variable "ForceAlpha" must be all lower-case
(#154) Variable "Color" must be all lower-case
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#154) Variable "ForceAlpha" must be all lower-case
(#154) Closing brace must be on a line by itself
(#156) Line indented incorrectly; expected 12 spaces, found 7
(#156) Expected "if (...) {\n"; found "if (...)\n {\n"
(#156) Variable "DrawBorder" must be all lower-case
(#157) Line indented incorrectly; expected at least 12 spaces, found 8
(#158) Line indented incorrectly; expected 16 spaces, found 9
(#158) Expected "if (...) {\n"; found "if (...)\n {\n"
(#158) Variable "BorderWidth" must be all lower-case
(#159) Line indented incorrectly; expected at least 16 spaces, found 10
(#160) Line indented incorrectly; expected 20 spaces, found 11
(#160) Expected "if (...) {\n"; found "if (...)\n { "
(#160) Variable "Surrounding" must be all lower-case
(#160) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#161) Line indented incorrectly; expected at least 20 spaces, found 12
(#161) Variable "BorderR" must be all lower-case
(#161) Variable "Palette" must be all lower-case
(#161) Variable "Key" must be all lower-case
(#161) Expected 1 space before "+"; 0 found
(#161) Expected 1 space after "+"; 0 found
(#161) Variable "Surrounding" must be all lower-case
(#161) Variable "BorderG" must be all lower-case
(#161) Variable "Palette" must be all lower-case
(#161) Variable "Key" must be all lower-case
(#161) Expected 1 space before "+"; 0 found
(#161) Expected 1 space after "+"; 0 found
(#161) Variable "Surrounding" must be all lower-case
(#161) Variable "BorderB" must be all lower-case
(#161) Variable "Palette" must be all lower-case
(#161) Variable "Key" must be all lower-case
(#161) Expected 1 space before "+"; 0 found
(#161) Expected 1 space after "+"; 0 found
(#161) Variable "Surrounding" must be all lower-case
(#161) Line exceeds 132 characters; contains 150 characters
(#161) Closing brace must be on a line by itself
(#162) Line indented incorrectly; expected 20 spaces, found 11
(#162) Expected "} else {\n"; found "}\n else\n { "
(#163) Line indented incorrectly; expected at least 20 spaces, found 12
(#163) Variable "BorderR" must be all lower-case
(#163) Variable "BorderR" must be all lower-case
(#163) Variable "BorderG" must be all lower-case
(#163) Variable "BorderG" must be all lower-case
(#163) Variable "BorderB" must be all lower-case
(#163) Variable "BorderB" must be all lower-case
(#163) Closing brace must be on a line by itself
(#164) Line indented incorrectly; expected 20 spaces, found 11
(#164) Expected "if (...) {\n"; found "if (...) { "
(#164) Variable "ForceAlpha" must be all lower-case
(#164) Variable "BorderAlpha" must be all lower-case
(#164) Variable "ForceAlpha" must be all lower-case
(#164) Expected 1 space before "/"; 0 found
(#164) Expected 1 space after "/"; 0 found
(#164) Closing brace must be on a line by itself
(#165) Line indented incorrectly; expected at least 20 spaces, found 11
(#165) Variable "BorderColor" must be all lower-case
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Variable "BorderR" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Variable "BorderG" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Variable "BorderB" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space before "=>"; 0 found
(#165) Expected 1 space after "=>"; 0 found
(#165) Variable "BorderAlpha" must be all lower-case
(#166) Line indented incorrectly; expected 16 spaces, found 10
(#166) Closing brace indented incorrectly; expected 9 spaces, found 10
(#167) Line indented incorrectly; expected 16 spaces, found 9
(#167) Expected "} else {\n"; found "}\n else\n {\n"
(#168) Line indented incorrectly; expected at least 16 spaces, found 10
(#169) Line indented incorrectly; expected at least 20 spaces, found 11
(#169) Variable "Color" must be all lower-case
(#169) Variable "BorderAlpha" must be all lower-case
(#171) Line indented incorrectly; expected 20 spaces, found 11
(#171) Expected "if (...) {\n"; found "if (...)\n { "
(#171) Variable "Surrounding" must be all lower-case
(#171) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#172) Line indented incorrectly; expected at least 20 spaces, found 12
(#172) Variable "Color" must be all lower-case
(#172) Variable "Palette" must be all lower-case
(#172) Variable "Key" must be all lower-case
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Variable "Surrounding" must be all lower-case
(#172) Variable "Color" must be all lower-case
(#172) Variable "Palette" must be all lower-case
(#172) Variable "Key" must be all lower-case
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Variable "Surrounding" must be all lower-case
(#172) Variable "Color" must be all lower-case
(#172) Variable "Palette" must be all lower-case
(#172) Variable "Key" must be all lower-case
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Variable "Surrounding" must be all lower-case
(#172) Line exceeds 132 characters; contains 177 characters
(#172) Closing brace must be on a line by itself
(#173) Line indented incorrectly; expected 20 spaces, found 11
(#173) Expected "} else {\n"; found "}\n else\n { "
(#174) Line indented incorrectly; expected at least 20 spaces, found 12
(#174) Variable "Color" must be all lower-case
(#174) Variable "BorderR" must be all lower-case
(#174) Variable "Color" must be all lower-case
(#174) Variable "BorderG" must be all lower-case
(#174) Variable "Color" must be all lower-case
(#174) Variable "BorderB" must be all lower-case
(#174) Closing brace must be on a line by itself
(#175) Line indented incorrectly; expected 20 spaces, found 11
(#175) Expected "if (...) {\n"; found "if (...) { "
(#175) Variable "ForceAlpha" must be all lower-case
(#175) Variable "Color" must be all lower-case
(#175) Variable "ForceAlpha" must be all lower-case
(#175) Expected 1 space before "/"; 0 found
(#175) Expected 1 space after "/"; 0 found
(#175) Closing brace must be on a line by itself
(#176) Line indented incorrectly; expected 16 spaces, found 10
(#176) Closing brace indented incorrectly; expected 9 spaces, found 10
(#177) Line indented incorrectly; expected 12 spaces, found 8
(#177) Closing brace indented incorrectly; expected 7 spaces, found 8
(#179) Line indented incorrectly; expected 12 spaces, found 7
(#179) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#179) Variable "Data" must be all lower-case
(#179) Variable "SerieName" must be all lower-case
(#179) Variable "iKey" must be all lower-case
(#179) Variable "Point" must be all lower-case
(#180) Line indented incorrectly; expected at least 12 spaces, found 8
(#181) Line indented incorrectly; expected at least 16 spaces, found 9
(#181) Variable "Weight" must be all lower-case
(#181) Variable "Point" must be all lower-case
(#181) Variable "Data" must be all lower-case
(#181) Variable "WeightSeries" must be all lower-case
(#181) Variable "Key" must be all lower-case
(#181) Variable "iKey" must be all lower-case
(#183) Line indented incorrectly; expected at least 16 spaces, found 9
(#183) Variable "PosArray" must be all lower-case
(#183) Variable "Point" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Variable "AxisID" must be all lower-case
(#184) Line indented incorrectly; expected at least 16 spaces, found 9
(#184) Variable "WeightArray" must be all lower-case
(#184) Variable "Weight" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Expected 1 space before "=>"; 0 found
(#184) Expected 1 space after "=>"; 0 found
(#184) Variable "AxisID" must be all lower-case
(#186) Line indented incorrectly; expected 16 spaces, found 9
(#186) Expected "if (...) {\n"; found "if (...)\n {\n"
(#186) Variable "Data" must be all lower-case
(#187) Line indented incorrectly; expected at least 16 spaces, found 10
(#188) Line indented incorrectly; expected 20 spaces, found 11
(#188) Expected "if (...) {\n"; found "if (...) { "
(#188) Variable "XDivs" must be all lower-case
(#188) Variable "XStep" must be all lower-case
(#188) Closing brace must be on a line by itself
(#188) Expected "} else {\n"; found "} else { "
(#188) Variable "XStep" must be all lower-case
(#188) Expected 1 space before "-"; 0 found
(#188) Expected 1 space after "-"; 0 found
(#188) Expected 1 space before "-"; 0 found
(#188) Expected 1 space after "-"; 0 found
(#188) Variable "XMargin" must be all lower-case
(#188) Expected 1 space before "*"; 0 found
(#188) Expected 1 space after "*"; 0 found
(#188) Expected 1 space before "/"; 0 found
(#188) Expected 1 space after "/"; 0 found
(#188) Variable "XDivs" must be all lower-case
(#188) Line exceeds 132 characters; contains 150 characters
(#188) Closing brace must be on a line by itself
(#189) Line indented incorrectly; expected at least 20 spaces, found 11
(#189) Variable "Y" must be all lower-case
(#189) Variable "PosArray" must be all lower-case
(#189) Variable "CircleRadius" must be all lower-case
(#189) Variable "PosArray" must be all lower-case
(#189) Variable "WeightArray" must be all lower-case
(#189) Expected 1 space before "/"; 0 found
(#189) Expected 1 space after "/"; 0 found
(#191) Line indented incorrectly; expected 20 spaces, found 11
(#191) Expected "if (...) {\n"; found "if (...)\n {\n"
(#191) Variable "Shape" must be all lower-case
(#192) Line indented incorrectly; expected at least 20 spaces, found 12
(#193) Line indented incorrectly; expected 24 spaces, found 13
(#193) Expected "if (...) {\n"; found "if (...) { "
(#193) Variable "RecordImageMap" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "X" must be all lower-case
(#193) Expected 1 space before "-"; 0 found
(#193) Expected 1 space after "-"; 0 found
(#193) Variable "CircleRadius" must be all lower-case
(#193) Variable "Y" must be all lower-case
(#193) Expected 1 space before "-"; 0 found
(#193) Expected 1 space after "-"; 0 found
(#193) Variable "CircleRadius" must be all lower-case
(#193) Variable "X" must be all lower-case
(#193) Expected 1 space before "+"; 0 found
(#193) Expected 1 space after "+"; 0 found
(#193) Variable "CircleRadius" must be all lower-case
(#193) Variable "Y" must be all lower-case
(#193) Expected 1 space before "+"; 0 found
(#193) Expected 1 space after "+"; 0 found
(#193) Variable "CircleRadius" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "Palette" must be all lower-case
(#193) Variable "Key" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "Palette" must be all lower-case
(#193) Variable "Key" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "Palette" must be all lower-case
(#193) Variable "Key" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "SerieDescription" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "Data" must be all lower-case
(#193) Variable "WeightSeries" must be all lower-case
(#193) Variable "Key" must be all lower-case
(#193) Variable "iKey" must be all lower-case
(#193) Line exceeds maximum limit of 180 characters; contains 355 characters
(#193) Closing brace must be on a line by itself
(#195) Line indented incorrectly; expected 24 spaces, found 13
(#195) Expected "if (...) {\n"; found "if (...)\n {\n"
(#195) Variable "BorderWidth" must be all lower-case
(#196) Line indented incorrectly; expected at least 24 spaces, found 14
(#197) Line indented incorrectly; expected at least 28 spaces, found 15
(#197) Variable "X" must be all lower-case
(#197) Expected 1 space before "-"; 0 found
(#197) Expected 1 space after "-"; 0 found
(#197) Variable "CircleRadius" must be all lower-case
(#197) Expected 1 space before "-"; 0 found
(#197) Expected 1 space after "-"; 0 found
(#197) Variable "BorderWidth" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "Y" must be all lower-case
(#197) Expected 1 space before "-"; 0 found
(#197) Expected 1 space after "-"; 0 found
(#197) Variable "CircleRadius" must be all lower-case
(#197) Expected 1 space before "-"; 0 found
(#197) Expected 1 space after "-"; 0 found
(#197) Variable "BorderWidth" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "X" must be all lower-case
(#197) Expected 1 space before "+"; 0 found
(#197) Expected 1 space after "+"; 0 found
(#197) Variable "CircleRadius" must be all lower-case
(#197) Expected 1 space before "+"; 0 found
(#197) Expected 1 space after "+"; 0 found
(#197) Variable "BorderWidth" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "Y" must be all lower-case
(#197) Expected 1 space before "+"; 0 found
(#197) Expected 1 space after "+"; 0 found
(#197) Variable "CircleRadius" must be all lower-case
(#197) Expected 1 space before "+"; 0 found
(#197) Expected 1 space after "+"; 0 found
(#197) Variable "BorderWidth" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "BorderColor" must be all lower-case
(#197) Line exceeds maximum limit of 180 characters; contains 190 characters
(#198) Line indented incorrectly; expected at least 28 spaces, found 15
(#198) Variable "X" must be all lower-case
(#198) Expected 1 space before "-"; 0 found
(#198) Expected 1 space after "-"; 0 found
(#198) Variable "CircleRadius" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "Y" must be all lower-case
(#198) Expected 1 space before "-"; 0 found
(#198) Expected 1 space after "-"; 0 found
(#198) Variable "CircleRadius" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "X" must be all lower-case
(#198) Expected 1 space before "+"; 0 found
(#198) Expected 1 space after "+"; 0 found
(#198) Variable "CircleRadius" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "Y" must be all lower-case
(#198) Expected 1 space before "+"; 0 found
(#198) Expected 1 space after "+"; 0 found
(#198) Variable "CircleRadius" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "Color" must be all lower-case
(#199) Line indented incorrectly; expected 24 spaces, found 14
(#199) Closing brace indented incorrectly; expected 13 spaces, found 14
(#200) Line indented incorrectly; expected at least 24 spaces, found 13
(#200) Inline control structures are not allowed
(#201) Line indented incorrectly; expected at least 24 spaces, found 14
(#201) Variable "X" must be all lower-case
(#201) Expected 1 space before "-"; 0 found
(#201) Expected 1 space after "-"; 0 found
(#201) Variable "CircleRadius" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "Y" must be all lower-case
(#201) Expected 1 space before "-"; 0 found
(#201) Expected 1 space after "-"; 0 found
(#201) Variable "CircleRadius" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "X" must be all lower-case
(#201) Expected 1 space before "+"; 0 found
(#201) Expected 1 space after "+"; 0 found
(#201) Variable "CircleRadius" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "Y" must be all lower-case
(#201) Expected 1 space before "+"; 0 found
(#201) Expected 1 space after "+"; 0 found
(#201) Variable "CircleRadius" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "Color" must be all lower-case
(#202) Line indented incorrectly; expected 20 spaces, found 12
(#202) Closing brace indented incorrectly; expected 11 spaces, found 12
(#203) Line indented incorrectly; expected 20 spaces, found 11
(#203) Usage of ELSEIF not allowed; use ELSE IF instead
(#203) Variable "Shape" must be all lower-case
(#204) Line indented incorrectly; expected at least 20 spaces, found 12
(#205) Line indented incorrectly; expected 24 spaces, found 13
(#205) Expected "if (...) {\n"; found "if (...) { "
(#205) Variable "RecordImageMap" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "X" must be all lower-case
(#205) Variable "Y" must be all lower-case
(#205) Variable "CircleRadius" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "Palette" must be all lower-case
(#205) Variable "Key" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "Palette" must be all lower-case
(#205) Variable "Key" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "Palette" must be all lower-case
(#205) Variable "Key" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "SerieDescription" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "Data" must be all lower-case
(#205) Variable "WeightSeries" must be all lower-case
(#205) Variable "Key" must be all lower-case
(#205) Variable "iKey" must be all lower-case
(#205) Line exceeds maximum limit of 180 characters; contains 298 characters
(#205) Closing brace must be on a line by itself
(#207) Line indented incorrectly; expected 24 spaces, found 13
(#207) Expected "if (...) {\n"; found "if (...)\n {\n"
(#207) Variable "BorderWidth" must be all lower-case
(#208) Line indented incorrectly; expected at least 24 spaces, found 14
(#209) Line indented incorrectly; expected at least 28 spaces, found 15
(#209) Variable "X" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "Y" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "CircleRadius" must be all lower-case
(#209) Expected 1 space before "+"; 0 found
(#209) Expected 1 space after "+"; 0 found
(#209) Variable "BorderWidth" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "BorderColor" must be all lower-case
(#210) Line indented incorrectly; expected at least 28 spaces, found 15
(#210) Variable "X" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Variable "Y" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Variable "CircleRadius" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Variable "Color" must be all lower-case
(#211) Line indented incorrectly; expected 24 spaces, found 14
(#211) Closing brace indented incorrectly; expected 13 spaces, found 14
(#212) Line indented incorrectly; expected at least 24 spaces, found 13
(#212) Inline control structures are not allowed
(#213) Line indented incorrectly; expected at least 24 spaces, found 14
(#213) Variable "X" must be all lower-case
(#213) Commas (,) must be followed by white space.
(#213) Variable "Y" must be all lower-case
(#213) Commas (,) must be followed by white space.
(#213) Variable "CircleRadius" must be all lower-case
(#213) Commas (,) must be followed by white space.
(#213) Variable "Color" must be all lower-case
(#214) Line indented incorrectly; expected 20 spaces, found 12
(#214) Closing brace indented incorrectly; expected 11 spaces, found 12
(#216) Line indented incorrectly; expected at least 20 spaces, found 11
(#216) Variable "X" must be all lower-case
(#216) Variable "X" must be all lower-case
(#216) Variable "XStep" must be all lower-case
(#217) Line indented incorrectly; expected 16 spaces, found 10
(#217) Closing brace indented incorrectly; expected 9 spaces, found 10
(#218) Line indented incorrectly; expected 16 spaces, found 9
(#218) Usage of ELSEIF not allowed; use ELSE IF instead
(#218) Variable "Data" must be all lower-case
(#219) Line indented incorrectly; expected at least 16 spaces, found 10
(#220) Line indented incorrectly; expected 20 spaces, found 11
(#220) Expected "if (...) {\n"; found "if (...) { "
(#220) Variable "XDivs" must be all lower-case
(#220) Variable "XStep" must be all lower-case
(#220) Closing brace must be on a line by itself
(#220) Expected "} else {\n"; found "} else { "
(#220) Variable "XStep" must be all lower-case
(#220) Expected 1 space before "-"; 0 found
(#220) Expected 1 space after "-"; 0 found
(#220) Expected 1 space before "-"; 0 found
(#220) Expected 1 space after "-"; 0 found
(#220) Variable "XMargin" must be all lower-case
(#220) Expected 1 space before "*"; 0 found
(#220) Expected 1 space after "*"; 0 found
(#220) Expected 1 space before "/"; 0 found
(#220) Expected 1 space after "/"; 0 found
(#220) Variable "XDivs" must be all lower-case
(#220) Line exceeds 132 characters; contains 150 characters
(#220) Closing brace must be on a line by itself
(#221) Line indented incorrectly; expected at least 20 spaces, found 11
(#221) Variable "X" must be all lower-case
(#221) Variable "PosArray" must be all lower-case
(#221) Variable "CircleRadius" must be all lower-case
(#221) Variable "PosArray" must be all lower-case
(#221) Variable "WeightArray" must be all lower-case
(#221) Expected 1 space before "/"; 0 found
(#221) Expected 1 space after "/"; 0 found
(#223) Line indented incorrectly; expected 20 spaces, found 11
(#223) Expected "if (...) {\n"; found "if (...)\n {\n"
(#223) Variable "Shape" must be all lower-case
(#224) Line indented incorrectly; expected at least 20 spaces, found 12
(#225) Line indented incorrectly; expected 24 spaces, found 13
(#225) Expected "if (...) {\n"; found "if (...) { "
(#225) Variable "RecordImageMap" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "X" must be all lower-case
(#225) Expected 1 space before "-"; 0 found
(#225) Expected 1 space after "-"; 0 found
(#225) Variable "CircleRadius" must be all lower-case
(#225) Variable "Y" must be all lower-case
(#225) Expected 1 space before "-"; 0 found
(#225) Expected 1 space after "-"; 0 found
(#225) Variable "CircleRadius" must be all lower-case
(#225) Variable "X" must be all lower-case
(#225) Expected 1 space before "+"; 0 found
(#225) Expected 1 space after "+"; 0 found
(#225) Variable "CircleRadius" must be all lower-case
(#225) Variable "Y" must be all lower-case
(#225) Expected 1 space before "+"; 0 found
(#225) Expected 1 space after "+"; 0 found
(#225) Variable "CircleRadius" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "Palette" must be all lower-case
(#225) Variable "Key" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "Palette" must be all lower-case
(#225) Variable "Key" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "Palette" must be all lower-case
(#225) Variable "Key" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "SerieDescription" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "Data" must be all lower-case
(#225) Variable "WeightSeries" must be all lower-case
(#225) Variable "Key" must be all lower-case
(#225) Variable "iKey" must be all lower-case
(#225) Line exceeds maximum limit of 180 characters; contains 355 characters
(#225) Closing brace must be on a line by itself
(#227) Line indented incorrectly; expected 24 spaces, found 13
(#227) Expected "if (...) {\n"; found "if (...)\n {\n"
(#227) Variable "BorderWidth" must be all lower-case
(#228) Line indented incorrectly; expected at least 24 spaces, found 14
(#229) Line indented incorrectly; expected at least 28 spaces, found 15
(#229) Variable "X" must be all lower-case
(#229) Expected 1 space before "-"; 0 found
(#229) Expected 1 space after "-"; 0 found
(#229) Variable "CircleRadius" must be all lower-case
(#229) Expected 1 space before "-"; 0 found
(#229) Expected 1 space after "-"; 0 found
(#229) Variable "BorderWidth" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Variable "Y" must be all lower-case
(#229) Expected 1 space before "-"; 0 found
(#229) Expected 1 space after "-"; 0 found
(#229) Variable "CircleRadius" must be all lower-case
(#229) Expected 1 space before "-"; 0 found
(#229) Expected 1 space after "-"; 0 found
(#229) Variable "BorderWidth" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Variable "X" must be all lower-case
(#229) Expected 1 space before "+"; 0 found
(#229) Expected 1 space after "+"; 0 found
(#229) Variable "CircleRadius" must be all lower-case
(#229) Expected 1 space before "+"; 0 found
(#229) Expected 1 space after "+"; 0 found
(#229) Variable "BorderWidth" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Variable "Y" must be all lower-case
(#229) Expected 1 space before "+"; 0 found
(#229) Expected 1 space after "+"; 0 found
(#229) Variable "CircleRadius" must be all lower-case
(#229) Expected 1 space before "+"; 0 found
(#229) Expected 1 space after "+"; 0 found
(#229) Variable "BorderWidth" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Variable "BorderColor" must be all lower-case
(#229) Line exceeds maximum limit of 180 characters; contains 190 characters
(#230) Line indented incorrectly; expected at least 28 spaces, found 15
(#230) Variable "X" must be all lower-case
(#230) Expected 1 space before "-"; 0 found
(#230) Expected 1 space after "-"; 0 found
(#230) Variable "CircleRadius" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "Y" must be all lower-case
(#230) Expected 1 space before "-"; 0 found
(#230) Expected 1 space after "-"; 0 found
(#230) Variable "CircleRadius" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "X" must be all lower-case
(#230) Expected 1 space before "+"; 0 found
(#230) Expected 1 space after "+"; 0 found
(#230) Variable "CircleRadius" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "Y" must be all lower-case
(#230) Expected 1 space before "+"; 0 found
(#230) Expected 1 space after "+"; 0 found
(#230) Variable "CircleRadius" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "Color" must be all lower-case
(#231) Line indented incorrectly; expected 24 spaces, found 14
(#231) Closing brace indented incorrectly; expected 13 spaces, found 14
(#232) Line indented incorrectly; expected at least 24 spaces, found 13
(#232) Inline control structures are not allowed
(#233) Line indented incorrectly; expected at least 24 spaces, found 14
(#233) Variable "X" must be all lower-case
(#233) Expected 1 space before "-"; 0 found
(#233) Expected 1 space after "-"; 0 found
(#233) Variable "CircleRadius" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Variable "Y" must be all lower-case
(#233) Expected 1 space before "-"; 0 found
(#233) Expected 1 space after "-"; 0 found
(#233) Variable "CircleRadius" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Variable "X" must be all lower-case
(#233) Expected 1 space before "+"; 0 found
(#233) Expected 1 space after "+"; 0 found
(#233) Variable "CircleRadius" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Variable "Y" must be all lower-case
(#233) Expected 1 space before "+"; 0 found
(#233) Expected 1 space after "+"; 0 found
(#233) Variable "CircleRadius" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Variable "Color" must be all lower-case
(#234) Line indented incorrectly; expected 20 spaces, found 12
(#234) Closing brace indented incorrectly; expected 11 spaces, found 12
(#235) Line indented incorrectly; expected 20 spaces, found 11
(#235) Usage of ELSEIF not allowed; use ELSE IF instead
(#235) Variable "Shape" must be all lower-case
(#236) Line indented incorrectly; expected at least 20 spaces, found 12
(#237) Line indented incorrectly; expected 24 spaces, found 13
(#237) Expected "if (...) {\n"; found "if (...) { "
(#237) Variable "RecordImageMap" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "X" must be all lower-case
(#237) Variable "Y" must be all lower-case
(#237) Variable "CircleRadius" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "Palette" must be all lower-case
(#237) Variable "Key" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "Palette" must be all lower-case
(#237) Variable "Key" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "Palette" must be all lower-case
(#237) Variable "Key" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "SerieDescription" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "Data" must be all lower-case
(#237) Variable "WeightSeries" must be all lower-case
(#237) Variable "Key" must be all lower-case
(#237) Variable "iKey" must be all lower-case
(#237) Line exceeds maximum limit of 180 characters; contains 298 characters
(#237) Closing brace must be on a line by itself
(#239) Line indented incorrectly; expected 24 spaces, found 13
(#239) Expected "if (...) {\n"; found "if (...)\n {\n"
(#239) Variable "BorderWidth" must be all lower-case
(#240) Line indented incorrectly; expected at least 24 spaces, found 14
(#241) Line indented incorrectly; expected at least 28 spaces, found 15
(#241) Variable "X" must be all lower-case
(#241) Commas (,) must be followed by white space.
(#241) Variable "Y" must be all lower-case
(#241) Commas (,) must be followed by white space.
(#241) Variable "CircleRadius" must be all lower-case
(#241) Expected 1 space before "+"; 0 found
(#241) Expected 1 space after "+"; 0 found
(#241) Variable "BorderWidth" must be all lower-case
(#241) Commas (,) must be followed by white space.
(#241) Variable "BorderColor" must be all lower-case
(#242) Line indented incorrectly; expected at least 28 spaces, found 15
(#242) Variable "X" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Variable "Y" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Variable "CircleRadius" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Variable "Color" must be all lower-case
(#243) Line indented incorrectly; expected 24 spaces, found 14
(#243) Closing brace indented incorrectly; expected 13 spaces, found 14
(#244) Line indented incorrectly; expected at least 24 spaces, found 13
(#244) Inline control structures are not allowed
(#245) Line indented incorrectly; expected at least 24 spaces, found 14
(#245) Variable "X" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Variable "Y" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Variable "CircleRadius" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Variable "Color" must be all lower-case
(#246) Line indented incorrectly; expected 20 spaces, found 12
(#246) Closing brace indented incorrectly; expected 11 spaces, found 12
(#248) Line indented incorrectly; expected at least 20 spaces, found 11
(#248) Variable "Y" must be all lower-case
(#248) Variable "Y" must be all lower-case
(#248) Variable "XStep" must be all lower-case
(#249) Line indented incorrectly; expected 16 spaces, found 10
(#249) Closing brace indented incorrectly; expected 9 spaces, found 10
(#250) Line indented incorrectly; expected 12 spaces, found 8
(#250) Closing brace indented incorrectly; expected 7 spaces, found 8
(#251) Line indented incorrectly; expected 8 spaces, found 6
(#251) Closing brace indented incorrectly; expected 5 spaces, found 6
(#252) Closing brace indented incorrectly; expected 3 spaces, found 4
(#254) Line indented incorrectly; expected 4 spaces, found 3
(#254) method name "pBubble::writeBubbleLabel" must be in lower-case letters only
(#254) Visibility must be declared on method "writeBubbleLabel"
(#254) Variable "SerieName" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Variable "SerieWeightName" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Variable "Points" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Variable "Format" must be all lower-case
(#255) Opening brace should be on the same line as the declaration
(#256) Line indented incorrectly; expected at least 8 spaces, found 5
(#256) Variable "OverrideTitle" must be all lower-case
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Variable "Format" must be all lower-case
(#256) Variable "Format" must be all lower-case
(#256) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#257) Line indented incorrectly; expected at least 8 spaces, found 5
(#257) Variable "DrawPoint" must be all lower-case
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Variable "Format" must be all lower-case
(#257) Variable "Format" must be all lower-case
(#259) Line indented incorrectly; expected 8 spaces, found 5
(#259) Expected "if (...) {\n"; found "if (...) { "
(#259) Variable "Points" must be all lower-case
(#259) Variable "Point" must be all lower-case
(#259) Variable "Points" must be all lower-case
(#259) Variable "Points" must be all lower-case
(#259) Variable "Points" must be all lower-case
(#259) Variable "Point" must be all lower-case
(#259) Closing brace must be on a line by itself
(#261) Line indented incorrectly; expected at least 8 spaces, found 5
(#261) Variable "Data" must be all lower-case
(#262) Line indented incorrectly; expected at least 8 spaces, found 5
(#262) Variable "Palette" must be all lower-case
(#264) Line indented incorrectly; expected at least 8 spaces, found 5
(#264) Inline control structures are not allowed
(#264) Variable "Data" must be all lower-case
(#264) Variable "SerieName" must be all lower-case
(#264) Variable "Data" must be all lower-case
(#264) Variable "SerieWeightName" must be all lower-case
(#265) Line indented incorrectly; expected at least 8 spaces, found 6
(#267) Line indented incorrectly; expected at least 8 spaces, found 5
(#267) Variable "XMargin" must be all lower-case
(#267) Commas (,) must be followed by white space.
(#267) Variable "XDivs" must be all lower-case
(#269) Line indented incorrectly; expected at least 8 spaces, found 5
(#269) Variable "AxisID" must be all lower-case
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Variable "Data" must be all lower-case
(#269) Variable "SerieName" must be all lower-case
(#270) Line indented incorrectly; expected at least 8 spaces, found 5
(#270) Variable "AxisMode" must be all lower-case
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Variable "Data" must be all lower-case
(#270) Variable "AxisID" must be all lower-case
(#271) Line indented incorrectly; expected at least 8 spaces, found 5
(#271) Variable "AxisFormat" must be all lower-case
(#271) Variable "Data" must be all lower-case
(#271) Variable "AxisID" must be all lower-case
(#272) Line indented incorrectly; expected at least 8 spaces, found 5
(#272) Variable "AxisUnit" must be all lower-case
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Variable "Data" must be all lower-case
(#272) Variable "AxisID" must be all lower-case
(#273) Line indented incorrectly; expected at least 8 spaces, found 5
(#273) Variable "XStep" must be all lower-case
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Expected 1 space before "-"; 0 found
(#273) Expected 1 space after "-"; 0 found
(#273) Expected 1 space before "-"; 0 found
(#273) Expected 1 space after "-"; 0 found
(#273) Variable "XMargin" must be all lower-case
(#273) Expected 1 space before "*"; 0 found
(#273) Expected 1 space after "*"; 0 found
(#273) Expected 1 space before "/"; 0 found
(#273) Expected 1 space after "/"; 0 found
(#273) Variable "XDivs" must be all lower-case
(#275) Line indented incorrectly; expected at least 8 spaces, found 5
(#275) Variable "X" must be all lower-case
(#275) Variable "XMargin" must be all lower-case
(#276) Line indented incorrectly; expected at least 8 spaces, found 5
(#276) Variable "Y" must be all lower-case
(#276) Variable "XMargin" must be all lower-case
(#278) Line indented incorrectly; expected at least 8 spaces, found 5
(#278) Variable "Color" must be all lower-case
(#278) Expected 1 space before "=>"; 0 found
(#278) Expected 1 space after "=>"; 0 found
(#278) Variable "Data" must be all lower-case
(#278) Variable "SerieName" must be all lower-case
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space before "=>"; 0 found
(#278) Expected 1 space after "=>"; 0 found
(#278) Variable "Data" must be all lower-case
(#278) Variable "SerieName" must be all lower-case
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space before "=>"; 0 found
(#278) Expected 1 space after "=>"; 0 found
(#278) Variable "Data" must be all lower-case
(#278) Variable "SerieName" must be all lower-case
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space before "=>"; 0 found
(#278) Expected 1 space after "=>"; 0 found
(#278) Variable "Data" must be all lower-case
(#278) Variable "SerieName" must be all lower-case
(#278) Line exceeds maximum limit of 180 characters; contains 217 characters
(#280) Line indented incorrectly; expected 8 spaces, found 5
(#280) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#280) Variable "Points" must be all lower-case
(#280) Variable "Key" must be all lower-case
(#280) Variable "Point" must be all lower-case
(#281) Line indented incorrectly; expected at least 8 spaces, found 6
(#282) Line indented incorrectly; expected at least 12 spaces, found 7
(#282) Variable "Value" must be all lower-case
(#282) Variable "Data" must be all lower-case
(#282) Variable "SerieName" must be all lower-case
(#282) Variable "Point" must be all lower-case
(#283) Line indented incorrectly; expected at least 12 spaces, found 7
(#283) Variable "PosArray" must be all lower-case
(#283) Variable "Value" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#283) Variable "AxisID" must be all lower-case
(#285) Line indented incorrectly; expected at least 12 spaces, found 7
(#285) Inline control structures are not allowed
(#285) Variable "Data" must be all lower-case
(#285) Variable "Data" must be all lower-case
(#285) Variable "Data" must be all lower-case
(#285) Variable "Point" must be all lower-case
(#286) Line indented incorrectly; expected at least 12 spaces, found 8
(#286) Variable "Abscissa" must be all lower-case
(#286) Variable "Data" must be all lower-case
(#286) Variable "Data" must be all lower-case
(#286) Variable "Point" must be all lower-case
(#287) Line indented incorrectly; expected at least 12 spaces, found 7
(#287) Inline control structures are not allowed
(#288) Line indented incorrectly; expected at least 12 spaces, found 8
(#288) Variable "Abscissa" must be all lower-case
(#290) Line indented incorrectly; expected at least 12 spaces, found 7
(#290) Variable "Value" must be all lower-case
(#290) Variable "Value" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "AxisMode" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "AxisFormat" must be all lower-case
(#290) Commas (,) must be followed by white space.
(#290) Variable "AxisUnit" must be all lower-case
(#291) Line indented incorrectly; expected at least 12 spaces, found 7
(#291) Variable "Weight" must be all lower-case
(#291) Variable "Data" must be all lower-case
(#291) Variable "SerieWeightName" must be all lower-case
(#291) Variable "Point" must be all lower-case
(#292) Line indented incorrectly; expected at least 12 spaces, found 7
(#292) Variable "Caption" must be all lower-case
(#292) Variable "Abscissa" must be all lower-case
(#292) Variable "Value" must be all lower-case
(#292) Variable "Weight" must be all lower-case
(#294) Line indented incorrectly; expected at least 12 spaces, found 7
(#294) Inline control structures are not allowed
(#294) Variable "Data" must be all lower-case
(#294) Variable "SerieName" must be all lower-case
(#295) Line indented incorrectly; expected at least 12 spaces, found 8
(#295) Variable "Description" must be all lower-case
(#295) Variable "Data" must be all lower-case
(#295) Variable "SerieName" must be all lower-case
(#296) Line indented incorrectly; expected at least 12 spaces, found 7
(#296) Inline control structures are not allowed
(#297) Line indented incorrectly; expected at least 12 spaces, found 8
(#297) Variable "Description" must be all lower-case
(#299) Line indented incorrectly; expected at least 12 spaces, found 7
(#299) Variable "Series" must be all lower-case
(#300) Line indented incorrectly; expected at least 12 spaces, found 7
(#300) Variable "Series" must be all lower-case
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Variable "Color" must be all lower-case
(#300) Commas (,) must be followed by white space.
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Variable "Caption" must be all lower-case
(#302) Line indented incorrectly; expected 12 spaces, found 7
(#302) Expected "if (...) {\n"; found "if (...)\n {\n"
(#302) Variable "Data" must be all lower-case
(#303) Line indented incorrectly; expected at least 12 spaces, found 8
(#304) Line indented incorrectly; expected 16 spaces, found 9
(#304) Expected "if (...) {\n"; found "if (...) { "
(#304) Variable "XDivs" must be all lower-case
(#304) Variable "XStep" must be all lower-case
(#304) Closing brace must be on a line by itself
(#304) Expected "} else {\n"; found "} else { "
(#304) Variable "XStep" must be all lower-case
(#304) Expected 1 space before "-"; 0 found
(#304) Expected 1 space after "-"; 0 found
(#304) Expected 1 space before "-"; 0 found
(#304) Expected 1 space after "-"; 0 found
(#304) Variable "XMargin" must be all lower-case
(#304) Expected 1 space before "*"; 0 found
(#304) Expected 1 space after "*"; 0 found
(#304) Expected 1 space before "/"; 0 found
(#304) Expected 1 space after "/"; 0 found
(#304) Variable "XDivs" must be all lower-case
(#304) Line exceeds 132 characters; contains 148 characters
(#304) Closing brace must be on a line by itself
(#306) Line indented incorrectly; expected at least 16 spaces, found 9
(#306) Variable "X" must be all lower-case
(#306) Variable "X" must be all lower-case
(#306) Variable "Point" must be all lower-case
(#306) Variable "XStep" must be all lower-case
(#307) Line indented incorrectly; expected at least 16 spaces, found 9
(#307) Variable "Y" must be all lower-case
(#307) Variable "PosArray" must be all lower-case
(#308) Line indented incorrectly; expected 12 spaces, found 8
(#308) Closing brace indented incorrectly; expected 7 spaces, found 8
(#309) Line indented incorrectly; expected 12 spaces, found 7
(#309) Expected "} else {\n"; found "}\n else\n {\n"
(#310) Line indented incorrectly; expected at least 12 spaces, found 8
(#311) Line indented incorrectly; expected 16 spaces, found 9
(#311) Expected "if (...) {\n"; found "if (...) { "
(#311) Variable "XDivs" must be all lower-case
(#311) Variable "YStep" must be all lower-case
(#311) Closing brace must be on a line by itself
(#311) Expected "} else {\n"; found "} else { "
(#311) Variable "YStep" must be all lower-case
(#311) Expected 1 space before "-"; 0 found
(#311) Expected 1 space after "-"; 0 found
(#311) Expected 1 space before "-"; 0 found
(#311) Expected 1 space after "-"; 0 found
(#311) Variable "XMargin" must be all lower-case
(#311) Expected 1 space before "*"; 0 found
(#311) Expected 1 space after "*"; 0 found
(#311) Expected 1 space before "/"; 0 found
(#311) Expected 1 space after "/"; 0 found
(#311) Variable "XDivs" must be all lower-case
(#311) Line exceeds 132 characters; contains 148 characters
(#311) Closing brace must be on a line by itself
(#313) Line indented incorrectly; expected at least 16 spaces, found 9
(#313) Variable "X" must be all lower-case
(#313) Variable "PosArray" must be all lower-case
(#314) Line indented incorrectly; expected at least 16 spaces, found 9
(#314) Variable "Y" must be all lower-case
(#314) Variable "Y" must be all lower-case
(#314) Variable "Point" must be all lower-case
(#314) Variable "YStep" must be all lower-case
(#315) Line indented incorrectly; expected 12 spaces, found 8
(#315) Closing brace indented incorrectly; expected 7 spaces, found 8
(#317) Line indented incorrectly; expected at least 12 spaces, found 7
(#317) Inline control structures are not allowed
(#317) Variable "DrawPoint" must be all lower-case
(#318) Line indented incorrectly; expected at least 12 spaces, found 8
(#318) Variable "X" must be all lower-case
(#318) Commas (,) must be followed by white space.
(#318) Variable "Y" must be all lower-case
(#318) Commas (,) must be followed by white space.
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#319) Line indented incorrectly; expected at least 12 spaces, found 7
(#319) Inline control structures are not allowed
(#319) Usage of ELSEIF not allowed; use ELSE IF instead
(#319) Variable "DrawPoint" must be all lower-case
(#320) Line indented incorrectly; expected at least 12 spaces, found 8
(#320) Variable "X" must be all lower-case
(#320) Expected 1 space before "-"; 0 found
(#320) Expected 1 space after "-"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Variable "Y" must be all lower-case
(#320) Expected 1 space before "-"; 0 found
(#320) Expected 1 space after "-"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Variable "X" must be all lower-case
(#320) Expected 1 space before "+"; 0 found
(#320) Expected 1 space after "+"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Variable "Y" must be all lower-case
(#320) Expected 1 space before "+"; 0 found
(#320) Expected 1 space after "+"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#320) Commas (,) must be followed by white space.
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#320) Line exceeds 132 characters; contains 143 characters
(#322) Line indented incorrectly; expected at least 12 spaces, found 7
(#322) Variable "X" must be all lower-case
(#322) Commas (,) must be followed by white space.
(#322) Variable "Y" must be all lower-case
(#322) Expected 1 space before "-"; 0 found
(#322) Expected 1 space after "-"; 0 found
(#322) Commas (,) must be followed by white space.
(#322) Variable "Description" must be all lower-case
(#322) Commas (,) must be followed by white space.
(#322) Variable "Series" must be all lower-case
(#322) Commas (,) must be followed by white space.
(#322) Variable "Format" must be all lower-case
(#323) Line indented incorrectly; expected 8 spaces, found 6
(#323) Closing brace indented incorrectly; expected 5 spaces, found 6
(#324) Closing brace indented incorrectly; expected 3 spaces, found 4
(#325) Line indented incorrectly; expected 0 spaces, found 2
(#325) Closing brace indented incorrectly; expected 1 spaces, found 2
(#326) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pCache.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Line indented incorrectly; expected 0 spaces, found 1
(#19) Line indented incorrectly; expected at least 4 spaces, found 3
(#19) Member variable "CacheFolder" must be all lower-case
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$CacheFolder"
(#20) Line indented incorrectly; expected at least 4 spaces, found 3
(#20) Member variable "CacheIndex" must be all lower-case
(#20) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#20) Scope modifier not specified for member variable "$CacheIndex"
(#21) Line indented incorrectly; expected at least 4 spaces, found 3
(#21) Member variable "CacheDB" must be all lower-case
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$CacheDB"
(#23) Line indented incorrectly; expected at least 4 spaces, found 3
(#24) Line indented incorrectly; expected 4 spaces, found 3
(#24) method name "pCache::pCache" must be in lower-case letters only
(#24) PHP4 style constructors are not allowed; use "__construct()" instead
(#24) Visibility must be declared on method "pCache"
(#24) Variable "Settings" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#26) Line indented incorrectly; expected at least 8 spaces, found 5
(#26) Variable "CacheFolder" must be all lower-case
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#26) Variable "Settings" must be all lower-case
(#26) Variable "Settings" must be all lower-case
(#27) Line indented incorrectly; expected at least 8 spaces, found 5
(#27) Variable "CacheIndex" must be all lower-case
(#27) Spaces must be used for alignment; tabs are not allowed
(#27) Tab found within whitespace
(#27) Variable "Settings" must be all lower-case
(#27) Variable "Settings" must be all lower-case
(#28) Line indented incorrectly; expected at least 8 spaces, found 5
(#28) Variable "CacheDB" must be all lower-case
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#28) Variable "Settings" must be all lower-case
(#28) Variable "Settings" must be all lower-case
(#30) Line indented incorrectly; expected at least 8 spaces, found 5
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#30) Variable "CacheFolder" must be all lower-case
(#31) Line indented incorrectly; expected at least 8 spaces, found 5
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Variable "CacheIndex" must be all lower-case
(#32) Line indented incorrectly; expected at least 8 spaces, found 5
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Variable "CacheDB" must be all lower-case
(#34) Line indented incorrectly; expected 8 spaces, found 5
(#34) Expected "if (...) {\n"; found "if (...) { "
(#34) Closing brace must be on a line by itself
(#35) Line indented incorrectly; expected 8 spaces, found 5
(#35) Expected "if (...) {\n"; found "if (...) { "
(#35) Closing brace must be on a line by itself
(#36) Closing brace indented incorrectly; expected 3 spaces, found 4
(#38) Line indented incorrectly; expected at least 4 spaces, found 3
(#39) Line indented incorrectly; expected 4 spaces, found 3
(#39) Visibility must be declared on method "flush"
(#40) Opening brace should be on the same line as the declaration
(#41) Line indented incorrectly; expected 8 spaces, found 5
(#41) Expected "if (...) {\n"; found "if (...) { "
(#41) Line exceeds 132 characters; contains 166 characters
(#41) Closing brace must be on a line by itself
(#42) Line indented incorrectly; expected 8 spaces, found 5
(#42) Expected "if (...) {\n"; found "if (...) { "
(#42) Line exceeds 132 characters; contains 160 characters
(#42) Closing brace must be on a line by itself
(#43) Closing brace indented incorrectly; expected 3 spaces, found 4
(#45) Line indented incorrectly; expected at least 4 spaces, found 3
(#46) Line indented incorrectly; expected 4 spaces, found 3
(#46) method name "pCache::getHash" must be in lower-case letters only
(#46) Visibility must be declared on method "getHash"
(#46) Variable "Data" must be all lower-case
(#46) Commas (,) must be followed by white space.
(#46) Variable "Marker" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#47) Opening brace must be the last content on the line
(#47) Variable "Marker" must be all lower-case
(#47) Variable "Data" must be all lower-case
(#47) Closing brace must be on a line by itself
(#49) Line indented incorrectly; expected at least 4 spaces, found 3
(#50) Line indented incorrectly; expected 4 spaces, found 3
(#50) method name "pCache::writeToCache" must be in lower-case letters only
(#50) Visibility must be declared on method "writeToCache"
(#50) Variable "ID" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "pChartObject" must be all lower-case
(#51) Opening brace should be on the same line as the declaration
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "TemporaryFile" must be all lower-case
(#53) Commas (,) must be followed by white space.
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "Database" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "Index" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Variable "pChartObject" must be all lower-case
(#58) Commas (,) must be followed by white space.
(#58) Variable "TemporaryFile" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Variable "PictureSize" must be all lower-case
(#61) Variable "TemporaryFile" must be all lower-case
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Variable "DBSize" must be all lower-case
(#62) Variable "Database" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Variable "Handle" must be all lower-case
(#65) Variable "Index" must be all lower-case
(#65) Commas (,) must be followed by white space.
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "Handle" must be all lower-case
(#66) Variable "ID" must be all lower-case
(#66) Variable "DBSize" must be all lower-case
(#66) Variable "PictureSize" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "Handle" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "Handle" must be all lower-case
(#70) Variable "TemporaryFile" must be all lower-case
(#70) Commas (,) must be followed by white space.
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) Variable "Raw" must be all lower-case
(#71) Variable "Handle" must be all lower-case
(#71) Commas (,) must be followed by white space.
(#71) Variable "PictureSize" must be all lower-case
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "Handle" must be all lower-case
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Variable "Handle" must be all lower-case
(#75) Variable "Database" must be all lower-case
(#75) Commas (,) must be followed by white space.
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Variable "Handle" must be all lower-case
(#76) Variable "Raw" must be all lower-case
(#77) Line indented incorrectly; expected at least 8 spaces, found 5
(#77) Variable "Handle" must be all lower-case
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Variable "TemporaryFile" must be all lower-case
(#81) Closing brace indented incorrectly; expected 3 spaces, found 4
(#83) Line indented incorrectly; expected at least 4 spaces, found 3
(#84) Line indented incorrectly; expected 4 spaces, found 3
(#84) method name "pCache::removeOlderThan" must be in lower-case letters only
(#84) Visibility must be declared on method "removeOlderThan"
(#84) Variable "Expiry" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#85) Opening brace must be the last content on the line
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Variable "Expiry" must be all lower-case
(#85) Closing brace must be on a line by itself
(#87) Line indented incorrectly; expected at least 4 spaces, found 3
(#88) Line indented incorrectly; expected 4 spaces, found 3
(#88) Visibility must be declared on method "remove"
(#88) Variable "ID" must be all lower-case
(#89) Opening brace should be on the same line as the declaration
(#89) Opening brace must be the last content on the line
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Variable "ID" must be all lower-case
(#89) Closing brace must be on a line by itself
(#91) Line indented incorrectly; expected at least 4 spaces, found 3
(#92) Line indented incorrectly; expected 4 spaces, found 3
(#92) method name "pCache::dbRemoval" must be in lower-case letters only
(#92) Visibility must be declared on method "dbRemoval"
(#92) Variable "Settings" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "ID" must be all lower-case
(#94) Variable "Settings" must be all lower-case
(#94) Variable "Settings" must be all lower-case
(#94) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#95) Line indented incorrectly; expected at least 8 spaces, found 5
(#95) Variable "Expiry" must be all lower-case
(#95) Variable "Settings" must be all lower-case
(#95) Variable "Settings" must be all lower-case
(#95) Expected 1 space before "*"; 0 found
(#95) Expected 1 space after "*"; 0 found
(#95) Expected 1 space before "*"; 0 found
(#95) Expected 1 space after "*"; 0 found
(#96) Line indented incorrectly; expected at least 8 spaces, found 5
(#96) Variable "TS" must be all lower-case
(#96) Expected 1 space before "-"; 0 found
(#96) Expected 1 space after "-"; 0 found
(#96) Variable "Expiry" must be all lower-case
(#98) Line indented incorrectly; expected at least 8 spaces, found 5
(#99) Line indented incorrectly; expected at least 8 spaces, found 5
(#99) Variable "Database" must be all lower-case
(#100) Line indented incorrectly; expected at least 8 spaces, found 5
(#100) Variable "Index" must be all lower-case
(#101) Line indented incorrectly; expected at least 8 spaces, found 5
(#101) Variable "DatabaseTemp" must be all lower-case
(#102) Line indented incorrectly; expected at least 8 spaces, found 5
(#102) Variable "IndexTemp" must be all lower-case
(#104) Line indented incorrectly; expected at least 8 spaces, found 5
(#105) Line indented incorrectly; expected 8 spaces, found 5
(#105) Expected "if (...) {\n"; found "if (...)\n {\n"
(#105) Variable "ID" must be all lower-case
(#105) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#106) Line indented incorrectly; expected at least 8 spaces, found 6
(#107) Line indented incorrectly; expected at least 12 spaces, found 7
(#108) Line indented incorrectly; expected at least 12 spaces, found 7
(#108) Variable "Object" must be all lower-case
(#108) Variable "ID" must be all lower-case
(#108) Commas (,) must be followed by white space.
(#108) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#110) Line indented incorrectly; expected at least 12 spaces, found 7
(#111) Line indented incorrectly; expected 12 spaces, found 7
(#111) Expected "if (...) {\n"; found "if (...) { "
(#111) Variable "Object" must be all lower-case
(#111) Closing brace must be on a line by itself
(#112) Line indented incorrectly; expected 8 spaces, found 6
(#112) Closing brace indented incorrectly; expected 5 spaces, found 6
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Line indented incorrectly; expected 8 spaces, found 5
(#115) Expected "if (...) {\n"; found "if (...) { "
(#115) Variable "DatabaseTemp" must be all lower-case
(#115) Variable "DatabaseTemp" must be all lower-case
(#115) Closing brace must be on a line by itself
(#116) Line indented incorrectly; expected 8 spaces, found 5
(#116) Expected "if (...) {\n"; found "if (...) { "
(#116) Variable "IndexTemp" must be all lower-case
(#116) Variable "IndexTemp" must be all lower-case
(#116) Closing brace must be on a line by itself
(#118) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "IndexHandle" must be all lower-case
(#119) Variable "Index" must be all lower-case
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "IndexTempHandle" must be all lower-case
(#120) Variable "IndexTemp" must be all lower-case
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "DBHandle" must be all lower-case
(#121) Variable "Database" must be all lower-case
(#122) Line indented incorrectly; expected at least 8 spaces, found 5
(#122) Variable "DBTempHandle" must be all lower-case
(#122) Variable "DatabaseTemp" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 5
(#125) Line indented incorrectly; expected 8 spaces, found 5
(#125) Expected "while (...) {\n"; found "while (...)\n {\n"
(#125) Variable "IndexHandle" must be all lower-case
(#126) Line indented incorrectly; expected at least 8 spaces, found 6
(#127) Line indented incorrectly; expected at least 12 spaces, found 7
(#127) Variable "Entry" must be all lower-case
(#127) Variable "IndexHandle" must be all lower-case
(#128) Line indented incorrectly; expected at least 12 spaces, found 7
(#128) Variable "Entry" must be all lower-case
(#128) Commas (,) must be followed by white space.
(#128) Commas (,) must be followed by white space.
(#128) Variable "Entry" must be all lower-case
(#129) Line indented incorrectly; expected at least 12 spaces, found 7
(#129) Variable "Entry" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#129) Variable "Entry" must be all lower-case
(#130) Line indented incorrectly; expected at least 12 spaces, found 7
(#130) Variable "Settings" must be all lower-case
(#130) Commas (,) must be followed by white space.
(#130) Variable "Entry" must be all lower-case
(#132) Line indented incorrectly; expected 12 spaces, found 7
(#132) Expected "if (...) {\n"; found "if (...)\n {\n"
(#132) Variable "Entry" must be all lower-case
(#133) Line indented incorrectly; expected at least 12 spaces, found 8
(#134) Line indented incorrectly; expected at least 16 spaces, found 9
(#134) Variable "PicID" must be all lower-case
(#134) Variable "Settings" must be all lower-case
(#135) Line indented incorrectly; expected at least 16 spaces, found 9
(#135) Variable "DBPos" must be all lower-case
(#135) Variable "Settings" must be all lower-case
(#136) Line indented incorrectly; expected at least 16 spaces, found 9
(#136) Variable "PicSize" must be all lower-case
(#136) Variable "Settings" must be all lower-case
(#137) Line indented incorrectly; expected at least 16 spaces, found 9
(#137) Variable "GeneratedTS" must be all lower-case
(#137) Variable "Settings" must be all lower-case
(#138) Line indented incorrectly; expected at least 16 spaces, found 9
(#138) Variable "Hits" must be all lower-case
(#138) Variable "Settings" must be all lower-case
(#140) Line indented incorrectly; expected 16 spaces, found 9
(#140) Expected "if (...) {\n"; found "if (...)\n {\n"
(#140) Variable "Settings" must be all lower-case
(#140) Variable "ID" must be all lower-case
(#140) Variable "GeneratedTS" must be all lower-case
(#140) Variable "TS" must be all lower-case
(#141) Line indented incorrectly; expected at least 16 spaces, found 10
(#142) Line indented incorrectly; expected at least 20 spaces, found 11
(#142) Variable "CurrentPos" must be all lower-case
(#142) Variable "DBTempHandle" must be all lower-case
(#143) Line indented incorrectly; expected at least 20 spaces, found 11
(#143) Variable "IndexTempHandle" must be all lower-case
(#143) Variable "PicID" must be all lower-case
(#143) Variable "CurrentPos" must be all lower-case
(#143) Variable "PicSize" must be all lower-case
(#143) Variable "GeneratedTS" must be all lower-case
(#143) Variable "Hits" must be all lower-case
(#145) Line indented incorrectly; expected at least 20 spaces, found 11
(#145) Variable "DBHandle" must be all lower-case
(#145) Commas (,) must be followed by white space.
(#145) Variable "DBPos" must be all lower-case
(#146) Line indented incorrectly; expected at least 20 spaces, found 11
(#146) Variable "Picture" must be all lower-case
(#146) Variable "DBHandle" must be all lower-case
(#146) Commas (,) must be followed by white space.
(#146) Variable "PicSize" must be all lower-case
(#147) Line indented incorrectly; expected at least 20 spaces, found 11
(#147) Variable "DBTempHandle" must be all lower-case
(#147) Commas (,) must be followed by white space.
(#147) Variable "Picture" must be all lower-case
(#148) Line indented incorrectly; expected 16 spaces, found 10
(#148) Closing brace indented incorrectly; expected 9 spaces, found 10
(#149) Line indented incorrectly; expected 12 spaces, found 8
(#149) Closing brace indented incorrectly; expected 7 spaces, found 8
(#150) Line indented incorrectly; expected 8 spaces, found 6
(#150) Closing brace indented incorrectly; expected 5 spaces, found 6
(#152) Line indented incorrectly; expected at least 8 spaces, found 5
(#153) Line indented incorrectly; expected at least 8 spaces, found 5
(#153) Variable "IndexHandle" must be all lower-case
(#154) Line indented incorrectly; expected at least 8 spaces, found 5
(#154) Variable "IndexTempHandle" must be all lower-case
(#155) Line indented incorrectly; expected at least 8 spaces, found 5
(#155) Variable "DBHandle" must be all lower-case
(#156) Line indented incorrectly; expected at least 8 spaces, found 5
(#156) Variable "DBTempHandle" must be all lower-case
(#158) Line indented incorrectly; expected at least 8 spaces, found 5
(#159) Line indented incorrectly; expected at least 8 spaces, found 5
(#159) Variable "Database" must be all lower-case
(#160) Line indented incorrectly; expected at least 8 spaces, found 5
(#160) Variable "Index" must be all lower-case
(#162) Line indented incorrectly; expected at least 8 spaces, found 5
(#163) Line indented incorrectly; expected at least 8 spaces, found 5
(#163) Variable "DatabaseTemp" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "Database" must be all lower-case
(#164) Line indented incorrectly; expected at least 8 spaces, found 5
(#164) Variable "IndexTemp" must be all lower-case
(#164) Commas (,) must be followed by white space.
(#164) Variable "Index" must be all lower-case
(#165) Closing brace indented incorrectly; expected 3 spaces, found 4
(#167) Line indented incorrectly; expected 4 spaces, found 3
(#167) method name "pCache::isInCache" must be in lower-case letters only
(#167) Visibility must be declared on method "isInCache"
(#167) Variable "ID" must be all lower-case
(#167) Commas (,) must be followed by white space.
(#167) Variable "Verbose" must be all lower-case
(#167) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#167) Commas (,) must be followed by white space.
(#167) Variable "UpdateHitsCount" must be all lower-case
(#167) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#168) Opening brace should be on the same line as the declaration
(#169) Line indented incorrectly; expected at least 8 spaces, found 5
(#170) Line indented incorrectly; expected at least 8 spaces, found 5
(#170) Variable "Index" must be all lower-case
(#172) Line indented incorrectly; expected at least 8 spaces, found 5
(#173) Line indented incorrectly; expected at least 8 spaces, found 5
(#173) Variable "Handle" must be all lower-case
(#173) Variable "Index" must be all lower-case
(#174) Line indented incorrectly; expected 8 spaces, found 5
(#174) Expected "while (...) {\n"; found "while (...)\n {\n"
(#174) Variable "Handle" must be all lower-case
(#175) Line indented incorrectly; expected at least 8 spaces, found 6
(#176) Line indented incorrectly; expected at least 12 spaces, found 7
(#176) Variable "IndexPos" must be all lower-case
(#176) Variable "Handle" must be all lower-case
(#177) Line indented incorrectly; expected at least 12 spaces, found 7
(#177) Variable "Entry" must be all lower-case
(#177) Variable "Handle" must be all lower-case
(#178) Line indented incorrectly; expected 12 spaces, found 7
(#178) Expected "if (...) {\n"; found "if (...)\n {\n"
(#178) Variable "Entry" must be all lower-case
(#179) Line indented incorrectly; expected at least 12 spaces, found 8
(#180) Line indented incorrectly; expected at least 16 spaces, found 9
(#180) Variable "Settings" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Entry" must be all lower-case
(#181) Line indented incorrectly; expected at least 16 spaces, found 9
(#181) Variable "PicID" must be all lower-case
(#181) Variable "Settings" must be all lower-case
(#182) Line indented incorrectly; expected 16 spaces, found 9
(#182) Expected "if (...) {\n"; found "if (...)\n {\n"
(#182) Variable "PicID" must be all lower-case
(#182) Variable "ID" must be all lower-case
(#183) Line indented incorrectly; expected at least 16 spaces, found 10
(#184) Line indented incorrectly; expected at least 20 spaces, found 11
(#184) Variable "Handle" must be all lower-case
(#186) Line indented incorrectly; expected at least 20 spaces, found 11
(#186) Variable "DBPos" must be all lower-case
(#186) Variable "Settings" must be all lower-case
(#187) Line indented incorrectly; expected at least 20 spaces, found 11
(#187) Variable "PicSize" must be all lower-case
(#187) Variable "Settings" must be all lower-case
(#188) Line indented incorrectly; expected at least 20 spaces, found 11
(#188) Variable "GeneratedTS" must be all lower-case
(#188) Variable "Settings" must be all lower-case
(#189) Line indented incorrectly; expected at least 20 spaces, found 11
(#189) Variable "Hits" must be all lower-case
(#189) Variable "Settings" must be all lower-case
(#191) Line indented incorrectly; expected 20 spaces, found 11
(#191) Expected "if (...) {\n"; found "if (...)\n {\n"
(#191) Variable "UpdateHitsCount" must be all lower-case
(#192) Line indented incorrectly; expected at least 20 spaces, found 12
(#193) Line indented incorrectly; expected at least 24 spaces, found 13
(#193) Variable "Hits" must be all lower-case
(#194) Line indented incorrectly; expected 24 spaces, found 13
(#194) Expected "if (...) {\n"; found "if (...) { "
(#194) Variable "Hits" must be all lower-case
(#194) Variable "Hits" must be all lower-case
(#194) Variable "Hits" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space before "-"; 0 found
(#194) Expected 1 space after "-"; 0 found
(#194) Variable "Hits" must be all lower-case
(#194) Closing brace must be on a line by itself
(#196) Line indented incorrectly; expected at least 24 spaces, found 13
(#196) Variable "Handle" must be all lower-case
(#196) Variable "Index" must be all lower-case
(#197) Line indented incorrectly; expected at least 24 spaces, found 13
(#197) Variable "Handle" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "IndexPos" must be all lower-case
(#198) Line indented incorrectly; expected at least 24 spaces, found 13
(#198) Variable "Handle" must be all lower-case
(#198) Variable "PicID" must be all lower-case
(#198) Variable "DBPos" must be all lower-case
(#198) Variable "PicSize" must be all lower-case
(#198) Variable "GeneratedTS" must be all lower-case
(#198) Variable "Hits" must be all lower-case
(#199) Line indented incorrectly; expected at least 24 spaces, found 13
(#199) Variable "Handle" must be all lower-case
(#200) Line indented incorrectly; expected 20 spaces, found 12
(#200) Closing brace indented incorrectly; expected 11 spaces, found 12
(#202) Line indented incorrectly; expected 20 spaces, found 11
(#202) Expected "if (...) {\n"; found "if (...)\n { "
(#202) Variable "Verbose" must be all lower-case
(#203) Line indented incorrectly; expected at least 20 spaces, found 12
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "DBPos" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "PicSize" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "GeneratedTS" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "Hits" must be all lower-case
(#203) Closing brace must be on a line by itself
(#204) Line indented incorrectly; expected 20 spaces, found 11
(#204) Expected "} else {\n"; found "}\n else\n { "
(#205) Line indented incorrectly; expected at least 20 spaces, found 12
(#205) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#205) Closing brace must be on a line by itself
(#206) Line indented incorrectly; expected 16 spaces, found 10
(#206) Closing brace indented incorrectly; expected 9 spaces, found 10
(#207) Line indented incorrectly; expected 12 spaces, found 8
(#207) Closing brace indented incorrectly; expected 7 spaces, found 8
(#208) Line indented incorrectly; expected 8 spaces, found 6
(#208) Closing brace indented incorrectly; expected 5 spaces, found 6
(#209) Line indented incorrectly; expected at least 8 spaces, found 5
(#209) Variable "Handle" must be all lower-case
(#211) Line indented incorrectly; expected at least 8 spaces, found 5
(#212) Line indented incorrectly; expected at least 8 spaces, found 5
(#212) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#213) Closing brace indented incorrectly; expected 3 spaces, found 4
(#215) Line indented incorrectly; expected at least 4 spaces, found 3
(#216) Line indented incorrectly; expected 4 spaces, found 3
(#216) method name "pCache::autoOutput" must be in lower-case letters only
(#216) Visibility must be declared on method "autoOutput"
(#216) Variable "ID" must be all lower-case
(#216) Commas (,) must be followed by white space.
(#216) Variable "Destination" must be all lower-case
(#217) Opening brace should be on the same line as the declaration
(#218) Line indented incorrectly; expected at least 8 spaces, found 5
(#218) Inline control structures are not allowed
(#219) Line indented incorrectly; expected at least 8 spaces, found 6
(#219) Variable "ID" must be all lower-case
(#219) Commas (,) must be followed by white space.
(#219) Variable "Destination" must be all lower-case
(#220) Line indented incorrectly; expected at least 8 spaces, found 5
(#220) Inline control structures are not allowed
(#221) Line indented incorrectly; expected at least 8 spaces, found 6
(#221) Variable "ID" must be all lower-case
(#222) Closing brace indented incorrectly; expected 3 spaces, found 4
(#224) Line indented incorrectly; expected 4 spaces, found 3
(#224) method name "pCache::strokeFromCache" must be in lower-case letters only
(#224) Visibility must be declared on method "strokeFromCache"
(#224) Variable "ID" must be all lower-case
(#225) Opening brace should be on the same line as the declaration
(#226) Line indented incorrectly; expected at least 8 spaces, found 5
(#227) Line indented incorrectly; expected at least 8 spaces, found 5
(#227) Variable "Picture" must be all lower-case
(#227) Variable "ID" must be all lower-case
(#229) Line indented incorrectly; expected at least 8 spaces, found 5
(#230) Line indented incorrectly; expected 8 spaces, found 5
(#230) Expected "if (...) {\n"; found "if (...) { "
(#230) Variable "Picture" must be all lower-case
(#230) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#230) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#230) Closing brace must be on a line by itself
(#232) Line indented incorrectly; expected at least 8 spaces, found 5
(#233) Line indented incorrectly; expected at least 8 spaces, found 5
(#233) Variable "Picture" must be all lower-case
(#235) Line indented incorrectly; expected at least 8 spaces, found 5
(#235) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#236) Closing brace indented incorrectly; expected 3 spaces, found 4
(#238) Line indented incorrectly; expected 4 spaces, found 3
(#238) method name "pCache::saveFromCache" must be in lower-case letters only
(#238) Visibility must be declared on method "saveFromCache"
(#238) Variable "ID" must be all lower-case
(#238) Commas (,) must be followed by white space.
(#238) Variable "Destination" must be all lower-case
(#239) Opening brace should be on the same line as the declaration
(#240) Line indented incorrectly; expected at least 8 spaces, found 5
(#241) Line indented incorrectly; expected at least 8 spaces, found 5
(#241) Variable "Picture" must be all lower-case
(#241) Variable "ID" must be all lower-case
(#243) Line indented incorrectly; expected at least 8 spaces, found 5
(#244) Line indented incorrectly; expected 8 spaces, found 5
(#244) Expected "if (...) {\n"; found "if (...) { "
(#244) Variable "Picture" must be all lower-case
(#244) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#244) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#244) Closing brace must be on a line by itself
(#246) Line indented incorrectly; expected at least 8 spaces, found 5
(#247) Line indented incorrectly; expected at least 8 spaces, found 5
(#247) Variable "Handle" must be all lower-case
(#247) Variable "Destination" must be all lower-case
(#247) Commas (,) must be followed by white space.
(#248) Line indented incorrectly; expected at least 8 spaces, found 5
(#248) Variable "Handle" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Variable "Picture" must be all lower-case
(#249) Line indented incorrectly; expected at least 8 spaces, found 5
(#249) Variable "Handle" must be all lower-case
(#251) Line indented incorrectly; expected at least 8 spaces, found 5
(#252) Line indented incorrectly; expected at least 8 spaces, found 5
(#252) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#253) Closing brace indented incorrectly; expected 3 spaces, found 4
(#255) Line indented incorrectly; expected 4 spaces, found 3
(#255) method name "pCache::getFromCache" must be in lower-case letters only
(#255) Visibility must be declared on method "getFromCache"
(#255) Variable "ID" must be all lower-case
(#256) Opening brace should be on the same line as the declaration
(#257) Line indented incorrectly; expected at least 8 spaces, found 5
(#258) Line indented incorrectly; expected at least 8 spaces, found 5
(#258) Variable "Database" must be all lower-case
(#260) Line indented incorrectly; expected at least 8 spaces, found 5
(#261) Line indented incorrectly; expected at least 8 spaces, found 5
(#261) Variable "CacheInfo" must be all lower-case
(#261) Variable "ID" must be all lower-case
(#261) Commas (,) must be followed by white space.
(#261) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#261) Commas (,) must be followed by white space.
(#261) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#263) Line indented incorrectly; expected at least 8 spaces, found 5
(#264) Line indented incorrectly; expected 8 spaces, found 5
(#264) Expected "if (...) {\n"; found "if (...) { "
(#264) Variable "CacheInfo" must be all lower-case
(#264) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#264) Closing brace must be on a line by itself
(#266) Line indented incorrectly; expected at least 8 spaces, found 5
(#266) Whitespace found at end of line
(#267) Line indented incorrectly; expected at least 8 spaces, found 5
(#267) Variable "DBPos" must be all lower-case
(#267) Variable "CacheInfo" must be all lower-case
(#268) Line indented incorrectly; expected at least 8 spaces, found 5
(#268) Variable "PicSize" must be all lower-case
(#268) Variable "CacheInfo" must be all lower-case
(#270) Line indented incorrectly; expected at least 8 spaces, found 5
(#271) Line indented incorrectly; expected at least 8 spaces, found 5
(#271) Variable "Handle" must be all lower-case
(#271) Variable "Database" must be all lower-case
(#272) Line indented incorrectly; expected at least 8 spaces, found 5
(#272) Variable "Handle" must be all lower-case
(#272) Commas (,) must be followed by white space.
(#272) Variable "DBPos" must be all lower-case
(#273) Line indented incorrectly; expected at least 8 spaces, found 5
(#273) Variable "Picture" must be all lower-case
(#273) Variable "Handle" must be all lower-case
(#273) Commas (,) must be followed by white space.
(#273) Variable "PicSize" must be all lower-case
(#274) Line indented incorrectly; expected at least 8 spaces, found 5
(#274) Variable "Handle" must be all lower-case
(#276) Line indented incorrectly; expected at least 8 spaces, found 5
(#277) Line indented incorrectly; expected at least 8 spaces, found 5
(#277) Variable "Picture" must be all lower-case
(#278) Closing brace indented incorrectly; expected 3 spaces, found 4
(#279) Line indented incorrectly; expected 0 spaces, found 2
(#279) Closing brace indented incorrectly; expected 1 spaces, found 2
(#280) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pData.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#18) Spaces must be used for alignment; tabs are not allowed
(#18) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#27) Spaces must be used for alignment; tabs are not allowed
(#27) Tab found within whitespace
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#55) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#55) Line indented incorrectly; expected 0 spaces, found 1
(#57) Line indented incorrectly; expected at least 4 spaces, found 3
(#57) Member variable "Data" must be all lower-case
(#57) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#57) Scope modifier not specified for member variable "$Data"
(#59) Line indented incorrectly; expected at least 4 spaces, found 3
(#59) Member variable "Palette" must be all lower-case
(#59) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#59) Scope modifier not specified for member variable "$Palette"
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#69) method name "pData::pData" must be in lower-case letters only
(#69) PHP4 style constructors are not allowed; use "__construct()" instead
(#69) Visibility must be declared on method "pData"
(#70) Opening brace should be on the same line as the declaration
(#71) Line indented incorrectly; expected at least 7 spaces, found 5
(#72) Line indented incorrectly; expected at least 7 spaces, found 5
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 7 spaces, found 5
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#74) Line indented incorrectly; expected at least 7 spaces, found 5
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#75) Line indented incorrectly; expected at least 7 spaces, found 5
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#76) Line indented incorrectly; expected at least 7 spaces, found 5
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#77) Line indented incorrectly; expected at least 7 spaces, found 5
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 7 spaces, found 5
(#80) Line indented incorrectly; expected at least 7 spaces, found 5
(#81) Line indented incorrectly; expected at least 7 spaces, found 5
(#82) Closing brace indented incorrectly; expected 3 spaces, found 4
(#84) Line indented incorrectly; expected at least 4 spaces, found 3
(#85) Line indented incorrectly; expected 4 spaces, found 3
(#85) method name "pData::addPoints" must be in lower-case letters only
(#85) Visibility must be declared on method "addPoints"
(#85) Variable "Values" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Variable "SerieName" must be all lower-case
(#86) Opening brace should be on the same line as the declaration
(#87) Line indented incorrectly; expected at least 8 spaces, found 5
(#87) Inline control structures are not allowed
(#87) Variable "SerieName" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#88) Variable "SerieName" must be all lower-case
(#90) Line indented incorrectly; expected 8 spaces, found 5
(#90) Expected "if (...) {\n"; found "if (...)\n {\n"
(#90) Variable "Values" must be all lower-case
(#91) Line indented incorrectly; expected at least 8 spaces, found 6
(#92) Line indented incorrectly; expected 12 spaces, found 7
(#92) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#92) Variable "Values" must be all lower-case
(#92) Variable "Key" must be all lower-case
(#92) Variable "Value" must be all lower-case
(#93) Line indented incorrectly; expected at least 12 spaces, found 8
(#93) Variable "SerieName" must be all lower-case
(#93) Variable "Value" must be all lower-case
(#93) Closing brace must be on a line by itself
(#94) Line indented incorrectly; expected 8 spaces, found 6
(#94) Closing brace indented incorrectly; expected 5 spaces, found 6
(#95) Line indented incorrectly; expected at least 8 spaces, found 5
(#95) Inline control structures are not allowed
(#96) Line indented incorrectly; expected at least 8 spaces, found 6
(#96) Variable "SerieName" must be all lower-case
(#96) Variable "Values" must be all lower-case
(#98) Line indented incorrectly; expected 8 spaces, found 5
(#98) Expected "if (...) {\n"; found "if (...)\n {\n"
(#98) Variable "Values" must be all lower-case
(#99) Line indented incorrectly; expected at least 8 spaces, found 6
(#100) Line indented incorrectly; expected at least 12 spaces, found 7
(#100) Variable "StrippedData" must be all lower-case
(#100) Variable "SerieName" must be all lower-case
(#101) Line indented incorrectly; expected 12 spaces, found 7
(#101) Expected "if (...) {\n"; found "if (...) { "
(#101) Variable "StrippedData" must be all lower-case
(#101) Variable "SerieName" must be all lower-case
(#101) Variable "SerieName" must be all lower-case
(#101) Expected 1 space after "="; 0 found
(#101) Line exceeds 132 characters; contains 140 characters
(#101) Closing brace must be on a line by itself
(#102) Line indented incorrectly; expected at least 12 spaces, found 7
(#102) Variable "SerieName" must be all lower-case
(#102) Variable "StrippedData" must be all lower-case
(#103) Line indented incorrectly; expected at least 12 spaces, found 7
(#103) Variable "SerieName" must be all lower-case
(#103) Variable "StrippedData" must be all lower-case
(#104) Line indented incorrectly; expected 8 spaces, found 6
(#104) Closing brace indented incorrectly; expected 5 spaces, found 6
(#105) Closing brace indented incorrectly; expected 3 spaces, found 4
(#107) Line indented incorrectly; expected at least 4 spaces, found 3
(#108) Line indented incorrectly; expected 4 spaces, found 3
(#108) method name "pData::stripVOID" must be in lower-case letters only
(#108) Visibility must be declared on method "stripVOID"
(#108) Variable "Values" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#109) Opening brace must be the last content on the line
(#109) Expected "if (...) {\n"; found "if (...) { "
(#109) Variable "Values" must be all lower-case
(#109) Closing brace must be on a line by itself
(#109) Variable "Result" must be all lower-case
(#109) Expected "foreach (...) {\n"; found "foreach(...) { "
(#109) Variable "Values" must be all lower-case
(#109) Variable "Key" must be all lower-case
(#109) Variable "Value" must be all lower-case
(#109) Expected "if (...) {\n"; found "if (...) { "
(#109) Variable "Value" must be all lower-case
(#109) Variable "Result" must be all lower-case
(#109) Variable "Value" must be all lower-case
(#109) Closing brace must be on a line by itself
(#109) Closing brace must be on a line by itself
(#109) Variable "Result" must be all lower-case
(#109) Line exceeds 132 characters; contains 173 characters
(#109) Closing brace must be on a line by itself
(#111) Line indented incorrectly; expected at least 4 spaces, found 3
(#112) Line indented incorrectly; expected 4 spaces, found 3
(#112) method name "pData::getSerieCount" must be in lower-case letters only
(#112) Visibility must be declared on method "getSerieCount"
(#112) Variable "Serie" must be all lower-case
(#113) Opening brace should be on the same line as the declaration
(#113) Opening brace must be the last content on the line
(#113) Expected "if (...) {\n"; found "if (...) { "
(#113) Variable "Serie" must be all lower-case
(#113) The use of function sizeof() is forbidden; use count() instead
(#113) Variable "Serie" must be all lower-case
(#113) Closing brace must be on a line by itself
(#113) Expected "} else {\n"; found "} else { "
(#113) Closing brace must be on a line by itself
(#113) Line exceeds 132 characters; contains 136 characters
(#113) Closing brace must be on a line by itself
(#115) Line indented incorrectly; expected at least 4 spaces, found 3
(#116) Line indented incorrectly; expected 4 spaces, found 3
(#116) method name "pData::removeSerie" must be in lower-case letters only
(#116) Visibility must be declared on method "removeSerie"
(#116) Variable "Series" must be all lower-case
(#117) Opening brace should be on the same line as the declaration
(#118) Line indented incorrectly; expected 8 spaces, found 5
(#118) Expected "if (...) {\n"; found "if (...) { "
(#118) Variable "Series" must be all lower-case
(#118) Variable "Series" must be all lower-case
(#118) Variable "Series" must be all lower-case
(#118) Closing brace must be on a line by itself
(#119) Line indented incorrectly; expected 8 spaces, found 5
(#119) Expected "foreach (...) {\n"; found "foreach(...) { "
(#119) Variable "Series" must be all lower-case
(#119) Variable "Key" must be all lower-case
(#119) Variable "Serie" must be all lower-case
(#119) Expected "if (...) {\n"; found "if (...) { "
(#119) Variable "Serie" must be all lower-case
(#119) Variable "Serie" must be all lower-case
(#119) Closing brace must be on a line by itself
(#119) Closing brace must be on a line by itself
(#120) Closing brace indented incorrectly; expected 3 spaces, found 4
(#122) Line indented incorrectly; expected at least 4 spaces, found 3
(#123) Line indented incorrectly; expected 4 spaces, found 3
(#123) method name "pData::getValueAt" must be in lower-case letters only
(#123) Visibility must be declared on method "getValueAt"
(#123) Variable "Serie" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Variable "Index" must be all lower-case
(#124) Opening brace should be on the same line as the declaration
(#124) Opening brace must be the last content on the line
(#124) Expected "if (...) {\n"; found "if (...) { "
(#124) Variable "Serie" must be all lower-case
(#124) Variable "Index" must be all lower-case
(#124) Variable "Serie" must be all lower-case
(#124) Variable "Index" must be all lower-case
(#124) Closing brace must be on a line by itself
(#124) Expected "} else {\n"; found "} else { "
(#124) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#124) Closing brace must be on a line by itself
(#124) Line exceeds 132 characters; contains 147 characters
(#124) Closing brace must be on a line by itself
(#126) Line indented incorrectly; expected at least 4 spaces, found 3
(#127) Line indented incorrectly; expected 4 spaces, found 3
(#127) method name "pData::getValues" must be in lower-case letters only
(#127) Visibility must be declared on method "getValues"
(#127) Variable "Serie" must be all lower-case
(#128) Opening brace should be on the same line as the declaration
(#128) Opening brace must be the last content on the line
(#128) Expected "if (...) {\n"; found "if (...) { "
(#128) Variable "Serie" must be all lower-case
(#128) Variable "Serie" must be all lower-case
(#128) Closing brace must be on a line by itself
(#128) Expected "} else {\n"; found "} else { "
(#128) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#128) Closing brace must be on a line by itself
(#128) Closing brace must be on a line by itself
(#130) Line indented incorrectly; expected at least 4 spaces, found 3
(#131) Line indented incorrectly; expected 4 spaces, found 3
(#131) method name "pData::reverseSerie" must be in lower-case letters only
(#131) Visibility must be declared on method "reverseSerie"
(#131) Variable "Series" must be all lower-case
(#132) Opening brace should be on the same line as the declaration
(#133) Line indented incorrectly; expected 8 spaces, found 5
(#133) Expected "if (...) {\n"; found "if (...) { "
(#133) Variable "Series" must be all lower-case
(#133) Variable "Series" must be all lower-case
(#133) Variable "Series" must be all lower-case
(#133) Closing brace must be on a line by itself
(#134) Line indented incorrectly; expected 8 spaces, found 5
(#134) Expected "foreach (...) {\n"; found "foreach(...) { "
(#134) Variable "Series" must be all lower-case
(#134) Variable "Key" must be all lower-case
(#134) Variable "Serie" must be all lower-case
(#134) Expected "if (...) {\n"; found "if (...) { "
(#134) Variable "Serie" must be all lower-case
(#134) Variable "Serie" must be all lower-case
(#134) Variable "Serie" must be all lower-case
(#134) Closing brace must be on a line by itself
(#134) Line exceeds maximum limit of 180 characters; contains 191 characters
(#134) Closing brace must be on a line by itself
(#135) Closing brace indented incorrectly; expected 3 spaces, found 4
(#137) Line indented incorrectly; expected at least 4 spaces, found 3
(#138) Line indented incorrectly; expected 4 spaces, found 3
(#138) method name "pData::getSum" must be in lower-case letters only
(#138) Visibility must be declared on method "getSum"
(#138) Variable "Serie" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#139) Opening brace must be the last content on the line
(#139) Expected "if (...) {\n"; found "if (...) { "
(#139) Variable "Serie" must be all lower-case
(#139) Variable "Serie" must be all lower-case
(#139) Closing brace must be on a line by itself
(#139) Expected "} else {\n"; found "} else { "
(#139) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#139) Closing brace must be on a line by itself
(#139) Line exceeds 132 characters; contains 134 characters
(#139) Closing brace must be on a line by itself
(#141) Line indented incorrectly; expected at least 4 spaces, found 3
(#142) Line indented incorrectly; expected 4 spaces, found 3
(#142) method name "pData::getMax" must be in lower-case letters only
(#142) Visibility must be declared on method "getMax"
(#142) Variable "Serie" must be all lower-case
(#143) Opening brace should be on the same line as the declaration
(#143) Opening brace must be the last content on the line
(#143) Expected "if (...) {\n"; found "if (...) { "
(#143) Variable "Serie" must be all lower-case
(#143) Variable "Serie" must be all lower-case
(#143) Closing brace must be on a line by itself
(#143) Expected "} else {\n"; found "} else { "
(#143) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#143) Closing brace must be on a line by itself
(#143) Closing brace must be on a line by itself
(#145) Line indented incorrectly; expected at least 4 spaces, found 3
(#146) Line indented incorrectly; expected 4 spaces, found 3
(#146) method name "pData::getMin" must be in lower-case letters only
(#146) Visibility must be declared on method "getMin"
(#146) Variable "Serie" must be all lower-case
(#147) Opening brace should be on the same line as the declaration
(#147) Opening brace must be the last content on the line
(#147) Expected "if (...) {\n"; found "if (...) { "
(#147) Variable "Serie" must be all lower-case
(#147) Variable "Serie" must be all lower-case
(#147) Closing brace must be on a line by itself
(#147) Expected "} else {\n"; found "} else { "
(#147) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#147) Closing brace must be on a line by itself
(#147) Closing brace must be on a line by itself
(#149) Line indented incorrectly; expected at least 4 spaces, found 3
(#150) Line indented incorrectly; expected 4 spaces, found 3
(#150) method name "pData::setSerieShape" must be in lower-case letters only
(#150) Visibility must be declared on method "setSerieShape"
(#150) Variable "Series" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "Shape" must be all lower-case
(#151) Opening brace should be on the same line as the declaration
(#152) Line indented incorrectly; expected 8 spaces, found 5
(#152) Expected "if (...) {\n"; found "if (...) { "
(#152) Variable "Series" must be all lower-case
(#152) Variable "Series" must be all lower-case
(#152) Variable "Series" must be all lower-case
(#152) Closing brace must be on a line by itself
(#153) Line indented incorrectly; expected 8 spaces, found 5
(#153) Expected "foreach (...) {\n"; found "foreach(...) { "
(#153) Variable "Series" must be all lower-case
(#153) Variable "Key" must be all lower-case
(#153) Variable "Serie" must be all lower-case
(#153) Expected "if (...) {\n"; found "if (...) { "
(#153) Variable "Serie" must be all lower-case
(#153) Variable "Serie" must be all lower-case
(#153) Variable "Shape" must be all lower-case
(#153) Closing brace must be on a line by itself
(#153) Line exceeds 132 characters; contains 139 characters
(#153) Closing brace must be on a line by itself
(#154) Closing brace indented incorrectly; expected 3 spaces, found 4
(#156) Line indented incorrectly; expected at least 4 spaces, found 3
(#157) Line indented incorrectly; expected 4 spaces, found 3
(#157) method name "pData::setSerieDescription" must be in lower-case letters only
(#157) Visibility must be declared on method "setSerieDescription"
(#157) Variable "Series" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Variable "Description" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#159) Line indented incorrectly; expected 8 spaces, found 5
(#159) Expected "if (...) {\n"; found "if (...) { "
(#159) Variable "Series" must be all lower-case
(#159) Variable "Series" must be all lower-case
(#159) Variable "Series" must be all lower-case
(#159) Closing brace must be on a line by itself
(#160) Line indented incorrectly; expected 8 spaces, found 5
(#160) Expected "foreach (...) {\n"; found "foreach(...) { "
(#160) Variable "Series" must be all lower-case
(#160) Variable "Key" must be all lower-case
(#160) Variable "Serie" must be all lower-case
(#160) Expected "if (...) {\n"; found "if (...) { "
(#160) Variable "Serie" must be all lower-case
(#160) Variable "Serie" must be all lower-case
(#160) Variable "Description" must be all lower-case
(#160) Closing brace must be on a line by itself
(#160) Line exceeds 132 characters; contains 151 characters
(#160) Closing brace must be on a line by itself
(#161) Closing brace indented incorrectly; expected 3 spaces, found 4
(#163) Line indented incorrectly; expected at least 4 spaces, found 3
(#164) Line indented incorrectly; expected 4 spaces, found 3
(#164) method name "pData::setSerieDrawable" must be in lower-case letters only
(#164) Visibility must be declared on method "setSerieDrawable"
(#164) Variable "Series" must be all lower-case
(#164) Commas (,) must be followed by white space.
(#164) Variable "Drawable" must be all lower-case
(#164) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#165) Opening brace should be on the same line as the declaration
(#166) Line indented incorrectly; expected 8 spaces, found 5
(#166) Expected "if (...) {\n"; found "if (...) { "
(#166) Variable "Series" must be all lower-case
(#166) Variable "Series" must be all lower-case
(#166) Variable "Series" must be all lower-case
(#166) Closing brace must be on a line by itself
(#167) Line indented incorrectly; expected 8 spaces, found 5
(#167) Expected "foreach (...) {\n"; found "foreach(...) { "
(#167) Variable "Series" must be all lower-case
(#167) Variable "Key" must be all lower-case
(#167) Variable "Serie" must be all lower-case
(#167) Expected "if (...) {\n"; found "if (...) { "
(#167) Variable "Serie" must be all lower-case
(#167) Variable "Serie" must be all lower-case
(#167) Variable "Drawable" must be all lower-case
(#167) Closing brace must be on a line by itself
(#167) Line exceeds 132 characters; contains 147 characters
(#167) Closing brace must be on a line by itself
(#168) Closing brace indented incorrectly; expected 3 spaces, found 4
(#170) Line indented incorrectly; expected at least 4 spaces, found 3
(#171) Line indented incorrectly; expected 4 spaces, found 3
(#171) method name "pData::setSeriePicture" must be in lower-case letters only
(#171) Visibility must be declared on method "setSeriePicture"
(#171) Variable "Series" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "Picture" must be all lower-case
(#171) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#172) Opening brace should be on the same line as the declaration
(#173) Line indented incorrectly; expected 8 spaces, found 5
(#173) Expected "if (...) {\n"; found "if (...) { "
(#173) Variable "Series" must be all lower-case
(#173) Variable "Series" must be all lower-case
(#173) Variable "Series" must be all lower-case
(#173) Closing brace must be on a line by itself
(#174) Line indented incorrectly; expected 8 spaces, found 5
(#174) Expected "foreach (...) {\n"; found "foreach(...) { "
(#174) Variable "Series" must be all lower-case
(#174) Variable "Key" must be all lower-case
(#174) Variable "Serie" must be all lower-case
(#174) Expected "if (...) {\n"; found "if (...) { "
(#174) Variable "Serie" must be all lower-case
(#174) Variable "Serie" must be all lower-case
(#174) Variable "Picture" must be all lower-case
(#174) Closing brace must be on a line by itself
(#174) Line exceeds 132 characters; contains 143 characters
(#174) Closing brace must be on a line by itself
(#175) Closing brace indented incorrectly; expected 3 spaces, found 4
(#177) Line indented incorrectly; expected at least 4 spaces, found 3
(#178) Line indented incorrectly; expected 4 spaces, found 3
(#178) method name "pData::setXAxisName" must be in lower-case letters only
(#178) Visibility must be declared on method "setXAxisName"
(#178) Variable "Name" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#179) Opening brace must be the last content on the line
(#179) Variable "Name" must be all lower-case
(#179) Closing brace must be on a line by itself
(#181) Line indented incorrectly; expected at least 4 spaces, found 3
(#182) Line indented incorrectly; expected 4 spaces, found 3
(#182) method name "pData::setXAxisDisplay" must be in lower-case letters only
(#182) Visibility must be declared on method "setXAxisDisplay"
(#182) Variable "Mode" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "Format" must be all lower-case
(#182) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#183) Opening brace should be on the same line as the declaration
(#183) Opening brace must be the last content on the line
(#183) Variable "Mode" must be all lower-case
(#183) Variable "Format" must be all lower-case
(#183) Closing brace must be on a line by itself
(#185) Line indented incorrectly; expected at least 4 spaces, found 3
(#186) Line indented incorrectly; expected 4 spaces, found 3
(#186) method name "pData::setXAxisUnit" must be in lower-case letters only
(#186) Visibility must be declared on method "setXAxisUnit"
(#186) Variable "Unit" must be all lower-case
(#187) Opening brace should be on the same line as the declaration
(#187) Opening brace must be the last content on the line
(#187) Variable "Unit" must be all lower-case
(#187) Closing brace must be on a line by itself
(#189) Line indented incorrectly; expected at least 4 spaces, found 3
(#190) Line indented incorrectly; expected 4 spaces, found 3
(#190) method name "pData::setAbscissa" must be in lower-case letters only
(#190) Visibility must be declared on method "setAbscissa"
(#190) Variable "Serie" must be all lower-case
(#191) Opening brace should be on the same line as the declaration
(#191) Opening brace must be the last content on the line
(#191) Expected "if (...) {\n"; found "if (...) { "
(#191) Variable "Serie" must be all lower-case
(#191) Variable "Serie" must be all lower-case
(#191) Closing brace must be on a line by itself
(#191) Closing brace must be on a line by itself
(#193) Line indented incorrectly; expected 4 spaces, found 3
(#193) method name "pData::setAbsicssaPosition" must be in lower-case letters only
(#193) Visibility must be declared on method "setAbsicssaPosition"
(#193) Variable "Position" must be all lower-case
(#194) Opening brace should be on the same line as the declaration
(#194) Opening brace must be the last content on the line
(#194) Variable "Position" must be all lower-case
(#194) Closing brace must be on a line by itself
(#196) Line indented incorrectly; expected at least 4 spaces, found 3
(#197) Line indented incorrectly; expected 4 spaces, found 3
(#197) method name "pData::setAbscissaName" must be in lower-case letters only
(#197) Visibility must be declared on method "setAbscissaName"
(#197) Variable "Name" must be all lower-case
(#198) Opening brace should be on the same line as the declaration
(#198) Opening brace must be the last content on the line
(#198) Variable "Name" must be all lower-case
(#198) Closing brace must be on a line by itself
(#200) Line indented incorrectly; expected at least 4 spaces, found 3
(#201) Line indented incorrectly; expected 4 spaces, found 3
(#201) method name "pData::setScatterSerie" must be in lower-case letters only
(#201) Visibility must be declared on method "setScatterSerie"
(#201) Variable "SerieX" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "SerieY" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "ID" must be all lower-case
(#202) Opening brace should be on the same line as the declaration
(#202) Opening brace must be the last content on the line
(#202) Expected "if (...) {\n"; found "if (...) { "
(#202) Variable "SerieX" must be all lower-case
(#202) Variable "SerieY" must be all lower-case
(#202) Variable "ID" must be all lower-case
(#202) Variable "ID" must be all lower-case
(#202) Variable "SerieX" must be all lower-case
(#202) Variable "ID" must be all lower-case
(#202) Variable "SerieY" must be all lower-case
(#202) Closing brace must be on a line by itself
(#202) Line exceeds maximum limit of 180 characters; contains 226 characters
(#202) Closing brace must be on a line by itself
(#204) Line indented incorrectly; expected at least 4 spaces, found 3
(#205) Line indented incorrectly; expected 4 spaces, found 3
(#205) method name "pData::setScatterSerieShape" must be in lower-case letters only
(#205) Visibility must be declared on method "setScatterSerieShape"
(#205) Variable "ID" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "Shape" must be all lower-case
(#206) Opening brace should be on the same line as the declaration
(#206) Opening brace must be the last content on the line
(#206) Expected "if (...) {\n"; found "if (...) { "
(#206) Variable "ID" must be all lower-case
(#206) Variable "ID" must be all lower-case
(#206) Variable "Shape" must be all lower-case
(#206) Closing brace must be on a line by itself
(#206) Closing brace must be on a line by itself
(#208) Line indented incorrectly; expected at least 4 spaces, found 3
(#209) Line indented incorrectly; expected 4 spaces, found 3
(#209) method name "pData::setScatterSerieDescription" must be in lower-case letters only
(#209) Visibility must be declared on method "setScatterSerieDescription"
(#209) Variable "ID" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "Description" must be all lower-case
(#210) Opening brace should be on the same line as the declaration
(#210) Opening brace must be the last content on the line
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "ID" must be all lower-case
(#210) Variable "ID" must be all lower-case
(#210) Variable "Description" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Closing brace must be on a line by itself
(#212) Line indented incorrectly; expected at least 4 spaces, found 3
(#213) Line indented incorrectly; expected 4 spaces, found 3
(#213) method name "pData::setScatterSeriePicture" must be in lower-case letters only
(#213) Visibility must be declared on method "setScatterSeriePicture"
(#213) Variable "ID" must be all lower-case
(#213) Commas (,) must be followed by white space.
(#213) Variable "Picture" must be all lower-case
(#213) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#214) Opening brace should be on the same line as the declaration
(#214) Opening brace must be the last content on the line
(#214) Expected "if (...) {\n"; found "if (...) { "
(#214) Variable "ID" must be all lower-case
(#214) Variable "ID" must be all lower-case
(#214) Variable "Picture" must be all lower-case
(#214) Closing brace must be on a line by itself
(#214) Closing brace must be on a line by itself
(#216) Line indented incorrectly; expected at least 4 spaces, found 3
(#217) Line indented incorrectly; expected 4 spaces, found 3
(#217) method name "pData::setScatterSerieDrawable" must be in lower-case letters only
(#217) Visibility must be declared on method "setScatterSerieDrawable"
(#217) Variable "ID" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "Drawable" must be all lower-case
(#217) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#218) Opening brace should be on the same line as the declaration
(#218) Opening brace must be the last content on the line
(#218) Expected "if (...) {\n"; found "if (...) { "
(#218) Variable "ID" must be all lower-case
(#218) Variable "ID" must be all lower-case
(#218) Variable "Drawable" must be all lower-case
(#218) Closing brace must be on a line by itself
(#218) Closing brace must be on a line by itself
(#220) Line indented incorrectly; expected at least 4 spaces, found 3
(#221) Line indented incorrectly; expected 4 spaces, found 3
(#221) method name "pData::setScatterSerieTicks" must be in lower-case letters only
(#221) Visibility must be declared on method "setScatterSerieTicks"
(#221) Variable "ID" must be all lower-case
(#221) Commas (,) must be followed by white space.
(#221) Variable "Width" must be all lower-case
(#222) Opening brace should be on the same line as the declaration
(#222) Opening brace must be the last content on the line
(#222) Expected "if (...) {\n"; found "if (...) { "
(#222) Variable "ID" must be all lower-case
(#222) Variable "ID" must be all lower-case
(#222) Variable "Width" must be all lower-case
(#222) Closing brace must be on a line by itself
(#222) Closing brace must be on a line by itself
(#224) Line indented incorrectly; expected at least 4 spaces, found 3
(#225) Line indented incorrectly; expected 4 spaces, found 3
(#225) method name "pData::setScatterSerieWeight" must be in lower-case letters only
(#225) Visibility must be declared on method "setScatterSerieWeight"
(#225) Variable "ID" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "Weight" must be all lower-case
(#226) Opening brace should be on the same line as the declaration
(#226) Opening brace must be the last content on the line
(#226) Expected "if (...) {\n"; found "if (...) { "
(#226) Variable "ID" must be all lower-case
(#226) Variable "ID" must be all lower-case
(#226) Variable "Weight" must be all lower-case
(#226) Closing brace must be on a line by itself
(#226) Closing brace must be on a line by itself
(#228) Line indented incorrectly; expected at least 4 spaces, found 3
(#229) Line indented incorrectly; expected 4 spaces, found 3
(#229) method name "pData::setScatterSerieColor" must be in lower-case letters only
(#229) Visibility must be declared on method "setScatterSerieColor"
(#229) Variable "ID" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Variable "Format" must be all lower-case
(#230) Opening brace should be on the same line as the declaration
(#231) Line indented incorrectly; expected at least 8 spaces, found 5
(#231) Variable "R" must be all lower-case
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Variable "Format" must be all lower-case
(#231) Variable "Format" must be all lower-case
(#232) Line indented incorrectly; expected at least 8 spaces, found 5
(#232) Variable "G" must be all lower-case
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Variable "Format" must be all lower-case
(#232) Variable "Format" must be all lower-case
(#233) Line indented incorrectly; expected at least 8 spaces, found 5
(#233) Variable "B" must be all lower-case
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Variable "Format" must be all lower-case
(#233) Variable "Format" must be all lower-case
(#234) Line indented incorrectly; expected at least 8 spaces, found 5
(#234) Variable "Alpha" must be all lower-case
(#234) Variable "Format" must be all lower-case
(#234) Variable "Format" must be all lower-case
(#236) Line indented incorrectly; expected 8 spaces, found 5
(#236) Expected "if (...) {\n"; found "if (...)\n {\n"
(#236) Variable "ID" must be all lower-case
(#237) Line indented incorrectly; expected at least 8 spaces, found 6
(#238) Line indented incorrectly; expected at least 12 spaces, found 7
(#238) Variable "ID" must be all lower-case
(#238) Variable "R" must be all lower-case
(#239) Line indented incorrectly; expected at least 12 spaces, found 7
(#239) Variable "ID" must be all lower-case
(#239) Variable "G" must be all lower-case
(#240) Line indented incorrectly; expected at least 12 spaces, found 7
(#240) Variable "ID" must be all lower-case
(#240) Variable "B" must be all lower-case
(#241) Line indented incorrectly; expected at least 12 spaces, found 7
(#241) Variable "ID" must be all lower-case
(#241) Variable "Alpha" must be all lower-case
(#242) Line indented incorrectly; expected 8 spaces, found 6
(#242) Closing brace indented incorrectly; expected 5 spaces, found 6
(#243) Closing brace indented incorrectly; expected 3 spaces, found 4
(#245) Line indented incorrectly; expected at least 4 spaces, found 3
(#246) Line indented incorrectly; expected 4 spaces, found 3
(#246) Visibility must be declared on method "limits"
(#247) Opening brace should be on the same line as the declaration
(#248) Line indented incorrectly; expected at least 8 spaces, found 5
(#248) Variable "GlobalMin" must be all lower-case
(#249) Line indented incorrectly; expected at least 8 spaces, found 5
(#249) Variable "GlobalMax" must be all lower-case
(#251) Line indented incorrectly; expected 8 spaces, found 5
(#251) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#251) Variable "Key" must be all lower-case
(#251) Variable "Value" must be all lower-case
(#252) Line indented incorrectly; expected at least 8 spaces, found 6
(#253) Line indented incorrectly; expected 12 spaces, found 7
(#253) Expected "if (...) {\n"; found "if (...)\n {\n"
(#253) Variable "Key" must be all lower-case
(#253) Variable "Key" must be all lower-case
(#253) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#254) Line indented incorrectly; expected at least 12 spaces, found 8
(#255) Line indented incorrectly; expected 16 spaces, found 9
(#255) Expected "if (...) {\n"; found "if (...) { "
(#255) Variable "GlobalMin" must be all lower-case
(#255) Variable "Key" must be all lower-case
(#255) Variable "GlobalMin" must be all lower-case
(#255) Variable "Key" must be all lower-case
(#255) Closing brace must be on a line by itself
(#256) Line indented incorrectly; expected 16 spaces, found 9
(#256) Expected "if (...) {\n"; found "if (...) { "
(#256) Variable "GlobalMax" must be all lower-case
(#256) Variable "Key" must be all lower-case
(#256) Variable "GlobalMax" must be all lower-case
(#256) Variable "Key" must be all lower-case
(#256) Closing brace must be on a line by itself
(#257) Line indented incorrectly; expected 12 spaces, found 8
(#257) Closing brace indented incorrectly; expected 7 spaces, found 8
(#258) Line indented incorrectly; expected 8 spaces, found 6
(#258) Closing brace indented incorrectly; expected 5 spaces, found 6
(#259) Line indented incorrectly; expected at least 8 spaces, found 5
(#259) Variable "GlobalMin" must be all lower-case
(#260) Line indented incorrectly; expected at least 8 spaces, found 5
(#260) Variable "GlobalMax" must be all lower-case
(#262) Line indented incorrectly; expected at least 8 spaces, found 5
(#262) Variable "GlobalMin" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Variable "GlobalMax" must be all lower-case
(#263) Closing brace indented incorrectly; expected 3 spaces, found 4
(#265) Line indented incorrectly; expected at least 4 spaces, found 3
(#266) Line indented incorrectly; expected 4 spaces, found 3
(#266) method name "pData::drawAll" must be in lower-case letters only
(#266) Visibility must be declared on method "drawAll"
(#267) Opening brace should be on the same line as the declaration
(#267) Opening brace must be the last content on the line
(#267) Expected "foreach (...) {\n"; found "foreach(...) { "
(#267) Variable "Key" must be all lower-case
(#267) Variable "Value" must be all lower-case
(#267) Expected "if (...) {\n"; found "if (...) { "
(#267) Variable "Key" must be all lower-case
(#267) Variable "Key" must be all lower-case
(#267) Expected 1 space before "="; 0 found
(#267) Expected 1 space after "="; 0 found
(#267) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#267) Closing brace must be on a line by itself
(#267) Closing brace must be on a line by itself
(#267) Closing brace must be on a line by itself
(#267) Line exceeds 132 characters; contains 155 characters
(#267) Whitespace found at end of line
(#269) Line indented incorrectly; expected at least 4 spaces, found 3
(#270) Line indented incorrectly; expected 4 spaces, found 3
(#270) method name "pData::getSerieAverage" must be in lower-case letters only
(#270) Visibility must be declared on method "getSerieAverage"
(#270) Variable "Serie" must be all lower-case
(#271) Opening brace should be on the same line as the declaration
(#272) Line indented incorrectly; expected 8 spaces, found 5
(#272) Expected "if (...) {\n"; found "if (...)\n {\n"
(#272) Variable "Serie" must be all lower-case
(#273) Line indented incorrectly; expected at least 8 spaces, found 6
(#274) Line indented incorrectly; expected at least 12 spaces, found 7
(#274) Variable "SerieData" must be all lower-case
(#274) Variable "Serie" must be all lower-case
(#275) Line indented incorrectly; expected at least 12 spaces, found 7
(#275) Variable "SerieData" must be all lower-case
(#275) Expected 1 space before "/"; 0 found
(#275) Expected 1 space after "/"; 0 found
(#275) The use of function sizeof() is forbidden; use count() instead
(#275) Variable "SerieData" must be all lower-case
(#276) Line indented incorrectly; expected 8 spaces, found 6
(#276) Closing brace indented incorrectly; expected 5 spaces, found 6
(#277) Line indented incorrectly; expected at least 8 spaces, found 5
(#277) Inline control structures are not allowed
(#278) Line indented incorrectly; expected at least 8 spaces, found 6
(#278) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#279) Closing brace indented incorrectly; expected 3 spaces, found 4
(#281) Line indented incorrectly; expected at least 4 spaces, found 3
(#282) Line indented incorrectly; expected 4 spaces, found 3
(#282) method name "pData::getGeometricMean" must be in lower-case letters only
(#282) Visibility must be declared on method "getGeometricMean"
(#282) Variable "Serie" must be all lower-case
(#283) Opening brace should be on the same line as the declaration
(#284) Line indented incorrectly; expected 8 spaces, found 5
(#284) Expected "if (...) {\n"; found "if (...)\n {\n"
(#284) Variable "Serie" must be all lower-case
(#285) Line indented incorrectly; expected at least 8 spaces, found 6
(#286) Line indented incorrectly; expected at least 12 spaces, found 7
(#286) Variable "SerieData" must be all lower-case
(#286) Variable "Serie" must be all lower-case
(#287) Line indented incorrectly; expected at least 12 spaces, found 7
(#287) Variable "Seriesum" must be all lower-case
(#287) Expected "foreach (...) {\n"; found "foreach(...) { "
(#287) Variable "SerieData" must be all lower-case
(#287) Variable "Key" must be all lower-case
(#287) Variable "Value" must be all lower-case
(#287) Variable "Seriesum" must be all lower-case
(#287) Variable "Seriesum" must be all lower-case
(#287) Variable "Value" must be all lower-case
(#287) Closing brace must be on a line by itself
(#288) Line indented incorrectly; expected at least 12 spaces, found 7
(#288) Variable "Seriesum" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Expected 1 space before "/"; 0 found
(#288) Expected 1 space after "/"; 0 found
(#288) The use of function sizeof() is forbidden; use count() instead
(#288) Variable "SerieData" must be all lower-case
(#289) Line indented incorrectly; expected 8 spaces, found 6
(#289) Closing brace indented incorrectly; expected 5 spaces, found 6
(#290) Line indented incorrectly; expected at least 8 spaces, found 5
(#290) Inline control structures are not allowed
(#291) Line indented incorrectly; expected at least 8 spaces, found 6
(#291) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#292) Closing brace indented incorrectly; expected 3 spaces, found 4
(#294) Line indented incorrectly; expected at least 4 spaces, found 3
(#295) Line indented incorrectly; expected 4 spaces, found 3
(#295) method name "pData::getHarmonicMean" must be in lower-case letters only
(#295) Visibility must be declared on method "getHarmonicMean"
(#295) Variable "Serie" must be all lower-case
(#296) Opening brace should be on the same line as the declaration
(#297) Line indented incorrectly; expected 8 spaces, found 5
(#297) Expected "if (...) {\n"; found "if (...)\n {\n"
(#297) Variable "Serie" must be all lower-case
(#298) Line indented incorrectly; expected at least 8 spaces, found 6
(#299) Line indented incorrectly; expected at least 12 spaces, found 7
(#299) Variable "SerieData" must be all lower-case
(#299) Variable "Serie" must be all lower-case
(#300) Line indented incorrectly; expected at least 12 spaces, found 7
(#300) Variable "Seriesum" must be all lower-case
(#300) Expected "foreach (...) {\n"; found "foreach(...) { "
(#300) Variable "SerieData" must be all lower-case
(#300) Variable "Key" must be all lower-case
(#300) Variable "Value" must be all lower-case
(#300) Variable "Seriesum" must be all lower-case
(#300) Variable "Seriesum" must be all lower-case
(#300) Expected 1 space before "/"; 0 found
(#300) Expected 1 space after "/"; 0 found
(#300) Variable "Value" must be all lower-case
(#300) Closing brace must be on a line by itself
(#301) Line indented incorrectly; expected at least 12 spaces, found 7
(#301) The use of function sizeof() is forbidden; use count() instead
(#301) Variable "SerieData" must be all lower-case
(#301) Expected 1 space before "/"; 0 found
(#301) Expected 1 space after "/"; 0 found
(#301) Variable "Seriesum" must be all lower-case
(#302) Line indented incorrectly; expected 8 spaces, found 6
(#302) Closing brace indented incorrectly; expected 5 spaces, found 6
(#303) Line indented incorrectly; expected at least 8 spaces, found 5
(#303) Inline control structures are not allowed
(#304) Line indented incorrectly; expected at least 8 spaces, found 6
(#304) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#305) Closing brace indented incorrectly; expected 3 spaces, found 4
(#307) Line indented incorrectly; expected at least 4 spaces, found 3
(#308) Line indented incorrectly; expected 4 spaces, found 3
(#308) method name "pData::getStandardDeviation" must be in lower-case letters only
(#308) Visibility must be declared on method "getStandardDeviation"
(#308) Variable "Serie" must be all lower-case
(#309) Opening brace should be on the same line as the declaration
(#310) Line indented incorrectly; expected 8 spaces, found 5
(#310) Expected "if (...) {\n"; found "if (...)\n {\n"
(#310) Variable "Serie" must be all lower-case
(#311) Line indented incorrectly; expected at least 8 spaces, found 6
(#312) Line indented incorrectly; expected at least 12 spaces, found 7
(#312) Variable "Average" must be all lower-case
(#312) Variable "Serie" must be all lower-case
(#313) Line indented incorrectly; expected at least 12 spaces, found 7
(#313) Variable "SerieData" must be all lower-case
(#313) Variable "Serie" must be all lower-case
(#315) Line indented incorrectly; expected at least 12 spaces, found 7
(#315) Variable "DeviationSum" must be all lower-case
(#316) Line indented incorrectly; expected at least 12 spaces, found 7
(#316) Inline control structures are not allowed
(#316) Variable "SerieData" must be all lower-case
(#316) Variable "Key" must be all lower-case
(#316) Variable "Value" must be all lower-case
(#317) Line indented incorrectly; expected at least 12 spaces, found 8
(#317) Variable "DeviationSum" must be all lower-case
(#317) Variable "DeviationSum" must be all lower-case
(#317) Variable "Value" must be all lower-case
(#317) Expected 1 space before "-"; 0 found
(#317) Expected 1 space after "-"; 0 found
(#317) Variable "Average" must be all lower-case
(#317) Expected 1 space before "*"; 0 found
(#317) Expected 1 space after "*"; 0 found
(#317) Variable "Value" must be all lower-case
(#317) Expected 1 space before "-"; 0 found
(#317) Expected 1 space after "-"; 0 found
(#317) Variable "Average" must be all lower-case
(#319) Line indented incorrectly; expected at least 12 spaces, found 7
(#319) Variable "Deviation" must be all lower-case
(#319) Variable "DeviationSum" must be all lower-case
(#319) Expected 1 space before "/"; 0 found
(#319) Expected 1 space after "/"; 0 found
(#319) Variable "SerieData" must be all lower-case
(#321) Line indented incorrectly; expected at least 12 spaces, found 7
(#321) Variable "Deviation" must be all lower-case
(#322) Line indented incorrectly; expected 8 spaces, found 6
(#322) Closing brace indented incorrectly; expected 5 spaces, found 6
(#323) Line indented incorrectly; expected at least 8 spaces, found 5
(#323) Inline control structures are not allowed
(#324) Line indented incorrectly; expected at least 8 spaces, found 6
(#324) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#325) Closing brace indented incorrectly; expected 3 spaces, found 4
(#327) Line indented incorrectly; expected at least 4 spaces, found 3
(#328) Line indented incorrectly; expected 4 spaces, found 3
(#328) method name "pData::getCoefficientOfVariation" must be in lower-case letters only
(#328) Visibility must be declared on method "getCoefficientOfVariation"
(#328) Variable "Serie" must be all lower-case
(#329) Opening brace should be on the same line as the declaration
(#330) Line indented incorrectly; expected 8 spaces, found 5
(#330) Expected "if (...) {\n"; found "if (...)\n {\n"
(#330) Variable "Serie" must be all lower-case
(#331) Line indented incorrectly; expected at least 8 spaces, found 6
(#332) Line indented incorrectly; expected at least 12 spaces, found 7
(#332) Variable "Average" must be all lower-case
(#332) Variable "Serie" must be all lower-case
(#333) Line indented incorrectly; expected at least 12 spaces, found 7
(#333) Variable "StandardDeviation" must be all lower-case
(#333) Variable "Serie" must be all lower-case
(#335) Line indented incorrectly; expected at least 12 spaces, found 7
(#335) Inline control structures are not allowed
(#335) Variable "StandardDeviation" must be all lower-case
(#336) Line indented incorrectly; expected at least 12 spaces, found 8
(#336) Variable "StandardDeviation" must be all lower-case
(#336) Expected 1 space before "/"; 0 found
(#336) Expected 1 space after "/"; 0 found
(#336) Variable "Average" must be all lower-case
(#337) Line indented incorrectly; expected at least 12 spaces, found 7
(#337) Inline control structures are not allowed
(#338) Line indented incorrectly; expected at least 12 spaces, found 8
(#338) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#339) Line indented incorrectly; expected 8 spaces, found 6
(#339) Closing brace indented incorrectly; expected 5 spaces, found 6
(#340) Line indented incorrectly; expected at least 8 spaces, found 5
(#340) Inline control structures are not allowed
(#341) Line indented incorrectly; expected at least 8 spaces, found 6
(#341) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#342) Closing brace indented incorrectly; expected 3 spaces, found 4
(#344) Line indented incorrectly; expected at least 4 spaces, found 3
(#345) Line indented incorrectly; expected 4 spaces, found 3
(#345) method name "pData::getSerieMedian" must be in lower-case letters only
(#345) Visibility must be declared on method "getSerieMedian"
(#345) Variable "Serie" must be all lower-case
(#346) Opening brace should be on the same line as the declaration
(#347) Line indented incorrectly; expected 8 spaces, found 5
(#347) Expected "if (...) {\n"; found "if (...)\n {\n"
(#347) Variable "Serie" must be all lower-case
(#348) Line indented incorrectly; expected at least 8 spaces, found 6
(#349) Line indented incorrectly; expected at least 12 spaces, found 7
(#349) Variable "SerieData" must be all lower-case
(#349) Variable "Serie" must be all lower-case
(#350) Line indented incorrectly; expected at least 12 spaces, found 7
(#350) Variable "SerieData" must be all lower-case
(#351) Line indented incorrectly; expected at least 12 spaces, found 7
(#351) Variable "SerieCenter" must be all lower-case
(#351) The use of function sizeof() is forbidden; use count() instead
(#351) Variable "SerieData" must be all lower-case
(#351) Expected 1 space before "/"; 0 found
(#351) Expected 1 space after "/"; 0 found
(#353) Line indented incorrectly; expected at least 12 spaces, found 7
(#353) Inline control structures are not allowed
(#353) Variable "SerieData" must be all lower-case
(#353) Variable "SerieCenter" must be all lower-case
(#354) Line indented incorrectly; expected at least 12 spaces, found 8
(#354) Variable "SerieData" must be all lower-case
(#354) Variable "SerieCenter" must be all lower-case
(#355) Line indented incorrectly; expected at least 12 spaces, found 7
(#355) Inline control structures are not allowed
(#356) Line indented incorrectly; expected at least 12 spaces, found 8
(#356) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#357) Line indented incorrectly; expected 8 spaces, found 6
(#357) Closing brace indented incorrectly; expected 5 spaces, found 6
(#358) Line indented incorrectly; expected at least 8 spaces, found 5
(#358) Inline control structures are not allowed
(#359) Line indented incorrectly; expected at least 8 spaces, found 6
(#359) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#360) Closing brace indented incorrectly; expected 3 spaces, found 4
(#362) Line indented incorrectly; expected at least 4 spaces, found 3
(#363) Line indented incorrectly; expected 4 spaces, found 3
(#363) method name "pData::getSeriePercentile" must be in lower-case letters only
(#363) Visibility must be declared on method "getSeriePercentile"
(#363) Variable "Serie" must be all lower-case
(#363) Commas (,) must be followed by white space.
(#363) Variable "Percentil" must be all lower-case
(#364) Opening brace should be on the same line as the declaration
(#365) Line indented incorrectly; expected 8 spaces, found 5
(#365) Expected "if (...) {\n"; found "if (...) { "
(#365) Variable "Serie" must be all lower-case
(#365) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#365) Closing brace must be on a line by itself
(#367) Line indented incorrectly; expected at least 8 spaces, found 5
(#367) Variable "Values" must be all lower-case
(#367) Variable "Serie" must be all lower-case
(#367) Expected 1 space before "-"; 0 found
(#367) Expected 1 space after "-"; 0 found
(#368) Line indented incorrectly; expected 8 spaces, found 5
(#368) Expected "if (...) {\n"; found "if (...) { "
(#368) Variable "Values" must be all lower-case
(#368) Variable "Values" must be all lower-case
(#368) Closing brace must be on a line by itself
(#370) Line indented incorrectly; expected at least 8 spaces, found 5
(#370) Variable "PercentilID" must be all lower-case
(#370) Variable "Values" must be all lower-case
(#370) Expected 1 space before "/"; 0 found
(#370) Expected 1 space after "/"; 0 found
(#370) Expected 1 space before "*"; 0 found
(#370) Expected 1 space after "*"; 0 found
(#370) Variable "Percentil" must be all lower-case
(#370) Expected 1 space before "+"; 0 found
(#370) Expected 1 space after "+"; 0 found
(#371) Line indented incorrectly; expected at least 8 spaces, found 5
(#371) Variable "SortedValues" must be all lower-case
(#371) Variable "Serie" must be all lower-case
(#372) Line indented incorrectly; expected at least 8 spaces, found 5
(#372) Variable "SortedValues" must be all lower-case
(#374) Line indented incorrectly; expected at least 8 spaces, found 5
(#374) Inline control structures are not allowed
(#374) Variable "SortedValues" must be all lower-case
(#374) Variable "PercentilID" must be all lower-case
(#375) Line indented incorrectly; expected at least 8 spaces, found 6
(#375) Variable "SortedValues" must be all lower-case
(#375) Variable "PercentilID" must be all lower-case
(#376) Line indented incorrectly; expected at least 8 spaces, found 5
(#376) Inline control structures are not allowed
(#377) Line indented incorrectly; expected at least 8 spaces, found 6
(#377) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#378) Closing brace indented incorrectly; expected 3 spaces, found 4
(#380) Line indented incorrectly; expected at least 4 spaces, found 3
(#381) Line indented incorrectly; expected 4 spaces, found 3
(#381) method name "pData::addRandomValues" must be in lower-case letters only
(#381) Visibility must be declared on method "addRandomValues"
(#381) Variable "SerieName" must be all lower-case
(#381) Commas (,) must be followed by white space.
(#381) Variable "Options" must be all lower-case
(#382) Opening brace should be on the same line as the declaration
(#383) Line indented incorrectly; expected at least 8 spaces, found 5
(#383) Variable "Values" must be all lower-case
(#383) Variable "Options" must be all lower-case
(#383) Variable "Options" must be all lower-case
(#384) Line indented incorrectly; expected at least 8 spaces, found 5
(#384) Variable "Min" must be all lower-case
(#384) Variable "Options" must be all lower-case
(#384) Variable "Options" must be all lower-case
(#385) Line indented incorrectly; expected at least 8 spaces, found 5
(#385) Variable "Max" must be all lower-case
(#385) Variable "Options" must be all lower-case
(#385) Variable "Options" must be all lower-case
(#386) Line indented incorrectly; expected at least 8 spaces, found 5
(#386) Variable "withFloat" must be all lower-case
(#386) Variable "Options" must be all lower-case
(#386) Variable "Options" must be all lower-case
(#386) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#388) Line indented incorrectly; expected 8 spaces, found 5
(#388) Expected "for (...) {\n"; found "for (...)\n {\n"
(#388) Expected 1 space after first semicolon of FOR loop; 0 found
(#388) Expected 1 space after second semicolon of FOR loop; 0 found
(#388) Expected 1 space before "="; 0 found
(#388) Expected 1 space after "="; 0 found
(#388) Expected 1 space before "<="; 0 found
(#388) Expected 1 space after "<="; 0 found
(#388) Variable "Values" must be all lower-case
(#389) Line indented incorrectly; expected at least 8 spaces, found 6
(#390) Line indented incorrectly; expected 12 spaces, found 7
(#390) Expected "if (...) {\n"; found "if (...) { "
(#390) Variable "withFloat" must be all lower-case
(#390) Variable "Value" must be all lower-case
(#390) Variable "Min" must be all lower-case
(#390) Expected 1 space before "*"; 0 found
(#390) Expected 1 space after "*"; 0 found
(#390) Commas (,) must be followed by white space.
(#390) Variable "Max" must be all lower-case
(#390) Expected 1 space before "*"; 0 found
(#390) Expected 1 space after "*"; 0 found
(#390) Expected 1 space before "/"; 0 found
(#390) Expected 1 space after "/"; 0 found
(#390) Closing brace must be on a line by itself
(#390) Expected "} else {\n"; found "} else { "
(#390) Variable "Value" must be all lower-case
(#390) Variable "Min" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Variable "Max" must be all lower-case
(#390) Closing brace must be on a line by itself
(#391) Line indented incorrectly; expected at least 12 spaces, found 7
(#391) Variable "Value" must be all lower-case
(#391) Commas (,) must be followed by white space.
(#391) Variable "SerieName" must be all lower-case
(#392) Line indented incorrectly; expected 8 spaces, found 6
(#392) Closing brace indented incorrectly; expected 5 spaces, found 6
(#393) Closing brace indented incorrectly; expected 3 spaces, found 4
(#395) Line indented incorrectly; expected at least 4 spaces, found 3
(#396) Line indented incorrectly; expected 4 spaces, found 3
(#396) method name "pData::containsData" must be in lower-case letters only
(#396) Visibility must be declared on method "containsData"
(#397) Opening brace should be on the same line as the declaration
(#398) Line indented incorrectly; expected 8 spaces, found 5
(#398) Expected "if (...) {\n"; found "if (...) { "
(#398) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#398) Closing brace must be on a line by itself
(#400) Line indented incorrectly; expected at least 8 spaces, found 5
(#400) Variable "Result" must be all lower-case
(#400) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#401) Line indented incorrectly; expected 8 spaces, found 5
(#401) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#401) Variable "Key" must be all lower-case
(#401) Variable "Value" must be all lower-case
(#402) Line indented incorrectly; expected at least 8 spaces, found 6
(#402) Expected "if (...) {\n"; found "if (...) { "
(#402) Variable "Key" must be all lower-case
(#402) Variable "Key" must be all lower-case
(#402) Expected 1 space before "=="; 0 found
(#402) Expected 1 space after "=="; 0 found
(#402) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#402) Variable "Result" must be all lower-case
(#402) Expected 1 space before "="; 0 found
(#402) Expected 1 space after "="; 0 found
(#402) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#402) Closing brace must be on a line by itself
(#402) Closing brace must be on a line by itself
(#403) Line indented incorrectly; expected at least 8 spaces, found 5
(#403) Variable "Result" must be all lower-case
(#404) Closing brace indented incorrectly; expected 3 spaces, found 4
(#406) Line indented incorrectly; expected at least 4 spaces, found 3
(#407) Line indented incorrectly; expected 4 spaces, found 3
(#407) method name "pData::setAxisDisplay" must be in lower-case letters only
(#407) Visibility must be declared on method "setAxisDisplay"
(#407) Variable "AxisID" must be all lower-case
(#407) Commas (,) must be followed by white space.
(#407) Variable "Mode" must be all lower-case
(#407) Commas (,) must be followed by white space.
(#407) Variable "Format" must be all lower-case
(#407) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#408) Opening brace should be on the same line as the declaration
(#409) Line indented incorrectly; expected 8 spaces, found 5
(#409) Expected "if (...) {\n"; found "if (...)\n {\n"
(#409) Variable "AxisID" must be all lower-case
(#410) Line indented incorrectly; expected at least 8 spaces, found 6
(#411) Line indented incorrectly; expected at least 12 spaces, found 7
(#411) Variable "AxisID" must be all lower-case
(#411) Variable "Mode" must be all lower-case
(#412) Line indented incorrectly; expected 12 spaces, found 7
(#412) Expected "if (...) {\n"; found "if (...) { "
(#412) Variable "Format" must be all lower-case
(#412) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#412) Variable "AxisID" must be all lower-case
(#412) Variable "Format" must be all lower-case
(#412) Closing brace must be on a line by itself
(#413) Line indented incorrectly; expected 8 spaces, found 6
(#413) Closing brace indented incorrectly; expected 5 spaces, found 6
(#414) Closing brace indented incorrectly; expected 3 spaces, found 4
(#416) Line indented incorrectly; expected at least 4 spaces, found 3
(#417) Line indented incorrectly; expected 4 spaces, found 3
(#417) method name "pData::setAxisPosition" must be in lower-case letters only
(#417) Visibility must be declared on method "setAxisPosition"
(#417) Variable "AxisID" must be all lower-case
(#417) Commas (,) must be followed by white space.
(#417) Variable "Position" must be all lower-case
(#418) Opening brace should be on the same line as the declaration
(#418) Opening brace must be the last content on the line
(#418) Expected "if (...) {\n"; found "if (...) { "
(#418) Variable "AxisID" must be all lower-case
(#418) Variable "AxisID" must be all lower-case
(#418) Variable "Position" must be all lower-case
(#418) Closing brace must be on a line by itself
(#418) Closing brace must be on a line by itself
(#420) Line indented incorrectly; expected at least 4 spaces, found 3
(#421) Line indented incorrectly; expected 4 spaces, found 3
(#421) method name "pData::setAxisUnit" must be in lower-case letters only
(#421) Visibility must be declared on method "setAxisUnit"
(#421) Variable "AxisID" must be all lower-case
(#421) Commas (,) must be followed by white space.
(#421) Variable "Unit" must be all lower-case
(#422) Opening brace should be on the same line as the declaration
(#422) Opening brace must be the last content on the line
(#422) Expected "if (...) {\n"; found "if (...) { "
(#422) Variable "AxisID" must be all lower-case
(#422) Variable "AxisID" must be all lower-case
(#422) Variable "Unit" must be all lower-case
(#422) Closing brace must be on a line by itself
(#422) Closing brace must be on a line by itself
(#424) Line indented incorrectly; expected at least 4 spaces, found 3
(#425) Line indented incorrectly; expected 4 spaces, found 3
(#425) method name "pData::setAxisName" must be in lower-case letters only
(#425) Visibility must be declared on method "setAxisName"
(#425) Variable "AxisID" must be all lower-case
(#425) Commas (,) must be followed by white space.
(#425) Variable "Name" must be all lower-case
(#426) Opening brace should be on the same line as the declaration
(#426) Opening brace must be the last content on the line
(#426) Expected "if (...) {\n"; found "if (...) { "
(#426) Variable "AxisID" must be all lower-case
(#426) Variable "AxisID" must be all lower-case
(#426) Variable "Name" must be all lower-case
(#426) Closing brace must be on a line by itself
(#426) Closing brace must be on a line by itself
(#428) Line indented incorrectly; expected at least 4 spaces, found 3
(#429) Line indented incorrectly; expected 4 spaces, found 3
(#429) method name "pData::setAxisColor" must be in lower-case letters only
(#429) Visibility must be declared on method "setAxisColor"
(#429) Variable "AxisID" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Variable "Format" must be all lower-case
(#430) Opening brace should be on the same line as the declaration
(#431) Line indented incorrectly; expected at least 8 spaces, found 5
(#431) Variable "R" must be all lower-case
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Variable "Format" must be all lower-case
(#431) Variable "Format" must be all lower-case
(#432) Line indented incorrectly; expected at least 8 spaces, found 5
(#432) Variable "G" must be all lower-case
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Variable "Format" must be all lower-case
(#432) Variable "Format" must be all lower-case
(#433) Line indented incorrectly; expected at least 8 spaces, found 5
(#433) Variable "B" must be all lower-case
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Variable "Format" must be all lower-case
(#433) Variable "Format" must be all lower-case
(#434) Line indented incorrectly; expected at least 8 spaces, found 5
(#434) Variable "Alpha" must be all lower-case
(#434) Variable "Format" must be all lower-case
(#434) Variable "Format" must be all lower-case
(#436) Line indented incorrectly; expected 8 spaces, found 5
(#436) Expected "if (...) {\n"; found "if (...)\n {\n"
(#436) Variable "AxisID" must be all lower-case
(#437) Line indented incorrectly; expected at least 8 spaces, found 6
(#438) Line indented incorrectly; expected at least 12 spaces, found 7
(#438) Variable "AxisID" must be all lower-case
(#438) Variable "R" must be all lower-case
(#439) Line indented incorrectly; expected at least 12 spaces, found 7
(#439) Variable "AxisID" must be all lower-case
(#439) Variable "G" must be all lower-case
(#440) Line indented incorrectly; expected at least 12 spaces, found 7
(#440) Variable "AxisID" must be all lower-case
(#440) Variable "B" must be all lower-case
(#441) Line indented incorrectly; expected at least 12 spaces, found 7
(#441) Variable "AxisID" must be all lower-case
(#441) Variable "Alpha" must be all lower-case
(#442) Line indented incorrectly; expected 8 spaces, found 6
(#442) Closing brace indented incorrectly; expected 5 spaces, found 6
(#443) Closing brace indented incorrectly; expected 3 spaces, found 4
(#446) Line indented incorrectly; expected at least 4 spaces, found 3
(#447) Line indented incorrectly; expected 4 spaces, found 3
(#447) method name "pData::setAxisXY" must be in lower-case letters only
(#447) Visibility must be declared on method "setAxisXY"
(#447) Variable "AxisID" must be all lower-case
(#447) Commas (,) must be followed by white space.
(#447) Variable "Identity" must be all lower-case
(#448) Opening brace should be on the same line as the declaration
(#448) Opening brace must be the last content on the line
(#448) Expected "if (...) {\n"; found "if (...) { "
(#448) Variable "AxisID" must be all lower-case
(#448) Variable "AxisID" must be all lower-case
(#448) Variable "Identity" must be all lower-case
(#448) Closing brace must be on a line by itself
(#448) Closing brace must be on a line by itself
(#450) Line indented incorrectly; expected at least 4 spaces, found 3
(#451) Line indented incorrectly; expected 4 spaces, found 3
(#451) method name "pData::setSerieOnAxis" must be in lower-case letters only
(#451) Visibility must be declared on method "setSerieOnAxis"
(#451) Variable "Series" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Variable "AxisID" must be all lower-case
(#452) Opening brace should be on the same line as the declaration
(#453) Line indented incorrectly; expected 8 spaces, found 5
(#453) Expected "if (...) {\n"; found "if (...) { "
(#453) Variable "Series" must be all lower-case
(#453) Variable "Series" must be all lower-case
(#453) Variable "Series" must be all lower-case
(#453) Closing brace must be on a line by itself
(#454) Line indented incorrectly; expected 8 spaces, found 5
(#454) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#454) Variable "Series" must be all lower-case
(#454) Variable "Key" must be all lower-case
(#454) Variable "Serie" must be all lower-case
(#455) Line indented incorrectly; expected at least 8 spaces, found 6
(#456) Line indented incorrectly; expected at least 12 spaces, found 7
(#456) Variable "PreviousAxis" must be all lower-case
(#456) Variable "Serie" must be all lower-case
(#458) Line indented incorrectly; expected at least 12 spaces, found 7
(#459) Line indented incorrectly; expected 12 spaces, found 7
(#459) Expected "if (...) {\n"; found "if (...)\n { "
(#459) Variable "AxisID" must be all lower-case
(#460) Line indented incorrectly; expected at least 12 spaces, found 8
(#460) Variable "AxisID" must be all lower-case
(#460) Variable "AxisID" must be all lower-case
(#460) Closing brace must be on a line by itself
(#462) Line indented incorrectly; expected at least 12 spaces, found 7
(#462) Variable "Serie" must be all lower-case
(#462) Variable "AxisID" must be all lower-case
(#464) Line indented incorrectly; expected at least 12 spaces, found 7
(#465) Line indented incorrectly; expected at least 12 spaces, found 7
(#465) Variable "Found" must be all lower-case
(#465) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#466) Line indented incorrectly; expected 12 spaces, found 7
(#466) Expected "foreach (...) {\n"; found "foreach(...) { "
(#466) Variable "SerieName" must be all lower-case
(#466) Variable "Values" must be all lower-case
(#466) Expected "if (...) {\n"; found "if (...) { "
(#466) Variable "Values" must be all lower-case
(#466) Variable "PreviousAxis" must be all lower-case
(#466) Variable "Found" must be all lower-case
(#466) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#466) Closing brace must be on a line by itself
(#466) Closing brace must be on a line by itself
(#467) Line indented incorrectly; expected 12 spaces, found 7
(#467) Expected "if (...) {\n"; found "if (...) { "
(#467) Variable "Found" must be all lower-case
(#467) Variable "PreviousAxis" must be all lower-case
(#467) Closing brace must be on a line by itself
(#468) Line indented incorrectly; expected 8 spaces, found 6
(#468) Closing brace indented incorrectly; expected 5 spaces, found 6
(#469) Closing brace indented incorrectly; expected 3 spaces, found 4
(#471) Line indented incorrectly; expected at least 4 spaces, found 3
(#472) Line indented incorrectly; expected 4 spaces, found 3
(#472) method name "pData::setSerieTicks" must be in lower-case letters only
(#472) Visibility must be declared on method "setSerieTicks"
(#472) Variable "Series" must be all lower-case
(#472) Commas (,) must be followed by white space.
(#472) Variable "Width" must be all lower-case
(#473) Opening brace should be on the same line as the declaration
(#474) Line indented incorrectly; expected 8 spaces, found 5
(#474) Expected "if (...) {\n"; found "if (...) { "
(#474) Variable "Series" must be all lower-case
(#474) Variable "Series" must be all lower-case
(#474) Variable "Series" must be all lower-case
(#474) Closing brace must be on a line by itself
(#475) Line indented incorrectly; expected 8 spaces, found 5
(#475) Expected "foreach (...) {\n"; found "foreach(...) { "
(#475) Variable "Series" must be all lower-case
(#475) Variable "Key" must be all lower-case
(#475) Variable "Serie" must be all lower-case
(#475) Expected "if (...) {\n"; found "if (...) { "
(#475) Variable "Serie" must be all lower-case
(#475) Variable "Serie" must be all lower-case
(#475) Variable "Width" must be all lower-case
(#475) Closing brace must be on a line by itself
(#475) Line exceeds 132 characters; contains 140 characters
(#475) Closing brace must be on a line by itself
(#476) Closing brace indented incorrectly; expected 3 spaces, found 4
(#478) Line indented incorrectly; expected at least 4 spaces, found 3
(#479) Line indented incorrectly; expected 4 spaces, found 3
(#479) method name "pData::setSerieWeight" must be in lower-case letters only
(#479) Visibility must be declared on method "setSerieWeight"
(#479) Variable "Series" must be all lower-case
(#479) Commas (,) must be followed by white space.
(#479) Variable "Weight" must be all lower-case
(#480) Opening brace should be on the same line as the declaration
(#481) Line indented incorrectly; expected 8 spaces, found 5
(#481) Expected "if (...) {\n"; found "if (...) { "
(#481) Variable "Series" must be all lower-case
(#481) Variable "Series" must be all lower-case
(#481) Variable "Series" must be all lower-case
(#481) Closing brace must be on a line by itself
(#482) Line indented incorrectly; expected 8 spaces, found 5
(#482) Expected "foreach (...) {\n"; found "foreach(...) { "
(#482) Variable "Series" must be all lower-case
(#482) Variable "Key" must be all lower-case
(#482) Variable "Serie" must be all lower-case
(#482) Expected "if (...) {\n"; found "if (...) { "
(#482) Variable "Serie" must be all lower-case
(#482) Variable "Serie" must be all lower-case
(#482) Variable "Weight" must be all lower-case
(#482) Closing brace must be on a line by itself
(#482) Line exceeds 132 characters; contains 142 characters
(#482) Closing brace must be on a line by itself
(#483) Closing brace indented incorrectly; expected 3 spaces, found 4
(#485) Line indented incorrectly; expected at least 4 spaces, found 3
(#486) Line indented incorrectly; expected 4 spaces, found 3
(#486) method name "pData::getSeriePalette" must be in lower-case letters only
(#486) Visibility must be declared on method "getSeriePalette"
(#486) Variable "Serie" must be all lower-case
(#487) Opening brace should be on the same line as the declaration
(#488) Line indented incorrectly; expected 8 spaces, found 5
(#488) Expected "if (...) {\n"; found "if (...) { "
(#488) Variable "Serie" must be all lower-case
(#488) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#488) Closing brace must be on a line by itself
(#490) Line indented incorrectly; expected at least 8 spaces, found 5
(#490) Variable "Result" must be all lower-case
(#491) Line indented incorrectly; expected at least 8 spaces, found 5
(#491) Variable "Result" must be all lower-case
(#491) Variable "Serie" must be all lower-case
(#492) Line indented incorrectly; expected at least 8 spaces, found 5
(#492) Variable "Result" must be all lower-case
(#492) Variable "Serie" must be all lower-case
(#493) Line indented incorrectly; expected at least 8 spaces, found 5
(#493) Variable "Result" must be all lower-case
(#493) Variable "Serie" must be all lower-case
(#494) Line indented incorrectly; expected at least 8 spaces, found 5
(#494) Variable "Result" must be all lower-case
(#494) Variable "Serie" must be all lower-case
(#496) Line indented incorrectly; expected at least 8 spaces, found 5
(#496) Variable "Result" must be all lower-case
(#497) Closing brace indented incorrectly; expected 3 spaces, found 4
(#499) Line indented incorrectly; expected at least 4 spaces, found 3
(#500) Line indented incorrectly; expected 4 spaces, found 3
(#500) method name "pData::setPalette" must be in lower-case letters only
(#500) Visibility must be declared on method "setPalette"
(#500) Variable "Series" must be all lower-case
(#500) Commas (,) must be followed by white space.
(#500) Variable "Format" must be all lower-case
(#500) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#501) Opening brace should be on the same line as the declaration
(#502) Line indented incorrectly; expected 8 spaces, found 5
(#502) Expected "if (...) {\n"; found "if (...) { "
(#502) Variable "Series" must be all lower-case
(#502) Variable "Series" must be all lower-case
(#502) Variable "Series" must be all lower-case
(#502) Closing brace must be on a line by itself
(#504) Line indented incorrectly; expected 8 spaces, found 5
(#504) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#504) Variable "Series" must be all lower-case
(#504) Variable "Key" must be all lower-case
(#504) Variable "Serie" must be all lower-case
(#505) Line indented incorrectly; expected at least 8 spaces, found 6
(#506) Line indented incorrectly; expected at least 12 spaces, found 7
(#506) Variable "R" must be all lower-case
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Variable "Format" must be all lower-case
(#506) Variable "Format" must be all lower-case
(#507) Line indented incorrectly; expected at least 12 spaces, found 7
(#507) Variable "G" must be all lower-case
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Variable "Format" must be all lower-case
(#507) Variable "Format" must be all lower-case
(#508) Line indented incorrectly; expected at least 12 spaces, found 7
(#508) Variable "B" must be all lower-case
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Variable "Format" must be all lower-case
(#508) Variable "Format" must be all lower-case
(#509) Line indented incorrectly; expected at least 12 spaces, found 7
(#509) Variable "Alpha" must be all lower-case
(#509) Variable "Format" must be all lower-case
(#509) Variable "Format" must be all lower-case
(#511) Line indented incorrectly; expected 12 spaces, found 7
(#511) Expected "if (...) {\n"; found "if (...)\n {\n"
(#511) Variable "Serie" must be all lower-case
(#512) Line indented incorrectly; expected at least 12 spaces, found 8
(#513) Line indented incorrectly; expected at least 16 spaces, found 9
(#513) Variable "OldR" must be all lower-case
(#513) Variable "Serie" must be all lower-case
(#513) Variable "OldG" must be all lower-case
(#513) Variable "Serie" must be all lower-case
(#513) Variable "OldB" must be all lower-case
(#513) Variable "Serie" must be all lower-case
(#513) Line exceeds 132 characters; contains 167 characters
(#514) Line indented incorrectly; expected at least 16 spaces, found 9
(#514) Variable "Serie" must be all lower-case
(#514) Variable "R" must be all lower-case
(#515) Line indented incorrectly; expected at least 16 spaces, found 9
(#515) Variable "Serie" must be all lower-case
(#515) Variable "G" must be all lower-case
(#516) Line indented incorrectly; expected at least 16 spaces, found 9
(#516) Variable "Serie" must be all lower-case
(#516) Variable "B" must be all lower-case
(#517) Line indented incorrectly; expected at least 16 spaces, found 9
(#517) Variable "Serie" must be all lower-case
(#517) Variable "Alpha" must be all lower-case
(#519) Line indented incorrectly; expected at least 16 spaces, found 9
(#520) Line indented incorrectly; expected 16 spaces, found 9
(#520) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#520) Variable "Key" must be all lower-case
(#520) Variable "Value" must be all lower-case
(#521) Line indented incorrectly; expected at least 16 spaces, found 10
(#521) Expected "if (...) {\n"; found "if (...) { "
(#521) Variable "Value" must be all lower-case
(#521) Variable "OldR" must be all lower-case
(#521) Variable "Value" must be all lower-case
(#521) Variable "OldG" must be all lower-case
(#521) Variable "Value" must be all lower-case
(#521) Variable "OldB" must be all lower-case
(#521) Variable "Key" must be all lower-case
(#521) Variable "R" must be all lower-case
(#521) Variable "Key" must be all lower-case
(#521) Variable "G" must be all lower-case
(#521) Variable "Key" must be all lower-case
(#521) Variable "B" must be all lower-case
(#521) Variable "Key" must be all lower-case
(#521) Variable "Alpha" must be all lower-case
(#521) Closing brace must be on a line by itself
(#521) Line exceeds maximum limit of 180 characters; contains 226 characters
(#521) Closing brace must be on a line by itself
(#522) Line indented incorrectly; expected 12 spaces, found 8
(#522) Closing brace indented incorrectly; expected 7 spaces, found 8
(#523) Line indented incorrectly; expected 8 spaces, found 6
(#523) Closing brace indented incorrectly; expected 5 spaces, found 6
(#524) Closing brace indented incorrectly; expected 3 spaces, found 4
(#526) Line indented incorrectly; expected at least 4 spaces, found 3
(#527) Line indented incorrectly; expected 4 spaces, found 3
(#527) method name "pData::loadPalette" must be in lower-case letters only
(#527) Visibility must be declared on method "loadPalette"
(#527) Variable "FileName" must be all lower-case
(#527) Commas (,) must be followed by white space.
(#527) Variable "Overwrite" must be all lower-case
(#527) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#528) Opening brace should be on the same line as the declaration
(#529) Line indented incorrectly; expected 8 spaces, found 5
(#529) Expected "if (...) {\n"; found "if (...) { "
(#529) Variable "FileName" must be all lower-case
(#529) Closing brace must be on a line by itself
(#530) Line indented incorrectly; expected 8 spaces, found 5
(#530) Expected "if (...) {\n"; found "if (...) { "
(#530) Variable "Overwrite" must be all lower-case
(#530) Closing brace must be on a line by itself
(#532) Line indented incorrectly; expected at least 8 spaces, found 5
(#532) Variable "fileHandle" must be all lower-case
(#532) Variable "FileName" must be all lower-case
(#533) Line indented incorrectly; expected 8 spaces, found 5
(#533) Expected "if (...) {\n"; found "if (...) { "
(#533) Variable "fileHandle" must be all lower-case
(#533) Closing brace must be on a line by itself
(#534) Line indented incorrectly; expected 8 spaces, found 5
(#534) Expected "while (...) {\n"; found "while (...)\n {\n"
(#534) Variable "fileHandle" must be all lower-case
(#535) Line indented incorrectly; expected at least 8 spaces, found 6
(#536) Line indented incorrectly; expected at least 12 spaces, found 7
(#536) Variable "fileHandle" must be all lower-case
(#537) Line indented incorrectly; expected 12 spaces, found 7
(#537) Expected "if (...) {\n"; found "if (...)\n {\n"
(#537) Commas (,) must be followed by white space.
(#538) Line indented incorrectly; expected at least 12 spaces, found 8
(#539) Line indented incorrectly; expected at least 16 spaces, found 9
(#539) Variable "R" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#539) Variable "G" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#539) Variable "B" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#539) Variable "Alpha" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#540) Line indented incorrectly; expected 16 spaces, found 9
(#540) Expected "if (...) {\n"; found "if (...) { "
(#540) Variable "ID" must be all lower-case
(#540) Closing brace must be on a line by itself
(#540) Expected "} else {\n"; found "} else { "
(#540) Variable "ID" must be all lower-case
(#540) Closing brace must be on a line by itself
(#541) Line indented incorrectly; expected at least 16 spaces, found 9
(#541) Variable "ID" must be all lower-case
(#541) Expected 1 space before "=>"; 0 found
(#541) Expected 1 space after "=>"; 0 found
(#541) Variable "R" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Expected 1 space before "=>"; 0 found
(#541) Expected 1 space after "=>"; 0 found
(#541) Variable "G" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Expected 1 space before "=>"; 0 found
(#541) Expected 1 space after "=>"; 0 found
(#541) Variable "B" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Expected 1 space before "=>"; 0 found
(#541) Expected 1 space after "=>"; 0 found
(#541) Variable "Alpha" must be all lower-case
(#542) Line indented incorrectly; expected 12 spaces, found 8
(#542) Closing brace indented incorrectly; expected 7 spaces, found 8
(#543) Line indented incorrectly; expected 8 spaces, found 6
(#543) Closing brace indented incorrectly; expected 5 spaces, found 6
(#544) Line indented incorrectly; expected at least 8 spaces, found 5
(#544) Variable "fileHandle" must be all lower-case
(#546) Line indented incorrectly; expected at least 8 spaces, found 5
(#547) Line indented incorrectly; expected at least 8 spaces, found 5
(#547) Variable "ID" must be all lower-case
(#548) Line indented incorrectly; expected 8 spaces, found 5
(#548) Expected "if (...) {\n"; found "if (...)\n {\n"
(#549) Line indented incorrectly; expected at least 8 spaces, found 6
(#550) Line indented incorrectly; expected 12 spaces, found 7
(#550) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#550) Variable "Key" must be all lower-case
(#550) Variable "Value" must be all lower-case
(#551) Line indented incorrectly; expected at least 12 spaces, found 8
(#552) Line indented incorrectly; expected at least 16 spaces, found 9
(#552) Inline control structures are not allowed
(#552) Variable "ID" must be all lower-case
(#553) Line indented incorrectly; expected at least 16 spaces, found 10
(#553) Variable "Key" must be all lower-case
(#553) Expected 1 space before "=>"; 0 found
(#553) Expected 1 space after "=>"; 0 found
(#553) Commas (,) must be followed by white space.
(#553) Expected 1 space before "=>"; 0 found
(#553) Expected 1 space after "=>"; 0 found
(#553) Commas (,) must be followed by white space.
(#553) Expected 1 space before "=>"; 0 found
(#553) Expected 1 space after "=>"; 0 found
(#553) Commas (,) must be followed by white space.
(#553) Expected 1 space before "=>"; 0 found
(#553) Expected 1 space after "=>"; 0 found
(#554) Line indented incorrectly; expected at least 16 spaces, found 9
(#554) Inline control structures are not allowed
(#555) Line indented incorrectly; expected at least 16 spaces, found 10
(#555) Variable "Key" must be all lower-case
(#555) Variable "ID" must be all lower-case
(#556) Line indented incorrectly; expected at least 16 spaces, found 9
(#556) Variable "ID" must be all lower-case
(#557) Line indented incorrectly; expected 12 spaces, found 8
(#557) Closing brace indented incorrectly; expected 7 spaces, found 8
(#558) Line indented incorrectly; expected 8 spaces, found 6
(#558) Closing brace indented incorrectly; expected 5 spaces, found 6
(#559) Closing brace indented incorrectly; expected 3 spaces, found 4
(#561) Line indented incorrectly; expected at least 4 spaces, found 3
(#562) Line indented incorrectly; expected 4 spaces, found 3
(#562) method name "pData::initScatterSerie" must be in lower-case letters only
(#562) Visibility must be declared on method "initScatterSerie"
(#562) Variable "ID" must be all lower-case
(#563) Opening brace should be on the same line as the declaration
(#564) Line indented incorrectly; expected 8 spaces, found 5
(#564) Expected "if (...) {\n"; found "if (...) { "
(#564) Variable "ID" must be all lower-case
(#564) Closing brace must be on a line by itself
(#566) Line indented incorrectly; expected at least 8 spaces, found 5
(#566) Variable "ID" must be all lower-case
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Variable "ID" must be all lower-case
(#567) Line indented incorrectly; expected at least 8 spaces, found 5
(#567) Variable "ID" must be all lower-case
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#568) Line indented incorrectly; expected at least 8 spaces, found 5
(#568) Variable "ID" must be all lower-case
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#569) Line indented incorrectly; expected at least 8 spaces, found 5
(#569) Variable "ID" must be all lower-case
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 8 spaces, found 5
(#570) Variable "ID" must be all lower-case
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 8 spaces, found 5
(#572) Inline control structures are not allowed
(#572) Variable "ID" must be all lower-case
(#573) Line indented incorrectly; expected at least 8 spaces, found 6
(#573) Variable "ID" must be all lower-case
(#573) Variable "ID" must be all lower-case
(#574) Line indented incorrectly; expected 8 spaces, found 5
(#575) Line indented incorrectly; expected at least 8 spaces, found 6
(#576) Line indented incorrectly; expected at least 12 spaces, found 7
(#576) Variable "ID" must be all lower-case
(#576) Commas (,) must be followed by white space.
(#577) Line indented incorrectly; expected at least 12 spaces, found 7
(#577) Variable "ID" must be all lower-case
(#577) Commas (,) must be followed by white space.
(#578) Line indented incorrectly; expected at least 12 spaces, found 7
(#578) Variable "ID" must be all lower-case
(#578) Commas (,) must be followed by white space.
(#579) Line indented incorrectly; expected at least 12 spaces, found 7
(#579) Variable "ID" must be all lower-case
(#580) Line indented incorrectly; expected 8 spaces, found 6
(#580) Closing brace indented incorrectly; expected 5 spaces, found 6
(#581) Closing brace indented incorrectly; expected 3 spaces, found 4
(#583) Line indented incorrectly; expected at least 4 spaces, found 3
(#584) Line indented incorrectly; expected 4 spaces, found 3
(#584) Visibility must be declared on method "initialise"
(#584) Variable "Serie" must be all lower-case
(#585) Opening brace should be on the same line as the declaration
(#586) Line indented incorrectly; expected 8 spaces, found 5
(#586) Expected "if (...) {\n"; found "if (...) { "
(#586) Variable "ID" must be all lower-case
(#586) Closing brace must be on a line by itself
(#586) Expected "} else {\n"; found "} else { "
(#586) Variable "ID" must be all lower-case
(#586) Closing brace must be on a line by itself
(#588) Line indented incorrectly; expected at least 8 spaces, found 5
(#588) Variable "Serie" must be all lower-case
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Variable "Serie" must be all lower-case
(#589) Line indented incorrectly; expected at least 8 spaces, found 5
(#589) Variable "Serie" must be all lower-case
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#590) Line indented incorrectly; expected at least 8 spaces, found 5
(#590) Variable "Serie" must be all lower-case
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#591) Line indented incorrectly; expected at least 8 spaces, found 5
(#591) Variable "Serie" must be all lower-case
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#592) Line indented incorrectly; expected at least 8 spaces, found 5
(#592) Variable "Serie" must be all lower-case
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#593) Line indented incorrectly; expected at least 8 spaces, found 5
(#593) Variable "Serie" must be all lower-case
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 8 spaces, found 5
(#594) Variable "Serie" must be all lower-case
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 8 spaces, found 5
(#595) Variable "Serie" must be all lower-case
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 8 spaces, found 5
(#596) Variable "Serie" must be all lower-case
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 8 spaces, found 5
(#598) Inline control structures are not allowed
(#598) Variable "ID" must be all lower-case
(#599) Line indented incorrectly; expected at least 8 spaces, found 6
(#599) Variable "Serie" must be all lower-case
(#599) Variable "ID" must be all lower-case
(#600) Line indented incorrectly; expected 8 spaces, found 5
(#601) Line indented incorrectly; expected at least 8 spaces, found 6
(#602) Line indented incorrectly; expected at least 12 spaces, found 7
(#602) Variable "Serie" must be all lower-case
(#602) Commas (,) must be followed by white space.
(#603) Line indented incorrectly; expected at least 12 spaces, found 7
(#603) Variable "Serie" must be all lower-case
(#603) Commas (,) must be followed by white space.
(#604) Line indented incorrectly; expected at least 12 spaces, found 7
(#604) Variable "Serie" must be all lower-case
(#604) Commas (,) must be followed by white space.
(#605) Line indented incorrectly; expected at least 12 spaces, found 7
(#605) Variable "Serie" must be all lower-case
(#606) Line indented incorrectly; expected 8 spaces, found 6
(#606) Closing brace indented incorrectly; expected 5 spaces, found 6
(#607) Closing brace indented incorrectly; expected 3 spaces, found 4
(#608) Whitespace found at end of line
(#609) Line indented incorrectly; expected 4 spaces, found 3
(#609) Visibility must be declared on method "normalize"
(#609) Variable "NormalizationFactor" must be all lower-case
(#609) Commas (,) must be followed by white space.
(#609) Variable "UnitChange" must be all lower-case
(#609) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#609) Commas (,) must be followed by white space.
(#609) Variable "Round" must be all lower-case
(#610) Opening brace should be on the same line as the declaration
(#611) Line indented incorrectly; expected at least 8 spaces, found 5
(#611) Variable "Abscissa" must be all lower-case
(#613) Line indented incorrectly; expected at least 8 spaces, found 5
(#613) Variable "SelectedSeries" must be all lower-case
(#614) Line indented incorrectly; expected at least 8 spaces, found 5
(#614) Variable "MaxVal" must be all lower-case
(#615) Line indented incorrectly; expected 8 spaces, found 5
(#615) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#615) Variable "AxisID" must be all lower-case
(#615) Variable "Axis" must be all lower-case
(#616) Line indented incorrectly; expected at least 8 spaces, found 6
(#617) Line indented incorrectly; expected 12 spaces, found 7
(#617) Expected "if (...) {\n"; found "if (...) { "
(#617) Variable "UnitChange" must be all lower-case
(#617) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#617) Variable "AxisID" must be all lower-case
(#617) Variable "UnitChange" must be all lower-case
(#617) Closing brace must be on a line by itself
(#619) Line indented incorrectly; expected 12 spaces, found 7
(#619) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#619) Variable "SerieName" must be all lower-case
(#619) Variable "Serie" must be all lower-case
(#620) Line indented incorrectly; expected at least 12 spaces, found 8
(#621) Line indented incorrectly; expected 16 spaces, found 9
(#621) Expected "if (...) {\n"; found "if (...)\n {\n"
(#621) Variable "Serie" must be all lower-case
(#621) Variable "AxisID" must be all lower-case
(#621) Variable "Serie" must be all lower-case
(#621) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#621) Variable "SerieName" must be all lower-case
(#621) Variable "Abscissa" must be all lower-case
(#622) Line indented incorrectly; expected at least 16 spaces, found 10
(#623) Line indented incorrectly; expected at least 20 spaces, found 11
(#623) Variable "SelectedSeries" must be all lower-case
(#623) Variable "SerieName" must be all lower-case
(#623) Variable "SerieName" must be all lower-case
(#625) Line indented incorrectly; expected 20 spaces, found 11
(#625) Expected "if (...) {\n"; found "if (...) { "
(#625) Variable "Serie" must be all lower-case
(#625) Variable "MaxVal" must be all lower-case
(#625) Variable "MaxVal" must be all lower-case
(#625) Variable "Serie" must be all lower-case
(#625) Closing brace must be on a line by itself
(#626) Line indented incorrectly; expected 16 spaces, found 10
(#626) Closing brace indented incorrectly; expected 9 spaces, found 10
(#627) Line indented incorrectly; expected 12 spaces, found 8
(#627) Closing brace indented incorrectly; expected 7 spaces, found 8
(#628) Line indented incorrectly; expected 8 spaces, found 6
(#628) Closing brace indented incorrectly; expected 5 spaces, found 6
(#630) Line indented incorrectly; expected 8 spaces, found 5
(#630) Expected "for (...) {\n"; found "for(...)\n {\n"
(#630) Expected 1 space after first semicolon of FOR loop; 0 found
(#630) Expected 1 space after second semicolon of FOR loop; 0 found
(#630) Expected 1 space before "="; 0 found
(#630) Expected 1 space after "="; 0 found
(#630) Expected 1 space before "<="; 0 found
(#630) Expected 1 space after "<="; 0 found
(#630) Variable "MaxVal" must be all lower-case
(#630) Expected 1 space before "-"; 0 found
(#630) Expected 1 space after "-"; 0 found
(#631) Line indented incorrectly; expected at least 8 spaces, found 6
(#632) Line indented incorrectly; expected at least 12 spaces, found 7
(#632) Variable "Factor" must be all lower-case
(#633) Line indented incorrectly; expected 12 spaces, found 7
(#633) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#633) Space found before closing bracket of FOREACH loop
(#633) Variable "SelectedSeries" must be all lower-case
(#633) Variable "Key" must be all lower-case
(#633) Variable "SerieName" must be all lower-case
(#634) Line indented incorrectly; expected at least 12 spaces, found 8
(#635) Line indented incorrectly; expected at least 16 spaces, found 9
(#635) Variable "Value" must be all lower-case
(#635) Variable "SerieName" must be all lower-case
(#636) Line indented incorrectly; expected at least 16 spaces, found 9
(#636) Inline control structures are not allowed
(#636) Variable "Value" must be all lower-case
(#637) Line indented incorrectly; expected at least 16 spaces, found 10
(#637) Variable "Factor" must be all lower-case
(#637) Variable "Factor" must be all lower-case
(#637) Variable "Value" must be all lower-case
(#638) Line indented incorrectly; expected 12 spaces, found 8
(#638) Closing brace indented incorrectly; expected 7 spaces, found 8
(#640) Line indented incorrectly; expected 12 spaces, found 7
(#640) Expected "if (...) {\n"; found "if (...)\n {\n"
(#640) Variable "Factor" must be all lower-case
(#641) Line indented incorrectly; expected at least 12 spaces, found 8
(#642) Line indented incorrectly; expected at least 16 spaces, found 9
(#642) Variable "Factor" must be all lower-case
(#642) Variable "NormalizationFactor" must be all lower-case
(#642) Variable "Factor" must be all lower-case
(#644) Line indented incorrectly; expected 16 spaces, found 9
(#644) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#644) Space found before closing bracket of FOREACH loop
(#644) Variable "SelectedSeries" must be all lower-case
(#644) Variable "Key" must be all lower-case
(#644) Variable "SerieName" must be all lower-case
(#645) Line indented incorrectly; expected at least 16 spaces, found 10
(#646) Line indented incorrectly; expected at least 20 spaces, found 11
(#646) Variable "Value" must be all lower-case
(#646) Variable "SerieName" must be all lower-case
(#648) Line indented incorrectly; expected at least 20 spaces, found 11
(#648) Inline control structures are not allowed
(#648) Variable "Value" must be all lower-case
(#648) Variable "Factor" must be all lower-case
(#648) Variable "NormalizationFactor" must be all lower-case
(#649) Line indented incorrectly; expected at least 20 spaces, found 12
(#649) Variable "SerieName" must be all lower-case
(#649) Variable "Value" must be all lower-case
(#649) Expected 1 space before "*"; 0 found
(#649) Expected 1 space after "*"; 0 found
(#649) Variable "Factor" must be all lower-case
(#649) Commas (,) must be followed by white space.
(#649) Variable "Round" must be all lower-case
(#650) Line indented incorrectly; expected at least 20 spaces, found 11
(#650) Inline control structures are not allowed
(#650) Usage of ELSEIF not allowed; use ELSE IF instead
(#650) Variable "Value" must be all lower-case
(#650) Variable "Value" must be all lower-case
(#651) Line indented incorrectly; expected at least 20 spaces, found 12
(#651) Variable "SerieName" must be all lower-case
(#652) Line indented incorrectly; expected at least 20 spaces, found 11
(#652) Inline control structures are not allowed
(#652) Usage of ELSEIF not allowed; use ELSE IF instead
(#652) Variable "Factor" must be all lower-case
(#652) Variable "NormalizationFactor" must be all lower-case
(#653) Line indented incorrectly; expected at least 20 spaces, found 12
(#653) Variable "SerieName" must be all lower-case
(#653) Variable "NormalizationFactor" must be all lower-case
(#654) Line indented incorrectly; expected 16 spaces, found 10
(#654) Closing brace indented incorrectly; expected 9 spaces, found 10
(#655) Line indented incorrectly; expected 12 spaces, found 8
(#655) Closing brace indented incorrectly; expected 7 spaces, found 8
(#656) Line indented incorrectly; expected 8 spaces, found 6
(#656) Closing brace indented incorrectly; expected 5 spaces, found 6
(#658) Line indented incorrectly; expected 8 spaces, found 5
(#658) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#658) Space found before closing bracket of FOREACH loop
(#658) Variable "SelectedSeries" must be all lower-case
(#658) Variable "Key" must be all lower-case
(#658) Variable "SerieName" must be all lower-case
(#659) Line indented incorrectly; expected at least 8 spaces, found 6
(#660) Line indented incorrectly; expected at least 12 spaces, found 7
(#660) Variable "SerieName" must be all lower-case
(#660) Variable "SerieName" must be all lower-case
(#661) Line indented incorrectly; expected at least 12 spaces, found 7
(#661) Variable "SerieName" must be all lower-case
(#661) Variable "SerieName" must be all lower-case
(#662) Line indented incorrectly; expected 8 spaces, found 6
(#662) Closing brace indented incorrectly; expected 5 spaces, found 6
(#663) Closing brace indented incorrectly; expected 3 spaces, found 4
(#665) Line indented incorrectly; expected at least 4 spaces, found 3
(#666) Line indented incorrectly; expected 4 spaces, found 3
(#666) method name "pData::importFromCSV" must be in lower-case letters only
(#666) Visibility must be declared on method "importFromCSV"
(#666) Variable "FileName" must be all lower-case
(#666) Commas (,) must be followed by white space.
(#666) Variable "Options" must be all lower-case
(#667) Opening brace should be on the same line as the declaration
(#668) Line indented incorrectly; expected at least 8 spaces, found 5
(#668) Variable "Delimiter" must be all lower-case
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#668) Variable "Options" must be all lower-case
(#668) Variable "Options" must be all lower-case
(#669) Line indented incorrectly; expected at least 8 spaces, found 5
(#669) Variable "GotHeader" must be all lower-case
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Variable "Options" must be all lower-case
(#669) Variable "Options" must be all lower-case
(#669) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#670) Line indented incorrectly; expected at least 8 spaces, found 5
(#670) Variable "SkipColumns" must be all lower-case
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Variable "Options" must be all lower-case
(#670) Variable "Options" must be all lower-case
(#671) Line indented incorrectly; expected at least 8 spaces, found 5
(#671) Variable "DefaultSerieName" must be all lower-case
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Variable "Options" must be all lower-case
(#671) Variable "Options" must be all lower-case
(#673) Line indented incorrectly; expected at least 8 spaces, found 5
(#673) Variable "Handle" must be all lower-case
(#673) Variable "FileName" must be all lower-case
(#673) Commas (,) must be followed by white space.
(#674) Line indented incorrectly; expected 8 spaces, found 5
(#674) Expected "if (...) {\n"; found "if (...)\n {\n"
(#674) Variable "Handle" must be all lower-case
(#675) Line indented incorrectly; expected at least 8 spaces, found 6
(#676) Line indented incorrectly; expected at least 12 spaces, found 7
(#676) Variable "HeaderParsed" must be all lower-case
(#676) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#676) Variable "SerieNames" must be all lower-case
(#677) Line indented incorrectly; expected 12 spaces, found 7
(#677) Expected "while (...) {\n"; found "while (...)\n {\n"
(#677) Variable "Handle" must be all lower-case
(#678) Line indented incorrectly; expected at least 12 spaces, found 8
(#679) Line indented incorrectly; expected at least 16 spaces, found 9
(#679) Variable "Buffer" must be all lower-case
(#679) Variable "Handle" must be all lower-case
(#680) Line indented incorrectly; expected at least 16 spaces, found 9
(#680) Variable "Buffer" must be all lower-case
(#680) Commas (,) must be followed by white space.
(#680) Commas (,) must be followed by white space.
(#680) Variable "Buffer" must be all lower-case
(#681) Line indented incorrectly; expected at least 16 spaces, found 9
(#681) Variable "Buffer" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Commas (,) must be followed by white space.
(#681) Variable "Buffer" must be all lower-case
(#682) Line indented incorrectly; expected at least 16 spaces, found 9
(#682) Variable "Values" must be all lower-case
(#682) Variable "Delimiter" must be all lower-case
(#682) Commas (,) must be followed by white space.
(#682) Variable "Buffer" must be all lower-case
(#684) Line indented incorrectly; expected 16 spaces, found 9
(#684) Expected "if (...) {\n"; found "if (...)\n {\n"
(#684) Variable "Buffer" must be all lower-case
(#685) Line indented incorrectly; expected at least 16 spaces, found 10
(#686) Line indented incorrectly; expected 20 spaces, found 11
(#686) Expected "if (...) {\n"; found "if (...)\n {\n"
(#686) Variable "GotHeader" must be all lower-case
(#686) Variable "HeaderParsed" must be all lower-case
(#687) Line indented incorrectly; expected at least 20 spaces, found 12
(#688) Line indented incorrectly; expected 24 spaces, found 13
(#688) Expected "foreach (...) {\n"; found "foreach(...) { "
(#688) Variable "Values" must be all lower-case
(#688) Variable "Key" must be all lower-case
(#688) Variable "Name" must be all lower-case
(#688) Expected "if (...) {\n"; found "if (...) { "
(#688) Variable "Key" must be all lower-case
(#688) Commas (,) must be followed by white space.
(#688) Variable "SkipColumns" must be all lower-case
(#688) Variable "SerieNames" must be all lower-case
(#688) Variable "Key" must be all lower-case
(#688) Variable "Name" must be all lower-case
(#688) Closing brace must be on a line by itself
(#688) Closing brace must be on a line by itself
(#689) Line indented incorrectly; expected at least 24 spaces, found 13
(#689) Variable "HeaderParsed" must be all lower-case
(#689) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#690) Line indented incorrectly; expected 20 spaces, found 12
(#690) Closing brace indented incorrectly; expected 11 spaces, found 12
(#691) Line indented incorrectly; expected 20 spaces, found 11
(#691) Expected "} else {\n"; found "}\n else\n {\n"
(#692) Line indented incorrectly; expected at least 20 spaces, found 12
(#693) Line indented incorrectly; expected 24 spaces, found 13
(#693) Expected "if (...) {\n"; found "if (...) { "
(#693) Variable "SerieNames" must be all lower-case
(#693) Expected "foreach (...) {\n"; found "foreach(...) { "
(#693) Variable "Values" must be all lower-case
(#693) Variable "Key" must be all lower-case
(#693) Variable "Name" must be all lower-case
(#693) Expected "if (...) {\n"; found "if (...) { "
(#693) Variable "Key" must be all lower-case
(#693) Commas (,) must be followed by white space.
(#693) Variable "SkipColumns" must be all lower-case
(#693) Variable "SerieNames" must be all lower-case
(#693) Variable "Key" must be all lower-case
(#693) Variable "DefaultSerieName" must be all lower-case
(#693) Variable "Key" must be all lower-case
(#693) Closing brace must be on a line by itself
(#693) Closing brace must be on a line by itself
(#693) Line exceeds 132 characters; contains 163 characters
(#693) Closing brace must be on a line by itself
(#694) Line indented incorrectly; expected 24 spaces, found 13
(#694) Expected "foreach (...) {\n"; found "foreach(...) { "
(#694) Variable "Values" must be all lower-case
(#694) Variable "Key" must be all lower-case
(#694) Variable "Value" must be all lower-case
(#694) Expected "if (...) {\n"; found "if (...) { "
(#694) Variable "Key" must be all lower-case
(#694) Commas (,) must be followed by white space.
(#694) Variable "SkipColumns" must be all lower-case
(#694) Variable "Value" must be all lower-case
(#694) Commas (,) must be followed by white space.
(#694) Variable "SerieNames" must be all lower-case
(#694) Variable "Key" must be all lower-case
(#694) Closing brace must be on a line by itself
(#694) Line exceeds 132 characters; contains 136 characters
(#694) Closing brace must be on a line by itself
(#695) Line indented incorrectly; expected 20 spaces, found 12
(#695) Closing brace indented incorrectly; expected 11 spaces, found 12
(#696) Line indented incorrectly; expected 16 spaces, found 10
(#696) Closing brace indented incorrectly; expected 9 spaces, found 10
(#697) Line indented incorrectly; expected 12 spaces, found 8
(#697) Closing brace indented incorrectly; expected 7 spaces, found 8
(#698) Line indented incorrectly; expected at least 12 spaces, found 7
(#698) Variable "Handle" must be all lower-case
(#699) Line indented incorrectly; expected 8 spaces, found 6
(#699) Closing brace indented incorrectly; expected 5 spaces, found 6
(#700) Closing brace indented incorrectly; expected 3 spaces, found 4
(#702) Line indented incorrectly; expected at least 4 spaces, found 3
(#703) Line indented incorrectly; expected 4 spaces, found 3
(#703) method name "pData::createFunctionSerie" must be in lower-case letters only
(#703) Visibility must be declared on method "createFunctionSerie"
(#703) Variable "SerieName" must be all lower-case
(#703) Commas (,) must be followed by white space.
(#703) Variable "Formula" must be all lower-case
(#703) Commas (,) must be followed by white space.
(#703) Variable "Options" must be all lower-case
(#704) Opening brace should be on the same line as the declaration
(#705) Line indented incorrectly; expected at least 8 spaces, found 5
(#705) Variable "MinX" must be all lower-case
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Variable "Options" must be all lower-case
(#705) Variable "Options" must be all lower-case
(#706) Line indented incorrectly; expected at least 8 spaces, found 5
(#706) Variable "MaxX" must be all lower-case
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Variable "Options" must be all lower-case
(#706) Variable "Options" must be all lower-case
(#707) Line indented incorrectly; expected at least 8 spaces, found 5
(#707) Variable "XStep" must be all lower-case
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Variable "Options" must be all lower-case
(#707) Variable "Options" must be all lower-case
(#708) Line indented incorrectly; expected at least 8 spaces, found 5
(#708) Variable "AutoDescription" must be all lower-case
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Variable "Options" must be all lower-case
(#708) Variable "Options" must be all lower-case
(#708) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#709) Line indented incorrectly; expected at least 8 spaces, found 5
(#709) Variable "RecordAbscissa" must be all lower-case
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Variable "Options" must be all lower-case
(#709) Variable "Options" must be all lower-case
(#709) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#710) Line indented incorrectly; expected at least 8 spaces, found 5
(#710) Variable "AbscissaSerie" must be all lower-case
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Variable "Options" must be all lower-case
(#710) Variable "Options" must be all lower-case
(#712) Line indented incorrectly; expected 8 spaces, found 5
(#712) Expected "if (...) {\n"; found "if (...) { "
(#712) Variable "Formula" must be all lower-case
(#712) Closing brace must be on a line by itself
(#714) Line indented incorrectly; expected at least 8 spaces, found 5
(#714) Variable "Result" must be all lower-case
(#714) Variable "Abscissa" must be all lower-case
(#715) Line indented incorrectly; expected 8 spaces, found 5
(#715) Expected "for (...) {\n"; found "for(...)\n {\n"
(#715) Expected 1 space before "="; 0 found
(#715) Expected 1 space after "="; 0 found
(#715) Variable "MinX" must be all lower-case
(#715) Expected 1 space before "<="; 0 found
(#715) Expected 1 space after "<="; 0 found
(#715) Variable "MaxX" must be all lower-case
(#715) Expected 1 space before "="; 0 found
(#715) Expected 1 space after "="; 0 found
(#715) Expected 1 space before "+"; 0 found
(#715) Expected 1 space after "+"; 0 found
(#715) Variable "XStep" must be all lower-case
(#716) Line indented incorrectly; expected at least 8 spaces, found 6
(#717) Line indented incorrectly; expected at least 12 spaces, found 7
(#717) Variable "Expression" must be all lower-case
(#717) Commas (,) must be followed by white space.
(#717) Commas (,) must be followed by white space.
(#717) Variable "Formula" must be all lower-case
(#718) Line indented incorrectly; expected 12 spaces, found 7
(#718) Expected "if (...) {\n"; found "if (...) { "
(#718) The use of function eval() is forbidden
(#718) Variable "Expression" must be all lower-case
(#718) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#718) Closing brace must be on a line by itself
(#719) Line indented incorrectly; expected 12 spaces, found 7
(#719) Expected "if (...) {\n"; found "if (...) { "
(#719) Closing brace must be on a line by itself
(#719) Expected "} else {\n"; found "} else { "
(#719) Commas (,) must be followed by white space.
(#719) Expected 1 space before "-"; 0 found
(#719) Expected 1 space after "-"; 0 found
(#719) Closing brace must be on a line by itself
(#720) Line indented incorrectly; expected 12 spaces, found 7
(#720) Expected "if (...) {\n"; found "if (...) { "
(#720) Closing brace must be on a line by itself
(#721) Line indented incorrectly; expected 12 spaces, found 7
(#721) Expected "if (...) {\n"; found "if (...) { "
(#721) Closing brace must be on a line by itself
(#722) Line indented incorrectly; expected 12 spaces, found 7
(#722) Expected "if (...) {\n"; found "if (...) { "
(#722) Closing brace must be on a line by itself
(#724) Line indented incorrectly; expected at least 12 spaces, found 7
(#724) Variable "Abscissa" must be all lower-case
(#725) Line indented incorrectly; expected at least 12 spaces, found 7
(#725) Variable "Result" must be all lower-case
(#726) Line indented incorrectly; expected 8 spaces, found 6
(#726) Closing brace indented incorrectly; expected 5 spaces, found 6
(#728) Line indented incorrectly; expected at least 8 spaces, found 5
(#728) Variable "Result" must be all lower-case
(#728) Commas (,) must be followed by white space.
(#728) Variable "SerieName" must be all lower-case
(#729) Line indented incorrectly; expected 8 spaces, found 5
(#729) Expected "if (...) {\n"; found "if (...) { "
(#729) Variable "AutoDescription" must be all lower-case
(#729) Variable "SerieName" must be all lower-case
(#729) Commas (,) must be followed by white space.
(#729) Variable "Formula" must be all lower-case
(#729) Closing brace must be on a line by itself
(#730) Line indented incorrectly; expected 8 spaces, found 5
(#730) Expected "if (...) {\n"; found "if (...) { "
(#730) Variable "RecordAbscissa" must be all lower-case
(#730) Variable "Abscissa" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "AbscissaSerie" must be all lower-case
(#730) Closing brace must be on a line by itself
(#731) Closing brace indented incorrectly; expected 3 spaces, found 4
(#733) Line indented incorrectly; expected 4 spaces, found 3
(#733) method name "pData::negateValues" must be in lower-case letters only
(#733) Visibility must be declared on method "negateValues"
(#733) Variable "Series" must be all lower-case
(#734) Opening brace should be on the same line as the declaration
(#735) Line indented incorrectly; expected 8 spaces, found 5
(#735) Expected "if (...) {\n"; found "if (...) { "
(#735) Variable "Series" must be all lower-case
(#735) Variable "Series" must be all lower-case
(#735) Variable "Series" must be all lower-case
(#735) Closing brace must be on a line by itself
(#736) Line indented incorrectly; expected 8 spaces, found 5
(#736) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#736) Variable "Series" must be all lower-case
(#736) Variable "Key" must be all lower-case
(#736) Variable "SerieName" must be all lower-case
(#737) Line indented incorrectly; expected at least 8 spaces, found 6
(#738) Line indented incorrectly; expected 12 spaces, found 7
(#738) Expected "if (...) {\n"; found "if (...)\n {\n"
(#738) Variable "SerieName" must be all lower-case
(#739) Line indented incorrectly; expected at least 12 spaces, found 8
(#740) Line indented incorrectly; expected at least 16 spaces, found 9
(#740) Variable "Data" must be all lower-case
(#741) Line indented incorrectly; expected 16 spaces, found 9
(#741) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#741) Variable "SerieName" must be all lower-case
(#741) Variable "Key" must be all lower-case
(#741) Variable "Value" must be all lower-case
(#742) Line indented incorrectly; expected at least 16 spaces, found 10
(#742) Expected "if (...) {\n"; found "if (...) { "
(#742) Variable "Value" must be all lower-case
(#742) Variable "Data" must be all lower-case
(#742) Closing brace must be on a line by itself
(#742) Expected "} else {\n"; found "} else { "
(#742) Variable "Data" must be all lower-case
(#742) Variable "Value" must be all lower-case
(#742) Closing brace must be on a line by itself
(#742) Closing brace must be on a line by itself
(#743) Line indented incorrectly; expected at least 16 spaces, found 9
(#743) Variable "SerieName" must be all lower-case
(#743) Variable "Data" must be all lower-case
(#745) Line indented incorrectly; expected at least 16 spaces, found 9
(#745) Variable "SerieName" must be all lower-case
(#745) Variable "SerieName" must be all lower-case
(#746) Line indented incorrectly; expected at least 16 spaces, found 9
(#746) Variable "SerieName" must be all lower-case
(#746) Variable "SerieName" must be all lower-case
(#747) Line indented incorrectly; expected 12 spaces, found 8
(#747) Closing brace indented incorrectly; expected 7 spaces, found 8
(#748) Line indented incorrectly; expected 8 spaces, found 6
(#748) Closing brace indented incorrectly; expected 5 spaces, found 6
(#749) Closing brace indented incorrectly; expected 3 spaces, found 4
(#751) Line indented incorrectly; expected at least 4 spaces, found 3
(#752) Line indented incorrectly; expected 4 spaces, found 3
(#752) method name "pData::getData" must be in lower-case letters only
(#752) Visibility must be declared on method "getData"
(#753) Opening brace should be on the same line as the declaration
(#753) Opening brace must be the last content on the line
(#753) Closing brace must be on a line by itself
(#755) Line indented incorrectly; expected at least 4 spaces, found 3
(#756) Line indented incorrectly; expected 4 spaces, found 3
(#756) method name "pData::savePalette" must be in lower-case letters only
(#756) Visibility must be declared on method "savePalette"
(#756) Variable "ID" must be all lower-case
(#756) Commas (,) must be followed by white space.
(#756) Variable "Color" must be all lower-case
(#757) Opening brace should be on the same line as the declaration
(#757) Opening brace must be the last content on the line
(#757) Variable "ID" must be all lower-case
(#757) Variable "Color" must be all lower-case
(#757) Closing brace must be on a line by itself
(#759) Line indented incorrectly; expected at least 4 spaces, found 3
(#760) Line indented incorrectly; expected 4 spaces, found 3
(#760) method name "pData::getPalette" must be in lower-case letters only
(#760) Visibility must be declared on method "getPalette"
(#761) Opening brace should be on the same line as the declaration
(#761) Opening brace must be the last content on the line
(#761) Closing brace must be on a line by itself
(#763) Line indented incorrectly; expected at least 4 spaces, found 3
(#764) Line indented incorrectly; expected 4 spaces, found 3
(#764) method name "pData::saveAxisConfig" must be in lower-case letters only
(#764) Visibility must be declared on method "saveAxisConfig"
(#764) Variable "Axis" must be all lower-case
(#764) Opening brace must be the last content on the line
(#764) Expected 1 space before "="; 0 found
(#764) Expected 1 space after "="; 0 found
(#764) Variable "Axis" must be all lower-case
(#764) Closing brace must be on a line by itself
(#766) Line indented incorrectly; expected at least 4 spaces, found 3
(#767) Line indented incorrectly; expected 4 spaces, found 3
(#767) method name "pData::saveYMargin" must be in lower-case letters only
(#767) Visibility must be declared on method "saveYMargin"
(#767) Variable "Value" must be all lower-case
(#767) Opening brace must be the last content on the line
(#767) Expected 1 space before "="; 0 found
(#767) Expected 1 space after "="; 0 found
(#767) Variable "Value" must be all lower-case
(#767) Closing brace must be on a line by itself
(#769) Line indented incorrectly; expected at least 4 spaces, found 3
(#770) Line indented incorrectly; expected 4 spaces, found 3
(#770) method name "pData::saveExtendedData" must be in lower-case letters only
(#770) Visibility must be declared on method "saveExtendedData"
(#770) Variable "Tag" must be all lower-case
(#770) Commas (,) must be followed by white space.
(#770) Variable "Values" must be all lower-case
(#770) Opening brace must be the last content on the line
(#770) Variable "Tag" must be all lower-case
(#770) Expected 1 space before "="; 0 found
(#770) Expected 1 space after "="; 0 found
(#770) Variable "Values" must be all lower-case
(#770) Closing brace must be on a line by itself
(#772) Line indented incorrectly; expected at least 4 spaces, found 3
(#773) Line indented incorrectly; expected 4 spaces, found 3
(#773) method name "pData::saveOrientation" must be in lower-case letters only
(#773) Visibility must be declared on method "saveOrientation"
(#773) Variable "Orientation" must be all lower-case
(#773) Opening brace must be the last content on the line
(#773) Expected 1 space before "="; 0 found
(#773) Expected 1 space after "="; 0 found
(#773) Variable "Orientation" must be all lower-case
(#773) Closing brace must be on a line by itself
(#775) Line indented incorrectly; expected at least 4 spaces, found 3
(#776) Line indented incorrectly; expected 4 spaces, found 3
(#776) method name "pData::convertToArray" must be in lower-case letters only
(#776) Visibility must be declared on method "convertToArray"
(#776) Variable "Value" must be all lower-case
(#777) Opening brace should be on the same line as the declaration
(#777) Opening brace must be the last content on the line
(#777) Variable "Values" must be all lower-case
(#777) Variable "Values" must be all lower-case
(#777) Variable "Value" must be all lower-case
(#777) Variable "Values" must be all lower-case
(#777) Closing brace must be on a line by itself
(#779) Line indented incorrectly; expected at least 4 spaces, found 3
(#780) Line indented incorrectly; expected 4 spaces, found 3
(#780) Visibility must be declared on method "__toString"
(#781) Opening brace should be on the same line as the declaration
(#781) Opening brace must be the last content on the line
(#781) Closing brace must be on a line by itself
(#783) Line indented incorrectly; expected 4 spaces, found 3
(#783) Visibility must be declared on method "left"
(#783) Commas (,) must be followed by white space.
(#783) Variable "NbChar" must be all lower-case
(#783) Expected 1 space after closing parenthesis; found \t
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Opening brace must be the last content on the line
(#783) Commas (,) must be followed by white space.
(#783) Commas (,) must be followed by white space.
(#783) Variable "NbChar" must be all lower-case
(#783) Closing brace must be on a line by itself
(#783) Whitespace found at end of line
(#784) Line indented incorrectly; expected 4 spaces, found 3
(#784) Visibility must be declared on method "right"
(#784) Commas (,) must be followed by white space.
(#784) Variable "NbChar" must be all lower-case
(#784) Expected 1 space after closing parenthesis; found \t
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Opening brace must be the last content on the line
(#784) Commas (,) must be followed by white space.
(#784) Expected 1 space before "-"; 0 found
(#784) Expected 1 space after "-"; 0 found
(#784) Variable "NbChar" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Variable "NbChar" must be all lower-case
(#784) Closing brace must be on a line by itself
(#784) Whitespace found at end of line
(#785) Line indented incorrectly; expected 4 spaces, found 3
(#785) Visibility must be declared on method "mid"
(#785) Commas (,) must be followed by white space.
(#785) Variable "Depart" must be all lower-case
(#785) Commas (,) must be followed by white space.
(#785) Variable "NbChar" must be all lower-case
(#785) Expected 1 space after closing parenthesis; found \t
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#785) Opening brace must be the last content on the line
(#785) Commas (,) must be followed by white space.
(#785) Variable "Depart" must be all lower-case
(#785) Expected 1 space before "-"; 0 found
(#785) Expected 1 space after "-"; 0 found
(#785) Commas (,) must be followed by white space.
(#785) Variable "NbChar" must be all lower-case
(#785) Closing brace must be on a line by itself
(#785) Whitespace found at end of line
(#786) Line indented incorrectly; expected 0 spaces, found 2
(#786) Closing brace indented incorrectly; expected 1 spaces, found 2
(#787) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pDraw.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#30) Spaces must be used for alignment; tabs are not allowed
(#30) Tab found within whitespace
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#103) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#103) Line indented incorrectly; expected 0 spaces, found 1
(#105) Line indented incorrectly; expected at least 4 spaces, found 3
(#106) Line indented incorrectly; expected 4 spaces, found 3
(#106) method name "pDraw::countDrawableSeries" must be in lower-case letters only
(#106) Visibility must be declared on method "countDrawableSeries"
(#107) Opening brace should be on the same line as the declaration
(#108) Line indented incorrectly; expected at least 8 spaces, found 5
(#108) Variable "Results" must be all lower-case
(#109) Line indented incorrectly; expected at least 8 spaces, found 5
(#109) Variable "Data" must be all lower-case
(#111) Line indented incorrectly; expected 8 spaces, found 5
(#111) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#111) Variable "Data" must be all lower-case
(#111) Variable "SerieName" must be all lower-case
(#111) Variable "Serie" must be all lower-case
(#112) Line indented incorrectly; expected at least 8 spaces, found 6
(#112) Expected "if (...) {\n"; found "if (...) { "
(#112) Variable "Serie" must be all lower-case
(#112) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#112) Variable "SerieName" must be all lower-case
(#112) Variable "Data" must be all lower-case
(#112) Variable "Results" must be all lower-case
(#112) Closing brace must be on a line by itself
(#112) Closing brace must be on a line by itself
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "Results" must be all lower-case
(#115) Closing brace indented incorrectly; expected 3 spaces, found 4
(#117) Line indented incorrectly; expected at least 4 spaces, found 3
(#118) Line indented incorrectly; expected 4 spaces, found 3
(#118) method name "pDraw::fixBoxCoordinates" must be in lower-case letters only
(#118) Visibility must be declared on method "fixBoxCoordinates"
(#118) Variable "Xa" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Variable "Ya" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Variable "Xb" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Variable "Yb" must be all lower-case
(#119) Opening brace should be on the same line as the declaration
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "X1" must be all lower-case
(#120) Variable "Xa" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Variable "Xb" must be all lower-case
(#120) Variable "Y1" must be all lower-case
(#120) Variable "Ya" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Variable "Yb" must be all lower-case
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "X2" must be all lower-case
(#121) Variable "Xa" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#121) Variable "Xb" must be all lower-case
(#121) Variable "Y2" must be all lower-case
(#121) Variable "Ya" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#121) Variable "Yb" must be all lower-case
(#123) Line indented incorrectly; expected at least 8 spaces, found 5
(#123) Variable "X1" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Variable "Y1" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Variable "X2" must be all lower-case
(#123) Commas (,) must be followed by white space.
(#123) Variable "Y2" must be all lower-case
(#124) Closing brace indented incorrectly; expected 3 spaces, found 4
(#126) Line indented incorrectly; expected at least 4 spaces, found 3
(#127) Line indented incorrectly; expected 4 spaces, found 3
(#127) method name "pDraw::drawPolygon" must be in lower-case letters only
(#127) Visibility must be declared on method "drawPolygon"
(#127) Variable "Points" must be all lower-case
(#127) Commas (,) must be followed by white space.
(#127) Variable "Format" must be all lower-case
(#128) Opening brace should be on the same line as the declaration
(#129) Line indented incorrectly; expected at least 8 spaces, found 5
(#129) Variable "R" must be all lower-case
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Variable "Format" must be all lower-case
(#129) Variable "Format" must be all lower-case
(#130) Line indented incorrectly; expected at least 8 spaces, found 5
(#130) Variable "G" must be all lower-case
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Variable "Format" must be all lower-case
(#130) Variable "Format" must be all lower-case
(#131) Line indented incorrectly; expected at least 8 spaces, found 5
(#131) Variable "B" must be all lower-case
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Variable "Format" must be all lower-case
(#131) Variable "Format" must be all lower-case
(#132) Line indented incorrectly; expected at least 8 spaces, found 5
(#132) Variable "Alpha" must be all lower-case
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Variable "Format" must be all lower-case
(#132) Variable "Format" must be all lower-case
(#133) Line indented incorrectly; expected at least 8 spaces, found 5
(#133) Variable "NoFill" must be all lower-case
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Variable "Format" must be all lower-case
(#133) Variable "Format" must be all lower-case
(#133) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#134) Line indented incorrectly; expected at least 8 spaces, found 5
(#134) Variable "NoBorder" must be all lower-case
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Variable "Format" must be all lower-case
(#134) Variable "Format" must be all lower-case
(#134) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#135) Line indented incorrectly; expected at least 8 spaces, found 5
(#135) Variable "BorderR" must be all lower-case
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Variable "Format" must be all lower-case
(#135) Variable "Format" must be all lower-case
(#135) Variable "R" must be all lower-case
(#136) Line indented incorrectly; expected at least 8 spaces, found 5
(#136) Variable "BorderG" must be all lower-case
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Variable "Format" must be all lower-case
(#136) Variable "Format" must be all lower-case
(#136) Variable "G" must be all lower-case
(#137) Line indented incorrectly; expected at least 8 spaces, found 5
(#137) Variable "BorderB" must be all lower-case
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Variable "Format" must be all lower-case
(#137) Variable "Format" must be all lower-case
(#137) Variable "B" must be all lower-case
(#138) Line indented incorrectly; expected at least 8 spaces, found 5
(#138) Variable "BorderAlpha" must be all lower-case
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Variable "Format" must be all lower-case
(#138) Variable "Format" must be all lower-case
(#138) Variable "Alpha" must be all lower-case
(#139) Line indented incorrectly; expected at least 8 spaces, found 5
(#139) Variable "Surrounding" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Variable "Format" must be all lower-case
(#139) Variable "Format" must be all lower-case
(#139) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#140) Line indented incorrectly; expected at least 8 spaces, found 5
(#140) Variable "SkipX" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Variable "Format" must be all lower-case
(#140) Variable "Format" must be all lower-case
(#141) Line indented incorrectly; expected at least 8 spaces, found 5
(#141) Variable "SkipY" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Variable "Format" must be all lower-case
(#141) Variable "Format" must be all lower-case
(#143) Line indented incorrectly; expected at least 8 spaces, found 5
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Line indented incorrectly; expected at least 8 spaces, found 5
(#144) Variable "Backup" must be all lower-case
(#144) Variable "Points" must be all lower-case
(#146) Line indented incorrectly; expected 8 spaces, found 5
(#146) Expected "if (...) {\n"; found "if (...) { "
(#146) Variable "Surrounding" must be all lower-case
(#146) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#146) Variable "BorderR" must be all lower-case
(#146) Variable "R" must be all lower-case
(#146) Expected 1 space before "+"; 0 found
(#146) Expected 1 space after "+"; 0 found
(#146) Variable "Surrounding" must be all lower-case
(#146) Variable "BorderG" must be all lower-case
(#146) Variable "G" must be all lower-case
(#146) Expected 1 space before "+"; 0 found
(#146) Expected 1 space after "+"; 0 found
(#146) Variable "Surrounding" must be all lower-case
(#146) Variable "BorderB" must be all lower-case
(#146) Variable "B" must be all lower-case
(#146) Expected 1 space before "+"; 0 found
(#146) Expected 1 space after "+"; 0 found
(#146) Variable "Surrounding" must be all lower-case
(#146) Closing brace must be on a line by itself
(#148) Line indented incorrectly; expected 8 spaces, found 5
(#148) Expected "if (...) {\n"; found "if (...) { "
(#148) Variable "SkipX" must be all lower-case
(#148) Variable "SkipX" must be all lower-case
(#148) Variable "SkipX" must be all lower-case
(#148) Closing brace must be on a line by itself
(#149) Line indented incorrectly; expected 8 spaces, found 5
(#149) Expected "if (...) {\n"; found "if (...) { "
(#149) Variable "SkipY" must be all lower-case
(#149) Variable "SkipY" must be all lower-case
(#149) Variable "SkipY" must be all lower-case
(#149) Closing brace must be on a line by itself
(#151) Line indented incorrectly; expected at least 8 spaces, found 5
(#151) Variable "RestoreShadow" must be all lower-case
(#152) Line indented incorrectly; expected 8 spaces, found 5
(#152) Expected "if (...) {\n"; found "if (...)\n {\n"
(#152) Variable "NoFill" must be all lower-case
(#153) Line indented incorrectly; expected at least 8 spaces, found 6
(#154) Line indented incorrectly; expected 12 spaces, found 7
(#154) Expected "if (...) {\n"; found "if (...)\n {\n"
(#155) Line indented incorrectly; expected at least 12 spaces, found 8
(#156) Line indented incorrectly; expected at least 16 spaces, found 9
(#156) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#157) Line indented incorrectly; expected 16 spaces, found 9
(#157) Expected "for (...) {\n"; found "for(...)\n { "
(#157) Expected 1 space after first semicolon of FOR loop; 0 found
(#157) Expected 1 space after second semicolon of FOR loop; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "<="; 0 found
(#157) Expected 1 space after "<="; 0 found
(#157) Variable "Points" must be all lower-case
(#157) Expected 1 space before "-"; 0 found
(#157) Expected 1 space after "-"; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#157) Expected 1 space before "+"; 0 found
(#157) Expected 1 space after "+"; 0 found
(#158) Line indented incorrectly; expected at least 16 spaces, found 10
(#158) Variable "Shadow" must be all lower-case
(#158) Variable "Points" must be all lower-case
(#158) Variable "Shadow" must be all lower-case
(#158) Variable "Points" must be all lower-case
(#158) Expected 1 space before "+"; 0 found
(#158) Expected 1 space after "+"; 0 found
(#158) Closing brace must be on a line by itself
(#159) Line indented incorrectly; expected at least 16 spaces, found 9
(#159) Variable "Shadow" must be all lower-case
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#159) Line exceeds 132 characters; contains 145 characters
(#160) Line indented incorrectly; expected 12 spaces, found 8
(#160) Closing brace indented incorrectly; expected 7 spaces, found 8
(#162) Line indented incorrectly; expected at least 12 spaces, found 7
(#162) Variable "FillColor" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Variable "R" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Variable "G" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Variable "B" must be all lower-case
(#162) Commas (,) must be followed by white space.
(#162) Variable "Alpha" must be all lower-case
(#164) Line indented incorrectly; expected 12 spaces, found 7
(#164) Expected "if (...) {\n"; found "if (...)\n { "
(#164) Variable "Points" must be all lower-case
(#165) Line indented incorrectly; expected at least 12 spaces, found 8
(#165) Calls to inbuilt PHP functions must be lowercase; expected "imagefilledpolygon" but found "ImageFilledPolygon"
(#165) Commas (,) must be followed by white space.
(#165) Variable "Points" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "Points" must be all lower-case
(#165) Expected 1 space before "/"; 0 found
(#165) Expected 1 space after "/"; 0 found
(#165) Commas (,) must be followed by white space.
(#165) Variable "FillColor" must be all lower-case
(#165) Closing brace must be on a line by itself
(#166) Line indented incorrectly; expected 8 spaces, found 6
(#166) Closing brace indented incorrectly; expected 5 spaces, found 6
(#168) Line indented incorrectly; expected 8 spaces, found 5
(#168) Expected "if (...) {\n"; found "if (...)\n {\n"
(#168) Variable "NoBorder" must be all lower-case
(#169) Line indented incorrectly; expected at least 8 spaces, found 6
(#170) Line indented incorrectly; expected at least 12 spaces, found 7
(#170) Variable "Points" must be all lower-case
(#170) Variable "Backup" must be all lower-case
(#172) Line indented incorrectly; expected at least 12 spaces, found 7
(#172) Inline control structures are not allowed
(#172) Variable "NoFill" must be all lower-case
(#173) Line indented incorrectly; expected at least 12 spaces, found 8
(#173) Variable "BorderSettings" must be all lower-case
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#173) Variable "R" must be all lower-case
(#173) Commas (,) must be followed by white space.
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#173) Variable "G" must be all lower-case
(#173) Commas (,) must be followed by white space.
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#173) Variable "B" must be all lower-case
(#173) Commas (,) must be followed by white space.
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#173) Variable "Alpha" must be all lower-case
(#174) Line indented incorrectly; expected at least 12 spaces, found 7
(#174) Inline control structures are not allowed
(#175) Line indented incorrectly; expected at least 12 spaces, found 8
(#175) Variable "BorderSettings" must be all lower-case
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "BorderR" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "BorderG" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "BorderB" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "BorderAlpha" must be all lower-case
(#177) Line indented incorrectly; expected 12 spaces, found 7
(#177) Expected "for (...) {\n"; found "for(...)\n {\n"
(#177) Expected 1 space after first semicolon of FOR loop; 0 found
(#177) Expected 1 space after second semicolon of FOR loop; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Expected 1 space before "<="; 0 found
(#177) Expected 1 space after "<="; 0 found
(#177) Variable "Points" must be all lower-case
(#177) Expected 1 space before "-"; 0 found
(#177) Expected 1 space after "-"; 0 found
(#177) Expected 1 space before "="; 0 found
(#177) Expected 1 space after "="; 0 found
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#178) Line indented incorrectly; expected at least 12 spaces, found 8
(#179) Line indented incorrectly; expected 16 spaces, found 9
(#179) Expected "if (...) {\n"; found "if (...)\n {\n"
(#179) Variable "Points" must be all lower-case
(#179) Expected 1 space before "+"; 0 found
(#179) Expected 1 space after "+"; 0 found
(#180) Line indented incorrectly; expected at least 16 spaces, found 10
(#181) Line indented incorrectly; expected at least 20 spaces, found 11
(#181) Inline control structures are not allowed
(#181) Variable "Points" must be all lower-case
(#181) Variable "Points" must be all lower-case
(#181) Expected 1 space before "+"; 0 found
(#181) Expected 1 space after "+"; 0 found
(#181) Variable "Points" must be all lower-case
(#181) Variable "SkipX" must be all lower-case
(#181) Variable "Points" must be all lower-case
(#181) Expected 1 space before "+"; 0 found
(#181) Expected 1 space after "+"; 0 found
(#181) Variable "Points" must be all lower-case
(#181) Expected 1 space before "+"; 0 found
(#181) Expected 1 space after "+"; 0 found
(#181) Variable "Points" must be all lower-case
(#181) Expected 1 space before "+"; 0 found
(#181) Expected 1 space after "+"; 0 found
(#181) Variable "SkipY" must be all lower-case
(#181) Line exceeds 132 characters; contains 140 characters
(#182) Line indented incorrectly; expected at least 20 spaces, found 12
(#182) Variable "Points" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "Points" must be all lower-case
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Variable "Points" must be all lower-case
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Variable "Points" must be all lower-case
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Variable "BorderSettings" must be all lower-case
(#183) Line indented incorrectly; expected 16 spaces, found 10
(#183) Closing brace indented incorrectly; expected 9 spaces, found 10
(#184) Line indented incorrectly; expected 16 spaces, found 9
(#184) Expected "} else {\n"; found "}\n else\n {\n"
(#185) Line indented incorrectly; expected at least 16 spaces, found 10
(#186) Line indented incorrectly; expected at least 20 spaces, found 11
(#186) Inline control structures are not allowed
(#186) Variable "Points" must be all lower-case
(#186) Variable "Points" must be all lower-case
(#186) Variable "Points" must be all lower-case
(#186) Variable "SkipX" must be all lower-case
(#186) Variable "Points" must be all lower-case
(#186) Expected 1 space before "+"; 0 found
(#186) Expected 1 space after "+"; 0 found
(#186) Variable "Points" must be all lower-case
(#186) Variable "Points" must be all lower-case
(#186) Expected 1 space before "+"; 0 found
(#186) Expected 1 space after "+"; 0 found
(#186) Variable "SkipY" must be all lower-case
(#186) Line exceeds 132 characters; contains 134 characters
(#187) Line indented incorrectly; expected at least 20 spaces, found 12
(#187) Variable "Points" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Points" must be all lower-case
(#187) Expected 1 space before "+"; 0 found
(#187) Expected 1 space after "+"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Variable "Points" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Points" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "BorderSettings" must be all lower-case
(#188) Line indented incorrectly; expected 16 spaces, found 10
(#188) Closing brace indented incorrectly; expected 9 spaces, found 10
(#189) Line indented incorrectly; expected 12 spaces, found 8
(#189) Closing brace indented incorrectly; expected 7 spaces, found 8
(#190) Line indented incorrectly; expected 8 spaces, found 6
(#190) Closing brace indented incorrectly; expected 5 spaces, found 6
(#192) Line indented incorrectly; expected at least 8 spaces, found 5
(#192) Variable "RestoreShadow" must be all lower-case
(#193) Closing brace indented incorrectly; expected 3 spaces, found 4
(#195) Line indented incorrectly; expected at least 4 spaces, found 3
(#196) Line indented incorrectly; expected 4 spaces, found 3
(#196) method name "pDraw::offsetCorrection" must be in lower-case letters only
(#196) Visibility must be declared on method "offsetCorrection"
(#196) Variable "Value" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "Mode" must be all lower-case
(#197) Opening brace should be on the same line as the declaration
(#198) Line indented incorrectly; expected at least 8 spaces, found 5
(#198) Variable "Value" must be all lower-case
(#198) Variable "Value" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#200) Line indented incorrectly; expected 8 spaces, found 5
(#200) Expected "if (...) {\n"; found "if (...) { "
(#200) Variable "Value" must be all lower-case
(#200) Variable "Mode" must be all lower-case
(#200) Closing brace must be on a line by itself
(#201) Line indented incorrectly; expected 8 spaces, found 5
(#201) Expected "if (...) {\n"; found "if (...) { "
(#201) Variable "Value" must be all lower-case
(#201) Closing brace must be on a line by itself
(#203) Line indented incorrectly; expected 8 spaces, found 5
(#203) Expected "if (...) {\n"; found "if (...) \n { "
(#203) Variable "Mode" must be all lower-case
(#203) Whitespace found at end of line
(#204) Line indented incorrectly; expected at least 8 spaces, found 6
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Expected "if (...) {\n"; found "if (...) { "
(#204) Variable "Value" must be all lower-case
(#204) Closing brace must be on a line by itself
(#204) Line exceeds maximum limit of 180 characters; contains 378 characters
(#204) Closing brace must be on a line by itself
(#206) Line indented incorrectly; expected 8 spaces, found 5
(#206) Expected "if (...) {\n"; found "if (...) \n { "
(#206) Variable "Mode" must be all lower-case
(#206) Whitespace found at end of line
(#207) Line indented incorrectly; expected at least 8 spaces, found 6
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Expected "if (...) {\n"; found "if (...) { "
(#207) Variable "Value" must be all lower-case
(#207) Closing brace must be on a line by itself
(#207) Line exceeds maximum limit of 180 characters; contains 378 characters
(#207) Closing brace must be on a line by itself
(#209) Line indented incorrectly; expected 8 spaces, found 5
(#209) Expected "if (...) {\n"; found "if (...) \n { "
(#209) Variable "Mode" must be all lower-case
(#209) Whitespace found at end of line
(#210) Line indented incorrectly; expected at least 8 spaces, found 6
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Expected "if (...) {\n"; found "if (...) { "
(#210) Variable "Value" must be all lower-case
(#210) Closing brace must be on a line by itself
(#210) Line exceeds maximum limit of 180 characters; contains 378 characters
(#210) Closing brace must be on a line by itself
(#212) Line indented incorrectly; expected 8 spaces, found 5
(#212) Expected "if (...) {\n"; found "if (...) \n { "
(#212) Variable "Mode" must be all lower-case
(#212) Whitespace found at end of line
(#213) Line indented incorrectly; expected at least 8 spaces, found 6
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "Value" must be all lower-case
(#213) Closing brace must be on a line by itself
(#213) Line exceeds maximum limit of 180 characters; contains 379 characters
(#213) Closing brace must be on a line by itself
(#214) Closing brace indented incorrectly; expected 3 spaces, found 4
(#216) Line indented incorrectly; expected at least 4 spaces, found 3
(#217) Line indented incorrectly; expected 4 spaces, found 3
(#217) method name "pDraw::drawRoundedRectangle" must be in lower-case letters only
(#217) Visibility must be declared on method "drawRoundedRectangle"
(#217) Variable "X1" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "Y1" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "X2" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "Y2" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "Radius" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "Format" must be all lower-case
(#218) Opening brace should be on the same line as the declaration
(#219) Line indented incorrectly; expected at least 8 spaces, found 5
(#219) Variable "R" must be all lower-case
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Variable "Format" must be all lower-case
(#219) Variable "Format" must be all lower-case
(#220) Line indented incorrectly; expected at least 8 spaces, found 5
(#220) Variable "G" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Variable "Format" must be all lower-case
(#220) Variable "Format" must be all lower-case
(#221) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Variable "B" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Variable "Format" must be all lower-case
(#221) Variable "Format" must be all lower-case
(#222) Line indented incorrectly; expected at least 8 spaces, found 5
(#222) Variable "Alpha" must be all lower-case
(#222) Variable "Format" must be all lower-case
(#222) Variable "Format" must be all lower-case
(#224) Line indented incorrectly; expected at least 8 spaces, found 5
(#224) Variable "X1" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Variable "Y1" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Variable "X2" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Variable "Y2" must be all lower-case
(#224) Variable "X1" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Variable "Y1" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Variable "X2" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Variable "Y2" must be all lower-case
(#226) Line indented incorrectly; expected 8 spaces, found 5
(#226) Expected "if (...) {\n"; found "if (...) { "
(#226) Variable "X2" must be all lower-case
(#226) Variable "X1" must be all lower-case
(#226) Variable "Radius" must be all lower-case
(#226) Variable "Radius" must be all lower-case
(#226) Variable "X2" must be all lower-case
(#226) Expected 1 space before "-"; 0 found
(#226) Expected 1 space after "-"; 0 found
(#226) Variable "X1" must be all lower-case
(#226) Expected 1 space before "/"; 0 found
(#226) Expected 1 space after "/"; 0 found
(#226) Closing brace must be on a line by itself
(#227) Line indented incorrectly; expected 8 spaces, found 5
(#227) Expected "if (...) {\n"; found "if (...) { "
(#227) Variable "Y2" must be all lower-case
(#227) Variable "Y1" must be all lower-case
(#227) Variable "Radius" must be all lower-case
(#227) Variable "Radius" must be all lower-case
(#227) Variable "Y2" must be all lower-case
(#227) Expected 1 space before "-"; 0 found
(#227) Expected 1 space after "-"; 0 found
(#227) Variable "Y1" must be all lower-case
(#227) Expected 1 space before "/"; 0 found
(#227) Expected 1 space after "/"; 0 found
(#227) Closing brace must be on a line by itself
(#229) Line indented incorrectly; expected at least 8 spaces, found 5
(#229) Variable "Color" must be all lower-case
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Variable "R" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Variable "G" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Variable "B" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) Variable "Alpha" must be all lower-case
(#229) Commas (,) must be followed by white space.
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#229) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#231) Line indented incorrectly; expected 8 spaces, found 5
(#231) Expected "if (...) {\n"; found "if (...) { "
(#231) Variable "Radius" must be all lower-case
(#231) Variable "X1" must be all lower-case
(#231) Commas (,) must be followed by white space.
(#231) Variable "Y1" must be all lower-case
(#231) Commas (,) must be followed by white space.
(#231) Variable "X2" must be all lower-case
(#231) Commas (,) must be followed by white space.
(#231) Variable "Y2" must be all lower-case
(#231) Commas (,) must be followed by white space.
(#231) Variable "Color" must be all lower-case
(#231) Closing brace must be on a line by itself
(#233) Line indented incorrectly; expected 8 spaces, found 5
(#233) Expected "if (...) {\n"; found "if (...)\n {\n"
(#234) Line indented incorrectly; expected at least 8 spaces, found 6
(#235) Line indented incorrectly; expected at least 12 spaces, found 7
(#235) Variable "X1" must be all lower-case
(#235) Expected 1 space before "+"; 0 found
(#235) Expected 1 space after "+"; 0 found
(#235) Variable "Radius" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "Y1" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "X2" must be all lower-case
(#235) Expected 1 space before "-"; 0 found
(#235) Expected 1 space after "-"; 0 found
(#235) Variable "Radius" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "Y1" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "Color" must be all lower-case
(#236) Line indented incorrectly; expected at least 12 spaces, found 7
(#236) Variable "X2" must be all lower-case
(#236) Commas (,) must be followed by white space.
(#236) Variable "Y1" must be all lower-case
(#236) Expected 1 space before "+"; 0 found
(#236) Expected 1 space after "+"; 0 found
(#236) Variable "Radius" must be all lower-case
(#236) Commas (,) must be followed by white space.
(#236) Variable "X2" must be all lower-case
(#236) Commas (,) must be followed by white space.
(#236) Variable "Y2" must be all lower-case
(#236) Expected 1 space before "-"; 0 found
(#236) Expected 1 space after "-"; 0 found
(#236) Variable "Radius" must be all lower-case
(#236) Commas (,) must be followed by white space.
(#236) Variable "Color" must be all lower-case
(#237) Line indented incorrectly; expected at least 12 spaces, found 7
(#237) Variable "X2" must be all lower-case
(#237) Expected 1 space before "-"; 0 found
(#237) Expected 1 space after "-"; 0 found
(#237) Variable "Radius" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "Y2" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "X1" must be all lower-case
(#237) Expected 1 space before "+"; 0 found
(#237) Expected 1 space after "+"; 0 found
(#237) Variable "Radius" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "Y2" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "Color" must be all lower-case
(#238) Line indented incorrectly; expected at least 12 spaces, found 7
(#238) Variable "X1" must be all lower-case
(#238) Commas (,) must be followed by white space.
(#238) Variable "Y1" must be all lower-case
(#238) Expected 1 space before "+"; 0 found
(#238) Expected 1 space after "+"; 0 found
(#238) Variable "Radius" must be all lower-case
(#238) Commas (,) must be followed by white space.
(#238) Variable "X1" must be all lower-case
(#238) Commas (,) must be followed by white space.
(#238) Variable "Y2" must be all lower-case
(#238) Expected 1 space before "-"; 0 found
(#238) Expected 1 space after "-"; 0 found
(#238) Variable "Radius" must be all lower-case
(#238) Commas (,) must be followed by white space.
(#238) Variable "Color" must be all lower-case
(#239) Line indented incorrectly; expected 8 spaces, found 6
(#239) Closing brace indented incorrectly; expected 5 spaces, found 6
(#240) Line indented incorrectly; expected 8 spaces, found 5
(#240) Expected "} else {\n"; found "}\n else\n {\n"
(#241) Line indented incorrectly; expected at least 8 spaces, found 6
(#242) Line indented incorrectly; expected at least 12 spaces, found 7
(#242) Variable "Color" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Variable "R" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Variable "G" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Variable "B" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Variable "Alpha" must be all lower-case
(#243) Line indented incorrectly; expected at least 12 spaces, found 7
(#243) Commas (,) must be followed by white space.
(#243) Variable "X1" must be all lower-case
(#243) Expected 1 space before "+"; 0 found
(#243) Expected 1 space after "+"; 0 found
(#243) Variable "Radius" must be all lower-case
(#243) Commas (,) must be followed by white space.
(#243) Variable "Y1" must be all lower-case
(#243) Commas (,) must be followed by white space.
(#243) Variable "X2" must be all lower-case
(#243) Expected 1 space before "-"; 0 found
(#243) Expected 1 space after "-"; 0 found
(#243) Variable "Radius" must be all lower-case
(#243) Commas (,) must be followed by white space.
(#243) Variable "Y1" must be all lower-case
(#243) Commas (,) must be followed by white space.
(#243) Variable "Color" must be all lower-case
(#244) Line indented incorrectly; expected at least 12 spaces, found 7
(#244) Commas (,) must be followed by white space.
(#244) Variable "X2" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Variable "Y1" must be all lower-case
(#244) Expected 1 space before "+"; 0 found
(#244) Expected 1 space after "+"; 0 found
(#244) Variable "Radius" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Variable "X2" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Variable "Y2" must be all lower-case
(#244) Expected 1 space before "-"; 0 found
(#244) Expected 1 space after "-"; 0 found
(#244) Variable "Radius" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Variable "Color" must be all lower-case
(#245) Line indented incorrectly; expected at least 12 spaces, found 7
(#245) Commas (,) must be followed by white space.
(#245) Variable "X2" must be all lower-case
(#245) Expected 1 space before "-"; 0 found
(#245) Expected 1 space after "-"; 0 found
(#245) Variable "Radius" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Variable "Y2" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Variable "X1" must be all lower-case
(#245) Expected 1 space before "+"; 0 found
(#245) Expected 1 space after "+"; 0 found
(#245) Variable "Radius" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Variable "Y2" must be all lower-case
(#245) Commas (,) must be followed by white space.
(#245) Variable "Color" must be all lower-case
(#246) Line indented incorrectly; expected at least 12 spaces, found 7
(#246) Commas (,) must be followed by white space.
(#246) Variable "X1" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#246) Variable "Y1" must be all lower-case
(#246) Expected 1 space before "+"; 0 found
(#246) Expected 1 space after "+"; 0 found
(#246) Variable "Radius" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#246) Variable "X1" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#246) Variable "Y2" must be all lower-case
(#246) Expected 1 space before "-"; 0 found
(#246) Expected 1 space after "-"; 0 found
(#246) Variable "Radius" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#246) Variable "Color" must be all lower-case
(#247) Line indented incorrectly; expected 8 spaces, found 6
(#247) Closing brace indented incorrectly; expected 5 spaces, found 6
(#249) Line indented incorrectly; expected at least 8 spaces, found 5
(#249) Variable "Step" must be all lower-case
(#249) Variable "Radius" must be all lower-case
(#250) Line indented incorrectly; expected 8 spaces, found 5
(#250) Expected "for (...) {\n"; found "for(...)\n {\n"
(#250) Expected 1 space after first semicolon of FOR loop; 0 found
(#250) Expected 1 space after second semicolon of FOR loop; 0 found
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#250) Expected 1 space before "<="; 0 found
(#250) Expected 1 space after "<="; 0 found
(#250) Expected 1 space before "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#250) Expected 1 space before "+"; 0 found
(#250) Expected 1 space after "+"; 0 found
(#250) Variable "Step" must be all lower-case
(#251) Line indented incorrectly; expected at least 8 spaces, found 6
(#252) Line indented incorrectly; expected at least 12 spaces, found 7
(#252) Variable "X" must be all lower-case
(#252) Expected 1 space before "+"; 0 found
(#252) Expected 1 space after "+"; 0 found
(#252) Expected 1 space before "*"; 0 found
(#252) Expected 1 space after "*"; 0 found
(#252) Expected 1 space before "/"; 0 found
(#252) Expected 1 space after "/"; 0 found
(#252) Variable "Radius" must be all lower-case
(#252) Variable "X1" must be all lower-case
(#252) Variable "Radius" must be all lower-case
(#253) Line indented incorrectly; expected at least 12 spaces, found 7
(#253) Variable "Y" must be all lower-case
(#253) Expected 1 space before "+"; 0 found
(#253) Expected 1 space after "+"; 0 found
(#253) Expected 1 space before "*"; 0 found
(#253) Expected 1 space after "*"; 0 found
(#253) Expected 1 space before "/"; 0 found
(#253) Expected 1 space after "/"; 0 found
(#253) Variable "Radius" must be all lower-case
(#253) Variable "Y1" must be all lower-case
(#253) Variable "Radius" must be all lower-case
(#254) Line indented incorrectly; expected at least 12 spaces, found 7
(#254) Variable "X" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Variable "Y" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "R" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "G" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "B" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "Alpha" must be all lower-case
(#256) Line indented incorrectly; expected at least 12 spaces, found 7
(#256) Variable "X" must be all lower-case
(#256) Expected 1 space before "+"; 0 found
(#256) Expected 1 space after "+"; 0 found
(#256) Expected 1 space before "*"; 0 found
(#256) Expected 1 space after "*"; 0 found
(#256) Expected 1 space before "/"; 0 found
(#256) Expected 1 space after "/"; 0 found
(#256) Variable "Radius" must be all lower-case
(#256) Variable "X1" must be all lower-case
(#256) Variable "Radius" must be all lower-case
(#257) Line indented incorrectly; expected at least 12 spaces, found 7
(#257) Variable "Y" must be all lower-case
(#257) Expected 1 space before "+"; 0 found
(#257) Expected 1 space after "+"; 0 found
(#257) Expected 1 space before "*"; 0 found
(#257) Expected 1 space after "*"; 0 found
(#257) Expected 1 space before "/"; 0 found
(#257) Expected 1 space after "/"; 0 found
(#257) Variable "Radius" must be all lower-case
(#257) Variable "Y2" must be all lower-case
(#257) Variable "Radius" must be all lower-case
(#258) Line indented incorrectly; expected at least 12 spaces, found 7
(#258) Variable "X" must be all lower-case
(#258) Commas (,) must be followed by white space.
(#258) Variable "Y" must be all lower-case
(#258) Commas (,) must be followed by white space.
(#258) Expected 1 space before "=>"; 0 found
(#258) Expected 1 space after "=>"; 0 found
(#258) Variable "R" must be all lower-case
(#258) Commas (,) must be followed by white space.
(#258) Expected 1 space before "=>"; 0 found
(#258) Expected 1 space after "=>"; 0 found
(#258) Variable "G" must be all lower-case
(#258) Commas (,) must be followed by white space.
(#258) Expected 1 space before "=>"; 0 found
(#258) Expected 1 space after "=>"; 0 found
(#258) Variable "B" must be all lower-case
(#258) Commas (,) must be followed by white space.
(#258) Expected 1 space before "=>"; 0 found
(#258) Expected 1 space after "=>"; 0 found
(#258) Variable "Alpha" must be all lower-case
(#260) Line indented incorrectly; expected at least 12 spaces, found 7
(#260) Variable "X" must be all lower-case
(#260) Expected 1 space before "*"; 0 found
(#260) Expected 1 space after "*"; 0 found
(#260) Expected 1 space before "/"; 0 found
(#260) Expected 1 space after "/"; 0 found
(#260) Variable "Radius" must be all lower-case
(#260) Variable "X2" must be all lower-case
(#260) Variable "Radius" must be all lower-case
(#261) Line indented incorrectly; expected at least 12 spaces, found 7
(#261) Variable "Y" must be all lower-case
(#261) Expected 1 space before "*"; 0 found
(#261) Expected 1 space after "*"; 0 found
(#261) Expected 1 space before "/"; 0 found
(#261) Expected 1 space after "/"; 0 found
(#261) Variable "Radius" must be all lower-case
(#261) Variable "Y2" must be all lower-case
(#261) Variable "Radius" must be all lower-case
(#262) Line indented incorrectly; expected at least 12 spaces, found 7
(#262) Variable "X" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Variable "Y" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Expected 1 space before "=>"; 0 found
(#262) Expected 1 space after "=>"; 0 found
(#262) Variable "R" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Expected 1 space before "=>"; 0 found
(#262) Expected 1 space after "=>"; 0 found
(#262) Variable "G" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Expected 1 space before "=>"; 0 found
(#262) Expected 1 space after "=>"; 0 found
(#262) Variable "B" must be all lower-case
(#262) Commas (,) must be followed by white space.
(#262) Expected 1 space before "=>"; 0 found
(#262) Expected 1 space after "=>"; 0 found
(#262) Variable "Alpha" must be all lower-case
(#264) Line indented incorrectly; expected at least 12 spaces, found 7
(#264) Variable "X" must be all lower-case
(#264) Expected 1 space before "+"; 0 found
(#264) Expected 1 space after "+"; 0 found
(#264) Expected 1 space before "*"; 0 found
(#264) Expected 1 space after "*"; 0 found
(#264) Expected 1 space before "/"; 0 found
(#264) Expected 1 space after "/"; 0 found
(#264) Variable "Radius" must be all lower-case
(#264) Variable "X2" must be all lower-case
(#264) Variable "Radius" must be all lower-case
(#265) Line indented incorrectly; expected at least 12 spaces, found 7
(#265) Variable "Y" must be all lower-case
(#265) Expected 1 space before "+"; 0 found
(#265) Expected 1 space after "+"; 0 found
(#265) Expected 1 space before "*"; 0 found
(#265) Expected 1 space after "*"; 0 found
(#265) Expected 1 space before "/"; 0 found
(#265) Expected 1 space after "/"; 0 found
(#265) Variable "Radius" must be all lower-case
(#265) Variable "Y1" must be all lower-case
(#265) Variable "Radius" must be all lower-case
(#266) Line indented incorrectly; expected at least 12 spaces, found 7
(#266) Variable "X" must be all lower-case
(#266) Commas (,) must be followed by white space.
(#266) Variable "Y" must be all lower-case
(#266) Commas (,) must be followed by white space.
(#266) Expected 1 space before "=>"; 0 found
(#266) Expected 1 space after "=>"; 0 found
(#266) Variable "R" must be all lower-case
(#266) Commas (,) must be followed by white space.
(#266) Expected 1 space before "=>"; 0 found
(#266) Expected 1 space after "=>"; 0 found
(#266) Variable "G" must be all lower-case
(#266) Commas (,) must be followed by white space.
(#266) Expected 1 space before "=>"; 0 found
(#266) Expected 1 space after "=>"; 0 found
(#266) Variable "B" must be all lower-case
(#266) Commas (,) must be followed by white space.
(#266) Expected 1 space before "=>"; 0 found
(#266) Expected 1 space after "=>"; 0 found
(#266) Variable "Alpha" must be all lower-case
(#267) Line indented incorrectly; expected 8 spaces, found 6
(#267) Closing brace indented incorrectly; expected 5 spaces, found 6
(#268) Closing brace indented incorrectly; expected 3 spaces, found 4
(#270) Line indented incorrectly; expected at least 4 spaces, found 3
(#271) Line indented incorrectly; expected 4 spaces, found 3
(#271) method name "pDraw::drawRoundedFilledRectangle" must be in lower-case letters only
(#271) Visibility must be declared on method "drawRoundedFilledRectangle"
(#271) Variable "X1" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "Y1" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "X2" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "Y2" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "Radius" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "Format" must be all lower-case
(#272) Opening brace should be on the same line as the declaration
(#273) Line indented incorrectly; expected at least 8 spaces, found 5
(#273) Variable "R" must be all lower-case
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Variable "Format" must be all lower-case
(#273) Variable "Format" must be all lower-case
(#274) Line indented incorrectly; expected at least 8 spaces, found 5
(#274) Variable "G" must be all lower-case
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Variable "Format" must be all lower-case
(#274) Variable "Format" must be all lower-case
(#275) Line indented incorrectly; expected at least 8 spaces, found 5
(#275) Variable "B" must be all lower-case
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Variable "Format" must be all lower-case
(#275) Variable "Format" must be all lower-case
(#276) Line indented incorrectly; expected at least 8 spaces, found 5
(#276) Variable "BorderR" must be all lower-case
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Variable "Format" must be all lower-case
(#276) Variable "Format" must be all lower-case
(#277) Line indented incorrectly; expected at least 8 spaces, found 5
(#277) Variable "BorderG" must be all lower-case
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Variable "Format" must be all lower-case
(#277) Variable "Format" must be all lower-case
(#278) Line indented incorrectly; expected at least 8 spaces, found 5
(#278) Variable "BorderB" must be all lower-case
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Variable "Format" must be all lower-case
(#278) Variable "Format" must be all lower-case
(#279) Line indented incorrectly; expected at least 8 spaces, found 5
(#279) Variable "Alpha" must be all lower-case
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Variable "Format" must be all lower-case
(#279) Variable "Format" must be all lower-case
(#280) Line indented incorrectly; expected at least 8 spaces, found 5
(#280) Variable "Surrounding" must be all lower-case
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Variable "Format" must be all lower-case
(#280) Variable "Format" must be all lower-case
(#280) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#282) Line indented incorrectly; expected at least 8 spaces, found 5
(#283) Line indented incorrectly; expected at least 8 spaces, found 5
(#283) Variable "Y1" must be all lower-case
(#283) Variable "Y1" must be all lower-case
(#283) Variable "Y2" must be all lower-case
(#283) Variable "Y2" must be all lower-case
(#283) Variable "X1" must be all lower-case
(#283) Variable "X1" must be all lower-case
(#283) Variable "X2" must be all lower-case
(#283) Variable "X2" must be all lower-case
(#285) Line indented incorrectly; expected 8 spaces, found 5
(#285) Expected "if (...) {\n"; found "if (...) { "
(#285) Variable "Surrounding" must be all lower-case
(#285) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#285) Variable "BorderR" must be all lower-case
(#285) Variable "R" must be all lower-case
(#285) Expected 1 space before "+"; 0 found
(#285) Expected 1 space after "+"; 0 found
(#285) Variable "Surrounding" must be all lower-case
(#285) Variable "BorderG" must be all lower-case
(#285) Variable "G" must be all lower-case
(#285) Expected 1 space before "+"; 0 found
(#285) Expected 1 space after "+"; 0 found
(#285) Variable "Surrounding" must be all lower-case
(#285) Variable "BorderB" must be all lower-case
(#285) Variable "B" must be all lower-case
(#285) Expected 1 space before "+"; 0 found
(#285) Expected 1 space after "+"; 0 found
(#285) Variable "Surrounding" must be all lower-case
(#285) Closing brace must be on a line by itself
(#286) Line indented incorrectly; expected 8 spaces, found 5
(#286) Expected "if (...) {\n"; found "if (...) { "
(#286) Variable "BorderR" must be all lower-case
(#286) Variable "BorderR" must be all lower-case
(#286) Variable "R" must be all lower-case
(#286) Variable "BorderG" must be all lower-case
(#286) Variable "G" must be all lower-case
(#286) Variable "BorderB" must be all lower-case
(#286) Variable "B" must be all lower-case
(#286) Closing brace must be on a line by itself
(#288) Line indented incorrectly; expected at least 8 spaces, found 5
(#288) Variable "X1" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Variable "Y1" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Variable "X2" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Variable "Y2" must be all lower-case
(#288) Variable "X1" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Variable "Y1" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Variable "X2" must be all lower-case
(#288) Commas (,) must be followed by white space.
(#288) Variable "Y2" must be all lower-case
(#290) Line indented incorrectly; expected 8 spaces, found 5
(#290) Expected "if (...) {\n"; found "if (...) { "
(#290) Variable "X2" must be all lower-case
(#290) Variable "X1" must be all lower-case
(#290) Variable "Radius" must be all lower-case
(#290) Expected 1 space before "*"; 0 found
(#290) Expected 1 space after "*"; 0 found
(#290) Variable "Radius" must be all lower-case
(#290) Variable "X2" must be all lower-case
(#290) Expected 1 space before "-"; 0 found
(#290) Expected 1 space after "-"; 0 found
(#290) Variable "X1" must be all lower-case
(#290) Expected 1 space before "/"; 0 found
(#290) Expected 1 space after "/"; 0 found
(#290) Closing brace must be on a line by itself
(#291) Line indented incorrectly; expected 8 spaces, found 5
(#291) Expected "if (...) {\n"; found "if (...) { "
(#291) Variable "Y2" must be all lower-case
(#291) Variable "Y1" must be all lower-case
(#291) Variable "Radius" must be all lower-case
(#291) Expected 1 space before "*"; 0 found
(#291) Expected 1 space after "*"; 0 found
(#291) Variable "Radius" must be all lower-case
(#291) Variable "Y2" must be all lower-case
(#291) Expected 1 space before "-"; 0 found
(#291) Expected 1 space after "-"; 0 found
(#291) Variable "Y1" must be all lower-case
(#291) Expected 1 space before "/"; 0 found
(#291) Expected 1 space after "/"; 0 found
(#291) Closing brace must be on a line by itself
(#293) Line indented incorrectly; expected at least 8 spaces, found 5
(#293) Variable "RestoreShadow" must be all lower-case
(#294) Line indented incorrectly; expected 8 spaces, found 5
(#294) Expected "if (...) {\n"; found "if (...)\n {\n"
(#295) Line indented incorrectly; expected at least 8 spaces, found 6
(#296) Line indented incorrectly; expected at least 12 spaces, found 7
(#296) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#297) Line indented incorrectly; expected at least 12 spaces, found 7
(#297) Variable "X1" must be all lower-case
(#297) Expected 1 space before "+"; 0 found
(#297) Expected 1 space after "+"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Variable "Y1" must be all lower-case
(#297) Expected 1 space before "+"; 0 found
(#297) Expected 1 space after "+"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Variable "X2" must be all lower-case
(#297) Expected 1 space before "+"; 0 found
(#297) Expected 1 space after "+"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Variable "Y2" must be all lower-case
(#297) Expected 1 space before "+"; 0 found
(#297) Expected 1 space after "+"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Variable "Radius" must be all lower-case
(#297) Commas (,) must be followed by white space.
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Line exceeds maximum limit of 180 characters; contains 217 characters
(#298) Line indented incorrectly; expected 8 spaces, found 6
(#298) Closing brace indented incorrectly; expected 5 spaces, found 6
(#300) Line indented incorrectly; expected at least 8 spaces, found 5
(#300) Variable "Color" must be all lower-case
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Variable "R" must be all lower-case
(#300) Commas (,) must be followed by white space.
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Variable "G" must be all lower-case
(#300) Commas (,) must be followed by white space.
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Variable "B" must be all lower-case
(#300) Commas (,) must be followed by white space.
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Variable "Alpha" must be all lower-case
(#300) Commas (,) must be followed by white space.
(#300) Expected 1 space before "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#302) Line indented incorrectly; expected 8 spaces, found 5
(#302) Expected "if (...) {\n"; found "if (...) { "
(#302) Variable "Radius" must be all lower-case
(#302) Variable "X1" must be all lower-case
(#302) Commas (,) must be followed by white space.
(#302) Variable "Y1" must be all lower-case
(#302) Commas (,) must be followed by white space.
(#302) Variable "X2" must be all lower-case
(#302) Commas (,) must be followed by white space.
(#302) Variable "Y2" must be all lower-case
(#302) Commas (,) must be followed by white space.
(#302) Variable "Color" must be all lower-case
(#302) Closing brace must be on a line by itself
(#304) Line indented incorrectly; expected at least 8 spaces, found 5
(#304) Variable "YTop" must be all lower-case
(#304) Variable "Y1" must be all lower-case
(#304) Expected 1 space before "+"; 0 found
(#304) Expected 1 space after "+"; 0 found
(#304) Variable "Radius" must be all lower-case
(#305) Line indented incorrectly; expected at least 8 spaces, found 5
(#305) Variable "YBottom" must be all lower-case
(#305) Variable "Y2" must be all lower-case
(#305) Expected 1 space before "-"; 0 found
(#305) Expected 1 space after "-"; 0 found
(#305) Variable "Radius" must be all lower-case
(#307) Line indented incorrectly; expected at least 8 spaces, found 5
(#307) Variable "Step" must be all lower-case
(#307) Variable "Radius" must be all lower-case
(#308) Line indented incorrectly; expected at least 8 spaces, found 5
(#308) Variable "Positions" must be all lower-case
(#308) Variable "Radius" must be all lower-case
(#308) Variable "MinY" must be all lower-case
(#308) Variable "MaxY" must be all lower-case
(#309) Line indented incorrectly; expected 8 spaces, found 5
(#309) Expected "for (...) {\n"; found "for(...)\n {\n"
(#309) Expected 1 space after first semicolon of FOR loop; 0 found
(#309) Expected 1 space after second semicolon of FOR loop; 0 found
(#309) Expected 1 space before "="; 0 found
(#309) Expected 1 space after "="; 0 found
(#309) Expected 1 space before "<="; 0 found
(#309) Expected 1 space after "<="; 0 found
(#309) Expected 1 space before "="; 0 found
(#309) Expected 1 space after "="; 0 found
(#309) Expected 1 space before "+"; 0 found
(#309) Expected 1 space after "+"; 0 found
(#309) Variable "Step" must be all lower-case
(#310) Line indented incorrectly; expected at least 8 spaces, found 6
(#311) Line indented incorrectly; expected at least 12 spaces, found 7
(#311) Variable "Xp1" must be all lower-case
(#311) Expected 1 space before "+"; 0 found
(#311) Expected 1 space after "+"; 0 found
(#311) Expected 1 space before "*"; 0 found
(#311) Expected 1 space after "*"; 0 found
(#311) Expected 1 space before "/"; 0 found
(#311) Expected 1 space after "/"; 0 found
(#311) Variable "Radius" must be all lower-case
(#311) Variable "X1" must be all lower-case
(#311) Variable "Radius" must be all lower-case
(#312) Line indented incorrectly; expected at least 12 spaces, found 7
(#312) Variable "Xp2" must be all lower-case
(#312) Expected 1 space before "-"; 0 found
(#312) Expected 1 space after "-"; 0 found
(#312) Expected 1 space before "+"; 0 found
(#312) Expected 1 space after "+"; 0 found
(#312) Expected 1 space before "*"; 0 found
(#312) Expected 1 space after "*"; 0 found
(#312) Expected 1 space before "/"; 0 found
(#312) Expected 1 space after "/"; 0 found
(#312) Variable "Radius" must be all lower-case
(#312) Variable "X2" must be all lower-case
(#312) Variable "Radius" must be all lower-case
(#313) Line indented incorrectly; expected at least 12 spaces, found 7
(#313) Variable "Yp" must be all lower-case
(#313) Expected 1 space before "+"; 0 found
(#313) Expected 1 space after "+"; 0 found
(#313) Expected 1 space before "*"; 0 found
(#313) Expected 1 space after "*"; 0 found
(#313) Expected 1 space before "/"; 0 found
(#313) Expected 1 space after "/"; 0 found
(#313) Variable "Radius" must be all lower-case
(#313) Variable "YTop" must be all lower-case
(#314) Line indented incorrectly; expected 12 spaces, found 7
(#314) Expected "if (...) {\n"; found "if (...) { "
(#314) Variable "MinY" must be all lower-case
(#314) Variable "Yp" must be all lower-case
(#314) Variable "MinY" must be all lower-case
(#314) Variable "MinY" must be all lower-case
(#314) Variable "Yp" must be all lower-case
(#314) Closing brace must be on a line by itself
(#316) Line indented incorrectly; expected 12 spaces, found 7
(#316) Expected "if (...) {\n"; found "if (...) { "
(#316) Variable "Xp1" must be all lower-case
(#316) Variable "X1" must be all lower-case
(#316) Variable "Xp1" must be all lower-case
(#316) Closing brace must be on a line by itself
(#317) Line indented incorrectly; expected 12 spaces, found 7
(#317) Expected "if (...) {\n"; found "if (...) { "
(#317) Variable "Xp2" must be all lower-case
(#317) Variable "X2" must be all lower-case
(#317) Variable "Xp2" must be all lower-case
(#317) Closing brace must be on a line by itself
(#318) Line indented incorrectly; expected at least 12 spaces, found 7
(#318) Variable "Xp1" must be all lower-case
(#320) Line indented incorrectly; expected 12 spaces, found 7
(#320) Expected "if (...) {\n"; found "if (...)\n { "
(#320) Variable "Positions" must be all lower-case
(#320) Variable "Yp" must be all lower-case
(#321) Line indented incorrectly; expected at least 12 spaces, found 8
(#321) Variable "Positions" must be all lower-case
(#321) Variable "Yp" must be all lower-case
(#321) Variable "Xp1" must be all lower-case
(#321) Variable "Positions" must be all lower-case
(#321) Variable "Yp" must be all lower-case
(#321) Variable "Xp2" must be all lower-case
(#321) Closing brace must be on a line by itself
(#322) Line indented incorrectly; expected 12 spaces, found 7
(#322) Expected "} else {\n"; found "}\n else\n { "
(#323) Line indented incorrectly; expected at least 12 spaces, found 8
(#323) Variable "Positions" must be all lower-case
(#323) Variable "Yp" must be all lower-case
(#323) Variable "Positions" must be all lower-case
(#323) Variable "Yp" must be all lower-case
(#323) Expected 1 space before "+"; 0 found
(#323) Expected 1 space after "+"; 0 found
(#323) Variable "Xp1" must be all lower-case
(#323) Expected 1 space before "/"; 0 found
(#323) Expected 1 space after "/"; 0 found
(#323) Variable "Positions" must be all lower-case
(#323) Variable "Yp" must be all lower-case
(#323) Variable "Positions" must be all lower-case
(#323) Variable "Yp" must be all lower-case
(#323) Expected 1 space before "+"; 0 found
(#323) Expected 1 space after "+"; 0 found
(#323) Variable "Xp2" must be all lower-case
(#323) Expected 1 space before "/"; 0 found
(#323) Expected 1 space after "/"; 0 found
(#323) Closing brace must be on a line by itself
(#325) Line indented incorrectly; expected at least 12 spaces, found 7
(#325) Variable "Xp1" must be all lower-case
(#325) Expected 1 space before "+"; 0 found
(#325) Expected 1 space after "+"; 0 found
(#325) Expected 1 space before "*"; 0 found
(#325) Expected 1 space after "*"; 0 found
(#325) Expected 1 space before "/"; 0 found
(#325) Expected 1 space after "/"; 0 found
(#325) Variable "Radius" must be all lower-case
(#325) Variable "X1" must be all lower-case
(#325) Variable "Radius" must be all lower-case
(#326) Line indented incorrectly; expected at least 12 spaces, found 7
(#326) Variable "Xp2" must be all lower-case
(#326) Expected 1 space before "-"; 0 found
(#326) Expected 1 space after "-"; 0 found
(#326) Expected 1 space before "*"; 0 found
(#326) Expected 1 space after "*"; 0 found
(#326) Expected 1 space before "/"; 0 found
(#326) Expected 1 space after "/"; 0 found
(#326) Variable "Radius" must be all lower-case
(#326) Variable "X2" must be all lower-case
(#326) Variable "Radius" must be all lower-case
(#327) Line indented incorrectly; expected at least 12 spaces, found 7
(#327) Variable "Yp" must be all lower-case
(#327) Expected 1 space before "+"; 0 found
(#327) Expected 1 space after "+"; 0 found
(#327) Expected 1 space before "*"; 0 found
(#327) Expected 1 space after "*"; 0 found
(#327) Expected 1 space before "/"; 0 found
(#327) Expected 1 space after "/"; 0 found
(#327) Variable "Radius" must be all lower-case
(#327) Variable "YBottom" must be all lower-case
(#328) Line indented incorrectly; expected 12 spaces, found 7
(#328) Expected "if (...) {\n"; found "if (...) { "
(#328) Variable "MaxY" must be all lower-case
(#328) Variable "Yp" must be all lower-case
(#328) Variable "MaxY" must be all lower-case
(#328) Variable "MaxY" must be all lower-case
(#328) Variable "Yp" must be all lower-case
(#328) Closing brace must be on a line by itself
(#330) Line indented incorrectly; expected 12 spaces, found 7
(#330) Expected "if (...) {\n"; found "if (...) { "
(#330) Variable "Xp1" must be all lower-case
(#330) Variable "X1" must be all lower-case
(#330) Variable "Xp1" must be all lower-case
(#330) Closing brace must be on a line by itself
(#331) Line indented incorrectly; expected 12 spaces, found 7
(#331) Expected "if (...) {\n"; found "if (...) { "
(#331) Variable "Xp2" must be all lower-case
(#331) Variable "X2" must be all lower-case
(#331) Variable "Xp2" must be all lower-case
(#331) Closing brace must be on a line by itself
(#332) Line indented incorrectly; expected at least 12 spaces, found 7
(#332) Variable "Xp1" must be all lower-case
(#334) Line indented incorrectly; expected 12 spaces, found 7
(#334) Expected "if (...) {\n"; found "if (...)\n { "
(#334) Variable "Positions" must be all lower-case
(#334) Variable "Yp" must be all lower-case
(#335) Line indented incorrectly; expected at least 12 spaces, found 8
(#335) Variable "Positions" must be all lower-case
(#335) Variable "Yp" must be all lower-case
(#335) Variable "Xp1" must be all lower-case
(#335) Variable "Positions" must be all lower-case
(#335) Variable "Yp" must be all lower-case
(#335) Variable "Xp2" must be all lower-case
(#335) Closing brace must be on a line by itself
(#336) Line indented incorrectly; expected 12 spaces, found 7
(#336) Expected "} else {\n"; found "}\n else\n { "
(#337) Line indented incorrectly; expected at least 12 spaces, found 8
(#337) Variable "Positions" must be all lower-case
(#337) Variable "Yp" must be all lower-case
(#337) Variable "Positions" must be all lower-case
(#337) Variable "Yp" must be all lower-case
(#337) Expected 1 space before "+"; 0 found
(#337) Expected 1 space after "+"; 0 found
(#337) Variable "Xp1" must be all lower-case
(#337) Expected 1 space before "/"; 0 found
(#337) Expected 1 space after "/"; 0 found
(#337) Variable "Positions" must be all lower-case
(#337) Variable "Yp" must be all lower-case
(#337) Variable "Positions" must be all lower-case
(#337) Variable "Yp" must be all lower-case
(#337) Expected 1 space before "+"; 0 found
(#337) Expected 1 space after "+"; 0 found
(#337) Variable "Xp2" must be all lower-case
(#337) Expected 1 space before "/"; 0 found
(#337) Expected 1 space after "/"; 0 found
(#337) Closing brace must be on a line by itself
(#338) Line indented incorrectly; expected 8 spaces, found 6
(#338) Closing brace indented incorrectly; expected 5 spaces, found 6
(#340) Line indented incorrectly; expected at least 8 spaces, found 5
(#340) Variable "ManualColor" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "R" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "G" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "B" must be all lower-case
(#340) Commas (,) must be followed by white space.
(#340) Variable "Alpha" must be all lower-case
(#341) Line indented incorrectly; expected 8 spaces, found 5
(#341) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#341) Variable "Positions" must be all lower-case
(#341) Variable "Yp" must be all lower-case
(#341) Variable "Bounds" must be all lower-case
(#342) Line indented incorrectly; expected at least 8 spaces, found 6
(#343) Line indented incorrectly; expected at least 12 spaces, found 7
(#343) Variable "X1" must be all lower-case
(#343) Variable "Bounds" must be all lower-case
(#343) Variable "X1Dec" must be all lower-case
(#343) Variable "X1" must be all lower-case
(#343) Expected "if (...) {\n"; found "if (...) { "
(#343) Variable "X1Dec" must be all lower-case
(#343) Variable "X1" must be all lower-case
(#343) Variable "X1" must be all lower-case
(#343) Expected 1 space before "+"; 0 found
(#343) Expected 1 space after "+"; 0 found
(#343) Closing brace must be on a line by itself
(#344) Line indented incorrectly; expected at least 12 spaces, found 7
(#344) Variable "X2" must be all lower-case
(#344) Variable "Bounds" must be all lower-case
(#344) Variable "X2Dec" must be all lower-case
(#344) Variable "X2" must be all lower-case
(#344) Expected "if (...) {\n"; found "if (...) { "
(#344) Variable "X2Dec" must be all lower-case
(#344) Variable "X2" must be all lower-case
(#344) Variable "X2" must be all lower-case
(#344) Expected 1 space before "-"; 0 found
(#344) Expected 1 space after "-"; 0 found
(#344) Closing brace must be on a line by itself
(#345) Line indented incorrectly; expected at least 12 spaces, found 7
(#345) Commas (,) must be followed by white space.
(#345) Variable "X1" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Variable "Yp" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Variable "X2" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Variable "Yp" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Variable "ManualColor" must be all lower-case
(#346) Line indented incorrectly; expected 8 spaces, found 6
(#346) Closing brace indented incorrectly; expected 5 spaces, found 6
(#347) Line indented incorrectly; expected at least 8 spaces, found 5
(#347) Variable "X1" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Variable "MinY" must be all lower-case
(#347) Expected 1 space before "+"; 0 found
(#347) Expected 1 space after "+"; 0 found
(#347) Commas (,) must be followed by white space.
(#347) Variable "X2" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Variable "MaxY" must be all lower-case
(#347) Expected 1 space before "-"; 0 found
(#347) Expected 1 space after "-"; 0 found
(#347) Commas (,) must be followed by white space.
(#347) Variable "Color" must be all lower-case
(#349) Line indented incorrectly; expected at least 8 spaces, found 5
(#349) Variable "Radius" must be all lower-case
(#350) Line indented incorrectly; expected at least 8 spaces, found 5
(#350) Variable "X1" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Variable "Y1" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Variable "X2" must be all lower-case
(#350) Expected 1 space before "+"; 0 found
(#350) Expected 1 space after "+"; 0 found
(#350) Commas (,) must be followed by white space.
(#350) Variable "Y2" must be all lower-case
(#350) Expected 1 space before "-"; 0 found
(#350) Expected 1 space after "-"; 0 found
(#350) Commas (,) must be followed by white space.
(#350) Variable "Radius" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "BorderR" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "BorderG" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "BorderB" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "Alpha" must be all lower-case
(#352) Line indented incorrectly; expected at least 8 spaces, found 5
(#352) Variable "RestoreShadow" must be all lower-case
(#353) Closing brace indented incorrectly; expected 3 spaces, found 4
(#355) Line indented incorrectly; expected at least 4 spaces, found 3
(#356) Line indented incorrectly; expected 4 spaces, found 3
(#356) method name "pDraw::drawRoundedFilledRectangle_deprecated" must be in lower-case letters only
(#356) Visibility must be declared on method "drawRoundedFilledRectangle_deprecated"
(#356) Variable "X1" must be all lower-case
(#356) Commas (,) must be followed by white space.
(#356) Variable "Y1" must be all lower-case
(#356) Commas (,) must be followed by white space.
(#356) Variable "X2" must be all lower-case
(#356) Commas (,) must be followed by white space.
(#356) Variable "Y2" must be all lower-case
(#356) Commas (,) must be followed by white space.
(#356) Variable "Radius" must be all lower-case
(#356) Commas (,) must be followed by white space.
(#356) Variable "Format" must be all lower-case
(#357) Opening brace should be on the same line as the declaration
(#358) Line indented incorrectly; expected at least 8 spaces, found 5
(#358) Variable "R" must be all lower-case
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Variable "Format" must be all lower-case
(#358) Variable "Format" must be all lower-case
(#359) Line indented incorrectly; expected at least 8 spaces, found 5
(#359) Variable "G" must be all lower-case
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Variable "Format" must be all lower-case
(#359) Variable "Format" must be all lower-case
(#360) Line indented incorrectly; expected at least 8 spaces, found 5
(#360) Variable "B" must be all lower-case
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Variable "Format" must be all lower-case
(#360) Variable "Format" must be all lower-case
(#361) Line indented incorrectly; expected at least 8 spaces, found 5
(#361) Variable "BorderR" must be all lower-case
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Variable "Format" must be all lower-case
(#361) Variable "Format" must be all lower-case
(#362) Line indented incorrectly; expected at least 8 spaces, found 5
(#362) Variable "BorderG" must be all lower-case
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Variable "Format" must be all lower-case
(#362) Variable "Format" must be all lower-case
(#363) Line indented incorrectly; expected at least 8 spaces, found 5
(#363) Variable "BorderB" must be all lower-case
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Variable "Format" must be all lower-case
(#363) Variable "Format" must be all lower-case
(#364) Line indented incorrectly; expected at least 8 spaces, found 5
(#364) Variable "Alpha" must be all lower-case
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Variable "Format" must be all lower-case
(#364) Variable "Format" must be all lower-case
(#365) Line indented incorrectly; expected at least 8 spaces, found 5
(#365) Variable "Surrounding" must be all lower-case
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Variable "Format" must be all lower-case
(#365) Variable "Format" must be all lower-case
(#365) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#367) Line indented incorrectly; expected 8 spaces, found 5
(#367) Expected "if (...) {\n"; found "if (...) { "
(#367) Variable "Surrounding" must be all lower-case
(#367) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#367) Variable "BorderR" must be all lower-case
(#367) Variable "R" must be all lower-case
(#367) Expected 1 space before "+"; 0 found
(#367) Expected 1 space after "+"; 0 found
(#367) Variable "Surrounding" must be all lower-case
(#367) Variable "BorderG" must be all lower-case
(#367) Variable "G" must be all lower-case
(#367) Expected 1 space before "+"; 0 found
(#367) Expected 1 space after "+"; 0 found
(#367) Variable "Surrounding" must be all lower-case
(#367) Variable "BorderB" must be all lower-case
(#367) Variable "B" must be all lower-case
(#367) Expected 1 space before "+"; 0 found
(#367) Expected 1 space after "+"; 0 found
(#367) Variable "Surrounding" must be all lower-case
(#367) Closing brace must be on a line by itself
(#368) Line indented incorrectly; expected 8 spaces, found 5
(#368) Expected "if (...) {\n"; found "if (...) { "
(#368) Variable "BorderR" must be all lower-case
(#368) Variable "BorderR" must be all lower-case
(#368) Variable "R" must be all lower-case
(#368) Variable "BorderG" must be all lower-case
(#368) Variable "G" must be all lower-case
(#368) Variable "BorderB" must be all lower-case
(#368) Variable "B" must be all lower-case
(#368) Closing brace must be on a line by itself
(#370) Line indented incorrectly; expected at least 8 spaces, found 5
(#370) Variable "X1" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "Y1" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "X2" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "Y2" must be all lower-case
(#370) Variable "X1" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "Y1" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "X2" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "Y2" must be all lower-case
(#372) Line indented incorrectly; expected 8 spaces, found 5
(#372) Expected "if (...) {\n"; found "if (...) { "
(#372) Variable "X2" must be all lower-case
(#372) Variable "X1" must be all lower-case
(#372) Variable "Radius" must be all lower-case
(#372) Variable "Radius" must be all lower-case
(#372) Variable "X2" must be all lower-case
(#372) Expected 1 space before "-"; 0 found
(#372) Expected 1 space after "-"; 0 found
(#372) Variable "X1" must be all lower-case
(#372) Expected 1 space before "+"; 0 found
(#372) Expected 1 space after "+"; 0 found
(#372) Expected 1 space before "/"; 0 found
(#372) Expected 1 space after "/"; 0 found
(#372) Closing brace must be on a line by itself
(#373) Line indented incorrectly; expected 8 spaces, found 5
(#373) Expected "if (...) {\n"; found "if (...) { "
(#373) Variable "Y2" must be all lower-case
(#373) Variable "Y1" must be all lower-case
(#373) Variable "Radius" must be all lower-case
(#373) Variable "Radius" must be all lower-case
(#373) Variable "Y2" must be all lower-case
(#373) Expected 1 space before "-"; 0 found
(#373) Expected 1 space after "-"; 0 found
(#373) Variable "Y1" must be all lower-case
(#373) Expected 1 space before "+"; 0 found
(#373) Expected 1 space after "+"; 0 found
(#373) Expected 1 space before "/"; 0 found
(#373) Expected 1 space after "/"; 0 found
(#373) Closing brace must be on a line by itself
(#375) Line indented incorrectly; expected at least 8 spaces, found 5
(#375) Variable "RestoreShadow" must be all lower-case
(#376) Line indented incorrectly; expected 8 spaces, found 5
(#376) Expected "if (...) {\n"; found "if (...)\n {\n"
(#377) Line indented incorrectly; expected at least 8 spaces, found 6
(#378) Line indented incorrectly; expected at least 12 spaces, found 7
(#378) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#379) Line indented incorrectly; expected at least 12 spaces, found 7
(#379) Variable "X1" must be all lower-case
(#379) Expected 1 space before "+"; 0 found
(#379) Expected 1 space after "+"; 0 found
(#379) Commas (,) must be followed by white space.
(#379) Variable "Y1" must be all lower-case
(#379) Expected 1 space before "+"; 0 found
(#379) Expected 1 space after "+"; 0 found
(#379) Commas (,) must be followed by white space.
(#379) Variable "X2" must be all lower-case
(#379) Expected 1 space before "+"; 0 found
(#379) Expected 1 space after "+"; 0 found
(#379) Commas (,) must be followed by white space.
(#379) Variable "Y2" must be all lower-case
(#379) Expected 1 space before "+"; 0 found
(#379) Expected 1 space after "+"; 0 found
(#379) Commas (,) must be followed by white space.
(#379) Variable "Radius" must be all lower-case
(#379) Commas (,) must be followed by white space.
(#379) Expected 1 space before "=>"; 0 found
(#379) Expected 1 space after "=>"; 0 found
(#379) Commas (,) must be followed by white space.
(#379) Expected 1 space before "=>"; 0 found
(#379) Expected 1 space after "=>"; 0 found
(#379) Commas (,) must be followed by white space.
(#379) Expected 1 space before "=>"; 0 found
(#379) Expected 1 space after "=>"; 0 found
(#379) Commas (,) must be followed by white space.
(#379) Expected 1 space before "=>"; 0 found
(#379) Expected 1 space after "=>"; 0 found
(#379) Line exceeds maximum limit of 180 characters; contains 217 characters
(#380) Line indented incorrectly; expected 8 spaces, found 6
(#380) Closing brace indented incorrectly; expected 5 spaces, found 6
(#382) Line indented incorrectly; expected 8 spaces, found 5
(#382) Expected "if (...) {\n"; found "if (...) { "
(#382) Variable "X2" must be all lower-case
(#382) Variable "XOffset2" must be all lower-case
(#382) Closing brace must be on a line by itself
(#382) Expected "} else {\n"; found "} else { "
(#382) Variable "XOffset2" must be all lower-case
(#382) Closing brace must be on a line by itself
(#383) Line indented incorrectly; expected 8 spaces, found 5
(#383) Expected "if (...) {\n"; found "if (...) { "
(#383) Variable "X1" must be all lower-case
(#383) Variable "XOffset1" must be all lower-case
(#383) Closing brace must be on a line by itself
(#383) Expected "} else {\n"; found "} else { "
(#383) Variable "XOffset1" must be all lower-case
(#383) Closing brace must be on a line by itself
(#385) Line indented incorrectly; expected 8 spaces, found 5
(#385) Expected "if (...) {\n"; found "if (...) { "
(#385) Variable "XOffset1" must be all lower-case
(#385) Variable "XOffset2" must be all lower-case
(#385) Closing brace must be on a line by itself
(#387) Line indented incorrectly; expected at least 8 spaces, found 5
(#387) Variable "YTop" must be all lower-case
(#387) Variable "Y1" must be all lower-case
(#387) Expected 1 space before "+"; 0 found
(#387) Expected 1 space after "+"; 0 found
(#387) Variable "Radius" must be all lower-case
(#388) Line indented incorrectly; expected at least 8 spaces, found 5
(#388) Variable "YBottom" must be all lower-case
(#388) Variable "Y2" must be all lower-case
(#388) Expected 1 space before "-"; 0 found
(#388) Expected 1 space after "-"; 0 found
(#388) Variable "Radius" must be all lower-case
(#390) Line indented incorrectly; expected at least 8 spaces, found 5
(#390) Variable "X1" must be all lower-case
(#390) Expected 1 space before "-"; 0 found
(#390) Expected 1 space after "-"; 0 found
(#390) Variable "XOffset1" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Variable "YTop" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Variable "X2" must be all lower-case
(#390) Expected 1 space before "+"; 0 found
(#390) Expected 1 space after "+"; 0 found
(#390) Variable "XOffset2" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Variable "YBottom" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Expected 1 space before "=>"; 0 found
(#390) Expected 1 space after "=>"; 0 found
(#390) Variable "R" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Expected 1 space before "=>"; 0 found
(#390) Expected 1 space after "=>"; 0 found
(#390) Variable "G" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Expected 1 space before "=>"; 0 found
(#390) Expected 1 space after "=>"; 0 found
(#390) Variable "B" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Expected 1 space before "=>"; 0 found
(#390) Expected 1 space after "=>"; 0 found
(#390) Variable "Alpha" must be all lower-case
(#390) Commas (,) must be followed by white space.
(#390) Expected 1 space before "=>"; 0 found
(#390) Expected 1 space after "=>"; 0 found
(#390) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#390) Line exceeds 132 characters; contains 140 characters
(#392) Line indented incorrectly; expected at least 8 spaces, found 5
(#392) Variable "Step" must be all lower-case
(#392) Variable "Radius" must be all lower-case
(#393) Line indented incorrectly; expected at least 8 spaces, found 5
(#393) Variable "Color" must be all lower-case
(#393) Commas (,) must be followed by white space.
(#393) Variable "R" must be all lower-case
(#393) Commas (,) must be followed by white space.
(#393) Variable "G" must be all lower-case
(#393) Commas (,) must be followed by white space.
(#393) Variable "B" must be all lower-case
(#393) Commas (,) must be followed by white space.
(#393) Variable "Alpha" must be all lower-case
(#394) Line indented incorrectly; expected at least 8 spaces, found 5
(#394) Variable "Color2" must be all lower-case
(#394) Commas (,) must be followed by white space.
(#394) Commas (,) must be followed by white space.
(#394) Commas (,) must be followed by white space.
(#394) Commas (,) must be followed by white space.
(#394) Variable "Alpha" must be all lower-case
(#395) Line indented incorrectly; expected at least 8 spaces, found 5
(#395) Variable "Drawn" must be all lower-case
(#397) Line indented incorrectly; expected 8 spaces, found 5
(#397) Expected "if (...) {\n"; found "if (...) { "
(#397) Variable "Alpha" must be all lower-case
(#397) Variable "Drawn" must be all lower-case
(#397) Variable "YTop" must be all lower-case
(#397) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#397) Closing brace must be on a line by itself
(#398) Line indented incorrectly; expected 8 spaces, found 5
(#398) Expected "if (...) {\n"; found "if (...) { "
(#398) Variable "Alpha" must be all lower-case
(#398) Variable "Drawn" must be all lower-case
(#398) Variable "YBottom" must be all lower-case
(#398) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#398) Closing brace must be on a line by itself
(#399) Whitespace found at end of line
(#400) Line indented incorrectly; expected 8 spaces, found 5
(#400) Expected "for (...) {\n"; found "for(...)\n {\n"
(#400) Expected 1 space after first semicolon of FOR loop; 0 found
(#400) Expected 1 space after second semicolon of FOR loop; 0 found
(#400) Expected 1 space before "="; 0 found
(#400) Expected 1 space after "="; 0 found
(#400) Expected 1 space before "<="; 0 found
(#400) Expected 1 space after "<="; 0 found
(#400) Expected 1 space before "="; 0 found
(#400) Expected 1 space after "="; 0 found
(#400) Expected 1 space before "+"; 0 found
(#400) Expected 1 space after "+"; 0 found
(#400) Variable "Step" must be all lower-case
(#401) Line indented incorrectly; expected at least 8 spaces, found 6
(#402) Line indented incorrectly; expected at least 12 spaces, found 7
(#402) Variable "Xp1" must be all lower-case
(#402) Expected 1 space before "+"; 0 found
(#402) Expected 1 space after "+"; 0 found
(#402) Expected 1 space before "*"; 0 found
(#402) Expected 1 space after "*"; 0 found
(#402) Expected 1 space before "/"; 0 found
(#402) Expected 1 space after "/"; 0 found
(#402) Variable "Radius" must be all lower-case
(#402) Variable "X1" must be all lower-case
(#402) Variable "Radius" must be all lower-case
(#403) Line indented incorrectly; expected at least 12 spaces, found 7
(#403) Variable "Xp2" must be all lower-case
(#403) Expected 1 space before "-"; 0 found
(#403) Expected 1 space after "-"; 0 found
(#403) Expected 1 space before "+"; 0 found
(#403) Expected 1 space after "+"; 0 found
(#403) Expected 1 space before "*"; 0 found
(#403) Expected 1 space after "*"; 0 found
(#403) Expected 1 space before "/"; 0 found
(#403) Expected 1 space after "/"; 0 found
(#403) Variable "Radius" must be all lower-case
(#403) Variable "X2" must be all lower-case
(#403) Variable "Radius" must be all lower-case
(#404) Line indented incorrectly; expected at least 12 spaces, found 7
(#404) Variable "Yp" must be all lower-case
(#404) Expected 1 space before "+"; 0 found
(#404) Expected 1 space after "+"; 0 found
(#404) Expected 1 space before "*"; 0 found
(#404) Expected 1 space after "*"; 0 found
(#404) Expected 1 space before "/"; 0 found
(#404) Expected 1 space after "/"; 0 found
(#404) Variable "Radius" must be all lower-case
(#404) Variable "YTop" must be all lower-case
(#406) Line indented incorrectly; expected 12 spaces, found 7
(#406) Expected "if (...) {\n"; found "if (...) { "
(#406) Variable "Xp1" must be all lower-case
(#406) Variable "XOffset1" must be all lower-case
(#406) Closing brace must be on a line by itself
(#406) Expected "} else {\n"; found "} else { "
(#406) Variable "XOffset1" must be all lower-case
(#406) Closing brace must be on a line by itself
(#407) Line indented incorrectly; expected 12 spaces, found 7
(#407) Expected "if (...) {\n"; found "if (...) { "
(#407) Variable "Xp2" must be all lower-case
(#407) Variable "XOffset2" must be all lower-case
(#407) Closing brace must be on a line by itself
(#407) Expected "} else {\n"; found "} else { "
(#407) Variable "XOffset2" must be all lower-case
(#407) Closing brace must be on a line by itself
(#408) Line indented incorrectly; expected 12 spaces, found 7
(#408) Expected "if (...) {\n"; found "if (...) { "
(#408) Variable "Yp" must be all lower-case
(#408) Variable "YOffset" must be all lower-case
(#408) Closing brace must be on a line by itself
(#408) Expected "} else {\n"; found "} else { "
(#408) Variable "YOffset" must be all lower-case
(#408) Closing brace must be on a line by itself
(#410) Line indented incorrectly; expected at least 12 spaces, found 7
(#410) Inline control structures are not allowed
(#410) Variable "Drawn" must be all lower-case
(#410) Variable "Yp" must be all lower-case
(#410) Expected 1 space before "+"; 0 found
(#410) Expected 1 space after "+"; 0 found
(#410) Variable "YOffset" must be all lower-case
(#410) Variable "Alpha" must be all lower-case
(#411) Line indented incorrectly; expected at least 12 spaces, found 8
(#411) Commas (,) must be followed by white space.
(#411) Variable "Xp1" must be all lower-case
(#411) Expected 1 space before "+"; 0 found
(#411) Expected 1 space after "+"; 0 found
(#411) Variable "XOffset1" must be all lower-case
(#411) Commas (,) must be followed by white space.
(#411) Variable "Yp" must be all lower-case
(#411) Expected 1 space before "+"; 0 found
(#411) Expected 1 space after "+"; 0 found
(#411) Variable "YOffset" must be all lower-case
(#411) Commas (,) must be followed by white space.
(#411) Variable "Xp2" must be all lower-case
(#411) Expected 1 space before "+"; 0 found
(#411) Expected 1 space after "+"; 0 found
(#411) Variable "XOffset2" must be all lower-case
(#411) Commas (,) must be followed by white space.
(#411) Variable "Yp" must be all lower-case
(#411) Expected 1 space before "+"; 0 found
(#411) Expected 1 space after "+"; 0 found
(#411) Variable "YOffset" must be all lower-case
(#411) Commas (,) must be followed by white space.
(#411) Variable "Color" must be all lower-case
(#413) Line indented incorrectly; expected at least 12 spaces, found 7
(#413) Variable "Drawn" must be all lower-case
(#413) Variable "Yp" must be all lower-case
(#413) Expected 1 space before "+"; 0 found
(#413) Expected 1 space after "+"; 0 found
(#413) Variable "YOffset" must be all lower-case
(#413) Variable "Xp2" must be all lower-case
(#415) Line indented incorrectly; expected at least 12 spaces, found 7
(#415) Variable "Xp1" must be all lower-case
(#415) Expected 1 space before "+"; 0 found
(#415) Expected 1 space after "+"; 0 found
(#415) Expected 1 space before "*"; 0 found
(#415) Expected 1 space after "*"; 0 found
(#415) Expected 1 space before "/"; 0 found
(#415) Expected 1 space after "/"; 0 found
(#415) Variable "Radius" must be all lower-case
(#415) Variable "X1" must be all lower-case
(#415) Variable "Radius" must be all lower-case
(#416) Line indented incorrectly; expected at least 12 spaces, found 7
(#416) Variable "Xp2" must be all lower-case
(#416) Expected 1 space before "-"; 0 found
(#416) Expected 1 space after "-"; 0 found
(#416) Expected 1 space before "*"; 0 found
(#416) Expected 1 space after "*"; 0 found
(#416) Expected 1 space before "/"; 0 found
(#416) Expected 1 space after "/"; 0 found
(#416) Variable "Radius" must be all lower-case
(#416) Variable "X2" must be all lower-case
(#416) Variable "Radius" must be all lower-case
(#417) Line indented incorrectly; expected at least 12 spaces, found 7
(#417) Variable "Yp" must be all lower-case
(#417) Expected 1 space before "+"; 0 found
(#417) Expected 1 space after "+"; 0 found
(#417) Expected 1 space before "*"; 0 found
(#417) Expected 1 space after "*"; 0 found
(#417) Expected 1 space before "/"; 0 found
(#417) Expected 1 space after "/"; 0 found
(#417) Variable "Radius" must be all lower-case
(#417) Variable "YBottom" must be all lower-case
(#419) Line indented incorrectly; expected 12 spaces, found 7
(#419) Expected "if (...) {\n"; found "if (...) { "
(#419) Variable "Xp1" must be all lower-case
(#419) Variable "XOffset1" must be all lower-case
(#419) Closing brace must be on a line by itself
(#419) Expected "} else {\n"; found "} else { "
(#419) Variable "XOffset1" must be all lower-case
(#419) Closing brace must be on a line by itself
(#420) Line indented incorrectly; expected 12 spaces, found 7
(#420) Expected "if (...) {\n"; found "if (...) { "
(#420) Variable "Xp2" must be all lower-case
(#420) Variable "XOffset2" must be all lower-case
(#420) Closing brace must be on a line by itself
(#420) Expected "} else {\n"; found "} else { "
(#420) Variable "XOffset2" must be all lower-case
(#420) Closing brace must be on a line by itself
(#421) Line indented incorrectly; expected 12 spaces, found 7
(#421) Expected "if (...) {\n"; found "if (...) { "
(#421) Variable "Yp" must be all lower-case
(#421) Variable "YOffset" must be all lower-case
(#421) Closing brace must be on a line by itself
(#421) Expected "} else {\n"; found "} else { "
(#421) Variable "YOffset" must be all lower-case
(#421) Closing brace must be on a line by itself
(#423) Line indented incorrectly; expected at least 12 spaces, found 7
(#423) Inline control structures are not allowed
(#423) Variable "Drawn" must be all lower-case
(#423) Variable "Yp" must be all lower-case
(#423) Expected 1 space before "+"; 0 found
(#423) Expected 1 space after "+"; 0 found
(#423) Variable "YOffset" must be all lower-case
(#423) Variable "Alpha" must be all lower-case
(#424) Line indented incorrectly; expected at least 12 spaces, found 8
(#424) Commas (,) must be followed by white space.
(#424) Variable "Xp1" must be all lower-case
(#424) Expected 1 space before "+"; 0 found
(#424) Expected 1 space after "+"; 0 found
(#424) Variable "XOffset1" must be all lower-case
(#424) Commas (,) must be followed by white space.
(#424) Variable "Yp" must be all lower-case
(#424) Expected 1 space before "+"; 0 found
(#424) Expected 1 space after "+"; 0 found
(#424) Variable "YOffset" must be all lower-case
(#424) Commas (,) must be followed by white space.
(#424) Variable "Xp2" must be all lower-case
(#424) Expected 1 space before "+"; 0 found
(#424) Expected 1 space after "+"; 0 found
(#424) Variable "XOffset2" must be all lower-case
(#424) Commas (,) must be followed by white space.
(#424) Variable "Yp" must be all lower-case
(#424) Expected 1 space before "+"; 0 found
(#424) Expected 1 space after "+"; 0 found
(#424) Variable "YOffset" must be all lower-case
(#424) Commas (,) must be followed by white space.
(#424) Variable "Color" must be all lower-case
(#426) Line indented incorrectly; expected at least 12 spaces, found 7
(#426) Variable "Drawn" must be all lower-case
(#426) Variable "Yp" must be all lower-case
(#426) Expected 1 space before "+"; 0 found
(#426) Expected 1 space after "+"; 0 found
(#426) Variable "YOffset" must be all lower-case
(#426) Variable "Xp2" must be all lower-case
(#427) Line indented incorrectly; expected 8 spaces, found 6
(#427) Closing brace indented incorrectly; expected 5 spaces, found 6
(#429) Line indented incorrectly; expected at least 8 spaces, found 5
(#429) Variable "X1" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Variable "Y1" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Variable "X2" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Variable "Y2" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Variable "Radius" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Expected 1 space before "=>"; 0 found
(#429) Expected 1 space after "=>"; 0 found
(#429) Variable "BorderR" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Expected 1 space before "=>"; 0 found
(#429) Expected 1 space after "=>"; 0 found
(#429) Variable "BorderG" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Expected 1 space before "=>"; 0 found
(#429) Expected 1 space after "=>"; 0 found
(#429) Variable "BorderB" must be all lower-case
(#429) Commas (,) must be followed by white space.
(#429) Expected 1 space before "=>"; 0 found
(#429) Expected 1 space after "=>"; 0 found
(#429) Variable "Alpha" must be all lower-case
(#431) Line indented incorrectly; expected at least 8 spaces, found 5
(#431) Variable "RestoreShadow" must be all lower-case
(#432) Closing brace indented incorrectly; expected 3 spaces, found 4
(#434) Line indented incorrectly; expected at least 4 spaces, found 3
(#435) Line indented incorrectly; expected 4 spaces, found 3
(#435) method name "pDraw::drawRectangle" must be in lower-case letters only
(#435) Visibility must be declared on method "drawRectangle"
(#435) Variable "X1" must be all lower-case
(#435) Commas (,) must be followed by white space.
(#435) Variable "Y1" must be all lower-case
(#435) Commas (,) must be followed by white space.
(#435) Variable "X2" must be all lower-case
(#435) Commas (,) must be followed by white space.
(#435) Variable "Y2" must be all lower-case
(#435) Commas (,) must be followed by white space.
(#435) Variable "Format" must be all lower-case
(#436) Opening brace should be on the same line as the declaration
(#437) Line indented incorrectly; expected at least 8 spaces, found 5
(#437) Variable "R" must be all lower-case
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Variable "Format" must be all lower-case
(#437) Variable "Format" must be all lower-case
(#438) Line indented incorrectly; expected at least 8 spaces, found 5
(#438) Variable "G" must be all lower-case
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Variable "Format" must be all lower-case
(#438) Variable "Format" must be all lower-case
(#439) Line indented incorrectly; expected at least 8 spaces, found 5
(#439) Variable "B" must be all lower-case
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Variable "Format" must be all lower-case
(#439) Variable "Format" must be all lower-case
(#440) Line indented incorrectly; expected at least 8 spaces, found 5
(#440) Variable "Alpha" must be all lower-case
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Variable "Format" must be all lower-case
(#440) Variable "Format" must be all lower-case
(#441) Line indented incorrectly; expected at least 8 spaces, found 5
(#441) Variable "Ticks" must be all lower-case
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Variable "Format" must be all lower-case
(#441) Variable "Format" must be all lower-case
(#441) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#442) Line indented incorrectly; expected at least 8 spaces, found 5
(#442) Variable "NoAngle" must be all lower-case
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Variable "Format" must be all lower-case
(#442) Variable "Format" must be all lower-case
(#442) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#444) Line indented incorrectly; expected 8 spaces, found 5
(#444) Expected "if (...) {\n"; found "if (...) { "
(#444) Variable "X1" must be all lower-case
(#444) Variable "X2" must be all lower-case
(#444) Variable "X1" must be all lower-case
(#444) Variable "X2" must be all lower-case
(#444) Variable "X2" must be all lower-case
(#444) Variable "X1" must be all lower-case
(#444) Closing brace must be on a line by itself
(#445) Line indented incorrectly; expected 8 spaces, found 5
(#445) Expected "if (...) {\n"; found "if (...) { "
(#445) Variable "Y1" must be all lower-case
(#445) Variable "Y2" must be all lower-case
(#445) Variable "Y1" must be all lower-case
(#445) Variable "Y2" must be all lower-case
(#445) Variable "Y2" must be all lower-case
(#445) Variable "Y1" must be all lower-case
(#445) Closing brace must be on a line by itself
(#447) Line indented incorrectly; expected 8 spaces, found 5
(#447) Expected "if (...) {\n"; found "if (...)\n {\n"
(#448) Line indented incorrectly; expected at least 8 spaces, found 6
(#449) Line indented incorrectly; expected 12 spaces, found 7
(#449) Expected "if (...) {\n"; found "if (...)\n {\n"
(#449) Variable "NoAngle" must be all lower-case
(#450) Line indented incorrectly; expected at least 12 spaces, found 8
(#451) Line indented incorrectly; expected at least 16 spaces, found 9
(#451) Variable "X1" must be all lower-case
(#451) Expected 1 space before "+"; 0 found
(#451) Expected 1 space after "+"; 0 found
(#451) Commas (,) must be followed by white space.
(#451) Variable "Y1" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Variable "X2" must be all lower-case
(#451) Expected 1 space before "-"; 0 found
(#451) Expected 1 space after "-"; 0 found
(#451) Commas (,) must be followed by white space.
(#451) Variable "Y1" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Expected 1 space before "=>"; 0 found
(#451) Expected 1 space after "=>"; 0 found
(#451) Variable "R" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Expected 1 space before "=>"; 0 found
(#451) Expected 1 space after "=>"; 0 found
(#451) Variable "G" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Expected 1 space before "=>"; 0 found
(#451) Expected 1 space after "=>"; 0 found
(#451) Variable "B" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Expected 1 space before "=>"; 0 found
(#451) Expected 1 space after "=>"; 0 found
(#451) Variable "Alpha" must be all lower-case
(#451) Commas (,) must be followed by white space.
(#451) Expected 1 space before "=>"; 0 found
(#451) Expected 1 space after "=>"; 0 found
(#451) Variable "Ticks" must be all lower-case
(#452) Line indented incorrectly; expected at least 16 spaces, found 9
(#452) Variable "X2" must be all lower-case
(#452) Commas (,) must be followed by white space.
(#452) Variable "Y1" must be all lower-case
(#452) Expected 1 space before "+"; 0 found
(#452) Expected 1 space after "+"; 0 found
(#452) Commas (,) must be followed by white space.
(#452) Variable "X2" must be all lower-case
(#452) Commas (,) must be followed by white space.
(#452) Variable "Y2" must be all lower-case
(#452) Expected 1 space before "-"; 0 found
(#452) Expected 1 space after "-"; 0 found
(#452) Commas (,) must be followed by white space.
(#452) Expected 1 space before "=>"; 0 found
(#452) Expected 1 space after "=>"; 0 found
(#452) Variable "R" must be all lower-case
(#452) Commas (,) must be followed by white space.
(#452) Expected 1 space before "=>"; 0 found
(#452) Expected 1 space after "=>"; 0 found
(#452) Variable "G" must be all lower-case
(#452) Commas (,) must be followed by white space.
(#452) Expected 1 space before "=>"; 0 found
(#452) Expected 1 space after "=>"; 0 found
(#452) Variable "B" must be all lower-case
(#452) Commas (,) must be followed by white space.
(#452) Expected 1 space before "=>"; 0 found
(#452) Expected 1 space after "=>"; 0 found
(#452) Variable "Alpha" must be all lower-case
(#452) Commas (,) must be followed by white space.
(#452) Expected 1 space before "=>"; 0 found
(#452) Expected 1 space after "=>"; 0 found
(#452) Variable "Ticks" must be all lower-case
(#453) Line indented incorrectly; expected at least 16 spaces, found 9
(#453) Variable "X2" must be all lower-case
(#453) Expected 1 space before "-"; 0 found
(#453) Expected 1 space after "-"; 0 found
(#453) Commas (,) must be followed by white space.
(#453) Variable "Y2" must be all lower-case
(#453) Commas (,) must be followed by white space.
(#453) Variable "X1" must be all lower-case
(#453) Expected 1 space before "+"; 0 found
(#453) Expected 1 space after "+"; 0 found
(#453) Commas (,) must be followed by white space.
(#453) Variable "Y2" must be all lower-case
(#453) Commas (,) must be followed by white space.
(#453) Expected 1 space before "=>"; 0 found
(#453) Expected 1 space after "=>"; 0 found
(#453) Variable "R" must be all lower-case
(#453) Commas (,) must be followed by white space.
(#453) Expected 1 space before "=>"; 0 found
(#453) Expected 1 space after "=>"; 0 found
(#453) Variable "G" must be all lower-case
(#453) Commas (,) must be followed by white space.
(#453) Expected 1 space before "=>"; 0 found
(#453) Expected 1 space after "=>"; 0 found
(#453) Variable "B" must be all lower-case
(#453) Commas (,) must be followed by white space.
(#453) Expected 1 space before "=>"; 0 found
(#453) Expected 1 space after "=>"; 0 found
(#453) Variable "Alpha" must be all lower-case
(#453) Commas (,) must be followed by white space.
(#453) Expected 1 space before "=>"; 0 found
(#453) Expected 1 space after "=>"; 0 found
(#453) Variable "Ticks" must be all lower-case
(#454) Line indented incorrectly; expected at least 16 spaces, found 9
(#454) Variable "X1" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Variable "Y1" must be all lower-case
(#454) Expected 1 space before "+"; 0 found
(#454) Expected 1 space after "+"; 0 found
(#454) Commas (,) must be followed by white space.
(#454) Variable "X1" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Variable "Y2" must be all lower-case
(#454) Expected 1 space before "-"; 0 found
(#454) Expected 1 space after "-"; 0 found
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space before "=>"; 0 found
(#454) Expected 1 space after "=>"; 0 found
(#454) Variable "R" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space before "=>"; 0 found
(#454) Expected 1 space after "=>"; 0 found
(#454) Variable "G" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space before "=>"; 0 found
(#454) Expected 1 space after "=>"; 0 found
(#454) Variable "B" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space before "=>"; 0 found
(#454) Expected 1 space after "=>"; 0 found
(#454) Variable "Alpha" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space before "=>"; 0 found
(#454) Expected 1 space after "=>"; 0 found
(#454) Variable "Ticks" must be all lower-case
(#455) Line indented incorrectly; expected 12 spaces, found 8
(#455) Closing brace indented incorrectly; expected 7 spaces, found 8
(#456) Line indented incorrectly; expected 12 spaces, found 7
(#456) Expected "} else {\n"; found "}\n else\n {\n"
(#457) Line indented incorrectly; expected at least 12 spaces, found 8
(#458) Line indented incorrectly; expected at least 16 spaces, found 9
(#458) Variable "X1" must be all lower-case
(#458) Expected 1 space before "+"; 0 found
(#458) Expected 1 space after "+"; 0 found
(#458) Commas (,) must be followed by white space.
(#458) Variable "Y1" must be all lower-case
(#458) Commas (,) must be followed by white space.
(#458) Variable "X2" must be all lower-case
(#458) Expected 1 space before "-"; 0 found
(#458) Expected 1 space after "-"; 0 found
(#458) Commas (,) must be followed by white space.
(#458) Variable "Y1" must be all lower-case
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space before "=>"; 0 found
(#458) Expected 1 space after "=>"; 0 found
(#458) Variable "R" must be all lower-case
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space before "=>"; 0 found
(#458) Expected 1 space after "=>"; 0 found
(#458) Variable "G" must be all lower-case
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space before "=>"; 0 found
(#458) Expected 1 space after "=>"; 0 found
(#458) Variable "B" must be all lower-case
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space before "=>"; 0 found
(#458) Expected 1 space after "=>"; 0 found
(#458) Variable "Alpha" must be all lower-case
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space before "=>"; 0 found
(#458) Expected 1 space after "=>"; 0 found
(#458) Variable "Ticks" must be all lower-case
(#459) Line indented incorrectly; expected at least 16 spaces, found 9
(#459) Variable "X2" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Variable "Y1" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Variable "X2" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Variable "Y2" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Expected 1 space before "=>"; 0 found
(#459) Expected 1 space after "=>"; 0 found
(#459) Variable "R" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Expected 1 space before "=>"; 0 found
(#459) Expected 1 space after "=>"; 0 found
(#459) Variable "G" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Expected 1 space before "=>"; 0 found
(#459) Expected 1 space after "=>"; 0 found
(#459) Variable "B" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Expected 1 space before "=>"; 0 found
(#459) Expected 1 space after "=>"; 0 found
(#459) Variable "Alpha" must be all lower-case
(#459) Commas (,) must be followed by white space.
(#459) Expected 1 space before "=>"; 0 found
(#459) Expected 1 space after "=>"; 0 found
(#459) Variable "Ticks" must be all lower-case
(#460) Line indented incorrectly; expected at least 16 spaces, found 9
(#460) Variable "X2" must be all lower-case
(#460) Expected 1 space before "-"; 0 found
(#460) Expected 1 space after "-"; 0 found
(#460) Commas (,) must be followed by white space.
(#460) Variable "Y2" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Variable "X1" must be all lower-case
(#460) Expected 1 space before "+"; 0 found
(#460) Expected 1 space after "+"; 0 found
(#460) Commas (,) must be followed by white space.
(#460) Variable "Y2" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Expected 1 space before "=>"; 0 found
(#460) Expected 1 space after "=>"; 0 found
(#460) Variable "R" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Expected 1 space before "=>"; 0 found
(#460) Expected 1 space after "=>"; 0 found
(#460) Variable "G" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Expected 1 space before "=>"; 0 found
(#460) Expected 1 space after "=>"; 0 found
(#460) Variable "B" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Expected 1 space before "=>"; 0 found
(#460) Expected 1 space after "=>"; 0 found
(#460) Variable "Alpha" must be all lower-case
(#460) Commas (,) must be followed by white space.
(#460) Expected 1 space before "=>"; 0 found
(#460) Expected 1 space after "=>"; 0 found
(#460) Variable "Ticks" must be all lower-case
(#461) Line indented incorrectly; expected at least 16 spaces, found 9
(#461) Variable "X1" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Y1" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "X1" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Y2" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Expected 1 space before "=>"; 0 found
(#461) Expected 1 space after "=>"; 0 found
(#461) Variable "R" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Expected 1 space before "=>"; 0 found
(#461) Expected 1 space after "=>"; 0 found
(#461) Variable "G" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Expected 1 space before "=>"; 0 found
(#461) Expected 1 space after "=>"; 0 found
(#461) Variable "B" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Expected 1 space before "=>"; 0 found
(#461) Expected 1 space after "=>"; 0 found
(#461) Variable "Alpha" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Expected 1 space before "=>"; 0 found
(#461) Expected 1 space after "=>"; 0 found
(#461) Variable "Ticks" must be all lower-case
(#462) Line indented incorrectly; expected 12 spaces, found 8
(#462) Closing brace indented incorrectly; expected 7 spaces, found 8
(#463) Line indented incorrectly; expected 8 spaces, found 6
(#463) Closing brace indented incorrectly; expected 5 spaces, found 6
(#464) Line indented incorrectly; expected 8 spaces, found 5
(#464) Expected "} else {\n"; found "}\n else\n {\n"
(#465) Line indented incorrectly; expected at least 8 spaces, found 6
(#466) Line indented incorrectly; expected at least 12 spaces, found 7
(#466) Variable "Color" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "R" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "G" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "B" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "Alpha" must be all lower-case
(#467) Line indented incorrectly; expected at least 12 spaces, found 7
(#467) Commas (,) must be followed by white space.
(#467) Variable "X1" must be all lower-case
(#467) Commas (,) must be followed by white space.
(#467) Variable "Y1" must be all lower-case
(#467) Commas (,) must be followed by white space.
(#467) Variable "X2" must be all lower-case
(#467) Commas (,) must be followed by white space.
(#467) Variable "Y2" must be all lower-case
(#467) Commas (,) must be followed by white space.
(#467) Variable "Color" must be all lower-case
(#468) Line indented incorrectly; expected 8 spaces, found 6
(#468) Closing brace indented incorrectly; expected 5 spaces, found 6
(#469) Closing brace indented incorrectly; expected 3 spaces, found 4
(#471) Line indented incorrectly; expected at least 4 spaces, found 3
(#472) Line indented incorrectly; expected 4 spaces, found 3
(#472) method name "pDraw::drawFilledRectangle" must be in lower-case letters only
(#472) Visibility must be declared on method "drawFilledRectangle"
(#472) Variable "X1" must be all lower-case
(#472) Commas (,) must be followed by white space.
(#472) Variable "Y1" must be all lower-case
(#472) Commas (,) must be followed by white space.
(#472) Variable "X2" must be all lower-case
(#472) Commas (,) must be followed by white space.
(#472) Variable "Y2" must be all lower-case
(#472) Commas (,) must be followed by white space.
(#472) Variable "Format" must be all lower-case
(#473) Opening brace should be on the same line as the declaration
(#474) Line indented incorrectly; expected at least 8 spaces, found 5
(#474) Variable "R" must be all lower-case
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Variable "Format" must be all lower-case
(#474) Variable "Format" must be all lower-case
(#475) Line indented incorrectly; expected at least 8 spaces, found 5
(#475) Variable "G" must be all lower-case
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Variable "Format" must be all lower-case
(#475) Variable "Format" must be all lower-case
(#476) Line indented incorrectly; expected at least 8 spaces, found 5
(#476) Variable "B" must be all lower-case
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Variable "Format" must be all lower-case
(#476) Variable "Format" must be all lower-case
(#477) Line indented incorrectly; expected at least 8 spaces, found 5
(#477) Variable "Alpha" must be all lower-case
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Variable "Format" must be all lower-case
(#477) Variable "Format" must be all lower-case
(#478) Line indented incorrectly; expected at least 8 spaces, found 5
(#478) Variable "BorderR" must be all lower-case
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Variable "Format" must be all lower-case
(#478) Variable "Format" must be all lower-case
(#479) Line indented incorrectly; expected at least 8 spaces, found 5
(#479) Variable "BorderG" must be all lower-case
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Variable "Format" must be all lower-case
(#479) Variable "Format" must be all lower-case
(#480) Line indented incorrectly; expected at least 8 spaces, found 5
(#480) Variable "BorderB" must be all lower-case
(#480) Spaces must be used for alignment; tabs are not allowed
(#480) Tab found within whitespace
(#480) Variable "Format" must be all lower-case
(#480) Variable "Format" must be all lower-case
(#481) Line indented incorrectly; expected at least 8 spaces, found 5
(#481) Variable "BorderAlpha" must be all lower-case
(#481) Spaces must be used for alignment; tabs are not allowed
(#481) Tab found within whitespace
(#481) Variable "Format" must be all lower-case
(#481) Variable "Format" must be all lower-case
(#481) Variable "Alpha" must be all lower-case
(#482) Line indented incorrectly; expected at least 8 spaces, found 5
(#482) Variable "Surrounding" must be all lower-case
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Variable "Format" must be all lower-case
(#482) Variable "Format" must be all lower-case
(#482) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#483) Line indented incorrectly; expected at least 8 spaces, found 5
(#483) Variable "Ticks" must be all lower-case
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Variable "Format" must be all lower-case
(#483) Variable "Format" must be all lower-case
(#483) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#484) Line indented incorrectly; expected at least 8 spaces, found 5
(#484) Variable "NoAngle" must be all lower-case
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Tab found within whitespace
(#484) Variable "Format" must be all lower-case
(#484) Variable "Format" must be all lower-case
(#484) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#485) Line indented incorrectly; expected at least 8 spaces, found 5
(#485) Variable "Dash" must be all lower-case
(#485) Spaces must be used for alignment; tabs are not allowed
(#485) Tab found within whitespace
(#485) Variable "Format" must be all lower-case
(#485) Variable "Format" must be all lower-case
(#485) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#486) Line indented incorrectly; expected at least 8 spaces, found 5
(#486) Variable "DashStep" must be all lower-case
(#486) Spaces must be used for alignment; tabs are not allowed
(#486) Tab found within whitespace
(#486) Variable "Format" must be all lower-case
(#486) Variable "Format" must be all lower-case
(#487) Line indented incorrectly; expected at least 8 spaces, found 5
(#487) Variable "DashR" must be all lower-case
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Variable "Format" must be all lower-case
(#487) Variable "Format" must be all lower-case
(#488) Line indented incorrectly; expected at least 8 spaces, found 5
(#488) Variable "DashG" must be all lower-case
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Variable "Format" must be all lower-case
(#488) Variable "Format" must be all lower-case
(#489) Line indented incorrectly; expected at least 8 spaces, found 5
(#489) Variable "DashB" must be all lower-case
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Variable "Format" must be all lower-case
(#489) Variable "Format" must be all lower-case
(#490) Line indented incorrectly; expected at least 8 spaces, found 5
(#490) Variable "NoBorder" must be all lower-case
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Variable "Format" must be all lower-case
(#490) Variable "Format" must be all lower-case
(#490) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#492) Line indented incorrectly; expected 8 spaces, found 5
(#492) Expected "if (...) {\n"; found "if (...) { "
(#492) Variable "Surrounding" must be all lower-case
(#492) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#492) Variable "BorderR" must be all lower-case
(#492) Variable "R" must be all lower-case
(#492) Expected 1 space before "+"; 0 found
(#492) Expected 1 space after "+"; 0 found
(#492) Variable "Surrounding" must be all lower-case
(#492) Variable "BorderG" must be all lower-case
(#492) Variable "G" must be all lower-case
(#492) Expected 1 space before "+"; 0 found
(#492) Expected 1 space after "+"; 0 found
(#492) Variable "Surrounding" must be all lower-case
(#492) Variable "BorderB" must be all lower-case
(#492) Variable "B" must be all lower-case
(#492) Expected 1 space before "+"; 0 found
(#492) Expected 1 space after "+"; 0 found
(#492) Variable "Surrounding" must be all lower-case
(#492) Closing brace must be on a line by itself
(#494) Line indented incorrectly; expected 8 spaces, found 5
(#494) Expected "if (...) {\n"; found "if (...) { "
(#494) Variable "X1" must be all lower-case
(#494) Variable "X2" must be all lower-case
(#494) Variable "X1" must be all lower-case
(#494) Variable "X2" must be all lower-case
(#494) Variable "X2" must be all lower-case
(#494) Variable "X1" must be all lower-case
(#494) Closing brace must be on a line by itself
(#495) Line indented incorrectly; expected 8 spaces, found 5
(#495) Expected "if (...) {\n"; found "if (...) { "
(#495) Variable "Y1" must be all lower-case
(#495) Variable "Y2" must be all lower-case
(#495) Variable "Y1" must be all lower-case
(#495) Variable "Y2" must be all lower-case
(#495) Variable "Y2" must be all lower-case
(#495) Variable "Y1" must be all lower-case
(#495) Closing brace must be on a line by itself
(#497) Line indented incorrectly; expected at least 8 spaces, found 5
(#497) Variable "RestoreShadow" must be all lower-case
(#498) Line indented incorrectly; expected 8 spaces, found 5
(#498) Expected "if (...) {\n"; found "if (...)\n {\n"
(#499) Line indented incorrectly; expected at least 8 spaces, found 6
(#500) Line indented incorrectly; expected at least 12 spaces, found 7
(#500) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#501) Line indented incorrectly; expected at least 12 spaces, found 7
(#501) Variable "X1" must be all lower-case
(#501) Expected 1 space before "+"; 0 found
(#501) Expected 1 space after "+"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Variable "Y1" must be all lower-case
(#501) Expected 1 space before "+"; 0 found
(#501) Expected 1 space after "+"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Variable "X2" must be all lower-case
(#501) Expected 1 space before "+"; 0 found
(#501) Expected 1 space after "+"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Variable "Y2" must be all lower-case
(#501) Expected 1 space before "+"; 0 found
(#501) Expected 1 space after "+"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Commas (,) must be followed by white space.
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Variable "Ticks" must be all lower-case
(#501) Commas (,) must be followed by white space.
(#501) Expected 1 space before "=>"; 0 found
(#501) Expected 1 space after "=>"; 0 found
(#501) Variable "NoAngle" must be all lower-case
(#501) Line exceeds maximum limit of 180 characters; contains 238 characters
(#502) Line indented incorrectly; expected 8 spaces, found 6
(#502) Closing brace indented incorrectly; expected 5 spaces, found 6
(#504) Line indented incorrectly; expected at least 8 spaces, found 5
(#504) Variable "Color" must be all lower-case
(#504) Commas (,) must be followed by white space.
(#504) Variable "R" must be all lower-case
(#504) Commas (,) must be followed by white space.
(#504) Variable "G" must be all lower-case
(#504) Commas (,) must be followed by white space.
(#504) Variable "B" must be all lower-case
(#504) Commas (,) must be followed by white space.
(#504) Variable "Alpha" must be all lower-case
(#505) Line indented incorrectly; expected 8 spaces, found 5
(#505) Expected "if (...) {\n"; found "if (...)\n {\n"
(#505) Variable "NoAngle" must be all lower-case
(#506) Line indented incorrectly; expected at least 8 spaces, found 6
(#507) Line indented incorrectly; expected at least 12 spaces, found 7
(#507) Commas (,) must be followed by white space.
(#507) Variable "X1" must be all lower-case
(#507) Expected 1 space before "+"; 0 found
(#507) Expected 1 space after "+"; 0 found
(#507) Commas (,) must be followed by white space.
(#507) Variable "Y1" must be all lower-case
(#507) Commas (,) must be followed by white space.
(#507) Variable "X2" must be all lower-case
(#507) Expected 1 space before "-"; 0 found
(#507) Expected 1 space after "-"; 0 found
(#507) Commas (,) must be followed by white space.
(#507) Variable "Y2" must be all lower-case
(#507) Commas (,) must be followed by white space.
(#507) Variable "Color" must be all lower-case
(#508) Line indented incorrectly; expected at least 12 spaces, found 7
(#508) Commas (,) must be followed by white space.
(#508) Variable "X1" must be all lower-case
(#508) Commas (,) must be followed by white space.
(#508) Variable "Y1" must be all lower-case
(#508) Expected 1 space before "+"; 0 found
(#508) Expected 1 space after "+"; 0 found
(#508) Commas (,) must be followed by white space.
(#508) Variable "X1" must be all lower-case
(#508) Commas (,) must be followed by white space.
(#508) Variable "Y2" must be all lower-case
(#508) Expected 1 space before "-"; 0 found
(#508) Expected 1 space after "-"; 0 found
(#508) Commas (,) must be followed by white space.
(#508) Variable "Color" must be all lower-case
(#509) Line indented incorrectly; expected at least 12 spaces, found 7
(#509) Commas (,) must be followed by white space.
(#509) Variable "X2" must be all lower-case
(#509) Commas (,) must be followed by white space.
(#509) Variable "Y1" must be all lower-case
(#509) Expected 1 space before "+"; 0 found
(#509) Expected 1 space after "+"; 0 found
(#509) Commas (,) must be followed by white space.
(#509) Variable "X2" must be all lower-case
(#509) Commas (,) must be followed by white space.
(#509) Variable "Y2" must be all lower-case
(#509) Expected 1 space before "-"; 0 found
(#509) Expected 1 space after "-"; 0 found
(#509) Commas (,) must be followed by white space.
(#509) Variable "Color" must be all lower-case
(#510) Line indented incorrectly; expected 8 spaces, found 6
(#510) Closing brace indented incorrectly; expected 5 spaces, found 6
(#511) Line indented incorrectly; expected at least 8 spaces, found 5
(#511) Inline control structures are not allowed
(#512) Line indented incorrectly; expected at least 8 spaces, found 6
(#512) Commas (,) must be followed by white space.
(#512) Variable "X1" must be all lower-case
(#512) Commas (,) must be followed by white space.
(#512) Variable "Y1" must be all lower-case
(#512) Commas (,) must be followed by white space.
(#512) Variable "X2" must be all lower-case
(#512) Commas (,) must be followed by white space.
(#512) Variable "Y2" must be all lower-case
(#512) Commas (,) must be followed by white space.
(#512) Variable "Color" must be all lower-case
(#514) Line indented incorrectly; expected 8 spaces, found 5
(#514) Expected "if (...) {\n"; found "if (...)\n {\n"
(#514) Variable "Dash" must be all lower-case
(#515) Line indented incorrectly; expected at least 8 spaces, found 6
(#516) Line indented incorrectly; expected 12 spaces, found 7
(#516) Expected "if (...) {\n"; found "if (...) { "
(#516) Variable "BorderR" must be all lower-case
(#516) Variable "iX1" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X1" must be all lower-case
(#516) Expected 1 space before "+"; 0 found
(#516) Expected 1 space after "+"; 0 found
(#516) Variable "iY1" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "Y1" must be all lower-case
(#516) Expected 1 space before "+"; 0 found
(#516) Expected 1 space after "+"; 0 found
(#516) Variable "iX2" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X2" must be all lower-case
(#516) Expected 1 space before "-"; 0 found
(#516) Expected 1 space after "-"; 0 found
(#516) Variable "iY2" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "Y2" must be all lower-case
(#516) Expected 1 space before "-"; 0 found
(#516) Expected 1 space after "-"; 0 found
(#516) Closing brace must be on a line by itself
(#516) Expected "} else {\n"; found "} else { "
(#516) Variable "iX1" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X1" must be all lower-case
(#516) Variable "iY1" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "Y1" must be all lower-case
(#516) Variable "iX2" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "X2" must be all lower-case
(#516) Variable "iY2" must be all lower-case
(#516) Expected 1 space before "="; 0 found
(#516) Expected 1 space after "="; 0 found
(#516) Variable "Y2" must be all lower-case
(#516) Closing brace must be on a line by itself
(#518) Line indented incorrectly; expected at least 12 spaces, found 7
(#518) Variable "Color" must be all lower-case
(#518) Commas (,) must be followed by white space.
(#518) Variable "DashR" must be all lower-case
(#518) Commas (,) must be followed by white space.
(#518) Variable "DashG" must be all lower-case
(#518) Commas (,) must be followed by white space.
(#518) Variable "DashB" must be all lower-case
(#518) Commas (,) must be followed by white space.
(#518) Variable "Alpha" must be all lower-case
(#519) Line indented incorrectly; expected at least 12 spaces, found 7
(#519) Variable "Y" must be all lower-case
(#519) Expected 1 space before "="; 0 found
(#519) Expected 1 space after "="; 0 found
(#519) Variable "iY1" must be all lower-case
(#519) Expected 1 space before "-"; 0 found
(#519) Expected 1 space after "-"; 0 found
(#519) Variable "DashStep" must be all lower-case
(#520) Line indented incorrectly; expected 12 spaces, found 7
(#520) Expected "for (...) {\n"; found "for(...)\n {\n"
(#520) Variable "X" must be all lower-case
(#520) Expected 1 space before "="; 0 found
(#520) Expected 1 space after "="; 0 found
(#520) Variable "iX1" must be all lower-case
(#520) Variable "X" must be all lower-case
(#520) Expected 1 space before "<="; 0 found
(#520) Expected 1 space after "<="; 0 found
(#520) Variable "iX2" must be all lower-case
(#520) Expected 1 space before "+"; 0 found
(#520) Expected 1 space after "+"; 0 found
(#520) Variable "iY2" must be all lower-case
(#520) Expected 1 space before "-"; 0 found
(#520) Expected 1 space after "-"; 0 found
(#520) Variable "iY1" must be all lower-case
(#520) Variable "X" must be all lower-case
(#520) Expected 1 space before "="; 0 found
(#520) Expected 1 space after "="; 0 found
(#520) Variable "X" must be all lower-case
(#520) Expected 1 space before "+"; 0 found
(#520) Expected 1 space after "+"; 0 found
(#520) Variable "DashStep" must be all lower-case
(#521) Line indented incorrectly; expected at least 12 spaces, found 8
(#522) Line indented incorrectly; expected at least 16 spaces, found 9
(#522) Variable "Y" must be all lower-case
(#522) Expected 1 space before "="; 0 found
(#522) Expected 1 space after "="; 0 found
(#522) Variable "Y" must be all lower-case
(#522) Expected 1 space before "+"; 0 found
(#522) Expected 1 space after "+"; 0 found
(#522) Variable "DashStep" must be all lower-case
(#523) Line indented incorrectly; expected 16 spaces, found 9
(#523) Expected "if (...) {\n"; found "if (...) { "
(#523) Variable "X" must be all lower-case
(#523) Variable "iX2" must be all lower-case
(#523) Variable "Xa" must be all lower-case
(#523) Variable "X" must be all lower-case
(#523) Expected 1 space before "-"; 0 found
(#523) Expected 1 space after "-"; 0 found
(#523) Variable "X" must be all lower-case
(#523) Expected 1 space before "-"; 0 found
(#523) Expected 1 space after "-"; 0 found
(#523) Variable "iX2" must be all lower-case
(#523) Variable "Ya" must be all lower-case
(#523) Variable "iY1" must be all lower-case
(#523) Expected 1 space before "+"; 0 found
(#523) Expected 1 space after "+"; 0 found
(#523) Variable "X" must be all lower-case
(#523) Expected 1 space before "-"; 0 found
(#523) Expected 1 space after "-"; 0 found
(#523) Variable "iX2" must be all lower-case
(#523) Closing brace must be on a line by itself
(#523) Expected "} else {\n"; found "} else { "
(#523) Variable "Xa" must be all lower-case
(#523) Variable "X" must be all lower-case
(#523) Variable "Ya" must be all lower-case
(#523) Variable "iY1" must be all lower-case
(#523) Closing brace must be on a line by itself
(#524) Line indented incorrectly; expected 16 spaces, found 9
(#524) Expected "if (...) {\n"; found "if (...) { "
(#524) Variable "Y" must be all lower-case
(#524) Variable "iY2" must be all lower-case
(#524) Variable "Xb" must be all lower-case
(#524) Variable "iX1" must be all lower-case
(#524) Expected 1 space before "+"; 0 found
(#524) Expected 1 space after "+"; 0 found
(#524) Variable "Y" must be all lower-case
(#524) Expected 1 space before "-"; 0 found
(#524) Expected 1 space after "-"; 0 found
(#524) Variable "iY2" must be all lower-case
(#524) Variable "Yb" must be all lower-case
(#524) Variable "Y" must be all lower-case
(#524) Expected 1 space before "-"; 0 found
(#524) Expected 1 space after "-"; 0 found
(#524) Variable "Y" must be all lower-case
(#524) Expected 1 space before "-"; 0 found
(#524) Expected 1 space after "-"; 0 found
(#524) Variable "iY2" must be all lower-case
(#524) Closing brace must be on a line by itself
(#524) Expected "} else {\n"; found "} else { "
(#524) Variable "Xb" must be all lower-case
(#524) Variable "iX1" must be all lower-case
(#524) Variable "Yb" must be all lower-case
(#524) Variable "Y" must be all lower-case
(#524) Closing brace must be on a line by itself
(#525) Line indented incorrectly; expected at least 16 spaces, found 9
(#525) Commas (,) must be followed by white space.
(#525) Variable "Xa" must be all lower-case
(#525) Commas (,) must be followed by white space.
(#525) Variable "Ya" must be all lower-case
(#525) Commas (,) must be followed by white space.
(#525) Variable "Xb" must be all lower-case
(#525) Commas (,) must be followed by white space.
(#525) Variable "Yb" must be all lower-case
(#525) Commas (,) must be followed by white space.
(#525) Variable "Color" must be all lower-case
(#526) Line indented incorrectly; expected 12 spaces, found 8
(#526) Closing brace indented incorrectly; expected 7 spaces, found 8
(#527) Line indented incorrectly; expected 8 spaces, found 6
(#527) Closing brace indented incorrectly; expected 5 spaces, found 6
(#529) Line indented incorrectly; expected 8 spaces, found 5
(#529) Expected "if (...) {\n"; found "if (...)\n {\n"
(#529) Variable "NoBorder" must be all lower-case
(#530) Line indented incorrectly; expected at least 8 spaces, found 6
(#531) Line indented incorrectly; expected 12 spaces, found 7
(#531) Expected "if (...) {\n"; found "if (...)\n {\n"
(#531) Variable "X1" must be all lower-case
(#531) Variable "X1" must be all lower-case
(#532) Line indented incorrectly; expected at least 12 spaces, found 8
(#533) Line indented incorrectly; expected at least 16 spaces, found 9
(#533) Variable "AlphaA" must be all lower-case
(#533) Variable "Alpha" must be all lower-case
(#533) Variable "X1" must be all lower-case
(#533) Variable "X1" must be all lower-case
(#534) Line indented incorrectly; expected at least 16 spaces, found 9
(#534) Variable "Color" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "R" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "G" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "B" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "AlphaA" must be all lower-case
(#535) Line indented incorrectly; expected at least 16 spaces, found 9
(#535) Commas (,) must be followed by white space.
(#535) Variable "X1" must be all lower-case
(#535) Expected 1 space before "-"; 0 found
(#535) Expected 1 space after "-"; 0 found
(#535) Commas (,) must be followed by white space.
(#535) Variable "Y1" must be all lower-case
(#535) Commas (,) must be followed by white space.
(#535) Variable "X1" must be all lower-case
(#535) Expected 1 space before "-"; 0 found
(#535) Expected 1 space after "-"; 0 found
(#535) Commas (,) must be followed by white space.
(#535) Variable "Y2" must be all lower-case
(#535) Commas (,) must be followed by white space.
(#535) Variable "Color" must be all lower-case
(#536) Line indented incorrectly; expected 12 spaces, found 8
(#536) Closing brace indented incorrectly; expected 7 spaces, found 8
(#538) Line indented incorrectly; expected 12 spaces, found 7
(#538) Expected "if (...) {\n"; found "if (...)\n {\n"
(#538) Variable "Y1" must be all lower-case
(#538) Variable "Y1" must be all lower-case
(#539) Line indented incorrectly; expected at least 12 spaces, found 8
(#540) Line indented incorrectly; expected at least 16 spaces, found 9
(#540) Variable "AlphaA" must be all lower-case
(#540) Variable "Alpha" must be all lower-case
(#540) Variable "Y1" must be all lower-case
(#540) Variable "Y1" must be all lower-case
(#541) Line indented incorrectly; expected at least 16 spaces, found 9
(#541) Variable "Color" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Variable "R" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Variable "G" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Variable "B" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Variable "AlphaA" must be all lower-case
(#542) Line indented incorrectly; expected at least 16 spaces, found 9
(#542) Commas (,) must be followed by white space.
(#542) Variable "X1" must be all lower-case
(#542) Commas (,) must be followed by white space.
(#542) Variable "Y1" must be all lower-case
(#542) Expected 1 space before "-"; 0 found
(#542) Expected 1 space after "-"; 0 found
(#542) Commas (,) must be followed by white space.
(#542) Variable "X2" must be all lower-case
(#542) Commas (,) must be followed by white space.
(#542) Variable "Y1" must be all lower-case
(#542) Expected 1 space before "-"; 0 found
(#542) Expected 1 space after "-"; 0 found
(#542) Commas (,) must be followed by white space.
(#542) Variable "Color" must be all lower-case
(#543) Line indented incorrectly; expected 12 spaces, found 8
(#543) Closing brace indented incorrectly; expected 7 spaces, found 8
(#545) Line indented incorrectly; expected 12 spaces, found 7
(#545) Expected "if (...) {\n"; found "if (...)\n {\n"
(#545) Variable "X2" must be all lower-case
(#545) Variable "X2" must be all lower-case
(#546) Line indented incorrectly; expected at least 12 spaces, found 8
(#547) Line indented incorrectly; expected at least 16 spaces, found 9
(#547) Variable "AlphaA" must be all lower-case
(#547) Variable "Alpha" must be all lower-case
(#547) Expected 1 space before "-"; 0 found
(#547) Expected 1 space after "-"; 0 found
(#547) Variable "X2" must be all lower-case
(#547) Variable "X2" must be all lower-case
(#548) Line indented incorrectly; expected at least 16 spaces, found 9
(#548) Variable "Color" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "R" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "G" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "B" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "AlphaA" must be all lower-case
(#549) Line indented incorrectly; expected at least 16 spaces, found 9
(#549) Commas (,) must be followed by white space.
(#549) Variable "X2" must be all lower-case
(#549) Expected 1 space before "+"; 0 found
(#549) Expected 1 space after "+"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Variable "Y1" must be all lower-case
(#549) Commas (,) must be followed by white space.
(#549) Variable "X2" must be all lower-case
(#549) Expected 1 space before "+"; 0 found
(#549) Expected 1 space after "+"; 0 found
(#549) Commas (,) must be followed by white space.
(#549) Variable "Y2" must be all lower-case
(#549) Commas (,) must be followed by white space.
(#549) Variable "Color" must be all lower-case
(#550) Line indented incorrectly; expected 12 spaces, found 8
(#550) Closing brace indented incorrectly; expected 7 spaces, found 8
(#550) Whitespace found at end of line
(#552) Line indented incorrectly; expected 12 spaces, found 7
(#552) Expected "if (...) {\n"; found "if (...)\n {\n"
(#552) Variable "Y2" must be all lower-case
(#552) Variable "Y2" must be all lower-case
(#553) Line indented incorrectly; expected at least 12 spaces, found 8
(#554) Line indented incorrectly; expected at least 16 spaces, found 9
(#554) Variable "AlphaA" must be all lower-case
(#554) Variable "Alpha" must be all lower-case
(#554) Expected 1 space before "-"; 0 found
(#554) Expected 1 space after "-"; 0 found
(#554) Variable "Y2" must be all lower-case
(#554) Variable "Y2" must be all lower-case
(#555) Line indented incorrectly; expected at least 16 spaces, found 9
(#555) Variable "Color" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "R" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "G" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "B" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "AlphaA" must be all lower-case
(#556) Line indented incorrectly; expected at least 16 spaces, found 9
(#556) Commas (,) must be followed by white space.
(#556) Variable "X1" must be all lower-case
(#556) Commas (,) must be followed by white space.
(#556) Variable "Y2" must be all lower-case
(#556) Expected 1 space before "+"; 0 found
(#556) Expected 1 space after "+"; 0 found
(#556) Commas (,) must be followed by white space.
(#556) Variable "X2" must be all lower-case
(#556) Commas (,) must be followed by white space.
(#556) Variable "Y2" must be all lower-case
(#556) Expected 1 space before "+"; 0 found
(#556) Expected 1 space after "+"; 0 found
(#556) Commas (,) must be followed by white space.
(#556) Variable "Color" must be all lower-case
(#557) Line indented incorrectly; expected 12 spaces, found 8
(#557) Closing brace indented incorrectly; expected 7 spaces, found 8
(#558) Line indented incorrectly; expected 8 spaces, found 6
(#558) Closing brace indented incorrectly; expected 5 spaces, found 6
(#560) Line indented incorrectly; expected at least 8 spaces, found 5
(#560) Inline control structures are not allowed
(#560) Variable "BorderR" must be all lower-case
(#561) Line indented incorrectly; expected at least 8 spaces, found 6
(#561) Variable "X1" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Variable "Y1" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Variable "X2" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Variable "Y2" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Expected 1 space before "=>"; 0 found
(#561) Expected 1 space after "=>"; 0 found
(#561) Variable "BorderR" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Expected 1 space before "=>"; 0 found
(#561) Expected 1 space after "=>"; 0 found
(#561) Variable "BorderG" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Expected 1 space before "=>"; 0 found
(#561) Expected 1 space after "=>"; 0 found
(#561) Variable "BorderB" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Expected 1 space before "=>"; 0 found
(#561) Expected 1 space after "=>"; 0 found
(#561) Variable "BorderAlpha" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Expected 1 space before "=>"; 0 found
(#561) Expected 1 space after "=>"; 0 found
(#561) Variable "Ticks" must be all lower-case
(#561) Commas (,) must be followed by white space.
(#561) Expected 1 space before "=>"; 0 found
(#561) Expected 1 space after "=>"; 0 found
(#561) Variable "NoAngle" must be all lower-case
(#561) Line exceeds 132 characters; contains 151 characters
(#563) Line indented incorrectly; expected at least 8 spaces, found 5
(#563) Variable "RestoreShadow" must be all lower-case
(#564) Closing brace indented incorrectly; expected 3 spaces, found 4
(#566) Line indented incorrectly; expected at least 4 spaces, found 3
(#567) Line indented incorrectly; expected 4 spaces, found 3
(#567) method name "pDraw::drawRectangleMarker" must be in lower-case letters only
(#567) Visibility must be declared on method "drawRectangleMarker"
(#567) Variable "X" must be all lower-case
(#567) Commas (,) must be followed by white space.
(#567) Variable "Y" must be all lower-case
(#567) Commas (,) must be followed by white space.
(#567) Variable "Format" must be all lower-case
(#568) Opening brace should be on the same line as the declaration
(#569) Line indented incorrectly; expected at least 8 spaces, found 5
(#569) Variable "Size" must be all lower-case
(#569) Variable "Format" must be all lower-case
(#569) Variable "Format" must be all lower-case
(#571) Line indented incorrectly; expected at least 8 spaces, found 5
(#571) Variable "HalfSize" must be all lower-case
(#571) Variable "Size" must be all lower-case
(#571) Expected 1 space before "/"; 0 found
(#571) Expected 1 space after "/"; 0 found
(#572) Line indented incorrectly; expected at least 8 spaces, found 5
(#572) Variable "X" must be all lower-case
(#572) Expected 1 space before "-"; 0 found
(#572) Expected 1 space after "-"; 0 found
(#572) Variable "HalfSize" must be all lower-case
(#572) Commas (,) must be followed by white space.
(#572) Variable "Y" must be all lower-case
(#572) Expected 1 space before "-"; 0 found
(#572) Expected 1 space after "-"; 0 found
(#572) Variable "HalfSize" must be all lower-case
(#572) Commas (,) must be followed by white space.
(#572) Variable "X" must be all lower-case
(#572) Expected 1 space before "+"; 0 found
(#572) Expected 1 space after "+"; 0 found
(#572) Variable "HalfSize" must be all lower-case
(#572) Commas (,) must be followed by white space.
(#572) Variable "Y" must be all lower-case
(#572) Expected 1 space before "+"; 0 found
(#572) Expected 1 space after "+"; 0 found
(#572) Variable "HalfSize" must be all lower-case
(#572) Commas (,) must be followed by white space.
(#572) Variable "Format" must be all lower-case
(#573) Closing brace indented incorrectly; expected 3 spaces, found 4
(#575) Line indented incorrectly; expected at least 4 spaces, found 3
(#576) Line indented incorrectly; expected 4 spaces, found 3
(#576) method name "pDraw::drawSpline" must be in lower-case letters only
(#576) Visibility must be declared on method "drawSpline"
(#576) Variable "Coordinates" must be all lower-case
(#576) Commas (,) must be followed by white space.
(#576) Variable "Format" must be all lower-case
(#577) Opening brace should be on the same line as the declaration
(#578) Line indented incorrectly; expected at least 8 spaces, found 5
(#578) Variable "R" must be all lower-case
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Variable "Format" must be all lower-case
(#578) Variable "Format" must be all lower-case
(#579) Line indented incorrectly; expected at least 8 spaces, found 5
(#579) Variable "G" must be all lower-case
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Variable "Format" must be all lower-case
(#579) Variable "Format" must be all lower-case
(#580) Line indented incorrectly; expected at least 8 spaces, found 5
(#580) Variable "B" must be all lower-case
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Variable "Format" must be all lower-case
(#580) Variable "Format" must be all lower-case
(#581) Line indented incorrectly; expected at least 8 spaces, found 5
(#581) Variable "Alpha" must be all lower-case
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Variable "Format" must be all lower-case
(#581) Variable "Format" must be all lower-case
(#582) Line indented incorrectly; expected at least 8 spaces, found 5
(#582) Variable "Force" must be all lower-case
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Variable "Format" must be all lower-case
(#582) Variable "Format" must be all lower-case
(#583) Line indented incorrectly; expected at least 8 spaces, found 5
(#583) Variable "Forces" must be all lower-case
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Variable "Format" must be all lower-case
(#583) Variable "Format" must be all lower-case
(#583) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#584) Line indented incorrectly; expected at least 8 spaces, found 5
(#584) Variable "ShowC" must be all lower-case
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Variable "Format" must be all lower-case
(#584) Variable "Format" must be all lower-case
(#584) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#585) Line indented incorrectly; expected at least 8 spaces, found 5
(#585) Variable "Ticks" must be all lower-case
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Variable "Format" must be all lower-case
(#585) Variable "Format" must be all lower-case
(#585) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#586) Line indented incorrectly; expected at least 8 spaces, found 5
(#586) Variable "PathOnly" must be all lower-case
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Variable "Format" must be all lower-case
(#586) Variable "Format" must be all lower-case
(#586) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#587) Line indented incorrectly; expected at least 8 spaces, found 5
(#587) Variable "Weight" must be all lower-case
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Variable "Format" must be all lower-case
(#587) Variable "Format" must be all lower-case
(#587) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#589) Line indented incorrectly; expected at least 8 spaces, found 5
(#589) Variable "Cpt" must be all lower-case
(#589) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#589) Variable "Mode" must be all lower-case
(#589) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#589) Variable "Result" must be all lower-case
(#590) Line indented incorrectly; expected 8 spaces, found 5
(#590) Expected "for (...) {\n"; found "for(...)\n {\n"
(#590) Expected 1 space after first semicolon of FOR loop; 0 found
(#590) Expected 1 space after second semicolon of FOR loop; 0 found
(#590) Expected 1 space before "="; 0 found
(#590) Expected 1 space after "="; 0 found
(#590) Expected 1 space before "<="; 0 found
(#590) Expected 1 space after "<="; 0 found
(#590) Variable "Coordinates" must be all lower-case
(#590) Expected 1 space before "-"; 0 found
(#590) Expected 1 space after "-"; 0 found
(#591) Line indented incorrectly; expected at least 8 spaces, found 6
(#592) Line indented incorrectly; expected at least 12 spaces, found 7
(#592) Variable "X1" must be all lower-case
(#592) Variable "Coordinates" must be all lower-case
(#592) Expected 1 space before "-"; 0 found
(#592) Expected 1 space after "-"; 0 found
(#592) Variable "Y1" must be all lower-case
(#592) Variable "Coordinates" must be all lower-case
(#592) Expected 1 space before "-"; 0 found
(#592) Expected 1 space after "-"; 0 found
(#593) Line indented incorrectly; expected at least 12 spaces, found 7
(#593) Variable "X2" must be all lower-case
(#593) Variable "Coordinates" must be all lower-case
(#593) Variable "Y2" must be all lower-case
(#593) Variable "Coordinates" must be all lower-case
(#595) Line indented incorrectly; expected 12 spaces, found 7
(#595) Expected "if (...) {\n"; found "if (...) { "
(#595) Variable "Forces" must be all lower-case
(#595) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#595) Variable "Force" must be all lower-case
(#595) Variable "Forces" must be all lower-case
(#595) Closing brace must be on a line by itself
(#597) Line indented incorrectly; expected at least 12 spaces, found 7
(#598) Line indented incorrectly; expected 12 spaces, found 7
(#598) Expected "if (...) {\n"; found "if (...)\n { "
(#599) Line indented incorrectly; expected at least 12 spaces, found 8
(#599) Variable "Xv1" must be all lower-case
(#599) Variable "X1" must be all lower-case
(#599) Variable "Yv1" must be all lower-case
(#599) Variable "Y1" must be all lower-case
(#599) Closing brace must be on a line by itself
(#600) Line indented incorrectly; expected 12 spaces, found 7
(#600) Expected "} else {\n"; found "}\n else\n {\n"
(#601) Line indented incorrectly; expected at least 12 spaces, found 8
(#602) Line indented incorrectly; expected at least 16 spaces, found 9
(#602) Variable "Angle1" must be all lower-case
(#602) Variable "XLast" must be all lower-case
(#602) Commas (,) must be followed by white space.
(#602) Variable "YLast" must be all lower-case
(#602) Commas (,) must be followed by white space.
(#602) Variable "X1" must be all lower-case
(#602) Commas (,) must be followed by white space.
(#602) Variable "Y1" must be all lower-case
(#603) Line indented incorrectly; expected at least 16 spaces, found 9
(#603) Variable "Angle2" must be all lower-case
(#603) Variable "X1" must be all lower-case
(#603) Commas (,) must be followed by white space.
(#603) Variable "Y1" must be all lower-case
(#603) Commas (,) must be followed by white space.
(#603) Variable "X2" must be all lower-case
(#603) Commas (,) must be followed by white space.
(#603) Variable "Y2" must be all lower-case
(#604) Line indented incorrectly; expected at least 16 spaces, found 9
(#604) Variable "XOff" must be all lower-case
(#604) Variable "Angle2" must be all lower-case
(#604) Variable "Force" must be all lower-case
(#604) Variable "X1" must be all lower-case
(#605) Line indented incorrectly; expected at least 16 spaces, found 9
(#605) Variable "YOff" must be all lower-case
(#605) Variable "Angle2" must be all lower-case
(#605) Variable "Force" must be all lower-case
(#605) Variable "Y1" must be all lower-case
(#607) Line indented incorrectly; expected at least 16 spaces, found 9
(#607) Variable "Xv1" must be all lower-case
(#607) Variable "Angle1" must be all lower-case
(#607) Variable "Force" must be all lower-case
(#607) Variable "XOff" must be all lower-case
(#608) Line indented incorrectly; expected at least 16 spaces, found 9
(#608) Variable "Yv1" must be all lower-case
(#608) Variable "Angle1" must be all lower-case
(#608) Variable "Force" must be all lower-case
(#608) Variable "YOff" must be all lower-case
(#609) Line indented incorrectly; expected 12 spaces, found 8
(#609) Closing brace indented incorrectly; expected 7 spaces, found 8
(#611) Line indented incorrectly; expected at least 12 spaces, found 7
(#612) Line indented incorrectly; expected 12 spaces, found 7
(#612) Expected "if (...) {\n"; found "if (...)\n { "
(#612) Variable "Coordinates" must be all lower-case
(#612) Expected 1 space before "-"; 0 found
(#612) Expected 1 space after "-"; 0 found
(#613) Line indented incorrectly; expected at least 12 spaces, found 8
(#613) Variable "Xv2" must be all lower-case
(#613) Variable "X2" must be all lower-case
(#613) Variable "Yv2" must be all lower-case
(#613) Variable "Y2" must be all lower-case
(#613) Closing brace must be on a line by itself
(#614) Line indented incorrectly; expected 12 spaces, found 7
(#614) Expected "} else {\n"; found "}\n else\n {\n"
(#615) Line indented incorrectly; expected at least 12 spaces, found 8
(#616) Line indented incorrectly; expected at least 16 spaces, found 9
(#616) Variable "Angle1" must be all lower-case
(#616) Variable "X2" must be all lower-case
(#616) Commas (,) must be followed by white space.
(#616) Variable "Y2" must be all lower-case
(#616) Commas (,) must be followed by white space.
(#616) Variable "Coordinates" must be all lower-case
(#616) Expected 1 space before "+"; 0 found
(#616) Expected 1 space after "+"; 0 found
(#616) Commas (,) must be followed by white space.
(#616) Variable "Coordinates" must be all lower-case
(#616) Expected 1 space before "+"; 0 found
(#616) Expected 1 space after "+"; 0 found
(#617) Line indented incorrectly; expected at least 16 spaces, found 9
(#617) Variable "Angle2" must be all lower-case
(#617) Variable "X1" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Y1" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "X2" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Y2" must be all lower-case
(#618) Line indented incorrectly; expected at least 16 spaces, found 9
(#618) Variable "XOff" must be all lower-case
(#618) Variable "Angle2" must be all lower-case
(#618) Expected 1 space before "+"; 0 found
(#618) Expected 1 space after "+"; 0 found
(#618) Variable "Force" must be all lower-case
(#618) Variable "X2" must be all lower-case
(#619) Line indented incorrectly; expected at least 16 spaces, found 9
(#619) Variable "YOff" must be all lower-case
(#619) Variable "Angle2" must be all lower-case
(#619) Expected 1 space before "+"; 0 found
(#619) Expected 1 space after "+"; 0 found
(#619) Variable "Force" must be all lower-case
(#619) Variable "Y2" must be all lower-case
(#621) Line indented incorrectly; expected at least 16 spaces, found 9
(#621) Variable "Xv2" must be all lower-case
(#621) Variable "Angle1" must be all lower-case
(#621) Expected 1 space before "+"; 0 found
(#621) Expected 1 space after "+"; 0 found
(#621) Variable "Force" must be all lower-case
(#621) Variable "XOff" must be all lower-case
(#622) Line indented incorrectly; expected at least 16 spaces, found 9
(#622) Variable "Yv2" must be all lower-case
(#622) Variable "Angle1" must be all lower-case
(#622) Expected 1 space before "+"; 0 found
(#622) Expected 1 space after "+"; 0 found
(#622) Variable "Force" must be all lower-case
(#622) Variable "YOff" must be all lower-case
(#623) Line indented incorrectly; expected 12 spaces, found 8
(#623) Closing brace indented incorrectly; expected 7 spaces, found 8
(#625) Line indented incorrectly; expected at least 12 spaces, found 7
(#625) Variable "Path" must be all lower-case
(#625) Variable "X1" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "Y1" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "X2" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "Y2" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "Xv1" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "Yv1" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "Xv2" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "Yv2" must be all lower-case
(#625) Commas (,) must be followed by white space.
(#625) Variable "Format" must be all lower-case
(#626) Line indented incorrectly; expected 12 spaces, found 7
(#626) Expected "if (...) {\n"; found "if (...) { "
(#626) Variable "PathOnly" must be all lower-case
(#626) Variable "Result" must be all lower-case
(#626) Variable "Path" must be all lower-case
(#626) Closing brace must be on a line by itself
(#628) Line indented incorrectly; expected at least 12 spaces, found 7
(#628) Variable "XLast" must be all lower-case
(#628) Variable "X1" must be all lower-case
(#628) Variable "YLast" must be all lower-case
(#628) Variable "Y1" must be all lower-case
(#629) Line indented incorrectly; expected 8 spaces, found 6
(#629) Closing brace indented incorrectly; expected 5 spaces, found 6
(#631) Line indented incorrectly; expected at least 8 spaces, found 5
(#631) Variable "Result" must be all lower-case
(#632) Closing brace indented incorrectly; expected 3 spaces, found 4
(#634) Line indented incorrectly; expected at least 4 spaces, found 3
(#635) Line indented incorrectly; expected 4 spaces, found 3
(#635) method name "pDraw::drawBezier" must be in lower-case letters only
(#635) Visibility must be declared on method "drawBezier"
(#635) Variable "X1" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "Y1" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "X2" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "Y2" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "Xv1" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "Yv1" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "Xv2" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "Yv2" must be all lower-case
(#635) Commas (,) must be followed by white space.
(#635) Variable "Format" must be all lower-case
(#636) Opening brace should be on the same line as the declaration
(#637) Line indented incorrectly; expected at least 8 spaces, found 5
(#637) Variable "R" must be all lower-case
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Variable "Format" must be all lower-case
(#637) Variable "Format" must be all lower-case
(#638) Line indented incorrectly; expected at least 8 spaces, found 5
(#638) Variable "G" must be all lower-case
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Variable "Format" must be all lower-case
(#638) Variable "Format" must be all lower-case
(#639) Line indented incorrectly; expected at least 8 spaces, found 5
(#639) Variable "B" must be all lower-case
(#639) Spaces must be used for alignment; tabs are not allowed
(#639) Tab found within whitespace
(#639) Variable "Format" must be all lower-case
(#639) Variable "Format" must be all lower-case
(#640) Line indented incorrectly; expected at least 8 spaces, found 5
(#640) Variable "Alpha" must be all lower-case
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Variable "Format" must be all lower-case
(#640) Variable "Format" must be all lower-case
(#641) Line indented incorrectly; expected at least 8 spaces, found 5
(#641) Variable "ShowC" must be all lower-case
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Variable "Format" must be all lower-case
(#641) Variable "Format" must be all lower-case
(#641) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#642) Line indented incorrectly; expected at least 8 spaces, found 5
(#642) Variable "Segments" must be all lower-case
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Variable "Format" must be all lower-case
(#642) Variable "Format" must be all lower-case
(#642) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#643) Line indented incorrectly; expected at least 8 spaces, found 5
(#643) Variable "Ticks" must be all lower-case
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Variable "Format" must be all lower-case
(#643) Variable "Format" must be all lower-case
(#643) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#644) Line indented incorrectly; expected at least 8 spaces, found 5
(#644) Variable "NoDraw" must be all lower-case
(#644) Variable "Format" must be all lower-case
(#644) Variable "Format" must be all lower-case
(#644) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#645) Line indented incorrectly; expected at least 8 spaces, found 5
(#645) Variable "PathOnly" must be all lower-case
(#645) Variable "Format" must be all lower-case
(#645) Variable "Format" must be all lower-case
(#645) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#646) Line indented incorrectly; expected at least 8 spaces, found 5
(#646) Variable "Weight" must be all lower-case
(#646) Variable "Format" must be all lower-case
(#646) Variable "Format" must be all lower-case
(#646) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#647) Line indented incorrectly; expected at least 8 spaces, found 5
(#647) Variable "DrawArrow" must be all lower-case
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Variable "Format" must be all lower-case
(#647) Variable "Format" must be all lower-case
(#647) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#648) Line indented incorrectly; expected at least 8 spaces, found 5
(#648) Variable "ArrowSize" must be all lower-case
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Variable "Format" must be all lower-case
(#648) Variable "Format" must be all lower-case
(#649) Line indented incorrectly; expected at least 8 spaces, found 5
(#649) Variable "ArrowRatio" must be all lower-case
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Variable "Format" must be all lower-case
(#649) Variable "Format" must be all lower-case
(#650) Line indented incorrectly; expected at least 8 spaces, found 5
(#650) Variable "ArrowTwoHeads" must be all lower-case
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Variable "Format" must be all lower-case
(#650) Variable "Format" must be all lower-case
(#650) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#652) Line indented incorrectly; expected 8 spaces, found 5
(#652) Expected "if (...) {\n"; found "if (...)\n {\n"
(#652) Variable "Segments" must be all lower-case
(#652) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#653) Line indented incorrectly; expected at least 8 spaces, found 6
(#654) Line indented incorrectly; expected at least 12 spaces, found 7
(#654) Variable "Length" must be all lower-case
(#654) Variable "X1" must be all lower-case
(#654) Commas (,) must be followed by white space.
(#654) Variable "Y1" must be all lower-case
(#654) Commas (,) must be followed by white space.
(#654) Variable "X2" must be all lower-case
(#654) Commas (,) must be followed by white space.
(#654) Variable "Y2" must be all lower-case
(#655) Line indented incorrectly; expected at least 12 spaces, found 7
(#655) Variable "Precision" must be all lower-case
(#655) Variable "Length" must be all lower-case
(#655) Expected 1 space before "*"; 0 found
(#655) Expected 1 space after "*"; 0 found
(#655) Expected 1 space before "/"; 0 found
(#655) Expected 1 space after "/"; 0 found
(#656) Line indented incorrectly; expected 8 spaces, found 6
(#656) Closing brace indented incorrectly; expected 5 spaces, found 6
(#657) Line indented incorrectly; expected at least 8 spaces, found 5
(#657) Inline control structures are not allowed
(#658) Line indented incorrectly; expected at least 8 spaces, found 6
(#658) Variable "Precision" must be all lower-case
(#658) Variable "Segments" must be all lower-case
(#660) Line indented incorrectly; expected at least 8 spaces, found 5
(#660) Variable "P" must be all lower-case
(#660) Variable "X1" must be all lower-case
(#660) Variable "P" must be all lower-case
(#660) Variable "Y1" must be all lower-case
(#661) Line indented incorrectly; expected at least 8 spaces, found 5
(#661) Variable "P" must be all lower-case
(#661) Variable "Xv1" must be all lower-case
(#661) Variable "P" must be all lower-case
(#661) Variable "Yv1" must be all lower-case
(#662) Line indented incorrectly; expected at least 8 spaces, found 5
(#662) Variable "P" must be all lower-case
(#662) Variable "Xv2" must be all lower-case
(#662) Variable "P" must be all lower-case
(#662) Variable "Yv2" must be all lower-case
(#663) Line indented incorrectly; expected at least 8 spaces, found 5
(#663) Variable "P" must be all lower-case
(#663) Variable "X2" must be all lower-case
(#663) Variable "P" must be all lower-case
(#663) Variable "Y2" must be all lower-case
(#665) Line indented incorrectly; expected at least 8 spaces, found 5
(#666) Line indented incorrectly; expected at least 8 spaces, found 5
(#666) Variable "Q" must be all lower-case
(#666) Variable "ID" must be all lower-case
(#666) Variable "Path" must be all lower-case
(#667) Line indented incorrectly; expected 8 spaces, found 5
(#667) Expected "for (...) {\n"; found "for(...)\n {\n"
(#667) Expected 1 space after first semicolon of FOR loop; 0 found
(#667) Expected 1 space after second semicolon of FOR loop; 0 found
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Expected 1 space before "<="; 0 found
(#667) Expected 1 space after "<="; 0 found
(#667) Variable "Precision" must be all lower-case
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#667) Expected 1 space before "+"; 0 found
(#667) Expected 1 space after "+"; 0 found
(#668) Line indented incorrectly; expected at least 8 spaces, found 6
(#669) Line indented incorrectly; expected at least 12 spaces, found 7
(#669) Variable "Precision" must be all lower-case
(#671) Line indented incorrectly; expected at least 12 spaces, found 7
(#671) Variable "C" must be all lower-case
(#672) Line indented incorrectly; expected at least 12 spaces, found 7
(#672) Variable "C" must be all lower-case
(#673) Line indented incorrectly; expected at least 12 spaces, found 7
(#673) Variable "C" must be all lower-case
(#674) Line indented incorrectly; expected at least 12 spaces, found 7
(#674) Variable "C" must be all lower-case
(#675) Line indented incorrectly; expected at least 12 spaces, found 7
(#675) Variable "C" must be all lower-case
(#677) Line indented incorrectly; expected 12 spaces, found 7
(#677) Expected "for (...) {\n"; found "for(...)\n {\n"
(#677) Expected 1 space after first semicolon of FOR loop; 0 found
(#677) Expected 1 space after second semicolon of FOR loop; 0 found
(#677) Expected 1 space before "="; 0 found
(#677) Expected 1 space after "="; 0 found
(#677) Expected 1 space before "<="; 0 found
(#677) Expected 1 space after "<="; 0 found
(#678) Line indented incorrectly; expected at least 12 spaces, found 8
(#679) Line indented incorrectly; expected 16 spaces, found 9
(#679) Expected "if (...) {\n"; found "if (...) { "
(#679) Variable "Q" must be all lower-case
(#679) Variable "ID" must be all lower-case
(#679) Variable "Q" must be all lower-case
(#679) Variable "ID" must be all lower-case
(#679) Closing brace must be on a line by itself
(#680) Line indented incorrectly; expected 16 spaces, found 9
(#680) Expected "if (...) {\n"; found "if (...) { "
(#680) Variable "Q" must be all lower-case
(#680) Variable "ID" must be all lower-case
(#680) Variable "Q" must be all lower-case
(#680) Variable "ID" must be all lower-case
(#680) Closing brace must be on a line by itself
(#681) Line indented incorrectly; expected 16 spaces, found 9
(#681) Expected "if (...) {\n"; found "if (...) { "
(#681) Variable "Q" must be all lower-case
(#681) Variable "ID" must be all lower-case
(#681) Variable "Q" must be all lower-case
(#681) Variable "ID" must be all lower-case
(#681) Closing brace must be on a line by itself
(#683) Line indented incorrectly; expected at least 16 spaces, found 9
(#683) Variable "Q" must be all lower-case
(#683) Variable "ID" must be all lower-case
(#683) Variable "Q" must be all lower-case
(#683) Variable "ID" must be all lower-case
(#683) Variable "P" must be all lower-case
(#683) Variable "C" must be all lower-case
(#684) Line indented incorrectly; expected at least 16 spaces, found 9
(#684) Variable "Q" must be all lower-case
(#684) Variable "ID" must be all lower-case
(#684) Variable "Q" must be all lower-case
(#684) Variable "ID" must be all lower-case
(#684) Variable "P" must be all lower-case
(#684) Variable "C" must be all lower-case
(#685) Line indented incorrectly; expected 12 spaces, found 8
(#685) Closing brace indented incorrectly; expected 7 spaces, found 8
(#686) Line indented incorrectly; expected at least 12 spaces, found 7
(#686) Variable "ID" must be all lower-case
(#687) Line indented incorrectly; expected 8 spaces, found 6
(#687) Closing brace indented incorrectly; expected 5 spaces, found 6
(#687) Whitespace found at end of line
(#688) Line indented incorrectly; expected at least 8 spaces, found 5
(#688) Variable "Q" must be all lower-case
(#688) Variable "ID" must be all lower-case
(#688) Variable "X2" must be all lower-case
(#688) Variable "Q" must be all lower-case
(#688) Variable "ID" must be all lower-case
(#688) Variable "Y2" must be all lower-case
(#690) Line indented incorrectly; expected 8 spaces, found 5
(#690) Expected "if (...) {\n"; found "if (...)\n {\n"
(#690) Variable "NoDraw" must be all lower-case
(#691) Line indented incorrectly; expected at least 8 spaces, found 6
(#692) Line indented incorrectly; expected at least 12 spaces, found 7
(#693) Line indented incorrectly; expected 12 spaces, found 7
(#693) Expected "if (...) {\n"; found "if (...)\n {\n"
(#693) Variable "ShowC" must be all lower-case
(#693) Variable "PathOnly" must be all lower-case
(#694) Line indented incorrectly; expected at least 12 spaces, found 8
(#695) Line indented incorrectly; expected at least 16 spaces, found 9
(#695) Variable "Xv1" must be all lower-case
(#695) Variable "Xv1" must be all lower-case
(#695) Variable "Yv1" must be all lower-case
(#695) Variable "Yv1" must be all lower-case
(#695) Variable "Xv2" must be all lower-case
(#695) Variable "Xv2" must be all lower-case
(#695) Variable "Yv2" must be all lower-case
(#695) Variable "Yv2" must be all lower-case
(#697) Line indented incorrectly; expected at least 16 spaces, found 9
(#697) Variable "X1" must be all lower-case
(#697) Commas (,) must be followed by white space.
(#697) Variable "Y1" must be all lower-case
(#697) Commas (,) must be followed by white space.
(#697) Variable "X2" must be all lower-case
(#697) Commas (,) must be followed by white space.
(#697) Variable "Y2" must be all lower-case
(#697) Commas (,) must be followed by white space.
(#697) Expected 1 space before "=>"; 0 found
(#697) Expected 1 space after "=>"; 0 found
(#697) Commas (,) must be followed by white space.
(#697) Expected 1 space before "=>"; 0 found
(#697) Expected 1 space after "=>"; 0 found
(#697) Commas (,) must be followed by white space.
(#697) Expected 1 space before "=>"; 0 found
(#697) Expected 1 space after "=>"; 0 found
(#697) Commas (,) must be followed by white space.
(#697) Expected 1 space before "=>"; 0 found
(#697) Expected 1 space after "=>"; 0 found
(#699) Line indented incorrectly; expected at least 16 spaces, found 9
(#699) Variable "MyMarkerSettings" must be all lower-case
(#699) Expected 1 space before "=>"; 0 found
(#699) Expected 1 space after "=>"; 0 found
(#699) Commas (,) must be followed by white space.
(#699) Expected 1 space before "=>"; 0 found
(#699) Expected 1 space after "=>"; 0 found
(#699) Commas (,) must be followed by white space.
(#699) Expected 1 space before "=>"; 0 found
(#699) Expected 1 space after "=>"; 0 found
(#699) Commas (,) must be followed by white space.
(#699) Expected 1 space before "=>"; 0 found
(#699) Expected 1 space after "=>"; 0 found
(#699) Commas (,) must be followed by white space.
(#699) Expected 1 space before "=>"; 0 found
(#699) Expected 1 space after "=>"; 0 found
(#699) Commas (,) must be followed by white space.
(#699) Expected 1 space before "=>"; 0 found
(#699) Expected 1 space after "=>"; 0 found
(#699) Commas (,) must be followed by white space.
(#699) Expected 1 space before "=>"; 0 found
(#699) Expected 1 space after "=>"; 0 found
(#700) Line indented incorrectly; expected at least 16 spaces, found 9
(#700) Variable "Xv1" must be all lower-case
(#700) Commas (,) must be followed by white space.
(#700) Variable "Yv1" must be all lower-case
(#700) Commas (,) must be followed by white space.
(#700) Variable "MyMarkerSettings" must be all lower-case
(#701) Line indented incorrectly; expected at least 16 spaces, found 9
(#701) Variable "Xv1" must be all lower-case
(#701) Expected 1 space before "+"; 0 found
(#701) Expected 1 space after "+"; 0 found
(#701) Commas (,) must be followed by white space.
(#701) Variable "Yv1" must be all lower-case
(#701) Commas (,) must be followed by white space.
(#702) Line indented incorrectly; expected at least 16 spaces, found 9
(#702) Variable "MyMarkerSettings" must be all lower-case
(#702) Expected 1 space before "=>"; 0 found
(#702) Expected 1 space after "=>"; 0 found
(#702) Commas (,) must be followed by white space.
(#702) Expected 1 space before "=>"; 0 found
(#702) Expected 1 space after "=>"; 0 found
(#702) Commas (,) must be followed by white space.
(#702) Expected 1 space before "=>"; 0 found
(#702) Expected 1 space after "=>"; 0 found
(#702) Commas (,) must be followed by white space.
(#702) Expected 1 space before "=>"; 0 found
(#702) Expected 1 space after "=>"; 0 found
(#702) Commas (,) must be followed by white space.
(#702) Expected 1 space before "=>"; 0 found
(#702) Expected 1 space after "=>"; 0 found
(#702) Commas (,) must be followed by white space.
(#702) Expected 1 space before "=>"; 0 found
(#702) Expected 1 space after "=>"; 0 found
(#702) Commas (,) must be followed by white space.
(#702) Expected 1 space before "=>"; 0 found
(#702) Expected 1 space after "=>"; 0 found
(#703) Line indented incorrectly; expected at least 16 spaces, found 9
(#703) Variable "Xv2" must be all lower-case
(#703) Commas (,) must be followed by white space.
(#703) Variable "Yv2" must be all lower-case
(#703) Commas (,) must be followed by white space.
(#703) Variable "MyMarkerSettings" must be all lower-case
(#704) Line indented incorrectly; expected at least 16 spaces, found 9
(#704) Variable "Xv2" must be all lower-case
(#704) Expected 1 space before "+"; 0 found
(#704) Expected 1 space after "+"; 0 found
(#704) Commas (,) must be followed by white space.
(#704) Variable "Yv2" must be all lower-case
(#704) Commas (,) must be followed by white space.
(#705) Line indented incorrectly; expected 12 spaces, found 8
(#705) Closing brace indented incorrectly; expected 7 spaces, found 8
(#707) Line indented incorrectly; expected at least 12 spaces, found 7
(#708) Line indented incorrectly; expected at least 12 spaces, found 7
(#708) Variable "LastX" must be all lower-case
(#708) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#708) Variable "LastY" must be all lower-case
(#708) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#708) Variable "Cpt" must be all lower-case
(#708) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#708) Variable "Mode" must be all lower-case
(#708) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#708) Variable "ArrowS" must be all lower-case
(#708) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#709) Line indented incorrectly; expected 12 spaces, found 7
(#709) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#709) Variable "Q" must be all lower-case
(#709) Variable "Key" must be all lower-case
(#709) Variable "Point" must be all lower-case
(#710) Line indented incorrectly; expected at least 12 spaces, found 8
(#711) Line indented incorrectly; expected at least 16 spaces, found 9
(#711) Variable "X" must be all lower-case
(#711) Variable "Point" must be all lower-case
(#711) Variable "Y" must be all lower-case
(#711) Variable "Point" must be all lower-case
(#713) Line indented incorrectly; expected at least 16 spaces, found 9
(#714) Line indented incorrectly; expected 16 spaces, found 9
(#714) Expected "if (...) {\n"; found "if (...)\n { "
(#714) Variable "ArrowS" must be all lower-case
(#714) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#714) Variable "LastX" must be all lower-case
(#714) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#714) Variable "LastY" must be all lower-case
(#714) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#715) Line indented incorrectly; expected at least 16 spaces, found 10
(#715) Variable "ArrowS" must be all lower-case
(#715) Variable "LastX" must be all lower-case
(#715) Variable "ArrowS" must be all lower-case
(#715) Variable "LastY" must be all lower-case
(#715) Variable "ArrowS" must be all lower-case
(#715) Variable "X" must be all lower-case
(#715) Variable "ArrowS" must be all lower-case
(#715) Variable "Y" must be all lower-case
(#715) Closing brace must be on a line by itself
(#717) Line indented incorrectly; expected at least 16 spaces, found 9
(#717) Inline control structures are not allowed
(#717) Variable "LastX" must be all lower-case
(#717) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#717) Variable "LastY" must be all lower-case
(#717) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#717) Variable "PathOnly" must be all lower-case
(#718) Line indented incorrectly; expected at least 16 spaces, found 10
(#718) Variable "Cpt" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Variable "Mode" must be all lower-case
(#718) Variable "LastX" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Variable "LastY" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Variable "X" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Variable "Y" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "R" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "G" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "B" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "Alpha" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "Ticks" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "Cpt" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "Mode" must be all lower-case
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space before "=>"; 0 found
(#718) Expected 1 space after "=>"; 0 found
(#718) Variable "Weight" must be all lower-case
(#718) Line exceeds 132 characters; contains 173 characters
(#720) Line indented incorrectly; expected at least 16 spaces, found 9
(#721) Line indented incorrectly; expected at least 16 spaces, found 9
(#721) Variable "ArrowE" must be all lower-case
(#721) Variable "LastX" must be all lower-case
(#721) Variable "ArrowE" must be all lower-case
(#721) Variable "LastY" must be all lower-case
(#721) Variable "ArrowE" must be all lower-case
(#721) Variable "X" must be all lower-case
(#721) Variable "ArrowE" must be all lower-case
(#721) Variable "Y" must be all lower-case
(#723) Line indented incorrectly; expected at least 16 spaces, found 9
(#723) Variable "LastX" must be all lower-case
(#723) Variable "X" must be all lower-case
(#723) Variable "LastY" must be all lower-case
(#723) Variable "Y" must be all lower-case
(#724) Line indented incorrectly; expected 12 spaces, found 8
(#724) Closing brace indented incorrectly; expected 7 spaces, found 8
(#726) Line indented incorrectly; expected 12 spaces, found 7
(#726) Expected "if (...) {\n"; found "if (...)\n {\n"
(#726) Variable "DrawArrow" must be all lower-case
(#726) Variable "PathOnly" must be all lower-case
(#727) Line indented incorrectly; expected at least 12 spaces, found 8
(#728) Line indented incorrectly; expected at least 16 spaces, found 9
(#728) Variable "ArrowSettings" must be all lower-case
(#728) Expected 1 space before "=>"; 0 found
(#728) Expected 1 space after "=>"; 0 found
(#728) Variable "R" must be all lower-case
(#728) Commas (,) must be followed by white space.
(#728) Expected 1 space before "=>"; 0 found
(#728) Expected 1 space after "=>"; 0 found
(#728) Variable "G" must be all lower-case
(#728) Commas (,) must be followed by white space.
(#728) Expected 1 space before "=>"; 0 found
(#728) Expected 1 space after "=>"; 0 found
(#728) Variable "B" must be all lower-case
(#728) Commas (,) must be followed by white space.
(#728) Expected 1 space before "=>"; 0 found
(#728) Expected 1 space after "=>"; 0 found
(#728) Variable "Alpha" must be all lower-case
(#728) Commas (,) must be followed by white space.
(#728) Expected 1 space before "=>"; 0 found
(#728) Expected 1 space after "=>"; 0 found
(#728) Variable "ArrowSize" must be all lower-case
(#728) Commas (,) must be followed by white space.
(#728) Expected 1 space before "=>"; 0 found
(#728) Expected 1 space after "=>"; 0 found
(#728) Variable "ArrowRatio" must be all lower-case
(#729) Line indented incorrectly; expected at least 16 spaces, found 9
(#729) Inline control structures are not allowed
(#729) Variable "ArrowTwoHeads" must be all lower-case
(#730) Line indented incorrectly; expected at least 16 spaces, found 10
(#730) Variable "ArrowS" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "ArrowS" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "ArrowS" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "ArrowS" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "ArrowSettings" must be all lower-case
(#732) Line indented incorrectly; expected at least 16 spaces, found 9
(#732) Variable "ArrowE" must be all lower-case
(#732) Commas (,) must be followed by white space.
(#732) Variable "ArrowE" must be all lower-case
(#732) Commas (,) must be followed by white space.
(#732) Variable "ArrowE" must be all lower-case
(#732) Commas (,) must be followed by white space.
(#732) Variable "ArrowE" must be all lower-case
(#732) Commas (,) must be followed by white space.
(#732) Variable "ArrowSettings" must be all lower-case
(#733) Line indented incorrectly; expected 12 spaces, found 8
(#733) Closing brace indented incorrectly; expected 7 spaces, found 8
(#734) Line indented incorrectly; expected 8 spaces, found 6
(#734) Closing brace indented incorrectly; expected 5 spaces, found 6
(#735) Line indented incorrectly; expected at least 8 spaces, found 5
(#735) Variable "Q" must be all lower-case
(#736) Closing brace indented incorrectly; expected 3 spaces, found 4
(#738) Line indented incorrectly; expected at least 4 spaces, found 3
(#739) Line indented incorrectly; expected 4 spaces, found 3
(#739) method name "pDraw::drawLine" must be in lower-case letters only
(#739) Visibility must be declared on method "drawLine"
(#739) Variable "X1" must be all lower-case
(#739) Commas (,) must be followed by white space.
(#739) Variable "Y1" must be all lower-case
(#739) Commas (,) must be followed by white space.
(#739) Variable "X2" must be all lower-case
(#739) Commas (,) must be followed by white space.
(#739) Variable "Y2" must be all lower-case
(#739) Commas (,) must be followed by white space.
(#739) Variable "Format" must be all lower-case
(#740) Opening brace should be on the same line as the declaration
(#741) Line indented incorrectly; expected at least 8 spaces, found 5
(#741) Variable "R" must be all lower-case
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Variable "Format" must be all lower-case
(#741) Variable "Format" must be all lower-case
(#742) Line indented incorrectly; expected at least 8 spaces, found 5
(#742) Variable "G" must be all lower-case
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Variable "Format" must be all lower-case
(#742) Variable "Format" must be all lower-case
(#743) Line indented incorrectly; expected at least 8 spaces, found 5
(#743) Variable "B" must be all lower-case
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Variable "Format" must be all lower-case
(#743) Variable "Format" must be all lower-case
(#744) Line indented incorrectly; expected at least 8 spaces, found 5
(#744) Variable "Alpha" must be all lower-case
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Variable "Format" must be all lower-case
(#744) Variable "Format" must be all lower-case
(#745) Line indented incorrectly; expected at least 8 spaces, found 5
(#745) Variable "Ticks" must be all lower-case
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Variable "Format" must be all lower-case
(#745) Variable "Format" must be all lower-case
(#745) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#746) Line indented incorrectly; expected at least 8 spaces, found 5
(#746) Variable "Cpt" must be all lower-case
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Variable "Format" must be all lower-case
(#746) Variable "Format" must be all lower-case
(#747) Line indented incorrectly; expected at least 8 spaces, found 5
(#747) Variable "Mode" must be all lower-case
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Variable "Format" must be all lower-case
(#747) Variable "Format" must be all lower-case
(#748) Line indented incorrectly; expected at least 8 spaces, found 5
(#748) Variable "Weight" must be all lower-case
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Variable "Format" must be all lower-case
(#748) Variable "Format" must be all lower-case
(#748) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#749) Line indented incorrectly; expected at least 8 spaces, found 5
(#749) Variable "Threshold" must be all lower-case
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Variable "Format" must be all lower-case
(#749) Variable "Format" must be all lower-case
(#749) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#751) Line indented incorrectly; expected 8 spaces, found 5
(#751) Expected "if (...) {\n"; found "if (...)\n {\n"
(#751) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#751) Variable "Ticks" must be all lower-case
(#751) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#752) Line indented incorrectly; expected at least 8 spaces, found 6
(#753) Line indented incorrectly; expected 12 spaces, found 7
(#753) Expected "if (...) {\n"; found "if (...)\n {\n"
(#754) Line indented incorrectly; expected at least 12 spaces, found 8
(#755) Line indented incorrectly; expected at least 16 spaces, found 9
(#755) Variable "ShadowColor" must be all lower-case
(#755) Commas (,) must be followed by white space.
(#755) Commas (,) must be followed by white space.
(#755) Commas (,) must be followed by white space.
(#755) Commas (,) must be followed by white space.
(#756) Line indented incorrectly; expected at least 16 spaces, found 9
(#756) Commas (,) must be followed by white space.
(#756) Variable "X1" must be all lower-case
(#756) Expected 1 space before "+"; 0 found
(#756) Expected 1 space after "+"; 0 found
(#756) Commas (,) must be followed by white space.
(#756) Variable "Y1" must be all lower-case
(#756) Expected 1 space before "+"; 0 found
(#756) Expected 1 space after "+"; 0 found
(#756) Commas (,) must be followed by white space.
(#756) Variable "X2" must be all lower-case
(#756) Expected 1 space before "+"; 0 found
(#756) Expected 1 space after "+"; 0 found
(#756) Commas (,) must be followed by white space.
(#756) Variable "Y2" must be all lower-case
(#756) Expected 1 space before "+"; 0 found
(#756) Expected 1 space after "+"; 0 found
(#756) Commas (,) must be followed by white space.
(#756) Variable "ShadowColor" must be all lower-case
(#757) Line indented incorrectly; expected 12 spaces, found 8
(#757) Closing brace indented incorrectly; expected 7 spaces, found 8
(#759) Line indented incorrectly; expected at least 12 spaces, found 7
(#759) Variable "Color" must be all lower-case
(#759) Commas (,) must be followed by white space.
(#759) Variable "R" must be all lower-case
(#759) Commas (,) must be followed by white space.
(#759) Variable "G" must be all lower-case
(#759) Commas (,) must be followed by white space.
(#759) Variable "B" must be all lower-case
(#759) Commas (,) must be followed by white space.
(#759) Variable "Alpha" must be all lower-case
(#760) Line indented incorrectly; expected at least 12 spaces, found 7
(#760) Commas (,) must be followed by white space.
(#760) Variable "X1" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Variable "Y1" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Variable "X2" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Variable "Y2" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Variable "Color" must be all lower-case
(#761) Line indented incorrectly; expected at least 12 spaces, found 7
(#762) Line indented incorrectly; expected 8 spaces, found 6
(#762) Closing brace indented incorrectly; expected 5 spaces, found 6
(#764) Line indented incorrectly; expected at least 8 spaces, found 5
(#764) Variable "Distance" must be all lower-case
(#764) Variable "X2" must be all lower-case
(#764) Expected 1 space before "-"; 0 found
(#764) Expected 1 space after "-"; 0 found
(#764) Variable "X1" must be all lower-case
(#764) Expected 1 space before "*"; 0 found
(#764) Expected 1 space after "*"; 0 found
(#764) Variable "X2" must be all lower-case
(#764) Expected 1 space before "-"; 0 found
(#764) Expected 1 space after "-"; 0 found
(#764) Variable "X1" must be all lower-case
(#764) Expected 1 space before "+"; 0 found
(#764) Expected 1 space after "+"; 0 found
(#764) Variable "Y2" must be all lower-case
(#764) Expected 1 space before "-"; 0 found
(#764) Expected 1 space after "-"; 0 found
(#764) Variable "Y1" must be all lower-case
(#764) Expected 1 space before "*"; 0 found
(#764) Expected 1 space after "*"; 0 found
(#764) Variable "Y2" must be all lower-case
(#764) Expected 1 space before "-"; 0 found
(#764) Expected 1 space after "-"; 0 found
(#764) Variable "Y1" must be all lower-case
(#764) Whitespace found at end of line
(#765) Line indented incorrectly; expected 8 spaces, found 5
(#765) Expected "if (...) {\n"; found "if (...) { "
(#765) Variable "Distance" must be all lower-case
(#765) Closing brace must be on a line by itself
(#767) Line indented incorrectly; expected at least 8 spaces, found 5
(#768) Line indented incorrectly; expected 8 spaces, found 5
(#768) Expected "if (...) {\n"; found "if (...)\n {\n"
(#768) Variable "Weight" must be all lower-case
(#768) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#769) Line indented incorrectly; expected at least 8 spaces, found 6
(#770) Line indented incorrectly; expected at least 12 spaces, found 7
(#770) Variable "Angle" must be all lower-case
(#770) Variable "X1" must be all lower-case
(#770) Commas (,) must be followed by white space.
(#770) Variable "Y1" must be all lower-case
(#770) Commas (,) must be followed by white space.
(#770) Variable "X2" must be all lower-case
(#770) Commas (,) must be followed by white space.
(#770) Variable "Y2" must be all lower-case
(#771) Line indented incorrectly; expected at least 12 spaces, found 7
(#771) Variable "PolySettings" must be all lower-case
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "R" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "G" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "B" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "Alpha" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "Alpha" must be all lower-case
(#773) Line indented incorrectly; expected 12 spaces, found 7
(#773) Expected "if (...) {\n"; found "if (...)\n {\n"
(#773) Variable "Ticks" must be all lower-case
(#773) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#774) Line indented incorrectly; expected at least 12 spaces, found 8
(#775) Line indented incorrectly; expected at least 16 spaces, found 9
(#775) Variable "Points" must be all lower-case
(#775) Whitespace found at end of line
(#776) Line indented incorrectly; expected at least 16 spaces, found 9
(#776) Variable "Points" must be all lower-case
(#776) Variable "Angle" must be all lower-case
(#776) Expected 1 space before "-"; 0 found
(#776) Expected 1 space after "-"; 0 found
(#776) Variable "Weight" must be all lower-case
(#776) Variable "X1" must be all lower-case
(#776) Variable "Points" must be all lower-case
(#776) Variable "Angle" must be all lower-case
(#776) Expected 1 space before "-"; 0 found
(#776) Expected 1 space after "-"; 0 found
(#776) Variable "Weight" must be all lower-case
(#776) Variable "Y1" must be all lower-case
(#777) Line indented incorrectly; expected at least 16 spaces, found 9
(#777) Variable "Points" must be all lower-case
(#777) Variable "Angle" must be all lower-case
(#777) Expected 1 space before "+"; 0 found
(#777) Expected 1 space after "+"; 0 found
(#777) Variable "Weight" must be all lower-case
(#777) Variable "X1" must be all lower-case
(#777) Variable "Points" must be all lower-case
(#777) Variable "Angle" must be all lower-case
(#777) Expected 1 space before "+"; 0 found
(#777) Expected 1 space after "+"; 0 found
(#777) Variable "Weight" must be all lower-case
(#777) Variable "Y1" must be all lower-case
(#778) Line indented incorrectly; expected at least 16 spaces, found 9
(#778) Variable "Points" must be all lower-case
(#778) Variable "Angle" must be all lower-case
(#778) Expected 1 space before "+"; 0 found
(#778) Expected 1 space after "+"; 0 found
(#778) Variable "Weight" must be all lower-case
(#778) Variable "X2" must be all lower-case
(#778) Variable "Points" must be all lower-case
(#778) Variable "Angle" must be all lower-case
(#778) Expected 1 space before "+"; 0 found
(#778) Expected 1 space after "+"; 0 found
(#778) Variable "Weight" must be all lower-case
(#778) Variable "Y2" must be all lower-case
(#779) Line indented incorrectly; expected at least 16 spaces, found 9
(#779) Variable "Points" must be all lower-case
(#779) Variable "Angle" must be all lower-case
(#779) Expected 1 space before "-"; 0 found
(#779) Expected 1 space after "-"; 0 found
(#779) Variable "Weight" must be all lower-case
(#779) Variable "X2" must be all lower-case
(#779) Variable "Points" must be all lower-case
(#779) Variable "Angle" must be all lower-case
(#779) Expected 1 space before "-"; 0 found
(#779) Expected 1 space after "-"; 0 found
(#779) Variable "Weight" must be all lower-case
(#779) Variable "Y2" must be all lower-case
(#781) Line indented incorrectly; expected at least 16 spaces, found 9
(#781) Variable "Points" must be all lower-case
(#781) Commas (,) must be followed by white space.
(#781) Variable "PolySettings" must be all lower-case
(#782) Line indented incorrectly; expected 12 spaces, found 8
(#782) Closing brace indented incorrectly; expected 7 spaces, found 8
(#783) Line indented incorrectly; expected 12 spaces, found 7
(#783) Expected "} else {\n"; found "}\n else\n {\n"
(#784) Line indented incorrectly; expected at least 12 spaces, found 8
(#785) Line indented incorrectly; expected 16 spaces, found 9
(#785) Expected "for (...) {\n"; found "for(...)\n {\n"
(#785) Expected 1 space after first semicolon of FOR loop; 0 found
(#785) Expected 1 space after second semicolon of FOR loop; 0 found
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Expected 1 space before "<="; 0 found
(#785) Expected 1 space after "<="; 0 found
(#785) Variable "Distance" must be all lower-case
(#785) Expected 1 space before "="; 0 found
(#785) Expected 1 space after "="; 0 found
(#785) Expected 1 space before "+"; 0 found
(#785) Expected 1 space after "+"; 0 found
(#785) Variable "Ticks" must be all lower-case
(#785) Expected 1 space before "*"; 0 found
(#785) Expected 1 space after "*"; 0 found
(#786) Line indented incorrectly; expected at least 16 spaces, found 10
(#787) Line indented incorrectly; expected at least 20 spaces, found 11
(#787) Variable "Xa" must be all lower-case
(#787) Variable "X2" must be all lower-case
(#787) Expected 1 space before "-"; 0 found
(#787) Expected 1 space after "-"; 0 found
(#787) Variable "X1" must be all lower-case
(#787) Expected 1 space before "/"; 0 found
(#787) Expected 1 space after "/"; 0 found
(#787) Variable "Distance" must be all lower-case
(#787) Variable "X1" must be all lower-case
(#787) Variable "Ya" must be all lower-case
(#787) Variable "Y2" must be all lower-case
(#787) Expected 1 space before "-"; 0 found
(#787) Expected 1 space after "-"; 0 found
(#787) Variable "Y1" must be all lower-case
(#787) Expected 1 space before "/"; 0 found
(#787) Expected 1 space after "/"; 0 found
(#787) Variable "Distance" must be all lower-case
(#787) Variable "Y1" must be all lower-case
(#788) Line indented incorrectly; expected at least 20 spaces, found 11
(#788) Variable "Xb" must be all lower-case
(#788) Variable "X2" must be all lower-case
(#788) Expected 1 space before "-"; 0 found
(#788) Expected 1 space after "-"; 0 found
(#788) Variable "X1" must be all lower-case
(#788) Expected 1 space before "/"; 0 found
(#788) Expected 1 space after "/"; 0 found
(#788) Variable "Distance" must be all lower-case
(#788) Expected 1 space before "+"; 0 found
(#788) Expected 1 space after "+"; 0 found
(#788) Variable "Ticks" must be all lower-case
(#788) Variable "X1" must be all lower-case
(#788) Variable "Yb" must be all lower-case
(#788) Variable "Y2" must be all lower-case
(#788) Expected 1 space before "-"; 0 found
(#788) Expected 1 space after "-"; 0 found
(#788) Variable "Y1" must be all lower-case
(#788) Expected 1 space before "/"; 0 found
(#788) Expected 1 space after "/"; 0 found
(#788) Variable "Distance" must be all lower-case
(#788) Expected 1 space before "+"; 0 found
(#788) Expected 1 space after "+"; 0 found
(#788) Variable "Ticks" must be all lower-case
(#788) Variable "Y1" must be all lower-case
(#790) Line indented incorrectly; expected at least 20 spaces, found 11
(#790) Variable "Points" must be all lower-case
(#790) Whitespace found at end of line
(#791) Line indented incorrectly; expected at least 20 spaces, found 11
(#791) Variable "Points" must be all lower-case
(#791) Variable "Angle" must be all lower-case
(#791) Expected 1 space before "-"; 0 found
(#791) Expected 1 space after "-"; 0 found
(#791) Variable "Weight" must be all lower-case
(#791) Variable "Xa" must be all lower-case
(#791) Variable "Points" must be all lower-case
(#791) Variable "Angle" must be all lower-case
(#791) Expected 1 space before "-"; 0 found
(#791) Expected 1 space after "-"; 0 found
(#791) Variable "Weight" must be all lower-case
(#791) Variable "Ya" must be all lower-case
(#792) Line indented incorrectly; expected at least 20 spaces, found 11
(#792) Variable "Points" must be all lower-case
(#792) Variable "Angle" must be all lower-case
(#792) Expected 1 space before "+"; 0 found
(#792) Expected 1 space after "+"; 0 found
(#792) Variable "Weight" must be all lower-case
(#792) Variable "Xa" must be all lower-case
(#792) Variable "Points" must be all lower-case
(#792) Variable "Angle" must be all lower-case
(#792) Expected 1 space before "+"; 0 found
(#792) Expected 1 space after "+"; 0 found
(#792) Variable "Weight" must be all lower-case
(#792) Variable "Ya" must be all lower-case
(#793) Line indented incorrectly; expected at least 20 spaces, found 11
(#793) Variable "Points" must be all lower-case
(#793) Variable "Angle" must be all lower-case
(#793) Expected 1 space before "+"; 0 found
(#793) Expected 1 space after "+"; 0 found
(#793) Variable "Weight" must be all lower-case
(#793) Variable "Xb" must be all lower-case
(#793) Variable "Points" must be all lower-case
(#793) Variable "Angle" must be all lower-case
(#793) Expected 1 space before "+"; 0 found
(#793) Expected 1 space after "+"; 0 found
(#793) Variable "Weight" must be all lower-case
(#793) Variable "Yb" must be all lower-case
(#794) Line indented incorrectly; expected at least 20 spaces, found 11
(#794) Variable "Points" must be all lower-case
(#794) Variable "Angle" must be all lower-case
(#794) Expected 1 space before "-"; 0 found
(#794) Expected 1 space after "-"; 0 found
(#794) Variable "Weight" must be all lower-case
(#794) Variable "Xb" must be all lower-case
(#794) Variable "Points" must be all lower-case
(#794) Variable "Angle" must be all lower-case
(#794) Expected 1 space before "-"; 0 found
(#794) Expected 1 space after "-"; 0 found
(#794) Variable "Weight" must be all lower-case
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Expected 1 space before "+"; 2 found
(#794) Variable "Yb" must be all lower-case
(#796) Line indented incorrectly; expected at least 20 spaces, found 11
(#796) Variable "Points" must be all lower-case
(#796) Commas (,) must be followed by white space.
(#796) Variable "PolySettings" must be all lower-case
(#797) Line indented incorrectly; expected 16 spaces, found 10
(#797) Closing brace indented incorrectly; expected 9 spaces, found 10
(#798) Line indented incorrectly; expected 12 spaces, found 8
(#798) Closing brace indented incorrectly; expected 7 spaces, found 8
(#800) Line indented incorrectly; expected at least 12 spaces, found 7
(#801) Line indented incorrectly; expected 8 spaces, found 6
(#801) Closing brace indented incorrectly; expected 5 spaces, found 6
(#803) Line indented incorrectly; expected at least 8 spaces, found 5
(#803) Variable "XStep" must be all lower-case
(#803) Variable "X2" must be all lower-case
(#803) Expected 1 space before "-"; 0 found
(#803) Expected 1 space after "-"; 0 found
(#803) Variable "X1" must be all lower-case
(#803) Variable "Distance" must be all lower-case
(#804) Line indented incorrectly; expected at least 8 spaces, found 5
(#804) Variable "YStep" must be all lower-case
(#804) Variable "Y2" must be all lower-case
(#804) Expected 1 space before "-"; 0 found
(#804) Expected 1 space after "-"; 0 found
(#804) Variable "Y1" must be all lower-case
(#804) Variable "Distance" must be all lower-case
(#806) Line indented incorrectly; expected 8 spaces, found 5
(#806) Expected "for (...) {\n"; found "for(...)\n {\n"
(#806) Expected 1 space after first semicolon of FOR loop; 0 found
(#806) Expected 1 space after second semicolon of FOR loop; 0 found
(#806) Expected 1 space before "="; 0 found
(#806) Expected 1 space after "="; 0 found
(#806) Expected 1 space before "<="; 0 found
(#806) Expected 1 space after "<="; 0 found
(#806) Variable "Distance" must be all lower-case
(#807) Line indented incorrectly; expected at least 8 spaces, found 6
(#808) Line indented incorrectly; expected at least 12 spaces, found 7
(#808) Variable "X" must be all lower-case
(#808) Variable "XStep" must be all lower-case
(#808) Variable "X1" must be all lower-case
(#809) Line indented incorrectly; expected at least 12 spaces, found 7
(#809) Variable "Y" must be all lower-case
(#809) Variable "YStep" must be all lower-case
(#809) Variable "Y1" must be all lower-case
(#811) Line indented incorrectly; expected at least 12 spaces, found 7
(#811) Variable "Color" must be all lower-case
(#811) Expected 1 space before "=>"; 0 found
(#811) Expected 1 space after "=>"; 0 found
(#811) Variable "R" must be all lower-case
(#811) Commas (,) must be followed by white space.
(#811) Expected 1 space before "=>"; 0 found
(#811) Expected 1 space after "=>"; 0 found
(#811) Variable "G" must be all lower-case
(#811) Commas (,) must be followed by white space.
(#811) Expected 1 space before "=>"; 0 found
(#811) Expected 1 space after "=>"; 0 found
(#811) Variable "B" must be all lower-case
(#811) Commas (,) must be followed by white space.
(#811) Expected 1 space before "=>"; 0 found
(#811) Expected 1 space after "=>"; 0 found
(#811) Variable "Alpha" must be all lower-case
(#813) Line indented incorrectly; expected 12 spaces, found 7
(#813) Expected "if (...) {\n"; found "if (...)\n {\n"
(#813) Variable "Threshold" must be all lower-case
(#813) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#814) Line indented incorrectly; expected at least 12 spaces, found 8
(#815) Line indented incorrectly; expected 16 spaces, found 9
(#815) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#815) Variable "Threshold" must be all lower-case
(#815) Variable "Key" must be all lower-case
(#815) Variable "Parameters" must be all lower-case
(#816) Line indented incorrectly; expected at least 16 spaces, found 10
(#817) Line indented incorrectly; expected 20 spaces, found 11
(#817) Expected "if (...) {\n"; found "if (...)\n {\n"
(#817) Variable "Y" must be all lower-case
(#817) Variable "Parameters" must be all lower-case
(#817) Variable "Y" must be all lower-case
(#817) Variable "Parameters" must be all lower-case
(#818) Line indented incorrectly; expected at least 20 spaces, found 12
(#819) Line indented incorrectly; expected 24 spaces, found 13
(#819) Expected "if (...) {\n"; found "if (...) { "
(#819) Variable "Parameters" must be all lower-case
(#819) Variable "RT" must be all lower-case
(#819) Variable "Parameters" must be all lower-case
(#819) Closing brace must be on a line by itself
(#819) Expected "} else {\n"; found "} else { "
(#819) Variable "RT" must be all lower-case
(#819) Closing brace must be on a line by itself
(#820) Line indented incorrectly; expected 24 spaces, found 13
(#820) Expected "if (...) {\n"; found "if (...) { "
(#820) Variable "Parameters" must be all lower-case
(#820) Variable "GT" must be all lower-case
(#820) Variable "Parameters" must be all lower-case
(#820) Closing brace must be on a line by itself
(#820) Expected "} else {\n"; found "} else { "
(#820) Variable "GT" must be all lower-case
(#820) Closing brace must be on a line by itself
(#821) Line indented incorrectly; expected 24 spaces, found 13
(#821) Expected "if (...) {\n"; found "if (...) { "
(#821) Variable "Parameters" must be all lower-case
(#821) Variable "BT" must be all lower-case
(#821) Variable "Parameters" must be all lower-case
(#821) Closing brace must be on a line by itself
(#821) Expected "} else {\n"; found "} else { "
(#821) Variable "BT" must be all lower-case
(#821) Closing brace must be on a line by itself
(#822) Line indented incorrectly; expected 24 spaces, found 13
(#822) Expected "if (...) {\n"; found "if (...) { "
(#822) Variable "Parameters" must be all lower-case
(#822) Variable "AlphaT" must be all lower-case
(#822) Variable "Parameters" must be all lower-case
(#822) Closing brace must be on a line by itself
(#822) Expected "} else {\n"; found "} else { "
(#822) Variable "AlphaT" must be all lower-case
(#822) Closing brace must be on a line by itself
(#823) Line indented incorrectly; expected at least 24 spaces, found 13
(#823) Variable "Color" must be all lower-case
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#823) Variable "RT" must be all lower-case
(#823) Commas (,) must be followed by white space.
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#823) Variable "GT" must be all lower-case
(#823) Commas (,) must be followed by white space.
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#823) Variable "BT" must be all lower-case
(#823) Commas (,) must be followed by white space.
(#823) Expected 1 space before "=>"; 0 found
(#823) Expected 1 space after "=>"; 0 found
(#823) Variable "AlphaT" must be all lower-case
(#824) Line indented incorrectly; expected 20 spaces, found 12
(#824) Closing brace indented incorrectly; expected 11 spaces, found 12
(#825) Line indented incorrectly; expected 16 spaces, found 10
(#825) Closing brace indented incorrectly; expected 9 spaces, found 10
(#826) Line indented incorrectly; expected 12 spaces, found 8
(#826) Closing brace indented incorrectly; expected 7 spaces, found 8
(#828) Line indented incorrectly; expected 12 spaces, found 7
(#828) Expected "if (...) {\n"; found "if (...)\n {\n"
(#828) Variable "Ticks" must be all lower-case
(#828) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#829) Line indented incorrectly; expected at least 12 spaces, found 8
(#830) Line indented incorrectly; expected 16 spaces, found 9
(#830) Expected "if (...) {\n"; found "if (...)\n { "
(#830) Variable "Cpt" must be all lower-case
(#830) Variable "Ticks" must be all lower-case
(#831) Line indented incorrectly; expected at least 16 spaces, found 10
(#831) Variable "Cpt" must be all lower-case
(#831) Expected "if (...) {\n"; found "if (...) { "
(#831) Variable "Mode" must be all lower-case
(#831) Variable "Mode" must be all lower-case
(#831) Closing brace must be on a line by itself
(#831) Expected "} else {\n"; found "} else { "
(#831) Variable "Mode" must be all lower-case
(#831) Closing brace must be on a line by itself
(#831) Closing brace must be on a line by itself
(#833) Line indented incorrectly; expected at least 16 spaces, found 9
(#833) Inline control structures are not allowed
(#833) Variable "Mode" must be all lower-case
(#834) Line indented incorrectly; expected at least 16 spaces, found 10
(#834) Variable "X" must be all lower-case
(#834) Commas (,) must be followed by white space.
(#834) Variable "Y" must be all lower-case
(#834) Commas (,) must be followed by white space.
(#834) Variable "Color" must be all lower-case
(#836) Line indented incorrectly; expected at least 16 spaces, found 9
(#836) Variable "Cpt" must be all lower-case
(#837) Line indented incorrectly; expected 12 spaces, found 8
(#837) Closing brace indented incorrectly; expected 7 spaces, found 8
(#838) Line indented incorrectly; expected at least 12 spaces, found 7
(#838) Inline control structures are not allowed
(#839) Line indented incorrectly; expected at least 12 spaces, found 8
(#839) Variable "X" must be all lower-case
(#839) Commas (,) must be followed by white space.
(#839) Variable "Y" must be all lower-case
(#839) Commas (,) must be followed by white space.
(#839) Variable "Color" must be all lower-case
(#840) Line indented incorrectly; expected 8 spaces, found 6
(#840) Closing brace indented incorrectly; expected 5 spaces, found 6
(#842) Line indented incorrectly; expected at least 8 spaces, found 5
(#842) Variable "Cpt" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Variable "Mode" must be all lower-case
(#843) Closing brace indented incorrectly; expected 3 spaces, found 4
(#845) Line indented incorrectly; expected at least 4 spaces, found 3
(#846) Line indented incorrectly; expected 4 spaces, found 3
(#846) method name "pDraw::drawCircle" must be in lower-case letters only
(#846) Visibility must be declared on method "drawCircle"
(#846) Variable "Xc" must be all lower-case
(#846) Commas (,) must be followed by white space.
(#846) Variable "Yc" must be all lower-case
(#846) Commas (,) must be followed by white space.
(#846) Variable "Height" must be all lower-case
(#846) Commas (,) must be followed by white space.
(#846) Variable "Width" must be all lower-case
(#846) Commas (,) must be followed by white space.
(#846) Variable "Format" must be all lower-case
(#847) Opening brace should be on the same line as the declaration
(#848) Line indented incorrectly; expected at least 8 spaces, found 5
(#848) Variable "R" must be all lower-case
(#848) Spaces must be used for alignment; tabs are not allowed
(#848) Tab found within whitespace
(#848) Variable "Format" must be all lower-case
(#848) Variable "Format" must be all lower-case
(#849) Line indented incorrectly; expected at least 8 spaces, found 5
(#849) Variable "G" must be all lower-case
(#849) Spaces must be used for alignment; tabs are not allowed
(#849) Tab found within whitespace
(#849) Variable "Format" must be all lower-case
(#849) Variable "Format" must be all lower-case
(#850) Line indented incorrectly; expected at least 8 spaces, found 5
(#850) Variable "B" must be all lower-case
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Variable "Format" must be all lower-case
(#850) Variable "Format" must be all lower-case
(#851) Line indented incorrectly; expected at least 8 spaces, found 5
(#851) Variable "Alpha" must be all lower-case
(#851) Variable "Format" must be all lower-case
(#851) Variable "Format" must be all lower-case
(#852) Line indented incorrectly; expected at least 8 spaces, found 5
(#852) Variable "Ticks" must be all lower-case
(#852) Variable "Format" must be all lower-case
(#852) Variable "Format" must be all lower-case
(#852) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#854) Line indented incorrectly; expected at least 8 spaces, found 5
(#854) Variable "Height" must be all lower-case
(#854) Spaces must be used for alignment; tabs are not allowed
(#854) Tab found within whitespace
(#854) Variable "Height" must be all lower-case
(#855) Line indented incorrectly; expected at least 8 spaces, found 5
(#855) Variable "Width" must be all lower-case
(#855) Spaces must be used for alignment; tabs are not allowed
(#855) Tab found within whitespace
(#855) Variable "Width" must be all lower-case
(#857) Line indented incorrectly; expected 8 spaces, found 5
(#857) Expected "if (...) {\n"; found "if (...) { "
(#857) Variable "Height" must be all lower-case
(#857) Variable "Height" must be all lower-case
(#857) Closing brace must be on a line by itself
(#858) Line indented incorrectly; expected 8 spaces, found 5
(#858) Expected "if (...) {\n"; found "if (...) { "
(#858) Variable "Width" must be all lower-case
(#858) Variable "Width" must be all lower-case
(#858) Closing brace must be on a line by itself
(#859) Line indented incorrectly; expected at least 8 spaces, found 5
(#859) Variable "Xc" must be all lower-case
(#859) Variable "Xc" must be all lower-case
(#859) Variable "Yc" must be all lower-case
(#859) Variable "Yc" must be all lower-case
(#861) Line indented incorrectly; expected at least 8 spaces, found 5
(#861) Variable "RestoreShadow" must be all lower-case
(#862) Line indented incorrectly; expected 8 spaces, found 5
(#862) Expected "if (...) {\n"; found "if (...)\n {\n"
(#863) Line indented incorrectly; expected at least 8 spaces, found 6
(#864) Line indented incorrectly; expected at least 12 spaces, found 7
(#864) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#865) Line indented incorrectly; expected at least 12 spaces, found 7
(#865) Variable "Xc" must be all lower-case
(#865) Expected 1 space before "+"; 0 found
(#865) Expected 1 space after "+"; 0 found
(#865) Commas (,) must be followed by white space.
(#865) Variable "Yc" must be all lower-case
(#865) Expected 1 space before "+"; 0 found
(#865) Expected 1 space after "+"; 0 found
(#865) Commas (,) must be followed by white space.
(#865) Variable "Height" must be all lower-case
(#865) Commas (,) must be followed by white space.
(#865) Variable "Width" must be all lower-case
(#865) Commas (,) must be followed by white space.
(#865) Expected 1 space before "=>"; 0 found
(#865) Expected 1 space after "=>"; 0 found
(#865) Commas (,) must be followed by white space.
(#865) Expected 1 space before "=>"; 0 found
(#865) Expected 1 space after "=>"; 0 found
(#865) Commas (,) must be followed by white space.
(#865) Expected 1 space before "=>"; 0 found
(#865) Expected 1 space after "=>"; 0 found
(#865) Commas (,) must be followed by white space.
(#865) Expected 1 space before "=>"; 0 found
(#865) Expected 1 space after "=>"; 0 found
(#865) Commas (,) must be followed by white space.
(#865) Expected 1 space before "=>"; 0 found
(#865) Expected 1 space after "=>"; 0 found
(#865) Variable "Ticks" must be all lower-case
(#865) Line exceeds maximum limit of 180 characters; contains 186 characters
(#866) Line indented incorrectly; expected 8 spaces, found 6
(#866) Closing brace indented incorrectly; expected 5 spaces, found 6
(#868) Line indented incorrectly; expected 8 spaces, found 5
(#868) Expected "if (...) {\n"; found "if (...) { "
(#868) Variable "Width" must be all lower-case
(#868) Variable "Width" must be all lower-case
(#868) Variable "Height" must be all lower-case
(#868) Closing brace must be on a line by itself
(#869) Line indented incorrectly; expected 8 spaces, found 5
(#869) Expected "if (...) {\n"; found "if (...) { "
(#869) Variable "R" must be all lower-case
(#869) Variable "R" must be all lower-case
(#869) Closing brace must be on a line by itself
(#869) Expected "if (...) {\n"; found "if (...) { "
(#869) Variable "R" must be all lower-case
(#869) Variable "R" must be all lower-case
(#869) Closing brace must be on a line by itself
(#870) Line indented incorrectly; expected 8 spaces, found 5
(#870) Expected "if (...) {\n"; found "if (...) { "
(#870) Variable "G" must be all lower-case
(#870) Variable "G" must be all lower-case
(#870) Closing brace must be on a line by itself
(#870) Expected "if (...) {\n"; found "if (...) { "
(#870) Variable "G" must be all lower-case
(#870) Variable "G" must be all lower-case
(#870) Closing brace must be on a line by itself
(#871) Line indented incorrectly; expected 8 spaces, found 5
(#871) Expected "if (...) {\n"; found "if (...) { "
(#871) Variable "B" must be all lower-case
(#871) Variable "B" must be all lower-case
(#871) Closing brace must be on a line by itself
(#871) Expected "if (...) {\n"; found "if (...) { "
(#871) Variable "B" must be all lower-case
(#871) Variable "B" must be all lower-case
(#871) Closing brace must be on a line by itself
(#873) Line indented incorrectly; expected at least 8 spaces, found 5
(#873) Variable "Step" must be all lower-case
(#873) Variable "Width" must be all lower-case
(#873) Commas (,) must be followed by white space.
(#873) Variable "Height" must be all lower-case
(#874) Line indented incorrectly; expected at least 8 spaces, found 5
(#874) Variable "Mode" must be all lower-case
(#874) Variable "Cpt" must be all lower-case
(#875) Line indented incorrectly; expected 8 spaces, found 5
(#875) Expected "for (...) {\n"; found "for(...)\n {\n"
(#875) Expected 1 space after first semicolon of FOR loop; 0 found
(#875) Expected 1 space after second semicolon of FOR loop; 0 found
(#875) Expected 1 space before "="; 0 found
(#875) Expected 1 space after "="; 0 found
(#875) Expected 1 space before "<="; 0 found
(#875) Expected 1 space after "<="; 0 found
(#875) Expected 1 space before "="; 0 found
(#875) Expected 1 space after "="; 0 found
(#875) Expected 1 space before "+"; 0 found
(#875) Expected 1 space after "+"; 0 found
(#875) Variable "Step" must be all lower-case
(#876) Line indented incorrectly; expected at least 8 spaces, found 6
(#877) Line indented incorrectly; expected at least 12 spaces, found 7
(#877) Variable "X" must be all lower-case
(#877) Expected 1 space before "*"; 0 found
(#877) Expected 1 space after "*"; 0 found
(#877) Expected 1 space before "/"; 0 found
(#877) Expected 1 space after "/"; 0 found
(#877) Variable "Height" must be all lower-case
(#877) Variable "Xc" must be all lower-case
(#878) Line indented incorrectly; expected at least 12 spaces, found 7
(#878) Variable "Y" must be all lower-case
(#878) Expected 1 space before "*"; 0 found
(#878) Expected 1 space after "*"; 0 found
(#878) Expected 1 space before "/"; 0 found
(#878) Expected 1 space after "/"; 0 found
(#878) Variable "Width" must be all lower-case
(#878) Variable "Yc" must be all lower-case
(#880) Line indented incorrectly; expected 12 spaces, found 7
(#880) Expected "if (...) {\n"; found "if (...)\n {\n"
(#880) Variable "Ticks" must be all lower-case
(#880) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#881) Line indented incorrectly; expected at least 12 spaces, found 8
(#882) Line indented incorrectly; expected 16 spaces, found 9
(#882) Expected "if (...) {\n"; found "if (...)\n { "
(#882) Variable "Cpt" must be all lower-case
(#882) Variable "Ticks" must be all lower-case
(#883) Line indented incorrectly; expected at least 16 spaces, found 10
(#883) Variable "Cpt" must be all lower-case
(#883) Expected "if (...) {\n"; found "if (...) { "
(#883) Variable "Mode" must be all lower-case
(#883) Variable "Mode" must be all lower-case
(#883) Closing brace must be on a line by itself
(#883) Expected "} else {\n"; found "} else { "
(#883) Variable "Mode" must be all lower-case
(#883) Closing brace must be on a line by itself
(#883) Closing brace must be on a line by itself
(#885) Line indented incorrectly; expected at least 16 spaces, found 9
(#885) Inline control structures are not allowed
(#885) Variable "Mode" must be all lower-case
(#886) Line indented incorrectly; expected at least 16 spaces, found 10
(#886) Variable "X" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Variable "Y" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Expected 1 space before "=>"; 0 found
(#886) Expected 1 space after "=>"; 0 found
(#886) Variable "R" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Expected 1 space before "=>"; 0 found
(#886) Expected 1 space after "=>"; 0 found
(#886) Variable "G" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Expected 1 space before "=>"; 0 found
(#886) Expected 1 space after "=>"; 0 found
(#886) Variable "B" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Expected 1 space before "=>"; 0 found
(#886) Expected 1 space after "=>"; 0 found
(#886) Variable "Alpha" must be all lower-case
(#888) Line indented incorrectly; expected at least 16 spaces, found 9
(#888) Variable "Cpt" must be all lower-case
(#889) Line indented incorrectly; expected 12 spaces, found 8
(#889) Closing brace indented incorrectly; expected 7 spaces, found 8
(#890) Line indented incorrectly; expected at least 12 spaces, found 7
(#890) Inline control structures are not allowed
(#891) Line indented incorrectly; expected at least 12 spaces, found 8
(#891) Variable "X" must be all lower-case
(#891) Commas (,) must be followed by white space.
(#891) Variable "Y" must be all lower-case
(#891) Commas (,) must be followed by white space.
(#891) Expected 1 space before "=>"; 0 found
(#891) Expected 1 space after "=>"; 0 found
(#891) Variable "R" must be all lower-case
(#891) Commas (,) must be followed by white space.
(#891) Expected 1 space before "=>"; 0 found
(#891) Expected 1 space after "=>"; 0 found
(#891) Variable "G" must be all lower-case
(#891) Commas (,) must be followed by white space.
(#891) Expected 1 space before "=>"; 0 found
(#891) Expected 1 space after "=>"; 0 found
(#891) Variable "B" must be all lower-case
(#891) Commas (,) must be followed by white space.
(#891) Expected 1 space before "=>"; 0 found
(#891) Expected 1 space after "=>"; 0 found
(#891) Variable "Alpha" must be all lower-case
(#893) Line indented incorrectly; expected 8 spaces, found 6
(#893) Closing brace indented incorrectly; expected 5 spaces, found 6
(#894) Line indented incorrectly; expected at least 8 spaces, found 5
(#894) Variable "RestoreShadow" must be all lower-case
(#895) Closing brace indented incorrectly; expected 3 spaces, found 4
(#897) Line indented incorrectly; expected at least 4 spaces, found 3
(#898) Line indented incorrectly; expected 4 spaces, found 3
(#898) method name "pDraw::drawFilledCircle" must be in lower-case letters only
(#898) Visibility must be declared on method "drawFilledCircle"
(#898) Variable "X" must be all lower-case
(#898) Commas (,) must be followed by white space.
(#898) Variable "Y" must be all lower-case
(#898) Commas (,) must be followed by white space.
(#898) Variable "Radius" must be all lower-case
(#898) Commas (,) must be followed by white space.
(#898) Variable "Format" must be all lower-case
(#899) Opening brace should be on the same line as the declaration
(#900) Line indented incorrectly; expected at least 8 spaces, found 5
(#900) Variable "R" must be all lower-case
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Tab found within whitespace
(#900) Variable "Format" must be all lower-case
(#900) Variable "Format" must be all lower-case
(#901) Line indented incorrectly; expected at least 8 spaces, found 5
(#901) Variable "G" must be all lower-case
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Tab found within whitespace
(#901) Variable "Format" must be all lower-case
(#901) Variable "Format" must be all lower-case
(#902) Line indented incorrectly; expected at least 8 spaces, found 5
(#902) Variable "B" must be all lower-case
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Variable "Format" must be all lower-case
(#902) Variable "Format" must be all lower-case
(#903) Line indented incorrectly; expected at least 8 spaces, found 5
(#903) Variable "Alpha" must be all lower-case
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Variable "Format" must be all lower-case
(#903) Variable "Format" must be all lower-case
(#904) Line indented incorrectly; expected at least 8 spaces, found 5
(#904) Variable "BorderR" must be all lower-case
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Variable "Format" must be all lower-case
(#904) Variable "Format" must be all lower-case
(#905) Line indented incorrectly; expected at least 8 spaces, found 5
(#905) Variable "BorderG" must be all lower-case
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Variable "Format" must be all lower-case
(#905) Variable "Format" must be all lower-case
(#906) Line indented incorrectly; expected at least 8 spaces, found 5
(#906) Variable "BorderB" must be all lower-case
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Variable "Format" must be all lower-case
(#906) Variable "Format" must be all lower-case
(#907) Line indented incorrectly; expected at least 8 spaces, found 5
(#907) Variable "BorderAlpha" must be all lower-case
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Variable "Format" must be all lower-case
(#907) Variable "Format" must be all lower-case
(#907) Variable "Alpha" must be all lower-case
(#908) Line indented incorrectly; expected at least 8 spaces, found 5
(#908) Variable "Ticks" must be all lower-case
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Variable "Format" must be all lower-case
(#908) Variable "Format" must be all lower-case
(#908) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#909) Line indented incorrectly; expected at least 8 spaces, found 5
(#909) Variable "Surrounding" must be all lower-case
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Variable "Format" must be all lower-case
(#909) Variable "Format" must be all lower-case
(#909) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#911) Line indented incorrectly; expected 8 spaces, found 5
(#911) Expected "if (...) {\n"; found "if (...) { "
(#911) Variable "Radius" must be all lower-case
(#911) Variable "Radius" must be all lower-case
(#911) Closing brace must be on a line by itself
(#912) Line indented incorrectly; expected 8 spaces, found 5
(#912) Expected "if (...) {\n"; found "if (...) { "
(#912) Variable "Surrounding" must be all lower-case
(#912) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#912) Variable "BorderR" must be all lower-case
(#912) Variable "R" must be all lower-case
(#912) Expected 1 space before "+"; 0 found
(#912) Expected 1 space after "+"; 0 found
(#912) Variable "Surrounding" must be all lower-case
(#912) Variable "BorderG" must be all lower-case
(#912) Variable "G" must be all lower-case
(#912) Expected 1 space before "+"; 0 found
(#912) Expected 1 space after "+"; 0 found
(#912) Variable "Surrounding" must be all lower-case
(#912) Variable "BorderB" must be all lower-case
(#912) Variable "B" must be all lower-case
(#912) Expected 1 space before "+"; 0 found
(#912) Expected 1 space after "+"; 0 found
(#912) Variable "Surrounding" must be all lower-case
(#912) Closing brace must be on a line by itself
(#913) Line indented incorrectly; expected at least 8 spaces, found 5
(#913) Variable "X" must be all lower-case
(#913) Variable "X" must be all lower-case
(#913) Variable "Y" must be all lower-case
(#913) Variable "Y" must be all lower-case
(#915) Line indented incorrectly; expected at least 8 spaces, found 5
(#915) Variable "Radius" must be all lower-case
(#915) Variable "Radius" must be all lower-case
(#917) Line indented incorrectly; expected at least 8 spaces, found 5
(#917) Variable "RestoreShadow" must be all lower-case
(#918) Line indented incorrectly; expected 8 spaces, found 5
(#918) Expected "if (...) {\n"; found "if (...)\n {\n"
(#919) Line indented incorrectly; expected at least 8 spaces, found 6
(#920) Line indented incorrectly; expected at least 12 spaces, found 7
(#920) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#921) Line indented incorrectly; expected at least 12 spaces, found 7
(#921) Variable "X" must be all lower-case
(#921) Expected 1 space before "+"; 0 found
(#921) Expected 1 space after "+"; 0 found
(#921) Commas (,) must be followed by white space.
(#921) Variable "Y" must be all lower-case
(#921) Expected 1 space before "+"; 0 found
(#921) Expected 1 space after "+"; 0 found
(#921) Commas (,) must be followed by white space.
(#921) Variable "Radius" must be all lower-case
(#921) Commas (,) must be followed by white space.
(#921) Expected 1 space before "=>"; 0 found
(#921) Expected 1 space after "=>"; 0 found
(#921) Commas (,) must be followed by white space.
(#921) Expected 1 space before "=>"; 0 found
(#921) Expected 1 space after "=>"; 0 found
(#921) Commas (,) must be followed by white space.
(#921) Expected 1 space before "=>"; 0 found
(#921) Expected 1 space after "=>"; 0 found
(#921) Commas (,) must be followed by white space.
(#921) Expected 1 space before "=>"; 0 found
(#921) Expected 1 space after "=>"; 0 found
(#921) Commas (,) must be followed by white space.
(#921) Expected 1 space before "=>"; 0 found
(#921) Expected 1 space after "=>"; 0 found
(#921) Variable "Ticks" must be all lower-case
(#921) Line exceeds maximum limit of 180 characters; contains 183 characters
(#922) Line indented incorrectly; expected 8 spaces, found 6
(#922) Closing brace indented incorrectly; expected 5 spaces, found 6
(#924) Line indented incorrectly; expected at least 8 spaces, found 5
(#925) Line indented incorrectly; expected at least 8 spaces, found 5
(#925) Variable "Color" must be all lower-case
(#925) Commas (,) must be followed by white space.
(#925) Variable "R" must be all lower-case
(#925) Commas (,) must be followed by white space.
(#925) Variable "G" must be all lower-case
(#925) Commas (,) must be followed by white space.
(#925) Variable "B" must be all lower-case
(#925) Commas (,) must be followed by white space.
(#925) Variable "Alpha" must be all lower-case
(#926) Line indented incorrectly; expected 8 spaces, found 5
(#926) Expected "for (...) {\n"; found "for (...)\n {\n"
(#926) Expected 1 space before "="; 0 found
(#926) Expected 1 space after "="; 0 found
(#926) Expected 1 space before "<="; 0 found
(#926) Expected 1 space after "<="; 0 found
(#926) Variable "Radius" must be all lower-case
(#926) Expected 1 space before "*"; 0 found
(#926) Expected 1 space after "*"; 0 found
(#927) Line indented incorrectly; expected at least 8 spaces, found 6
(#928) Line indented incorrectly; expected at least 12 spaces, found 7
(#928) Variable "Slice" must be all lower-case
(#928) Variable "Radius" must be all lower-case
(#928) Variable "Radius" must be all lower-case
(#928) Variable "Radius" must be all lower-case
(#928) Variable "Radius" must be all lower-case
(#929) Line indented incorrectly; expected at least 12 spaces, found 7
(#929) Variable "XPos" must be all lower-case
(#929) Variable "Slice" must be all lower-case
(#930) Line indented incorrectly; expected at least 12 spaces, found 7
(#930) Variable "YPos" must be all lower-case
(#930) Variable "Y" must be all lower-case
(#930) Variable "Radius" must be all lower-case
(#931) Line indented incorrectly; expected at least 12 spaces, found 7
(#931) Variable "AAlias" must be all lower-case
(#931) Variable "Slice" must be all lower-case
(#931) Variable "Slice" must be all lower-case
(#933) Line indented incorrectly; expected at least 12 spaces, found 7
(#933) Variable "X" must be all lower-case
(#933) Expected 1 space before "-"; 0 found
(#933) Expected 1 space after "-"; 0 found
(#933) Variable "XPos" must be all lower-case
(#933) Variable "YPos" must be all lower-case
(#933) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#934) Line indented incorrectly; expected at least 12 spaces, found 7
(#934) Variable "X" must be all lower-case
(#934) Expected 1 space before "+"; 0 found
(#934) Expected 1 space after "+"; 0 found
(#934) Variable "XPos" must be all lower-case
(#934) Variable "YPos" must be all lower-case
(#934) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#935) Line indented incorrectly; expected at least 12 spaces, found 7
(#935) Commas (,) must be followed by white space.
(#935) Variable "X" must be all lower-case
(#935) Expected 1 space before "-"; 0 found
(#935) Expected 1 space after "-"; 0 found
(#935) Variable "XPos" must be all lower-case
(#935) Commas (,) must be followed by white space.
(#935) Variable "YPos" must be all lower-case
(#935) Commas (,) must be followed by white space.
(#935) Variable "X" must be all lower-case
(#935) Expected 1 space before "+"; 0 found
(#935) Expected 1 space after "+"; 0 found
(#935) Variable "XPos" must be all lower-case
(#935) Commas (,) must be followed by white space.
(#935) Variable "YPos" must be all lower-case
(#935) Commas (,) must be followed by white space.
(#935) Variable "Color" must be all lower-case
(#936) Line indented incorrectly; expected 8 spaces, found 6
(#936) Closing brace indented incorrectly; expected 5 spaces, found 6
(#937) Line indented incorrectly; expected at least 8 spaces, found 5
(#937) Inline control structures are not allowed
(#938) Line indented incorrectly; expected at least 8 spaces, found 6
(#938) Variable "X" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Variable "Y" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Variable "Radius" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Variable "Radius" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Variable "R" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Variable "G" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Variable "B" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Variable "Alpha" must be all lower-case
(#938) Commas (,) must be followed by white space.
(#938) Expected 1 space before "=>"; 0 found
(#938) Expected 1 space after "=>"; 0 found
(#938) Variable "Ticks" must be all lower-case
(#940) Line indented incorrectly; expected at least 8 spaces, found 5
(#942) Line indented incorrectly; expected at least 8 spaces, found 5
(#942) Inline control structures are not allowed
(#942) Variable "BorderR" must be all lower-case
(#943) Line indented incorrectly; expected at least 8 spaces, found 6
(#943) Variable "X" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Variable "Y" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Variable "Radius" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Variable "Radius" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Expected 1 space before "=>"; 0 found
(#943) Expected 1 space after "=>"; 0 found
(#943) Variable "BorderR" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Expected 1 space before "=>"; 0 found
(#943) Expected 1 space after "=>"; 0 found
(#943) Variable "BorderG" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Expected 1 space before "=>"; 0 found
(#943) Expected 1 space after "=>"; 0 found
(#943) Variable "BorderB" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Expected 1 space before "=>"; 0 found
(#943) Expected 1 space after "=>"; 0 found
(#943) Variable "BorderAlpha" must be all lower-case
(#943) Commas (,) must be followed by white space.
(#943) Expected 1 space before "=>"; 0 found
(#943) Expected 1 space after "=>"; 0 found
(#943) Variable "Ticks" must be all lower-case
(#943) Line exceeds 132 characters; contains 134 characters
(#945) Line indented incorrectly; expected at least 8 spaces, found 5
(#945) Spaces must be used for alignment; tabs are not allowed
(#945) Tab found within whitespace
(#945) Variable "RestoreShadow" must be all lower-case
(#946) Closing brace indented incorrectly; expected 3 spaces, found 4
(#948) Line indented incorrectly; expected at least 4 spaces, found 3
(#949) Line indented incorrectly; expected 4 spaces, found 3
(#949) method name "pDraw::drawText" must be in lower-case letters only
(#949) Visibility must be declared on method "drawText"
(#949) Variable "X" must be all lower-case
(#949) Commas (,) must be followed by white space.
(#949) Variable "Y" must be all lower-case
(#949) Commas (,) must be followed by white space.
(#949) Variable "Text" must be all lower-case
(#949) Commas (,) must be followed by white space.
(#949) Variable "Format" must be all lower-case
(#950) Opening brace should be on the same line as the declaration
(#951) Line indented incorrectly; expected at least 8 spaces, found 5
(#951) Variable "R" must be all lower-case
(#951) Spaces must be used for alignment; tabs are not allowed
(#951) Tab found within whitespace
(#951) Variable "Format" must be all lower-case
(#951) Variable "Format" must be all lower-case
(#952) Line indented incorrectly; expected at least 8 spaces, found 5
(#952) Variable "G" must be all lower-case
(#952) Spaces must be used for alignment; tabs are not allowed
(#952) Tab found within whitespace
(#952) Variable "Format" must be all lower-case
(#952) Variable "Format" must be all lower-case
(#953) Line indented incorrectly; expected at least 8 spaces, found 5
(#953) Variable "B" must be all lower-case
(#953) Spaces must be used for alignment; tabs are not allowed
(#953) Tab found within whitespace
(#953) Variable "Format" must be all lower-case
(#953) Variable "Format" must be all lower-case
(#954) Line indented incorrectly; expected at least 8 spaces, found 5
(#954) Variable "Angle" must be all lower-case
(#954) Spaces must be used for alignment; tabs are not allowed
(#954) Tab found within whitespace
(#954) Variable "Format" must be all lower-case
(#954) Variable "Format" must be all lower-case
(#955) Line indented incorrectly; expected at least 8 spaces, found 5
(#955) Variable "Align" must be all lower-case
(#955) Spaces must be used for alignment; tabs are not allowed
(#955) Tab found within whitespace
(#955) Variable "Format" must be all lower-case
(#955) Variable "Format" must be all lower-case
(#956) Line indented incorrectly; expected at least 8 spaces, found 5
(#956) Variable "Alpha" must be all lower-case
(#956) Spaces must be used for alignment; tabs are not allowed
(#956) Tab found within whitespace
(#956) Variable "Format" must be all lower-case
(#956) Variable "Format" must be all lower-case
(#957) Line indented incorrectly; expected at least 8 spaces, found 5
(#957) Variable "FontName" must be all lower-case
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Variable "Format" must be all lower-case
(#957) Variable "Format" must be all lower-case
(#958) Line indented incorrectly; expected at least 8 spaces, found 5
(#958) Variable "FontSize" must be all lower-case
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Variable "Format" must be all lower-case
(#958) Variable "Format" must be all lower-case
(#959) Line indented incorrectly; expected at least 8 spaces, found 5
(#959) Variable "ShowOrigine" must be all lower-case
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Variable "Format" must be all lower-case
(#959) Variable "Format" must be all lower-case
(#959) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#960) Line indented incorrectly; expected at least 8 spaces, found 5
(#960) Variable "TOffset" must be all lower-case
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Variable "Format" must be all lower-case
(#960) Variable "Format" must be all lower-case
(#961) Line indented incorrectly; expected at least 8 spaces, found 5
(#961) Variable "DrawBox" must be all lower-case
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Variable "Format" must be all lower-case
(#961) Variable "Format" must be all lower-case
(#961) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#962) Line indented incorrectly; expected at least 8 spaces, found 5
(#962) Variable "DrawBoxBorder" must be all lower-case
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Variable "Format" must be all lower-case
(#962) Variable "Format" must be all lower-case
(#962) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#963) Line indented incorrectly; expected at least 8 spaces, found 5
(#963) Variable "BorderOffset" must be all lower-case
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Variable "Format" must be all lower-case
(#963) Variable "Format" must be all lower-case
(#964) Line indented incorrectly; expected at least 8 spaces, found 5
(#964) Variable "BoxRounded" must be all lower-case
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Variable "Format" must be all lower-case
(#964) Variable "Format" must be all lower-case
(#964) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#965) Line indented incorrectly; expected at least 8 spaces, found 5
(#965) Variable "RoundedRadius" must be all lower-case
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Variable "Format" must be all lower-case
(#965) Variable "Format" must be all lower-case
(#966) Line indented incorrectly; expected at least 8 spaces, found 5
(#966) Variable "BoxR" must be all lower-case
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Variable "Format" must be all lower-case
(#966) Variable "Format" must be all lower-case
(#967) Line indented incorrectly; expected at least 8 spaces, found 5
(#967) Variable "BoxG" must be all lower-case
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Variable "Format" must be all lower-case
(#967) Variable "Format" must be all lower-case
(#968) Line indented incorrectly; expected at least 8 spaces, found 5
(#968) Variable "BoxB" must be all lower-case
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Variable "Format" must be all lower-case
(#968) Variable "Format" must be all lower-case
(#969) Line indented incorrectly; expected at least 8 spaces, found 5
(#969) Variable "BoxAlpha" must be all lower-case
(#969) Spaces must be used for alignment; tabs are not allowed
(#969) Tab found within whitespace
(#969) Variable "Format" must be all lower-case
(#969) Variable "Format" must be all lower-case
(#970) Line indented incorrectly; expected at least 8 spaces, found 5
(#970) Variable "BoxSurrounding" must be all lower-case
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Variable "Format" must be all lower-case
(#970) Variable "Format" must be all lower-case
(#971) Line indented incorrectly; expected at least 8 spaces, found 5
(#971) Variable "BoxBorderR" must be all lower-case
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Variable "Format" must be all lower-case
(#971) Variable "Format" must be all lower-case
(#972) Line indented incorrectly; expected at least 8 spaces, found 5
(#972) Variable "BoxBorderG" must be all lower-case
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Variable "Format" must be all lower-case
(#972) Variable "Format" must be all lower-case
(#973) Line indented incorrectly; expected at least 8 spaces, found 5
(#973) Variable "BoxBorderB" must be all lower-case
(#973) Spaces must be used for alignment; tabs are not allowed
(#973) Tab found within whitespace
(#973) Variable "Format" must be all lower-case
(#973) Variable "Format" must be all lower-case
(#974) Line indented incorrectly; expected at least 8 spaces, found 5
(#974) Variable "BoxBorderAlpha" must be all lower-case
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Variable "Format" must be all lower-case
(#974) Variable "Format" must be all lower-case
(#975) Line indented incorrectly; expected at least 8 spaces, found 5
(#975) Variable "NoShadow" must be all lower-case
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Variable "Format" must be all lower-case
(#975) Variable "Format" must be all lower-case
(#975) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#977) Line indented incorrectly; expected at least 8 spaces, found 5
(#977) Variable "Shadow" must be all lower-case
(#978) Line indented incorrectly; expected 8 spaces, found 5
(#978) Expected "if (...) {\n"; found "if (...) { "
(#978) Variable "NoShadow" must be all lower-case
(#978) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#978) Closing brace must be on a line by itself
(#980) Line indented incorrectly; expected 8 spaces, found 5
(#980) Expected "if (...) {\n"; found "if (...) { "
(#980) Variable "BoxSurrounding" must be all lower-case
(#980) Variable "BoxBorderR" must be all lower-case
(#980) Variable "BoxR" must be all lower-case
(#980) Variable "BoxSurrounding" must be all lower-case
(#980) Variable "BoxBorderG" must be all lower-case
(#980) Variable "BoxG" must be all lower-case
(#980) Variable "BoxSurrounding" must be all lower-case
(#980) Variable "BoxBorderB" must be all lower-case
(#980) Variable "BoxB" must be all lower-case
(#980) Variable "BoxSurrounding" must be all lower-case
(#980) Variable "BoxBorderAlpha" must be all lower-case
(#980) Variable "BoxAlpha" must be all lower-case
(#980) Line exceeds maximum limit of 180 characters; contains 183 characters
(#980) Closing brace must be on a line by itself
(#982) Line indented incorrectly; expected 8 spaces, found 5
(#982) Expected "if (...) {\n"; found "if (...)\n {\n"
(#982) Variable "ShowOrigine" must be all lower-case
(#983) Line indented incorrectly; expected at least 8 spaces, found 6
(#984) Line indented incorrectly; expected at least 12 spaces, found 7
(#984) Variable "MyMarkerSettings" must be all lower-case
(#984) Expected 1 space before "=>"; 0 found
(#984) Expected 1 space after "=>"; 0 found
(#984) Commas (,) must be followed by white space.
(#984) Expected 1 space before "=>"; 0 found
(#984) Expected 1 space after "=>"; 0 found
(#984) Commas (,) must be followed by white space.
(#984) Expected 1 space before "=>"; 0 found
(#984) Expected 1 space after "=>"; 0 found
(#984) Commas (,) must be followed by white space.
(#984) Expected 1 space before "=>"; 0 found
(#984) Expected 1 space after "=>"; 0 found
(#984) Commas (,) must be followed by white space.
(#984) Expected 1 space before "=>"; 0 found
(#984) Expected 1 space after "=>"; 0 found
(#984) Commas (,) must be followed by white space.
(#984) Expected 1 space before "=>"; 0 found
(#984) Expected 1 space after "=>"; 0 found
(#984) Commas (,) must be followed by white space.
(#984) Expected 1 space before "=>"; 0 found
(#984) Expected 1 space after "=>"; 0 found
(#985) Line indented incorrectly; expected at least 12 spaces, found 7
(#985) Variable "X" must be all lower-case
(#985) Commas (,) must be followed by white space.
(#985) Variable "Y" must be all lower-case
(#985) Commas (,) must be followed by white space.
(#985) Variable "MyMarkerSettings" must be all lower-case
(#986) Line indented incorrectly; expected 8 spaces, found 6
(#986) Closing brace indented incorrectly; expected 5 spaces, found 6
(#988) Line indented incorrectly; expected at least 8 spaces, found 5
(#988) Variable "TxtPos" must be all lower-case
(#988) Variable "X" must be all lower-case
(#988) Commas (,) must be followed by white space.
(#988) Variable "Y" must be all lower-case
(#988) Commas (,) must be followed by white space.
(#988) Variable "FontName" must be all lower-case
(#988) Commas (,) must be followed by white space.
(#988) Variable "FontSize" must be all lower-case
(#988) Commas (,) must be followed by white space.
(#988) Variable "Angle" must be all lower-case
(#988) Commas (,) must be followed by white space.
(#988) Variable "Text" must be all lower-case
(#990) Line indented incorrectly; expected 8 spaces, found 5
(#990) Expected "if (...) {\n"; found "if (...)\n {\n"
(#990) Variable "DrawBox" must be all lower-case
(#990) Variable "Angle" must be all lower-case
(#990) Variable "Angle" must be all lower-case
(#990) Variable "Angle" must be all lower-case
(#990) Variable "Angle" must be all lower-case
(#991) Line indented incorrectly; expected at least 8 spaces, found 6
(#992) Line indented incorrectly; expected at least 12 spaces, found 7
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#992) Variable "T" must be all lower-case
(#992) Expected 1 space before "="; 0 found
(#992) Expected 1 space after "="; 0 found
(#993) Line indented incorrectly; expected 12 spaces, found 7
(#993) Expected "if (...) {\n"; found "if (...) { "
(#993) Variable "Angle" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Variable "T" must be all lower-case
(#993) Expected 1 space before "="; 0 found
(#993) Expected 1 space after "="; 0 found
(#993) Variable "TOffset" must be all lower-case
(#993) Line exceeds maximum limit of 180 characters; contains 194 characters
(#993) Closing brace must be on a line by itself
(#995) Line indented incorrectly; expected at least 12 spaces, found 7
(#995) Variable "X1" must be all lower-case
(#995) Variable "TxtPos" must be all lower-case
(#995) Commas (,) must be followed by white space.
(#995) Variable "TxtPos" must be all lower-case
(#995) Commas (,) must be followed by white space.
(#995) Variable "TxtPos" must be all lower-case
(#995) Commas (,) must be followed by white space.
(#995) Variable "TxtPos" must be all lower-case
(#995) Variable "BorderOffset" must be all lower-case
(#996) Line indented incorrectly; expected at least 12 spaces, found 7
(#996) Variable "Y1" must be all lower-case
(#996) Variable "TxtPos" must be all lower-case
(#996) Commas (,) must be followed by white space.
(#996) Variable "TxtPos" must be all lower-case
(#996) Commas (,) must be followed by white space.
(#996) Variable "TxtPos" must be all lower-case
(#996) Commas (,) must be followed by white space.
(#996) Variable "TxtPos" must be all lower-case
(#996) Variable "BorderOffset" must be all lower-case
(#997) Line indented incorrectly; expected at least 12 spaces, found 7
(#997) Variable "X2" must be all lower-case
(#997) Variable "TxtPos" must be all lower-case
(#997) Commas (,) must be followed by white space.
(#997) Variable "TxtPos" must be all lower-case
(#997) Commas (,) must be followed by white space.
(#997) Variable "TxtPos" must be all lower-case
(#997) Commas (,) must be followed by white space.
(#997) Variable "TxtPos" must be all lower-case
(#997) Variable "BorderOffset" must be all lower-case
(#998) Line indented incorrectly; expected at least 12 spaces, found 7
(#998) Variable "Y2" must be all lower-case
(#998) Variable "TxtPos" must be all lower-case
(#998) Commas (,) must be followed by white space.
(#998) Variable "TxtPos" must be all lower-case
(#998) Commas (,) must be followed by white space.
(#998) Variable "TxtPos" must be all lower-case
(#998) Commas (,) must be followed by white space.
(#998) Variable "TxtPos" must be all lower-case
(#998) Variable "BorderOffset" must be all lower-case
(#1000) Line indented incorrectly; expected at least 12 spaces, found 7
(#1000) Variable "X1" must be all lower-case
(#1000) Variable "X1" must be all lower-case
(#1000) Variable "TxtPos" must be all lower-case
(#1000) Variable "Align" must be all lower-case
(#1000) Variable "X" must be all lower-case
(#1000) Variable "T" must be all lower-case
(#1001) Line indented incorrectly; expected at least 12 spaces, found 7
(#1001) Variable "Y1" must be all lower-case
(#1001) Variable "Y1" must be all lower-case
(#1001) Variable "TxtPos" must be all lower-case
(#1001) Variable "Align" must be all lower-case
(#1001) Variable "Y" must be all lower-case
(#1001) Variable "T" must be all lower-case
(#1002) Line indented incorrectly; expected at least 12 spaces, found 7
(#1002) Variable "X2" must be all lower-case
(#1002) Variable "X2" must be all lower-case
(#1002) Variable "TxtPos" must be all lower-case
(#1002) Variable "Align" must be all lower-case
(#1002) Variable "X" must be all lower-case
(#1002) Variable "T" must be all lower-case
(#1003) Line indented incorrectly; expected at least 12 spaces, found 7
(#1003) Variable "Y2" must be all lower-case
(#1003) Variable "Y2" must be all lower-case
(#1003) Variable "TxtPos" must be all lower-case
(#1003) Variable "Align" must be all lower-case
(#1003) Variable "Y" must be all lower-case
(#1003) Variable "T" must be all lower-case
(#1005) Line indented incorrectly; expected at least 12 spaces, found 7
(#1005) Variable "Settings" must be all lower-case
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxR" must be all lower-case
(#1005) Commas (,) must be followed by white space.
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxG" must be all lower-case
(#1005) Commas (,) must be followed by white space.
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxB" must be all lower-case
(#1005) Commas (,) must be followed by white space.
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxAlpha" must be all lower-case
(#1005) Commas (,) must be followed by white space.
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxBorderR" must be all lower-case
(#1005) Commas (,) must be followed by white space.
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxBorderG" must be all lower-case
(#1005) Commas (,) must be followed by white space.
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxBorderB" must be all lower-case
(#1005) Commas (,) must be followed by white space.
(#1005) Expected 1 space before "=>"; 0 found
(#1005) Expected 1 space after "=>"; 0 found
(#1005) Variable "BoxBorderAlpha" must be all lower-case
(#1005) Line exceeds 132 characters; contains 178 characters
(#1007) Line indented incorrectly; expected 12 spaces, found 7
(#1007) Expected "if (...) {\n"; found "if (...)\n { "
(#1007) Variable "BoxRounded" must be all lower-case
(#1008) Line indented incorrectly; expected at least 12 spaces, found 8
(#1008) Variable "X1" must be all lower-case
(#1008) Commas (,) must be followed by white space.
(#1008) Variable "Y1" must be all lower-case
(#1008) Commas (,) must be followed by white space.
(#1008) Variable "X2" must be all lower-case
(#1008) Commas (,) must be followed by white space.
(#1008) Variable "Y2" must be all lower-case
(#1008) Commas (,) must be followed by white space.
(#1008) Variable "RoundedRadius" must be all lower-case
(#1008) Commas (,) must be followed by white space.
(#1008) Variable "Settings" must be all lower-case
(#1008) Closing brace must be on a line by itself
(#1009) Line indented incorrectly; expected 12 spaces, found 7
(#1009) Expected "} else {\n"; found "}\n else\n { "
(#1010) Line indented incorrectly; expected at least 12 spaces, found 8
(#1010) Variable "X1" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Variable "Y1" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Variable "X2" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Variable "Y2" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Variable "Settings" must be all lower-case
(#1010) Closing brace must be on a line by itself
(#1011) Line indented incorrectly; expected 8 spaces, found 6
(#1011) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1013) Line indented incorrectly; expected at least 8 spaces, found 5
(#1013) Variable "X" must be all lower-case
(#1013) Variable "X" must be all lower-case
(#1013) Variable "TxtPos" must be all lower-case
(#1013) Variable "Align" must be all lower-case
(#1013) Variable "X" must be all lower-case
(#1014) Line indented incorrectly; expected at least 8 spaces, found 5
(#1014) Variable "Y" must be all lower-case
(#1014) Variable "Y" must be all lower-case
(#1014) Variable "TxtPos" must be all lower-case
(#1014) Variable "Align" must be all lower-case
(#1014) Variable "Y" must be all lower-case
(#1016) Line indented incorrectly; expected 8 spaces, found 5
(#1016) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1017) Line indented incorrectly; expected at least 8 spaces, found 6
(#1018) Line indented incorrectly; expected at least 12 spaces, found 7
(#1018) Variable "C_ShadowColor" must be all lower-case
(#1018) Variable "C_ShadowColor" must not contain underscores.
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1018) Commas (,) must be followed by white space.
(#1019) Line indented incorrectly; expected at least 12 spaces, found 7
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "FontSize" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Angle" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "X" must be all lower-case
(#1019) Expected 1 space before "+"; 0 found
(#1019) Expected 1 space after "+"; 0 found
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Y" must be all lower-case
(#1019) Expected 1 space before "+"; 0 found
(#1019) Expected 1 space after "+"; 0 found
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "C_ShadowColor" must be all lower-case
(#1019) Variable "C_ShadowColor" must not contain underscores.
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "FontName" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Text" must be all lower-case
(#1020) Line indented incorrectly; expected 8 spaces, found 6
(#1020) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1022) Line indented incorrectly; expected at least 8 spaces, found 5
(#1022) Variable "C_TextColor" must be all lower-case
(#1022) Variable "C_TextColor" must not contain underscores.
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "R" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "G" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "B" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "Alpha" must be all lower-case
(#1023) Line indented incorrectly; expected at least 8 spaces, found 5
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "FontSize" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "Angle" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "X" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "Y" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "C_TextColor" must be all lower-case
(#1023) Variable "C_TextColor" must not contain underscores.
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "FontName" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "Text" must be all lower-case
(#1025) Line indented incorrectly; expected at least 8 spaces, found 5
(#1025) Variable "Shadow" must be all lower-case
(#1027) Line indented incorrectly; expected at least 8 spaces, found 5
(#1027) Variable "TxtPos" must be all lower-case
(#1028) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1030) Line indented incorrectly; expected at least 4 spaces, found 3
(#1031) Line indented incorrectly; expected 4 spaces, found 3
(#1031) method name "pDraw::drawGradientArea" must be in lower-case letters only
(#1031) Visibility must be declared on method "drawGradientArea"
(#1031) Variable "X1" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Variable "Y1" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Variable "X2" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Variable "Y2" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Variable "Direction" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Variable "Format" must be all lower-case
(#1032) Opening brace should be on the same line as the declaration
(#1033) Line indented incorrectly; expected at least 8 spaces, found 5
(#1033) Variable "StartR" must be all lower-case
(#1033) Spaces must be used for alignment; tabs are not allowed
(#1033) Tab found within whitespace
(#1033) Variable "Format" must be all lower-case
(#1033) Variable "Format" must be all lower-case
(#1034) Line indented incorrectly; expected at least 8 spaces, found 5
(#1034) Variable "StartG" must be all lower-case
(#1034) Spaces must be used for alignment; tabs are not allowed
(#1034) Tab found within whitespace
(#1034) Variable "Format" must be all lower-case
(#1034) Variable "Format" must be all lower-case
(#1035) Line indented incorrectly; expected at least 8 spaces, found 5
(#1035) Variable "StartB" must be all lower-case
(#1035) Spaces must be used for alignment; tabs are not allowed
(#1035) Tab found within whitespace
(#1035) Variable "Format" must be all lower-case
(#1035) Variable "Format" must be all lower-case
(#1036) Line indented incorrectly; expected at least 8 spaces, found 5
(#1036) Variable "EndR" must be all lower-case
(#1036) Spaces must be used for alignment; tabs are not allowed
(#1036) Tab found within whitespace
(#1036) Variable "Format" must be all lower-case
(#1036) Variable "Format" must be all lower-case
(#1037) Line indented incorrectly; expected at least 8 spaces, found 5
(#1037) Variable "EndG" must be all lower-case
(#1037) Spaces must be used for alignment; tabs are not allowed
(#1037) Tab found within whitespace
(#1037) Variable "Format" must be all lower-case
(#1037) Variable "Format" must be all lower-case
(#1038) Line indented incorrectly; expected at least 8 spaces, found 5
(#1038) Variable "EndB" must be all lower-case
(#1038) Spaces must be used for alignment; tabs are not allowed
(#1038) Tab found within whitespace
(#1038) Variable "Format" must be all lower-case
(#1038) Variable "Format" must be all lower-case
(#1039) Line indented incorrectly; expected at least 8 spaces, found 5
(#1039) Variable "Alpha" must be all lower-case
(#1039) Spaces must be used for alignment; tabs are not allowed
(#1039) Tab found within whitespace
(#1039) Variable "Format" must be all lower-case
(#1039) Variable "Format" must be all lower-case
(#1040) Line indented incorrectly; expected at least 8 spaces, found 5
(#1040) Variable "Levels" must be all lower-case
(#1040) Spaces must be used for alignment; tabs are not allowed
(#1040) Tab found within whitespace
(#1040) Variable "Format" must be all lower-case
(#1040) Variable "Format" must be all lower-case
(#1040) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1042) Line indented incorrectly; expected at least 8 spaces, found 5
(#1042) Variable "Shadow" must be all lower-case
(#1043) Line indented incorrectly; expected at least 8 spaces, found 5
(#1043) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1045) Line indented incorrectly; expected 8 spaces, found 5
(#1045) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1045) Variable "StartR" must be all lower-case
(#1045) Variable "EndR" must be all lower-case
(#1045) Variable "StartG" must be all lower-case
(#1045) Variable "EndG" must be all lower-case
(#1045) Variable "StartB" must be all lower-case
(#1045) Variable "EndB" must be all lower-case
(#1046) Line indented incorrectly; expected at least 8 spaces, found 6
(#1047) Line indented incorrectly; expected at least 12 spaces, found 7
(#1047) Variable "X1" must be all lower-case
(#1047) Commas (,) must be followed by white space.
(#1047) Variable "Y1" must be all lower-case
(#1047) Commas (,) must be followed by white space.
(#1047) Variable "X2" must be all lower-case
(#1047) Commas (,) must be followed by white space.
(#1047) Variable "Y2" must be all lower-case
(#1047) Commas (,) must be followed by white space.
(#1047) Expected 1 space before "=>"; 0 found
(#1047) Expected 1 space after "=>"; 0 found
(#1047) Variable "StartR" must be all lower-case
(#1047) Commas (,) must be followed by white space.
(#1047) Expected 1 space before "=>"; 0 found
(#1047) Expected 1 space after "=>"; 0 found
(#1047) Variable "StartG" must be all lower-case
(#1047) Commas (,) must be followed by white space.
(#1047) Expected 1 space before "=>"; 0 found
(#1047) Expected 1 space after "=>"; 0 found
(#1047) Variable "StartB" must be all lower-case
(#1047) Commas (,) must be followed by white space.
(#1047) Expected 1 space before "=>"; 0 found
(#1047) Expected 1 space after "=>"; 0 found
(#1047) Variable "Alpha" must be all lower-case
(#1048) Line indented incorrectly; expected at least 12 spaces, found 7
(#1049) Line indented incorrectly; expected 8 spaces, found 6
(#1049) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1051) Line indented incorrectly; expected 8 spaces, found 5
(#1051) Expected "if (...) {\n"; found "if (...)\n { "
(#1051) Variable "Levels" must be all lower-case
(#1051) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1052) Line indented incorrectly; expected at least 8 spaces, found 6
(#1052) Variable "EndR" must be all lower-case
(#1052) Expected 1 space before "="; 0 found
(#1052) Expected 1 space after "="; 0 found
(#1052) Variable "StartR" must be all lower-case
(#1052) Expected 1 space before "+"; 0 found
(#1052) Expected 1 space after "+"; 0 found
(#1052) Variable "Levels" must be all lower-case
(#1052) Variable "EndG" must be all lower-case
(#1052) Expected 1 space before "="; 0 found
(#1052) Expected 1 space after "="; 0 found
(#1052) Variable "StartG" must be all lower-case
(#1052) Expected 1 space before "+"; 0 found
(#1052) Expected 1 space after "+"; 0 found
(#1052) Variable "Levels" must be all lower-case
(#1052) Variable "EndB" must be all lower-case
(#1052) Expected 1 space before "="; 0 found
(#1052) Expected 1 space after "="; 0 found
(#1052) Variable "StartB" must be all lower-case
(#1052) Expected 1 space before "+"; 0 found
(#1052) Expected 1 space after "+"; 0 found
(#1052) Variable "Levels" must be all lower-case
(#1052) Closing brace must be on a line by itself
(#1054) Line indented incorrectly; expected 8 spaces, found 5
(#1054) Expected "if (...) {\n"; found "if (...) { "
(#1054) Variable "X1" must be all lower-case
(#1054) Variable "X2" must be all lower-case
(#1054) Variable "X1" must be all lower-case
(#1054) Variable "X2" must be all lower-case
(#1054) Variable "X2" must be all lower-case
(#1054) Variable "X1" must be all lower-case
(#1054) Closing brace must be on a line by itself
(#1055) Line indented incorrectly; expected 8 spaces, found 5
(#1055) Expected "if (...) {\n"; found "if (...) { "
(#1055) Variable "Y1" must be all lower-case
(#1055) Variable "Y2" must be all lower-case
(#1055) Variable "Y1" must be all lower-case
(#1055) Variable "Y2" must be all lower-case
(#1055) Variable "Y2" must be all lower-case
(#1055) Variable "Y1" must be all lower-case
(#1055) Closing brace must be on a line by itself
(#1057) Line indented incorrectly; expected 8 spaces, found 5
(#1057) Expected "if (...) {\n"; found "if (...) { "
(#1057) Variable "Direction" must be all lower-case
(#1057) Variable "Width" must be all lower-case
(#1057) Variable "Y2" must be all lower-case
(#1057) Expected 1 space before "-"; 0 found
(#1057) Expected 1 space after "-"; 0 found
(#1057) Variable "Y1" must be all lower-case
(#1057) Closing brace must be on a line by itself
(#1058) Line indented incorrectly; expected 8 spaces, found 5
(#1058) Expected "if (...) {\n"; found "if (...) { "
(#1058) Variable "Direction" must be all lower-case
(#1058) Variable "Width" must be all lower-case
(#1058) Variable "X2" must be all lower-case
(#1058) Expected 1 space before "-"; 0 found
(#1058) Expected 1 space after "-"; 0 found
(#1058) Variable "X1" must be all lower-case
(#1058) Closing brace must be on a line by itself
(#1060) Line indented incorrectly; expected at least 8 spaces, found 5
(#1060) Variable "Step" must be all lower-case
(#1060) Variable "EndR" must be all lower-case
(#1060) Expected 1 space before "-"; 0 found
(#1060) Expected 1 space after "-"; 0 found
(#1060) Variable "StartR" must be all lower-case
(#1060) Commas (,) must be followed by white space.
(#1060) Variable "EndG" must be all lower-case
(#1060) Expected 1 space before "-"; 0 found
(#1060) Expected 1 space after "-"; 0 found
(#1060) Variable "StartG" must be all lower-case
(#1060) Commas (,) must be followed by white space.
(#1060) Variable "EndB" must be all lower-case
(#1060) Expected 1 space before "-"; 0 found
(#1060) Expected 1 space after "-"; 0 found
(#1060) Variable "StartB" must be all lower-case
(#1061) Line indented incorrectly; expected at least 8 spaces, found 5
(#1061) Variable "StepSize" must be all lower-case
(#1061) Variable "Width" must be all lower-case
(#1061) Expected 1 space before "/"; 0 found
(#1061) Expected 1 space after "/"; 0 found
(#1061) Variable "Step" must be all lower-case
(#1062) Line indented incorrectly; expected at least 8 spaces, found 5
(#1062) Variable "RStep" must be all lower-case
(#1062) Variable "EndR" must be all lower-case
(#1062) Expected 1 space before "-"; 0 found
(#1062) Expected 1 space after "-"; 0 found
(#1062) Variable "StartR" must be all lower-case
(#1062) Expected 1 space before "/"; 0 found
(#1062) Expected 1 space after "/"; 0 found
(#1062) Variable "Step" must be all lower-case
(#1063) Line indented incorrectly; expected at least 8 spaces, found 5
(#1063) Variable "GStep" must be all lower-case
(#1063) Variable "EndG" must be all lower-case
(#1063) Expected 1 space before "-"; 0 found
(#1063) Expected 1 space after "-"; 0 found
(#1063) Variable "StartG" must be all lower-case
(#1063) Expected 1 space before "/"; 0 found
(#1063) Expected 1 space after "/"; 0 found
(#1063) Variable "Step" must be all lower-case
(#1064) Line indented incorrectly; expected at least 8 spaces, found 5
(#1064) Variable "BStep" must be all lower-case
(#1064) Variable "EndB" must be all lower-case
(#1064) Expected 1 space before "-"; 0 found
(#1064) Expected 1 space after "-"; 0 found
(#1064) Variable "StartB" must be all lower-case
(#1064) Expected 1 space before "/"; 0 found
(#1064) Expected 1 space after "/"; 0 found
(#1064) Variable "Step" must be all lower-case
(#1066) Line indented incorrectly; expected at least 8 spaces, found 5
(#1066) Variable "R" must be all lower-case
(#1066) Expected 1 space before "="; 0 found
(#1066) Expected 1 space after "="; 0 found
(#1066) Variable "StartR" must be all lower-case
(#1066) Variable "G" must be all lower-case
(#1066) Expected 1 space before "="; 0 found
(#1066) Expected 1 space after "="; 0 found
(#1066) Variable "StartG" must be all lower-case
(#1066) Variable "B" must be all lower-case
(#1066) Expected 1 space before "="; 0 found
(#1066) Expected 1 space after "="; 0 found
(#1066) Variable "StartB" must be all lower-case
(#1067) Line indented incorrectly; expected 8 spaces, found 5
(#1067) Variable "Direction" must be all lower-case
(#1068) Line indented incorrectly; expected at least 8 spaces, found 6
(#1069) Line indented incorrectly; expected 12 spaces, found 7
(#1070) Line indented incorrectly; expected at least 16 spaces, found 8
(#1070) Variable "StartY" must be all lower-case
(#1070) Variable "Y1" must be all lower-case
(#1070) Variable "EndY" must be all lower-case
(#1070) Variable "Y2" must be all lower-case
(#1070) Expected 1 space before "+"; 0 found
(#1070) Expected 1 space after "+"; 0 found
(#1070) Variable "LastY2" must be all lower-case
(#1070) Variable "StartY" must be all lower-case
(#1071) Line indented incorrectly; expected 16 spaces, found 8
(#1071) Expected "for (...) {\n"; found "for(...)\n {\n"
(#1071) Expected 1 space after first semicolon of FOR loop; 0 found
(#1071) Expected 1 space after second semicolon of FOR loop; 0 found
(#1071) Expected 1 space before "="; 0 found
(#1071) Expected 1 space after "="; 0 found
(#1071) Expected 1 space before "<="; 0 found
(#1071) Expected 1 space after "<="; 0 found
(#1071) Variable "Step" must be all lower-case
(#1072) Line indented incorrectly; expected at least 16 spaces, found 9
(#1073) Line indented incorrectly; expected at least 20 spaces, found 10
(#1073) Variable "Y2" must be all lower-case
(#1073) Variable "StartY" must be all lower-case
(#1073) Variable "StepSize" must be all lower-case
(#1075) Line indented incorrectly; expected 20 spaces, found 10
(#1075) Expected "if (...) {\n"; found "if (...) { "
(#1075) Variable "Y2" must be all lower-case
(#1075) Variable "EndY" must be all lower-case
(#1075) Variable "Y2" must be all lower-case
(#1075) Variable "EndY" must be all lower-case
(#1075) Closing brace must be on a line by itself
(#1076) Line indented incorrectly; expected 20 spaces, found 10
(#1076) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1076) Variable "Y1" must be all lower-case
(#1076) Variable "Y2" must be all lower-case
(#1076) Variable "Y1" must be all lower-case
(#1076) Variable "Y2" must be all lower-case
(#1076) Variable "Y2" must be all lower-case
(#1076) Variable "EndY" must be all lower-case
(#1077) Line indented incorrectly; expected at least 20 spaces, found 11
(#1078) Line indented incorrectly; expected at least 24 spaces, found 12
(#1078) Variable "Color" must be all lower-case
(#1078) Expected 1 space before "=>"; 0 found
(#1078) Expected 1 space after "=>"; 0 found
(#1078) Variable "R" must be all lower-case
(#1078) Commas (,) must be followed by white space.
(#1078) Expected 1 space before "=>"; 0 found
(#1078) Expected 1 space after "=>"; 0 found
(#1078) Variable "G" must be all lower-case
(#1078) Commas (,) must be followed by white space.
(#1078) Expected 1 space before "=>"; 0 found
(#1078) Expected 1 space after "=>"; 0 found
(#1078) Variable "B" must be all lower-case
(#1078) Commas (,) must be followed by white space.
(#1078) Expected 1 space before "=>"; 0 found
(#1078) Expected 1 space after "=>"; 0 found
(#1078) Variable "Alpha" must be all lower-case
(#1079) Line indented incorrectly; expected at least 24 spaces, found 12
(#1079) Variable "X1" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Y1" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "X2" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Y2" must be all lower-case
(#1079) Commas (,) must be followed by white space.
(#1079) Variable "Color" must be all lower-case
(#1080) Line indented incorrectly; expected at least 24 spaces, found 12
(#1080) Variable "LastY2" must be all lower-case
(#1080) Variable "LastY2" must be all lower-case
(#1080) Commas (,) must be followed by white space.
(#1080) Variable "Y2" must be all lower-case
(#1081) Line indented incorrectly; expected at least 24 spaces, found 12
(#1081) Variable "Y1" must be all lower-case
(#1081) Variable "Y2" must be all lower-case
(#1081) Expected 1 space before "+"; 0 found
(#1081) Expected 1 space after "+"; 0 found
(#1082) Line indented incorrectly; expected 20 spaces, found 11
(#1082) Closing brace indented incorrectly; expected 10 spaces, found 11
(#1083) Line indented incorrectly; expected at least 20 spaces, found 10
(#1083) Variable "R" must be all lower-case
(#1083) Variable "R" must be all lower-case
(#1083) Variable "RStep" must be all lower-case
(#1083) Variable "G" must be all lower-case
(#1083) Variable "G" must be all lower-case
(#1083) Variable "GStep" must be all lower-case
(#1083) Variable "B" must be all lower-case
(#1083) Variable "B" must be all lower-case
(#1083) Variable "BStep" must be all lower-case
(#1084) Line indented incorrectly; expected 16 spaces, found 9
(#1084) Closing brace indented incorrectly; expected 8 spaces, found 9
(#1085) Line indented incorrectly; expected 16 spaces, found 8
(#1085) Expected "if (...) {\n"; found "if (...) { "
(#1085) Variable "LastY2" must be all lower-case
(#1085) Variable "EndY" must be all lower-case
(#1085) Variable "Color" must be all lower-case
(#1085) Expected "for (...) {\n"; found "for (...) { "
(#1085) Expected 1 space after first semicolon of FOR loop; 0 found
(#1085) Expected 1 space after second semicolon of FOR loop; 0 found
(#1085) Expected 1 space before "="; 0 found
(#1085) Expected 1 space after "="; 0 found
(#1085) Variable "LastY2" must be all lower-case
(#1085) Expected 1 space before "+"; 0 found
(#1085) Expected 1 space after "+"; 0 found
(#1085) Expected 1 space before "<="; 0 found
(#1085) Expected 1 space after "<="; 0 found
(#1085) Variable "EndY" must be all lower-case
(#1085) Variable "X1" must be all lower-case
(#1085) Commas (,) must be followed by white space.
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "X2" must be all lower-case
(#1085) Commas (,) must be followed by white space.
(#1085) Commas (,) must be followed by white space.
(#1085) Variable "Color" must be all lower-case
(#1085) Closing brace must be on a line by itself
(#1085) Closing brace must be on a line by itself
(#1088) Line indented incorrectly; expected 12 spaces, found 7
(#1089) Line indented incorrectly; expected at least 16 spaces, found 8
(#1089) Variable "StartX" must be all lower-case
(#1089) Variable "X1" must be all lower-case
(#1089) Variable "EndX" must be all lower-case
(#1089) Variable "X2" must be all lower-case
(#1090) Line indented incorrectly; expected 16 spaces, found 8
(#1090) Expected "for (...) {\n"; found "for(...)\n {\n"
(#1090) Expected 1 space after first semicolon of FOR loop; 0 found
(#1090) Expected 1 space after second semicolon of FOR loop; 0 found
(#1090) Expected 1 space before "="; 0 found
(#1090) Expected 1 space after "="; 0 found
(#1090) Expected 1 space before "<="; 0 found
(#1090) Expected 1 space after "<="; 0 found
(#1090) Variable "Step" must be all lower-case
(#1091) Line indented incorrectly; expected at least 16 spaces, found 9
(#1092) Line indented incorrectly; expected at least 20 spaces, found 10
(#1092) Variable "X2" must be all lower-case
(#1092) Variable "StartX" must be all lower-case
(#1092) Variable "StepSize" must be all lower-case
(#1094) Line indented incorrectly; expected 20 spaces, found 10
(#1094) Expected "if (...) {\n"; found "if (...) { "
(#1094) Variable "X2" must be all lower-case
(#1094) Variable "EndX" must be all lower-case
(#1094) Variable "X2" must be all lower-case
(#1094) Variable "EndX" must be all lower-case
(#1094) Closing brace must be on a line by itself
(#1095) Line indented incorrectly; expected 20 spaces, found 10
(#1095) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1095) Variable "X1" must be all lower-case
(#1095) Variable "X2" must be all lower-case
(#1095) Variable "X1" must be all lower-case
(#1095) Variable "X2" must be all lower-case
(#1095) Variable "X2" must be all lower-case
(#1095) Variable "EndX" must be all lower-case
(#1096) Line indented incorrectly; expected at least 20 spaces, found 11
(#1097) Line indented incorrectly; expected at least 24 spaces, found 12
(#1097) Variable "Color" must be all lower-case
(#1097) Expected 1 space before "=>"; 0 found
(#1097) Expected 1 space after "=>"; 0 found
(#1097) Variable "R" must be all lower-case
(#1097) Commas (,) must be followed by white space.
(#1097) Expected 1 space before "=>"; 0 found
(#1097) Expected 1 space after "=>"; 0 found
(#1097) Variable "G" must be all lower-case
(#1097) Commas (,) must be followed by white space.
(#1097) Expected 1 space before "=>"; 0 found
(#1097) Expected 1 space after "=>"; 0 found
(#1097) Variable "B" must be all lower-case
(#1097) Commas (,) must be followed by white space.
(#1097) Expected 1 space before "=>"; 0 found
(#1097) Expected 1 space after "=>"; 0 found
(#1097) Variable "Alpha" must be all lower-case
(#1098) Line indented incorrectly; expected at least 24 spaces, found 12
(#1098) Variable "X1" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Variable "Y1" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Variable "X2" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Variable "Y2" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Variable "Color" must be all lower-case
(#1099) Line indented incorrectly; expected at least 24 spaces, found 12
(#1099) Variable "X1" must be all lower-case
(#1099) Variable "X2" must be all lower-case
(#1099) Expected 1 space before "+"; 0 found
(#1099) Expected 1 space after "+"; 0 found
(#1100) Line indented incorrectly; expected 20 spaces, found 11
(#1100) Closing brace indented incorrectly; expected 10 spaces, found 11
(#1101) Line indented incorrectly; expected at least 20 spaces, found 10
(#1101) Variable "R" must be all lower-case
(#1101) Variable "R" must be all lower-case
(#1101) Variable "RStep" must be all lower-case
(#1101) Variable "G" must be all lower-case
(#1101) Variable "G" must be all lower-case
(#1101) Variable "GStep" must be all lower-case
(#1101) Variable "B" must be all lower-case
(#1101) Variable "B" must be all lower-case
(#1101) Variable "BStep" must be all lower-case
(#1101) Whitespace found at end of line
(#1102) Line indented incorrectly; expected 16 spaces, found 9
(#1102) Closing brace indented incorrectly; expected 8 spaces, found 9
(#1103) Line indented incorrectly; expected 16 spaces, found 8
(#1103) Expected "if (...) {\n"; found "if (...) { "
(#1103) Variable "X2" must be all lower-case
(#1103) Variable "EndX" must be all lower-case
(#1103) Variable "Color" must be all lower-case
(#1103) Variable "X2" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Variable "Y1" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Variable "EndX" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Variable "Y2" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Variable "Color" must be all lower-case
(#1103) Closing brace must be on a line by itself
(#1105) Line indented incorrectly; expected 8 spaces, found 6
(#1105) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1107) Line indented incorrectly; expected at least 8 spaces, found 5
(#1107) Variable "Shadow" must be all lower-case
(#1109) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1111) Line indented incorrectly; expected at least 4 spaces, found 3
(#1112) Line indented incorrectly; expected 4 spaces, found 3
(#1112) method name "pDraw::drawAntialiasPixel" must be in lower-case letters only
(#1112) Visibility must be declared on method "drawAntialiasPixel"
(#1112) Variable "X" must be all lower-case
(#1112) Commas (,) must be followed by white space.
(#1112) Variable "Y" must be all lower-case
(#1112) Commas (,) must be followed by white space.
(#1112) Variable "Format" must be all lower-case
(#1113) Opening brace should be on the same line as the declaration
(#1114) Line indented incorrectly; expected at least 8 spaces, found 5
(#1114) Variable "R" must be all lower-case
(#1114) Variable "Format" must be all lower-case
(#1114) Variable "Format" must be all lower-case
(#1115) Line indented incorrectly; expected at least 8 spaces, found 5
(#1115) Variable "G" must be all lower-case
(#1115) Variable "Format" must be all lower-case
(#1115) Variable "Format" must be all lower-case
(#1116) Line indented incorrectly; expected at least 8 spaces, found 5
(#1116) Variable "B" must be all lower-case
(#1116) Variable "Format" must be all lower-case
(#1116) Variable "Format" must be all lower-case
(#1117) Line indented incorrectly; expected at least 8 spaces, found 5
(#1117) Variable "Alpha" must be all lower-case
(#1117) Variable "Format" must be all lower-case
(#1117) Variable "Format" must be all lower-case
(#1119) Line indented incorrectly; expected at least 8 spaces, found 5
(#1119) Inline control structures are not allowed
(#1119) Variable "X" must be all lower-case
(#1119) Variable "Y" must be all lower-case
(#1119) Variable "X" must be all lower-case
(#1119) Variable "Y" must be all lower-case
(#1120) Line indented incorrectly; expected at least 8 spaces, found 6
(#1122) Line indented incorrectly; expected 8 spaces, found 5
(#1122) Expected "if (...) {\n"; found "if (...) { "
(#1122) Variable "R" must be all lower-case
(#1122) Variable "R" must be all lower-case
(#1122) Closing brace must be on a line by itself
(#1122) Expected "if (...) {\n"; found "if (...) { "
(#1122) Variable "R" must be all lower-case
(#1122) Variable "R" must be all lower-case
(#1122) Closing brace must be on a line by itself
(#1123) Line indented incorrectly; expected 8 spaces, found 5
(#1123) Expected "if (...) {\n"; found "if (...) { "
(#1123) Variable "G" must be all lower-case
(#1123) Variable "G" must be all lower-case
(#1123) Closing brace must be on a line by itself
(#1123) Expected "if (...) {\n"; found "if (...) { "
(#1123) Variable "G" must be all lower-case
(#1123) Variable "G" must be all lower-case
(#1123) Closing brace must be on a line by itself
(#1124) Line indented incorrectly; expected 8 spaces, found 5
(#1124) Expected "if (...) {\n"; found "if (...) { "
(#1124) Variable "B" must be all lower-case
(#1124) Variable "B" must be all lower-case
(#1124) Closing brace must be on a line by itself
(#1124) Expected "if (...) {\n"; found "if (...) { "
(#1124) Variable "B" must be all lower-case
(#1124) Variable "B" must be all lower-case
(#1124) Closing brace must be on a line by itself
(#1126) Line indented incorrectly; expected 8 spaces, found 5
(#1126) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1127) Line indented incorrectly; expected at least 8 spaces, found 6
(#1128) Line indented incorrectly; expected 12 spaces, found 7
(#1128) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1129) Line indented incorrectly; expected at least 12 spaces, found 8
(#1130) Line indented incorrectly; expected at least 16 spaces, found 9
(#1130) Variable "ShadowColor" must be all lower-case
(#1130) Commas (,) must be followed by white space.
(#1130) Commas (,) must be followed by white space.
(#1130) Commas (,) must be followed by white space.
(#1130) Commas (,) must be followed by white space.
(#1131) Line indented incorrectly; expected at least 16 spaces, found 9
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "X" must be all lower-case
(#1131) Expected 1 space before "+"; 0 found
(#1131) Expected 1 space after "+"; 0 found
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "Y" must be all lower-case
(#1131) Expected 1 space before "+"; 0 found
(#1131) Expected 1 space after "+"; 0 found
(#1131) Commas (,) must be followed by white space.
(#1131) Variable "ShadowColor" must be all lower-case
(#1132) Line indented incorrectly; expected 12 spaces, found 8
(#1132) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1134) Line indented incorrectly; expected at least 12 spaces, found 7
(#1134) Variable "PlotColor" must be all lower-case
(#1134) Commas (,) must be followed by white space.
(#1134) Variable "R" must be all lower-case
(#1134) Commas (,) must be followed by white space.
(#1134) Variable "G" must be all lower-case
(#1134) Commas (,) must be followed by white space.
(#1134) Variable "B" must be all lower-case
(#1134) Commas (,) must be followed by white space.
(#1134) Variable "Alpha" must be all lower-case
(#1135) Line indented incorrectly; expected at least 12 spaces, found 7
(#1135) Commas (,) must be followed by white space.
(#1135) Variable "X" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Variable "Y" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Variable "PlotColor" must be all lower-case
(#1137) Line indented incorrectly; expected at least 12 spaces, found 7
(#1138) Line indented incorrectly; expected 8 spaces, found 6
(#1138) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1140) Line indented incorrectly; expected at least 8 spaces, found 5
(#1140) Variable "Plot" must be all lower-case
(#1141) Line indented incorrectly; expected at least 8 spaces, found 5
(#1141) Variable "Xi" must be all lower-case
(#1141) Variable "X" must be all lower-case
(#1142) Line indented incorrectly; expected at least 8 spaces, found 5
(#1142) Variable "Yi" must be all lower-case
(#1142) Variable "Y" must be all lower-case
(#1144) Line indented incorrectly; expected 8 spaces, found 5
(#1144) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1144) Variable "Xi" must be all lower-case
(#1144) Variable "X" must be all lower-case
(#1144) Variable "Yi" must be all lower-case
(#1144) Variable "Y" must be all lower-case
(#1145) Line indented incorrectly; expected at least 8 spaces, found 6
(#1146) Line indented incorrectly; expected at least 12 spaces, found 7
(#1146) Inline control structures are not allowed
(#1146) Variable "Alpha" must be all lower-case
(#1147) Line indented incorrectly; expected at least 12 spaces, found 8
(#1147) Variable "X" must be all lower-case
(#1147) Commas (,) must be followed by white space.
(#1147) Variable "Y" must be all lower-case
(#1147) Commas (,) must be followed by white space.
(#1147) Commas (,) must be followed by white space.
(#1147) Variable "R" must be all lower-case
(#1147) Commas (,) must be followed by white space.
(#1147) Variable "G" must be all lower-case
(#1147) Commas (,) must be followed by white space.
(#1147) Variable "B" must be all lower-case
(#1148) Line indented incorrectly; expected at least 12 spaces, found 7
(#1148) Inline control structures are not allowed
(#1149) Line indented incorrectly; expected at least 12 spaces, found 8
(#1149) Variable "X" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Variable "Y" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Variable "Alpha" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Variable "R" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Variable "G" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Variable "B" must be all lower-case
(#1150) Line indented incorrectly; expected 8 spaces, found 6
(#1150) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1151) Line indented incorrectly; expected 8 spaces, found 5
(#1151) Expected "} else {\n"; found "}\n else\n {\n"
(#1152) Line indented incorrectly; expected at least 8 spaces, found 6
(#1153) Line indented incorrectly; expected at least 12 spaces, found 7
(#1153) Variable "Alpha1" must be all lower-case
(#1153) Variable "X" must be all lower-case
(#1153) Variable "X" must be all lower-case
(#1153) Variable "Y" must be all lower-case
(#1153) Variable "Y" must be all lower-case
(#1153) Variable "Alpha" must be all lower-case
(#1154) Line indented incorrectly; expected 12 spaces, found 7
(#1154) Expected "if (...) {\n"; found "if (...) { "
(#1154) Variable "Alpha1" must be all lower-case
(#1154) Variable "Xi" must be all lower-case
(#1154) Commas (,) must be followed by white space.
(#1154) Variable "Yi" must be all lower-case
(#1154) Commas (,) must be followed by white space.
(#1154) Variable "Alpha1" must be all lower-case
(#1154) Commas (,) must be followed by white space.
(#1154) Variable "R" must be all lower-case
(#1154) Commas (,) must be followed by white space.
(#1154) Variable "G" must be all lower-case
(#1154) Commas (,) must be followed by white space.
(#1154) Variable "B" must be all lower-case
(#1154) Closing brace must be on a line by itself
(#1156) Line indented incorrectly; expected at least 12 spaces, found 7
(#1156) Variable "Alpha2" must be all lower-case
(#1156) Variable "X" must be all lower-case
(#1156) Variable "X" must be all lower-case
(#1156) Variable "Y" must be all lower-case
(#1156) Variable "Y" must be all lower-case
(#1156) Variable "Alpha" must be all lower-case
(#1157) Line indented incorrectly; expected 12 spaces, found 7
(#1157) Expected "if (...) {\n"; found "if (...) { "
(#1157) Variable "Alpha2" must be all lower-case
(#1157) Variable "Xi" must be all lower-case
(#1157) Expected 1 space before "+"; 0 found
(#1157) Expected 1 space after "+"; 0 found
(#1157) Commas (,) must be followed by white space.
(#1157) Variable "Yi" must be all lower-case
(#1157) Commas (,) must be followed by white space.
(#1157) Variable "Alpha2" must be all lower-case
(#1157) Commas (,) must be followed by white space.
(#1157) Variable "R" must be all lower-case
(#1157) Commas (,) must be followed by white space.
(#1157) Variable "G" must be all lower-case
(#1157) Commas (,) must be followed by white space.
(#1157) Variable "B" must be all lower-case
(#1157) Closing brace must be on a line by itself
(#1159) Line indented incorrectly; expected at least 12 spaces, found 7
(#1159) Variable "Alpha3" must be all lower-case
(#1159) Variable "X" must be all lower-case
(#1159) Variable "X" must be all lower-case
(#1159) Variable "Y" must be all lower-case
(#1159) Variable "Y" must be all lower-case
(#1159) Variable "Alpha" must be all lower-case
(#1160) Line indented incorrectly; expected 12 spaces, found 7
(#1160) Expected "if (...) {\n"; found "if (...) { "
(#1160) Variable "Alpha3" must be all lower-case
(#1160) Variable "Xi" must be all lower-case
(#1160) Commas (,) must be followed by white space.
(#1160) Variable "Yi" must be all lower-case
(#1160) Expected 1 space before "+"; 0 found
(#1160) Expected 1 space after "+"; 0 found
(#1160) Commas (,) must be followed by white space.
(#1160) Variable "Alpha3" must be all lower-case
(#1160) Commas (,) must be followed by white space.
(#1160) Variable "R" must be all lower-case
(#1160) Commas (,) must be followed by white space.
(#1160) Variable "G" must be all lower-case
(#1160) Commas (,) must be followed by white space.
(#1160) Variable "B" must be all lower-case
(#1160) Closing brace must be on a line by itself
(#1162) Line indented incorrectly; expected at least 12 spaces, found 7
(#1162) Variable "Alpha4" must be all lower-case
(#1162) Variable "X" must be all lower-case
(#1162) Variable "X" must be all lower-case
(#1162) Variable "Y" must be all lower-case
(#1162) Variable "Y" must be all lower-case
(#1162) Variable "Alpha" must be all lower-case
(#1163) Line indented incorrectly; expected 12 spaces, found 7
(#1163) Expected "if (...) {\n"; found "if (...) { "
(#1163) Variable "Alpha4" must be all lower-case
(#1163) Variable "Xi" must be all lower-case
(#1163) Expected 1 space before "+"; 0 found
(#1163) Expected 1 space after "+"; 0 found
(#1163) Commas (,) must be followed by white space.
(#1163) Variable "Yi" must be all lower-case
(#1163) Expected 1 space before "+"; 0 found
(#1163) Expected 1 space after "+"; 0 found
(#1163) Commas (,) must be followed by white space.
(#1163) Variable "Alpha4" must be all lower-case
(#1163) Commas (,) must be followed by white space.
(#1163) Variable "R" must be all lower-case
(#1163) Commas (,) must be followed by white space.
(#1163) Variable "G" must be all lower-case
(#1163) Commas (,) must be followed by white space.
(#1163) Variable "B" must be all lower-case
(#1163) Closing brace must be on a line by itself
(#1164) Line indented incorrectly; expected 8 spaces, found 6
(#1164) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1165) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1167) Line indented incorrectly; expected at least 4 spaces, found 3
(#1168) Line indented incorrectly; expected 4 spaces, found 3
(#1168) method name "pDraw::drawAlphaPixel" must be in lower-case letters only
(#1168) Visibility must be declared on method "drawAlphaPixel"
(#1168) Variable "X" must be all lower-case
(#1168) Commas (,) must be followed by white space.
(#1168) Variable "Y" must be all lower-case
(#1168) Commas (,) must be followed by white space.
(#1168) Variable "Alpha" must be all lower-case
(#1168) Commas (,) must be followed by white space.
(#1168) Variable "R" must be all lower-case
(#1168) Commas (,) must be followed by white space.
(#1168) Variable "G" must be all lower-case
(#1168) Commas (,) must be followed by white space.
(#1168) Variable "B" must be all lower-case
(#1169) Opening brace should be on the same line as the declaration
(#1170) Line indented incorrectly; expected 8 spaces, found 5
(#1170) Expected "if (...) {\n"; found "if (...) { "
(#1170) Variable "X" must be all lower-case
(#1170) Expected "if (...) {\n"; found "if (...) { "
(#1170) Variable "X" must be all lower-case
(#1170) Variable "Y" must be all lower-case
(#1170) Closing brace must be on a line by itself
(#1170) Closing brace must be on a line by itself
(#1172) Line indented incorrectly; expected at least 8 spaces, found 5
(#1172) Inline control structures are not allowed
(#1172) Variable "X" must be all lower-case
(#1172) Variable "Y" must be all lower-case
(#1172) Variable "X" must be all lower-case
(#1172) Variable "Y" must be all lower-case
(#1173) Line indented incorrectly; expected at least 8 spaces, found 6
(#1175) Line indented incorrectly; expected 8 spaces, found 5
(#1175) Expected "if (...) {\n"; found "if (...) { "
(#1175) Variable "R" must be all lower-case
(#1175) Variable "R" must be all lower-case
(#1175) Closing brace must be on a line by itself
(#1175) Expected "if (...) {\n"; found "if (...) { "
(#1175) Variable "R" must be all lower-case
(#1175) Variable "R" must be all lower-case
(#1175) Closing brace must be on a line by itself
(#1176) Line indented incorrectly; expected 8 spaces, found 5
(#1176) Expected "if (...) {\n"; found "if (...) { "
(#1176) Variable "G" must be all lower-case
(#1176) Variable "G" must be all lower-case
(#1176) Closing brace must be on a line by itself
(#1176) Expected "if (...) {\n"; found "if (...) { "
(#1176) Variable "G" must be all lower-case
(#1176) Variable "G" must be all lower-case
(#1176) Closing brace must be on a line by itself
(#1177) Line indented incorrectly; expected 8 spaces, found 5
(#1177) Expected "if (...) {\n"; found "if (...) { "
(#1177) Variable "B" must be all lower-case
(#1177) Variable "B" must be all lower-case
(#1177) Closing brace must be on a line by itself
(#1177) Expected "if (...) {\n"; found "if (...) { "
(#1177) Variable "B" must be all lower-case
(#1177) Variable "B" must be all lower-case
(#1177) Closing brace must be on a line by itself
(#1179) Line indented incorrectly; expected 8 spaces, found 5
(#1179) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1180) Line indented incorrectly; expected at least 8 spaces, found 6
(#1181) Line indented incorrectly; expected at least 12 spaces, found 7
(#1181) Variable "AlphaFactor" must be all lower-case
(#1181) Variable "Alpha" must be all lower-case
(#1182) Line indented incorrectly; expected at least 12 spaces, found 7
(#1182) Variable "ShadowColor" must be all lower-case
(#1182) Commas (,) must be followed by white space.
(#1182) Commas (,) must be followed by white space.
(#1182) Commas (,) must be followed by white space.
(#1182) Commas (,) must be followed by white space.
(#1182) Variable "AlphaFactor" must be all lower-case
(#1183) Line indented incorrectly; expected at least 12 spaces, found 7
(#1183) Commas (,) must be followed by white space.
(#1183) Variable "X" must be all lower-case
(#1183) Expected 1 space before "+"; 0 found
(#1183) Expected 1 space after "+"; 0 found
(#1183) Commas (,) must be followed by white space.
(#1183) Variable "Y" must be all lower-case
(#1183) Expected 1 space before "+"; 0 found
(#1183) Expected 1 space after "+"; 0 found
(#1183) Commas (,) must be followed by white space.
(#1183) Variable "ShadowColor" must be all lower-case
(#1184) Line indented incorrectly; expected 8 spaces, found 6
(#1184) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1186) Line indented incorrectly; expected at least 8 spaces, found 5
(#1186) Variable "C_Aliased" must be all lower-case
(#1186) Variable "C_Aliased" must not contain underscores.
(#1186) Commas (,) must be followed by white space.
(#1186) Variable "R" must be all lower-case
(#1186) Commas (,) must be followed by white space.
(#1186) Variable "G" must be all lower-case
(#1186) Commas (,) must be followed by white space.
(#1186) Variable "B" must be all lower-case
(#1186) Commas (,) must be followed by white space.
(#1186) Variable "Alpha" must be all lower-case
(#1187) Line indented incorrectly; expected at least 8 spaces, found 5
(#1187) Commas (,) must be followed by white space.
(#1187) Variable "X" must be all lower-case
(#1187) Commas (,) must be followed by white space.
(#1187) Variable "Y" must be all lower-case
(#1187) Commas (,) must be followed by white space.
(#1187) Variable "C_Aliased" must be all lower-case
(#1187) Variable "C_Aliased" must not contain underscores.
(#1188) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1190) Line indented incorrectly; expected at least 4 spaces, found 3
(#1191) Line indented incorrectly; expected 4 spaces, found 3
(#1191) method name "pDraw::convertAlpha" must be in lower-case letters only
(#1191) Visibility must be declared on method "convertAlpha"
(#1191) Variable "AlphaValue" must be all lower-case
(#1192) Opening brace should be on the same line as the declaration
(#1192) Opening brace must be the last content on the line
(#1192) Expected 1 space before "/"; 0 found
(#1192) Expected 1 space after "/"; 0 found
(#1192) Expected 1 space before "*"; 0 found
(#1192) Expected 1 space after "*"; 0 found
(#1192) Expected 1 space before "-"; 0 found
(#1192) Expected 1 space after "-"; 0 found
(#1192) Variable "AlphaValue" must be all lower-case
(#1192) Closing brace must be on a line by itself
(#1194) Line indented incorrectly; expected at least 4 spaces, found 3
(#1195) Line indented incorrectly; expected 4 spaces, found 3
(#1195) method name "pDraw::allocateColor" must be in lower-case letters only
(#1195) Visibility must be declared on method "allocateColor"
(#1195) Variable "Picture" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Variable "R" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Variable "G" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Variable "B" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Variable "Alpha" must be all lower-case
(#1196) Opening brace should be on the same line as the declaration
(#1197) Line indented incorrectly; expected 8 spaces, found 5
(#1197) Expected "if (...) {\n"; found "if (...) { "
(#1197) Variable "R" must be all lower-case
(#1197) Variable "R" must be all lower-case
(#1197) Closing brace must be on a line by itself
(#1197) Expected "if (...) {\n"; found "if (...) { "
(#1197) Variable "R" must be all lower-case
(#1197) Variable "R" must be all lower-case
(#1197) Closing brace must be on a line by itself
(#1198) Line indented incorrectly; expected 8 spaces, found 5
(#1198) Expected "if (...) {\n"; found "if (...) { "
(#1198) Variable "G" must be all lower-case
(#1198) Variable "G" must be all lower-case
(#1198) Closing brace must be on a line by itself
(#1198) Expected "if (...) {\n"; found "if (...) { "
(#1198) Variable "G" must be all lower-case
(#1198) Variable "G" must be all lower-case
(#1198) Closing brace must be on a line by itself
(#1199) Line indented incorrectly; expected 8 spaces, found 5
(#1199) Expected "if (...) {\n"; found "if (...) { "
(#1199) Variable "B" must be all lower-case
(#1199) Variable "B" must be all lower-case
(#1199) Closing brace must be on a line by itself
(#1199) Expected "if (...) {\n"; found "if (...) { "
(#1199) Variable "B" must be all lower-case
(#1199) Variable "B" must be all lower-case
(#1199) Closing brace must be on a line by itself
(#1200) Line indented incorrectly; expected 8 spaces, found 5
(#1200) Expected "if (...) {\n"; found "if (...) { "
(#1200) Variable "Alpha" must be all lower-case
(#1200) Variable "Alpha" must be all lower-case
(#1200) Closing brace must be on a line by itself
(#1201) Line indented incorrectly; expected 8 spaces, found 5
(#1201) Expected "if (...) {\n"; found "if (...) { "
(#1201) Variable "Alpha" must be all lower-case
(#1201) Variable "Alpha" must be all lower-case
(#1201) Closing brace must be on a line by itself
(#1203) Line indented incorrectly; expected at least 8 spaces, found 5
(#1203) Variable "Alpha" must be all lower-case
(#1203) Variable "Alpha" must be all lower-case
(#1204) Line indented incorrectly; expected at least 8 spaces, found 5
(#1204) Variable "Picture" must be all lower-case
(#1204) Commas (,) must be followed by white space.
(#1204) Variable "R" must be all lower-case
(#1204) Commas (,) must be followed by white space.
(#1204) Variable "G" must be all lower-case
(#1204) Commas (,) must be followed by white space.
(#1204) Variable "B" must be all lower-case
(#1204) Commas (,) must be followed by white space.
(#1204) Variable "Alpha" must be all lower-case
(#1205) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1207) Line indented incorrectly; expected at least 4 spaces, found 3
(#1208) Line indented incorrectly; expected 4 spaces, found 3
(#1208) method name "pDraw::drawFromPNG" must be in lower-case letters only
(#1208) Visibility must be declared on method "drawFromPNG"
(#1208) Variable "X" must be all lower-case
(#1208) Commas (,) must be followed by white space.
(#1208) Variable "Y" must be all lower-case
(#1208) Commas (,) must be followed by white space.
(#1208) Variable "FileName" must be all lower-case
(#1209) Opening brace should be on the same line as the declaration
(#1209) Opening brace must be the last content on the line
(#1209) Commas (,) must be followed by white space.
(#1209) Variable "FileName" must be all lower-case
(#1209) Commas (,) must be followed by white space.
(#1209) Variable "X" must be all lower-case
(#1209) Commas (,) must be followed by white space.
(#1209) Variable "Y" must be all lower-case
(#1209) Closing brace must be on a line by itself
(#1211) Line indented incorrectly; expected at least 4 spaces, found 3
(#1212) Line indented incorrectly; expected 4 spaces, found 3
(#1212) method name "pDraw::drawFromGIF" must be in lower-case letters only
(#1212) Visibility must be declared on method "drawFromGIF"
(#1212) Variable "X" must be all lower-case
(#1212) Commas (,) must be followed by white space.
(#1212) Variable "Y" must be all lower-case
(#1212) Commas (,) must be followed by white space.
(#1212) Variable "FileName" must be all lower-case
(#1213) Opening brace should be on the same line as the declaration
(#1213) Opening brace must be the last content on the line
(#1213) Commas (,) must be followed by white space.
(#1213) Variable "FileName" must be all lower-case
(#1213) Commas (,) must be followed by white space.
(#1213) Variable "X" must be all lower-case
(#1213) Commas (,) must be followed by white space.
(#1213) Variable "Y" must be all lower-case
(#1213) Closing brace must be on a line by itself
(#1215) Line indented incorrectly; expected at least 4 spaces, found 3
(#1216) Line indented incorrectly; expected 4 spaces, found 3
(#1216) method name "pDraw::drawFromJPG" must be in lower-case letters only
(#1216) Visibility must be declared on method "drawFromJPG"
(#1216) Variable "X" must be all lower-case
(#1216) Commas (,) must be followed by white space.
(#1216) Variable "Y" must be all lower-case
(#1216) Commas (,) must be followed by white space.
(#1216) Variable "FileName" must be all lower-case
(#1217) Opening brace should be on the same line as the declaration
(#1217) Opening brace must be the last content on the line
(#1217) Commas (,) must be followed by white space.
(#1217) Variable "FileName" must be all lower-case
(#1217) Commas (,) must be followed by white space.
(#1217) Variable "X" must be all lower-case
(#1217) Commas (,) must be followed by white space.
(#1217) Variable "Y" must be all lower-case
(#1217) Closing brace must be on a line by itself
(#1219) Line indented incorrectly; expected 4 spaces, found 3
(#1219) method name "pDraw::getPicInfo" must be in lower-case letters only
(#1219) Visibility must be declared on method "getPicInfo"
(#1219) Variable "FileName" must be all lower-case
(#1220) Opening brace should be on the same line as the declaration
(#1221) Line indented incorrectly; expected at least 8 spaces, found 5
(#1221) Variable "Infos" must be all lower-case
(#1221) Variable "FileName" must be all lower-case
(#1222) Line indented incorrectly; expected at least 8 spaces, found 5
(#1222) Variable "Width" must be all lower-case
(#1222) Variable "Infos" must be all lower-case
(#1223) Line indented incorrectly; expected at least 8 spaces, found 5
(#1223) Variable "Height" must be all lower-case
(#1223) Variable "Infos" must be all lower-case
(#1224) Line indented incorrectly; expected at least 8 spaces, found 5
(#1224) Variable "Type" must be all lower-case
(#1224) Variable "Infos" must be all lower-case
(#1226) Line indented incorrectly; expected 8 spaces, found 5
(#1226) Expected "if (...) {\n"; found "if (...) { "
(#1226) Variable "Type" must be all lower-case
(#1226) Variable "Type" must be all lower-case
(#1226) Closing brace must be on a line by itself
(#1227) Line indented incorrectly; expected 8 spaces, found 5
(#1227) Expected "if (...) {\n"; found "if (...) { "
(#1227) Variable "Type" must be all lower-case
(#1227) Variable "Type" must be all lower-case
(#1227) Closing brace must be on a line by itself
(#1228) Line indented incorrectly; expected 8 spaces, found 5
(#1228) Expected "if (...) {\n"; found "if (...) { "
(#1228) Variable "Type" must be all lower-case
(#1228) Variable "Type" must be all lower-case
(#1228) Closing brace must be on a line by itself
(#1230) Line indented incorrectly; expected at least 8 spaces, found 5
(#1230) Variable "Width" must be all lower-case
(#1230) Commas (,) must be followed by white space.
(#1230) Variable "Height" must be all lower-case
(#1230) Commas (,) must be followed by white space.
(#1230) Variable "Type" must be all lower-case
(#1231) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1233) Line indented incorrectly; expected at least 4 spaces, found 3
(#1234) Line indented incorrectly; expected 4 spaces, found 3
(#1234) method name "pDraw::drawFromPicture" must be in lower-case letters only
(#1234) Visibility must be declared on method "drawFromPicture"
(#1234) Variable "PicType" must be all lower-case
(#1234) Commas (,) must be followed by white space.
(#1234) Variable "FileName" must be all lower-case
(#1234) Commas (,) must be followed by white space.
(#1234) Variable "X" must be all lower-case
(#1234) Commas (,) must be followed by white space.
(#1234) Variable "Y" must be all lower-case
(#1235) Opening brace should be on the same line as the declaration
(#1236) Line indented incorrectly; expected 8 spaces, found 5
(#1236) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1236) Variable "FileName" must be all lower-case
(#1237) Line indented incorrectly; expected at least 8 spaces, found 6
(#1238) Line indented incorrectly; expected at least 12 spaces, found 7
(#1238) Variable "Width" must be all lower-case
(#1238) Commas (,) must be followed by white space.
(#1238) Variable "Height" must be all lower-case
(#1238) Variable "FileName" must be all lower-case
(#1240) Line indented incorrectly; expected 12 spaces, found 7
(#1240) Expected "if (...) {\n"; found "if (...)\n { "
(#1240) Variable "PicType" must be all lower-case
(#1241) Line indented incorrectly; expected at least 12 spaces, found 8
(#1241) Variable "Raster" must be all lower-case
(#1241) Variable "FileName" must be all lower-case
(#1241) Closing brace must be on a line by itself
(#1242) Line indented incorrectly; expected 12 spaces, found 7
(#1242) Usage of ELSEIF not allowed; use ELSE IF instead
(#1242) Variable "PicType" must be all lower-case
(#1243) Line indented incorrectly; expected at least 12 spaces, found 8
(#1243) Variable "Raster" must be all lower-case
(#1243) Variable "FileName" must be all lower-case
(#1243) Closing brace must be on a line by itself
(#1244) Line indented incorrectly; expected 12 spaces, found 7
(#1244) Usage of ELSEIF not allowed; use ELSE IF instead
(#1244) Variable "PicType" must be all lower-case
(#1245) Line indented incorrectly; expected at least 12 spaces, found 8
(#1245) Variable "Raster" must be all lower-case
(#1245) Variable "FileName" must be all lower-case
(#1245) Closing brace must be on a line by itself
(#1246) Line indented incorrectly; expected 12 spaces, found 7
(#1246) Expected "} else {\n"; found "}\n else\n { "
(#1247) Line indented incorrectly; expected at least 12 spaces, found 8
(#1247) Closing brace must be on a line by itself
(#1248) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1250) Line indented incorrectly; expected at least 12 spaces, found 7
(#1250) Variable "RestoreShadow" must be all lower-case
(#1251) Line indented incorrectly; expected 12 spaces, found 7
(#1251) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1252) Line indented incorrectly; expected at least 12 spaces, found 8
(#1253) Line indented incorrectly; expected at least 16 spaces, found 9
(#1253) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1254) Line indented incorrectly; expected at least 16 spaces, found 9
(#1254) Inline control structures are not allowed
(#1254) Variable "PicType" must be all lower-case
(#1255) Line indented incorrectly; expected at least 16 spaces, found 10
(#1255) Variable "X" must be all lower-case
(#1255) Expected 1 space before "+"; 0 found
(#1255) Expected 1 space after "+"; 0 found
(#1255) Commas (,) must be followed by white space.
(#1255) Variable "Y" must be all lower-case
(#1255) Expected 1 space before "+"; 0 found
(#1255) Expected 1 space after "+"; 0 found
(#1255) Commas (,) must be followed by white space.
(#1255) Variable "X" must be all lower-case
(#1255) Expected 1 space before "+"; 0 found
(#1255) Expected 1 space after "+"; 0 found
(#1255) Variable "Width" must be all lower-case
(#1255) Expected 1 space before "+"; 0 found
(#1255) Expected 1 space after "+"; 0 found
(#1255) Commas (,) must be followed by white space.
(#1255) Variable "Y" must be all lower-case
(#1255) Expected 1 space before "+"; 0 found
(#1255) Expected 1 space after "+"; 0 found
(#1255) Variable "Height" must be all lower-case
(#1255) Expected 1 space before "+"; 0 found
(#1255) Expected 1 space after "+"; 0 found
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space before "=>"; 0 found
(#1255) Expected 1 space after "=>"; 0 found
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space before "=>"; 0 found
(#1255) Expected 1 space after "=>"; 0 found
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space before "=>"; 0 found
(#1255) Expected 1 space after "=>"; 0 found
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space before "=>"; 0 found
(#1255) Expected 1 space after "=>"; 0 found
(#1255) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1256) Line indented incorrectly; expected 16 spaces, found 9
(#1257) Line indented incorrectly; expected at least 16 spaces, found 10
(#1258) Line indented incorrectly; expected at least 20 spaces, found 11
(#1258) Variable "TranparentID" must be all lower-case
(#1258) Variable "Raster" must be all lower-case
(#1259) Line indented incorrectly; expected 20 spaces, found 11
(#1259) Expected "for (...) {\n"; found "for (...)\n {\n"
(#1259) Expected 1 space after first semicolon of FOR loop; 0 found
(#1259) Expected 1 space after second semicolon of FOR loop; 0 found
(#1259) Variable "Xc" must be all lower-case
(#1259) Expected 1 space before "="; 0 found
(#1259) Expected 1 space after "="; 0 found
(#1259) Variable "Xc" must be all lower-case
(#1259) Expected 1 space before "<="; 0 found
(#1259) Expected 1 space after "<="; 0 found
(#1259) Variable "Width" must be all lower-case
(#1259) Expected 1 space before "-"; 0 found
(#1259) Expected 1 space after "-"; 0 found
(#1259) Variable "Xc" must be all lower-case
(#1260) Line indented incorrectly; expected at least 20 spaces, found 12
(#1261) Line indented incorrectly; expected 24 spaces, found 13
(#1261) Expected "for (...) {\n"; found "for (...)\n {\n"
(#1261) Expected 1 space after first semicolon of FOR loop; 0 found
(#1261) Expected 1 space after second semicolon of FOR loop; 0 found
(#1261) Variable "Yc" must be all lower-case
(#1261) Expected 1 space before "="; 0 found
(#1261) Expected 1 space after "="; 0 found
(#1261) Variable "Yc" must be all lower-case
(#1261) Expected 1 space before "<="; 0 found
(#1261) Expected 1 space after "<="; 0 found
(#1261) Variable "Height" must be all lower-case
(#1261) Expected 1 space before "-"; 0 found
(#1261) Expected 1 space after "-"; 0 found
(#1261) Variable "Yc" must be all lower-case
(#1262) Line indented incorrectly; expected at least 24 spaces, found 14
(#1263) Line indented incorrectly; expected at least 28 spaces, found 15
(#1263) Variable "RGBa" must be all lower-case
(#1263) Variable "Raster" must be all lower-case
(#1263) Commas (,) must be followed by white space.
(#1263) Variable "Xc" must be all lower-case
(#1263) Commas (,) must be followed by white space.
(#1263) Variable "Yc" must be all lower-case
(#1264) Line indented incorrectly; expected at least 28 spaces, found 15
(#1264) Variable "Values" must be all lower-case
(#1264) Variable "Raster" must be all lower-case
(#1264) Commas (,) must be followed by white space.
(#1264) Variable "RGBa" must be all lower-case
(#1265) Line indented incorrectly; expected 28 spaces, found 15
(#1265) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1265) Variable "Values" must be all lower-case
(#1266) Line indented incorrectly; expected at least 28 spaces, found 16
(#1267) Line indented incorrectly; expected at least 32 spaces, found 17
(#1267) Variable "AlphaFactor" must be all lower-case
(#1267) Expected 1 space before "-"; 0 found
(#1267) Expected 1 space after "-"; 0 found
(#1267) Variable "Values" must be all lower-case
(#1268) Line indented incorrectly; expected at least 32 spaces, found 17
(#1268) Variable "X" must be all lower-case
(#1268) Expected 1 space before "+"; 0 found
(#1268) Expected 1 space after "+"; 0 found
(#1268) Variable "Xc" must be all lower-case
(#1268) Expected 1 space before "+"; 0 found
(#1268) Expected 1 space after "+"; 0 found
(#1268) Commas (,) must be followed by white space.
(#1268) Variable "Y" must be all lower-case
(#1268) Expected 1 space before "+"; 0 found
(#1268) Expected 1 space after "+"; 0 found
(#1268) Variable "Yc" must be all lower-case
(#1268) Expected 1 space before "+"; 0 found
(#1268) Expected 1 space after "+"; 0 found
(#1268) Commas (,) must be followed by white space.
(#1268) Variable "AlphaFactor" must be all lower-case
(#1268) Commas (,) must be followed by white space.
(#1268) Commas (,) must be followed by white space.
(#1268) Commas (,) must be followed by white space.
(#1268) Line exceeds 132 characters; contains 142 characters
(#1269) Line indented incorrectly; expected 28 spaces, found 16
(#1269) Closing brace indented incorrectly; expected 15 spaces, found 16
(#1270) Line indented incorrectly; expected 24 spaces, found 14
(#1270) Closing brace indented incorrectly; expected 13 spaces, found 14
(#1271) Line indented incorrectly; expected 20 spaces, found 12
(#1271) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1272) Line indented incorrectly; expected 16 spaces, found 10
(#1272) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1273) Line indented incorrectly; expected 12 spaces, found 8
(#1273) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1274) Line indented incorrectly; expected at least 12 spaces, found 7
(#1274) Variable "RestoreShadow" must be all lower-case
(#1276) Line indented incorrectly; expected at least 12 spaces, found 7
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Raster" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "X" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Y" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Commas (,) must be followed by white space.
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Width" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Height" must be all lower-case
(#1277) Line indented incorrectly; expected at least 12 spaces, found 7
(#1277) Variable "Raster" must be all lower-case
(#1278) Line indented incorrectly; expected 8 spaces, found 6
(#1278) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1279) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1281) Line indented incorrectly; expected at least 4 spaces, found 3
(#1282) Line indented incorrectly; expected 4 spaces, found 3
(#1282) method name "pDraw::drawArrow" must be in lower-case letters only
(#1282) Visibility must be declared on method "drawArrow"
(#1282) Variable "X1" must be all lower-case
(#1282) Commas (,) must be followed by white space.
(#1282) Variable "Y1" must be all lower-case
(#1282) Commas (,) must be followed by white space.
(#1282) Variable "X2" must be all lower-case
(#1282) Commas (,) must be followed by white space.
(#1282) Variable "Y2" must be all lower-case
(#1282) Commas (,) must be followed by white space.
(#1282) Variable "Format" must be all lower-case
(#1283) Opening brace should be on the same line as the declaration
(#1284) Line indented incorrectly; expected at least 8 spaces, found 5
(#1284) Variable "FillR" must be all lower-case
(#1284) Spaces must be used for alignment; tabs are not allowed
(#1284) Tab found within whitespace
(#1284) Variable "Format" must be all lower-case
(#1284) Variable "Format" must be all lower-case
(#1285) Line indented incorrectly; expected at least 8 spaces, found 5
(#1285) Variable "FillG" must be all lower-case
(#1285) Spaces must be used for alignment; tabs are not allowed
(#1285) Tab found within whitespace
(#1285) Variable "Format" must be all lower-case
(#1285) Variable "Format" must be all lower-case
(#1286) Line indented incorrectly; expected at least 8 spaces, found 5
(#1286) Variable "FillB" must be all lower-case
(#1286) Spaces must be used for alignment; tabs are not allowed
(#1286) Tab found within whitespace
(#1286) Variable "Format" must be all lower-case
(#1286) Variable "Format" must be all lower-case
(#1287) Line indented incorrectly; expected at least 8 spaces, found 5
(#1287) Variable "BorderR" must be all lower-case
(#1287) Spaces must be used for alignment; tabs are not allowed
(#1287) Tab found within whitespace
(#1287) Variable "Format" must be all lower-case
(#1287) Variable "Format" must be all lower-case
(#1287) Variable "FillR" must be all lower-case
(#1288) Line indented incorrectly; expected at least 8 spaces, found 5
(#1288) Variable "BorderG" must be all lower-case
(#1288) Spaces must be used for alignment; tabs are not allowed
(#1288) Tab found within whitespace
(#1288) Variable "Format" must be all lower-case
(#1288) Variable "Format" must be all lower-case
(#1288) Variable "FillG" must be all lower-case
(#1289) Line indented incorrectly; expected at least 8 spaces, found 5
(#1289) Variable "BorderB" must be all lower-case
(#1289) Spaces must be used for alignment; tabs are not allowed
(#1289) Tab found within whitespace
(#1289) Variable "Format" must be all lower-case
(#1289) Variable "Format" must be all lower-case
(#1289) Variable "FillB" must be all lower-case
(#1290) Line indented incorrectly; expected at least 8 spaces, found 5
(#1290) Variable "Alpha" must be all lower-case
(#1290) Spaces must be used for alignment; tabs are not allowed
(#1290) Tab found within whitespace
(#1290) Variable "Format" must be all lower-case
(#1290) Variable "Format" must be all lower-case
(#1291) Line indented incorrectly; expected at least 8 spaces, found 5
(#1291) Variable "Size" must be all lower-case
(#1291) Spaces must be used for alignment; tabs are not allowed
(#1291) Tab found within whitespace
(#1291) Variable "Format" must be all lower-case
(#1291) Variable "Format" must be all lower-case
(#1292) Line indented incorrectly; expected at least 8 spaces, found 5
(#1292) Variable "Ratio" must be all lower-case
(#1292) Spaces must be used for alignment; tabs are not allowed
(#1292) Tab found within whitespace
(#1292) Variable "Format" must be all lower-case
(#1292) Variable "Format" must be all lower-case
(#1293) Line indented incorrectly; expected at least 8 spaces, found 5
(#1293) Variable "TwoHeads" must be all lower-case
(#1293) Spaces must be used for alignment; tabs are not allowed
(#1293) Tab found within whitespace
(#1293) Variable "Format" must be all lower-case
(#1293) Variable "Format" must be all lower-case
(#1293) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1294) Line indented incorrectly; expected at least 8 spaces, found 5
(#1294) Variable "Ticks" must be all lower-case
(#1294) Spaces must be used for alignment; tabs are not allowed
(#1294) Tab found within whitespace
(#1294) Variable "Format" must be all lower-case
(#1294) Variable "Format" must be all lower-case
(#1294) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1296) Line indented incorrectly; expected at least 8 spaces, found 5
(#1297) Line indented incorrectly; expected at least 8 spaces, found 5
(#1297) Variable "Angle" must be all lower-case
(#1297) Variable "X1" must be all lower-case
(#1297) Commas (,) must be followed by white space.
(#1297) Variable "Y1" must be all lower-case
(#1297) Commas (,) must be followed by white space.
(#1297) Variable "X2" must be all lower-case
(#1297) Commas (,) must be followed by white space.
(#1297) Variable "Y2" must be all lower-case
(#1299) Line indented incorrectly; expected at least 8 spaces, found 5
(#1300) Line indented incorrectly; expected at least 8 spaces, found 5
(#1300) Variable "RestoreShadow" must be all lower-case
(#1301) Line indented incorrectly; expected 8 spaces, found 5
(#1301) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1302) Line indented incorrectly; expected at least 8 spaces, found 6
(#1303) Line indented incorrectly; expected at least 12 spaces, found 7
(#1303) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1304) Line indented incorrectly; expected at least 12 spaces, found 7
(#1304) Variable "X1" must be all lower-case
(#1304) Expected 1 space before "+"; 0 found
(#1304) Expected 1 space after "+"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Variable "Y1" must be all lower-case
(#1304) Expected 1 space before "+"; 0 found
(#1304) Expected 1 space after "+"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Variable "X2" must be all lower-case
(#1304) Expected 1 space before "+"; 0 found
(#1304) Expected 1 space after "+"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Variable "Y2" must be all lower-case
(#1304) Expected 1 space before "+"; 0 found
(#1304) Expected 1 space after "+"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Variable "Size" must be all lower-case
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Variable "Ratio" must be all lower-case
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Variable "TwoHeads" must be all lower-case
(#1304) Commas (,) must be followed by white space.
(#1304) Expected 1 space before "=>"; 0 found
(#1304) Expected 1 space after "=>"; 0 found
(#1304) Variable "Ticks" must be all lower-case
(#1304) Line exceeds maximum limit of 180 characters; contains 272 characters
(#1305) Line indented incorrectly; expected 8 spaces, found 6
(#1305) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1307) Line indented incorrectly; expected at least 8 spaces, found 5
(#1308) Line indented incorrectly; expected at least 8 spaces, found 5
(#1308) Variable "TailX" must be all lower-case
(#1308) Variable "Angle" must be all lower-case
(#1308) Expected 1 space before "-"; 0 found
(#1308) Expected 1 space after "-"; 0 found
(#1308) Expected 1 space before "*"; 0 found
(#1308) Expected 1 space after "*"; 0 found
(#1308) Expected 1 space before "/"; 0 found
(#1308) Expected 1 space after "/"; 0 found
(#1308) Expected 1 space before "*"; 0 found
(#1308) Expected 1 space after "*"; 0 found
(#1308) Variable "Size" must be all lower-case
(#1308) Expected 1 space before "+"; 0 found
(#1308) Expected 1 space after "+"; 0 found
(#1308) Variable "X2" must be all lower-case
(#1309) Line indented incorrectly; expected at least 8 spaces, found 5
(#1309) Variable "TailY" must be all lower-case
(#1309) Variable "Angle" must be all lower-case
(#1309) Expected 1 space before "-"; 0 found
(#1309) Expected 1 space after "-"; 0 found
(#1309) Expected 1 space before "*"; 0 found
(#1309) Expected 1 space after "*"; 0 found
(#1309) Expected 1 space before "/"; 0 found
(#1309) Expected 1 space after "/"; 0 found
(#1309) Expected 1 space before "*"; 0 found
(#1309) Expected 1 space after "*"; 0 found
(#1309) Variable "Size" must be all lower-case
(#1309) Expected 1 space before "+"; 0 found
(#1309) Expected 1 space after "+"; 0 found
(#1309) Variable "Y2" must be all lower-case
(#1311) Line indented incorrectly; expected at least 8 spaces, found 5
(#1311) Variable "Points" must be all lower-case
(#1311) Spaces must be used for alignment; tabs are not allowed
(#1311) Tab found within whitespace
(#1312) Line indented incorrectly; expected at least 8 spaces, found 5
(#1312) Variable "Points" must be all lower-case
(#1312) Variable "X2" must be all lower-case
(#1312) Variable "Points" must be all lower-case
(#1312) Variable "Y2" must be all lower-case
(#1313) Line indented incorrectly; expected at least 8 spaces, found 5
(#1313) Variable "Points" must be all lower-case
(#1313) Spaces must be used for alignment; tabs are not allowed
(#1313) Tab found within whitespace
(#1313) Variable "Angle" must be all lower-case
(#1313) Expected 1 space before "-"; 0 found
(#1313) Expected 1 space after "-"; 0 found
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Expected 1 space before "/"; 0 found
(#1313) Expected 1 space after "/"; 0 found
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Variable "Size" must be all lower-case
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Variable "Ratio" must be all lower-case
(#1313) Expected 1 space before "+"; 0 found
(#1313) Expected 1 space after "+"; 0 found
(#1313) Variable "TailX" must be all lower-case
(#1313) Variable "Points" must be all lower-case
(#1313) Variable "Angle" must be all lower-case
(#1313) Expected 1 space before "-"; 0 found
(#1313) Expected 1 space after "-"; 0 found
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Expected 1 space before "/"; 0 found
(#1313) Expected 1 space after "/"; 0 found
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Variable "Size" must be all lower-case
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Variable "Ratio" must be all lower-case
(#1313) Expected 1 space before "+"; 0 found
(#1313) Expected 1 space after "+"; 0 found
(#1313) Variable "TailY" must be all lower-case
(#1314) Line indented incorrectly; expected at least 8 spaces, found 5
(#1314) Variable "Points" must be all lower-case
(#1314) Spaces must be used for alignment; tabs are not allowed
(#1314) Tab found within whitespace
(#1314) Variable "Angle" must be all lower-case
(#1314) Expected 1 space before "-"; 0 found
(#1314) Expected 1 space after "-"; 0 found
(#1314) Expected 1 space before "*"; 0 found
(#1314) Expected 1 space after "*"; 0 found
(#1314) Expected 1 space before "/"; 0 found
(#1314) Expected 1 space after "/"; 0 found
(#1314) Expected 1 space before "*"; 0 found
(#1314) Expected 1 space after "*"; 0 found
(#1314) Variable "Size" must be all lower-case
(#1314) Expected 1 space before "*"; 0 found
(#1314) Expected 1 space after "*"; 0 found
(#1314) Variable "Ratio" must be all lower-case
(#1314) Expected 1 space before "+"; 0 found
(#1314) Expected 1 space after "+"; 0 found
(#1314) Variable "TailX" must be all lower-case
(#1314) Variable "Points" must be all lower-case
(#1314) Variable "Angle" must be all lower-case
(#1314) Expected 1 space before "-"; 0 found
(#1314) Expected 1 space after "-"; 0 found
(#1314) Expected 1 space before "*"; 0 found
(#1314) Expected 1 space after "*"; 0 found
(#1314) Expected 1 space before "/"; 0 found
(#1314) Expected 1 space after "/"; 0 found
(#1314) Expected 1 space before "*"; 0 found
(#1314) Expected 1 space after "*"; 0 found
(#1314) Variable "Size" must be all lower-case
(#1314) Expected 1 space before "*"; 0 found
(#1314) Expected 1 space after "*"; 0 found
(#1314) Variable "Ratio" must be all lower-case
(#1314) Expected 1 space before "+"; 0 found
(#1314) Expected 1 space after "+"; 0 found
(#1314) Variable "TailY" must be all lower-case
(#1315) Line indented incorrectly; expected at least 8 spaces, found 5
(#1315) Variable "Points" must be all lower-case
(#1315) Variable "X2" must be all lower-case
(#1315) Variable "Points" must be all lower-case
(#1315) Variable "Y2" must be all lower-case
(#1317) Line indented incorrectly; expected at least 8 spaces, found 5
(#1318) Line indented incorrectly; expected 8 spaces, found 5
(#1318) Expected "if (...) {\n"; found "if (...) { "
(#1318) Variable "Angle" must be all lower-case
(#1318) Variable "Angle" must be all lower-case
(#1318) Variable "Points" must be all lower-case
(#1318) Variable "Points" must be all lower-case
(#1318) Closing brace must be on a line by itself
(#1319) Line indented incorrectly; expected 8 spaces, found 5
(#1319) Expected "if (...) {\n"; found "if (...) { "
(#1319) Variable "Angle" must be all lower-case
(#1319) Variable "Angle" must be all lower-case
(#1319) Variable "Points" must be all lower-case
(#1319) Variable "Points" must be all lower-case
(#1319) Closing brace must be on a line by itself
(#1321) Line indented incorrectly; expected at least 8 spaces, found 5
(#1321) Variable "ArrowColor" must be all lower-case
(#1321) Commas (,) must be followed by white space.
(#1321) Variable "FillR" must be all lower-case
(#1321) Commas (,) must be followed by white space.
(#1321) Variable "FillG" must be all lower-case
(#1321) Commas (,) must be followed by white space.
(#1321) Variable "FillB" must be all lower-case
(#1321) Commas (,) must be followed by white space.
(#1321) Variable "Alpha" must be all lower-case
(#1322) Line indented incorrectly; expected at least 8 spaces, found 5
(#1322) Calls to inbuilt PHP functions must be lowercase; expected "imagefilledpolygon" but found "ImageFilledPolygon"
(#1322) Commas (,) must be followed by white space.
(#1322) Variable "Points" must be all lower-case
(#1322) Commas (,) must be followed by white space.
(#1322) Commas (,) must be followed by white space.
(#1322) Variable "ArrowColor" must be all lower-case
(#1324) Line indented incorrectly; expected at least 8 spaces, found 5
(#1324) Variable "Points" must be all lower-case
(#1324) Commas (,) must be followed by white space.
(#1324) Variable "Points" must be all lower-case
(#1324) Commas (,) must be followed by white space.
(#1324) Variable "Points" must be all lower-case
(#1324) Commas (,) must be followed by white space.
(#1324) Variable "Points" must be all lower-case
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Variable "BorderR" must be all lower-case
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Variable "BorderG" must be all lower-case
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Variable "BorderB" must be all lower-case
(#1324) Commas (,) must be followed by white space.
(#1324) Expected 1 space before "=>"; 0 found
(#1324) Expected 1 space after "=>"; 0 found
(#1324) Variable "Alpha" must be all lower-case
(#1325) Line indented incorrectly; expected at least 8 spaces, found 5
(#1325) Variable "Points" must be all lower-case
(#1325) Commas (,) must be followed by white space.
(#1325) Variable "Points" must be all lower-case
(#1325) Commas (,) must be followed by white space.
(#1325) Variable "Points" must be all lower-case
(#1325) Commas (,) must be followed by white space.
(#1325) Variable "Points" must be all lower-case
(#1325) Commas (,) must be followed by white space.
(#1325) Expected 1 space before "=>"; 0 found
(#1325) Expected 1 space after "=>"; 0 found
(#1325) Variable "BorderR" must be all lower-case
(#1325) Commas (,) must be followed by white space.
(#1325) Expected 1 space before "=>"; 0 found
(#1325) Expected 1 space after "=>"; 0 found
(#1325) Variable "BorderG" must be all lower-case
(#1325) Commas (,) must be followed by white space.
(#1325) Expected 1 space before "=>"; 0 found
(#1325) Expected 1 space after "=>"; 0 found
(#1325) Variable "BorderB" must be all lower-case
(#1325) Commas (,) must be followed by white space.
(#1325) Expected 1 space before "=>"; 0 found
(#1325) Expected 1 space after "=>"; 0 found
(#1325) Variable "Alpha" must be all lower-case
(#1326) Line indented incorrectly; expected at least 8 spaces, found 5
(#1326) Variable "Points" must be all lower-case
(#1326) Commas (,) must be followed by white space.
(#1326) Variable "Points" must be all lower-case
(#1326) Commas (,) must be followed by white space.
(#1326) Variable "Points" must be all lower-case
(#1326) Commas (,) must be followed by white space.
(#1326) Variable "Points" must be all lower-case
(#1326) Commas (,) must be followed by white space.
(#1326) Expected 1 space before "=>"; 0 found
(#1326) Expected 1 space after "=>"; 0 found
(#1326) Variable "BorderR" must be all lower-case
(#1326) Commas (,) must be followed by white space.
(#1326) Expected 1 space before "=>"; 0 found
(#1326) Expected 1 space after "=>"; 0 found
(#1326) Variable "BorderG" must be all lower-case
(#1326) Commas (,) must be followed by white space.
(#1326) Expected 1 space before "=>"; 0 found
(#1326) Expected 1 space after "=>"; 0 found
(#1326) Variable "BorderB" must be all lower-case
(#1326) Commas (,) must be followed by white space.
(#1326) Expected 1 space before "=>"; 0 found
(#1326) Expected 1 space after "=>"; 0 found
(#1326) Variable "Alpha" must be all lower-case
(#1328) Line indented incorrectly; expected at least 8 spaces, found 5
(#1329) Line indented incorrectly; expected 8 spaces, found 5
(#1329) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1329) Variable "TwoHeads" must be all lower-case
(#1330) Line indented incorrectly; expected at least 8 spaces, found 6
(#1331) Line indented incorrectly; expected at least 12 spaces, found 7
(#1331) Variable "Angle" must be all lower-case
(#1331) Variable "X2" must be all lower-case
(#1331) Commas (,) must be followed by white space.
(#1331) Variable "Y2" must be all lower-case
(#1331) Commas (,) must be followed by white space.
(#1331) Variable "X1" must be all lower-case
(#1331) Commas (,) must be followed by white space.
(#1331) Variable "Y1" must be all lower-case
(#1333) Line indented incorrectly; expected at least 12 spaces, found 7
(#1333) Variable "TailX2" must be all lower-case
(#1333) Variable "Angle" must be all lower-case
(#1333) Expected 1 space before "-"; 0 found
(#1333) Expected 1 space after "-"; 0 found
(#1333) Expected 1 space before "*"; 0 found
(#1333) Expected 1 space after "*"; 0 found
(#1333) Expected 1 space before "/"; 0 found
(#1333) Expected 1 space after "/"; 0 found
(#1333) Expected 1 space before "*"; 0 found
(#1333) Expected 1 space after "*"; 0 found
(#1333) Variable "Size" must be all lower-case
(#1333) Expected 1 space before "+"; 0 found
(#1333) Expected 1 space after "+"; 0 found
(#1333) Variable "X1" must be all lower-case
(#1334) Line indented incorrectly; expected at least 12 spaces, found 7
(#1334) Variable "TailY2" must be all lower-case
(#1334) Variable "Angle" must be all lower-case
(#1334) Expected 1 space before "-"; 0 found
(#1334) Expected 1 space after "-"; 0 found
(#1334) Expected 1 space before "*"; 0 found
(#1334) Expected 1 space after "*"; 0 found
(#1334) Expected 1 space before "/"; 0 found
(#1334) Expected 1 space after "/"; 0 found
(#1334) Expected 1 space before "*"; 0 found
(#1334) Expected 1 space after "*"; 0 found
(#1334) Variable "Size" must be all lower-case
(#1334) Expected 1 space before "+"; 0 found
(#1334) Expected 1 space after "+"; 0 found
(#1334) Variable "Y1" must be all lower-case
(#1336) Line indented incorrectly; expected at least 12 spaces, found 7
(#1336) Variable "Points" must be all lower-case
(#1337) Line indented incorrectly; expected at least 12 spaces, found 7
(#1337) Variable "Points" must be all lower-case
(#1337) Variable "X1" must be all lower-case
(#1337) Variable "Points" must be all lower-case
(#1337) Variable "Y1" must be all lower-case
(#1338) Line indented incorrectly; expected at least 12 spaces, found 7
(#1338) Variable "Points" must be all lower-case
(#1338) Variable "Angle" must be all lower-case
(#1338) Expected 1 space before "-"; 0 found
(#1338) Expected 1 space after "-"; 0 found
(#1338) Expected 1 space before "*"; 0 found
(#1338) Expected 1 space after "*"; 0 found
(#1338) Expected 1 space before "/"; 0 found
(#1338) Expected 1 space after "/"; 0 found
(#1338) Expected 1 space before "*"; 0 found
(#1338) Expected 1 space after "*"; 0 found
(#1338) Variable "Size" must be all lower-case
(#1338) Expected 1 space before "*"; 0 found
(#1338) Expected 1 space after "*"; 0 found
(#1338) Variable "Ratio" must be all lower-case
(#1338) Expected 1 space before "+"; 0 found
(#1338) Expected 1 space after "+"; 0 found
(#1338) Variable "TailX2" must be all lower-case
(#1338) Variable "Points" must be all lower-case
(#1338) Variable "Angle" must be all lower-case
(#1338) Expected 1 space before "-"; 0 found
(#1338) Expected 1 space after "-"; 0 found
(#1338) Expected 1 space before "*"; 0 found
(#1338) Expected 1 space after "*"; 0 found
(#1338) Expected 1 space before "/"; 0 found
(#1338) Expected 1 space after "/"; 0 found
(#1338) Expected 1 space before "*"; 0 found
(#1338) Expected 1 space after "*"; 0 found
(#1338) Variable "Size" must be all lower-case
(#1338) Expected 1 space before "*"; 0 found
(#1338) Expected 1 space after "*"; 0 found
(#1338) Variable "Ratio" must be all lower-case
(#1338) Expected 1 space before "+"; 0 found
(#1338) Expected 1 space after "+"; 0 found
(#1338) Variable "TailY2" must be all lower-case
(#1339) Line indented incorrectly; expected at least 12 spaces, found 7
(#1339) Variable "Points" must be all lower-case
(#1339) Variable "Angle" must be all lower-case
(#1339) Expected 1 space before "-"; 0 found
(#1339) Expected 1 space after "-"; 0 found
(#1339) Expected 1 space before "*"; 0 found
(#1339) Expected 1 space after "*"; 0 found
(#1339) Expected 1 space before "/"; 0 found
(#1339) Expected 1 space after "/"; 0 found
(#1339) Expected 1 space before "*"; 0 found
(#1339) Expected 1 space after "*"; 0 found
(#1339) Variable "Size" must be all lower-case
(#1339) Expected 1 space before "*"; 0 found
(#1339) Expected 1 space after "*"; 0 found
(#1339) Variable "Ratio" must be all lower-case
(#1339) Expected 1 space before "+"; 0 found
(#1339) Expected 1 space after "+"; 0 found
(#1339) Variable "TailX2" must be all lower-case
(#1339) Variable "Points" must be all lower-case
(#1339) Variable "Angle" must be all lower-case
(#1339) Expected 1 space before "-"; 0 found
(#1339) Expected 1 space after "-"; 0 found
(#1339) Expected 1 space before "*"; 0 found
(#1339) Expected 1 space after "*"; 0 found
(#1339) Expected 1 space before "/"; 0 found
(#1339) Expected 1 space after "/"; 0 found
(#1339) Expected 1 space before "*"; 0 found
(#1339) Expected 1 space after "*"; 0 found
(#1339) Variable "Size" must be all lower-case
(#1339) Expected 1 space before "*"; 0 found
(#1339) Expected 1 space after "*"; 0 found
(#1339) Variable "Ratio" must be all lower-case
(#1339) Expected 1 space before "+"; 0 found
(#1339) Expected 1 space after "+"; 0 found
(#1339) Variable "TailY2" must be all lower-case
(#1340) Line indented incorrectly; expected at least 12 spaces, found 7
(#1340) Variable "Points" must be all lower-case
(#1340) Variable "X1" must be all lower-case
(#1340) Variable "Points" must be all lower-case
(#1340) Variable "Y1" must be all lower-case
(#1342) Line indented incorrectly; expected at least 12 spaces, found 7
(#1343) Line indented incorrectly; expected 12 spaces, found 7
(#1343) Expected "if (...) {\n"; found "if (...) { "
(#1343) Variable "Angle" must be all lower-case
(#1343) Variable "Angle" must be all lower-case
(#1343) Variable "Points" must be all lower-case
(#1343) Variable "Points" must be all lower-case
(#1343) Closing brace must be on a line by itself
(#1344) Line indented incorrectly; expected 12 spaces, found 7
(#1344) Expected "if (...) {\n"; found "if (...) { "
(#1344) Variable "Angle" must be all lower-case
(#1344) Variable "Angle" must be all lower-case
(#1344) Variable "Points" must be all lower-case
(#1344) Variable "Points" must be all lower-case
(#1344) Closing brace must be on a line by itself
(#1346) Line indented incorrectly; expected at least 12 spaces, found 7
(#1346) Variable "ArrowColor" must be all lower-case
(#1346) Commas (,) must be followed by white space.
(#1346) Variable "FillR" must be all lower-case
(#1346) Commas (,) must be followed by white space.
(#1346) Variable "FillG" must be all lower-case
(#1346) Commas (,) must be followed by white space.
(#1346) Variable "FillB" must be all lower-case
(#1346) Commas (,) must be followed by white space.
(#1346) Variable "Alpha" must be all lower-case
(#1347) Line indented incorrectly; expected at least 12 spaces, found 7
(#1347) Calls to inbuilt PHP functions must be lowercase; expected "imagefilledpolygon" but found "ImageFilledPolygon"
(#1347) Commas (,) must be followed by white space.
(#1347) Variable "Points" must be all lower-case
(#1347) Commas (,) must be followed by white space.
(#1347) Commas (,) must be followed by white space.
(#1347) Variable "ArrowColor" must be all lower-case
(#1349) Line indented incorrectly; expected at least 12 spaces, found 7
(#1349) Variable "Points" must be all lower-case
(#1349) Commas (,) must be followed by white space.
(#1349) Variable "Points" must be all lower-case
(#1349) Commas (,) must be followed by white space.
(#1349) Variable "Points" must be all lower-case
(#1349) Commas (,) must be followed by white space.
(#1349) Variable "Points" must be all lower-case
(#1349) Commas (,) must be followed by white space.
(#1349) Expected 1 space before "=>"; 0 found
(#1349) Expected 1 space after "=>"; 0 found
(#1349) Variable "BorderR" must be all lower-case
(#1349) Commas (,) must be followed by white space.
(#1349) Expected 1 space before "=>"; 0 found
(#1349) Expected 1 space after "=>"; 0 found
(#1349) Variable "BorderG" must be all lower-case
(#1349) Commas (,) must be followed by white space.
(#1349) Expected 1 space before "=>"; 0 found
(#1349) Expected 1 space after "=>"; 0 found
(#1349) Variable "BorderB" must be all lower-case
(#1349) Commas (,) must be followed by white space.
(#1349) Expected 1 space before "=>"; 0 found
(#1349) Expected 1 space after "=>"; 0 found
(#1349) Variable "Alpha" must be all lower-case
(#1349) Line exceeds 132 characters; contains 133 characters
(#1350) Line indented incorrectly; expected at least 12 spaces, found 7
(#1350) Variable "Points" must be all lower-case
(#1350) Commas (,) must be followed by white space.
(#1350) Variable "Points" must be all lower-case
(#1350) Commas (,) must be followed by white space.
(#1350) Variable "Points" must be all lower-case
(#1350) Commas (,) must be followed by white space.
(#1350) Variable "Points" must be all lower-case
(#1350) Commas (,) must be followed by white space.
(#1350) Expected 1 space before "=>"; 0 found
(#1350) Expected 1 space after "=>"; 0 found
(#1350) Variable "BorderR" must be all lower-case
(#1350) Commas (,) must be followed by white space.
(#1350) Expected 1 space before "=>"; 0 found
(#1350) Expected 1 space after "=>"; 0 found
(#1350) Variable "BorderG" must be all lower-case
(#1350) Commas (,) must be followed by white space.
(#1350) Expected 1 space before "=>"; 0 found
(#1350) Expected 1 space after "=>"; 0 found
(#1350) Variable "BorderB" must be all lower-case
(#1350) Commas (,) must be followed by white space.
(#1350) Expected 1 space before "=>"; 0 found
(#1350) Expected 1 space after "=>"; 0 found
(#1350) Variable "Alpha" must be all lower-case
(#1350) Line exceeds 132 characters; contains 133 characters
(#1351) Line indented incorrectly; expected at least 12 spaces, found 7
(#1351) Variable "Points" must be all lower-case
(#1351) Commas (,) must be followed by white space.
(#1351) Variable "Points" must be all lower-case
(#1351) Commas (,) must be followed by white space.
(#1351) Variable "Points" must be all lower-case
(#1351) Commas (,) must be followed by white space.
(#1351) Variable "Points" must be all lower-case
(#1351) Commas (,) must be followed by white space.
(#1351) Expected 1 space before "=>"; 0 found
(#1351) Expected 1 space after "=>"; 0 found
(#1351) Variable "BorderR" must be all lower-case
(#1351) Commas (,) must be followed by white space.
(#1351) Expected 1 space before "=>"; 0 found
(#1351) Expected 1 space after "=>"; 0 found
(#1351) Variable "BorderG" must be all lower-case
(#1351) Commas (,) must be followed by white space.
(#1351) Expected 1 space before "=>"; 0 found
(#1351) Expected 1 space after "=>"; 0 found
(#1351) Variable "BorderB" must be all lower-case
(#1351) Commas (,) must be followed by white space.
(#1351) Expected 1 space before "=>"; 0 found
(#1351) Expected 1 space after "=>"; 0 found
(#1351) Variable "Alpha" must be all lower-case
(#1351) Line exceeds 132 characters; contains 133 characters
(#1353) Line indented incorrectly; expected at least 12 spaces, found 7
(#1353) Variable "TailX" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Variable "TailY" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Variable "TailX2" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Variable "TailY2" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Expected 1 space before "=>"; 0 found
(#1353) Expected 1 space after "=>"; 0 found
(#1353) Variable "BorderR" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Expected 1 space before "=>"; 0 found
(#1353) Expected 1 space after "=>"; 0 found
(#1353) Variable "BorderG" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Expected 1 space before "=>"; 0 found
(#1353) Expected 1 space after "=>"; 0 found
(#1353) Variable "BorderB" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Expected 1 space before "=>"; 0 found
(#1353) Expected 1 space after "=>"; 0 found
(#1353) Variable "Alpha" must be all lower-case
(#1353) Commas (,) must be followed by white space.
(#1353) Expected 1 space before "=>"; 0 found
(#1353) Expected 1 space after "=>"; 0 found
(#1353) Variable "Ticks" must be all lower-case
(#1353) Line exceeds 132 characters; contains 135 characters
(#1354) Line indented incorrectly; expected 8 spaces, found 6
(#1354) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1355) Line indented incorrectly; expected at least 8 spaces, found 5
(#1355) Inline control structures are not allowed
(#1356) Line indented incorrectly; expected at least 8 spaces, found 6
(#1356) Variable "X1" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Variable "Y1" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Variable "TailX" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Variable "TailY" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Expected 1 space before "=>"; 0 found
(#1356) Expected 1 space after "=>"; 0 found
(#1356) Variable "BorderR" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Expected 1 space before "=>"; 0 found
(#1356) Expected 1 space after "=>"; 0 found
(#1356) Variable "BorderG" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Expected 1 space before "=>"; 0 found
(#1356) Expected 1 space after "=>"; 0 found
(#1356) Variable "BorderB" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Expected 1 space before "=>"; 0 found
(#1356) Expected 1 space after "=>"; 0 found
(#1356) Variable "Alpha" must be all lower-case
(#1356) Commas (,) must be followed by white space.
(#1356) Expected 1 space before "=>"; 0 found
(#1356) Expected 1 space after "=>"; 0 found
(#1356) Variable "Ticks" must be all lower-case
(#1358) Line indented incorrectly; expected at least 8 spaces, found 5
(#1359) Line indented incorrectly; expected at least 8 spaces, found 5
(#1359) Variable "RestoreShadow" must be all lower-case
(#1360) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1362) Line indented incorrectly; expected at least 4 spaces, found 3
(#1363) Line indented incorrectly; expected 4 spaces, found 3
(#1363) method name "pDraw::drawArrowLabel" must be in lower-case letters only
(#1363) Visibility must be declared on method "drawArrowLabel"
(#1363) Variable "X1" must be all lower-case
(#1363) Commas (,) must be followed by white space.
(#1363) Variable "Y1" must be all lower-case
(#1363) Commas (,) must be followed by white space.
(#1363) Variable "Text" must be all lower-case
(#1363) Commas (,) must be followed by white space.
(#1363) Variable "Format" must be all lower-case
(#1364) Opening brace should be on the same line as the declaration
(#1365) Line indented incorrectly; expected at least 8 spaces, found 5
(#1365) Variable "FillR" must be all lower-case
(#1365) Variable "Format" must be all lower-case
(#1365) Variable "Format" must be all lower-case
(#1366) Line indented incorrectly; expected at least 8 spaces, found 5
(#1366) Variable "FillG" must be all lower-case
(#1366) Variable "Format" must be all lower-case
(#1366) Variable "Format" must be all lower-case
(#1367) Line indented incorrectly; expected at least 8 spaces, found 5
(#1367) Variable "FillB" must be all lower-case
(#1367) Variable "Format" must be all lower-case
(#1367) Variable "Format" must be all lower-case
(#1368) Line indented incorrectly; expected at least 8 spaces, found 5
(#1368) Variable "BorderR" must be all lower-case
(#1368) Variable "Format" must be all lower-case
(#1368) Variable "Format" must be all lower-case
(#1368) Variable "FillR" must be all lower-case
(#1369) Line indented incorrectly; expected at least 8 spaces, found 5
(#1369) Variable "BorderG" must be all lower-case
(#1369) Variable "Format" must be all lower-case
(#1369) Variable "Format" must be all lower-case
(#1369) Variable "FillG" must be all lower-case
(#1370) Line indented incorrectly; expected at least 8 spaces, found 5
(#1370) Variable "BorderB" must be all lower-case
(#1370) Variable "Format" must be all lower-case
(#1370) Variable "Format" must be all lower-case
(#1370) Variable "FillB" must be all lower-case
(#1371) Line indented incorrectly; expected at least 8 spaces, found 5
(#1371) Variable "FontName" must be all lower-case
(#1371) Variable "Format" must be all lower-case
(#1371) Variable "Format" must be all lower-case
(#1372) Line indented incorrectly; expected at least 8 spaces, found 5
(#1372) Variable "FontSize" must be all lower-case
(#1372) Variable "Format" must be all lower-case
(#1372) Variable "Format" must be all lower-case
(#1373) Line indented incorrectly; expected at least 8 spaces, found 5
(#1373) Variable "Alpha" must be all lower-case
(#1373) Variable "Format" must be all lower-case
(#1373) Variable "Format" must be all lower-case
(#1374) Line indented incorrectly; expected at least 8 spaces, found 5
(#1374) Variable "Length" must be all lower-case
(#1374) Variable "Format" must be all lower-case
(#1374) Variable "Format" must be all lower-case
(#1375) Line indented incorrectly; expected at least 8 spaces, found 5
(#1375) Variable "Angle" must be all lower-case
(#1375) Variable "Format" must be all lower-case
(#1375) Variable "Format" must be all lower-case
(#1376) Line indented incorrectly; expected at least 8 spaces, found 5
(#1376) Variable "Size" must be all lower-case
(#1376) Variable "Format" must be all lower-case
(#1376) Variable "Format" must be all lower-case
(#1377) Line indented incorrectly; expected at least 8 spaces, found 5
(#1377) Variable "Position" must be all lower-case
(#1377) Variable "Format" must be all lower-case
(#1377) Variable "Format" must be all lower-case
(#1378) Line indented incorrectly; expected at least 8 spaces, found 5
(#1378) Variable "RoundPos" must be all lower-case
(#1378) Variable "Format" must be all lower-case
(#1378) Variable "Format" must be all lower-case
(#1378) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1379) Line indented incorrectly; expected at least 8 spaces, found 5
(#1379) Variable "Ticks" must be all lower-case
(#1379) Variable "Format" must be all lower-case
(#1379) Variable "Format" must be all lower-case
(#1379) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1381) Line indented incorrectly; expected at least 8 spaces, found 5
(#1381) Variable "Angle" must be all lower-case
(#1381) Variable "Angle" must be all lower-case
(#1383) Line indented incorrectly; expected at least 8 spaces, found 5
(#1383) Variable "X2" must be all lower-case
(#1383) Variable "Angle" must be all lower-case
(#1383) Expected 1 space before "+"; 0 found
(#1383) Expected 1 space after "+"; 0 found
(#1383) Expected 1 space before "*"; 0 found
(#1383) Expected 1 space after "*"; 0 found
(#1383) Expected 1 space before "/"; 0 found
(#1383) Expected 1 space after "/"; 0 found
(#1383) Expected 1 space before "*"; 0 found
(#1383) Expected 1 space after "*"; 0 found
(#1383) Variable "Length" must be all lower-case
(#1383) Expected 1 space before "+"; 0 found
(#1383) Expected 1 space after "+"; 0 found
(#1383) Variable "X1" must be all lower-case
(#1384) Line indented incorrectly; expected at least 8 spaces, found 5
(#1384) Variable "Y2" must be all lower-case
(#1384) Variable "Angle" must be all lower-case
(#1384) Expected 1 space before "+"; 0 found
(#1384) Expected 1 space after "+"; 0 found
(#1384) Expected 1 space before "*"; 0 found
(#1384) Expected 1 space after "*"; 0 found
(#1384) Expected 1 space before "/"; 0 found
(#1384) Expected 1 space after "/"; 0 found
(#1384) Expected 1 space before "*"; 0 found
(#1384) Expected 1 space after "*"; 0 found
(#1384) Variable "Length" must be all lower-case
(#1384) Expected 1 space before "+"; 0 found
(#1384) Expected 1 space after "+"; 0 found
(#1384) Variable "Y1" must be all lower-case
(#1386) Line indented incorrectly; expected 8 spaces, found 5
(#1386) Expected "if (...) {\n"; found "if (...) { "
(#1386) Variable "RoundPos" must be all lower-case
(#1386) Variable "Angle" must be all lower-case
(#1386) Variable "Angle" must be all lower-case
(#1386) Variable "Y2" must be all lower-case
(#1386) Variable "Y2" must be all lower-case
(#1386) Closing brace must be on a line by itself
(#1387) Line indented incorrectly; expected 8 spaces, found 5
(#1387) Expected "if (...) {\n"; found "if (...) { "
(#1387) Variable "RoundPos" must be all lower-case
(#1387) Variable "Angle" must be all lower-case
(#1387) Variable "Y2" must be all lower-case
(#1387) Variable "Y2" must be all lower-case
(#1387) Closing brace must be on a line by itself
(#1389) Line indented incorrectly; expected at least 8 spaces, found 5
(#1389) Variable "X2" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "Y2" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "X1" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "Y1" must be all lower-case
(#1389) Commas (,) must be followed by white space.
(#1389) Variable "Format" must be all lower-case
(#1391) Line indented incorrectly; expected at least 8 spaces, found 5
(#1391) Variable "Size" must be all lower-case
(#1391) Spaces must be used for alignment; tabs are not allowed
(#1391) Tab found within whitespace
(#1391) Variable "FontSize" must be all lower-case
(#1391) Commas (,) must be followed by white space.
(#1391) Commas (,) must be followed by white space.
(#1391) Variable "FontName" must be all lower-case
(#1391) Commas (,) must be followed by white space.
(#1391) Variable "Text" must be all lower-case
(#1392) Line indented incorrectly; expected at least 8 spaces, found 5
(#1392) Variable "TxtWidth" must be all lower-case
(#1392) Spaces must be used for alignment; tabs are not allowed
(#1392) Tab found within whitespace
(#1392) Variable "Size" must be all lower-case
(#1392) Expected 1 space before "-"; 0 found
(#1392) Expected 1 space after "-"; 0 found
(#1392) Variable "Size" must be all lower-case
(#1392) Commas (,) must be followed by white space.
(#1392) Variable "Size" must be all lower-case
(#1392) Expected 1 space before "-"; 0 found
(#1392) Expected 1 space after "-"; 0 found
(#1392) Variable "Size" must be all lower-case
(#1393) Line indented incorrectly; expected at least 8 spaces, found 5
(#1393) Variable "TxtHeight" must be all lower-case
(#1393) Spaces must be used for alignment; tabs are not allowed
(#1393) Tab found within whitespace
(#1393) Variable "Size" must be all lower-case
(#1393) Expected 1 space before "-"; 0 found
(#1393) Expected 1 space after "-"; 0 found
(#1393) Variable "Size" must be all lower-case
(#1393) Commas (,) must be followed by white space.
(#1393) Variable "Size" must be all lower-case
(#1393) Expected 1 space before "-"; 0 found
(#1393) Expected 1 space after "-"; 0 found
(#1393) Variable "Size" must be all lower-case
(#1395) Line indented incorrectly; expected 8 spaces, found 5
(#1395) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1395) Variable "Angle" must be all lower-case
(#1395) Variable "Angle" must be all lower-case
(#1396) Line indented incorrectly; expected at least 8 spaces, found 6
(#1397) Line indented incorrectly; expected at least 12 spaces, found 7
(#1397) Variable "X2" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "Y2" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "X2" must be all lower-case
(#1397) Expected 1 space before "-"; 0 found
(#1397) Expected 1 space after "-"; 0 found
(#1397) Variable "TxtWidth" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Variable "Y2" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "=>"; 0 found
(#1397) Expected 1 space after "=>"; 0 found
(#1397) Variable "BorderR" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "=>"; 0 found
(#1397) Expected 1 space after "=>"; 0 found
(#1397) Variable "BorderG" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "=>"; 0 found
(#1397) Expected 1 space after "=>"; 0 found
(#1397) Variable "BorderB" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "=>"; 0 found
(#1397) Expected 1 space after "=>"; 0 found
(#1397) Variable "Alpha" must be all lower-case
(#1397) Commas (,) must be followed by white space.
(#1397) Expected 1 space before "=>"; 0 found
(#1397) Expected 1 space after "=>"; 0 found
(#1397) Variable "Ticks" must be all lower-case
(#1398) Line indented incorrectly; expected at least 12 spaces, found 7
(#1398) Inline control structures are not allowed
(#1398) Variable "Position" must be all lower-case
(#1399) Line indented incorrectly; expected at least 12 spaces, found 8
(#1399) Variable "X2" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Variable "Y2" must be all lower-case
(#1399) Expected 1 space before "-"; 0 found
(#1399) Expected 1 space after "-"; 0 found
(#1399) Commas (,) must be followed by white space.
(#1399) Variable "Text" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Expected 1 space before "=>"; 0 found
(#1399) Expected 1 space after "=>"; 0 found
(#1399) Variable "BorderR" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Expected 1 space before "=>"; 0 found
(#1399) Expected 1 space after "=>"; 0 found
(#1399) Variable "BorderG" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Expected 1 space before "=>"; 0 found
(#1399) Expected 1 space after "=>"; 0 found
(#1399) Variable "BorderB" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Expected 1 space before "=>"; 0 found
(#1399) Expected 1 space after "=>"; 0 found
(#1399) Variable "Alpha" must be all lower-case
(#1399) Commas (,) must be followed by white space.
(#1399) Expected 1 space before "=>"; 0 found
(#1399) Expected 1 space after "=>"; 0 found
(#1399) Line exceeds 132 characters; contains 138 characters
(#1400) Line indented incorrectly; expected at least 12 spaces, found 7
(#1400) Inline control structures are not allowed
(#1401) Line indented incorrectly; expected at least 12 spaces, found 8
(#1401) Variable "X2" must be all lower-case
(#1401) Commas (,) must be followed by white space.
(#1401) Variable "Y2" must be all lower-case
(#1401) Expected 1 space before "+"; 0 found
(#1401) Expected 1 space after "+"; 0 found
(#1401) Commas (,) must be followed by white space.
(#1401) Variable "Text" must be all lower-case
(#1401) Commas (,) must be followed by white space.
(#1401) Expected 1 space before "=>"; 0 found
(#1401) Expected 1 space after "=>"; 0 found
(#1401) Variable "BorderR" must be all lower-case
(#1401) Commas (,) must be followed by white space.
(#1401) Expected 1 space before "=>"; 0 found
(#1401) Expected 1 space after "=>"; 0 found
(#1401) Variable "BorderG" must be all lower-case
(#1401) Commas (,) must be followed by white space.
(#1401) Expected 1 space before "=>"; 0 found
(#1401) Expected 1 space after "=>"; 0 found
(#1401) Variable "BorderB" must be all lower-case
(#1401) Commas (,) must be followed by white space.
(#1401) Expected 1 space before "=>"; 0 found
(#1401) Expected 1 space after "=>"; 0 found
(#1401) Variable "Alpha" must be all lower-case
(#1401) Commas (,) must be followed by white space.
(#1401) Expected 1 space before "=>"; 0 found
(#1401) Expected 1 space after "=>"; 0 found
(#1401) Line exceeds 132 characters; contains 135 characters
(#1402) Line indented incorrectly; expected 8 spaces, found 6
(#1402) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1403) Line indented incorrectly; expected 8 spaces, found 5
(#1403) Expected "} else {\n"; found "}\n else\n {\n"
(#1404) Line indented incorrectly; expected at least 8 spaces, found 6
(#1405) Line indented incorrectly; expected at least 12 spaces, found 7
(#1405) Variable "X2" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Variable "Y2" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Variable "X2" must be all lower-case
(#1405) Expected 1 space before "+"; 0 found
(#1405) Expected 1 space after "+"; 0 found
(#1405) Variable "TxtWidth" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Variable "Y2" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Expected 1 space before "=>"; 0 found
(#1405) Expected 1 space after "=>"; 0 found
(#1405) Variable "BorderR" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Expected 1 space before "=>"; 0 found
(#1405) Expected 1 space after "=>"; 0 found
(#1405) Variable "BorderG" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Expected 1 space before "=>"; 0 found
(#1405) Expected 1 space after "=>"; 0 found
(#1405) Variable "BorderB" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Expected 1 space before "=>"; 0 found
(#1405) Expected 1 space after "=>"; 0 found
(#1405) Variable "Alpha" must be all lower-case
(#1405) Commas (,) must be followed by white space.
(#1405) Expected 1 space before "=>"; 0 found
(#1405) Expected 1 space after "=>"; 0 found
(#1405) Variable "Ticks" must be all lower-case
(#1406) Line indented incorrectly; expected at least 12 spaces, found 7
(#1406) Inline control structures are not allowed
(#1406) Variable "Position" must be all lower-case
(#1407) Line indented incorrectly; expected at least 12 spaces, found 8
(#1407) Variable "X2" must be all lower-case
(#1407) Commas (,) must be followed by white space.
(#1407) Variable "Y2" must be all lower-case
(#1407) Expected 1 space before "-"; 0 found
(#1407) Expected 1 space after "-"; 0 found
(#1407) Commas (,) must be followed by white space.
(#1407) Variable "Text" must be all lower-case
(#1407) Commas (,) must be followed by white space.
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Variable "BorderR" must be all lower-case
(#1407) Commas (,) must be followed by white space.
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Variable "BorderG" must be all lower-case
(#1407) Commas (,) must be followed by white space.
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Variable "BorderB" must be all lower-case
(#1407) Commas (,) must be followed by white space.
(#1407) Expected 1 space before "=>"; 0 found
(#1407) Expected 1 space after "=>"; 0 found
(#1407) Variable "Alpha" must be all lower-case
(#1408) Line indented incorrectly; expected at least 12 spaces, found 7
(#1408) Inline control structures are not allowed
(#1409) Line indented incorrectly; expected at least 12 spaces, found 8
(#1409) Variable "X2" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Variable "Y2" must be all lower-case
(#1409) Expected 1 space before "+"; 0 found
(#1409) Expected 1 space after "+"; 0 found
(#1409) Commas (,) must be followed by white space.
(#1409) Variable "Text" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Variable "BorderR" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Variable "BorderG" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Variable "BorderB" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Variable "Alpha" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Expected 1 space before "=>"; 0 found
(#1409) Expected 1 space after "=>"; 0 found
(#1409) Line exceeds 132 characters; contains 134 characters
(#1410) Line indented incorrectly; expected 8 spaces, found 6
(#1410) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1411) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1413) Line indented incorrectly; expected at least 4 spaces, found 3
(#1414) Line indented incorrectly; expected 4 spaces, found 3
(#1414) method name "pDraw::drawProgress" must be in lower-case letters only
(#1414) Visibility must be declared on method "drawProgress"
(#1414) Variable "X" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Variable "Y" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Variable "Percent" must be all lower-case
(#1414) Commas (,) must be followed by white space.
(#1414) Variable "Format" must be all lower-case
(#1415) Opening brace should be on the same line as the declaration
(#1416) Line indented incorrectly; expected 8 spaces, found 5
(#1416) Expected "if (...) {\n"; found "if (...) { "
(#1416) Variable "Percent" must be all lower-case
(#1416) Variable "Percent" must be all lower-case
(#1416) Closing brace must be on a line by itself
(#1417) Line indented incorrectly; expected 8 spaces, found 5
(#1417) Expected "if (...) {\n"; found "if (...) { "
(#1417) Variable "Percent" must be all lower-case
(#1417) Variable "Percent" must be all lower-case
(#1417) Closing brace must be on a line by itself
(#1419) Line indented incorrectly; expected at least 8 spaces, found 5
(#1419) Variable "Width" must be all lower-case
(#1419) Spaces must be used for alignment; tabs are not allowed
(#1419) Tab found within whitespace
(#1419) Variable "Format" must be all lower-case
(#1419) Variable "Format" must be all lower-case
(#1420) Line indented incorrectly; expected at least 8 spaces, found 5
(#1420) Variable "Height" must be all lower-case
(#1420) Spaces must be used for alignment; tabs are not allowed
(#1420) Tab found within whitespace
(#1420) Variable "Format" must be all lower-case
(#1420) Variable "Format" must be all lower-case
(#1421) Line indented incorrectly; expected at least 8 spaces, found 5
(#1421) Variable "Orientation" must be all lower-case
(#1421) Variable "Format" must be all lower-case
(#1421) Variable "Format" must be all lower-case
(#1422) Line indented incorrectly; expected at least 8 spaces, found 5
(#1422) Variable "ShowLabel" must be all lower-case
(#1422) Variable "Format" must be all lower-case
(#1422) Variable "Format" must be all lower-case
(#1422) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1423) Line indented incorrectly; expected at least 8 spaces, found 5
(#1423) Variable "LabelPos" must be all lower-case
(#1423) Spaces must be used for alignment; tabs are not allowed
(#1423) Tab found within whitespace
(#1423) Variable "Format" must be all lower-case
(#1423) Variable "Format" must be all lower-case
(#1424) Line indented incorrectly; expected at least 8 spaces, found 5
(#1424) Variable "Margin" must be all lower-case
(#1424) Variable "Format" must be all lower-case
(#1424) Variable "Format" must be all lower-case
(#1425) Line indented incorrectly; expected at least 8 spaces, found 5
(#1425) Variable "R" must be all lower-case
(#1425) Spaces must be used for alignment; tabs are not allowed
(#1425) Tab found within whitespace
(#1425) Variable "Format" must be all lower-case
(#1425) Variable "Format" must be all lower-case
(#1426) Line indented incorrectly; expected at least 8 spaces, found 5
(#1426) Variable "G" must be all lower-case
(#1426) Spaces must be used for alignment; tabs are not allowed
(#1426) Tab found within whitespace
(#1426) Variable "Format" must be all lower-case
(#1426) Variable "Format" must be all lower-case
(#1427) Line indented incorrectly; expected at least 8 spaces, found 5
(#1427) Variable "B" must be all lower-case
(#1427) Spaces must be used for alignment; tabs are not allowed
(#1427) Tab found within whitespace
(#1427) Variable "Format" must be all lower-case
(#1427) Variable "Format" must be all lower-case
(#1428) Line indented incorrectly; expected at least 8 spaces, found 5
(#1428) Variable "RFade" must be all lower-case
(#1428) Spaces must be used for alignment; tabs are not allowed
(#1428) Tab found within whitespace
(#1428) Variable "Format" must be all lower-case
(#1428) Variable "Format" must be all lower-case
(#1429) Line indented incorrectly; expected at least 8 spaces, found 5
(#1429) Variable "GFade" must be all lower-case
(#1429) Spaces must be used for alignment; tabs are not allowed
(#1429) Tab found within whitespace
(#1429) Variable "Format" must be all lower-case
(#1429) Variable "Format" must be all lower-case
(#1430) Line indented incorrectly; expected at least 8 spaces, found 5
(#1430) Variable "BFade" must be all lower-case
(#1430) Spaces must be used for alignment; tabs are not allowed
(#1430) Tab found within whitespace
(#1430) Variable "Format" must be all lower-case
(#1430) Variable "Format" must be all lower-case
(#1431) Line indented incorrectly; expected at least 8 spaces, found 5
(#1431) Variable "BorderR" must be all lower-case
(#1431) Spaces must be used for alignment; tabs are not allowed
(#1431) Tab found within whitespace
(#1431) Variable "Format" must be all lower-case
(#1431) Variable "Format" must be all lower-case
(#1431) Variable "R" must be all lower-case
(#1432) Line indented incorrectly; expected at least 8 spaces, found 5
(#1432) Variable "BorderG" must be all lower-case
(#1432) Spaces must be used for alignment; tabs are not allowed
(#1432) Tab found within whitespace
(#1432) Variable "Format" must be all lower-case
(#1432) Variable "Format" must be all lower-case
(#1432) Variable "G" must be all lower-case
(#1433) Line indented incorrectly; expected at least 8 spaces, found 5
(#1433) Variable "BorderB" must be all lower-case
(#1433) Spaces must be used for alignment; tabs are not allowed
(#1433) Tab found within whitespace
(#1433) Variable "Format" must be all lower-case
(#1433) Variable "Format" must be all lower-case
(#1433) Variable "B" must be all lower-case
(#1434) Line indented incorrectly; expected at least 8 spaces, found 5
(#1434) Variable "BoxBorderR" must be all lower-case
(#1434) Variable "Format" must be all lower-case
(#1434) Variable "Format" must be all lower-case
(#1435) Line indented incorrectly; expected at least 8 spaces, found 5
(#1435) Variable "BoxBorderG" must be all lower-case
(#1435) Variable "Format" must be all lower-case
(#1435) Variable "Format" must be all lower-case
(#1436) Line indented incorrectly; expected at least 8 spaces, found 5
(#1436) Variable "BoxBorderB" must be all lower-case
(#1436) Variable "Format" must be all lower-case
(#1436) Variable "Format" must be all lower-case
(#1437) Line indented incorrectly; expected at least 8 spaces, found 5
(#1437) Variable "BoxBackR" must be all lower-case
(#1437) Spaces must be used for alignment; tabs are not allowed
(#1437) Tab found within whitespace
(#1437) Variable "Format" must be all lower-case
(#1437) Variable "Format" must be all lower-case
(#1438) Line indented incorrectly; expected at least 8 spaces, found 5
(#1438) Variable "BoxBackG" must be all lower-case
(#1438) Spaces must be used for alignment; tabs are not allowed
(#1438) Tab found within whitespace
(#1438) Variable "Format" must be all lower-case
(#1438) Variable "Format" must be all lower-case
(#1439) Line indented incorrectly; expected at least 8 spaces, found 5
(#1439) Variable "BoxBackB" must be all lower-case
(#1439) Spaces must be used for alignment; tabs are not allowed
(#1439) Tab found within whitespace
(#1439) Variable "Format" must be all lower-case
(#1439) Variable "Format" must be all lower-case
(#1440) Line indented incorrectly; expected at least 8 spaces, found 5
(#1440) Variable "Alpha" must be all lower-case
(#1440) Spaces must be used for alignment; tabs are not allowed
(#1440) Tab found within whitespace
(#1440) Variable "Format" must be all lower-case
(#1440) Variable "Format" must be all lower-case
(#1441) Line indented incorrectly; expected at least 8 spaces, found 5
(#1441) Variable "Surrounding" must be all lower-case
(#1441) Variable "Format" must be all lower-case
(#1441) Variable "Format" must be all lower-case
(#1441) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1442) Line indented incorrectly; expected at least 8 spaces, found 5
(#1442) Variable "BoxSurrounding" must be all lower-case
(#1442) Variable "Format" must be all lower-case
(#1442) Variable "Format" must be all lower-case
(#1442) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1443) Line indented incorrectly; expected at least 8 spaces, found 5
(#1443) Variable "NoAngle" must be all lower-case
(#1443) Spaces must be used for alignment; tabs are not allowed
(#1443) Tab found within whitespace
(#1443) Variable "Format" must be all lower-case
(#1443) Variable "Format" must be all lower-case
(#1443) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1445) Line indented incorrectly; expected 8 spaces, found 5
(#1445) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1445) Variable "RFade" must be all lower-case
(#1445) Variable "GFade" must be all lower-case
(#1445) Variable "BFade" must be all lower-case
(#1446) Line indented incorrectly; expected at least 8 spaces, found 6
(#1447) Line indented incorrectly; expected at least 12 spaces, found 7
(#1447) Variable "RFade" must be all lower-case
(#1447) Variable "RFade" must be all lower-case
(#1447) Expected 1 space before "-"; 0 found
(#1447) Expected 1 space after "-"; 0 found
(#1447) Variable "R" must be all lower-case
(#1447) Expected 1 space before "/"; 0 found
(#1447) Expected 1 space after "/"; 0 found
(#1447) Expected 1 space before "*"; 0 found
(#1447) Expected 1 space after "*"; 0 found
(#1447) Variable "Percent" must be all lower-case
(#1447) Expected 1 space before "+"; 0 found
(#1447) Expected 1 space after "+"; 0 found
(#1447) Variable "R" must be all lower-case
(#1448) Line indented incorrectly; expected at least 12 spaces, found 7
(#1448) Variable "GFade" must be all lower-case
(#1448) Variable "GFade" must be all lower-case
(#1448) Expected 1 space before "-"; 0 found
(#1448) Expected 1 space after "-"; 0 found
(#1448) Variable "G" must be all lower-case
(#1448) Expected 1 space before "/"; 0 found
(#1448) Expected 1 space after "/"; 0 found
(#1448) Expected 1 space before "*"; 0 found
(#1448) Expected 1 space after "*"; 0 found
(#1448) Variable "Percent" must be all lower-case
(#1448) Expected 1 space before "+"; 0 found
(#1448) Expected 1 space after "+"; 0 found
(#1448) Variable "G" must be all lower-case
(#1449) Line indented incorrectly; expected at least 12 spaces, found 7
(#1449) Variable "BFade" must be all lower-case
(#1449) Variable "BFade" must be all lower-case
(#1449) Expected 1 space before "-"; 0 found
(#1449) Expected 1 space after "-"; 0 found
(#1449) Variable "B" must be all lower-case
(#1449) Expected 1 space before "/"; 0 found
(#1449) Expected 1 space after "/"; 0 found
(#1449) Expected 1 space before "*"; 0 found
(#1449) Expected 1 space after "*"; 0 found
(#1449) Variable "Percent" must be all lower-case
(#1449) Expected 1 space before "+"; 0 found
(#1449) Expected 1 space after "+"; 0 found
(#1449) Variable "B" must be all lower-case
(#1450) Line indented incorrectly; expected 8 spaces, found 6
(#1450) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1452) Line indented incorrectly; expected 8 spaces, found 5
(#1452) Expected "if (...) {\n"; found "if (...) { "
(#1452) Variable "Surrounding" must be all lower-case
(#1452) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1452) Variable "BorderR" must be all lower-case
(#1452) Variable "R" must be all lower-case
(#1452) Variable "Surrounding" must be all lower-case
(#1452) Variable "BorderG" must be all lower-case
(#1452) Variable "G" must be all lower-case
(#1452) Variable "Surrounding" must be all lower-case
(#1452) Variable "BorderB" must be all lower-case
(#1452) Variable "B" must be all lower-case
(#1452) Variable "Surrounding" must be all lower-case
(#1452) Closing brace must be on a line by itself
(#1453) Line indented incorrectly; expected 8 spaces, found 5
(#1453) Expected "if (...) {\n"; found "if (...) { "
(#1453) Variable "BoxSurrounding" must be all lower-case
(#1453) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1453) Variable "BoxBorderR" must be all lower-case
(#1453) Variable "BoxBackR" must be all lower-case
(#1453) Variable "Surrounding" must be all lower-case
(#1453) Variable "BoxBorderG" must be all lower-case
(#1453) Variable "BoxBackG" must be all lower-case
(#1453) Variable "Surrounding" must be all lower-case
(#1453) Variable "BoxBorderB" must be all lower-case
(#1453) Variable "BoxBackB" must be all lower-case
(#1453) Variable "Surrounding" must be all lower-case
(#1453) Line exceeds 132 characters; contains 159 characters
(#1453) Closing brace must be on a line by itself
(#1455) Line indented incorrectly; expected 8 spaces, found 5
(#1455) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1455) Variable "Orientation" must be all lower-case
(#1456) Line indented incorrectly; expected at least 8 spaces, found 6
(#1457) Line indented incorrectly; expected at least 12 spaces, found 7
(#1457) Variable "InnerHeight" must be all lower-case
(#1457) Variable "Height" must be all lower-case
(#1457) Expected 1 space before "-"; 0 found
(#1457) Expected 1 space after "-"; 0 found
(#1457) Expected 1 space before "/"; 0 found
(#1457) Expected 1 space after "/"; 0 found
(#1457) Expected 1 space before "*"; 0 found
(#1457) Expected 1 space after "*"; 0 found
(#1457) Variable "Percent" must be all lower-case
(#1458) Line indented incorrectly; expected at least 12 spaces, found 7
(#1458) Variable "X" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Variable "Y" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Variable "X" must be all lower-case
(#1458) Expected 1 space before "+"; 0 found
(#1458) Expected 1 space after "+"; 0 found
(#1458) Variable "Width" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Variable "Y" must be all lower-case
(#1458) Expected 1 space before "-"; 0 found
(#1458) Expected 1 space after "-"; 0 found
(#1458) Variable "Height" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Expected 1 space before "=>"; 0 found
(#1458) Expected 1 space after "=>"; 0 found
(#1458) Variable "BoxBackR" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Expected 1 space before "=>"; 0 found
(#1458) Expected 1 space after "=>"; 0 found
(#1458) Variable "BoxBackG" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Expected 1 space before "=>"; 0 found
(#1458) Expected 1 space after "=>"; 0 found
(#1458) Variable "BoxBackB" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Expected 1 space before "=>"; 0 found
(#1458) Expected 1 space after "=>"; 0 found
(#1458) Variable "BoxBorderR" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Expected 1 space before "=>"; 0 found
(#1458) Expected 1 space after "=>"; 0 found
(#1458) Variable "BoxBorderG" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Expected 1 space before "=>"; 0 found
(#1458) Expected 1 space after "=>"; 0 found
(#1458) Variable "BoxBorderB" must be all lower-case
(#1458) Commas (,) must be followed by white space.
(#1458) Expected 1 space before "=>"; 0 found
(#1458) Expected 1 space after "=>"; 0 found
(#1458) Variable "NoAngle" must be all lower-case
(#1458) Line exceeds maximum limit of 180 characters; contains 203 characters
(#1460) Line indented incorrectly; expected at least 12 spaces, found 7
(#1460) Variable "RestoreShadow" must be all lower-case
(#1460) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1461) Line indented incorrectly; expected 12 spaces, found 7
(#1461) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1461) Variable "RFade" must be all lower-case
(#1461) Variable "GFade" must be all lower-case
(#1461) Variable "BFade" must be all lower-case
(#1462) Line indented incorrectly; expected at least 12 spaces, found 8
(#1463) Line indented incorrectly; expected at least 16 spaces, found 9
(#1463) Variable "GradientOptions" must be all lower-case
(#1463) Expected 1 space before "=>"; 0 found
(#1463) Expected 1 space after "=>"; 0 found
(#1463) Variable "RFade" must be all lower-case
(#1463) Commas (,) must be followed by white space.
(#1463) Expected 1 space before "=>"; 0 found
(#1463) Expected 1 space after "=>"; 0 found
(#1463) Variable "GFade" must be all lower-case
(#1463) Commas (,) must be followed by white space.
(#1463) Expected 1 space before "=>"; 0 found
(#1463) Expected 1 space after "=>"; 0 found
(#1463) Variable "BFade" must be all lower-case
(#1463) Commas (,) must be followed by white space.
(#1463) Expected 1 space before "=>"; 0 found
(#1463) Expected 1 space after "=>"; 0 found
(#1463) Variable "R" must be all lower-case
(#1463) Commas (,) must be followed by white space.
(#1463) Expected 1 space before "=>"; 0 found
(#1463) Expected 1 space after "=>"; 0 found
(#1463) Variable "G" must be all lower-case
(#1463) Commas (,) must be followed by white space.
(#1463) Expected 1 space before "=>"; 0 found
(#1463) Expected 1 space after "=>"; 0 found
(#1463) Variable "B" must be all lower-case
(#1464) Line indented incorrectly; expected at least 16 spaces, found 9
(#1464) Variable "X" must be all lower-case
(#1464) Expected 1 space before "+"; 0 found
(#1464) Expected 1 space after "+"; 0 found
(#1464) Commas (,) must be followed by white space.
(#1464) Variable "Y" must be all lower-case
(#1464) Expected 1 space before "-"; 0 found
(#1464) Expected 1 space after "-"; 0 found
(#1464) Commas (,) must be followed by white space.
(#1464) Variable "X" must be all lower-case
(#1464) Expected 1 space before "+"; 0 found
(#1464) Expected 1 space after "+"; 0 found
(#1464) Variable "Width" must be all lower-case
(#1464) Expected 1 space before "-"; 0 found
(#1464) Expected 1 space after "-"; 0 found
(#1464) Commas (,) must be followed by white space.
(#1464) Variable "Y" must be all lower-case
(#1464) Expected 1 space before "-"; 0 found
(#1464) Expected 1 space after "-"; 0 found
(#1464) Variable "InnerHeight" must be all lower-case
(#1464) Commas (,) must be followed by white space.
(#1464) Commas (,) must be followed by white space.
(#1464) Variable "GradientOptions" must be all lower-case
(#1466) Line indented incorrectly; expected at least 16 spaces, found 9
(#1466) Inline control structures are not allowed
(#1466) Variable "Surrounding" must be all lower-case
(#1467) Line indented incorrectly; expected at least 16 spaces, found 10
(#1467) Variable "X" must be all lower-case
(#1467) Expected 1 space before "+"; 0 found
(#1467) Expected 1 space after "+"; 0 found
(#1467) Commas (,) must be followed by white space.
(#1467) Variable "Y" must be all lower-case
(#1467) Expected 1 space before "-"; 0 found
(#1467) Expected 1 space after "-"; 0 found
(#1467) Commas (,) must be followed by white space.
(#1467) Variable "X" must be all lower-case
(#1467) Expected 1 space before "+"; 0 found
(#1467) Expected 1 space after "+"; 0 found
(#1467) Variable "Width" must be all lower-case
(#1467) Expected 1 space before "-"; 0 found
(#1467) Expected 1 space after "-"; 0 found
(#1467) Commas (,) must be followed by white space.
(#1467) Variable "Y" must be all lower-case
(#1467) Expected 1 space before "-"; 0 found
(#1467) Expected 1 space after "-"; 0 found
(#1467) Variable "InnerHeight" must be all lower-case
(#1467) Commas (,) must be followed by white space.
(#1467) Expected 1 space before "=>"; 0 found
(#1467) Expected 1 space after "=>"; 0 found
(#1467) Commas (,) must be followed by white space.
(#1467) Expected 1 space before "=>"; 0 found
(#1467) Expected 1 space after "=>"; 0 found
(#1467) Commas (,) must be followed by white space.
(#1467) Expected 1 space before "=>"; 0 found
(#1467) Expected 1 space after "=>"; 0 found
(#1467) Commas (,) must be followed by white space.
(#1467) Expected 1 space before "=>"; 0 found
(#1467) Expected 1 space after "=>"; 0 found
(#1467) Variable "Surrounding" must be all lower-case
(#1468) Line indented incorrectly; expected 12 spaces, found 8
(#1468) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1469) Line indented incorrectly; expected at least 12 spaces, found 7
(#1469) Inline control structures are not allowed
(#1470) Line indented incorrectly; expected at least 12 spaces, found 8
(#1470) Variable "X" must be all lower-case
(#1470) Expected 1 space before "+"; 0 found
(#1470) Expected 1 space after "+"; 0 found
(#1470) Commas (,) must be followed by white space.
(#1470) Variable "Y" must be all lower-case
(#1470) Expected 1 space before "-"; 0 found
(#1470) Expected 1 space after "-"; 0 found
(#1470) Commas (,) must be followed by white space.
(#1470) Variable "X" must be all lower-case
(#1470) Expected 1 space before "+"; 0 found
(#1470) Expected 1 space after "+"; 0 found
(#1470) Variable "Width" must be all lower-case
(#1470) Expected 1 space before "-"; 0 found
(#1470) Expected 1 space after "-"; 0 found
(#1470) Commas (,) must be followed by white space.
(#1470) Variable "Y" must be all lower-case
(#1470) Expected 1 space before "-"; 0 found
(#1470) Expected 1 space after "-"; 0 found
(#1470) Variable "InnerHeight" must be all lower-case
(#1470) Commas (,) must be followed by white space.
(#1470) Expected 1 space before "=>"; 0 found
(#1470) Expected 1 space after "=>"; 0 found
(#1470) Variable "R" must be all lower-case
(#1470) Commas (,) must be followed by white space.
(#1470) Expected 1 space before "=>"; 0 found
(#1470) Expected 1 space after "=>"; 0 found
(#1470) Variable "G" must be all lower-case
(#1470) Commas (,) must be followed by white space.
(#1470) Expected 1 space before "=>"; 0 found
(#1470) Expected 1 space after "=>"; 0 found
(#1470) Variable "B" must be all lower-case
(#1470) Commas (,) must be followed by white space.
(#1470) Expected 1 space before "=>"; 0 found
(#1470) Expected 1 space after "=>"; 0 found
(#1470) Variable "BorderR" must be all lower-case
(#1470) Commas (,) must be followed by white space.
(#1470) Expected 1 space before "=>"; 0 found
(#1470) Expected 1 space after "=>"; 0 found
(#1470) Variable "BorderG" must be all lower-case
(#1470) Commas (,) must be followed by white space.
(#1470) Expected 1 space before "=>"; 0 found
(#1470) Expected 1 space after "=>"; 0 found
(#1470) Variable "BorderB" must be all lower-case
(#1470) Line exceeds 132 characters; contains 165 characters
(#1472) Line indented incorrectly; expected at least 12 spaces, found 7
(#1472) Variable "RestoreShadow" must be all lower-case
(#1474) Line indented incorrectly; expected 12 spaces, found 7
(#1474) Expected "if (...) {\n"; found "if (...)\t{ "
(#1474) Variable "ShowLabel" must be all lower-case
(#1474) Variable "LabelPos" must be all lower-case
(#1474) Spaces must be used for alignment; tabs are not allowed
(#1474) Tab found within whitespace
(#1474) Variable "X" must be all lower-case
(#1474) Expected 1 space before "+"; 0 found
(#1474) Expected 1 space after "+"; 0 found
(#1474) Variable "Width" must be all lower-case
(#1474) Expected 1 space before "/"; 0 found
(#1474) Expected 1 space after "/"; 0 found
(#1474) Commas (,) must be followed by white space.
(#1474) Variable "Y" must be all lower-case
(#1474) Expected 1 space before "+"; 0 found
(#1474) Expected 1 space after "+"; 0 found
(#1474) Variable "Margin" must be all lower-case
(#1474) Commas (,) must be followed by white space.
(#1474) Variable "Percent" must be all lower-case
(#1474) Commas (,) must be followed by white space.
(#1474) Expected 1 space before "=>"; 0 found
(#1474) Expected 1 space after "=>"; 0 found
(#1474) Line exceeds 132 characters; contains 154 characters
(#1474) Closing brace must be on a line by itself
(#1475) Line indented incorrectly; expected 12 spaces, found 7
(#1475) Expected "if (...) {\n"; found "if (...)\t\t{ "
(#1475) Variable "ShowLabel" must be all lower-case
(#1475) Variable "LabelPos" must be all lower-case
(#1475) Spaces must be used for alignment; tabs are not allowed
(#1475) Tab found within whitespace
(#1475) Variable "X" must be all lower-case
(#1475) Expected 1 space before "+"; 0 found
(#1475) Expected 1 space after "+"; 0 found
(#1475) Variable "Width" must be all lower-case
(#1475) Expected 1 space before "/"; 0 found
(#1475) Expected 1 space after "/"; 0 found
(#1475) Commas (,) must be followed by white space.
(#1475) Variable "Y" must be all lower-case
(#1475) Expected 1 space before "-"; 0 found
(#1475) Expected 1 space after "-"; 0 found
(#1475) Variable "Height" must be all lower-case
(#1475) Expected 1 space before "-"; 0 found
(#1475) Expected 1 space after "-"; 0 found
(#1475) Variable "Margin" must be all lower-case
(#1475) Commas (,) must be followed by white space.
(#1475) Variable "Percent" must be all lower-case
(#1475) Commas (,) must be followed by white space.
(#1475) Expected 1 space before "=>"; 0 found
(#1475) Expected 1 space after "=>"; 0 found
(#1475) Line exceeds 132 characters; contains 163 characters
(#1475) Closing brace must be on a line by itself
(#1476) Line indented incorrectly; expected 12 spaces, found 7
(#1476) Expected "if (...) {\n"; found "if (...)\t{ "
(#1476) Variable "ShowLabel" must be all lower-case
(#1476) Variable "LabelPos" must be all lower-case
(#1476) Spaces must be used for alignment; tabs are not allowed
(#1476) Tab found within whitespace
(#1476) Variable "X" must be all lower-case
(#1476) Expected 1 space before "+"; 0 found
(#1476) Expected 1 space after "+"; 0 found
(#1476) Variable "Width" must be all lower-case
(#1476) Expected 1 space before "/"; 0 found
(#1476) Expected 1 space after "/"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Variable "Y" must be all lower-case
(#1476) Expected 1 space before "-"; 0 found
(#1476) Expected 1 space after "-"; 0 found
(#1476) Variable "InnerHeight" must be all lower-case
(#1476) Expected 1 space before "-"; 0 found
(#1476) Expected 1 space after "-"; 0 found
(#1476) Variable "Margin" must be all lower-case
(#1476) Commas (,) must be followed by white space.
(#1476) Variable "Percent" must be all lower-case
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Commas (,) must be followed by white space.
(#1476) Expected 1 space before "=>"; 0 found
(#1476) Expected 1 space after "=>"; 0 found
(#1476) Line exceeds 132 characters; contains 180 characters
(#1476) Closing brace must be on a line by itself
(#1477) Line indented incorrectly; expected 12 spaces, found 7
(#1477) Expected "if (...) {\n"; found "if (...)\t{ "
(#1477) Variable "ShowLabel" must be all lower-case
(#1477) Variable "LabelPos" must be all lower-case
(#1477) Spaces must be used for alignment; tabs are not allowed
(#1477) Tab found within whitespace
(#1477) Variable "X" must be all lower-case
(#1477) Expected 1 space before "+"; 0 found
(#1477) Expected 1 space after "+"; 0 found
(#1477) Variable "Width" must be all lower-case
(#1477) Expected 1 space before "/"; 0 found
(#1477) Expected 1 space after "/"; 0 found
(#1477) Commas (,) must be followed by white space.
(#1477) Variable "Y" must be all lower-case
(#1477) Expected 1 space before "-"; 0 found
(#1477) Expected 1 space after "-"; 0 found
(#1477) Variable "Height" must be all lower-case
(#1477) Expected 1 space before "/"; 0 found
(#1477) Expected 1 space after "/"; 0 found
(#1477) Commas (,) must be followed by white space.
(#1477) Variable "Percent" must be all lower-case
(#1477) Commas (,) must be followed by white space.
(#1477) Expected 1 space before "=>"; 0 found
(#1477) Expected 1 space after "=>"; 0 found
(#1477) Commas (,) must be followed by white space.
(#1477) Expected 1 space before "=>"; 0 found
(#1477) Expected 1 space after "=>"; 0 found
(#1477) Line exceeds 132 characters; contains 173 characters
(#1477) Closing brace must be on a line by itself
(#1478) Line indented incorrectly; expected 8 spaces, found 6
(#1478) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1479) Line indented incorrectly; expected 8 spaces, found 5
(#1479) Expected "} else {\n"; found "}\n else\n {\n"
(#1480) Line indented incorrectly; expected at least 8 spaces, found 6
(#1481) Line indented incorrectly; expected at least 12 spaces, found 7
(#1481) Inline control structures are not allowed
(#1481) Variable "Percent" must be all lower-case
(#1482) Line indented incorrectly; expected at least 12 spaces, found 8
(#1482) Variable "InnerWidth" must be all lower-case
(#1482) Variable "Width" must be all lower-case
(#1482) Expected 1 space before "-"; 0 found
(#1482) Expected 1 space after "-"; 0 found
(#1483) Line indented incorrectly; expected at least 12 spaces, found 7
(#1483) Inline control structures are not allowed
(#1484) Line indented incorrectly; expected at least 12 spaces, found 8
(#1484) Variable "InnerWidth" must be all lower-case
(#1484) Variable "Width" must be all lower-case
(#1484) Expected 1 space before "-"; 0 found
(#1484) Expected 1 space after "-"; 0 found
(#1484) Expected 1 space before "/"; 0 found
(#1484) Expected 1 space after "/"; 0 found
(#1484) Expected 1 space before "*"; 0 found
(#1484) Expected 1 space after "*"; 0 found
(#1484) Variable "Percent" must be all lower-case
(#1486) Line indented incorrectly; expected at least 12 spaces, found 7
(#1486) Variable "X" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Variable "Y" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Variable "X" must be all lower-case
(#1486) Expected 1 space before "+"; 0 found
(#1486) Expected 1 space after "+"; 0 found
(#1486) Variable "Width" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Variable "Y" must be all lower-case
(#1486) Expected 1 space before "+"; 0 found
(#1486) Expected 1 space after "+"; 0 found
(#1486) Variable "Height" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "BoxBackR" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "BoxBackG" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "BoxBackB" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "BoxBorderR" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "BoxBorderG" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "BoxBorderB" must be all lower-case
(#1486) Commas (,) must be followed by white space.
(#1486) Expected 1 space before "=>"; 0 found
(#1486) Expected 1 space after "=>"; 0 found
(#1486) Variable "NoAngle" must be all lower-case
(#1486) Line exceeds maximum limit of 180 characters; contains 203 characters
(#1488) Line indented incorrectly; expected at least 12 spaces, found 7
(#1488) Variable "RestoreShadow" must be all lower-case
(#1488) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1489) Line indented incorrectly; expected 12 spaces, found 7
(#1489) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1489) Variable "RFade" must be all lower-case
(#1489) Variable "GFade" must be all lower-case
(#1489) Variable "BFade" must be all lower-case
(#1490) Line indented incorrectly; expected at least 12 spaces, found 8
(#1491) Line indented incorrectly; expected at least 16 spaces, found 9
(#1491) Variable "GradientOptions" must be all lower-case
(#1491) Expected 1 space before "=>"; 0 found
(#1491) Expected 1 space after "=>"; 0 found
(#1491) Variable "R" must be all lower-case
(#1491) Commas (,) must be followed by white space.
(#1491) Expected 1 space before "=>"; 0 found
(#1491) Expected 1 space after "=>"; 0 found
(#1491) Variable "G" must be all lower-case
(#1491) Commas (,) must be followed by white space.
(#1491) Expected 1 space before "=>"; 0 found
(#1491) Expected 1 space after "=>"; 0 found
(#1491) Variable "B" must be all lower-case
(#1491) Commas (,) must be followed by white space.
(#1491) Expected 1 space before "=>"; 0 found
(#1491) Expected 1 space after "=>"; 0 found
(#1491) Variable "RFade" must be all lower-case
(#1491) Commas (,) must be followed by white space.
(#1491) Expected 1 space before "=>"; 0 found
(#1491) Expected 1 space after "=>"; 0 found
(#1491) Variable "GFade" must be all lower-case
(#1491) Commas (,) must be followed by white space.
(#1491) Expected 1 space before "=>"; 0 found
(#1491) Expected 1 space after "=>"; 0 found
(#1491) Variable "BFade" must be all lower-case
(#1492) Line indented incorrectly; expected at least 16 spaces, found 9
(#1492) Variable "X" must be all lower-case
(#1492) Expected 1 space before "+"; 0 found
(#1492) Expected 1 space after "+"; 0 found
(#1492) Commas (,) must be followed by white space.
(#1492) Variable "Y" must be all lower-case
(#1492) Expected 1 space before "+"; 0 found
(#1492) Expected 1 space after "+"; 0 found
(#1492) Commas (,) must be followed by white space.
(#1492) Variable "X" must be all lower-case
(#1492) Expected 1 space before "+"; 0 found
(#1492) Expected 1 space after "+"; 0 found
(#1492) Variable "InnerWidth" must be all lower-case
(#1492) Commas (,) must be followed by white space.
(#1492) Variable "Y" must be all lower-case
(#1492) Expected 1 space before "+"; 0 found
(#1492) Expected 1 space after "+"; 0 found
(#1492) Variable "Height" must be all lower-case
(#1492) Expected 1 space before "-"; 0 found
(#1492) Expected 1 space after "-"; 0 found
(#1492) Commas (,) must be followed by white space.
(#1492) Commas (,) must be followed by white space.
(#1492) Variable "GradientOptions" must be all lower-case
(#1494) Line indented incorrectly; expected at least 16 spaces, found 9
(#1494) Inline control structures are not allowed
(#1494) Variable "Surrounding" must be all lower-case
(#1495) Line indented incorrectly; expected at least 16 spaces, found 10
(#1495) Variable "X" must be all lower-case
(#1495) Expected 1 space before "+"; 0 found
(#1495) Expected 1 space after "+"; 0 found
(#1495) Commas (,) must be followed by white space.
(#1495) Variable "Y" must be all lower-case
(#1495) Expected 1 space before "+"; 0 found
(#1495) Expected 1 space after "+"; 0 found
(#1495) Commas (,) must be followed by white space.
(#1495) Variable "X" must be all lower-case
(#1495) Expected 1 space before "+"; 0 found
(#1495) Expected 1 space after "+"; 0 found
(#1495) Variable "InnerWidth" must be all lower-case
(#1495) Commas (,) must be followed by white space.
(#1495) Variable "Y" must be all lower-case
(#1495) Expected 1 space before "+"; 0 found
(#1495) Expected 1 space after "+"; 0 found
(#1495) Variable "Height" must be all lower-case
(#1495) Expected 1 space before "-"; 0 found
(#1495) Expected 1 space after "-"; 0 found
(#1495) Commas (,) must be followed by white space.
(#1495) Expected 1 space before "=>"; 0 found
(#1495) Expected 1 space after "=>"; 0 found
(#1495) Commas (,) must be followed by white space.
(#1495) Expected 1 space before "=>"; 0 found
(#1495) Expected 1 space after "=>"; 0 found
(#1495) Commas (,) must be followed by white space.
(#1495) Expected 1 space before "=>"; 0 found
(#1495) Expected 1 space after "=>"; 0 found
(#1495) Commas (,) must be followed by white space.
(#1495) Expected 1 space before "=>"; 0 found
(#1495) Expected 1 space after "=>"; 0 found
(#1495) Variable "Surrounding" must be all lower-case
(#1496) Line indented incorrectly; expected 12 spaces, found 8
(#1496) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1497) Line indented incorrectly; expected at least 12 spaces, found 7
(#1497) Inline control structures are not allowed
(#1498) Line indented incorrectly; expected at least 12 spaces, found 8
(#1498) Variable "X" must be all lower-case
(#1498) Expected 1 space before "+"; 0 found
(#1498) Expected 1 space after "+"; 0 found
(#1498) Commas (,) must be followed by white space.
(#1498) Variable "Y" must be all lower-case
(#1498) Expected 1 space before "+"; 0 found
(#1498) Expected 1 space after "+"; 0 found
(#1498) Commas (,) must be followed by white space.
(#1498) Variable "X" must be all lower-case
(#1498) Expected 1 space before "+"; 0 found
(#1498) Expected 1 space after "+"; 0 found
(#1498) Variable "InnerWidth" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Variable "Y" must be all lower-case
(#1498) Expected 1 space before "+"; 0 found
(#1498) Expected 1 space after "+"; 0 found
(#1498) Variable "Height" must be all lower-case
(#1498) Expected 1 space before "-"; 0 found
(#1498) Expected 1 space after "-"; 0 found
(#1498) Commas (,) must be followed by white space.
(#1498) Expected 1 space before "=>"; 0 found
(#1498) Expected 1 space after "=>"; 0 found
(#1498) Variable "R" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Expected 1 space before "=>"; 0 found
(#1498) Expected 1 space after "=>"; 0 found
(#1498) Variable "G" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Expected 1 space before "=>"; 0 found
(#1498) Expected 1 space after "=>"; 0 found
(#1498) Variable "B" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Expected 1 space before "=>"; 0 found
(#1498) Expected 1 space after "=>"; 0 found
(#1498) Variable "BorderR" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Expected 1 space before "=>"; 0 found
(#1498) Expected 1 space after "=>"; 0 found
(#1498) Variable "BorderG" must be all lower-case
(#1498) Commas (,) must be followed by white space.
(#1498) Expected 1 space before "=>"; 0 found
(#1498) Expected 1 space after "=>"; 0 found
(#1498) Variable "BorderB" must be all lower-case
(#1498) Line exceeds 132 characters; contains 165 characters
(#1499) Whitespace found at end of line
(#1500) Line indented incorrectly; expected at least 12 spaces, found 7
(#1500) Variable "RestoreShadow" must be all lower-case
(#1502) Line indented incorrectly; expected 12 spaces, found 7
(#1502) Expected "if (...) {\n"; found "if (...)\t\t{ "
(#1502) Variable "ShowLabel" must be all lower-case
(#1502) Variable "LabelPos" must be all lower-case
(#1502) Spaces must be used for alignment; tabs are not allowed
(#1502) Tab found within whitespace
(#1502) Variable "X" must be all lower-case
(#1502) Expected 1 space before "-"; 0 found
(#1502) Expected 1 space after "-"; 0 found
(#1502) Variable "Margin" must be all lower-case
(#1502) Commas (,) must be followed by white space.
(#1502) Variable "Y" must be all lower-case
(#1502) Expected 1 space before "+"; 0 found
(#1502) Expected 1 space after "+"; 0 found
(#1502) Variable "Height" must be all lower-case
(#1502) Expected 1 space before "/"; 0 found
(#1502) Expected 1 space after "/"; 0 found
(#1502) Commas (,) must be followed by white space.
(#1502) Variable "Percent" must be all lower-case
(#1502) Commas (,) must be followed by white space.
(#1502) Expected 1 space before "=>"; 0 found
(#1502) Expected 1 space after "=>"; 0 found
(#1502) Line exceeds 132 characters; contains 156 characters
(#1502) Closing brace must be on a line by itself
(#1503) Line indented incorrectly; expected 12 spaces, found 7
(#1503) Expected "if (...) {\n"; found "if (...)\t{ "
(#1503) Variable "ShowLabel" must be all lower-case
(#1503) Variable "LabelPos" must be all lower-case
(#1503) Spaces must be used for alignment; tabs are not allowed
(#1503) Tab found within whitespace
(#1503) Variable "X" must be all lower-case
(#1503) Expected 1 space before "+"; 0 found
(#1503) Expected 1 space after "+"; 0 found
(#1503) Variable "Width" must be all lower-case
(#1503) Expected 1 space before "+"; 0 found
(#1503) Expected 1 space after "+"; 0 found
(#1503) Variable "Margin" must be all lower-case
(#1503) Commas (,) must be followed by white space.
(#1503) Variable "Y" must be all lower-case
(#1503) Expected 1 space before "+"; 0 found
(#1503) Expected 1 space after "+"; 0 found
(#1503) Variable "Height" must be all lower-case
(#1503) Expected 1 space before "/"; 0 found
(#1503) Expected 1 space after "/"; 0 found
(#1503) Commas (,) must be followed by white space.
(#1503) Variable "Percent" must be all lower-case
(#1503) Commas (,) must be followed by white space.
(#1503) Expected 1 space before "=>"; 0 found
(#1503) Expected 1 space after "=>"; 0 found
(#1503) Line exceeds 132 characters; contains 162 characters
(#1503) Closing brace must be on a line by itself
(#1504) Line indented incorrectly; expected 12 spaces, found 7
(#1504) Expected "if (...) {\n"; found "if (...)\t{ "
(#1504) Variable "ShowLabel" must be all lower-case
(#1504) Variable "LabelPos" must be all lower-case
(#1504) Spaces must be used for alignment; tabs are not allowed
(#1504) Tab found within whitespace
(#1504) Variable "X" must be all lower-case
(#1504) Expected 1 space before "+"; 0 found
(#1504) Expected 1 space after "+"; 0 found
(#1504) Variable "Width" must be all lower-case
(#1504) Expected 1 space before "/"; 0 found
(#1504) Expected 1 space after "/"; 0 found
(#1504) Commas (,) must be followed by white space.
(#1504) Variable "Y" must be all lower-case
(#1504) Expected 1 space before "+"; 0 found
(#1504) Expected 1 space after "+"; 0 found
(#1504) Variable "Height" must be all lower-case
(#1504) Expected 1 space before "/"; 0 found
(#1504) Expected 1 space after "/"; 0 found
(#1504) Commas (,) must be followed by white space.
(#1504) Variable "Percent" must be all lower-case
(#1504) Commas (,) must be followed by white space.
(#1504) Expected 1 space before "=>"; 0 found
(#1504) Expected 1 space after "=>"; 0 found
(#1504) Line exceeds 132 characters; contains 161 characters
(#1504) Closing brace must be on a line by itself
(#1505) Line indented incorrectly; expected 12 spaces, found 7
(#1505) Expected "if (...) {\n"; found "if (...)\t{ "
(#1505) Variable "ShowLabel" must be all lower-case
(#1505) Variable "LabelPos" must be all lower-case
(#1505) Spaces must be used for alignment; tabs are not allowed
(#1505) Tab found within whitespace
(#1505) Variable "X" must be all lower-case
(#1505) Expected 1 space before "+"; 0 found
(#1505) Expected 1 space after "+"; 0 found
(#1505) Variable "InnerWidth" must be all lower-case
(#1505) Expected 1 space before "+"; 0 found
(#1505) Expected 1 space after "+"; 0 found
(#1505) Variable "Margin" must be all lower-case
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "Y" must be all lower-case
(#1505) Expected 1 space before "+"; 0 found
(#1505) Expected 1 space after "+"; 0 found
(#1505) Variable "Height" must be all lower-case
(#1505) Expected 1 space before "/"; 0 found
(#1505) Expected 1 space after "/"; 0 found
(#1505) Commas (,) must be followed by white space.
(#1505) Variable "Percent" must be all lower-case
(#1505) Commas (,) must be followed by white space.
(#1505) Expected 1 space before "=>"; 0 found
(#1505) Expected 1 space after "=>"; 0 found
(#1505) Line exceeds 132 characters; contains 168 characters
(#1505) Closing brace must be on a line by itself
(#1506) Line indented incorrectly; expected 8 spaces, found 6
(#1506) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1507) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1509) Line indented incorrectly; expected at least 4 spaces, found 3
(#1510) Line indented incorrectly; expected 4 spaces, found 3
(#1510) method name "pDraw::getLegendSize" must be in lower-case letters only
(#1510) Visibility must be declared on method "getLegendSize"
(#1510) Variable "Format" must be all lower-case
(#1511) Opening brace should be on the same line as the declaration
(#1512) Line indented incorrectly; expected at least 8 spaces, found 5
(#1512) Variable "FontName" must be all lower-case
(#1512) Spaces must be used for alignment; tabs are not allowed
(#1512) Tab found within whitespace
(#1512) Variable "Format" must be all lower-case
(#1512) Variable "Format" must be all lower-case
(#1513) Line indented incorrectly; expected at least 8 spaces, found 5
(#1513) Variable "FontSize" must be all lower-case
(#1513) Spaces must be used for alignment; tabs are not allowed
(#1513) Tab found within whitespace
(#1513) Variable "Format" must be all lower-case
(#1513) Variable "Format" must be all lower-case
(#1514) Line indented incorrectly; expected at least 8 spaces, found 5
(#1514) Variable "BoxSize" must be all lower-case
(#1514) Spaces must be used for alignment; tabs are not allowed
(#1514) Tab found within whitespace
(#1514) Variable "Format" must be all lower-case
(#1514) Variable "Format" must be all lower-case
(#1515) Line indented incorrectly; expected at least 8 spaces, found 5
(#1515) Variable "Margin" must be all lower-case
(#1515) Spaces must be used for alignment; tabs are not allowed
(#1515) Tab found within whitespace
(#1515) Variable "Format" must be all lower-case
(#1515) Variable "Format" must be all lower-case
(#1516) Line indented incorrectly; expected at least 8 spaces, found 5
(#1516) Variable "Style" must be all lower-case
(#1516) Spaces must be used for alignment; tabs are not allowed
(#1516) Tab found within whitespace
(#1516) Variable "Format" must be all lower-case
(#1516) Variable "Format" must be all lower-case
(#1517) Line indented incorrectly; expected at least 8 spaces, found 5
(#1517) Variable "Mode" must be all lower-case
(#1517) Spaces must be used for alignment; tabs are not allowed
(#1517) Tab found within whitespace
(#1517) Variable "Format" must be all lower-case
(#1517) Variable "Format" must be all lower-case
(#1518) Line indented incorrectly; expected at least 8 spaces, found 5
(#1518) Variable "BoxWidth" must be all lower-case
(#1518) Spaces must be used for alignment; tabs are not allowed
(#1518) Tab found within whitespace
(#1518) Variable "Format" must be all lower-case
(#1518) Variable "Format" must be all lower-case
(#1519) Line indented incorrectly; expected at least 8 spaces, found 5
(#1519) Variable "BoxHeight" must be all lower-case
(#1519) Spaces must be used for alignment; tabs are not allowed
(#1519) Tab found within whitespace
(#1519) Variable "Format" must be all lower-case
(#1519) Variable "Format" must be all lower-case
(#1520) Line indented incorrectly; expected at least 8 spaces, found 5
(#1520) Variable "IconAreaWidth" must be all lower-case
(#1520) Spaces must be used for alignment; tabs are not allowed
(#1520) Tab found within whitespace
(#1520) Variable "Format" must be all lower-case
(#1520) Variable "Format" must be all lower-case
(#1520) Variable "BoxWidth" must be all lower-case
(#1521) Line indented incorrectly; expected at least 8 spaces, found 5
(#1521) Variable "IconAreaHeight" must be all lower-case
(#1521) Spaces must be used for alignment; tabs are not allowed
(#1521) Tab found within whitespace
(#1521) Variable "Format" must be all lower-case
(#1521) Variable "Format" must be all lower-case
(#1521) Variable "BoxHeight" must be all lower-case
(#1522) Line indented incorrectly; expected at least 8 spaces, found 5
(#1522) Variable "XSpacing" must be all lower-case
(#1522) Spaces must be used for alignment; tabs are not allowed
(#1522) Tab found within whitespace
(#1522) Variable "Format" must be all lower-case
(#1522) Variable "Format" must be all lower-case
(#1524) Line indented incorrectly; expected at least 8 spaces, found 5
(#1524) Variable "Data" must be all lower-case
(#1526) Line indented incorrectly; expected 8 spaces, found 5
(#1526) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1526) Variable "Data" must be all lower-case
(#1526) Variable "SerieName" must be all lower-case
(#1526) Variable "Serie" must be all lower-case
(#1527) Line indented incorrectly; expected at least 8 spaces, found 6
(#1528) Line indented incorrectly; expected 12 spaces, found 7
(#1528) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1528) Variable "Serie" must be all lower-case
(#1528) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1528) Variable "SerieName" must be all lower-case
(#1528) Variable "Data" must be all lower-case
(#1528) Variable "Serie" must be all lower-case
(#1529) Line indented incorrectly; expected at least 12 spaces, found 8
(#1530) Line indented incorrectly; expected at least 16 spaces, found 9
(#1530) Variable "PicWidth" must be all lower-case
(#1530) Commas (,) must be followed by white space.
(#1530) Variable "PicHeight" must be all lower-case
(#1530) Variable "Serie" must be all lower-case
(#1531) Line indented incorrectly; expected 16 spaces, found 9
(#1531) Expected "if (...) {\n"; found "if (...) { "
(#1531) Variable "IconAreaWidth" must be all lower-case
(#1531) Variable "PicWidth" must be all lower-case
(#1531) Variable "IconAreaWidth" must be all lower-case
(#1531) Variable "PicWidth" must be all lower-case
(#1531) Closing brace must be on a line by itself
(#1532) Line indented incorrectly; expected 16 spaces, found 9
(#1532) Expected "if (...) {\n"; found "if (...) { "
(#1532) Variable "IconAreaHeight" must be all lower-case
(#1532) Variable "PicHeight" must be all lower-case
(#1532) Variable "IconAreaHeight" must be all lower-case
(#1532) Variable "PicHeight" must be all lower-case
(#1532) Closing brace must be on a line by itself
(#1533) Line indented incorrectly; expected 12 spaces, found 8
(#1533) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1534) Line indented incorrectly; expected 8 spaces, found 6
(#1534) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1536) Line indented incorrectly; expected at least 8 spaces, found 5
(#1536) Variable "YStep" must be all lower-case
(#1536) Commas (,) must be followed by white space.
(#1536) Variable "IconAreaHeight" must be all lower-case
(#1537) Line indented incorrectly; expected at least 8 spaces, found 5
(#1537) Variable "XStep" must be all lower-case
(#1537) Variable "IconAreaWidth" must be all lower-case
(#1538) Line indented incorrectly; expected at least 8 spaces, found 5
(#1538) Variable "XStep" must be all lower-case
(#1538) Variable "XSpacing" must be all lower-case
(#1540) Line indented incorrectly; expected at least 8 spaces, found 5
(#1540) Variable "X" must be all lower-case
(#1540) Expected 1 space before "="; 0 found
(#1540) Expected 1 space after "="; 0 found
(#1540) Variable "Y" must be all lower-case
(#1540) Expected 1 space before "="; 0 found
(#1540) Expected 1 space after "="; 0 found
(#1542) Line indented incorrectly; expected at least 8 spaces, found 5
(#1542) Variable "Boundaries" must be all lower-case
(#1542) Variable "Boundaries" must be all lower-case
(#1542) Variable "X" must be all lower-case
(#1542) Variable "Boundaries" must be all lower-case
(#1542) Variable "Y" must be all lower-case
(#1542) Variable "Boundaries" must be all lower-case
(#1542) Variable "Boundaries" must be all lower-case
(#1542) Variable "vY" must be all lower-case
(#1542) Variable "Y" must be all lower-case
(#1542) Variable "vX" must be all lower-case
(#1542) Variable "X" must be all lower-case
(#1543) Line indented incorrectly; expected 8 spaces, found 5
(#1543) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1543) Variable "Data" must be all lower-case
(#1543) Variable "SerieName" must be all lower-case
(#1543) Variable "Serie" must be all lower-case
(#1544) Line indented incorrectly; expected at least 8 spaces, found 6
(#1545) Line indented incorrectly; expected 12 spaces, found 7
(#1545) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1545) Variable "Serie" must be all lower-case
(#1545) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1545) Variable "SerieName" must be all lower-case
(#1545) Variable "Data" must be all lower-case
(#1546) Line indented incorrectly; expected at least 12 spaces, found 8
(#1547) Line indented incorrectly; expected 16 spaces, found 9
(#1547) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1547) Variable "Mode" must be all lower-case
(#1548) Line indented incorrectly; expected at least 16 spaces, found 10
(#1549) Line indented incorrectly; expected at least 20 spaces, found 11
(#1549) Variable "BoxArray" must be all lower-case
(#1549) Variable "vX" must be all lower-case
(#1549) Expected 1 space before "+"; 0 found
(#1549) Expected 1 space after "+"; 0 found
(#1549) Variable "IconAreaWidth" must be all lower-case
(#1549) Expected 1 space before "+"; 0 found
(#1549) Expected 1 space after "+"; 0 found
(#1549) Commas (,) must be followed by white space.
(#1549) Variable "vY" must be all lower-case
(#1549) Expected 1 space before "+"; 0 found
(#1549) Expected 1 space after "+"; 0 found
(#1549) Variable "IconAreaHeight" must be all lower-case
(#1549) Expected 1 space before "/"; 0 found
(#1549) Expected 1 space after "/"; 0 found
(#1549) Commas (,) must be followed by white space.
(#1549) Variable "FontName" must be all lower-case
(#1549) Commas (,) must be followed by white space.
(#1549) Variable "FontSize" must be all lower-case
(#1549) Commas (,) must be followed by white space.
(#1549) Commas (,) must be followed by white space.
(#1549) Variable "Serie" must be all lower-case
(#1551) Line indented incorrectly; expected 20 spaces, found 11
(#1551) Expected "if (...) {\n"; found "if (...) { "
(#1551) Variable "Boundaries" must be all lower-case
(#1551) Variable "BoxArray" must be all lower-case
(#1551) Expected 1 space before "+"; 0 found
(#1551) Expected 1 space after "+"; 0 found
(#1551) Variable "IconAreaHeight" must be all lower-case
(#1551) Expected 1 space before "/"; 0 found
(#1551) Expected 1 space after "/"; 0 found
(#1551) Variable "Boundaries" must be all lower-case
(#1551) Variable "BoxArray" must be all lower-case
(#1551) Expected 1 space before "+"; 0 found
(#1551) Expected 1 space after "+"; 0 found
(#1551) Variable "IconAreaHeight" must be all lower-case
(#1551) Expected 1 space before "/"; 0 found
(#1551) Expected 1 space after "/"; 0 found
(#1551) Closing brace must be on a line by itself
(#1552) Line indented incorrectly; expected 20 spaces, found 11
(#1552) Expected "if (...) {\n"; found "if (...) { "
(#1552) Variable "Boundaries" must be all lower-case
(#1552) Variable "BoxArray" must be all lower-case
(#1552) Expected 1 space before "+"; 0 found
(#1552) Expected 1 space after "+"; 0 found
(#1552) Variable "Boundaries" must be all lower-case
(#1552) Variable "BoxArray" must be all lower-case
(#1552) Expected 1 space before "+"; 0 found
(#1552) Expected 1 space after "+"; 0 found
(#1552) Closing brace must be on a line by itself
(#1553) Line indented incorrectly; expected 20 spaces, found 11
(#1553) Expected "if (...) {\n"; found "if (...) { "
(#1553) Variable "Boundaries" must be all lower-case
(#1553) Variable "BoxArray" must be all lower-case
(#1553) Expected 1 space before "+"; 0 found
(#1553) Expected 1 space after "+"; 0 found
(#1553) Expected 1 space before "+"; 0 found
(#1553) Expected 1 space after "+"; 0 found
(#1553) Variable "IconAreaHeight" must be all lower-case
(#1553) Expected 1 space before "/"; 0 found
(#1553) Expected 1 space after "/"; 0 found
(#1553) Variable "Boundaries" must be all lower-case
(#1553) Variable "BoxArray" must be all lower-case
(#1553) Expected 1 space before "+"; 0 found
(#1553) Expected 1 space after "+"; 0 found
(#1553) Expected 1 space before "+"; 0 found
(#1553) Expected 1 space after "+"; 0 found
(#1553) Variable "IconAreaHeight" must be all lower-case
(#1553) Expected 1 space before "/"; 0 found
(#1553) Expected 1 space after "/"; 0 found
(#1553) Line exceeds 132 characters; contains 136 characters
(#1553) Closing brace must be on a line by itself
(#1555) Line indented incorrectly; expected at least 20 spaces, found 11
(#1555) Variable "Lines" must be all lower-case
(#1555) Commas (,) must be followed by white space.
(#1555) Variable "Serie" must be all lower-case
(#1556) Line indented incorrectly; expected at least 20 spaces, found 11
(#1556) Variable "vY" must be all lower-case
(#1556) Variable "vY" must be all lower-case
(#1556) Expected 1 space before "*"; 0 found
(#1556) Expected 1 space after "*"; 0 found
(#1556) Variable "Lines" must be all lower-case
(#1556) Commas (,) must be followed by white space.
(#1556) Variable "IconAreaHeight" must be all lower-case
(#1557) Line indented incorrectly; expected 16 spaces, found 10
(#1557) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1558) Line indented incorrectly; expected 16 spaces, found 9
(#1558) Usage of ELSEIF not allowed; use ELSE IF instead
(#1558) Variable "Mode" must be all lower-case
(#1559) Line indented incorrectly; expected at least 16 spaces, found 10
(#1560) Line indented incorrectly; expected at least 20 spaces, found 11
(#1560) Variable "Lines" must be all lower-case
(#1560) Commas (,) must be followed by white space.
(#1560) Variable "Serie" must be all lower-case
(#1561) Line indented incorrectly; expected at least 20 spaces, found 11
(#1561) Variable "Width" must be all lower-case
(#1562) Line indented incorrectly; expected 20 spaces, found 11
(#1562) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1562) Variable "Lines" must be all lower-case
(#1562) Variable "Key" must be all lower-case
(#1562) Variable "Value" must be all lower-case
(#1563) Line indented incorrectly; expected at least 20 spaces, found 12
(#1564) Line indented incorrectly; expected at least 24 spaces, found 13
(#1564) Variable "BoxArray" must be all lower-case
(#1564) Variable "vX" must be all lower-case
(#1564) Expected 1 space before "+"; 0 found
(#1564) Expected 1 space after "+"; 0 found
(#1564) Variable "IconAreaWidth" must be all lower-case
(#1564) Expected 1 space before "+"; 0 found
(#1564) Expected 1 space after "+"; 0 found
(#1564) Commas (,) must be followed by white space.
(#1564) Variable "Y" must be all lower-case
(#1564) Expected 1 space before "+"; 0 found
(#1564) Expected 1 space after "+"; 0 found
(#1564) Variable "IconAreaHeight" must be all lower-case
(#1564) Expected 1 space before "/"; 0 found
(#1564) Expected 1 space after "/"; 0 found
(#1564) Expected 1 space before "+"; 0 found
(#1564) Expected 1 space after "+"; 0 found
(#1564) Expected 1 space before "+"; 0 found
(#1564) Expected 1 space after "+"; 0 found
(#1564) Expected 1 space before "*"; 0 found
(#1564) Expected 1 space after "*"; 0 found
(#1564) Variable "Key" must be all lower-case
(#1564) Commas (,) must be followed by white space.
(#1564) Variable "FontName" must be all lower-case
(#1564) Commas (,) must be followed by white space.
(#1564) Variable "FontSize" must be all lower-case
(#1564) Commas (,) must be followed by white space.
(#1564) Commas (,) must be followed by white space.
(#1564) Variable "Value" must be all lower-case
(#1564) Line exceeds 132 characters; contains 142 characters
(#1566) Line indented incorrectly; expected 24 spaces, found 13
(#1566) Expected "if (...) {\n"; found "if (...) { "
(#1566) Variable "Boundaries" must be all lower-case
(#1566) Variable "BoxArray" must be all lower-case
(#1566) Expected 1 space before "+"; 0 found
(#1566) Expected 1 space after "+"; 0 found
(#1566) Variable "IconAreaHeight" must be all lower-case
(#1566) Expected 1 space before "/"; 0 found
(#1566) Expected 1 space after "/"; 0 found
(#1566) Variable "Boundaries" must be all lower-case
(#1566) Variable "BoxArray" must be all lower-case
(#1566) Expected 1 space before "+"; 0 found
(#1566) Expected 1 space after "+"; 0 found
(#1566) Variable "IconAreaHeight" must be all lower-case
(#1566) Expected 1 space before "/"; 0 found
(#1566) Expected 1 space after "/"; 0 found
(#1566) Line exceeds 132 characters; contains 134 characters
(#1566) Closing brace must be on a line by itself
(#1567) Line indented incorrectly; expected 24 spaces, found 13
(#1567) Expected "if (...) {\n"; found "if (...) { "
(#1567) Variable "Boundaries" must be all lower-case
(#1567) Variable "BoxArray" must be all lower-case
(#1567) Expected 1 space before "+"; 0 found
(#1567) Expected 1 space after "+"; 0 found
(#1567) Variable "Boundaries" must be all lower-case
(#1567) Variable "BoxArray" must be all lower-case
(#1567) Expected 1 space before "+"; 0 found
(#1567) Expected 1 space after "+"; 0 found
(#1567) Closing brace must be on a line by itself
(#1568) Line indented incorrectly; expected 24 spaces, found 13
(#1568) Expected "if (...) {\n"; found "if (...) { "
(#1568) Variable "Boundaries" must be all lower-case
(#1568) Variable "BoxArray" must be all lower-case
(#1568) Expected 1 space before "+"; 0 found
(#1568) Expected 1 space after "+"; 0 found
(#1568) Expected 1 space before "+"; 0 found
(#1568) Expected 1 space after "+"; 0 found
(#1568) Variable "IconAreaHeight" must be all lower-case
(#1568) Expected 1 space before "/"; 0 found
(#1568) Expected 1 space after "/"; 0 found
(#1568) Variable "Boundaries" must be all lower-case
(#1568) Variable "BoxArray" must be all lower-case
(#1568) Expected 1 space before "+"; 0 found
(#1568) Expected 1 space after "+"; 0 found
(#1568) Expected 1 space before "+"; 0 found
(#1568) Expected 1 space after "+"; 0 found
(#1568) Variable "IconAreaHeight" must be all lower-case
(#1568) Expected 1 space before "/"; 0 found
(#1568) Expected 1 space after "/"; 0 found
(#1568) Line exceeds 132 characters; contains 138 characters
(#1568) Closing brace must be on a line by itself
(#1570) Line indented incorrectly; expected at least 24 spaces, found 13
(#1570) Variable "Width" must be all lower-case
(#1570) Variable "BoxArray" must be all lower-case
(#1571) Line indented incorrectly; expected 20 spaces, found 12
(#1571) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1573) Line indented incorrectly; expected at least 20 spaces, found 11
(#1573) Variable "vX" must be all lower-case
(#1573) Expected 1 space before "="; 0 found
(#1573) Expected 1 space after "="; 0 found
(#1573) Variable "Width" must be all lower-case
(#1573) Expected 1 space before "+"; 0 found
(#1573) Expected 1 space after "+"; 0 found
(#1573) Variable "XStep" must be all lower-case
(#1574) Line indented incorrectly; expected 16 spaces, found 10
(#1574) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1575) Line indented incorrectly; expected 12 spaces, found 8
(#1575) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1576) Line indented incorrectly; expected 8 spaces, found 6
(#1576) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1577) Line indented incorrectly; expected at least 8 spaces, found 5
(#1577) Variable "vY" must be all lower-case
(#1577) Expected 1 space before "="; 0 found
(#1577) Expected 1 space after "="; 0 found
(#1577) Variable "vY" must be all lower-case
(#1577) Expected 1 space before "-"; 0 found
(#1577) Expected 1 space after "-"; 0 found
(#1577) Variable "YStep" must be all lower-case
(#1577) Variable "vX" must be all lower-case
(#1577) Expected 1 space before "="; 0 found
(#1577) Expected 1 space after "="; 0 found
(#1577) Variable "vX" must be all lower-case
(#1577) Expected 1 space before "-"; 0 found
(#1577) Expected 1 space after "-"; 0 found
(#1577) Variable "XStep" must be all lower-case
(#1579) Line indented incorrectly; expected at least 8 spaces, found 5
(#1579) Variable "TopOffset" must be all lower-case
(#1579) Variable "Y" must be all lower-case
(#1579) Variable "Boundaries" must be all lower-case
(#1580) Line indented incorrectly; expected 8 spaces, found 5
(#1580) Expected "if (...) {\n"; found "if (...) { "
(#1580) Variable "Boundaries" must be all lower-case
(#1580) Expected 1 space before "-"; 0 found
(#1580) Expected 1 space after "-"; 0 found
(#1580) Variable "vY" must be all lower-case
(#1580) Expected 1 space before "+"; 0 found
(#1580) Expected 1 space after "+"; 0 found
(#1580) Variable "IconAreaHeight" must be all lower-case
(#1580) Variable "TopOffset" must be all lower-case
(#1580) Variable "Boundaries" must be all lower-case
(#1580) Variable "vY" must be all lower-case
(#1580) Expected 1 space before "+"; 0 found
(#1580) Expected 1 space after "+"; 0 found
(#1580) Variable "IconAreaHeight" must be all lower-case
(#1580) Expected 1 space before "+"; 0 found
(#1580) Expected 1 space after "+"; 0 found
(#1580) Variable "TopOffset" must be all lower-case
(#1580) Closing brace must be on a line by itself
(#1582) Line indented incorrectly; expected at least 8 spaces, found 5
(#1582) Variable "Width" must be all lower-case
(#1582) Variable "Boundaries" must be all lower-case
(#1582) Expected 1 space before "+"; 0 found
(#1582) Expected 1 space after "+"; 0 found
(#1582) Variable "Margin" must be all lower-case
(#1582) Variable "Boundaries" must be all lower-case
(#1582) Expected 1 space before "-"; 0 found
(#1582) Expected 1 space after "-"; 0 found
(#1582) Variable "Margin" must be all lower-case
(#1583) Line indented incorrectly; expected at least 8 spaces, found 5
(#1583) Variable "Height" must be all lower-case
(#1583) Variable "Boundaries" must be all lower-case
(#1583) Expected 1 space before "+"; 0 found
(#1583) Expected 1 space after "+"; 0 found
(#1583) Variable "Margin" must be all lower-case
(#1583) Variable "Boundaries" must be all lower-case
(#1583) Expected 1 space before "-"; 0 found
(#1583) Expected 1 space after "-"; 0 found
(#1583) Variable "Margin" must be all lower-case
(#1585) Line indented incorrectly; expected at least 8 spaces, found 5
(#1585) Expected 1 space before "=>"; 0 found
(#1585) Expected 1 space after "=>"; 0 found
(#1585) Variable "Width" must be all lower-case
(#1585) Commas (,) must be followed by white space.
(#1585) Expected 1 space before "=>"; 0 found
(#1585) Expected 1 space after "=>"; 0 found
(#1585) Variable "Height" must be all lower-case
(#1586) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1588) Line indented incorrectly; expected at least 4 spaces, found 3
(#1589) Line indented incorrectly; expected 4 spaces, found 3
(#1589) method name "pDraw::drawLegend" must be in lower-case letters only
(#1589) Visibility must be declared on method "drawLegend"
(#1589) Variable "X" must be all lower-case
(#1589) Commas (,) must be followed by white space.
(#1589) Variable "Y" must be all lower-case
(#1589) Commas (,) must be followed by white space.
(#1589) Variable "Format" must be all lower-case
(#1590) Opening brace should be on the same line as the declaration
(#1591) Line indented incorrectly; expected at least 8 spaces, found 5
(#1591) Variable "Family" must be all lower-case
(#1591) Spaces must be used for alignment; tabs are not allowed
(#1591) Tab found within whitespace
(#1591) Variable "Format" must be all lower-case
(#1591) Variable "Format" must be all lower-case
(#1592) Line indented incorrectly; expected at least 8 spaces, found 5
(#1592) Variable "FontName" must be all lower-case
(#1592) Spaces must be used for alignment; tabs are not allowed
(#1592) Tab found within whitespace
(#1592) Variable "Format" must be all lower-case
(#1592) Variable "Format" must be all lower-case
(#1593) Line indented incorrectly; expected at least 8 spaces, found 5
(#1593) Variable "FontSize" must be all lower-case
(#1593) Spaces must be used for alignment; tabs are not allowed
(#1593) Tab found within whitespace
(#1593) Variable "Format" must be all lower-case
(#1593) Variable "Format" must be all lower-case
(#1594) Line indented incorrectly; expected at least 8 spaces, found 5
(#1594) Variable "FontR" must be all lower-case
(#1594) Spaces must be used for alignment; tabs are not allowed
(#1594) Tab found within whitespace
(#1594) Variable "Format" must be all lower-case
(#1594) Variable "Format" must be all lower-case
(#1595) Line indented incorrectly; expected at least 8 spaces, found 5
(#1595) Variable "FontG" must be all lower-case
(#1595) Spaces must be used for alignment; tabs are not allowed
(#1595) Tab found within whitespace
(#1595) Variable "Format" must be all lower-case
(#1595) Variable "Format" must be all lower-case
(#1596) Line indented incorrectly; expected at least 8 spaces, found 5
(#1596) Variable "FontB" must be all lower-case
(#1596) Spaces must be used for alignment; tabs are not allowed
(#1596) Tab found within whitespace
(#1596) Variable "Format" must be all lower-case
(#1596) Variable "Format" must be all lower-case
(#1597) Line indented incorrectly; expected at least 8 spaces, found 5
(#1597) Variable "BoxWidth" must be all lower-case
(#1597) Spaces must be used for alignment; tabs are not allowed
(#1597) Tab found within whitespace
(#1597) Variable "Format" must be all lower-case
(#1597) Variable "Format" must be all lower-case
(#1598) Line indented incorrectly; expected at least 8 spaces, found 5
(#1598) Variable "BoxHeight" must be all lower-case
(#1598) Spaces must be used for alignment; tabs are not allowed
(#1598) Tab found within whitespace
(#1598) Variable "Format" must be all lower-case
(#1598) Variable "Format" must be all lower-case
(#1599) Line indented incorrectly; expected at least 8 spaces, found 5
(#1599) Variable "IconAreaWidth" must be all lower-case
(#1599) Spaces must be used for alignment; tabs are not allowed
(#1599) Tab found within whitespace
(#1599) Variable "Format" must be all lower-case
(#1599) Variable "Format" must be all lower-case
(#1599) Variable "BoxWidth" must be all lower-case
(#1600) Line indented incorrectly; expected at least 8 spaces, found 5
(#1600) Variable "IconAreaHeight" must be all lower-case
(#1600) Spaces must be used for alignment; tabs are not allowed
(#1600) Tab found within whitespace
(#1600) Variable "Format" must be all lower-case
(#1600) Variable "Format" must be all lower-case
(#1600) Variable "BoxHeight" must be all lower-case
(#1601) Line indented incorrectly; expected at least 8 spaces, found 5
(#1601) Variable "XSpacing" must be all lower-case
(#1601) Spaces must be used for alignment; tabs are not allowed
(#1601) Tab found within whitespace
(#1601) Variable "Format" must be all lower-case
(#1601) Variable "Format" must be all lower-case
(#1602) Line indented incorrectly; expected at least 8 spaces, found 5
(#1602) Variable "Margin" must be all lower-case
(#1602) Spaces must be used for alignment; tabs are not allowed
(#1602) Tab found within whitespace
(#1602) Variable "Format" must be all lower-case
(#1602) Variable "Format" must be all lower-case
(#1603) Line indented incorrectly; expected at least 8 spaces, found 5
(#1603) Variable "R" must be all lower-case
(#1603) Spaces must be used for alignment; tabs are not allowed
(#1603) Tab found within whitespace
(#1603) Variable "Format" must be all lower-case
(#1603) Variable "Format" must be all lower-case
(#1604) Line indented incorrectly; expected at least 8 spaces, found 5
(#1604) Variable "G" must be all lower-case
(#1604) Spaces must be used for alignment; tabs are not allowed
(#1604) Tab found within whitespace
(#1604) Variable "Format" must be all lower-case
(#1604) Variable "Format" must be all lower-case
(#1605) Line indented incorrectly; expected at least 8 spaces, found 5
(#1605) Variable "B" must be all lower-case
(#1605) Spaces must be used for alignment; tabs are not allowed
(#1605) Tab found within whitespace
(#1605) Variable "Format" must be all lower-case
(#1605) Variable "Format" must be all lower-case
(#1606) Line indented incorrectly; expected at least 8 spaces, found 5
(#1606) Variable "Alpha" must be all lower-case
(#1606) Spaces must be used for alignment; tabs are not allowed
(#1606) Tab found within whitespace
(#1606) Variable "Format" must be all lower-case
(#1606) Variable "Format" must be all lower-case
(#1607) Line indented incorrectly; expected at least 8 spaces, found 5
(#1607) Variable "BorderR" must be all lower-case
(#1607) Spaces must be used for alignment; tabs are not allowed
(#1607) Tab found within whitespace
(#1607) Variable "Format" must be all lower-case
(#1607) Variable "Format" must be all lower-case
(#1608) Line indented incorrectly; expected at least 8 spaces, found 5
(#1608) Variable "BorderG" must be all lower-case
(#1608) Spaces must be used for alignment; tabs are not allowed
(#1608) Tab found within whitespace
(#1608) Variable "Format" must be all lower-case
(#1608) Variable "Format" must be all lower-case
(#1609) Line indented incorrectly; expected at least 8 spaces, found 5
(#1609) Variable "BorderB" must be all lower-case
(#1609) Spaces must be used for alignment; tabs are not allowed
(#1609) Tab found within whitespace
(#1609) Variable "Format" must be all lower-case
(#1609) Variable "Format" must be all lower-case
(#1610) Line indented incorrectly; expected at least 8 spaces, found 5
(#1610) Variable "Surrounding" must be all lower-case
(#1610) Variable "Format" must be all lower-case
(#1610) Variable "Format" must be all lower-case
(#1610) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1611) Line indented incorrectly; expected at least 8 spaces, found 5
(#1611) Variable "Style" must be all lower-case
(#1611) Spaces must be used for alignment; tabs are not allowed
(#1611) Tab found within whitespace
(#1611) Variable "Format" must be all lower-case
(#1611) Variable "Format" must be all lower-case
(#1612) Line indented incorrectly; expected at least 8 spaces, found 5
(#1612) Variable "Mode" must be all lower-case
(#1612) Spaces must be used for alignment; tabs are not allowed
(#1612) Tab found within whitespace
(#1612) Variable "Format" must be all lower-case
(#1612) Variable "Format" must be all lower-case
(#1614) Line indented incorrectly; expected 8 spaces, found 5
(#1614) Expected "if (...) {\n"; found "if (...) { "
(#1614) Variable "Surrounding" must be all lower-case
(#1614) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1614) Variable "BorderR" must be all lower-case
(#1614) Variable "R" must be all lower-case
(#1614) Variable "Surrounding" must be all lower-case
(#1614) Variable "BorderG" must be all lower-case
(#1614) Variable "G" must be all lower-case
(#1614) Variable "Surrounding" must be all lower-case
(#1614) Variable "BorderB" must be all lower-case
(#1614) Variable "B" must be all lower-case
(#1614) Variable "Surrounding" must be all lower-case
(#1614) Closing brace must be on a line by itself
(#1616) Line indented incorrectly; expected at least 8 spaces, found 5
(#1616) Variable "Data" must be all lower-case
(#1618) Line indented incorrectly; expected 8 spaces, found 5
(#1618) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1618) Variable "Data" must be all lower-case
(#1618) Variable "SerieName" must be all lower-case
(#1618) Variable "Serie" must be all lower-case
(#1619) Line indented incorrectly; expected at least 8 spaces, found 6
(#1620) Line indented incorrectly; expected 12 spaces, found 7
(#1620) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1620) Variable "Serie" must be all lower-case
(#1620) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1620) Variable "SerieName" must be all lower-case
(#1620) Variable "Data" must be all lower-case
(#1620) Variable "Serie" must be all lower-case
(#1621) Line indented incorrectly; expected at least 12 spaces, found 8
(#1622) Line indented incorrectly; expected at least 16 spaces, found 9
(#1622) Variable "PicWidth" must be all lower-case
(#1622) Commas (,) must be followed by white space.
(#1622) Variable "PicHeight" must be all lower-case
(#1622) Variable "Serie" must be all lower-case
(#1623) Line indented incorrectly; expected 16 spaces, found 9
(#1623) Expected "if (...) {\n"; found "if (...) { "
(#1623) Variable "IconAreaWidth" must be all lower-case
(#1623) Variable "PicWidth" must be all lower-case
(#1623) Variable "IconAreaWidth" must be all lower-case
(#1623) Variable "PicWidth" must be all lower-case
(#1623) Closing brace must be on a line by itself
(#1624) Line indented incorrectly; expected 16 spaces, found 9
(#1624) Expected "if (...) {\n"; found "if (...) { "
(#1624) Variable "IconAreaHeight" must be all lower-case
(#1624) Variable "PicHeight" must be all lower-case
(#1624) Variable "IconAreaHeight" must be all lower-case
(#1624) Variable "PicHeight" must be all lower-case
(#1624) Closing brace must be on a line by itself
(#1625) Line indented incorrectly; expected 12 spaces, found 8
(#1625) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1626) Line indented incorrectly; expected 8 spaces, found 6
(#1626) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1628) Line indented incorrectly; expected at least 8 spaces, found 5
(#1628) Variable "YStep" must be all lower-case
(#1628) Commas (,) must be followed by white space.
(#1628) Variable "IconAreaHeight" must be all lower-case
(#1629) Line indented incorrectly; expected at least 8 spaces, found 5
(#1629) Variable "XStep" must be all lower-case
(#1629) Variable "IconAreaWidth" must be all lower-case
(#1630) Line indented incorrectly; expected at least 8 spaces, found 5
(#1630) Variable "XStep" must be all lower-case
(#1630) Variable "XSpacing" must be all lower-case
(#1632) Line indented incorrectly; expected at least 8 spaces, found 5
(#1632) Variable "Boundaries" must be all lower-case
(#1632) Variable "Boundaries" must be all lower-case
(#1632) Variable "X" must be all lower-case
(#1632) Variable "Boundaries" must be all lower-case
(#1632) Variable "Y" must be all lower-case
(#1632) Variable "Boundaries" must be all lower-case
(#1632) Variable "Boundaries" must be all lower-case
(#1632) Variable "vY" must be all lower-case
(#1632) Variable "Y" must be all lower-case
(#1632) Variable "vX" must be all lower-case
(#1632) Variable "X" must be all lower-case
(#1633) Line indented incorrectly; expected 8 spaces, found 5
(#1633) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1633) Variable "Data" must be all lower-case
(#1633) Variable "SerieName" must be all lower-case
(#1633) Variable "Serie" must be all lower-case
(#1634) Line indented incorrectly; expected at least 8 spaces, found 6
(#1635) Line indented incorrectly; expected 12 spaces, found 7
(#1635) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1635) Variable "Serie" must be all lower-case
(#1635) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1635) Variable "SerieName" must be all lower-case
(#1635) Variable "Data" must be all lower-case
(#1636) Line indented incorrectly; expected at least 12 spaces, found 8
(#1637) Line indented incorrectly; expected 16 spaces, found 9
(#1637) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1637) Variable "Mode" must be all lower-case
(#1638) Line indented incorrectly; expected at least 16 spaces, found 10
(#1639) Line indented incorrectly; expected at least 20 spaces, found 11
(#1639) Variable "BoxArray" must be all lower-case
(#1639) Variable "vX" must be all lower-case
(#1639) Expected 1 space before "+"; 0 found
(#1639) Expected 1 space after "+"; 0 found
(#1639) Variable "IconAreaWidth" must be all lower-case
(#1639) Expected 1 space before "+"; 0 found
(#1639) Expected 1 space after "+"; 0 found
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "vY" must be all lower-case
(#1639) Expected 1 space before "+"; 0 found
(#1639) Expected 1 space after "+"; 0 found
(#1639) Variable "IconAreaHeight" must be all lower-case
(#1639) Expected 1 space before "/"; 0 found
(#1639) Expected 1 space after "/"; 0 found
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "FontName" must be all lower-case
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "FontSize" must be all lower-case
(#1639) Commas (,) must be followed by white space.
(#1639) Commas (,) must be followed by white space.
(#1639) Variable "Serie" must be all lower-case
(#1641) Line indented incorrectly; expected 20 spaces, found 11
(#1641) Expected "if (...) {\n"; found "if (...) { "
(#1641) Variable "Boundaries" must be all lower-case
(#1641) Variable "BoxArray" must be all lower-case
(#1641) Expected 1 space before "+"; 0 found
(#1641) Expected 1 space after "+"; 0 found
(#1641) Variable "IconAreaHeight" must be all lower-case
(#1641) Expected 1 space before "/"; 0 found
(#1641) Expected 1 space after "/"; 0 found
(#1641) Variable "Boundaries" must be all lower-case
(#1641) Variable "BoxArray" must be all lower-case
(#1641) Expected 1 space before "+"; 0 found
(#1641) Expected 1 space after "+"; 0 found
(#1641) Variable "IconAreaHeight" must be all lower-case
(#1641) Expected 1 space before "/"; 0 found
(#1641) Expected 1 space after "/"; 0 found
(#1641) Closing brace must be on a line by itself
(#1642) Line indented incorrectly; expected 20 spaces, found 11
(#1642) Expected "if (...) {\n"; found "if (...) { "
(#1642) Variable "Boundaries" must be all lower-case
(#1642) Variable "BoxArray" must be all lower-case
(#1642) Expected 1 space before "+"; 0 found
(#1642) Expected 1 space after "+"; 0 found
(#1642) Variable "Boundaries" must be all lower-case
(#1642) Variable "BoxArray" must be all lower-case
(#1642) Expected 1 space before "+"; 0 found
(#1642) Expected 1 space after "+"; 0 found
(#1642) Closing brace must be on a line by itself
(#1643) Line indented incorrectly; expected 20 spaces, found 11
(#1643) Expected "if (...) {\n"; found "if (...) { "
(#1643) Variable "Boundaries" must be all lower-case
(#1643) Variable "BoxArray" must be all lower-case
(#1643) Expected 1 space before "+"; 0 found
(#1643) Expected 1 space after "+"; 0 found
(#1643) Expected 1 space before "+"; 0 found
(#1643) Expected 1 space after "+"; 0 found
(#1643) Variable "IconAreaHeight" must be all lower-case
(#1643) Expected 1 space before "/"; 0 found
(#1643) Expected 1 space after "/"; 0 found
(#1643) Variable "Boundaries" must be all lower-case
(#1643) Variable "BoxArray" must be all lower-case
(#1643) Expected 1 space before "+"; 0 found
(#1643) Expected 1 space after "+"; 0 found
(#1643) Expected 1 space before "+"; 0 found
(#1643) Expected 1 space after "+"; 0 found
(#1643) Variable "IconAreaHeight" must be all lower-case
(#1643) Expected 1 space before "/"; 0 found
(#1643) Expected 1 space after "/"; 0 found
(#1643) Line exceeds 132 characters; contains 136 characters
(#1643) Closing brace must be on a line by itself
(#1645) Line indented incorrectly; expected at least 20 spaces, found 11
(#1645) Variable "Lines" must be all lower-case
(#1645) Commas (,) must be followed by white space.
(#1645) Variable "Serie" must be all lower-case
(#1646) Line indented incorrectly; expected at least 20 spaces, found 11
(#1646) Variable "vY" must be all lower-case
(#1646) Variable "vY" must be all lower-case
(#1646) Expected 1 space before "*"; 0 found
(#1646) Expected 1 space after "*"; 0 found
(#1646) Variable "Lines" must be all lower-case
(#1646) Commas (,) must be followed by white space.
(#1646) Variable "IconAreaHeight" must be all lower-case
(#1647) Line indented incorrectly; expected 16 spaces, found 10
(#1647) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1648) Line indented incorrectly; expected 16 spaces, found 9
(#1648) Usage of ELSEIF not allowed; use ELSE IF instead
(#1648) Variable "Mode" must be all lower-case
(#1649) Line indented incorrectly; expected at least 16 spaces, found 10
(#1650) Line indented incorrectly; expected at least 20 spaces, found 11
(#1650) Variable "Lines" must be all lower-case
(#1650) Commas (,) must be followed by white space.
(#1650) Variable "Serie" must be all lower-case
(#1651) Line indented incorrectly; expected at least 20 spaces, found 11
(#1651) Variable "Width" must be all lower-case
(#1652) Line indented incorrectly; expected 20 spaces, found 11
(#1652) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1652) Variable "Lines" must be all lower-case
(#1652) Variable "Key" must be all lower-case
(#1652) Variable "Value" must be all lower-case
(#1653) Line indented incorrectly; expected at least 20 spaces, found 12
(#1654) Line indented incorrectly; expected at least 24 spaces, found 13
(#1654) Variable "BoxArray" must be all lower-case
(#1654) Variable "vX" must be all lower-case
(#1654) Expected 1 space before "+"; 0 found
(#1654) Expected 1 space after "+"; 0 found
(#1654) Variable "IconAreaWidth" must be all lower-case
(#1654) Expected 1 space before "+"; 0 found
(#1654) Expected 1 space after "+"; 0 found
(#1654) Commas (,) must be followed by white space.
(#1654) Variable "Y" must be all lower-case
(#1654) Expected 1 space before "+"; 0 found
(#1654) Expected 1 space after "+"; 0 found
(#1654) Variable "IconAreaHeight" must be all lower-case
(#1654) Expected 1 space before "/"; 0 found
(#1654) Expected 1 space after "/"; 0 found
(#1654) Expected 1 space before "+"; 0 found
(#1654) Expected 1 space after "+"; 0 found
(#1654) Expected 1 space before "+"; 0 found
(#1654) Expected 1 space after "+"; 0 found
(#1654) Expected 1 space before "*"; 0 found
(#1654) Expected 1 space after "*"; 0 found
(#1654) Variable "Key" must be all lower-case
(#1654) Commas (,) must be followed by white space.
(#1654) Variable "FontName" must be all lower-case
(#1654) Commas (,) must be followed by white space.
(#1654) Variable "FontSize" must be all lower-case
(#1654) Commas (,) must be followed by white space.
(#1654) Commas (,) must be followed by white space.
(#1654) Variable "Value" must be all lower-case
(#1654) Line exceeds 132 characters; contains 142 characters
(#1656) Line indented incorrectly; expected 24 spaces, found 13
(#1656) Expected "if (...) {\n"; found "if (...) { "
(#1656) Variable "Boundaries" must be all lower-case
(#1656) Variable "BoxArray" must be all lower-case
(#1656) Expected 1 space before "+"; 0 found
(#1656) Expected 1 space after "+"; 0 found
(#1656) Variable "IconAreaHeight" must be all lower-case
(#1656) Expected 1 space before "/"; 0 found
(#1656) Expected 1 space after "/"; 0 found
(#1656) Variable "Boundaries" must be all lower-case
(#1656) Variable "BoxArray" must be all lower-case
(#1656) Expected 1 space before "+"; 0 found
(#1656) Expected 1 space after "+"; 0 found
(#1656) Variable "IconAreaHeight" must be all lower-case
(#1656) Expected 1 space before "/"; 0 found
(#1656) Expected 1 space after "/"; 0 found
(#1656) Line exceeds 132 characters; contains 134 characters
(#1656) Closing brace must be on a line by itself
(#1657) Line indented incorrectly; expected 24 spaces, found 13
(#1657) Expected "if (...) {\n"; found "if (...) { "
(#1657) Variable "Boundaries" must be all lower-case
(#1657) Variable "BoxArray" must be all lower-case
(#1657) Expected 1 space before "+"; 0 found
(#1657) Expected 1 space after "+"; 0 found
(#1657) Variable "Boundaries" must be all lower-case
(#1657) Variable "BoxArray" must be all lower-case
(#1657) Expected 1 space before "+"; 0 found
(#1657) Expected 1 space after "+"; 0 found
(#1657) Closing brace must be on a line by itself
(#1658) Line indented incorrectly; expected 24 spaces, found 13
(#1658) Expected "if (...) {\n"; found "if (...) { "
(#1658) Variable "Boundaries" must be all lower-case
(#1658) Variable "BoxArray" must be all lower-case
(#1658) Expected 1 space before "+"; 0 found
(#1658) Expected 1 space after "+"; 0 found
(#1658) Expected 1 space before "+"; 0 found
(#1658) Expected 1 space after "+"; 0 found
(#1658) Variable "IconAreaHeight" must be all lower-case
(#1658) Expected 1 space before "/"; 0 found
(#1658) Expected 1 space after "/"; 0 found
(#1658) Variable "Boundaries" must be all lower-case
(#1658) Variable "BoxArray" must be all lower-case
(#1658) Expected 1 space before "+"; 0 found
(#1658) Expected 1 space after "+"; 0 found
(#1658) Expected 1 space before "+"; 0 found
(#1658) Expected 1 space after "+"; 0 found
(#1658) Variable "IconAreaHeight" must be all lower-case
(#1658) Expected 1 space before "/"; 0 found
(#1658) Expected 1 space after "/"; 0 found
(#1658) Line exceeds 132 characters; contains 138 characters
(#1658) Closing brace must be on a line by itself
(#1660) Line indented incorrectly; expected at least 24 spaces, found 13
(#1660) Variable "Width" must be all lower-case
(#1660) Variable "BoxArray" must be all lower-case
(#1661) Line indented incorrectly; expected 20 spaces, found 12
(#1661) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1663) Line indented incorrectly; expected at least 20 spaces, found 11
(#1663) Variable "vX" must be all lower-case
(#1663) Expected 1 space before "="; 0 found
(#1663) Expected 1 space after "="; 0 found
(#1663) Variable "Width" must be all lower-case
(#1663) Expected 1 space before "+"; 0 found
(#1663) Expected 1 space after "+"; 0 found
(#1663) Variable "XStep" must be all lower-case
(#1664) Line indented incorrectly; expected 16 spaces, found 10
(#1664) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1665) Line indented incorrectly; expected 12 spaces, found 8
(#1665) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1666) Line indented incorrectly; expected 8 spaces, found 6
(#1666) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1667) Line indented incorrectly; expected at least 8 spaces, found 5
(#1667) Variable "vY" must be all lower-case
(#1667) Expected 1 space before "="; 0 found
(#1667) Expected 1 space after "="; 0 found
(#1667) Variable "vY" must be all lower-case
(#1667) Expected 1 space before "-"; 0 found
(#1667) Expected 1 space after "-"; 0 found
(#1667) Variable "YStep" must be all lower-case
(#1667) Variable "vX" must be all lower-case
(#1667) Expected 1 space before "="; 0 found
(#1667) Expected 1 space after "="; 0 found
(#1667) Variable "vX" must be all lower-case
(#1667) Expected 1 space before "-"; 0 found
(#1667) Expected 1 space after "-"; 0 found
(#1667) Variable "XStep" must be all lower-case
(#1669) Line indented incorrectly; expected at least 8 spaces, found 5
(#1669) Variable "TopOffset" must be all lower-case
(#1669) Variable "Y" must be all lower-case
(#1669) Variable "Boundaries" must be all lower-case
(#1670) Line indented incorrectly; expected 8 spaces, found 5
(#1670) Expected "if (...) {\n"; found "if (...) { "
(#1670) Variable "Boundaries" must be all lower-case
(#1670) Expected 1 space before "-"; 0 found
(#1670) Expected 1 space after "-"; 0 found
(#1670) Variable "vY" must be all lower-case
(#1670) Expected 1 space before "+"; 0 found
(#1670) Expected 1 space after "+"; 0 found
(#1670) Variable "IconAreaHeight" must be all lower-case
(#1670) Variable "TopOffset" must be all lower-case
(#1670) Variable "Boundaries" must be all lower-case
(#1670) Variable "vY" must be all lower-case
(#1670) Expected 1 space before "+"; 0 found
(#1670) Expected 1 space after "+"; 0 found
(#1670) Variable "IconAreaHeight" must be all lower-case
(#1670) Expected 1 space before "+"; 0 found
(#1670) Expected 1 space after "+"; 0 found
(#1670) Variable "TopOffset" must be all lower-case
(#1670) Closing brace must be on a line by itself
(#1672) Line indented incorrectly; expected at least 8 spaces, found 5
(#1672) Inline control structures are not allowed
(#1672) Variable "Style" must be all lower-case
(#1673) Line indented incorrectly; expected at least 8 spaces, found 6
(#1673) Variable "Boundaries" must be all lower-case
(#1673) Expected 1 space before "-"; 0 found
(#1673) Expected 1 space after "-"; 0 found
(#1673) Variable "Margin" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Variable "Boundaries" must be all lower-case
(#1673) Expected 1 space before "-"; 0 found
(#1673) Expected 1 space after "-"; 0 found
(#1673) Variable "Margin" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Variable "Boundaries" must be all lower-case
(#1673) Expected 1 space before "+"; 0 found
(#1673) Expected 1 space after "+"; 0 found
(#1673) Variable "Margin" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Variable "Boundaries" must be all lower-case
(#1673) Expected 1 space before "+"; 0 found
(#1673) Expected 1 space after "+"; 0 found
(#1673) Variable "Margin" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Variable "Margin" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Variable "R" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Variable "G" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Variable "B" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Variable "Alpha" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Variable "BorderR" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Variable "BorderG" must be all lower-case
(#1673) Commas (,) must be followed by white space.
(#1673) Expected 1 space before "=>"; 0 found
(#1673) Expected 1 space after "=>"; 0 found
(#1673) Variable "BorderB" must be all lower-case
(#1673) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1674) Line indented incorrectly; expected at least 8 spaces, found 5
(#1674) Inline control structures are not allowed
(#1674) Usage of ELSEIF not allowed; use ELSE IF instead
(#1674) Variable "Style" must be all lower-case
(#1675) Line indented incorrectly; expected at least 8 spaces, found 6
(#1675) Variable "Boundaries" must be all lower-case
(#1675) Expected 1 space before "-"; 0 found
(#1675) Expected 1 space after "-"; 0 found
(#1675) Variable "Margin" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Boundaries" must be all lower-case
(#1675) Expected 1 space before "-"; 0 found
(#1675) Expected 1 space after "-"; 0 found
(#1675) Variable "Margin" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Boundaries" must be all lower-case
(#1675) Expected 1 space before "+"; 0 found
(#1675) Expected 1 space after "+"; 0 found
(#1675) Variable "Margin" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Variable "Boundaries" must be all lower-case
(#1675) Expected 1 space before "+"; 0 found
(#1675) Expected 1 space after "+"; 0 found
(#1675) Variable "Margin" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Variable "R" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Variable "G" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Variable "B" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Variable "Alpha" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Variable "BorderR" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Variable "BorderG" must be all lower-case
(#1675) Commas (,) must be followed by white space.
(#1675) Expected 1 space before "=>"; 0 found
(#1675) Expected 1 space after "=>"; 0 found
(#1675) Variable "BorderB" must be all lower-case
(#1675) Line exceeds maximum limit of 180 characters; contains 241 characters
(#1677) Line indented incorrectly; expected at least 8 spaces, found 5
(#1677) Variable "RestoreShadow" must be all lower-case
(#1677) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1678) Line indented incorrectly; expected 8 spaces, found 5
(#1678) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1678) Variable "Data" must be all lower-case
(#1678) Variable "SerieName" must be all lower-case
(#1678) Variable "Serie" must be all lower-case
(#1679) Line indented incorrectly; expected at least 8 spaces, found 6
(#1680) Line indented incorrectly; expected 12 spaces, found 7
(#1680) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1680) Variable "Serie" must be all lower-case
(#1680) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1680) Variable "SerieName" must be all lower-case
(#1680) Variable "Data" must be all lower-case
(#1681) Line indented incorrectly; expected at least 12 spaces, found 8
(#1682) Line indented incorrectly; expected at least 16 spaces, found 9
(#1682) Variable "R" must be all lower-case
(#1682) Variable "Serie" must be all lower-case
(#1682) Variable "G" must be all lower-case
(#1682) Variable "Serie" must be all lower-case
(#1682) Variable "B" must be all lower-case
(#1682) Variable "Serie" must be all lower-case
(#1683) Line indented incorrectly; expected at least 16 spaces, found 9
(#1683) Variable "Ticks" must be all lower-case
(#1683) Variable "Serie" must be all lower-case
(#1683) Variable "Weight" must be all lower-case
(#1683) Variable "Serie" must be all lower-case
(#1685) Line indented incorrectly; expected 16 spaces, found 9
(#1685) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1685) Variable "Serie" must be all lower-case
(#1686) Line indented incorrectly; expected at least 16 spaces, found 10
(#1687) Line indented incorrectly; expected at least 20 spaces, found 11
(#1687) Variable "Picture" must be all lower-case
(#1687) Variable "Serie" must be all lower-case
(#1688) Line indented incorrectly; expected at least 20 spaces, found 11
(#1688) Variable "PicWidth" must be all lower-case
(#1688) Commas (,) must be followed by white space.
(#1688) Variable "PicHeight" must be all lower-case
(#1688) Variable "Picture" must be all lower-case
(#1689) Line indented incorrectly; expected at least 20 spaces, found 11
(#1689) Variable "PicX" must be all lower-case
(#1689) Variable "X" must be all lower-case
(#1689) Expected 1 space before "+"; 0 found
(#1689) Expected 1 space after "+"; 0 found
(#1689) Variable "IconAreaWidth" must be all lower-case
(#1689) Expected 1 space before "/"; 0 found
(#1689) Expected 1 space after "/"; 0 found
(#1689) Variable "PicY" must be all lower-case
(#1689) Variable "Y" must be all lower-case
(#1689) Expected 1 space before "+"; 0 found
(#1689) Expected 1 space after "+"; 0 found
(#1689) Variable "IconAreaHeight" must be all lower-case
(#1689) Expected 1 space before "/"; 0 found
(#1689) Expected 1 space after "/"; 0 found
(#1689) Whitespace found at end of line
(#1691) Line indented incorrectly; expected at least 20 spaces, found 11
(#1691) Variable "PicX" must be all lower-case
(#1691) Expected 1 space before "-"; 0 found
(#1691) Expected 1 space after "-"; 0 found
(#1691) Variable "PicWidth" must be all lower-case
(#1691) Expected 1 space before "/"; 0 found
(#1691) Expected 1 space after "/"; 0 found
(#1691) Commas (,) must be followed by white space.
(#1691) Variable "PicY" must be all lower-case
(#1691) Expected 1 space before "-"; 0 found
(#1691) Expected 1 space after "-"; 0 found
(#1691) Variable "PicHeight" must be all lower-case
(#1691) Expected 1 space before "/"; 0 found
(#1691) Expected 1 space after "/"; 0 found
(#1691) Commas (,) must be followed by white space.
(#1691) Variable "Picture" must be all lower-case
(#1692) Line indented incorrectly; expected 16 spaces, found 10
(#1692) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1693) Line indented incorrectly; expected 16 spaces, found 9
(#1693) Expected "} else {\n"; found "}\n else\n {\n"
(#1694) Line indented incorrectly; expected at least 16 spaces, found 10
(#1695) Line indented incorrectly; expected 20 spaces, found 11
(#1695) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1695) Variable "Family" must be all lower-case
(#1696) Line indented incorrectly; expected at least 20 spaces, found 12
(#1697) Line indented incorrectly; expected 24 spaces, found 13
(#1697) Expected "if (...) {\n"; found "if (...) { "
(#1697) Variable "BoxWidth" must be all lower-case
(#1697) Variable "IconAreaWidth" must be all lower-case
(#1697) Variable "XOffset" must be all lower-case
(#1697) Variable "IconAreaWidth" must be all lower-case
(#1697) Expected 1 space before "-"; 0 found
(#1697) Expected 1 space after "-"; 0 found
(#1697) Variable "BoxWidth" must be all lower-case
(#1697) Expected 1 space before "/"; 0 found
(#1697) Expected 1 space after "/"; 0 found
(#1697) Closing brace must be on a line by itself
(#1697) Expected "} else {\n"; found "} else { "
(#1697) Variable "XOffset" must be all lower-case
(#1697) Closing brace must be on a line by itself
(#1698) Line indented incorrectly; expected 24 spaces, found 13
(#1698) Expected "if (...) {\n"; found "if (...) { "
(#1698) Variable "BoxHeight" must be all lower-case
(#1698) Variable "IconAreaHeight" must be all lower-case
(#1698) Variable "YOffset" must be all lower-case
(#1698) Variable "IconAreaHeight" must be all lower-case
(#1698) Expected 1 space before "-"; 0 found
(#1698) Expected 1 space after "-"; 0 found
(#1698) Variable "BoxHeight" must be all lower-case
(#1698) Expected 1 space before "/"; 0 found
(#1698) Expected 1 space after "/"; 0 found
(#1698) Closing brace must be on a line by itself
(#1698) Expected "} else {\n"; found "} else { "
(#1698) Variable "YOffset" must be all lower-case
(#1698) Closing brace must be on a line by itself
(#1700) Line indented incorrectly; expected at least 24 spaces, found 13
(#1700) Variable "X" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Variable "XOffset" must be all lower-case
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "Y" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Variable "YOffset" must be all lower-case
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "X" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Variable "BoxWidth" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Variable "XOffset" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Variable "Y" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Variable "BoxHeight" must be all lower-case
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Expected 1 space before "+"; 0 found
(#1700) Expected 1 space after "+"; 0 found
(#1700) Variable "YOffset" must be all lower-case
(#1700) Commas (,) must be followed by white space.
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Commas (,) must be followed by white space.
(#1700) Expected 1 space before "=>"; 0 found
(#1700) Expected 1 space after "=>"; 0 found
(#1700) Line exceeds 132 characters; contains 158 characters
(#1701) Line indented incorrectly; expected at least 24 spaces, found 13
(#1701) Variable "X" must be all lower-case
(#1701) Expected 1 space before "+"; 0 found
(#1701) Expected 1 space after "+"; 0 found
(#1701) Variable "XOffset" must be all lower-case
(#1701) Commas (,) must be followed by white space.
(#1701) Variable "Y" must be all lower-case
(#1701) Expected 1 space before "+"; 0 found
(#1701) Expected 1 space after "+"; 0 found
(#1701) Variable "YOffset" must be all lower-case
(#1701) Commas (,) must be followed by white space.
(#1701) Variable "X" must be all lower-case
(#1701) Expected 1 space before "+"; 0 found
(#1701) Expected 1 space after "+"; 0 found
(#1701) Variable "BoxWidth" must be all lower-case
(#1701) Expected 1 space before "+"; 0 found
(#1701) Expected 1 space after "+"; 0 found
(#1701) Variable "XOffset" must be all lower-case
(#1701) Commas (,) must be followed by white space.
(#1701) Variable "Y" must be all lower-case
(#1701) Expected 1 space before "+"; 0 found
(#1701) Expected 1 space after "+"; 0 found
(#1701) Variable "BoxHeight" must be all lower-case
(#1701) Expected 1 space before "+"; 0 found
(#1701) Expected 1 space after "+"; 0 found
(#1701) Variable "YOffset" must be all lower-case
(#1701) Commas (,) must be followed by white space.
(#1701) Expected 1 space before "=>"; 0 found
(#1701) Expected 1 space after "=>"; 0 found
(#1701) Variable "R" must be all lower-case
(#1701) Commas (,) must be followed by white space.
(#1701) Expected 1 space before "=>"; 0 found
(#1701) Expected 1 space after "=>"; 0 found
(#1701) Variable "G" must be all lower-case
(#1701) Commas (,) must be followed by white space.
(#1701) Expected 1 space before "=>"; 0 found
(#1701) Expected 1 space after "=>"; 0 found
(#1701) Variable "B" must be all lower-case
(#1701) Commas (,) must be followed by white space.
(#1701) Expected 1 space before "=>"; 0 found
(#1701) Expected 1 space after "=>"; 0 found
(#1701) Line exceeds 132 characters; contains 159 characters
(#1702) Line indented incorrectly; expected 20 spaces, found 12
(#1702) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1703) Line indented incorrectly; expected 20 spaces, found 11
(#1703) Usage of ELSEIF not allowed; use ELSE IF instead
(#1703) Variable "Family" must be all lower-case
(#1704) Line indented incorrectly; expected at least 20 spaces, found 12
(#1705) Line indented incorrectly; expected at least 24 spaces, found 13
(#1705) Variable "X" must be all lower-case
(#1705) Expected 1 space before "+"; 0 found
(#1705) Expected 1 space after "+"; 0 found
(#1705) Expected 1 space before "+"; 0 found
(#1705) Expected 1 space after "+"; 0 found
(#1705) Variable "IconAreaWidth" must be all lower-case
(#1705) Expected 1 space before "/"; 0 found
(#1705) Expected 1 space after "/"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Variable "Y" must be all lower-case
(#1705) Expected 1 space before "+"; 0 found
(#1705) Expected 1 space after "+"; 0 found
(#1705) Expected 1 space before "+"; 0 found
(#1705) Expected 1 space after "+"; 0 found
(#1705) Variable "IconAreaHeight" must be all lower-case
(#1705) Expected 1 space before "/"; 0 found
(#1705) Expected 1 space after "/"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Variable "IconAreaHeight" must be all lower-case
(#1705) Expected 1 space before "/"; 0 found
(#1705) Expected 1 space after "/"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Variable "IconAreaWidth" must be all lower-case
(#1705) Expected 1 space before "/"; 0 found
(#1705) Expected 1 space after "/"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Commas (,) must be followed by white space.
(#1705) Expected 1 space before "=>"; 0 found
(#1705) Expected 1 space after "=>"; 0 found
(#1705) Line exceeds 132 characters; contains 163 characters
(#1706) Line indented incorrectly; expected at least 24 spaces, found 13
(#1706) Variable "X" must be all lower-case
(#1706) Expected 1 space before "+"; 0 found
(#1706) Expected 1 space after "+"; 0 found
(#1706) Variable "IconAreaWidth" must be all lower-case
(#1706) Expected 1 space before "/"; 0 found
(#1706) Expected 1 space after "/"; 0 found
(#1706) Commas (,) must be followed by white space.
(#1706) Variable "Y" must be all lower-case
(#1706) Expected 1 space before "+"; 0 found
(#1706) Expected 1 space after "+"; 0 found
(#1706) Variable "IconAreaHeight" must be all lower-case
(#1706) Expected 1 space before "/"; 0 found
(#1706) Expected 1 space after "/"; 0 found
(#1706) Commas (,) must be followed by white space.
(#1706) Variable "IconAreaHeight" must be all lower-case
(#1706) Expected 1 space before "/"; 0 found
(#1706) Expected 1 space after "/"; 0 found
(#1706) Commas (,) must be followed by white space.
(#1706) Variable "IconAreaWidth" must be all lower-case
(#1706) Expected 1 space before "/"; 0 found
(#1706) Expected 1 space after "/"; 0 found
(#1706) Commas (,) must be followed by white space.
(#1706) Expected 1 space before "=>"; 0 found
(#1706) Expected 1 space after "=>"; 0 found
(#1706) Variable "R" must be all lower-case
(#1706) Commas (,) must be followed by white space.
(#1706) Expected 1 space before "=>"; 0 found
(#1706) Expected 1 space after "=>"; 0 found
(#1706) Variable "G" must be all lower-case
(#1706) Commas (,) must be followed by white space.
(#1706) Expected 1 space before "=>"; 0 found
(#1706) Expected 1 space after "=>"; 0 found
(#1706) Variable "B" must be all lower-case
(#1706) Commas (,) must be followed by white space.
(#1706) Expected 1 space before "=>"; 0 found
(#1706) Expected 1 space after "=>"; 0 found
(#1706) Line exceeds 132 characters; contains 168 characters
(#1707) Line indented incorrectly; expected 20 spaces, found 12
(#1707) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1708) Line indented incorrectly; expected 20 spaces, found 11
(#1708) Usage of ELSEIF not allowed; use ELSE IF instead
(#1708) Variable "Family" must be all lower-case
(#1709) Line indented incorrectly; expected at least 20 spaces, found 12
(#1710) Line indented incorrectly; expected at least 24 spaces, found 13
(#1710) Variable "X" must be all lower-case
(#1710) Expected 1 space before "+"; 0 found
(#1710) Expected 1 space after "+"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Variable "Y" must be all lower-case
(#1710) Expected 1 space before "+"; 0 found
(#1710) Expected 1 space after "+"; 0 found
(#1710) Expected 1 space before "+"; 0 found
(#1710) Expected 1 space after "+"; 0 found
(#1710) Variable "IconAreaHeight" must be all lower-case
(#1710) Expected 1 space before "/"; 0 found
(#1710) Expected 1 space after "/"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Variable "X" must be all lower-case
(#1710) Expected 1 space before "+"; 0 found
(#1710) Expected 1 space after "+"; 0 found
(#1710) Expected 1 space before "+"; 0 found
(#1710) Expected 1 space after "+"; 0 found
(#1710) Variable "IconAreaWidth" must be all lower-case
(#1710) Commas (,) must be followed by white space.
(#1710) Variable "Y" must be all lower-case
(#1710) Expected 1 space before "+"; 0 found
(#1710) Expected 1 space after "+"; 0 found
(#1710) Expected 1 space before "+"; 0 found
(#1710) Expected 1 space after "+"; 0 found
(#1710) Variable "IconAreaHeight" must be all lower-case
(#1710) Expected 1 space before "/"; 0 found
(#1710) Expected 1 space after "/"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Variable "Ticks" must be all lower-case
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space before "=>"; 0 found
(#1710) Expected 1 space after "=>"; 0 found
(#1710) Variable "Weight" must be all lower-case
(#1710) Line exceeds 132 characters; contains 175 characters
(#1711) Line indented incorrectly; expected at least 24 spaces, found 13
(#1711) Variable "X" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "Y" must be all lower-case
(#1711) Expected 1 space before "+"; 0 found
(#1711) Expected 1 space after "+"; 0 found
(#1711) Variable "IconAreaHeight" must be all lower-case
(#1711) Expected 1 space before "/"; 0 found
(#1711) Expected 1 space after "/"; 0 found
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "X" must be all lower-case
(#1711) Expected 1 space before "+"; 0 found
(#1711) Expected 1 space after "+"; 0 found
(#1711) Variable "IconAreaWidth" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Variable "Y" must be all lower-case
(#1711) Expected 1 space before "+"; 0 found
(#1711) Expected 1 space after "+"; 0 found
(#1711) Variable "IconAreaHeight" must be all lower-case
(#1711) Expected 1 space before "/"; 0 found
(#1711) Expected 1 space after "/"; 0 found
(#1711) Commas (,) must be followed by white space.
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1711) Variable "R" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1711) Variable "G" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1711) Variable "B" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1711) Variable "Ticks" must be all lower-case
(#1711) Commas (,) must be followed by white space.
(#1711) Expected 1 space before "=>"; 0 found
(#1711) Expected 1 space after "=>"; 0 found
(#1711) Variable "Weight" must be all lower-case
(#1711) Line exceeds 132 characters; contains 158 characters
(#1712) Line indented incorrectly; expected 20 spaces, found 12
(#1712) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1713) Line indented incorrectly; expected 16 spaces, found 10
(#1713) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1715) Line indented incorrectly; expected 16 spaces, found 9
(#1715) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1715) Variable "Mode" must be all lower-case
(#1716) Line indented incorrectly; expected at least 16 spaces, found 10
(#1717) Line indented incorrectly; expected at least 20 spaces, found 11
(#1717) Variable "Lines" must be all lower-case
(#1717) Commas (,) must be followed by white space.
(#1717) Variable "Serie" must be all lower-case
(#1718) Line indented incorrectly; expected at least 20 spaces, found 11
(#1718) Inline control structures are not allowed
(#1718) Variable "Lines" must be all lower-case
(#1718) Variable "Key" must be all lower-case
(#1718) Variable "Value" must be all lower-case
(#1719) Line indented incorrectly; expected at least 20 spaces, found 12
(#1719) Variable "X" must be all lower-case
(#1719) Expected 1 space before "+"; 0 found
(#1719) Expected 1 space after "+"; 0 found
(#1719) Variable "IconAreaWidth" must be all lower-case
(#1719) Expected 1 space before "+"; 0 found
(#1719) Expected 1 space after "+"; 0 found
(#1719) Commas (,) must be followed by white space.
(#1719) Variable "Y" must be all lower-case
(#1719) Expected 1 space before "+"; 0 found
(#1719) Expected 1 space after "+"; 0 found
(#1719) Variable "IconAreaHeight" must be all lower-case
(#1719) Expected 1 space before "/"; 0 found
(#1719) Expected 1 space after "/"; 0 found
(#1719) Expected 1 space before "+"; 0 found
(#1719) Expected 1 space after "+"; 0 found
(#1719) Expected 1 space before "+"; 0 found
(#1719) Expected 1 space after "+"; 0 found
(#1719) Expected 1 space before "*"; 0 found
(#1719) Expected 1 space after "*"; 0 found
(#1719) Variable "Key" must be all lower-case
(#1719) Commas (,) must be followed by white space.
(#1719) Variable "Value" must be all lower-case
(#1719) Commas (,) must be followed by white space.
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1719) Variable "FontR" must be all lower-case
(#1719) Commas (,) must be followed by white space.
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1719) Variable "FontG" must be all lower-case
(#1719) Commas (,) must be followed by white space.
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1719) Variable "FontB" must be all lower-case
(#1719) Commas (,) must be followed by white space.
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1719) Commas (,) must be followed by white space.
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1719) Variable "FontSize" must be all lower-case
(#1719) Commas (,) must be followed by white space.
(#1719) Expected 1 space before "=>"; 0 found
(#1719) Expected 1 space after "=>"; 0 found
(#1719) Variable "FontName" must be all lower-case
(#1719) Line exceeds maximum limit of 180 characters; contains 222 characters
(#1721) Line indented incorrectly; expected at least 20 spaces, found 11
(#1721) Variable "Y" must be all lower-case
(#1721) Expected 1 space before "="; 0 found
(#1721) Expected 1 space after "="; 0 found
(#1721) Variable "Y" must be all lower-case
(#1721) Expected 1 space before "+"; 0 found
(#1721) Expected 1 space after "+"; 0 found
(#1721) Expected 1 space before "*"; 0 found
(#1721) Expected 1 space after "*"; 0 found
(#1721) Variable "Lines" must be all lower-case
(#1721) Commas (,) must be followed by white space.
(#1721) Variable "IconAreaHeight" must be all lower-case
(#1722) Line indented incorrectly; expected 16 spaces, found 10
(#1722) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1723) Line indented incorrectly; expected 16 spaces, found 9
(#1723) Usage of ELSEIF not allowed; use ELSE IF instead
(#1723) Variable "Mode" must be all lower-case
(#1724) Line indented incorrectly; expected at least 16 spaces, found 10
(#1725) Line indented incorrectly; expected at least 20 spaces, found 11
(#1725) Variable "Lines" must be all lower-case
(#1725) Commas (,) must be followed by white space.
(#1725) Variable "Serie" must be all lower-case
(#1726) Line indented incorrectly; expected at least 20 spaces, found 11
(#1726) Variable "Width" must be all lower-case
(#1727) Line indented incorrectly; expected 20 spaces, found 11
(#1727) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1727) Variable "Lines" must be all lower-case
(#1727) Variable "Key" must be all lower-case
(#1727) Variable "Value" must be all lower-case
(#1728) Line indented incorrectly; expected at least 20 spaces, found 12
(#1729) Line indented incorrectly; expected at least 24 spaces, found 13
(#1729) Variable "BoxArray" must be all lower-case
(#1729) Variable "X" must be all lower-case
(#1729) Expected 1 space before "+"; 0 found
(#1729) Expected 1 space after "+"; 0 found
(#1729) Variable "IconAreaWidth" must be all lower-case
(#1729) Expected 1 space before "+"; 0 found
(#1729) Expected 1 space after "+"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "Y" must be all lower-case
(#1729) Expected 1 space before "+"; 0 found
(#1729) Expected 1 space after "+"; 0 found
(#1729) Variable "IconAreaHeight" must be all lower-case
(#1729) Expected 1 space before "/"; 0 found
(#1729) Expected 1 space after "/"; 0 found
(#1729) Expected 1 space before "+"; 0 found
(#1729) Expected 1 space after "+"; 0 found
(#1729) Expected 1 space before "+"; 0 found
(#1729) Expected 1 space after "+"; 0 found
(#1729) Expected 1 space before "*"; 0 found
(#1729) Expected 1 space after "*"; 0 found
(#1729) Variable "Key" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Variable "Value" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Variable "FontR" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Variable "FontG" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Variable "FontB" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Variable "FontSize" must be all lower-case
(#1729) Commas (,) must be followed by white space.
(#1729) Expected 1 space before "=>"; 0 found
(#1729) Expected 1 space after "=>"; 0 found
(#1729) Variable "FontName" must be all lower-case
(#1729) Line exceeds maximum limit of 180 characters; contains 235 characters
(#1730) Line indented incorrectly; expected at least 24 spaces, found 13
(#1730) Variable "Width" must be all lower-case
(#1730) Variable "BoxArray" must be all lower-case
(#1731) Line indented incorrectly; expected 20 spaces, found 12
(#1731) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1732) Line indented incorrectly; expected at least 20 spaces, found 11
(#1732) Variable "X" must be all lower-case
(#1732) Expected 1 space before "="; 0 found
(#1732) Expected 1 space after "="; 0 found
(#1732) Variable "Width" must be all lower-case
(#1732) Expected 1 space before "+"; 0 found
(#1732) Expected 1 space after "+"; 0 found
(#1732) Expected 1 space before "+"; 0 found
(#1732) Expected 1 space after "+"; 0 found
(#1732) Variable "XStep" must be all lower-case
(#1733) Line indented incorrectly; expected 16 spaces, found 10
(#1733) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1734) Line indented incorrectly; expected 12 spaces, found 8
(#1734) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1735) Line indented incorrectly; expected 8 spaces, found 6
(#1735) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1736) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1738) Line indented incorrectly; expected at least 8 spaces, found 5
(#1738) Variable "RestoreShadow" must be all lower-case
(#1739) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1741) Line indented incorrectly; expected 4 spaces, found 3
(#1741) method name "pDraw::drawScale" must be in lower-case letters only
(#1741) Visibility must be declared on method "drawScale"
(#1741) Variable "Format" must be all lower-case
(#1742) Opening brace should be on the same line as the declaration
(#1743) Line indented incorrectly; expected at least 8 spaces, found 5
(#1743) Variable "Pos" must be all lower-case
(#1743) Spaces must be used for alignment; tabs are not allowed
(#1743) Tab found within whitespace
(#1743) Variable "Format" must be all lower-case
(#1743) Variable "Format" must be all lower-case
(#1744) Line indented incorrectly; expected at least 8 spaces, found 5
(#1744) Variable "Floating" must be all lower-case
(#1744) Spaces must be used for alignment; tabs are not allowed
(#1744) Tab found within whitespace
(#1744) Variable "Format" must be all lower-case
(#1744) Variable "Format" must be all lower-case
(#1744) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1745) Line indented incorrectly; expected at least 8 spaces, found 5
(#1745) Variable "Mode" must be all lower-case
(#1745) Spaces must be used for alignment; tabs are not allowed
(#1745) Tab found within whitespace
(#1745) Variable "Format" must be all lower-case
(#1745) Variable "Format" must be all lower-case
(#1746) Line indented incorrectly; expected at least 8 spaces, found 5
(#1746) Variable "RemoveXAxis" must be all lower-case
(#1746) Spaces must be used for alignment; tabs are not allowed
(#1746) Tab found within whitespace
(#1746) Variable "Format" must be all lower-case
(#1746) Variable "Format" must be all lower-case
(#1746) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1747) Line indented incorrectly; expected at least 8 spaces, found 5
(#1747) Variable "MinDivHeight" must be all lower-case
(#1747) Spaces must be used for alignment; tabs are not allowed
(#1747) Tab found within whitespace
(#1747) Variable "Format" must be all lower-case
(#1747) Variable "Format" must be all lower-case
(#1748) Line indented incorrectly; expected at least 8 spaces, found 5
(#1748) Variable "Factors" must be all lower-case
(#1748) Spaces must be used for alignment; tabs are not allowed
(#1748) Tab found within whitespace
(#1748) Variable "Format" must be all lower-case
(#1748) Variable "Format" must be all lower-case
(#1748) Commas (,) must be followed by white space.
(#1748) Commas (,) must be followed by white space.
(#1749) Line indented incorrectly; expected at least 8 spaces, found 5
(#1749) Variable "ManualScale" must be all lower-case
(#1749) Spaces must be used for alignment; tabs are not allowed
(#1749) Tab found within whitespace
(#1749) Variable "Format" must be all lower-case
(#1749) Variable "Format" must be all lower-case
(#1749) Expected 1 space before "=>"; 0 found
(#1749) Expected 1 space after "=>"; 0 found
(#1749) Expected 1 space before "=>"; 0 found
(#1749) Expected 1 space after "=>"; 0 found
(#1749) Commas (,) must be followed by white space.
(#1749) Expected 1 space before "=>"; 0 found
(#1749) Expected 1 space after "=>"; 0 found
(#1750) Line indented incorrectly; expected at least 8 spaces, found 5
(#1750) Variable "XMargin" must be all lower-case
(#1750) Spaces must be used for alignment; tabs are not allowed
(#1750) Tab found within whitespace
(#1750) Variable "Format" must be all lower-case
(#1750) Variable "Format" must be all lower-case
(#1751) Line indented incorrectly; expected at least 8 spaces, found 5
(#1751) Variable "YMargin" must be all lower-case
(#1751) Spaces must be used for alignment; tabs are not allowed
(#1751) Tab found within whitespace
(#1751) Variable "Format" must be all lower-case
(#1751) Variable "Format" must be all lower-case
(#1752) Line indented incorrectly; expected at least 8 spaces, found 5
(#1752) Variable "ScaleSpacing" must be all lower-case
(#1752) Spaces must be used for alignment; tabs are not allowed
(#1752) Tab found within whitespace
(#1752) Variable "Format" must be all lower-case
(#1752) Variable "Format" must be all lower-case
(#1753) Line indented incorrectly; expected at least 8 spaces, found 5
(#1753) Variable "InnerTickWidth" must be all lower-case
(#1753) Spaces must be used for alignment; tabs are not allowed
(#1753) Tab found within whitespace
(#1753) Variable "Format" must be all lower-case
(#1753) Variable "Format" must be all lower-case
(#1754) Line indented incorrectly; expected at least 8 spaces, found 5
(#1754) Variable "OuterTickWidth" must be all lower-case
(#1754) Spaces must be used for alignment; tabs are not allowed
(#1754) Tab found within whitespace
(#1754) Variable "Format" must be all lower-case
(#1754) Variable "Format" must be all lower-case
(#1755) Line indented incorrectly; expected at least 8 spaces, found 5
(#1755) Variable "DrawXLines" must be all lower-case
(#1755) Spaces must be used for alignment; tabs are not allowed
(#1755) Tab found within whitespace
(#1755) Variable "Format" must be all lower-case
(#1755) Variable "Format" must be all lower-case
(#1755) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1756) Line indented incorrectly; expected at least 8 spaces, found 5
(#1756) Variable "DrawYLines" must be all lower-case
(#1756) Spaces must be used for alignment; tabs are not allowed
(#1756) Tab found within whitespace
(#1756) Variable "Format" must be all lower-case
(#1756) Variable "Format" must be all lower-case
(#1757) Line indented incorrectly; expected at least 8 spaces, found 5
(#1757) Variable "GridTicks" must be all lower-case
(#1757) Spaces must be used for alignment; tabs are not allowed
(#1757) Tab found within whitespace
(#1757) Variable "Format" must be all lower-case
(#1757) Variable "Format" must be all lower-case
(#1758) Line indented incorrectly; expected at least 8 spaces, found 5
(#1758) Variable "GridR" must be all lower-case
(#1758) Spaces must be used for alignment; tabs are not allowed
(#1758) Tab found within whitespace
(#1758) Variable "Format" must be all lower-case
(#1758) Variable "Format" must be all lower-case
(#1759) Line indented incorrectly; expected at least 8 spaces, found 5
(#1759) Variable "GridG" must be all lower-case
(#1759) Spaces must be used for alignment; tabs are not allowed
(#1759) Tab found within whitespace
(#1759) Variable "Format" must be all lower-case
(#1759) Variable "Format" must be all lower-case
(#1760) Line indented incorrectly; expected at least 8 spaces, found 5
(#1760) Variable "GridB" must be all lower-case
(#1760) Spaces must be used for alignment; tabs are not allowed
(#1760) Tab found within whitespace
(#1760) Variable "Format" must be all lower-case
(#1760) Variable "Format" must be all lower-case
(#1761) Line indented incorrectly; expected at least 8 spaces, found 5
(#1761) Variable "GridAlpha" must be all lower-case
(#1761) Spaces must be used for alignment; tabs are not allowed
(#1761) Tab found within whitespace
(#1761) Variable "Format" must be all lower-case
(#1761) Variable "Format" must be all lower-case
(#1762) Line indented incorrectly; expected at least 8 spaces, found 5
(#1762) Variable "AxisRo" must be all lower-case
(#1762) Spaces must be used for alignment; tabs are not allowed
(#1762) Tab found within whitespace
(#1762) Variable "Format" must be all lower-case
(#1762) Variable "Format" must be all lower-case
(#1763) Line indented incorrectly; expected at least 8 spaces, found 5
(#1763) Variable "AxisGo" must be all lower-case
(#1763) Spaces must be used for alignment; tabs are not allowed
(#1763) Tab found within whitespace
(#1763) Variable "Format" must be all lower-case
(#1763) Variable "Format" must be all lower-case
(#1764) Line indented incorrectly; expected at least 8 spaces, found 5
(#1764) Variable "AxisBo" must be all lower-case
(#1764) Spaces must be used for alignment; tabs are not allowed
(#1764) Tab found within whitespace
(#1764) Variable "Format" must be all lower-case
(#1764) Variable "Format" must be all lower-case
(#1765) Line indented incorrectly; expected at least 8 spaces, found 5
(#1765) Variable "AxisAlpha" must be all lower-case
(#1765) Spaces must be used for alignment; tabs are not allowed
(#1765) Tab found within whitespace
(#1765) Variable "Format" must be all lower-case
(#1765) Variable "Format" must be all lower-case
(#1766) Line indented incorrectly; expected at least 8 spaces, found 5
(#1766) Variable "TickRo" must be all lower-case
(#1766) Spaces must be used for alignment; tabs are not allowed
(#1766) Tab found within whitespace
(#1766) Variable "Format" must be all lower-case
(#1766) Variable "Format" must be all lower-case
(#1767) Line indented incorrectly; expected at least 8 spaces, found 5
(#1767) Variable "TickGo" must be all lower-case
(#1767) Spaces must be used for alignment; tabs are not allowed
(#1767) Tab found within whitespace
(#1767) Variable "Format" must be all lower-case
(#1767) Variable "Format" must be all lower-case
(#1768) Line indented incorrectly; expected at least 8 spaces, found 5
(#1768) Variable "TickBo" must be all lower-case
(#1768) Spaces must be used for alignment; tabs are not allowed
(#1768) Tab found within whitespace
(#1768) Variable "Format" must be all lower-case
(#1768) Variable "Format" must be all lower-case
(#1769) Line indented incorrectly; expected at least 8 spaces, found 5
(#1769) Variable "TickAlpha" must be all lower-case
(#1769) Spaces must be used for alignment; tabs are not allowed
(#1769) Tab found within whitespace
(#1769) Variable "Format" must be all lower-case
(#1769) Variable "Format" must be all lower-case
(#1770) Line indented incorrectly; expected at least 8 spaces, found 5
(#1770) Variable "DrawSubTicks" must be all lower-case
(#1770) Spaces must be used for alignment; tabs are not allowed
(#1770) Tab found within whitespace
(#1770) Variable "Format" must be all lower-case
(#1770) Variable "Format" must be all lower-case
(#1770) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1771) Line indented incorrectly; expected at least 8 spaces, found 5
(#1771) Variable "InnerSubTickWidth" must be all lower-case
(#1771) Spaces must be used for alignment; tabs are not allowed
(#1771) Tab found within whitespace
(#1771) Variable "Format" must be all lower-case
(#1771) Variable "Format" must be all lower-case
(#1772) Line indented incorrectly; expected at least 8 spaces, found 5
(#1772) Variable "OuterSubTickWidth" must be all lower-case
(#1772) Spaces must be used for alignment; tabs are not allowed
(#1772) Tab found within whitespace
(#1772) Variable "Format" must be all lower-case
(#1772) Variable "Format" must be all lower-case
(#1773) Line indented incorrectly; expected at least 8 spaces, found 5
(#1773) Variable "SubTickR" must be all lower-case
(#1773) Spaces must be used for alignment; tabs are not allowed
(#1773) Tab found within whitespace
(#1773) Variable "Format" must be all lower-case
(#1773) Variable "Format" must be all lower-case
(#1774) Line indented incorrectly; expected at least 8 spaces, found 5
(#1774) Variable "SubTickG" must be all lower-case
(#1774) Spaces must be used for alignment; tabs are not allowed
(#1774) Tab found within whitespace
(#1774) Variable "Format" must be all lower-case
(#1774) Variable "Format" must be all lower-case
(#1775) Line indented incorrectly; expected at least 8 spaces, found 5
(#1775) Variable "SubTickB" must be all lower-case
(#1775) Spaces must be used for alignment; tabs are not allowed
(#1775) Tab found within whitespace
(#1775) Variable "Format" must be all lower-case
(#1775) Variable "Format" must be all lower-case
(#1776) Line indented incorrectly; expected at least 8 spaces, found 5
(#1776) Variable "SubTickAlpha" must be all lower-case
(#1776) Spaces must be used for alignment; tabs are not allowed
(#1776) Tab found within whitespace
(#1776) Variable "Format" must be all lower-case
(#1776) Variable "Format" must be all lower-case
(#1777) Line indented incorrectly; expected at least 8 spaces, found 5
(#1777) Variable "AutoAxisLabels" must be all lower-case
(#1777) Spaces must be used for alignment; tabs are not allowed
(#1777) Tab found within whitespace
(#1777) Variable "Format" must be all lower-case
(#1777) Variable "Format" must be all lower-case
(#1777) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1778) Line indented incorrectly; expected at least 8 spaces, found 5
(#1778) Variable "XReleasePercent" must be all lower-case
(#1778) Spaces must be used for alignment; tabs are not allowed
(#1778) Tab found within whitespace
(#1778) Variable "Format" must be all lower-case
(#1778) Variable "Format" must be all lower-case
(#1779) Line indented incorrectly; expected at least 8 spaces, found 5
(#1779) Variable "DrawArrows" must be all lower-case
(#1779) Spaces must be used for alignment; tabs are not allowed
(#1779) Tab found within whitespace
(#1779) Variable "Format" must be all lower-case
(#1779) Variable "Format" must be all lower-case
(#1779) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1780) Line indented incorrectly; expected at least 8 spaces, found 5
(#1780) Variable "ArrowSize" must be all lower-case
(#1780) Variable "Format" must be all lower-case
(#1780) Variable "Format" must be all lower-case
(#1781) Line indented incorrectly; expected at least 8 spaces, found 5
(#1781) Variable "CycleBackground" must be all lower-case
(#1781) Spaces must be used for alignment; tabs are not allowed
(#1781) Tab found within whitespace
(#1781) Variable "Format" must be all lower-case
(#1781) Variable "Format" must be all lower-case
(#1781) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1782) Line indented incorrectly; expected at least 8 spaces, found 5
(#1782) Variable "BackgroundR1" must be all lower-case
(#1782) Spaces must be used for alignment; tabs are not allowed
(#1782) Tab found within whitespace
(#1782) Variable "Format" must be all lower-case
(#1782) Variable "Format" must be all lower-case
(#1783) Line indented incorrectly; expected at least 8 spaces, found 5
(#1783) Variable "BackgroundG1" must be all lower-case
(#1783) Spaces must be used for alignment; tabs are not allowed
(#1783) Tab found within whitespace
(#1783) Variable "Format" must be all lower-case
(#1783) Variable "Format" must be all lower-case
(#1784) Line indented incorrectly; expected at least 8 spaces, found 5
(#1784) Variable "BackgroundB1" must be all lower-case
(#1784) Spaces must be used for alignment; tabs are not allowed
(#1784) Tab found within whitespace
(#1784) Variable "Format" must be all lower-case
(#1784) Variable "Format" must be all lower-case
(#1785) Line indented incorrectly; expected at least 8 spaces, found 5
(#1785) Variable "BackgroundAlpha1" must be all lower-case
(#1785) Spaces must be used for alignment; tabs are not allowed
(#1785) Tab found within whitespace
(#1785) Variable "Format" must be all lower-case
(#1785) Variable "Format" must be all lower-case
(#1786) Line indented incorrectly; expected at least 8 spaces, found 5
(#1786) Variable "BackgroundR2" must be all lower-case
(#1786) Spaces must be used for alignment; tabs are not allowed
(#1786) Tab found within whitespace
(#1786) Variable "Format" must be all lower-case
(#1786) Variable "Format" must be all lower-case
(#1787) Line indented incorrectly; expected at least 8 spaces, found 5
(#1787) Variable "BackgroundG2" must be all lower-case
(#1787) Spaces must be used for alignment; tabs are not allowed
(#1787) Tab found within whitespace
(#1787) Variable "Format" must be all lower-case
(#1787) Variable "Format" must be all lower-case
(#1788) Line indented incorrectly; expected at least 8 spaces, found 5
(#1788) Variable "BackgroundB2" must be all lower-case
(#1788) Spaces must be used for alignment; tabs are not allowed
(#1788) Tab found within whitespace
(#1788) Variable "Format" must be all lower-case
(#1788) Variable "Format" must be all lower-case
(#1789) Line indented incorrectly; expected at least 8 spaces, found 5
(#1789) Variable "BackgroundAlpha2" must be all lower-case
(#1789) Spaces must be used for alignment; tabs are not allowed
(#1789) Tab found within whitespace
(#1789) Variable "Format" must be all lower-case
(#1789) Variable "Format" must be all lower-case
(#1790) Line indented incorrectly; expected at least 8 spaces, found 5
(#1790) Variable "LabelingMethod" must be all lower-case
(#1790) Spaces must be used for alignment; tabs are not allowed
(#1790) Tab found within whitespace
(#1790) Variable "Format" must be all lower-case
(#1790) Variable "Format" must be all lower-case
(#1791) Line indented incorrectly; expected at least 8 spaces, found 5
(#1791) Variable "LabelSkip" must be all lower-case
(#1791) Spaces must be used for alignment; tabs are not allowed
(#1791) Tab found within whitespace
(#1791) Variable "Format" must be all lower-case
(#1791) Variable "Format" must be all lower-case
(#1792) Line indented incorrectly; expected at least 8 spaces, found 5
(#1792) Variable "LabelRotation" must be all lower-case
(#1792) Spaces must be used for alignment; tabs are not allowed
(#1792) Tab found within whitespace
(#1792) Variable "Format" must be all lower-case
(#1792) Variable "Format" must be all lower-case
(#1793) Line indented incorrectly; expected at least 8 spaces, found 5
(#1793) Variable "SkippedAxisTicks" must be all lower-case
(#1793) Spaces must be used for alignment; tabs are not allowed
(#1793) Tab found within whitespace
(#1793) Variable "Format" must be all lower-case
(#1793) Variable "Format" must be all lower-case
(#1793) Variable "GridTicks" must be all lower-case
(#1793) Expected 1 space before "+"; 0 found
(#1793) Expected 1 space after "+"; 0 found
(#1794) Line indented incorrectly; expected at least 8 spaces, found 5
(#1794) Variable "SkippedAxisR" must be all lower-case
(#1794) Spaces must be used for alignment; tabs are not allowed
(#1794) Tab found within whitespace
(#1794) Variable "Format" must be all lower-case
(#1794) Variable "Format" must be all lower-case
(#1794) Variable "GridR" must be all lower-case
(#1795) Line indented incorrectly; expected at least 8 spaces, found 5
(#1795) Variable "SkippedAxisG" must be all lower-case
(#1795) Spaces must be used for alignment; tabs are not allowed
(#1795) Tab found within whitespace
(#1795) Variable "Format" must be all lower-case
(#1795) Variable "Format" must be all lower-case
(#1795) Variable "GridG" must be all lower-case
(#1796) Line indented incorrectly; expected at least 8 spaces, found 5
(#1796) Variable "SkippedAxisB" must be all lower-case
(#1796) Spaces must be used for alignment; tabs are not allowed
(#1796) Tab found within whitespace
(#1796) Variable "Format" must be all lower-case
(#1796) Variable "Format" must be all lower-case
(#1796) Variable "GridB" must be all lower-case
(#1797) Line indented incorrectly; expected at least 8 spaces, found 5
(#1797) Variable "SkippedAxisAlpha" must be all lower-case
(#1797) Spaces must be used for alignment; tabs are not allowed
(#1797) Tab found within whitespace
(#1797) Variable "Format" must be all lower-case
(#1797) Variable "Format" must be all lower-case
(#1797) Variable "GridAlpha" must be all lower-case
(#1797) Expected 1 space before "-"; 0 found
(#1797) Expected 1 space after "-"; 0 found
(#1798) Line indented incorrectly; expected at least 8 spaces, found 5
(#1798) Variable "SkippedTickR" must be all lower-case
(#1798) Spaces must be used for alignment; tabs are not allowed
(#1798) Tab found within whitespace
(#1798) Variable "Format" must be all lower-case
(#1798) Variable "Format" must be all lower-case
(#1798) Variable "TickRo" must be all lower-case
(#1799) Line indented incorrectly; expected at least 8 spaces, found 5
(#1799) Variable "SkippedTickG" must be all lower-case
(#1799) Spaces must be used for alignment; tabs are not allowed
(#1799) Tab found within whitespace
(#1799) Variable "Format" must be all lower-case
(#1799) Variable "Format" must be all lower-case
(#1799) Variable "TickGo" must be all lower-case
(#1800) Line indented incorrectly; expected at least 8 spaces, found 5
(#1800) Variable "SkippedTickB" must be all lower-case
(#1800) Spaces must be used for alignment; tabs are not allowed
(#1800) Tab found within whitespace
(#1800) Variable "Format" must be all lower-case
(#1800) Variable "Format" must be all lower-case
(#1800) Variable "TickBo" must be all lower-case
(#1801) Line indented incorrectly; expected at least 8 spaces, found 5
(#1801) Variable "SkippedTickAlpha" must be all lower-case
(#1801) Spaces must be used for alignment; tabs are not allowed
(#1801) Tab found within whitespace
(#1801) Variable "Format" must be all lower-case
(#1801) Variable "Format" must be all lower-case
(#1801) Variable "TickAlpha" must be all lower-case
(#1801) Expected 1 space before "-"; 0 found
(#1801) Expected 1 space after "-"; 0 found
(#1802) Line indented incorrectly; expected at least 8 spaces, found 5
(#1802) Variable "SkippedInnerTickWidth" must be all lower-case
(#1802) Spaces must be used for alignment; tabs are not allowed
(#1802) Tab found within whitespace
(#1802) Variable "Format" must be all lower-case
(#1802) Variable "Format" must be all lower-case
(#1803) Line indented incorrectly; expected at least 8 spaces, found 5
(#1803) Variable "SkippedOuterTickWidth" must be all lower-case
(#1803) Spaces must be used for alignment; tabs are not allowed
(#1803) Tab found within whitespace
(#1803) Variable "Format" must be all lower-case
(#1803) Variable "Format" must be all lower-case
(#1805) Line indented incorrectly; expected at least 8 spaces, found 5
(#1806) Line indented incorrectly; expected 8 spaces, found 5
(#1806) Expected "if (...) {\n"; found "if (...) { "
(#1806) Variable "Floating" must be all lower-case
(#1806) Variable "XMargin" must be all lower-case
(#1806) Variable "YMargin" must be all lower-case
(#1806) Variable "Floating" must be all lower-case
(#1806) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1806) Closing brace must be on a line by itself
(#1808) Line indented incorrectly; expected at least 8 spaces, found 5
(#1809) Line indented incorrectly; expected 8 spaces, found 5
(#1809) Expected "if (...) {\n"; found "if (...) { "
(#1809) Variable "DrawYLines" must be all lower-case
(#1809) Variable "DrawYLines" must be all lower-case
(#1809) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1809) Variable "DrawYLines" must be all lower-case
(#1809) Expected 1 space before "=>"; 0 found
(#1809) Expected 1 space after "=>"; 0 found
(#1809) Closing brace must be on a line by itself
(#1811) Line indented incorrectly; expected at least 8 spaces, found 5
(#1812) Line indented incorrectly; expected at least 8 spaces, found 5
(#1812) Variable "SkippedAxisColor" must be all lower-case
(#1812) Expected 1 space before "=>"; 0 found
(#1812) Expected 1 space after "=>"; 0 found
(#1812) Variable "SkippedAxisR" must be all lower-case
(#1812) Commas (,) must be followed by white space.
(#1812) Expected 1 space before "=>"; 0 found
(#1812) Expected 1 space after "=>"; 0 found
(#1812) Variable "SkippedAxisG" must be all lower-case
(#1812) Commas (,) must be followed by white space.
(#1812) Expected 1 space before "=>"; 0 found
(#1812) Expected 1 space after "=>"; 0 found
(#1812) Variable "SkippedAxisB" must be all lower-case
(#1812) Commas (,) must be followed by white space.
(#1812) Expected 1 space before "=>"; 0 found
(#1812) Expected 1 space after "=>"; 0 found
(#1812) Variable "SkippedAxisAlpha" must be all lower-case
(#1812) Commas (,) must be followed by white space.
(#1812) Expected 1 space before "=>"; 0 found
(#1812) Expected 1 space after "=>"; 0 found
(#1812) Variable "SkippedAxisTicks" must be all lower-case
(#1812) Line exceeds 132 characters; contains 143 characters
(#1813) Line indented incorrectly; expected at least 8 spaces, found 5
(#1813) Variable "SkippedTickColor" must be all lower-case
(#1813) Expected 1 space before "=>"; 0 found
(#1813) Expected 1 space after "=>"; 0 found
(#1813) Variable "SkippedTickR" must be all lower-case
(#1813) Commas (,) must be followed by white space.
(#1813) Expected 1 space before "=>"; 0 found
(#1813) Expected 1 space after "=>"; 0 found
(#1813) Variable "SkippedTickG" must be all lower-case
(#1813) Commas (,) must be followed by white space.
(#1813) Expected 1 space before "=>"; 0 found
(#1813) Expected 1 space after "=>"; 0 found
(#1813) Variable "SkippedTickB" must be all lower-case
(#1813) Commas (,) must be followed by white space.
(#1813) Expected 1 space before "=>"; 0 found
(#1813) Expected 1 space after "=>"; 0 found
(#1813) Variable "SkippedTickAlpha" must be all lower-case
(#1815) Line indented incorrectly; expected at least 8 spaces, found 5
(#1815) Variable "Data" must be all lower-case
(#1816) Line indented incorrectly; expected 8 spaces, found 5
(#1816) Expected "if (...) {\n"; found "if (...) { "
(#1816) Variable "Data" must be all lower-case
(#1816) Variable "Abscissa" must be all lower-case
(#1816) Variable "Data" must be all lower-case
(#1816) Closing brace must be on a line by itself
(#1816) Expected "} else {\n"; found "} else { "
(#1816) Variable "Abscissa" must be all lower-case
(#1816) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1816) Closing brace must be on a line by itself
(#1818) Line indented incorrectly; expected at least 8 spaces, found 5
(#1819) Line indented incorrectly; expected 8 spaces, found 5
(#1819) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1819) Variable "Abscissa" must be all lower-case
(#1819) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1820) Line indented incorrectly; expected at least 8 spaces, found 6
(#1821) Line indented incorrectly; expected 12 spaces, found 7
(#1821) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#1821) Variable "Data" must be all lower-case
(#1821) Variable "AxisID" must be all lower-case
(#1821) Variable "Parameters" must be all lower-case
(#1822) Line indented incorrectly; expected at least 12 spaces, found 8
(#1822) Expected "if (...) {\n"; found "if (...) { "
(#1822) Variable "Parameters" must be all lower-case
(#1822) Variable "Data" must be all lower-case
(#1822) Variable "AxisID" must be all lower-case
(#1822) Closing brace must be on a line by itself
(#1822) Closing brace must be on a line by itself
(#1823) Line indented incorrectly; expected 8 spaces, found 6
(#1823) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1825) Line indented incorrectly; expected at least 8 spaces, found 5
(#1826) Line indented incorrectly; expected at least 8 spaces, found 5
(#1826) Variable "GotXAxis" must be all lower-case
(#1826) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1827) Line indented incorrectly; expected 8 spaces, found 5
(#1827) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1827) Variable "Data" must be all lower-case
(#1827) Variable "AxisID" must be all lower-case
(#1827) Variable "AxisParameter" must be all lower-case
(#1828) Line indented incorrectly; expected at least 8 spaces, found 6
(#1829) Line indented incorrectly; expected 12 spaces, found 7
(#1829) Expected "if (...) {\n"; found "if (...) { "
(#1829) Variable "AxisParameter" must be all lower-case
(#1829) Variable "GotXAxis" must be all lower-case
(#1829) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1829) Closing brace must be on a line by itself
(#1831) Line indented incorrectly; expected 12 spaces, found 7
(#1831) Expected "if (...) {\n"; found "if (...)\n { "
(#1831) Variable "Pos" must be all lower-case
(#1831) Variable "AxisParameter" must be all lower-case
(#1832) Line indented incorrectly; expected at least 12 spaces, found 8
(#1832) Variable "Height" must be all lower-case
(#1832) Expected 1 space before "-"; 0 found
(#1832) Expected 1 space after "-"; 0 found
(#1832) Variable "YMargin" must be all lower-case
(#1832) Expected 1 space before "*"; 0 found
(#1832) Expected 1 space after "*"; 0 found
(#1832) Closing brace must be on a line by itself
(#1833) Line indented incorrectly; expected 12 spaces, found 7
(#1833) Usage of ELSEIF not allowed; use ELSE IF instead
(#1833) Variable "Pos" must be all lower-case
(#1833) Variable "AxisParameter" must be all lower-case
(#1834) Line indented incorrectly; expected at least 12 spaces, found 8
(#1834) Variable "Height" must be all lower-case
(#1834) Expected 1 space before "-"; 0 found
(#1834) Expected 1 space after "-"; 0 found
(#1834) Closing brace must be on a line by itself
(#1835) Line indented incorrectly; expected 12 spaces, found 7
(#1835) Usage of ELSEIF not allowed; use ELSE IF instead
(#1835) Variable "Pos" must be all lower-case
(#1835) Variable "AxisParameter" must be all lower-case
(#1836) Line indented incorrectly; expected at least 12 spaces, found 8
(#1836) Variable "Height" must be all lower-case
(#1836) Expected 1 space before "-"; 0 found
(#1836) Expected 1 space after "-"; 0 found
(#1836) Variable "YMargin" must be all lower-case
(#1836) Expected 1 space before "*"; 0 found
(#1836) Expected 1 space after "*"; 0 found
(#1836) Closing brace must be on a line by itself
(#1837) Line indented incorrectly; expected 12 spaces, found 7
(#1837) Expected "} else {\n"; found "}\n else\n { "
(#1838) Line indented incorrectly; expected at least 12 spaces, found 8
(#1838) Variable "Height" must be all lower-case
(#1838) Expected 1 space before "-"; 0 found
(#1838) Expected 1 space after "-"; 0 found
(#1838) Closing brace must be on a line by itself
(#1840) Line indented incorrectly; expected at least 12 spaces, found 7
(#1840) Variable "AxisMin" must be all lower-case
(#1840) Variable "AxisMax" must be all lower-case
(#1841) Line indented incorrectly; expected 12 spaces, found 7
(#1841) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1841) Variable "Mode" must be all lower-case
(#1841) Variable "Mode" must be all lower-case
(#1842) Line indented incorrectly; expected at least 12 spaces, found 8
(#1843) Line indented incorrectly; expected 16 spaces, found 9
(#1843) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1843) Variable "Data" must be all lower-case
(#1843) Variable "SerieID" must be all lower-case
(#1843) Variable "SerieParameter" must be all lower-case
(#1844) Line indented incorrectly; expected at least 16 spaces, found 10
(#1845) Line indented incorrectly; expected 20 spaces, found 11
(#1845) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1845) Variable "SerieParameter" must be all lower-case
(#1845) Variable "AxisID" must be all lower-case
(#1845) Variable "Data" must be all lower-case
(#1845) Variable "SerieID" must be all lower-case
(#1845) Variable "Data" must be all lower-case
(#1845) Variable "SerieID" must be all lower-case
(#1846) Line indented incorrectly; expected at least 20 spaces, found 12
(#1847) Line indented incorrectly; expected at least 24 spaces, found 13
(#1847) Variable "AxisMax" must be all lower-case
(#1847) Variable "AxisMax" must be all lower-case
(#1847) Commas (,) must be followed by white space.
(#1847) Variable "Data" must be all lower-case
(#1847) Variable "SerieID" must be all lower-case
(#1848) Line indented incorrectly; expected at least 24 spaces, found 13
(#1848) Variable "AxisMin" must be all lower-case
(#1848) Variable "AxisMin" must be all lower-case
(#1848) Commas (,) must be followed by white space.
(#1848) Variable "Data" must be all lower-case
(#1848) Variable "SerieID" must be all lower-case
(#1849) Line indented incorrectly; expected 20 spaces, found 12
(#1849) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1850) Line indented incorrectly; expected 16 spaces, found 10
(#1850) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1851) Line indented incorrectly; expected at least 16 spaces, found 9
(#1851) Variable "AutoMargin" must be all lower-case
(#1851) Variable "AxisMax" must be all lower-case
(#1851) Expected 1 space before "-"; 0 found
(#1851) Expected 1 space after "-"; 0 found
(#1851) Variable "AxisMin" must be all lower-case
(#1851) Expected 1 space before "/"; 0 found
(#1851) Expected 1 space after "/"; 0 found
(#1851) Expected 1 space before "*"; 0 found
(#1851) Expected 1 space after "*"; 0 found
(#1851) Variable "XReleasePercent" must be all lower-case
(#1853) Line indented incorrectly; expected at least 16 spaces, found 9
(#1853) Variable "Data" must be all lower-case
(#1853) Variable "AxisID" must be all lower-case
(#1853) Variable "AxisMin" must be all lower-case
(#1853) Expected 1 space before "-"; 0 found
(#1853) Expected 1 space after "-"; 0 found
(#1853) Variable "AutoMargin" must be all lower-case
(#1853) Variable "Data" must be all lower-case
(#1853) Variable "AxisID" must be all lower-case
(#1853) Variable "AxisMax" must be all lower-case
(#1853) Expected 1 space before "+"; 0 found
(#1853) Expected 1 space after "+"; 0 found
(#1853) Variable "AutoMargin" must be all lower-case
(#1854) Line indented incorrectly; expected 16 spaces, found 9
(#1854) Expected "if (...) {\n"; found "if (...) { "
(#1854) Variable "Mode" must be all lower-case
(#1854) Variable "Data" must be all lower-case
(#1854) Variable "AxisID" must be all lower-case
(#1854) Closing brace must be on a line by itself
(#1855) Line indented incorrectly; expected 12 spaces, found 8
(#1855) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1856) Line indented incorrectly; expected 12 spaces, found 7
(#1856) Usage of ELSEIF not allowed; use ELSE IF instead
(#1856) Variable "Mode" must be all lower-case
(#1857) Line indented incorrectly; expected at least 12 spaces, found 8
(#1858) Line indented incorrectly; expected 16 spaces, found 9
(#1858) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1858) Variable "ManualScale" must be all lower-case
(#1858) Variable "AxisID" must be all lower-case
(#1858) Variable "ManualScale" must be all lower-case
(#1858) Variable "AxisID" must be all lower-case
(#1859) Line indented incorrectly; expected at least 16 spaces, found 10
(#1860) Line indented incorrectly; expected at least 20 spaces, found 11
(#1860) Variable "Data" must be all lower-case
(#1860) Variable "AxisID" must be all lower-case
(#1860) Variable "ManualScale" must be all lower-case
(#1860) Variable "AxisID" must be all lower-case
(#1861) Line indented incorrectly; expected at least 20 spaces, found 11
(#1861) Variable "Data" must be all lower-case
(#1861) Variable "AxisID" must be all lower-case
(#1861) Variable "ManualScale" must be all lower-case
(#1861) Variable "AxisID" must be all lower-case
(#1862) Line indented incorrectly; expected 16 spaces, found 10
(#1862) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1863) Line indented incorrectly; expected 16 spaces, found 9
(#1863) Expected "} else {\n"; found "}\n else\n { "
(#1864) Line indented incorrectly; expected at least 16 spaces, found 10
(#1864) Closing brace must be on a line by itself
(#1865) Line indented incorrectly; expected 12 spaces, found 8
(#1865) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1866) Line indented incorrectly; expected 12 spaces, found 7
(#1866) Usage of ELSEIF not allowed; use ELSE IF instead
(#1866) Variable "Mode" must be all lower-case
(#1866) Variable "Mode" must be all lower-case
(#1867) Line indented incorrectly; expected at least 12 spaces, found 8
(#1868) Line indented incorrectly; expected at least 16 spaces, found 9
(#1868) Variable "Series" must be all lower-case
(#1869) Line indented incorrectly; expected 16 spaces, found 9
(#1869) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#1869) Variable "Data" must be all lower-case
(#1869) Variable "SerieID" must be all lower-case
(#1869) Variable "SerieParameter" must be all lower-case
(#1870) Line indented incorrectly; expected at least 16 spaces, found 10
(#1870) Expected "if (...) {\n"; found "if (...) { "
(#1870) Variable "SerieParameter" must be all lower-case
(#1870) Variable "AxisID" must be all lower-case
(#1870) Variable "SerieParameter" must be all lower-case
(#1870) Variable "Data" must be all lower-case
(#1870) Variable "SerieID" must be all lower-case
(#1870) Variable "Series" must be all lower-case
(#1870) Variable "SerieID" must be all lower-case
(#1870) Variable "Data" must be all lower-case
(#1870) Variable "SerieID" must be all lower-case
(#1870) Closing brace must be on a line by itself
(#1870) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1870) Closing brace must be on a line by itself
(#1872) Line indented incorrectly; expected 16 spaces, found 9
(#1872) Expected "for (...) {\n"; found "for (...)\n {\n"
(#1872) Expected 1 space after first semicolon of FOR loop; 0 found
(#1872) Expected 1 space after second semicolon of FOR loop; 0 found
(#1872) Variable "ID" must be all lower-case
(#1872) Expected 1 space before "="; 0 found
(#1872) Expected 1 space after "="; 0 found
(#1872) Variable "ID" must be all lower-case
(#1872) Expected 1 space before "<="; 0 found
(#1872) Expected 1 space after "<="; 0 found
(#1872) Variable "Series" must be all lower-case
(#1872) Expected 1 space before "-"; 0 found
(#1872) Expected 1 space after "-"; 0 found
(#1872) Variable "ID" must be all lower-case
(#1873) Line indented incorrectly; expected at least 16 spaces, found 10
(#1874) Line indented incorrectly; expected at least 20 spaces, found 11
(#1874) Variable "PointMin" must be all lower-case
(#1874) Variable "PointMax" must be all lower-case
(#1875) Line indented incorrectly; expected 20 spaces, found 11
(#1875) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1875) Space found before closing bracket of FOREACH loop
(#1875) Variable "Series" must be all lower-case
(#1875) Variable "SerieID" must be all lower-case
(#1875) Variable "ValuesCount" must be all lower-case
(#1876) Line indented incorrectly; expected at least 20 spaces, found 12
(#1877) Line indented incorrectly; expected 24 spaces, found 13
(#1877) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1877) Variable "Data" must be all lower-case
(#1877) Variable "SerieID" must be all lower-case
(#1877) Variable "ID" must be all lower-case
(#1877) Variable "Data" must be all lower-case
(#1877) Variable "SerieID" must be all lower-case
(#1877) Variable "ID" must be all lower-case
(#1877) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1878) Line indented incorrectly; expected at least 24 spaces, found 14
(#1879) Line indented incorrectly; expected at least 28 spaces, found 15
(#1879) Variable "Value" must be all lower-case
(#1879) Variable "Data" must be all lower-case
(#1879) Variable "SerieID" must be all lower-case
(#1879) Variable "ID" must be all lower-case
(#1880) Line indented incorrectly; expected 28 spaces, found 15
(#1880) Expected "if (...) {\n"; found "if (...) { "
(#1880) Variable "Value" must be all lower-case
(#1880) Variable "PointMax" must be all lower-case
(#1880) Variable "PointMax" must be all lower-case
(#1880) Variable "Value" must be all lower-case
(#1880) Closing brace must be on a line by itself
(#1880) Expected "} else {\n"; found "} else { "
(#1880) Variable "PointMin" must be all lower-case
(#1880) Variable "PointMin" must be all lower-case
(#1880) Variable "Value" must be all lower-case
(#1880) Closing brace must be on a line by itself
(#1881) Line indented incorrectly; expected 24 spaces, found 14
(#1881) Closing brace indented incorrectly; expected 13 spaces, found 14
(#1882) Line indented incorrectly; expected 20 spaces, found 12
(#1882) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1883) Line indented incorrectly; expected at least 20 spaces, found 11
(#1883) Variable "AxisMax" must be all lower-case
(#1883) Variable "AxisMax" must be all lower-case
(#1883) Commas (,) must be followed by white space.
(#1883) Variable "PointMax" must be all lower-case
(#1884) Line indented incorrectly; expected at least 20 spaces, found 11
(#1884) Variable "AxisMin" must be all lower-case
(#1884) Variable "AxisMin" must be all lower-case
(#1884) Commas (,) must be followed by white space.
(#1884) Variable "PointMin" must be all lower-case
(#1885) Line indented incorrectly; expected 16 spaces, found 10
(#1885) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1886) Line indented incorrectly; expected at least 16 spaces, found 9
(#1886) Variable "AutoMargin" must be all lower-case
(#1886) Variable "AxisMax" must be all lower-case
(#1886) Expected 1 space before "-"; 0 found
(#1886) Expected 1 space after "-"; 0 found
(#1886) Variable "AxisMin" must be all lower-case
(#1886) Expected 1 space before "/"; 0 found
(#1886) Expected 1 space after "/"; 0 found
(#1886) Expected 1 space before "*"; 0 found
(#1886) Expected 1 space after "*"; 0 found
(#1886) Variable "XReleasePercent" must be all lower-case
(#1887) Line indented incorrectly; expected at least 16 spaces, found 9
(#1887) Variable "Data" must be all lower-case
(#1887) Variable "AxisID" must be all lower-case
(#1887) Variable "AxisMin" must be all lower-case
(#1887) Expected 1 space before "-"; 0 found
(#1887) Expected 1 space after "-"; 0 found
(#1887) Variable "AutoMargin" must be all lower-case
(#1887) Variable "Data" must be all lower-case
(#1887) Variable "AxisID" must be all lower-case
(#1887) Variable "AxisMax" must be all lower-case
(#1887) Expected 1 space before "+"; 0 found
(#1887) Expected 1 space after "+"; 0 found
(#1887) Variable "AutoMargin" must be all lower-case
(#1888) Line indented incorrectly; expected 12 spaces, found 8
(#1888) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1889) Line indented incorrectly; expected at least 12 spaces, found 7
(#1889) Variable "MaxDivs" must be all lower-case
(#1889) Variable "Height" must be all lower-case
(#1889) Expected 1 space before "/"; 0 found
(#1889) Expected 1 space after "/"; 0 found
(#1889) Variable "MinDivHeight" must be all lower-case
(#1891) Line indented incorrectly; expected 12 spaces, found 7
(#1891) Expected "if (...) {\n"; found "if (...) { "
(#1891) Variable "Mode" must be all lower-case
(#1891) Variable "Data" must be all lower-case
(#1891) Variable "AxisID" must be all lower-case
(#1891) Closing brace must be on a line by itself
(#1893) Line indented incorrectly; expected at least 12 spaces, found 7
(#1893) Variable "Scale" must be all lower-case
(#1893) Variable "Data" must be all lower-case
(#1893) Variable "AxisID" must be all lower-case
(#1893) Commas (,) must be followed by white space.
(#1893) Variable "Data" must be all lower-case
(#1893) Variable "AxisID" must be all lower-case
(#1893) Commas (,) must be followed by white space.
(#1893) Variable "MaxDivs" must be all lower-case
(#1893) Commas (,) must be followed by white space.
(#1893) Variable "Factors" must be all lower-case
(#1893) Commas (,) must be followed by white space.
(#1893) Variable "AxisID" must be all lower-case
(#1895) Line indented incorrectly; expected at least 12 spaces, found 7
(#1895) Variable "Data" must be all lower-case
(#1895) Variable "AxisID" must be all lower-case
(#1895) Variable "AxisParameter" must be all lower-case
(#1895) Variable "XMargin" must be all lower-case
(#1895) Variable "YMargin" must be all lower-case
(#1896) Line indented incorrectly; expected at least 12 spaces, found 7
(#1896) Variable "Data" must be all lower-case
(#1896) Variable "AxisID" must be all lower-case
(#1896) Variable "Scale" must be all lower-case
(#1897) Line indented incorrectly; expected at least 12 spaces, found 7
(#1897) Variable "Data" must be all lower-case
(#1897) Variable "AxisID" must be all lower-case
(#1897) Variable "Scale" must be all lower-case
(#1898) Line indented incorrectly; expected at least 12 spaces, found 7
(#1898) Variable "Data" must be all lower-case
(#1898) Variable "AxisID" must be all lower-case
(#1898) Variable "Scale" must be all lower-case
(#1899) Line indented incorrectly; expected at least 12 spaces, found 7
(#1899) Variable "Data" must be all lower-case
(#1899) Variable "AxisID" must be all lower-case
(#1899) Variable "Scale" must be all lower-case
(#1901) Line indented incorrectly; expected 12 spaces, found 7
(#1901) Expected "if (...) {\n"; found "if (...) { "
(#1901) Variable "Scale" must be all lower-case
(#1901) Variable "Data" must be all lower-case
(#1901) Variable "AxisID" must be all lower-case
(#1901) Variable "Scale" must be all lower-case
(#1901) Closing brace must be on a line by itself
(#1903) Line indented incorrectly; expected 12 spaces, found 7
(#1903) Expected "if (...) {\n"; found "if (...) { "
(#1903) Variable "Data" must be all lower-case
(#1903) Variable "AxisID" must be all lower-case
(#1903) Variable "Data" must be all lower-case
(#1903) Variable "AxisID" must be all lower-case
(#1903) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1903) Closing brace must be on a line by itself
(#1904) Line indented incorrectly; expected 12 spaces, found 7
(#1904) Expected "if (...) {\n"; found "if (...) { "
(#1904) Variable "Data" must be all lower-case
(#1904) Variable "AxisID" must be all lower-case
(#1904) Variable "Data" must be all lower-case
(#1904) Variable "AxisID" must be all lower-case
(#1904) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1904) Closing brace must be on a line by itself
(#1905) Line indented incorrectly; expected 12 spaces, found 7
(#1905) Expected "if (...) {\n"; found "if (...) { "
(#1905) Variable "Data" must be all lower-case
(#1905) Variable "AxisID" must be all lower-case
(#1905) Variable "Data" must be all lower-case
(#1905) Variable "AxisID" must be all lower-case
(#1905) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1905) Closing brace must be on a line by itself
(#1906) Line indented incorrectly; expected 8 spaces, found 6
(#1906) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1908) Line indented incorrectly; expected at least 8 spaces, found 5
(#1909) Line indented incorrectly; expected 8 spaces, found 5
(#1909) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1909) Variable "GotXAxis" must be all lower-case
(#1909) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1910) Line indented incorrectly; expected at least 8 spaces, found 6
(#1911) Line indented incorrectly; expected 12 spaces, found 7
(#1911) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1911) Variable "Abscissa" must be all lower-case
(#1911) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1912) Line indented incorrectly; expected at least 12 spaces, found 8
(#1913) Line indented incorrectly; expected at least 16 spaces, found 9
(#1913) Variable "Points" must be all lower-case
(#1913) Variable "Data" must be all lower-case
(#1913) Variable "Abscissa" must be all lower-case
(#1914) Line indented incorrectly; expected at least 16 spaces, found 9
(#1914) Inline control structures are not allowed
(#1914) Variable "AutoAxisLabels" must be all lower-case
(#1915) Line indented incorrectly; expected at least 16 spaces, found 10
(#1915) Variable "AxisName" must be all lower-case
(#1915) Variable "Data" must be all lower-case
(#1915) Variable "Abscissa" must be all lower-case
(#1915) Variable "Data" must be all lower-case
(#1915) Variable "Abscissa" must be all lower-case
(#1915) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1916) Line indented incorrectly; expected at least 16 spaces, found 9
(#1916) Inline control structures are not allowed
(#1917) Line indented incorrectly; expected at least 16 spaces, found 10
(#1917) Variable "AxisName" must be all lower-case
(#1917) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1918) Line indented incorrectly; expected 12 spaces, found 8
(#1918) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1919) Line indented incorrectly; expected 12 spaces, found 7
(#1919) Expected "} else {\n"; found "}\n else\n {\n"
(#1920) Line indented incorrectly; expected at least 12 spaces, found 8
(#1921) Line indented incorrectly; expected at least 16 spaces, found 9
(#1921) Variable "Points" must be all lower-case
(#1922) Line indented incorrectly; expected at least 16 spaces, found 9
(#1922) Variable "AxisName" must be all lower-case
(#1922) Variable "Data" must be all lower-case
(#1922) Variable "Data" must be all lower-case
(#1922) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1923) Line indented incorrectly; expected 16 spaces, found 9
(#1923) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#1923) Variable "Data" must be all lower-case
(#1923) Variable "SerieID" must be all lower-case
(#1923) Variable "SerieParameter" must be all lower-case
(#1924) Line indented incorrectly; expected at least 16 spaces, found 10
(#1924) Expected "if (...) {\n"; found "if (...) { "
(#1924) Variable "SerieParameter" must be all lower-case
(#1924) Variable "Points" must be all lower-case
(#1924) Variable "Points" must be all lower-case
(#1924) Commas (,) must be followed by white space.
(#1924) Variable "SerieParameter" must be all lower-case
(#1924) Closing brace must be on a line by itself
(#1924) Closing brace must be on a line by itself
(#1925) Line indented incorrectly; expected 12 spaces, found 8
(#1925) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1927) Line indented incorrectly; expected at least 12 spaces, found 7
(#1927) Variable "AxisID" must be all lower-case
(#1927) Variable "Data" must be all lower-case
(#1928) Line indented incorrectly; expected at least 12 spaces, found 7
(#1928) Variable "Data" must be all lower-case
(#1928) Variable "AxisID" must be all lower-case
(#1929) Line indented incorrectly; expected 12 spaces, found 7
(#1929) Expected "if (...) {\n"; found "if (...) { "
(#1929) Variable "Pos" must be all lower-case
(#1929) Variable "Data" must be all lower-case
(#1929) Variable "AxisID" must be all lower-case
(#1929) Closing brace must be on a line by itself
(#1929) Expected "} else {\n"; found "} else { "
(#1929) Variable "Data" must be all lower-case
(#1929) Variable "AxisID" must be all lower-case
(#1929) Line exceeds 132 characters; contains 170 characters
(#1929) Closing brace must be on a line by itself
(#1930) Line indented incorrectly; expected 12 spaces, found 7
(#1930) Expected "if (...) {\n"; found "if (...) { "
(#1930) Variable "Data" must be all lower-case
(#1930) Variable "Data" must be all lower-case
(#1930) Variable "AxisID" must be all lower-case
(#1930) Variable "Data" must be all lower-case
(#1930) Closing brace must be on a line by itself
(#1931) Line indented incorrectly; expected 12 spaces, found 7
(#1931) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1931) Variable "XMargin" must be all lower-case
(#1932) Line indented incorrectly; expected at least 12 spaces, found 8
(#1933) Line indented incorrectly; expected 16 spaces, found 9
(#1933) Expected "if (...) {\n"; found "if (...)\n { "
(#1933) Variable "Pos" must be all lower-case
(#1934) Line indented incorrectly; expected at least 16 spaces, found 10
(#1934) Variable "Height" must be all lower-case
(#1934) Expected 1 space before "-"; 0 found
(#1934) Expected 1 space after "-"; 0 found
(#1934) Closing brace must be on a line by itself
(#1935) Line indented incorrectly; expected 16 spaces, found 9
(#1935) Expected "} else {\n"; found "}\n else\n { "
(#1936) Line indented incorrectly; expected at least 16 spaces, found 10
(#1936) Variable "Height" must be all lower-case
(#1936) Expected 1 space before "-"; 0 found
(#1936) Expected 1 space after "-"; 0 found
(#1936) Closing brace must be on a line by itself
(#1938) Line indented incorrectly; expected at least 16 spaces, found 9
(#1938) Inline control structures are not allowed
(#1938) Variable "Points" must be all lower-case
(#1939) Line indented incorrectly; expected at least 16 spaces, found 10
(#1939) Variable "Data" must be all lower-case
(#1939) Variable "AxisID" must be all lower-case
(#1939) Variable "Height" must be all lower-case
(#1940) Line indented incorrectly; expected at least 16 spaces, found 9
(#1940) Inline control structures are not allowed
(#1941) Line indented incorrectly; expected at least 16 spaces, found 10
(#1941) Variable "Data" must be all lower-case
(#1941) Variable "AxisID" must be all lower-case
(#1941) Variable "Height" must be all lower-case
(#1941) Expected 1 space before "/"; 0 found
(#1941) Expected 1 space after "/"; 0 found
(#1941) Variable "Points" must be all lower-case
(#1942) Line indented incorrectly; expected 12 spaces, found 8
(#1942) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1943) Line indented incorrectly; expected 12 spaces, found 7
(#1943) Expected "} else {\n"; found "}\n else\n { "
(#1944) Line indented incorrectly; expected at least 12 spaces, found 8
(#1944) Variable "Data" must be all lower-case
(#1944) Variable "AxisID" must be all lower-case
(#1944) Variable "XMargin" must be all lower-case
(#1944) Closing brace must be on a line by itself
(#1945) Line indented incorrectly; expected at least 12 spaces, found 7
(#1945) Variable "Data" must be all lower-case
(#1945) Variable "AxisID" must be all lower-case
(#1945) Variable "Points" must be all lower-case
(#1945) Expected 1 space before "-"; 0 found
(#1945) Expected 1 space after "-"; 0 found
(#1946) Line indented incorrectly; expected 12 spaces, found 7
(#1946) Expected "if (...) {\n"; found "if (...) { "
(#1946) Variable "Data" must be all lower-case
(#1946) Variable "AxisID" must be all lower-case
(#1946) Variable "Data" must be all lower-case
(#1946) Variable "AxisID" must be all lower-case
(#1946) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1946) Closing brace must be on a line by itself
(#1947) Line indented incorrectly; expected 12 spaces, found 7
(#1947) Expected "if (...) {\n"; found "if (...) { "
(#1947) Variable "Data" must be all lower-case
(#1947) Variable "AxisID" must be all lower-case
(#1947) Variable "Data" must be all lower-case
(#1947) Variable "AxisID" must be all lower-case
(#1947) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1947) Closing brace must be on a line by itself
(#1948) Line indented incorrectly; expected 12 spaces, found 7
(#1948) Expected "if (...) {\n"; found "if (...) { "
(#1948) Variable "Data" must be all lower-case
(#1948) Variable "AxisID" must be all lower-case
(#1948) Variable "Data" must be all lower-case
(#1948) Variable "AxisID" must be all lower-case
(#1948) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1948) Closing brace must be on a line by itself
(#1949) Line indented incorrectly; expected 8 spaces, found 6
(#1949) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1951) Line indented incorrectly; expected at least 8 spaces, found 5
(#1952) Line indented incorrectly; expected 8 spaces, found 5
(#1952) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1952) Variable "Pos" must be all lower-case
(#1953) Line indented incorrectly; expected at least 8 spaces, found 6
(#1954) Line indented incorrectly; expected 12 spaces, found 7
(#1954) Expected "if (...) {\n"; found "if (...)\n { "
(#1954) Variable "Data" must be all lower-case
(#1955) Line indented incorrectly; expected at least 12 spaces, found 8
(#1955) Variable "Data" must be all lower-case
(#1955) Closing brace must be on a line by itself
(#1956) Line indented incorrectly; expected 12 spaces, found 7
(#1956) Expected "} else {\n"; found "}\n else\n { "
(#1957) Line indented incorrectly; expected at least 12 spaces, found 8
(#1957) Variable "Data" must be all lower-case
(#1957) Closing brace must be on a line by itself
(#1958) Line indented incorrectly; expected 8 spaces, found 6
(#1958) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1959) Line indented incorrectly; expected at least 8 spaces, found 5
(#1959) Variable "Data" must be all lower-case
(#1959) Variable "AxisID" must be all lower-case
(#1959) Variable "Data" must be all lower-case
(#1961) Line indented incorrectly; expected at least 8 spaces, found 5
(#1961) Variable "Pos" must be all lower-case
(#1962) Line indented incorrectly; expected at least 8 spaces, found 5
(#1962) Variable "Data" must be all lower-case
(#1963) Line indented incorrectly; expected at least 8 spaces, found 5
(#1963) Variable "YMargin" must be all lower-case
(#1965) Line indented incorrectly; expected at least 8 spaces, found 5
(#1965) Variable "FontColorRo" must be all lower-case
(#1965) Variable "FontColorGo" must be all lower-case
(#1965) Variable "FontColorBo" must be all lower-case
(#1967) Line indented incorrectly; expected at least 8 spaces, found 5
(#1967) Variable "AxisPos" must be all lower-case
(#1967) Variable "AxisPos" must be all lower-case
(#1967) Variable "AxisPos" must be all lower-case
(#1967) Variable "AxisPos" must be all lower-case
(#1967) Line exceeds 132 characters; contains 148 characters
(#1968) Line indented incorrectly; expected 8 spaces, found 5
(#1968) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1968) Variable "Data" must be all lower-case
(#1968) Variable "AxisID" must be all lower-case
(#1968) Variable "Parameters" must be all lower-case
(#1969) Line indented incorrectly; expected at least 8 spaces, found 6
(#1970) Line indented incorrectly; expected 12 spaces, found 7
(#1970) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1970) Variable "Parameters" must be all lower-case
(#1971) Line indented incorrectly; expected at least 12 spaces, found 8
(#1972) Line indented incorrectly; expected at least 16 spaces, found 9
(#1972) Variable "AxisR" must be all lower-case
(#1972) Variable "Parameters" must be all lower-case
(#1972) Variable "AxisG" must be all lower-case
(#1972) Variable "Parameters" must be all lower-case
(#1972) Variable "AxisB" must be all lower-case
(#1972) Variable "Parameters" must be all lower-case
(#1973) Line indented incorrectly; expected at least 16 spaces, found 9
(#1973) Variable "TickR" must be all lower-case
(#1973) Variable "Parameters" must be all lower-case
(#1973) Variable "TickG" must be all lower-case
(#1973) Variable "Parameters" must be all lower-case
(#1973) Variable "TickB" must be all lower-case
(#1973) Variable "Parameters" must be all lower-case
(#1974) Line indented incorrectly; expected at least 16 spaces, found 9
(#1974) Expected 1 space before "=>"; 0 found
(#1974) Expected 1 space after "=>"; 0 found
(#1974) Variable "Parameters" must be all lower-case
(#1974) Commas (,) must be followed by white space.
(#1974) Expected 1 space before "=>"; 0 found
(#1974) Expected 1 space after "=>"; 0 found
(#1974) Variable "Parameters" must be all lower-case
(#1974) Commas (,) must be followed by white space.
(#1974) Expected 1 space before "=>"; 0 found
(#1974) Expected 1 space after "=>"; 0 found
(#1974) Variable "Parameters" must be all lower-case
(#1974) Line exceeds 132 characters; contains 135 characters
(#1975) Line indented incorrectly; expected 12 spaces, found 8
(#1975) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1976) Line indented incorrectly; expected 12 spaces, found 7
(#1976) Expected "} else {\n"; found "}\n else\n {\n"
(#1977) Line indented incorrectly; expected at least 12 spaces, found 8
(#1978) Line indented incorrectly; expected at least 16 spaces, found 9
(#1978) Variable "AxisR" must be all lower-case
(#1978) Variable "AxisRo" must be all lower-case
(#1978) Variable "AxisG" must be all lower-case
(#1978) Variable "AxisGo" must be all lower-case
(#1978) Variable "AxisB" must be all lower-case
(#1978) Variable "AxisBo" must be all lower-case
(#1979) Line indented incorrectly; expected at least 16 spaces, found 9
(#1979) Variable "TickR" must be all lower-case
(#1979) Variable "TickRo" must be all lower-case
(#1979) Variable "TickG" must be all lower-case
(#1979) Variable "TickGo" must be all lower-case
(#1979) Variable "TickB" must be all lower-case
(#1979) Variable "TickBo" must be all lower-case
(#1980) Line indented incorrectly; expected at least 16 spaces, found 9
(#1980) Expected 1 space before "=>"; 0 found
(#1980) Expected 1 space after "=>"; 0 found
(#1980) Variable "FontColorRo" must be all lower-case
(#1980) Commas (,) must be followed by white space.
(#1980) Expected 1 space before "=>"; 0 found
(#1980) Expected 1 space after "=>"; 0 found
(#1980) Variable "FontColorGo" must be all lower-case
(#1980) Commas (,) must be followed by white space.
(#1980) Expected 1 space before "=>"; 0 found
(#1980) Expected 1 space after "=>"; 0 found
(#1980) Variable "FontColorBo" must be all lower-case
(#1981) Line indented incorrectly; expected 12 spaces, found 8
(#1981) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1983) Line indented incorrectly; expected at least 12 spaces, found 7
(#1983) Variable "LastValue" must be all lower-case
(#1983) Variable "ID" must be all lower-case
(#1984) Line indented incorrectly; expected 12 spaces, found 7
(#1984) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1984) Variable "Parameters" must be all lower-case
(#1985) Line indented incorrectly; expected at least 12 spaces, found 8
(#1986) Line indented incorrectly; expected 16 spaces, found 9
(#1986) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1986) Variable "Pos" must be all lower-case
(#1987) Line indented incorrectly; expected at least 16 spaces, found 10
(#1988) Line indented incorrectly; expected 20 spaces, found 11
(#1988) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1988) Variable "Parameters" must be all lower-case
(#1989) Line indented incorrectly; expected at least 20 spaces, found 12
(#1990) Line indented incorrectly; expected 24 spaces, found 13
(#1990) Expected "if (...) {\n"; found "if (...)\t\t\t\t\t{ "
(#1990) Variable "LabelRotation" must be all lower-case
(#1990) Spaces must be used for alignment; tabs are not allowed
(#1990) Tab found within whitespace
(#1990) Variable "LabelAlign" must be all lower-case
(#1990) Variable "YLabelOffset" must be all lower-case
(#1990) Closing brace must be on a line by itself
(#1991) Line indented incorrectly; expected 24 spaces, found 13
(#1991) Expected "if (...) {\n"; found "if (...)\t\t{ "
(#1991) Variable "LabelRotation" must be all lower-case
(#1991) Variable "LabelRotation" must be all lower-case
(#1991) Spaces must be used for alignment; tabs are not allowed
(#1991) Tab found within whitespace
(#1991) Variable "LabelAlign" must be all lower-case
(#1991) Variable "YLabelOffset" must be all lower-case
(#1991) Closing brace must be on a line by itself
(#1992) Line indented incorrectly; expected 24 spaces, found 13
(#1992) Expected "if (...) {\n"; found "if (...)\t\t\t\t{ "
(#1992) Variable "LabelRotation" must be all lower-case
(#1992) Spaces must be used for alignment; tabs are not allowed
(#1992) Tab found within whitespace
(#1992) Variable "LabelAlign" must be all lower-case
(#1992) Variable "YLabelOffset" must be all lower-case
(#1992) Closing brace must be on a line by itself
(#1993) Line indented incorrectly; expected 24 spaces, found 13
(#1993) Expected "if (...) {\n"; found "if (...)\t{ "
(#1993) Variable "LabelRotation" must be all lower-case
(#1993) Variable "LabelRotation" must be all lower-case
(#1993) Spaces must be used for alignment; tabs are not allowed
(#1993) Tab found within whitespace
(#1993) Variable "LabelAlign" must be all lower-case
(#1993) Variable "YLabelOffset" must be all lower-case
(#1993) Closing brace must be on a line by itself
(#1995) Line indented incorrectly; expected 24 spaces, found 13
(#1995) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1995) Variable "RemoveXAxis" must be all lower-case
(#1996) Line indented incorrectly; expected at least 24 spaces, found 14
(#1997) Line indented incorrectly; expected 28 spaces, found 15
(#1997) Expected "if (...) {\n"; found "if (...)\n { "
(#1997) Variable "Floating" must be all lower-case
(#1998) Line indented incorrectly; expected at least 28 spaces, found 16
(#1998) Variable "FloatingOffset" must be all lower-case
(#1998) Variable "YMargin" must be all lower-case
(#1998) Expected 1 space before "+"; 0 found
(#1998) Expected 1 space after "+"; 0 found
(#1998) Variable "Parameters" must be all lower-case
(#1998) Commas (,) must be followed by white space.
(#1998) Variable "AxisPos" must be all lower-case
(#1998) Commas (,) must be followed by white space.
(#1998) Expected 1 space before "-"; 0 found
(#1998) Expected 1 space after "-"; 0 found
(#1998) Variable "Parameters" must be all lower-case
(#1998) Commas (,) must be followed by white space.
(#1998) Variable "AxisPos" must be all lower-case
(#1998) Commas (,) must be followed by white space.
(#1998) Expected 1 space before "=>"; 0 found
(#1998) Expected 1 space after "=>"; 0 found
(#1998) Variable "AxisR" must be all lower-case
(#1998) Commas (,) must be followed by white space.
(#1998) Expected 1 space before "=>"; 0 found
(#1998) Expected 1 space after "=>"; 0 found
(#1998) Variable "AxisG" must be all lower-case
(#1998) Commas (,) must be followed by white space.
(#1998) Expected 1 space before "=>"; 0 found
(#1998) Expected 1 space after "=>"; 0 found
(#1998) Variable "AxisB" must be all lower-case
(#1998) Commas (,) must be followed by white space.
(#1998) Expected 1 space before "=>"; 0 found
(#1998) Expected 1 space after "=>"; 0 found
(#1998) Variable "AxisAlpha" must be all lower-case
(#1998) Line exceeds maximum limit of 180 characters; contains 238 characters
(#1998) Closing brace must be on a line by itself
(#1999) Line indented incorrectly; expected 28 spaces, found 15
(#1999) Expected "} else {\n"; found "}\n else\n { "
(#2000) Line indented incorrectly; expected at least 28 spaces, found 16
(#2000) Variable "FloatingOffset" must be all lower-case
(#2000) Commas (,) must be followed by white space.
(#2000) Variable "AxisPos" must be all lower-case
(#2000) Commas (,) must be followed by white space.
(#2000) Commas (,) must be followed by white space.
(#2000) Variable "AxisPos" must be all lower-case
(#2000) Commas (,) must be followed by white space.
(#2000) Expected 1 space before "=>"; 0 found
(#2000) Expected 1 space after "=>"; 0 found
(#2000) Variable "AxisR" must be all lower-case
(#2000) Commas (,) must be followed by white space.
(#2000) Expected 1 space before "=>"; 0 found
(#2000) Expected 1 space after "=>"; 0 found
(#2000) Variable "AxisG" must be all lower-case
(#2000) Commas (,) must be followed by white space.
(#2000) Expected 1 space before "=>"; 0 found
(#2000) Expected 1 space after "=>"; 0 found
(#2000) Variable "AxisB" must be all lower-case
(#2000) Commas (,) must be followed by white space.
(#2000) Expected 1 space before "=>"; 0 found
(#2000) Expected 1 space after "=>"; 0 found
(#2000) Variable "AxisAlpha" must be all lower-case
(#2000) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2000) Closing brace must be on a line by itself
(#2002) Line indented incorrectly; expected 28 spaces, found 15
(#2002) Expected "if (...) {\n"; found "if (...) { "
(#2002) Variable "DrawArrows" must be all lower-case
(#2002) Expected 1 space before "-"; 0 found
(#2002) Expected 1 space after "-"; 0 found
(#2002) Variable "Parameters" must be all lower-case
(#2002) Commas (,) must be followed by white space.
(#2002) Variable "AxisPos" must be all lower-case
(#2002) Commas (,) must be followed by white space.
(#2002) Expected 1 space before "+"; 0 found
(#2002) Expected 1 space after "+"; 0 found
(#2002) Variable "ArrowSize" must be all lower-case
(#2002) Expected 1 space before "*"; 0 found
(#2002) Expected 1 space after "*"; 0 found
(#2002) Commas (,) must be followed by white space.
(#2002) Variable "AxisPos" must be all lower-case
(#2002) Commas (,) must be followed by white space.
(#2002) Expected 1 space before "=>"; 0 found
(#2002) Expected 1 space after "=>"; 0 found
(#2002) Variable "AxisR" must be all lower-case
(#2002) Commas (,) must be followed by white space.
(#2002) Expected 1 space before "=>"; 0 found
(#2002) Expected 1 space after "=>"; 0 found
(#2002) Variable "AxisG" must be all lower-case
(#2002) Commas (,) must be followed by white space.
(#2002) Expected 1 space before "=>"; 0 found
(#2002) Expected 1 space after "=>"; 0 found
(#2002) Variable "AxisB" must be all lower-case
(#2002) Commas (,) must be followed by white space.
(#2002) Expected 1 space before "=>"; 0 found
(#2002) Expected 1 space after "=>"; 0 found
(#2002) Variable "ArrowSize" must be all lower-case
(#2002) Line exceeds maximum limit of 180 characters; contains 233 characters
(#2002) Closing brace must be on a line by itself
(#2003) Line indented incorrectly; expected 24 spaces, found 14
(#2003) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2005) Line indented incorrectly; expected at least 24 spaces, found 13
(#2005) Variable "Width" must be all lower-case
(#2005) Variable "Parameters" must be all lower-case
(#2005) Expected 1 space before "*"; 0 found
(#2005) Expected 1 space after "*"; 0 found
(#2007) Line indented incorrectly; expected 24 spaces, found 13
(#2007) Expected "if (...) {\n"; found "if (...) { "
(#2007) Variable "Parameters" must be all lower-case
(#2007) Variable "Step" must be all lower-case
(#2007) Variable "Width" must be all lower-case
(#2007) Closing brace must be on a line by itself
(#2007) Expected "} else {\n"; found "} else { "
(#2007) Variable "Step" must be all lower-case
(#2007) Variable "Width" must be all lower-case
(#2007) Variable "Parameters" must be all lower-case
(#2007) Closing brace must be on a line by itself
(#2008) Whitespace found at end of line
(#2009) Line indented incorrectly; expected at least 24 spaces, found 13
(#2009) Variable "MaxBottom" must be all lower-case
(#2009) Variable "AxisPos" must be all lower-case
(#2010) Line indented incorrectly; expected 24 spaces, found 13
(#2010) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2010) Expected 1 space after first semicolon of FOR loop; 0 found
(#2010) Expected 1 space after second semicolon of FOR loop; 0 found
(#2010) Expected 1 space before "="; 0 found
(#2010) Expected 1 space after "="; 0 found
(#2010) Expected 1 space before "<="; 0 found
(#2010) Expected 1 space after "<="; 0 found
(#2010) Variable "Parameters" must be all lower-case
(#2011) Line indented incorrectly; expected at least 24 spaces, found 14
(#2012) Line indented incorrectly; expected at least 28 spaces, found 15
(#2012) Variable "XPos" must be all lower-case
(#2012) Variable "Parameters" must be all lower-case
(#2012) Variable "Step" must be all lower-case
(#2012) Expected 1 space before "*"; 0 found
(#2012) Expected 1 space after "*"; 0 found
(#2013) Line indented incorrectly; expected at least 28 spaces, found 15
(#2013) Variable "YPos" must be all lower-case
(#2013) Variable "AxisPos" must be all lower-case
(#2015) Line indented incorrectly; expected 28 spaces, found 15
(#2015) Expected "if (...) {\n"; found "if (...)\n { "
(#2015) Variable "Abscissa" must be all lower-case
(#2015) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2016) Line indented incorrectly; expected at least 28 spaces, found 16
(#2016) Expected "if (...) {\n"; found "if (...) { "
(#2016) Variable "Data" must be all lower-case
(#2016) Variable "Abscissa" must be all lower-case
(#2016) Variable "Value" must be all lower-case
(#2016) Variable "Data" must be all lower-case
(#2016) Variable "Abscissa" must be all lower-case
(#2016) Commas (,) must be followed by white space.
(#2016) Variable "Data" must be all lower-case
(#2016) Commas (,) must be followed by white space.
(#2016) Variable "Data" must be all lower-case
(#2016) Commas (,) must be followed by white space.
(#2016) Variable "Data" must be all lower-case
(#2016) Closing brace must be on a line by itself
(#2016) Expected "} else {\n"; found "} else { "
(#2016) Variable "Value" must be all lower-case
(#2016) Closing brace must be on a line by itself
(#2016) Line exceeds maximum limit of 180 characters; contains 229 characters
(#2016) Closing brace must be on a line by itself
(#2017) Line indented incorrectly; expected 28 spaces, found 15
(#2017) Expected "} else {\n"; found "}\n else\n {\n"
(#2018) Line indented incorrectly; expected at least 28 spaces, found 16
(#2019) Line indented incorrectly; expected at least 32 spaces, found 17
(#2019) Inline control structures are not allowed
(#2019) Variable "Parameters" must be all lower-case
(#2019) Variable "Parameters" must be all lower-case
(#2020) Line indented incorrectly; expected at least 32 spaces, found 18
(#2020) Variable "Value" must be all lower-case
(#2020) Variable "Parameters" must be all lower-case
(#2020) Variable "Parameters" must be all lower-case
(#2020) Expected 1 space before "*"; 0 found
(#2020) Expected 1 space after "*"; 0 found
(#2020) Commas (,) must be followed by white space.
(#2020) Variable "Data" must be all lower-case
(#2020) Commas (,) must be followed by white space.
(#2020) Variable "Data" must be all lower-case
(#2020) Commas (,) must be followed by white space.
(#2020) Variable "Data" must be all lower-case
(#2020) Line exceeds 132 characters; contains 163 characters
(#2021) Line indented incorrectly; expected at least 32 spaces, found 17
(#2021) Inline control structures are not allowed
(#2022) Line indented incorrectly; expected at least 32 spaces, found 18
(#2022) Variable "Value" must be all lower-case
(#2023) Line indented incorrectly; expected 28 spaces, found 16
(#2023) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2025) Line indented incorrectly; expected at least 28 spaces, found 15
(#2025) Variable "ID" must be all lower-case
(#2025) Variable "Skipped" must be all lower-case
(#2025) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2026) Line indented incorrectly; expected 28 spaces, found 15
(#2026) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2026) Variable "Value" must be all lower-case
(#2026) Commas (,) must be followed by white space.
(#2026) Variable "LastValue" must be all lower-case
(#2026) Commas (,) must be followed by white space.
(#2026) Variable "LabelingMethod" must be all lower-case
(#2026) Commas (,) must be followed by white space.
(#2026) Variable "ID" must be all lower-case
(#2026) Commas (,) must be followed by white space.
(#2026) Variable "LabelSkip" must be all lower-case
(#2026) Variable "RemoveXAxis" must be all lower-case
(#2027) Line indented incorrectly; expected at least 28 spaces, found 16
(#2028) Line indented incorrectly; expected at least 32 spaces, found 17
(#2028) Variable "Bounds" must be all lower-case
(#2028) Variable "XPos" must be all lower-case
(#2028) Commas (,) must be followed by white space.
(#2028) Variable "YPos" must be all lower-case
(#2028) Expected 1 space before "+"; 0 found
(#2028) Expected 1 space after "+"; 0 found
(#2028) Variable "OuterTickWidth" must be all lower-case
(#2028) Expected 1 space before "+"; 0 found
(#2028) Expected 1 space after "+"; 0 found
(#2028) Variable "YLabelOffset" must be all lower-case
(#2028) Commas (,) must be followed by white space.
(#2028) Variable "Value" must be all lower-case
(#2028) Commas (,) must be followed by white space.
(#2028) Expected 1 space before "=>"; 0 found
(#2028) Expected 1 space after "=>"; 0 found
(#2028) Variable "LabelRotation" must be all lower-case
(#2028) Commas (,) must be followed by white space.
(#2028) Expected 1 space before "=>"; 0 found
(#2028) Expected 1 space after "=>"; 0 found
(#2028) Variable "LabelAlign" must be all lower-case
(#2028) Line exceeds 132 characters; contains 148 characters
(#2029) Line indented incorrectly; expected at least 32 spaces, found 17
(#2029) Variable "TxtBottom" must be all lower-case
(#2029) Variable "YPos" must be all lower-case
(#2029) Expected 1 space before "+"; 0 found
(#2029) Expected 1 space after "+"; 0 found
(#2029) Variable "OuterTickWidth" must be all lower-case
(#2029) Expected 1 space before "+"; 0 found
(#2029) Expected 1 space after "+"; 0 found
(#2029) Expected 1 space before "+"; 0 found
(#2029) Expected 1 space after "+"; 0 found
(#2029) Variable "Bounds" must be all lower-case
(#2029) Expected 1 space before "-"; 0 found
(#2029) Expected 1 space after "-"; 0 found
(#2029) Variable "Bounds" must be all lower-case
(#2030) Line indented incorrectly; expected at least 32 spaces, found 17
(#2030) Variable "MaxBottom" must be all lower-case
(#2030) Variable "MaxBottom" must be all lower-case
(#2030) Commas (,) must be followed by white space.
(#2030) Variable "TxtBottom" must be all lower-case
(#2031) Line indented incorrectly; expected at least 32 spaces, found 17
(#2031) Variable "LastValue" must be all lower-case
(#2031) Variable "Value" must be all lower-case
(#2032) Line indented incorrectly; expected at least 32 spaces, found 17
(#2032) Variable "Skipped" must be all lower-case
(#2032) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2033) Line indented incorrectly; expected 28 spaces, found 16
(#2033) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2035) Line indented incorrectly; expected 28 spaces, found 15
(#2035) Expected "if (...) {\n"; found "if (...) { "
(#2035) Variable "RemoveXAxis" must be all lower-case
(#2035) Variable "Skipped" must be all lower-case
(#2035) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2035) Closing brace must be on a line by itself
(#2037) Line indented incorrectly; expected 28 spaces, found 15
(#2037) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2037) Variable "Skipped" must be all lower-case
(#2038) Line indented incorrectly; expected at least 28 spaces, found 16
(#2039) Line indented incorrectly; expected 32 spaces, found 17
(#2039) Expected "if (...) {\n"; found "if (...) { "
(#2039) Variable "DrawXLines" must be all lower-case
(#2039) Variable "XPos" must be all lower-case
(#2039) Commas (,) must be followed by white space.
(#2039) Expected 1 space before "+"; 0 found
(#2039) Expected 1 space after "+"; 0 found
(#2039) Variable "FloatingOffset" must be all lower-case
(#2039) Commas (,) must be followed by white space.
(#2039) Variable "XPos" must be all lower-case
(#2039) Commas (,) must be followed by white space.
(#2039) Expected 1 space before "-"; 0 found
(#2039) Expected 1 space after "-"; 0 found
(#2039) Variable "FloatingOffset" must be all lower-case
(#2039) Commas (,) must be followed by white space.
(#2039) Variable "SkippedAxisColor" must be all lower-case
(#2039) Line exceeds 132 characters; contains 157 characters
(#2039) Closing brace must be on a line by itself
(#2040) Line indented incorrectly; expected 32 spaces, found 17
(#2040) Expected "if (...) {\n"; found "if (...) { "
(#2040) Variable "SkippedInnerTickWidth" must be all lower-case
(#2040) Expected 1 space after "!="; 0 found
(#2040) Variable "SkippedOuterTickWidth" must be all lower-case
(#2040) Variable "RemoveXAxis" must be all lower-case
(#2040) Variable "XPos" must be all lower-case
(#2040) Commas (,) must be followed by white space.
(#2040) Variable "YPos" must be all lower-case
(#2040) Expected 1 space before "-"; 0 found
(#2040) Expected 1 space after "-"; 0 found
(#2040) Variable "SkippedInnerTickWidth" must be all lower-case
(#2040) Commas (,) must be followed by white space.
(#2040) Variable "XPos" must be all lower-case
(#2040) Commas (,) must be followed by white space.
(#2040) Variable "YPos" must be all lower-case
(#2040) Expected 1 space before "+"; 0 found
(#2040) Expected 1 space after "+"; 0 found
(#2040) Variable "SkippedOuterTickWidth" must be all lower-case
(#2040) Commas (,) must be followed by white space.
(#2040) Variable "SkippedTickColor" must be all lower-case
(#2040) Line exceeds maximum limit of 180 characters; contains 210 characters
(#2040) Closing brace must be on a line by itself
(#2041) Line indented incorrectly; expected 28 spaces, found 16
(#2041) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2042) Line indented incorrectly; expected 28 spaces, found 15
(#2042) Expected "} else {\n"; found "}\n else\n {\n"
(#2043) Line indented incorrectly; expected at least 28 spaces, found 16
(#2044) Line indented incorrectly; expected 32 spaces, found 17
(#2044) Expected "if (...) {\n"; found "if (...) { "
(#2044) Variable "DrawXLines" must be all lower-case
(#2044) Variable "XPos" must be all lower-case
(#2044) Variable "XPos" must be all lower-case
(#2044) Variable "XPos" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Expected 1 space before "+"; 0 found
(#2044) Expected 1 space after "+"; 0 found
(#2044) Variable "FloatingOffset" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Variable "XPos" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Expected 1 space before "-"; 0 found
(#2044) Expected 1 space after "-"; 0 found
(#2044) Variable "FloatingOffset" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Expected 1 space before "=>"; 0 found
(#2044) Expected 1 space after "=>"; 0 found
(#2044) Variable "GridR" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Expected 1 space before "=>"; 0 found
(#2044) Expected 1 space after "=>"; 0 found
(#2044) Variable "GridG" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Expected 1 space before "=>"; 0 found
(#2044) Expected 1 space after "=>"; 0 found
(#2044) Variable "GridB" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Expected 1 space before "=>"; 0 found
(#2044) Expected 1 space after "=>"; 0 found
(#2044) Variable "GridAlpha" must be all lower-case
(#2044) Commas (,) must be followed by white space.
(#2044) Expected 1 space before "=>"; 0 found
(#2044) Expected 1 space after "=>"; 0 found
(#2044) Variable "GridTicks" must be all lower-case
(#2044) Line exceeds maximum limit of 180 characters; contains 286 characters
(#2044) Closing brace must be on a line by itself
(#2045) Line indented incorrectly; expected 32 spaces, found 17
(#2045) Expected "if (...) {\n"; found "if (...) { "
(#2045) Variable "InnerTickWidth" must be all lower-case
(#2045) Expected 1 space after "!="; 0 found
(#2045) Variable "OuterTickWidth" must be all lower-case
(#2045) Variable "RemoveXAxis" must be all lower-case
(#2045) Variable "XPos" must be all lower-case
(#2045) Commas (,) must be followed by white space.
(#2045) Variable "YPos" must be all lower-case
(#2045) Expected 1 space before "-"; 0 found
(#2045) Expected 1 space after "-"; 0 found
(#2045) Variable "InnerTickWidth" must be all lower-case
(#2045) Commas (,) must be followed by white space.
(#2045) Variable "XPos" must be all lower-case
(#2045) Commas (,) must be followed by white space.
(#2045) Variable "YPos" must be all lower-case
(#2045) Expected 1 space before "+"; 0 found
(#2045) Expected 1 space after "+"; 0 found
(#2045) Variable "OuterTickWidth" must be all lower-case
(#2045) Commas (,) must be followed by white space.
(#2045) Expected 1 space before "=>"; 0 found
(#2045) Expected 1 space after "=>"; 0 found
(#2045) Variable "TickR" must be all lower-case
(#2045) Commas (,) must be followed by white space.
(#2045) Expected 1 space before "=>"; 0 found
(#2045) Expected 1 space after "=>"; 0 found
(#2045) Variable "TickG" must be all lower-case
(#2045) Commas (,) must be followed by white space.
(#2045) Expected 1 space before "=>"; 0 found
(#2045) Expected 1 space after "=>"; 0 found
(#2045) Variable "TickB" must be all lower-case
(#2045) Commas (,) must be followed by white space.
(#2045) Expected 1 space before "=>"; 0 found
(#2045) Expected 1 space after "=>"; 0 found
(#2045) Variable "TickAlpha" must be all lower-case
(#2045) Line exceeds maximum limit of 180 characters; contains 227 characters
(#2045) Closing brace must be on a line by itself
(#2046) Line indented incorrectly; expected 28 spaces, found 16
(#2046) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2047) Line indented incorrectly; expected 24 spaces, found 14
(#2047) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2049) Line indented incorrectly; expected 24 spaces, found 13
(#2049) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2049) Variable "Parameters" must be all lower-case
(#2049) Variable "RemoveXAxis" must be all lower-case
(#2050) Line indented incorrectly; expected at least 24 spaces, found 14
(#2051) Line indented incorrectly; expected at least 28 spaces, found 15
(#2051) Variable "YPos" must be all lower-case
(#2051) Variable "MaxBottom" must be all lower-case
(#2051) Expected 1 space before "+"; 0 found
(#2051) Expected 1 space after "+"; 0 found
(#2052) Line indented incorrectly; expected at least 28 spaces, found 15
(#2052) Variable "XPos" must be all lower-case
(#2052) Expected 1 space before "+"; 0 found
(#2052) Expected 1 space after "+"; 0 found
(#2052) Expected 1 space before "-"; 0 found
(#2052) Expected 1 space after "-"; 0 found
(#2052) Expected 1 space before "/"; 0 found
(#2052) Expected 1 space after "/"; 0 found
(#2053) Line indented incorrectly; expected at least 28 spaces, found 15
(#2053) Variable "Bounds" must be all lower-case
(#2053) Variable "XPos" must be all lower-case
(#2053) Commas (,) must be followed by white space.
(#2053) Variable "YPos" must be all lower-case
(#2053) Commas (,) must be followed by white space.
(#2053) Variable "Parameters" must be all lower-case
(#2053) Commas (,) must be followed by white space.
(#2053) Expected 1 space before "=>"; 0 found
(#2053) Expected 1 space after "=>"; 0 found
(#2054) Line indented incorrectly; expected at least 28 spaces, found 15
(#2054) Variable "MaxBottom" must be all lower-case
(#2054) Variable "Bounds" must be all lower-case
(#2056) Line indented incorrectly; expected at least 28 spaces, found 15
(#2056) Variable "MaxBottom" must be all lower-case
(#2057) Line indented incorrectly; expected 24 spaces, found 14
(#2057) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2059) Line indented incorrectly; expected at least 24 spaces, found 13
(#2059) Variable "AxisPos" must be all lower-case
(#2059) Variable "MaxBottom" must be all lower-case
(#2059) Variable "ScaleSpacing" must be all lower-case
(#2060) Line indented incorrectly; expected 20 spaces, found 12
(#2060) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2061) Line indented incorrectly; expected 20 spaces, found 11
(#2061) Usage of ELSEIF not allowed; use ELSE IF instead
(#2061) Variable "Parameters" must be all lower-case
(#2062) Line indented incorrectly; expected at least 20 spaces, found 12
(#2063) Line indented incorrectly; expected 24 spaces, found 13
(#2063) Expected "if (...) {\n"; found "if (...)\t\t\t\t\t{ "
(#2063) Variable "LabelRotation" must be all lower-case
(#2063) Spaces must be used for alignment; tabs are not allowed
(#2063) Tab found within whitespace
(#2063) Variable "LabelAlign" must be all lower-case
(#2063) Variable "YLabelOffset" must be all lower-case
(#2063) Closing brace must be on a line by itself
(#2064) Line indented incorrectly; expected 24 spaces, found 13
(#2064) Expected "if (...) {\n"; found "if (...)\t\t{ "
(#2064) Variable "LabelRotation" must be all lower-case
(#2064) Variable "LabelRotation" must be all lower-case
(#2064) Spaces must be used for alignment; tabs are not allowed
(#2064) Tab found within whitespace
(#2064) Variable "LabelAlign" must be all lower-case
(#2064) Variable "YLabelOffset" must be all lower-case
(#2064) Closing brace must be on a line by itself
(#2065) Line indented incorrectly; expected 24 spaces, found 13
(#2065) Expected "if (...) {\n"; found "if (...)\t\t\t\t{ "
(#2065) Variable "LabelRotation" must be all lower-case
(#2065) Spaces must be used for alignment; tabs are not allowed
(#2065) Tab found within whitespace
(#2065) Variable "LabelAlign" must be all lower-case
(#2065) Variable "YLabelOffset" must be all lower-case
(#2065) Closing brace must be on a line by itself
(#2066) Line indented incorrectly; expected 24 spaces, found 13
(#2066) Expected "if (...) {\n"; found "if (...)\t{ "
(#2066) Variable "LabelRotation" must be all lower-case
(#2066) Variable "LabelRotation" must be all lower-case
(#2066) Spaces must be used for alignment; tabs are not allowed
(#2066) Tab found within whitespace
(#2066) Variable "LabelAlign" must be all lower-case
(#2066) Variable "YLabelOffset" must be all lower-case
(#2066) Closing brace must be on a line by itself
(#2068) Line indented incorrectly; expected 24 spaces, found 13
(#2068) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2068) Variable "RemoveXAxis" must be all lower-case
(#2069) Line indented incorrectly; expected at least 24 spaces, found 14
(#2070) Line indented incorrectly; expected 28 spaces, found 15
(#2070) Expected "if (...) {\n"; found "if (...)\n { "
(#2070) Variable "Floating" must be all lower-case
(#2071) Line indented incorrectly; expected at least 28 spaces, found 16
(#2071) Variable "FloatingOffset" must be all lower-case
(#2071) Variable "YMargin" must be all lower-case
(#2071) Expected 1 space before "+"; 0 found
(#2071) Expected 1 space after "+"; 0 found
(#2071) Variable "Parameters" must be all lower-case
(#2071) Commas (,) must be followed by white space.
(#2071) Variable "AxisPos" must be all lower-case
(#2071) Commas (,) must be followed by white space.
(#2071) Expected 1 space before "-"; 0 found
(#2071) Expected 1 space after "-"; 0 found
(#2071) Variable "Parameters" must be all lower-case
(#2071) Commas (,) must be followed by white space.
(#2071) Variable "AxisPos" must be all lower-case
(#2071) Commas (,) must be followed by white space.
(#2071) Expected 1 space before "=>"; 0 found
(#2071) Expected 1 space after "=>"; 0 found
(#2071) Variable "AxisR" must be all lower-case
(#2071) Commas (,) must be followed by white space.
(#2071) Expected 1 space before "=>"; 0 found
(#2071) Expected 1 space after "=>"; 0 found
(#2071) Variable "AxisG" must be all lower-case
(#2071) Commas (,) must be followed by white space.
(#2071) Expected 1 space before "=>"; 0 found
(#2071) Expected 1 space after "=>"; 0 found
(#2071) Variable "AxisB" must be all lower-case
(#2071) Commas (,) must be followed by white space.
(#2071) Expected 1 space before "=>"; 0 found
(#2071) Expected 1 space after "=>"; 0 found
(#2071) Variable "AxisAlpha" must be all lower-case
(#2071) Line exceeds maximum limit of 180 characters; contains 238 characters
(#2071) Closing brace must be on a line by itself
(#2072) Line indented incorrectly; expected 28 spaces, found 15
(#2072) Expected "} else {\n"; found "}\n else\n { "
(#2073) Line indented incorrectly; expected at least 28 spaces, found 16
(#2073) Variable "FloatingOffset" must be all lower-case
(#2073) Commas (,) must be followed by white space.
(#2073) Variable "AxisPos" must be all lower-case
(#2073) Commas (,) must be followed by white space.
(#2073) Commas (,) must be followed by white space.
(#2073) Variable "AxisPos" must be all lower-case
(#2073) Commas (,) must be followed by white space.
(#2073) Expected 1 space before "=>"; 0 found
(#2073) Expected 1 space after "=>"; 0 found
(#2073) Variable "AxisR" must be all lower-case
(#2073) Commas (,) must be followed by white space.
(#2073) Expected 1 space before "=>"; 0 found
(#2073) Expected 1 space after "=>"; 0 found
(#2073) Variable "AxisG" must be all lower-case
(#2073) Commas (,) must be followed by white space.
(#2073) Expected 1 space before "=>"; 0 found
(#2073) Expected 1 space after "=>"; 0 found
(#2073) Variable "AxisB" must be all lower-case
(#2073) Commas (,) must be followed by white space.
(#2073) Expected 1 space before "=>"; 0 found
(#2073) Expected 1 space after "=>"; 0 found
(#2073) Variable "AxisAlpha" must be all lower-case
(#2073) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2073) Closing brace must be on a line by itself
(#2075) Line indented incorrectly; expected 28 spaces, found 15
(#2075) Expected "if (...) {\n"; found "if (...) { "
(#2075) Variable "DrawArrows" must be all lower-case
(#2075) Expected 1 space before "-"; 0 found
(#2075) Expected 1 space after "-"; 0 found
(#2075) Variable "Parameters" must be all lower-case
(#2075) Commas (,) must be followed by white space.
(#2075) Variable "AxisPos" must be all lower-case
(#2075) Commas (,) must be followed by white space.
(#2075) Expected 1 space before "+"; 0 found
(#2075) Expected 1 space after "+"; 0 found
(#2075) Variable "ArrowSize" must be all lower-case
(#2075) Expected 1 space before "*"; 0 found
(#2075) Expected 1 space after "*"; 0 found
(#2075) Commas (,) must be followed by white space.
(#2075) Variable "AxisPos" must be all lower-case
(#2075) Commas (,) must be followed by white space.
(#2075) Expected 1 space before "=>"; 0 found
(#2075) Expected 1 space after "=>"; 0 found
(#2075) Variable "AxisR" must be all lower-case
(#2075) Commas (,) must be followed by white space.
(#2075) Expected 1 space before "=>"; 0 found
(#2075) Expected 1 space after "=>"; 0 found
(#2075) Variable "AxisG" must be all lower-case
(#2075) Commas (,) must be followed by white space.
(#2075) Expected 1 space before "=>"; 0 found
(#2075) Expected 1 space after "=>"; 0 found
(#2075) Variable "AxisB" must be all lower-case
(#2075) Commas (,) must be followed by white space.
(#2075) Expected 1 space before "=>"; 0 found
(#2075) Expected 1 space after "=>"; 0 found
(#2075) Variable "ArrowSize" must be all lower-case
(#2075) Line exceeds maximum limit of 180 characters; contains 233 characters
(#2075) Closing brace must be on a line by itself
(#2076) Line indented incorrectly; expected 24 spaces, found 14
(#2076) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2078) Line indented incorrectly; expected at least 24 spaces, found 13
(#2078) Variable "Width" must be all lower-case
(#2078) Variable "Parameters" must be all lower-case
(#2078) Expected 1 space before "*"; 0 found
(#2078) Expected 1 space after "*"; 0 found
(#2080) Line indented incorrectly; expected 24 spaces, found 13
(#2080) Expected "if (...) {\n"; found "if (...) { "
(#2080) Variable "Parameters" must be all lower-case
(#2080) Variable "Step" must be all lower-case
(#2080) Variable "Width" must be all lower-case
(#2080) Closing brace must be on a line by itself
(#2080) Expected "} else {\n"; found "} else { "
(#2080) Variable "Step" must be all lower-case
(#2080) Variable "Width" must be all lower-case
(#2080) Variable "Parameters" must be all lower-case
(#2080) Closing brace must be on a line by itself
(#2081) Whitespace found at end of line
(#2082) Line indented incorrectly; expected at least 24 spaces, found 13
(#2082) Variable "MinTop" must be all lower-case
(#2082) Variable "AxisPos" must be all lower-case
(#2083) Line indented incorrectly; expected 24 spaces, found 13
(#2083) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2083) Expected 1 space after first semicolon of FOR loop; 0 found
(#2083) Expected 1 space after second semicolon of FOR loop; 0 found
(#2083) Expected 1 space before "="; 0 found
(#2083) Expected 1 space after "="; 0 found
(#2083) Expected 1 space before "<="; 0 found
(#2083) Expected 1 space after "<="; 0 found
(#2083) Variable "Parameters" must be all lower-case
(#2084) Line indented incorrectly; expected at least 24 spaces, found 14
(#2085) Line indented incorrectly; expected at least 28 spaces, found 15
(#2085) Variable "XPos" must be all lower-case
(#2085) Variable "Parameters" must be all lower-case
(#2085) Variable "Step" must be all lower-case
(#2085) Expected 1 space before "*"; 0 found
(#2085) Expected 1 space after "*"; 0 found
(#2086) Line indented incorrectly; expected at least 28 spaces, found 15
(#2086) Variable "YPos" must be all lower-case
(#2086) Variable "AxisPos" must be all lower-case
(#2088) Line indented incorrectly; expected 28 spaces, found 15
(#2088) Expected "if (...) {\n"; found "if (...)\n { "
(#2088) Variable "Abscissa" must be all lower-case
(#2088) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2089) Line indented incorrectly; expected at least 28 spaces, found 16
(#2089) Expected "if (...) {\n"; found "if (...) { "
(#2089) Variable "Data" must be all lower-case
(#2089) Variable "Abscissa" must be all lower-case
(#2089) Variable "Value" must be all lower-case
(#2089) Variable "Data" must be all lower-case
(#2089) Variable "Abscissa" must be all lower-case
(#2089) Commas (,) must be followed by white space.
(#2089) Variable "Data" must be all lower-case
(#2089) Commas (,) must be followed by white space.
(#2089) Variable "Data" must be all lower-case
(#2089) Commas (,) must be followed by white space.
(#2089) Variable "Data" must be all lower-case
(#2089) Closing brace must be on a line by itself
(#2089) Expected "} else {\n"; found "} else { "
(#2089) Variable "Value" must be all lower-case
(#2089) Closing brace must be on a line by itself
(#2089) Line exceeds maximum limit of 180 characters; contains 229 characters
(#2089) Closing brace must be on a line by itself
(#2090) Line indented incorrectly; expected 28 spaces, found 15
(#2090) Expected "} else {\n"; found "}\n else\n {\n"
(#2091) Line indented incorrectly; expected at least 28 spaces, found 16
(#2092) Line indented incorrectly; expected at least 32 spaces, found 17
(#2092) Inline control structures are not allowed
(#2092) Variable "Parameters" must be all lower-case
(#2092) Variable "Parameters" must be all lower-case
(#2093) Line indented incorrectly; expected at least 32 spaces, found 18
(#2093) Variable "Value" must be all lower-case
(#2093) Variable "Parameters" must be all lower-case
(#2093) Variable "Parameters" must be all lower-case
(#2093) Expected 1 space before "*"; 0 found
(#2093) Expected 1 space after "*"; 0 found
(#2093) Commas (,) must be followed by white space.
(#2093) Variable "Data" must be all lower-case
(#2093) Commas (,) must be followed by white space.
(#2093) Variable "Data" must be all lower-case
(#2093) Commas (,) must be followed by white space.
(#2093) Variable "Data" must be all lower-case
(#2093) Line exceeds 132 characters; contains 163 characters
(#2094) Line indented incorrectly; expected at least 32 spaces, found 17
(#2094) Inline control structures are not allowed
(#2095) Line indented incorrectly; expected at least 32 spaces, found 18
(#2095) Variable "Value" must be all lower-case
(#2096) Line indented incorrectly; expected 28 spaces, found 16
(#2096) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2098) Line indented incorrectly; expected at least 28 spaces, found 15
(#2098) Variable "ID" must be all lower-case
(#2098) Variable "Skipped" must be all lower-case
(#2098) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2099) Line indented incorrectly; expected 28 spaces, found 15
(#2099) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2099) Variable "Value" must be all lower-case
(#2099) Commas (,) must be followed by white space.
(#2099) Variable "LastValue" must be all lower-case
(#2099) Commas (,) must be followed by white space.
(#2099) Variable "LabelingMethod" must be all lower-case
(#2099) Commas (,) must be followed by white space.
(#2099) Variable "ID" must be all lower-case
(#2099) Commas (,) must be followed by white space.
(#2099) Variable "LabelSkip" must be all lower-case
(#2099) Variable "RemoveXAxis" must be all lower-case
(#2100) Line indented incorrectly; expected at least 28 spaces, found 16
(#2101) Line indented incorrectly; expected at least 32 spaces, found 17
(#2101) Variable "Bounds" must be all lower-case
(#2101) Variable "XPos" must be all lower-case
(#2101) Commas (,) must be followed by white space.
(#2101) Variable "YPos" must be all lower-case
(#2101) Expected 1 space before "-"; 0 found
(#2101) Expected 1 space after "-"; 0 found
(#2101) Variable "OuterTickWidth" must be all lower-case
(#2101) Expected 1 space before "-"; 0 found
(#2101) Expected 1 space after "-"; 0 found
(#2101) Variable "YLabelOffset" must be all lower-case
(#2101) Commas (,) must be followed by white space.
(#2101) Variable "Value" must be all lower-case
(#2101) Commas (,) must be followed by white space.
(#2101) Expected 1 space before "=>"; 0 found
(#2101) Expected 1 space after "=>"; 0 found
(#2101) Variable "LabelRotation" must be all lower-case
(#2101) Commas (,) must be followed by white space.
(#2101) Expected 1 space before "=>"; 0 found
(#2101) Expected 1 space after "=>"; 0 found
(#2101) Variable "LabelAlign" must be all lower-case
(#2101) Line exceeds 132 characters; contains 145 characters
(#2102) Line indented incorrectly; expected at least 32 spaces, found 17
(#2102) Variable "TxtBox" must be all lower-case
(#2102) Variable "YPos" must be all lower-case
(#2102) Expected 1 space before "-"; 0 found
(#2102) Expected 1 space after "-"; 0 found
(#2102) Variable "OuterTickWidth" must be all lower-case
(#2102) Expected 1 space before "-"; 0 found
(#2102) Expected 1 space after "-"; 0 found
(#2102) Expected 1 space before "-"; 0 found
(#2102) Expected 1 space after "-"; 0 found
(#2102) Variable "Bounds" must be all lower-case
(#2102) Expected 1 space before "-"; 0 found
(#2102) Expected 1 space after "-"; 0 found
(#2102) Variable "Bounds" must be all lower-case
(#2103) Line indented incorrectly; expected at least 32 spaces, found 17
(#2103) Variable "MinTop" must be all lower-case
(#2103) Variable "MinTop" must be all lower-case
(#2103) Commas (,) must be followed by white space.
(#2103) Variable "TxtBox" must be all lower-case
(#2104) Line indented incorrectly; expected at least 32 spaces, found 17
(#2104) Variable "LastValue" must be all lower-case
(#2104) Variable "Value" must be all lower-case
(#2105) Line indented incorrectly; expected at least 32 spaces, found 17
(#2105) Variable "Skipped" must be all lower-case
(#2105) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2106) Line indented incorrectly; expected 28 spaces, found 16
(#2106) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2108) Line indented incorrectly; expected 28 spaces, found 15
(#2108) Expected "if (...) {\n"; found "if (...) { "
(#2108) Variable "RemoveXAxis" must be all lower-case
(#2108) Variable "Skipped" must be all lower-case
(#2108) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2108) Closing brace must be on a line by itself
(#2110) Line indented incorrectly; expected 28 spaces, found 15
(#2110) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2110) Variable "Skipped" must be all lower-case
(#2111) Line indented incorrectly; expected at least 28 spaces, found 16
(#2112) Line indented incorrectly; expected 32 spaces, found 17
(#2112) Expected "if (...) {\n"; found "if (...) { "
(#2112) Variable "DrawXLines" must be all lower-case
(#2112) Variable "XPos" must be all lower-case
(#2112) Commas (,) must be followed by white space.
(#2112) Expected 1 space before "+"; 0 found
(#2112) Expected 1 space after "+"; 0 found
(#2112) Variable "FloatingOffset" must be all lower-case
(#2112) Commas (,) must be followed by white space.
(#2112) Variable "XPos" must be all lower-case
(#2112) Commas (,) must be followed by white space.
(#2112) Expected 1 space before "-"; 0 found
(#2112) Expected 1 space after "-"; 0 found
(#2112) Variable "FloatingOffset" must be all lower-case
(#2112) Commas (,) must be followed by white space.
(#2112) Variable "SkippedAxisColor" must be all lower-case
(#2112) Line exceeds 132 characters; contains 157 characters
(#2112) Closing brace must be on a line by itself
(#2113) Line indented incorrectly; expected 32 spaces, found 17
(#2113) Expected "if (...) {\n"; found "if (...) { "
(#2113) Variable "SkippedInnerTickWidth" must be all lower-case
(#2113) Expected 1 space after "!="; 0 found
(#2113) Variable "SkippedOuterTickWidth" must be all lower-case
(#2113) Variable "RemoveXAxis" must be all lower-case
(#2113) Variable "XPos" must be all lower-case
(#2113) Commas (,) must be followed by white space.
(#2113) Variable "YPos" must be all lower-case
(#2113) Expected 1 space before "+"; 0 found
(#2113) Expected 1 space after "+"; 0 found
(#2113) Variable "SkippedInnerTickWidth" must be all lower-case
(#2113) Commas (,) must be followed by white space.
(#2113) Variable "XPos" must be all lower-case
(#2113) Commas (,) must be followed by white space.
(#2113) Variable "YPos" must be all lower-case
(#2113) Expected 1 space before "-"; 0 found
(#2113) Expected 1 space after "-"; 0 found
(#2113) Variable "SkippedOuterTickWidth" must be all lower-case
(#2113) Commas (,) must be followed by white space.
(#2113) Variable "SkippedTickColor" must be all lower-case
(#2113) Line exceeds maximum limit of 180 characters; contains 210 characters
(#2113) Closing brace must be on a line by itself
(#2114) Line indented incorrectly; expected 28 spaces, found 16
(#2114) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2115) Line indented incorrectly; expected 28 spaces, found 15
(#2115) Expected "} else {\n"; found "}\n else\n {\n"
(#2116) Line indented incorrectly; expected at least 28 spaces, found 16
(#2117) Line indented incorrectly; expected 32 spaces, found 17
(#2117) Expected "if (...) {\n"; found "if (...) { "
(#2117) Variable "DrawXLines" must be all lower-case
(#2117) Variable "XPos" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Expected 1 space before "+"; 0 found
(#2117) Expected 1 space after "+"; 0 found
(#2117) Variable "FloatingOffset" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Variable "XPos" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Expected 1 space before "-"; 0 found
(#2117) Expected 1 space after "-"; 0 found
(#2117) Variable "FloatingOffset" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Expected 1 space before "=>"; 0 found
(#2117) Expected 1 space after "=>"; 0 found
(#2117) Variable "GridR" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Expected 1 space before "=>"; 0 found
(#2117) Expected 1 space after "=>"; 0 found
(#2117) Variable "GridG" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Expected 1 space before "=>"; 0 found
(#2117) Expected 1 space after "=>"; 0 found
(#2117) Variable "GridB" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Expected 1 space before "=>"; 0 found
(#2117) Expected 1 space after "=>"; 0 found
(#2117) Variable "GridAlpha" must be all lower-case
(#2117) Commas (,) must be followed by white space.
(#2117) Expected 1 space before "=>"; 0 found
(#2117) Expected 1 space after "=>"; 0 found
(#2117) Variable "GridTicks" must be all lower-case
(#2117) Line exceeds maximum limit of 180 characters; contains 222 characters
(#2117) Closing brace must be on a line by itself
(#2118) Line indented incorrectly; expected 32 spaces, found 17
(#2118) Expected "if (...) {\n"; found "if (...) { "
(#2118) Variable "InnerTickWidth" must be all lower-case
(#2118) Expected 1 space after "!="; 0 found
(#2118) Variable "OuterTickWidth" must be all lower-case
(#2118) Variable "RemoveXAxis" must be all lower-case
(#2118) Variable "XPos" must be all lower-case
(#2118) Commas (,) must be followed by white space.
(#2118) Variable "YPos" must be all lower-case
(#2118) Expected 1 space before "+"; 0 found
(#2118) Expected 1 space after "+"; 0 found
(#2118) Variable "InnerTickWidth" must be all lower-case
(#2118) Commas (,) must be followed by white space.
(#2118) Variable "XPos" must be all lower-case
(#2118) Commas (,) must be followed by white space.
(#2118) Variable "YPos" must be all lower-case
(#2118) Expected 1 space before "-"; 0 found
(#2118) Expected 1 space after "-"; 0 found
(#2118) Variable "OuterTickWidth" must be all lower-case
(#2118) Commas (,) must be followed by white space.
(#2118) Expected 1 space before "=>"; 0 found
(#2118) Expected 1 space after "=>"; 0 found
(#2118) Variable "TickR" must be all lower-case
(#2118) Commas (,) must be followed by white space.
(#2118) Expected 1 space before "=>"; 0 found
(#2118) Expected 1 space after "=>"; 0 found
(#2118) Variable "TickG" must be all lower-case
(#2118) Commas (,) must be followed by white space.
(#2118) Expected 1 space before "=>"; 0 found
(#2118) Expected 1 space after "=>"; 0 found
(#2118) Variable "TickB" must be all lower-case
(#2118) Commas (,) must be followed by white space.
(#2118) Expected 1 space before "=>"; 0 found
(#2118) Expected 1 space after "=>"; 0 found
(#2118) Variable "TickAlpha" must be all lower-case
(#2118) Line exceeds maximum limit of 180 characters; contains 227 characters
(#2118) Closing brace must be on a line by itself
(#2119) Line indented incorrectly; expected 28 spaces, found 16
(#2119) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2121) Line indented incorrectly; expected 24 spaces, found 14
(#2121) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2123) Line indented incorrectly; expected 24 spaces, found 13
(#2123) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2123) Variable "Parameters" must be all lower-case
(#2123) Variable "RemoveXAxis" must be all lower-case
(#2124) Line indented incorrectly; expected at least 24 spaces, found 14
(#2125) Line indented incorrectly; expected at least 28 spaces, found 15
(#2125) Variable "YPos" must be all lower-case
(#2125) Variable "MinTop" must be all lower-case
(#2125) Expected 1 space before "-"; 0 found
(#2125) Expected 1 space after "-"; 0 found
(#2126) Line indented incorrectly; expected at least 28 spaces, found 15
(#2126) Variable "XPos" must be all lower-case
(#2126) Expected 1 space before "+"; 0 found
(#2126) Expected 1 space after "+"; 0 found
(#2126) Expected 1 space before "-"; 0 found
(#2126) Expected 1 space after "-"; 0 found
(#2126) Expected 1 space before "/"; 0 found
(#2126) Expected 1 space after "/"; 0 found
(#2127) Line indented incorrectly; expected at least 28 spaces, found 15
(#2127) Variable "Bounds" must be all lower-case
(#2127) Variable "XPos" must be all lower-case
(#2127) Commas (,) must be followed by white space.
(#2127) Variable "YPos" must be all lower-case
(#2127) Commas (,) must be followed by white space.
(#2127) Variable "Parameters" must be all lower-case
(#2127) Commas (,) must be followed by white space.
(#2127) Expected 1 space before "=>"; 0 found
(#2127) Expected 1 space after "=>"; 0 found
(#2128) Line indented incorrectly; expected at least 28 spaces, found 15
(#2128) Variable "MinTop" must be all lower-case
(#2128) Variable "Bounds" must be all lower-case
(#2130) Line indented incorrectly; expected at least 28 spaces, found 15
(#2130) Variable "MinTop" must be all lower-case
(#2131) Line indented incorrectly; expected 24 spaces, found 14
(#2131) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2133) Line indented incorrectly; expected at least 24 spaces, found 13
(#2133) Variable "AxisPos" must be all lower-case
(#2133) Variable "MinTop" must be all lower-case
(#2133) Variable "ScaleSpacing" must be all lower-case
(#2134) Line indented incorrectly; expected 20 spaces, found 12
(#2134) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2135) Line indented incorrectly; expected 16 spaces, found 10
(#2135) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2136) Line indented incorrectly; expected 16 spaces, found 9
(#2136) Usage of ELSEIF not allowed; use ELSE IF instead
(#2136) Variable "Pos" must be all lower-case
(#2137) Line indented incorrectly; expected at least 16 spaces, found 10
(#2138) Line indented incorrectly; expected 20 spaces, found 11
(#2138) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2138) Variable "Parameters" must be all lower-case
(#2139) Line indented incorrectly; expected at least 20 spaces, found 12
(#2140) Line indented incorrectly; expected 24 spaces, found 13
(#2140) Expected "if (...) {\n"; found "if (...)\t\t\t\t\t{ "
(#2140) Variable "LabelRotation" must be all lower-case
(#2140) Spaces must be used for alignment; tabs are not allowed
(#2140) Tab found within whitespace
(#2140) Variable "LabelAlign" must be all lower-case
(#2140) Variable "XLabelOffset" must be all lower-case
(#2140) Closing brace must be on a line by itself
(#2141) Line indented incorrectly; expected 24 spaces, found 13
(#2141) Expected "if (...) {\n"; found "if (...)\t\t{ "
(#2141) Variable "LabelRotation" must be all lower-case
(#2141) Variable "LabelRotation" must be all lower-case
(#2141) Spaces must be used for alignment; tabs are not allowed
(#2141) Tab found within whitespace
(#2141) Variable "LabelAlign" must be all lower-case
(#2141) Variable "XLabelOffset" must be all lower-case
(#2141) Closing brace must be on a line by itself
(#2142) Line indented incorrectly; expected 24 spaces, found 13
(#2142) Expected "if (...) {\n"; found "if (...)\t\t\t\t{ "
(#2142) Variable "LabelRotation" must be all lower-case
(#2142) Spaces must be used for alignment; tabs are not allowed
(#2142) Tab found within whitespace
(#2142) Variable "LabelAlign" must be all lower-case
(#2142) Variable "XLabelOffset" must be all lower-case
(#2142) Closing brace must be on a line by itself
(#2143) Line indented incorrectly; expected 24 spaces, found 13
(#2143) Expected "if (...) {\n"; found "if (...)\t{ "
(#2143) Variable "LabelRotation" must be all lower-case
(#2143) Variable "LabelRotation" must be all lower-case
(#2143) Spaces must be used for alignment; tabs are not allowed
(#2143) Tab found within whitespace
(#2143) Variable "LabelAlign" must be all lower-case
(#2143) Variable "XLabelOffset" must be all lower-case
(#2143) Closing brace must be on a line by itself
(#2145) Line indented incorrectly; expected 24 spaces, found 13
(#2145) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2145) Variable "RemoveXAxis" must be all lower-case
(#2146) Line indented incorrectly; expected at least 24 spaces, found 14
(#2147) Line indented incorrectly; expected 28 spaces, found 15
(#2147) Expected "if (...) {\n"; found "if (...)\n { "
(#2147) Variable "Floating" must be all lower-case
(#2148) Line indented incorrectly; expected at least 28 spaces, found 16
(#2148) Variable "FloatingOffset" must be all lower-case
(#2148) Variable "YMargin" must be all lower-case
(#2148) Variable "AxisPos" must be all lower-case
(#2148) Commas (,) must be followed by white space.
(#2148) Expected 1 space before "+"; 0 found
(#2148) Expected 1 space after "+"; 0 found
(#2148) Variable "Parameters" must be all lower-case
(#2148) Commas (,) must be followed by white space.
(#2148) Variable "AxisPos" must be all lower-case
(#2148) Commas (,) must be followed by white space.
(#2148) Expected 1 space before "-"; 0 found
(#2148) Expected 1 space after "-"; 0 found
(#2148) Variable "Parameters" must be all lower-case
(#2148) Commas (,) must be followed by white space.
(#2148) Expected 1 space before "=>"; 0 found
(#2148) Expected 1 space after "=>"; 0 found
(#2148) Variable "AxisR" must be all lower-case
(#2148) Commas (,) must be followed by white space.
(#2148) Expected 1 space before "=>"; 0 found
(#2148) Expected 1 space after "=>"; 0 found
(#2148) Variable "AxisG" must be all lower-case
(#2148) Commas (,) must be followed by white space.
(#2148) Expected 1 space before "=>"; 0 found
(#2148) Expected 1 space after "=>"; 0 found
(#2148) Variable "AxisB" must be all lower-case
(#2148) Commas (,) must be followed by white space.
(#2148) Expected 1 space before "=>"; 0 found
(#2148) Expected 1 space after "=>"; 0 found
(#2148) Variable "AxisAlpha" must be all lower-case
(#2148) Line exceeds maximum limit of 180 characters; contains 238 characters
(#2148) Closing brace must be on a line by itself
(#2149) Line indented incorrectly; expected 28 spaces, found 15
(#2149) Expected "} else {\n"; found "}\n else\n { "
(#2150) Line indented incorrectly; expected at least 28 spaces, found 16
(#2150) Variable "FloatingOffset" must be all lower-case
(#2150) Variable "AxisPos" must be all lower-case
(#2150) Commas (,) must be followed by white space.
(#2150) Commas (,) must be followed by white space.
(#2150) Variable "AxisPos" must be all lower-case
(#2150) Commas (,) must be followed by white space.
(#2150) Commas (,) must be followed by white space.
(#2150) Expected 1 space before "=>"; 0 found
(#2150) Expected 1 space after "=>"; 0 found
(#2150) Variable "AxisR" must be all lower-case
(#2150) Commas (,) must be followed by white space.
(#2150) Expected 1 space before "=>"; 0 found
(#2150) Expected 1 space after "=>"; 0 found
(#2150) Variable "AxisG" must be all lower-case
(#2150) Commas (,) must be followed by white space.
(#2150) Expected 1 space before "=>"; 0 found
(#2150) Expected 1 space after "=>"; 0 found
(#2150) Variable "AxisB" must be all lower-case
(#2150) Commas (,) must be followed by white space.
(#2150) Expected 1 space before "=>"; 0 found
(#2150) Expected 1 space after "=>"; 0 found
(#2150) Variable "AxisAlpha" must be all lower-case
(#2150) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2150) Closing brace must be on a line by itself
(#2152) Line indented incorrectly; expected 28 spaces, found 15
(#2152) Expected "if (...) {\n"; found "if (...) { "
(#2152) Variable "DrawArrows" must be all lower-case
(#2152) Variable "AxisPos" must be all lower-case
(#2152) Commas (,) must be followed by white space.
(#2152) Expected 1 space before "-"; 0 found
(#2152) Expected 1 space after "-"; 0 found
(#2152) Variable "Parameters" must be all lower-case
(#2152) Commas (,) must be followed by white space.
(#2152) Variable "AxisPos" must be all lower-case
(#2152) Commas (,) must be followed by white space.
(#2152) Expected 1 space before "+"; 0 found
(#2152) Expected 1 space after "+"; 0 found
(#2152) Variable "ArrowSize" must be all lower-case
(#2152) Expected 1 space before "*"; 0 found
(#2152) Expected 1 space after "*"; 0 found
(#2152) Commas (,) must be followed by white space.
(#2152) Expected 1 space before "=>"; 0 found
(#2152) Expected 1 space after "=>"; 0 found
(#2152) Variable "AxisR" must be all lower-case
(#2152) Commas (,) must be followed by white space.
(#2152) Expected 1 space before "=>"; 0 found
(#2152) Expected 1 space after "=>"; 0 found
(#2152) Variable "AxisG" must be all lower-case
(#2152) Commas (,) must be followed by white space.
(#2152) Expected 1 space before "=>"; 0 found
(#2152) Expected 1 space after "=>"; 0 found
(#2152) Variable "AxisB" must be all lower-case
(#2152) Commas (,) must be followed by white space.
(#2152) Expected 1 space before "=>"; 0 found
(#2152) Expected 1 space after "=>"; 0 found
(#2152) Variable "ArrowSize" must be all lower-case
(#2152) Line exceeds maximum limit of 180 characters; contains 233 characters
(#2152) Closing brace must be on a line by itself
(#2153) Line indented incorrectly; expected 24 spaces, found 14
(#2153) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2155) Line indented incorrectly; expected at least 24 spaces, found 13
(#2155) Variable "Height" must be all lower-case
(#2155) Variable "Parameters" must be all lower-case
(#2155) Expected 1 space before "*"; 0 found
(#2155) Expected 1 space after "*"; 0 found
(#2157) Line indented incorrectly; expected 24 spaces, found 13
(#2157) Expected "if (...) {\n"; found "if (...) { "
(#2157) Variable "Parameters" must be all lower-case
(#2157) Variable "Step" must be all lower-case
(#2157) Variable "Height" must be all lower-case
(#2157) Closing brace must be on a line by itself
(#2157) Expected "} else {\n"; found "} else { "
(#2157) Variable "Step" must be all lower-case
(#2157) Variable "Height" must be all lower-case
(#2157) Variable "Parameters" must be all lower-case
(#2157) Closing brace must be on a line by itself
(#2159) Line indented incorrectly; expected at least 24 spaces, found 13
(#2159) Variable "MinLeft" must be all lower-case
(#2159) Variable "AxisPos" must be all lower-case
(#2160) Line indented incorrectly; expected 24 spaces, found 13
(#2160) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2160) Expected 1 space after first semicolon of FOR loop; 0 found
(#2160) Expected 1 space after second semicolon of FOR loop; 0 found
(#2160) Expected 1 space before "="; 0 found
(#2160) Expected 1 space after "="; 0 found
(#2160) Expected 1 space before "<="; 0 found
(#2160) Expected 1 space after "<="; 0 found
(#2160) Variable "Parameters" must be all lower-case
(#2161) Line indented incorrectly; expected at least 24 spaces, found 14
(#2162) Line indented incorrectly; expected at least 28 spaces, found 15
(#2162) Variable "YPos" must be all lower-case
(#2162) Variable "Parameters" must be all lower-case
(#2162) Variable "Step" must be all lower-case
(#2162) Expected 1 space before "*"; 0 found
(#2162) Expected 1 space after "*"; 0 found
(#2163) Line indented incorrectly; expected at least 28 spaces, found 15
(#2163) Variable "XPos" must be all lower-case
(#2163) Variable "AxisPos" must be all lower-case
(#2165) Line indented incorrectly; expected 28 spaces, found 15
(#2165) Expected "if (...) {\n"; found "if (...)\n { "
(#2165) Variable "Abscissa" must be all lower-case
(#2165) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2166) Line indented incorrectly; expected at least 28 spaces, found 16
(#2166) Expected "if (...) {\n"; found "if (...) { "
(#2166) Variable "Data" must be all lower-case
(#2166) Variable "Abscissa" must be all lower-case
(#2166) Variable "Value" must be all lower-case
(#2166) Variable "Data" must be all lower-case
(#2166) Variable "Abscissa" must be all lower-case
(#2166) Commas (,) must be followed by white space.
(#2166) Variable "Data" must be all lower-case
(#2166) Commas (,) must be followed by white space.
(#2166) Variable "Data" must be all lower-case
(#2166) Commas (,) must be followed by white space.
(#2166) Variable "Data" must be all lower-case
(#2166) Closing brace must be on a line by itself
(#2166) Expected "} else {\n"; found "} else { "
(#2166) Variable "Value" must be all lower-case
(#2166) Closing brace must be on a line by itself
(#2166) Line exceeds maximum limit of 180 characters; contains 229 characters
(#2166) Closing brace must be on a line by itself
(#2167) Line indented incorrectly; expected 28 spaces, found 15
(#2167) Expected "} else {\n"; found "}\n else\n {\n"
(#2168) Line indented incorrectly; expected at least 28 spaces, found 16
(#2169) Line indented incorrectly; expected at least 32 spaces, found 17
(#2169) Inline control structures are not allowed
(#2169) Variable "Parameters" must be all lower-case
(#2169) Variable "Parameters" must be all lower-case
(#2170) Line indented incorrectly; expected at least 32 spaces, found 18
(#2170) Variable "Value" must be all lower-case
(#2170) Variable "Parameters" must be all lower-case
(#2170) Variable "Parameters" must be all lower-case
(#2170) Expected 1 space before "*"; 0 found
(#2170) Expected 1 space after "*"; 0 found
(#2170) Commas (,) must be followed by white space.
(#2170) Variable "Data" must be all lower-case
(#2170) Commas (,) must be followed by white space.
(#2170) Variable "Data" must be all lower-case
(#2170) Commas (,) must be followed by white space.
(#2170) Variable "Data" must be all lower-case
(#2170) Line exceeds 132 characters; contains 163 characters
(#2171) Line indented incorrectly; expected at least 32 spaces, found 17
(#2171) Inline control structures are not allowed
(#2172) Line indented incorrectly; expected at least 32 spaces, found 18
(#2172) Variable "Value" must be all lower-case
(#2173) Line indented incorrectly; expected 28 spaces, found 16
(#2173) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2175) Line indented incorrectly; expected at least 28 spaces, found 15
(#2175) Variable "ID" must be all lower-case
(#2175) Variable "Skipped" must be all lower-case
(#2175) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2176) Line indented incorrectly; expected 28 spaces, found 15
(#2176) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2176) Variable "Value" must be all lower-case
(#2176) Commas (,) must be followed by white space.
(#2176) Variable "LastValue" must be all lower-case
(#2176) Commas (,) must be followed by white space.
(#2176) Variable "LabelingMethod" must be all lower-case
(#2176) Commas (,) must be followed by white space.
(#2176) Variable "ID" must be all lower-case
(#2176) Commas (,) must be followed by white space.
(#2176) Variable "LabelSkip" must be all lower-case
(#2176) Variable "RemoveXAxis" must be all lower-case
(#2177) Line indented incorrectly; expected at least 28 spaces, found 16
(#2178) Line indented incorrectly; expected at least 32 spaces, found 17
(#2178) Variable "Bounds" must be all lower-case
(#2178) Variable "XPos" must be all lower-case
(#2178) Expected 1 space before "-"; 0 found
(#2178) Expected 1 space after "-"; 0 found
(#2178) Variable "OuterTickWidth" must be all lower-case
(#2178) Expected 1 space before "+"; 0 found
(#2178) Expected 1 space after "+"; 0 found
(#2178) Variable "XLabelOffset" must be all lower-case
(#2178) Commas (,) must be followed by white space.
(#2178) Variable "YPos" must be all lower-case
(#2178) Commas (,) must be followed by white space.
(#2178) Variable "Value" must be all lower-case
(#2178) Commas (,) must be followed by white space.
(#2178) Expected 1 space before "=>"; 0 found
(#2178) Expected 1 space after "=>"; 0 found
(#2178) Variable "LabelRotation" must be all lower-case
(#2178) Commas (,) must be followed by white space.
(#2178) Expected 1 space before "=>"; 0 found
(#2178) Expected 1 space after "=>"; 0 found
(#2178) Variable "LabelAlign" must be all lower-case
(#2178) Line exceeds 132 characters; contains 146 characters
(#2179) Line indented incorrectly; expected at least 32 spaces, found 17
(#2179) Variable "TxtBox" must be all lower-case
(#2179) Variable "XPos" must be all lower-case
(#2179) Expected 1 space before "-"; 0 found
(#2179) Expected 1 space after "-"; 0 found
(#2179) Variable "OuterTickWidth" must be all lower-case
(#2179) Expected 1 space before "-"; 0 found
(#2179) Expected 1 space after "-"; 0 found
(#2179) Expected 1 space before "-"; 0 found
(#2179) Expected 1 space after "-"; 0 found
(#2179) Variable "Bounds" must be all lower-case
(#2179) Expected 1 space before "-"; 0 found
(#2179) Expected 1 space after "-"; 0 found
(#2179) Variable "Bounds" must be all lower-case
(#2180) Line indented incorrectly; expected at least 32 spaces, found 17
(#2180) Variable "MinLeft" must be all lower-case
(#2180) Variable "MinLeft" must be all lower-case
(#2180) Commas (,) must be followed by white space.
(#2180) Variable "TxtBox" must be all lower-case
(#2181) Line indented incorrectly; expected at least 32 spaces, found 17
(#2181) Variable "LastValue" must be all lower-case
(#2181) Variable "Value" must be all lower-case
(#2182) Line indented incorrectly; expected at least 32 spaces, found 17
(#2182) Variable "Skipped" must be all lower-case
(#2182) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2183) Line indented incorrectly; expected 28 spaces, found 16
(#2183) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2185) Line indented incorrectly; expected 28 spaces, found 15
(#2185) Expected "if (...) {\n"; found "if (...) { "
(#2185) Variable "RemoveXAxis" must be all lower-case
(#2185) Variable "Skipped" must be all lower-case
(#2185) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2185) Closing brace must be on a line by itself
(#2187) Line indented incorrectly; expected 28 spaces, found 15
(#2187) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2187) Variable "Skipped" must be all lower-case
(#2188) Line indented incorrectly; expected at least 28 spaces, found 16
(#2189) Line indented incorrectly; expected 32 spaces, found 17
(#2189) Expected "if (...) {\n"; found "if (...) { "
(#2189) Variable "DrawXLines" must be all lower-case
(#2189) Expected 1 space before "+"; 0 found
(#2189) Expected 1 space after "+"; 0 found
(#2189) Variable "FloatingOffset" must be all lower-case
(#2189) Commas (,) must be followed by white space.
(#2189) Variable "YPos" must be all lower-case
(#2189) Commas (,) must be followed by white space.
(#2189) Expected 1 space before "-"; 0 found
(#2189) Expected 1 space after "-"; 0 found
(#2189) Variable "FloatingOffset" must be all lower-case
(#2189) Commas (,) must be followed by white space.
(#2189) Variable "YPos" must be all lower-case
(#2189) Commas (,) must be followed by white space.
(#2189) Variable "SkippedAxisColor" must be all lower-case
(#2189) Line exceeds 132 characters; contains 157 characters
(#2189) Closing brace must be on a line by itself
(#2190) Line indented incorrectly; expected 32 spaces, found 17
(#2190) Expected "if (...) {\n"; found "if (...) { "
(#2190) Variable "SkippedInnerTickWidth" must be all lower-case
(#2190) Expected 1 space after "!="; 0 found
(#2190) Variable "SkippedOuterTickWidth" must be all lower-case
(#2190) Variable "RemoveXAxis" must be all lower-case
(#2190) Variable "XPos" must be all lower-case
(#2190) Expected 1 space before "-"; 0 found
(#2190) Expected 1 space after "-"; 0 found
(#2190) Variable "SkippedOuterTickWidth" must be all lower-case
(#2190) Commas (,) must be followed by white space.
(#2190) Variable "YPos" must be all lower-case
(#2190) Commas (,) must be followed by white space.
(#2190) Variable "XPos" must be all lower-case
(#2190) Expected 1 space before "+"; 0 found
(#2190) Expected 1 space after "+"; 0 found
(#2190) Variable "SkippedInnerTickWidth" must be all lower-case
(#2190) Commas (,) must be followed by white space.
(#2190) Variable "YPos" must be all lower-case
(#2190) Commas (,) must be followed by white space.
(#2190) Variable "SkippedTickColor" must be all lower-case
(#2190) Line exceeds maximum limit of 180 characters; contains 210 characters
(#2190) Closing brace must be on a line by itself
(#2191) Line indented incorrectly; expected 28 spaces, found 16
(#2191) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2192) Line indented incorrectly; expected 28 spaces, found 15
(#2192) Expected "} else {\n"; found "}\n else\n {\n"
(#2193) Line indented incorrectly; expected at least 28 spaces, found 16
(#2194) Line indented incorrectly; expected 32 spaces, found 17
(#2194) Expected "if (...) {\n"; found "if (...) { "
(#2194) Variable "DrawXLines" must be all lower-case
(#2194) Variable "YPos" must be all lower-case
(#2194) Variable "YPos" must be all lower-case
(#2194) Expected 1 space before "+"; 0 found
(#2194) Expected 1 space after "+"; 0 found
(#2194) Variable "FloatingOffset" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Variable "YPos" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Expected 1 space before "-"; 0 found
(#2194) Expected 1 space after "-"; 0 found
(#2194) Variable "FloatingOffset" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Variable "YPos" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Expected 1 space before "=>"; 0 found
(#2194) Expected 1 space after "=>"; 0 found
(#2194) Variable "GridR" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Expected 1 space before "=>"; 0 found
(#2194) Expected 1 space after "=>"; 0 found
(#2194) Variable "GridG" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Expected 1 space before "=>"; 0 found
(#2194) Expected 1 space after "=>"; 0 found
(#2194) Variable "GridB" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Expected 1 space before "=>"; 0 found
(#2194) Expected 1 space after "=>"; 0 found
(#2194) Variable "GridAlpha" must be all lower-case
(#2194) Commas (,) must be followed by white space.
(#2194) Expected 1 space before "=>"; 0 found
(#2194) Expected 1 space after "=>"; 0 found
(#2194) Variable "GridTicks" must be all lower-case
(#2194) Line exceeds maximum limit of 180 characters; contains 286 characters
(#2194) Closing brace must be on a line by itself
(#2195) Line indented incorrectly; expected 32 spaces, found 17
(#2195) Expected "if (...) {\n"; found "if (...) { "
(#2195) Variable "InnerTickWidth" must be all lower-case
(#2195) Expected 1 space after "!="; 0 found
(#2195) Variable "OuterTickWidth" must be all lower-case
(#2195) Variable "RemoveXAxis" must be all lower-case
(#2195) Variable "XPos" must be all lower-case
(#2195) Expected 1 space before "-"; 0 found
(#2195) Expected 1 space after "-"; 0 found
(#2195) Variable "OuterTickWidth" must be all lower-case
(#2195) Commas (,) must be followed by white space.
(#2195) Variable "YPos" must be all lower-case
(#2195) Commas (,) must be followed by white space.
(#2195) Variable "XPos" must be all lower-case
(#2195) Expected 1 space before "+"; 0 found
(#2195) Expected 1 space after "+"; 0 found
(#2195) Variable "InnerTickWidth" must be all lower-case
(#2195) Commas (,) must be followed by white space.
(#2195) Variable "YPos" must be all lower-case
(#2195) Commas (,) must be followed by white space.
(#2195) Expected 1 space before "=>"; 0 found
(#2195) Expected 1 space after "=>"; 0 found
(#2195) Variable "TickR" must be all lower-case
(#2195) Commas (,) must be followed by white space.
(#2195) Expected 1 space before "=>"; 0 found
(#2195) Expected 1 space after "=>"; 0 found
(#2195) Variable "TickG" must be all lower-case
(#2195) Commas (,) must be followed by white space.
(#2195) Expected 1 space before "=>"; 0 found
(#2195) Expected 1 space after "=>"; 0 found
(#2195) Variable "TickB" must be all lower-case
(#2195) Commas (,) must be followed by white space.
(#2195) Expected 1 space before "=>"; 0 found
(#2195) Expected 1 space after "=>"; 0 found
(#2195) Variable "TickAlpha" must be all lower-case
(#2195) Line exceeds maximum limit of 180 characters; contains 227 characters
(#2195) Closing brace must be on a line by itself
(#2196) Line indented incorrectly; expected 28 spaces, found 16
(#2196) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2198) Line indented incorrectly; expected 24 spaces, found 14
(#2198) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2199) Line indented incorrectly; expected 24 spaces, found 13
(#2199) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2199) Variable "Parameters" must be all lower-case
(#2199) Variable "RemoveXAxis" must be all lower-case
(#2200) Line indented incorrectly; expected at least 24 spaces, found 14
(#2201) Line indented incorrectly; expected at least 28 spaces, found 15
(#2201) Variable "XPos" must be all lower-case
(#2201) Variable "MinLeft" must be all lower-case
(#2201) Expected 1 space before "-"; 0 found
(#2201) Expected 1 space after "-"; 0 found
(#2202) Line indented incorrectly; expected at least 28 spaces, found 15
(#2202) Variable "YPos" must be all lower-case
(#2202) Expected 1 space before "+"; 0 found
(#2202) Expected 1 space after "+"; 0 found
(#2202) Expected 1 space before "-"; 0 found
(#2202) Expected 1 space after "-"; 0 found
(#2202) Expected 1 space before "/"; 0 found
(#2202) Expected 1 space after "/"; 0 found
(#2203) Line indented incorrectly; expected at least 28 spaces, found 15
(#2203) Variable "Bounds" must be all lower-case
(#2203) Variable "XPos" must be all lower-case
(#2203) Commas (,) must be followed by white space.
(#2203) Variable "YPos" must be all lower-case
(#2203) Commas (,) must be followed by white space.
(#2203) Variable "Parameters" must be all lower-case
(#2203) Commas (,) must be followed by white space.
(#2203) Expected 1 space before "=>"; 0 found
(#2203) Expected 1 space after "=>"; 0 found
(#2203) Commas (,) must be followed by white space.
(#2203) Expected 1 space before "=>"; 0 found
(#2203) Expected 1 space after "=>"; 0 found
(#2204) Line indented incorrectly; expected at least 28 spaces, found 15
(#2204) Variable "MinLeft" must be all lower-case
(#2204) Variable "Bounds" must be all lower-case
(#2206) Line indented incorrectly; expected at least 28 spaces, found 15
(#2206) Variable "MinLeft" must be all lower-case
(#2207) Line indented incorrectly; expected 24 spaces, found 14
(#2207) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2209) Line indented incorrectly; expected at least 24 spaces, found 13
(#2209) Variable "AxisPos" must be all lower-case
(#2209) Variable "MinLeft" must be all lower-case
(#2209) Variable "ScaleSpacing" must be all lower-case
(#2210) Line indented incorrectly; expected 20 spaces, found 12
(#2210) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2211) Line indented incorrectly; expected 20 spaces, found 11
(#2211) Usage of ELSEIF not allowed; use ELSE IF instead
(#2211) Variable "Parameters" must be all lower-case
(#2212) Line indented incorrectly; expected at least 20 spaces, found 12
(#2213) Line indented incorrectly; expected 24 spaces, found 13
(#2213) Expected "if (...) {\n"; found "if (...)\t\t\t\t\t{ "
(#2213) Variable "LabelRotation" must be all lower-case
(#2213) Spaces must be used for alignment; tabs are not allowed
(#2213) Tab found within whitespace
(#2213) Variable "LabelAlign" must be all lower-case
(#2213) Variable "XLabelOffset" must be all lower-case
(#2213) Closing brace must be on a line by itself
(#2214) Line indented incorrectly; expected 24 spaces, found 13
(#2214) Expected "if (...) {\n"; found "if (...)\t\t{ "
(#2214) Variable "LabelRotation" must be all lower-case
(#2214) Variable "LabelRotation" must be all lower-case
(#2214) Spaces must be used for alignment; tabs are not allowed
(#2214) Tab found within whitespace
(#2214) Variable "LabelAlign" must be all lower-case
(#2214) Variable "XLabelOffset" must be all lower-case
(#2214) Closing brace must be on a line by itself
(#2215) Line indented incorrectly; expected 24 spaces, found 13
(#2215) Expected "if (...) {\n"; found "if (...)\t\t\t\t{ "
(#2215) Variable "LabelRotation" must be all lower-case
(#2215) Spaces must be used for alignment; tabs are not allowed
(#2215) Tab found within whitespace
(#2215) Variable "LabelAlign" must be all lower-case
(#2215) Variable "XLabelOffset" must be all lower-case
(#2215) Closing brace must be on a line by itself
(#2216) Line indented incorrectly; expected 24 spaces, found 13
(#2216) Expected "if (...) {\n"; found "if (...)\t{ "
(#2216) Variable "LabelRotation" must be all lower-case
(#2216) Variable "LabelRotation" must be all lower-case
(#2216) Spaces must be used for alignment; tabs are not allowed
(#2216) Tab found within whitespace
(#2216) Variable "LabelAlign" must be all lower-case
(#2216) Variable "XLabelOffset" must be all lower-case
(#2216) Closing brace must be on a line by itself
(#2218) Line indented incorrectly; expected 24 spaces, found 13
(#2218) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2218) Variable "RemoveXAxis" must be all lower-case
(#2219) Line indented incorrectly; expected at least 24 spaces, found 14
(#2220) Line indented incorrectly; expected 28 spaces, found 15
(#2220) Expected "if (...) {\n"; found "if (...)\n { "
(#2220) Variable "Floating" must be all lower-case
(#2221) Line indented incorrectly; expected at least 28 spaces, found 16
(#2221) Variable "FloatingOffset" must be all lower-case
(#2221) Variable "YMargin" must be all lower-case
(#2221) Variable "AxisPos" must be all lower-case
(#2221) Commas (,) must be followed by white space.
(#2221) Expected 1 space before "+"; 0 found
(#2221) Expected 1 space after "+"; 0 found
(#2221) Variable "Parameters" must be all lower-case
(#2221) Commas (,) must be followed by white space.
(#2221) Variable "AxisPos" must be all lower-case
(#2221) Commas (,) must be followed by white space.
(#2221) Expected 1 space before "-"; 0 found
(#2221) Expected 1 space after "-"; 0 found
(#2221) Variable "Parameters" must be all lower-case
(#2221) Commas (,) must be followed by white space.
(#2221) Expected 1 space before "=>"; 0 found
(#2221) Expected 1 space after "=>"; 0 found
(#2221) Variable "AxisR" must be all lower-case
(#2221) Commas (,) must be followed by white space.
(#2221) Expected 1 space before "=>"; 0 found
(#2221) Expected 1 space after "=>"; 0 found
(#2221) Variable "AxisG" must be all lower-case
(#2221) Commas (,) must be followed by white space.
(#2221) Expected 1 space before "=>"; 0 found
(#2221) Expected 1 space after "=>"; 0 found
(#2221) Variable "AxisB" must be all lower-case
(#2221) Commas (,) must be followed by white space.
(#2221) Expected 1 space before "=>"; 0 found
(#2221) Expected 1 space after "=>"; 0 found
(#2221) Variable "AxisAlpha" must be all lower-case
(#2221) Line exceeds maximum limit of 180 characters; contains 238 characters
(#2221) Closing brace must be on a line by itself
(#2222) Line indented incorrectly; expected 28 spaces, found 15
(#2222) Expected "} else {\n"; found "}\n else\n { "
(#2223) Line indented incorrectly; expected at least 28 spaces, found 16
(#2223) Variable "FloatingOffset" must be all lower-case
(#2223) Variable "AxisPos" must be all lower-case
(#2223) Commas (,) must be followed by white space.
(#2223) Commas (,) must be followed by white space.
(#2223) Variable "AxisPos" must be all lower-case
(#2223) Commas (,) must be followed by white space.
(#2223) Commas (,) must be followed by white space.
(#2223) Expected 1 space before "=>"; 0 found
(#2223) Expected 1 space after "=>"; 0 found
(#2223) Variable "AxisR" must be all lower-case
(#2223) Commas (,) must be followed by white space.
(#2223) Expected 1 space before "=>"; 0 found
(#2223) Expected 1 space after "=>"; 0 found
(#2223) Variable "AxisG" must be all lower-case
(#2223) Commas (,) must be followed by white space.
(#2223) Expected 1 space before "=>"; 0 found
(#2223) Expected 1 space after "=>"; 0 found
(#2223) Variable "AxisB" must be all lower-case
(#2223) Commas (,) must be followed by white space.
(#2223) Expected 1 space before "=>"; 0 found
(#2223) Expected 1 space after "=>"; 0 found
(#2223) Variable "AxisAlpha" must be all lower-case
(#2223) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2223) Closing brace must be on a line by itself
(#2225) Line indented incorrectly; expected 28 spaces, found 15
(#2225) Expected "if (...) {\n"; found "if (...) { "
(#2225) Variable "DrawArrows" must be all lower-case
(#2225) Variable "AxisPos" must be all lower-case
(#2225) Commas (,) must be followed by white space.
(#2225) Expected 1 space before "-"; 0 found
(#2225) Expected 1 space after "-"; 0 found
(#2225) Variable "Parameters" must be all lower-case
(#2225) Commas (,) must be followed by white space.
(#2225) Variable "AxisPos" must be all lower-case
(#2225) Commas (,) must be followed by white space.
(#2225) Expected 1 space before "+"; 0 found
(#2225) Expected 1 space after "+"; 0 found
(#2225) Variable "ArrowSize" must be all lower-case
(#2225) Expected 1 space before "*"; 0 found
(#2225) Expected 1 space after "*"; 0 found
(#2225) Commas (,) must be followed by white space.
(#2225) Expected 1 space before "=>"; 0 found
(#2225) Expected 1 space after "=>"; 0 found
(#2225) Variable "AxisR" must be all lower-case
(#2225) Commas (,) must be followed by white space.
(#2225) Expected 1 space before "=>"; 0 found
(#2225) Expected 1 space after "=>"; 0 found
(#2225) Variable "AxisG" must be all lower-case
(#2225) Commas (,) must be followed by white space.
(#2225) Expected 1 space before "=>"; 0 found
(#2225) Expected 1 space after "=>"; 0 found
(#2225) Variable "AxisB" must be all lower-case
(#2225) Commas (,) must be followed by white space.
(#2225) Expected 1 space before "=>"; 0 found
(#2225) Expected 1 space after "=>"; 0 found
(#2225) Variable "ArrowSize" must be all lower-case
(#2225) Line exceeds maximum limit of 180 characters; contains 233 characters
(#2225) Closing brace must be on a line by itself
(#2226) Line indented incorrectly; expected 24 spaces, found 14
(#2226) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2228) Line indented incorrectly; expected at least 24 spaces, found 13
(#2228) Variable "Height" must be all lower-case
(#2228) Variable "Parameters" must be all lower-case
(#2228) Expected 1 space before "*"; 0 found
(#2228) Expected 1 space after "*"; 0 found
(#2230) Line indented incorrectly; expected 24 spaces, found 13
(#2230) Expected "if (...) {\n"; found "if (...) { "
(#2230) Variable "Parameters" must be all lower-case
(#2230) Variable "Step" must be all lower-case
(#2230) Variable "Height" must be all lower-case
(#2230) Closing brace must be on a line by itself
(#2230) Expected "} else {\n"; found "} else { "
(#2230) Variable "Step" must be all lower-case
(#2230) Variable "Height" must be all lower-case
(#2230) Variable "Parameters" must be all lower-case
(#2230) Closing brace must be on a line by itself
(#2231) Whitespace found at end of line
(#2232) Line indented incorrectly; expected at least 24 spaces, found 13
(#2232) Variable "MaxRight" must be all lower-case
(#2232) Variable "AxisPos" must be all lower-case
(#2233) Line indented incorrectly; expected 24 spaces, found 13
(#2233) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2233) Expected 1 space after first semicolon of FOR loop; 0 found
(#2233) Expected 1 space after second semicolon of FOR loop; 0 found
(#2233) Expected 1 space before "="; 0 found
(#2233) Expected 1 space after "="; 0 found
(#2233) Expected 1 space before "<="; 0 found
(#2233) Expected 1 space after "<="; 0 found
(#2233) Variable "Parameters" must be all lower-case
(#2234) Line indented incorrectly; expected at least 24 spaces, found 14
(#2235) Line indented incorrectly; expected at least 28 spaces, found 15
(#2235) Variable "YPos" must be all lower-case
(#2235) Variable "Parameters" must be all lower-case
(#2235) Variable "Step" must be all lower-case
(#2235) Expected 1 space before "*"; 0 found
(#2235) Expected 1 space after "*"; 0 found
(#2236) Line indented incorrectly; expected at least 28 spaces, found 15
(#2236) Variable "XPos" must be all lower-case
(#2236) Variable "AxisPos" must be all lower-case
(#2238) Line indented incorrectly; expected 28 spaces, found 15
(#2238) Expected "if (...) {\n"; found "if (...)\n { "
(#2238) Variable "Abscissa" must be all lower-case
(#2238) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2239) Line indented incorrectly; expected at least 28 spaces, found 16
(#2239) Expected "if (...) {\n"; found "if (...) { "
(#2239) Variable "Data" must be all lower-case
(#2239) Variable "Abscissa" must be all lower-case
(#2239) Variable "Value" must be all lower-case
(#2239) Variable "Data" must be all lower-case
(#2239) Variable "Abscissa" must be all lower-case
(#2239) Commas (,) must be followed by white space.
(#2239) Variable "Data" must be all lower-case
(#2239) Commas (,) must be followed by white space.
(#2239) Variable "Data" must be all lower-case
(#2239) Commas (,) must be followed by white space.
(#2239) Variable "Data" must be all lower-case
(#2239) Closing brace must be on a line by itself
(#2239) Expected "} else {\n"; found "} else { "
(#2239) Variable "Value" must be all lower-case
(#2239) Closing brace must be on a line by itself
(#2239) Line exceeds maximum limit of 180 characters; contains 229 characters
(#2239) Closing brace must be on a line by itself
(#2240) Line indented incorrectly; expected 28 spaces, found 15
(#2240) Expected "} else {\n"; found "}\n else\n {\n"
(#2241) Line indented incorrectly; expected at least 28 spaces, found 16
(#2242) Line indented incorrectly; expected at least 32 spaces, found 17
(#2242) Inline control structures are not allowed
(#2242) Variable "Parameters" must be all lower-case
(#2242) Variable "Parameters" must be all lower-case
(#2243) Line indented incorrectly; expected at least 32 spaces, found 18
(#2243) Variable "Value" must be all lower-case
(#2243) Variable "Parameters" must be all lower-case
(#2243) Variable "Parameters" must be all lower-case
(#2243) Expected 1 space before "*"; 0 found
(#2243) Expected 1 space after "*"; 0 found
(#2243) Commas (,) must be followed by white space.
(#2243) Variable "Data" must be all lower-case
(#2243) Commas (,) must be followed by white space.
(#2243) Variable "Data" must be all lower-case
(#2243) Commas (,) must be followed by white space.
(#2243) Variable "Data" must be all lower-case
(#2243) Line exceeds 132 characters; contains 163 characters
(#2244) Line indented incorrectly; expected at least 32 spaces, found 17
(#2244) Inline control structures are not allowed
(#2245) Line indented incorrectly; expected at least 32 spaces, found 18
(#2245) Variable "Value" must be all lower-case
(#2246) Line indented incorrectly; expected 28 spaces, found 16
(#2246) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2248) Line indented incorrectly; expected at least 28 spaces, found 15
(#2248) Variable "ID" must be all lower-case
(#2248) Variable "Skipped" must be all lower-case
(#2248) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2249) Line indented incorrectly; expected 28 spaces, found 15
(#2249) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2249) Variable "Value" must be all lower-case
(#2249) Commas (,) must be followed by white space.
(#2249) Variable "LastValue" must be all lower-case
(#2249) Commas (,) must be followed by white space.
(#2249) Variable "LabelingMethod" must be all lower-case
(#2249) Commas (,) must be followed by white space.
(#2249) Variable "ID" must be all lower-case
(#2249) Commas (,) must be followed by white space.
(#2249) Variable "LabelSkip" must be all lower-case
(#2249) Variable "RemoveXAxis" must be all lower-case
(#2250) Line indented incorrectly; expected at least 28 spaces, found 16
(#2251) Line indented incorrectly; expected at least 32 spaces, found 17
(#2251) Variable "Bounds" must be all lower-case
(#2251) Variable "XPos" must be all lower-case
(#2251) Expected 1 space before "+"; 0 found
(#2251) Expected 1 space after "+"; 0 found
(#2251) Variable "OuterTickWidth" must be all lower-case
(#2251) Expected 1 space before "+"; 0 found
(#2251) Expected 1 space after "+"; 0 found
(#2251) Variable "XLabelOffset" must be all lower-case
(#2251) Commas (,) must be followed by white space.
(#2251) Variable "YPos" must be all lower-case
(#2251) Commas (,) must be followed by white space.
(#2251) Variable "Value" must be all lower-case
(#2251) Commas (,) must be followed by white space.
(#2251) Expected 1 space before "=>"; 0 found
(#2251) Expected 1 space after "=>"; 0 found
(#2251) Variable "LabelRotation" must be all lower-case
(#2251) Commas (,) must be followed by white space.
(#2251) Expected 1 space before "=>"; 0 found
(#2251) Expected 1 space after "=>"; 0 found
(#2251) Variable "LabelAlign" must be all lower-case
(#2251) Line exceeds 132 characters; contains 147 characters
(#2252) Line indented incorrectly; expected at least 32 spaces, found 17
(#2252) Variable "TxtBox" must be all lower-case
(#2252) Variable "XPos" must be all lower-case
(#2252) Expected 1 space before "+"; 0 found
(#2252) Expected 1 space after "+"; 0 found
(#2252) Variable "OuterTickWidth" must be all lower-case
(#2252) Expected 1 space before "+"; 0 found
(#2252) Expected 1 space after "+"; 0 found
(#2252) Expected 1 space before "+"; 0 found
(#2252) Expected 1 space after "+"; 0 found
(#2252) Variable "Bounds" must be all lower-case
(#2252) Expected 1 space before "-"; 0 found
(#2252) Expected 1 space after "-"; 0 found
(#2252) Variable "Bounds" must be all lower-case
(#2253) Line indented incorrectly; expected at least 32 spaces, found 17
(#2253) Variable "MaxRight" must be all lower-case
(#2253) Variable "MaxRight" must be all lower-case
(#2253) Commas (,) must be followed by white space.
(#2253) Variable "TxtBox" must be all lower-case
(#2254) Line indented incorrectly; expected at least 32 spaces, found 17
(#2254) Variable "LastValue" must be all lower-case
(#2254) Variable "Value" must be all lower-case
(#2255) Line indented incorrectly; expected at least 32 spaces, found 17
(#2255) Variable "Skipped" must be all lower-case
(#2255) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2256) Line indented incorrectly; expected 28 spaces, found 16
(#2256) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2258) Line indented incorrectly; expected 28 spaces, found 15
(#2258) Expected "if (...) {\n"; found "if (...) { "
(#2258) Variable "RemoveXAxis" must be all lower-case
(#2258) Variable "Skipped" must be all lower-case
(#2258) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2258) Closing brace must be on a line by itself
(#2260) Line indented incorrectly; expected 28 spaces, found 15
(#2260) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2260) Variable "Skipped" must be all lower-case
(#2261) Line indented incorrectly; expected at least 28 spaces, found 16
(#2262) Line indented incorrectly; expected 32 spaces, found 17
(#2262) Expected "if (...) {\n"; found "if (...) { "
(#2262) Variable "DrawXLines" must be all lower-case
(#2262) Expected 1 space before "+"; 0 found
(#2262) Expected 1 space after "+"; 0 found
(#2262) Variable "FloatingOffset" must be all lower-case
(#2262) Commas (,) must be followed by white space.
(#2262) Variable "YPos" must be all lower-case
(#2262) Commas (,) must be followed by white space.
(#2262) Expected 1 space before "-"; 0 found
(#2262) Expected 1 space after "-"; 0 found
(#2262) Variable "FloatingOffset" must be all lower-case
(#2262) Commas (,) must be followed by white space.
(#2262) Variable "YPos" must be all lower-case
(#2262) Commas (,) must be followed by white space.
(#2262) Variable "SkippedAxisColor" must be all lower-case
(#2262) Line exceeds 132 characters; contains 157 characters
(#2262) Closing brace must be on a line by itself
(#2263) Line indented incorrectly; expected 32 spaces, found 17
(#2263) Expected "if (...) {\n"; found "if (...) { "
(#2263) Variable "SkippedInnerTickWidth" must be all lower-case
(#2263) Variable "SkippedOuterTickWidth" must be all lower-case
(#2263) Variable "RemoveXAxis" must be all lower-case
(#2263) Variable "XPos" must be all lower-case
(#2263) Expected 1 space before "+"; 0 found
(#2263) Expected 1 space after "+"; 0 found
(#2263) Variable "SkippedOuterTickWidth" must be all lower-case
(#2263) Commas (,) must be followed by white space.
(#2263) Variable "YPos" must be all lower-case
(#2263) Commas (,) must be followed by white space.
(#2263) Variable "XPos" must be all lower-case
(#2263) Expected 1 space before "-"; 0 found
(#2263) Expected 1 space after "-"; 0 found
(#2263) Variable "SkippedInnerTickWidth" must be all lower-case
(#2263) Commas (,) must be followed by white space.
(#2263) Variable "YPos" must be all lower-case
(#2263) Commas (,) must be followed by white space.
(#2263) Variable "SkippedTickColor" must be all lower-case
(#2263) Line exceeds maximum limit of 180 characters; contains 211 characters
(#2263) Closing brace must be on a line by itself
(#2264) Line indented incorrectly; expected 28 spaces, found 16
(#2264) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2265) Line indented incorrectly; expected 28 spaces, found 15
(#2265) Expected "} else {\n"; found "}\n else\n {\n"
(#2266) Line indented incorrectly; expected at least 28 spaces, found 16
(#2267) Line indented incorrectly; expected 32 spaces, found 17
(#2267) Expected "if (...) {\n"; found "if (...) { "
(#2267) Variable "DrawXLines" must be all lower-case
(#2267) Expected 1 space before "+"; 0 found
(#2267) Expected 1 space after "+"; 0 found
(#2267) Variable "FloatingOffset" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Variable "YPos" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Expected 1 space before "-"; 0 found
(#2267) Expected 1 space after "-"; 0 found
(#2267) Variable "FloatingOffset" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Variable "YPos" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Expected 1 space before "=>"; 0 found
(#2267) Expected 1 space after "=>"; 0 found
(#2267) Variable "GridR" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Expected 1 space before "=>"; 0 found
(#2267) Expected 1 space after "=>"; 0 found
(#2267) Variable "GridG" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Expected 1 space before "=>"; 0 found
(#2267) Expected 1 space after "=>"; 0 found
(#2267) Variable "GridB" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Expected 1 space before "=>"; 0 found
(#2267) Expected 1 space after "=>"; 0 found
(#2267) Variable "GridAlpha" must be all lower-case
(#2267) Commas (,) must be followed by white space.
(#2267) Expected 1 space before "=>"; 0 found
(#2267) Expected 1 space after "=>"; 0 found
(#2267) Variable "GridTicks" must be all lower-case
(#2267) Line exceeds maximum limit of 180 characters; contains 222 characters
(#2267) Closing brace must be on a line by itself
(#2268) Line indented incorrectly; expected 32 spaces, found 17
(#2268) Expected "if (...) {\n"; found "if (...) { "
(#2268) Variable "InnerTickWidth" must be all lower-case
(#2268) Variable "OuterTickWidth" must be all lower-case
(#2268) Variable "RemoveXAxis" must be all lower-case
(#2268) Variable "XPos" must be all lower-case
(#2268) Expected 1 space before "+"; 0 found
(#2268) Expected 1 space after "+"; 0 found
(#2268) Variable "OuterTickWidth" must be all lower-case
(#2268) Commas (,) must be followed by white space.
(#2268) Variable "YPos" must be all lower-case
(#2268) Commas (,) must be followed by white space.
(#2268) Variable "XPos" must be all lower-case
(#2268) Expected 1 space before "-"; 0 found
(#2268) Expected 1 space after "-"; 0 found
(#2268) Variable "InnerTickWidth" must be all lower-case
(#2268) Commas (,) must be followed by white space.
(#2268) Variable "YPos" must be all lower-case
(#2268) Commas (,) must be followed by white space.
(#2268) Expected 1 space before "=>"; 0 found
(#2268) Expected 1 space after "=>"; 0 found
(#2268) Variable "TickR" must be all lower-case
(#2268) Commas (,) must be followed by white space.
(#2268) Expected 1 space before "=>"; 0 found
(#2268) Expected 1 space after "=>"; 0 found
(#2268) Variable "TickG" must be all lower-case
(#2268) Commas (,) must be followed by white space.
(#2268) Expected 1 space before "=>"; 0 found
(#2268) Expected 1 space after "=>"; 0 found
(#2268) Variable "TickB" must be all lower-case
(#2268) Commas (,) must be followed by white space.
(#2268) Expected 1 space before "=>"; 0 found
(#2268) Expected 1 space after "=>"; 0 found
(#2268) Variable "TickAlpha" must be all lower-case
(#2268) Line exceeds maximum limit of 180 characters; contains 228 characters
(#2268) Closing brace must be on a line by itself
(#2269) Line indented incorrectly; expected 28 spaces, found 16
(#2269) Closing brace indented incorrectly; expected 15 spaces, found 16
(#2271) Line indented incorrectly; expected 24 spaces, found 14
(#2271) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2273) Line indented incorrectly; expected 24 spaces, found 13
(#2273) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2273) Variable "Parameters" must be all lower-case
(#2273) Variable "RemoveXAxis" must be all lower-case
(#2274) Line indented incorrectly; expected at least 24 spaces, found 14
(#2275) Line indented incorrectly; expected at least 28 spaces, found 15
(#2275) Variable "XPos" must be all lower-case
(#2275) Variable "MaxRight" must be all lower-case
(#2275) Expected 1 space before "+"; 0 found
(#2275) Expected 1 space after "+"; 0 found
(#2276) Line indented incorrectly; expected at least 28 spaces, found 15
(#2276) Variable "YPos" must be all lower-case
(#2276) Expected 1 space before "+"; 0 found
(#2276) Expected 1 space after "+"; 0 found
(#2276) Expected 1 space before "-"; 0 found
(#2276) Expected 1 space after "-"; 0 found
(#2276) Expected 1 space before "/"; 0 found
(#2276) Expected 1 space after "/"; 0 found
(#2277) Line indented incorrectly; expected at least 28 spaces, found 15
(#2277) Variable "Bounds" must be all lower-case
(#2277) Variable "XPos" must be all lower-case
(#2277) Commas (,) must be followed by white space.
(#2277) Variable "YPos" must be all lower-case
(#2277) Commas (,) must be followed by white space.
(#2277) Variable "Parameters" must be all lower-case
(#2277) Commas (,) must be followed by white space.
(#2277) Expected 1 space before "=>"; 0 found
(#2277) Expected 1 space after "=>"; 0 found
(#2277) Commas (,) must be followed by white space.
(#2277) Expected 1 space before "=>"; 0 found
(#2277) Expected 1 space after "=>"; 0 found
(#2278) Line indented incorrectly; expected at least 28 spaces, found 15
(#2278) Variable "MaxRight" must be all lower-case
(#2278) Variable "Bounds" must be all lower-case
(#2280) Line indented incorrectly; expected at least 28 spaces, found 15
(#2280) Variable "MaxRight" must be all lower-case
(#2281) Line indented incorrectly; expected 24 spaces, found 14
(#2281) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2283) Line indented incorrectly; expected at least 24 spaces, found 13
(#2283) Variable "AxisPos" must be all lower-case
(#2283) Variable "MaxRight" must be all lower-case
(#2283) Variable "ScaleSpacing" must be all lower-case
(#2284) Line indented incorrectly; expected 20 spaces, found 12
(#2284) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2285) Line indented incorrectly; expected 16 spaces, found 10
(#2285) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2286) Line indented incorrectly; expected 12 spaces, found 8
(#2286) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2287) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#2290) Line indented incorrectly; expected 12 spaces, found 7
(#2290) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2290) Variable "Parameters" must be all lower-case
(#2291) Line indented incorrectly; expected at least 12 spaces, found 8
(#2292) Line indented incorrectly; expected 16 spaces, found 9
(#2292) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2292) Variable "Pos" must be all lower-case
(#2293) Line indented incorrectly; expected at least 16 spaces, found 10
(#2294) Line indented incorrectly; expected 20 spaces, found 11
(#2294) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2294) Variable "Parameters" must be all lower-case
(#2295) Line indented incorrectly; expected at least 20 spaces, found 12
(#2297) Line indented incorrectly; expected 24 spaces, found 13
(#2297) Expected "if (...) {\n"; found "if (...)\n { "
(#2297) Variable "Floating" must be all lower-case
(#2298) Line indented incorrectly; expected at least 24 spaces, found 14
(#2298) Variable "FloatingOffset" must be all lower-case
(#2298) Variable "XMargin" must be all lower-case
(#2298) Variable "AxisPos" must be all lower-case
(#2298) Commas (,) must be followed by white space.
(#2298) Expected 1 space before "+"; 0 found
(#2298) Expected 1 space after "+"; 0 found
(#2298) Variable "Parameters" must be all lower-case
(#2298) Commas (,) must be followed by white space.
(#2298) Variable "AxisPos" must be all lower-case
(#2298) Commas (,) must be followed by white space.
(#2298) Expected 1 space before "-"; 0 found
(#2298) Expected 1 space after "-"; 0 found
(#2298) Variable "Parameters" must be all lower-case
(#2298) Commas (,) must be followed by white space.
(#2298) Expected 1 space before "=>"; 0 found
(#2298) Expected 1 space after "=>"; 0 found
(#2298) Variable "AxisR" must be all lower-case
(#2298) Commas (,) must be followed by white space.
(#2298) Expected 1 space before "=>"; 0 found
(#2298) Expected 1 space after "=>"; 0 found
(#2298) Variable "AxisG" must be all lower-case
(#2298) Commas (,) must be followed by white space.
(#2298) Expected 1 space before "=>"; 0 found
(#2298) Expected 1 space after "=>"; 0 found
(#2298) Variable "AxisB" must be all lower-case
(#2298) Commas (,) must be followed by white space.
(#2298) Expected 1 space before "=>"; 0 found
(#2298) Expected 1 space after "=>"; 0 found
(#2298) Variable "AxisAlpha" must be all lower-case
(#2298) Line exceeds maximum limit of 180 characters; contains 236 characters
(#2298) Closing brace must be on a line by itself
(#2299) Line indented incorrectly; expected 24 spaces, found 13
(#2299) Expected "} else {\n"; found "}\n else\n { "
(#2300) Line indented incorrectly; expected at least 24 spaces, found 14
(#2300) Variable "FloatingOffset" must be all lower-case
(#2300) Variable "AxisPos" must be all lower-case
(#2300) Commas (,) must be followed by white space.
(#2300) Commas (,) must be followed by white space.
(#2300) Variable "AxisPos" must be all lower-case
(#2300) Commas (,) must be followed by white space.
(#2300) Commas (,) must be followed by white space.
(#2300) Expected 1 space before "=>"; 0 found
(#2300) Expected 1 space after "=>"; 0 found
(#2300) Variable "AxisR" must be all lower-case
(#2300) Commas (,) must be followed by white space.
(#2300) Expected 1 space before "=>"; 0 found
(#2300) Expected 1 space after "=>"; 0 found
(#2300) Variable "AxisG" must be all lower-case
(#2300) Commas (,) must be followed by white space.
(#2300) Expected 1 space before "=>"; 0 found
(#2300) Expected 1 space after "=>"; 0 found
(#2300) Variable "AxisB" must be all lower-case
(#2300) Commas (,) must be followed by white space.
(#2300) Expected 1 space before "=>"; 0 found
(#2300) Expected 1 space after "=>"; 0 found
(#2300) Variable "AxisAlpha" must be all lower-case
(#2300) Line exceeds maximum limit of 180 characters; contains 185 characters
(#2300) Closing brace must be on a line by itself
(#2302) Line indented incorrectly; expected 24 spaces, found 13
(#2302) Expected "if (...) {\n"; found "if (...) { "
(#2302) Variable "DrawArrows" must be all lower-case
(#2302) Variable "AxisPos" must be all lower-case
(#2302) Commas (,) must be followed by white space.
(#2302) Expected 1 space before "+"; 0 found
(#2302) Expected 1 space after "+"; 0 found
(#2302) Variable "Parameters" must be all lower-case
(#2302) Commas (,) must be followed by white space.
(#2302) Variable "AxisPos" must be all lower-case
(#2302) Commas (,) must be followed by white space.
(#2302) Expected 1 space before "-"; 0 found
(#2302) Expected 1 space after "-"; 0 found
(#2302) Variable "ArrowSize" must be all lower-case
(#2302) Expected 1 space before "*"; 0 found
(#2302) Expected 1 space after "*"; 0 found
(#2302) Commas (,) must be followed by white space.
(#2302) Expected 1 space before "=>"; 0 found
(#2302) Expected 1 space after "=>"; 0 found
(#2302) Variable "AxisR" must be all lower-case
(#2302) Commas (,) must be followed by white space.
(#2302) Expected 1 space before "=>"; 0 found
(#2302) Expected 1 space after "=>"; 0 found
(#2302) Variable "AxisG" must be all lower-case
(#2302) Commas (,) must be followed by white space.
(#2302) Expected 1 space before "=>"; 0 found
(#2302) Expected 1 space after "=>"; 0 found
(#2302) Variable "AxisB" must be all lower-case
(#2302) Commas (,) must be followed by white space.
(#2302) Expected 1 space before "=>"; 0 found
(#2302) Expected 1 space after "=>"; 0 found
(#2302) Variable "ArrowSize" must be all lower-case
(#2302) Line exceeds maximum limit of 180 characters; contains 231 characters
(#2302) Closing brace must be on a line by itself
(#2304) Line indented incorrectly; expected at least 24 spaces, found 13
(#2304) Variable "Height" must be all lower-case
(#2304) Variable "Parameters" must be all lower-case
(#2304) Expected 1 space before "*"; 0 found
(#2304) Expected 1 space after "*"; 0 found
(#2305) Line indented incorrectly; expected at least 24 spaces, found 13
(#2305) Variable "Step" must be all lower-case
(#2305) Variable "Height" must be all lower-case
(#2305) Variable "Parameters" must be all lower-case
(#2305) Variable "SubTicksSize" must be all lower-case
(#2305) Variable "Step" must be all lower-case
(#2305) Expected 1 space after "/"; 0 found
(#2305) Variable "MinLeft" must be all lower-case
(#2305) Variable "AxisPos" must be all lower-case
(#2306) Line indented incorrectly; expected at least 24 spaces, found 13
(#2306) Variable "LastY" must be all lower-case
(#2306) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2307) Line indented incorrectly; expected 24 spaces, found 13
(#2307) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2307) Expected 1 space after first semicolon of FOR loop; 0 found
(#2307) Expected 1 space after second semicolon of FOR loop; 0 found
(#2307) Expected 1 space before "="; 0 found
(#2307) Expected 1 space after "="; 0 found
(#2307) Expected 1 space before "<="; 0 found
(#2307) Expected 1 space after "<="; 0 found
(#2307) Variable "Parameters" must be all lower-case
(#2308) Line indented incorrectly; expected at least 24 spaces, found 14
(#2309) Line indented incorrectly; expected at least 28 spaces, found 15
(#2309) Variable "YPos" must be all lower-case
(#2309) Variable "Parameters" must be all lower-case
(#2309) Variable "Step" must be all lower-case
(#2309) Expected 1 space before "*"; 0 found
(#2309) Expected 1 space after "*"; 0 found
(#2310) Line indented incorrectly; expected at least 28 spaces, found 15
(#2310) Variable "XPos" must be all lower-case
(#2310) Variable "AxisPos" must be all lower-case
(#2311) Line indented incorrectly; expected at least 28 spaces, found 15
(#2311) Variable "Value" must be all lower-case
(#2311) Variable "Parameters" must be all lower-case
(#2311) Variable "Parameters" must be all lower-case
(#2311) Expected 1 space before "*"; 0 found
(#2311) Expected 1 space after "*"; 0 found
(#2311) Commas (,) must be followed by white space.
(#2311) Variable "Parameters" must be all lower-case
(#2311) Commas (,) must be followed by white space.
(#2311) Variable "Parameters" must be all lower-case
(#2311) Commas (,) must be followed by white space.
(#2311) Variable "Parameters" must be all lower-case
(#2311) Line exceeds 132 characters; contains 163 characters
(#2313) Line indented incorrectly; expected 28 spaces, found 15
(#2313) Expected "if (...) {\n"; found "if (...) { "
(#2313) Expected 1 space before "%"; 0 found
(#2313) Expected 1 space after "%"; 0 found
(#2313) Variable "BGColor" must be all lower-case
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundR1" must be all lower-case
(#2313) Commas (,) must be followed by white space.
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundG1" must be all lower-case
(#2313) Commas (,) must be followed by white space.
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundB1" must be all lower-case
(#2313) Commas (,) must be followed by white space.
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundAlpha1" must be all lower-case
(#2313) Closing brace must be on a line by itself
(#2313) Expected "} else {\n"; found "} else { "
(#2313) Variable "BGColor" must be all lower-case
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundR2" must be all lower-case
(#2313) Commas (,) must be followed by white space.
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundG2" must be all lower-case
(#2313) Commas (,) must be followed by white space.
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundB2" must be all lower-case
(#2313) Commas (,) must be followed by white space.
(#2313) Expected 1 space before "=>"; 0 found
(#2313) Expected 1 space after "=>"; 0 found
(#2313) Variable "BackgroundAlpha2" must be all lower-case
(#2313) Line exceeds maximum limit of 180 characters; contains 250 characters
(#2313) Closing brace must be on a line by itself
(#2314) Line indented incorrectly; expected 28 spaces, found 15
(#2314) Expected "if (...) {\n"; found "if (...) { "
(#2314) Variable "LastY" must be all lower-case
(#2314) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2314) Variable "CycleBackground" must be all lower-case
(#2314) Variable "DrawYLines" must be all lower-case
(#2314) Variable "AxisID" must be all lower-case
(#2314) Commas (,) must be followed by white space.
(#2314) Variable "DrawYLines" must be all lower-case
(#2314) Expected 1 space before "+"; 0 found
(#2314) Expected 1 space after "+"; 0 found
(#2314) Variable "FloatingOffset" must be all lower-case
(#2314) Commas (,) must be followed by white space.
(#2314) Variable "LastY" must be all lower-case
(#2314) Commas (,) must be followed by white space.
(#2314) Expected 1 space before "-"; 0 found
(#2314) Expected 1 space after "-"; 0 found
(#2314) Variable "FloatingOffset" must be all lower-case
(#2314) Commas (,) must be followed by white space.
(#2314) Variable "YPos" must be all lower-case
(#2314) Commas (,) must be followed by white space.
(#2314) Variable "BGColor" must be all lower-case
(#2314) Line exceeds maximum limit of 180 characters; contains 239 characters
(#2314) Closing brace must be on a line by itself
(#2316) Line indented incorrectly; expected 28 spaces, found 15
(#2316) Expected "if (...) {\n"; found "if (...) { "
(#2316) Variable "DrawYLines" must be all lower-case
(#2316) Variable "AxisID" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Variable "DrawYLines" must be all lower-case
(#2316) Expected 1 space before "+"; 0 found
(#2316) Expected 1 space after "+"; 0 found
(#2316) Variable "FloatingOffset" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Variable "YPos" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Expected 1 space before "-"; 0 found
(#2316) Expected 1 space after "-"; 0 found
(#2316) Variable "FloatingOffset" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Variable "YPos" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Expected 1 space before "=>"; 0 found
(#2316) Expected 1 space after "=>"; 0 found
(#2316) Variable "GridR" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Expected 1 space before "=>"; 0 found
(#2316) Expected 1 space after "=>"; 0 found
(#2316) Variable "GridG" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Expected 1 space before "=>"; 0 found
(#2316) Expected 1 space after "=>"; 0 found
(#2316) Variable "GridB" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Expected 1 space before "=>"; 0 found
(#2316) Expected 1 space after "=>"; 0 found
(#2316) Variable "GridAlpha" must be all lower-case
(#2316) Commas (,) must be followed by white space.
(#2316) Expected 1 space before "=>"; 0 found
(#2316) Expected 1 space after "=>"; 0 found
(#2316) Variable "GridTicks" must be all lower-case
(#2316) Line exceeds maximum limit of 180 characters; contains 260 characters
(#2316) Closing brace must be on a line by itself
(#2318) Line indented incorrectly; expected at least 28 spaces, found 15
(#2318) Inline control structures are not allowed
(#2318) Variable "DrawSubTicks" must be all lower-case
(#2318) Variable "Parameters" must be all lower-case
(#2319) Line indented incorrectly; expected at least 28 spaces, found 16
(#2319) Variable "XPos" must be all lower-case
(#2319) Expected 1 space before "-"; 0 found
(#2319) Expected 1 space after "-"; 0 found
(#2319) Variable "OuterSubTickWidth" must be all lower-case
(#2319) Commas (,) must be followed by white space.
(#2319) Variable "YPos" must be all lower-case
(#2319) Expected 1 space before "-"; 0 found
(#2319) Expected 1 space after "-"; 0 found
(#2319) Variable "SubTicksSize" must be all lower-case
(#2319) Commas (,) must be followed by white space.
(#2319) Variable "XPos" must be all lower-case
(#2319) Expected 1 space before "+"; 0 found
(#2319) Expected 1 space after "+"; 0 found
(#2319) Variable "InnerSubTickWidth" must be all lower-case
(#2319) Commas (,) must be followed by white space.
(#2319) Variable "YPos" must be all lower-case
(#2319) Expected 1 space before "-"; 0 found
(#2319) Expected 1 space after "-"; 0 found
(#2319) Variable "SubTicksSize" must be all lower-case
(#2319) Commas (,) must be followed by white space.
(#2319) Expected 1 space before "=>"; 0 found
(#2319) Expected 1 space after "=>"; 0 found
(#2319) Variable "SubTickR" must be all lower-case
(#2319) Commas (,) must be followed by white space.
(#2319) Expected 1 space before "=>"; 0 found
(#2319) Expected 1 space after "=>"; 0 found
(#2319) Variable "SubTickG" must be all lower-case
(#2319) Commas (,) must be followed by white space.
(#2319) Expected 1 space before "=>"; 0 found
(#2319) Expected 1 space after "=>"; 0 found
(#2319) Variable "SubTickB" must be all lower-case
(#2319) Commas (,) must be followed by white space.
(#2319) Expected 1 space before "=>"; 0 found
(#2319) Expected 1 space after "=>"; 0 found
(#2319) Variable "SubTickAlpha" must be all lower-case
(#2319) Line exceeds maximum limit of 180 characters; contains 198 characters
(#2321) Line indented incorrectly; expected at least 28 spaces, found 15
(#2321) Variable "XPos" must be all lower-case
(#2321) Expected 1 space before "-"; 0 found
(#2321) Expected 1 space after "-"; 0 found
(#2321) Variable "OuterTickWidth" must be all lower-case
(#2321) Commas (,) must be followed by white space.
(#2321) Variable "YPos" must be all lower-case
(#2321) Commas (,) must be followed by white space.
(#2321) Variable "XPos" must be all lower-case
(#2321) Expected 1 space before "+"; 0 found
(#2321) Expected 1 space after "+"; 0 found
(#2321) Variable "InnerTickWidth" must be all lower-case
(#2321) Commas (,) must be followed by white space.
(#2321) Variable "YPos" must be all lower-case
(#2321) Commas (,) must be followed by white space.
(#2321) Expected 1 space before "=>"; 0 found
(#2321) Expected 1 space after "=>"; 0 found
(#2321) Variable "TickR" must be all lower-case
(#2321) Commas (,) must be followed by white space.
(#2321) Expected 1 space before "=>"; 0 found
(#2321) Expected 1 space after "=>"; 0 found
(#2321) Variable "TickG" must be all lower-case
(#2321) Commas (,) must be followed by white space.
(#2321) Expected 1 space before "=>"; 0 found
(#2321) Expected 1 space after "=>"; 0 found
(#2321) Variable "TickB" must be all lower-case
(#2321) Commas (,) must be followed by white space.
(#2321) Expected 1 space before "=>"; 0 found
(#2321) Expected 1 space after "=>"; 0 found
(#2321) Variable "TickAlpha" must be all lower-case
(#2321) Line exceeds 132 characters; contains 151 characters
(#2322) Line indented incorrectly; expected at least 28 spaces, found 15
(#2322) Variable "Bounds" must be all lower-case
(#2322) Variable "XPos" must be all lower-case
(#2322) Expected 1 space before "-"; 0 found
(#2322) Expected 1 space after "-"; 0 found
(#2322) Variable "OuterTickWidth" must be all lower-case
(#2322) Expected 1 space before "-"; 0 found
(#2322) Expected 1 space after "-"; 0 found
(#2322) Commas (,) must be followed by white space.
(#2322) Variable "YPos" must be all lower-case
(#2322) Commas (,) must be followed by white space.
(#2322) Variable "Value" must be all lower-case
(#2322) Commas (,) must be followed by white space.
(#2322) Expected 1 space before "=>"; 0 found
(#2322) Expected 1 space after "=>"; 0 found
(#2323) Line indented incorrectly; expected at least 28 spaces, found 15
(#2323) Variable "TxtLeft" must be all lower-case
(#2323) Variable "XPos" must be all lower-case
(#2323) Expected 1 space before "-"; 0 found
(#2323) Expected 1 space after "-"; 0 found
(#2323) Variable "OuterTickWidth" must be all lower-case
(#2323) Expected 1 space before "-"; 0 found
(#2323) Expected 1 space after "-"; 0 found
(#2323) Expected 1 space before "-"; 0 found
(#2323) Expected 1 space after "-"; 0 found
(#2323) Variable "Bounds" must be all lower-case
(#2323) Expected 1 space before "-"; 0 found
(#2323) Expected 1 space after "-"; 0 found
(#2323) Variable "Bounds" must be all lower-case
(#2324) Line indented incorrectly; expected at least 28 spaces, found 15
(#2324) Variable "MinLeft" must be all lower-case
(#2324) Variable "MinLeft" must be all lower-case
(#2324) Commas (,) must be followed by white space.
(#2324) Variable "TxtLeft" must be all lower-case
(#2326) Line indented incorrectly; expected at least 28 spaces, found 15
(#2326) Variable "LastY" must be all lower-case
(#2326) Variable "YPos" must be all lower-case
(#2327) Line indented incorrectly; expected 24 spaces, found 14
(#2327) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2329) Line indented incorrectly; expected 24 spaces, found 13
(#2329) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2329) Variable "Parameters" must be all lower-case
(#2330) Line indented incorrectly; expected at least 24 spaces, found 14
(#2331) Line indented incorrectly; expected at least 28 spaces, found 15
(#2331) Variable "XPos" must be all lower-case
(#2331) Variable "MinLeft" must be all lower-case
(#2331) Expected 1 space before "-"; 0 found
(#2331) Expected 1 space after "-"; 0 found
(#2332) Line indented incorrectly; expected at least 28 spaces, found 15
(#2332) Variable "YPos" must be all lower-case
(#2332) Expected 1 space before "+"; 0 found
(#2332) Expected 1 space after "+"; 0 found
(#2332) Expected 1 space before "-"; 0 found
(#2332) Expected 1 space after "-"; 0 found
(#2332) Expected 1 space before "/"; 0 found
(#2332) Expected 1 space after "/"; 0 found
(#2333) Line indented incorrectly; expected at least 28 spaces, found 15
(#2333) Variable "Bounds" must be all lower-case
(#2333) Variable "XPos" must be all lower-case
(#2333) Commas (,) must be followed by white space.
(#2333) Variable "YPos" must be all lower-case
(#2333) Commas (,) must be followed by white space.
(#2333) Variable "Parameters" must be all lower-case
(#2333) Commas (,) must be followed by white space.
(#2333) Expected 1 space before "=>"; 0 found
(#2333) Expected 1 space after "=>"; 0 found
(#2333) Commas (,) must be followed by white space.
(#2333) Expected 1 space before "=>"; 0 found
(#2333) Expected 1 space after "=>"; 0 found
(#2334) Line indented incorrectly; expected at least 28 spaces, found 15
(#2334) Variable "MinLeft" must be all lower-case
(#2334) Variable "Bounds" must be all lower-case
(#2336) Line indented incorrectly; expected at least 28 spaces, found 15
(#2336) Variable "MinLeft" must be all lower-case
(#2337) Line indented incorrectly; expected 24 spaces, found 14
(#2337) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2339) Line indented incorrectly; expected at least 24 spaces, found 13
(#2339) Variable "AxisPos" must be all lower-case
(#2339) Variable "MinLeft" must be all lower-case
(#2339) Variable "ScaleSpacing" must be all lower-case
(#2340) Line indented incorrectly; expected 20 spaces, found 12
(#2340) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2341) Line indented incorrectly; expected 20 spaces, found 11
(#2341) Usage of ELSEIF not allowed; use ELSE IF instead
(#2341) Variable "Parameters" must be all lower-case
(#2342) Line indented incorrectly; expected at least 20 spaces, found 12
(#2343) Line indented incorrectly; expected 24 spaces, found 13
(#2343) Expected "if (...) {\n"; found "if (...)\n { "
(#2343) Variable "Floating" must be all lower-case
(#2344) Line indented incorrectly; expected at least 24 spaces, found 14
(#2344) Variable "FloatingOffset" must be all lower-case
(#2344) Variable "XMargin" must be all lower-case
(#2344) Variable "AxisPos" must be all lower-case
(#2344) Commas (,) must be followed by white space.
(#2344) Expected 1 space before "+"; 0 found
(#2344) Expected 1 space after "+"; 0 found
(#2344) Variable "Parameters" must be all lower-case
(#2344) Commas (,) must be followed by white space.
(#2344) Variable "AxisPos" must be all lower-case
(#2344) Commas (,) must be followed by white space.
(#2344) Expected 1 space before "-"; 0 found
(#2344) Expected 1 space after "-"; 0 found
(#2344) Variable "Parameters" must be all lower-case
(#2344) Commas (,) must be followed by white space.
(#2344) Expected 1 space before "=>"; 0 found
(#2344) Expected 1 space after "=>"; 0 found
(#2344) Variable "AxisR" must be all lower-case
(#2344) Commas (,) must be followed by white space.
(#2344) Expected 1 space before "=>"; 0 found
(#2344) Expected 1 space after "=>"; 0 found
(#2344) Variable "AxisG" must be all lower-case
(#2344) Commas (,) must be followed by white space.
(#2344) Expected 1 space before "=>"; 0 found
(#2344) Expected 1 space after "=>"; 0 found
(#2344) Variable "AxisB" must be all lower-case
(#2344) Commas (,) must be followed by white space.
(#2344) Expected 1 space before "=>"; 0 found
(#2344) Expected 1 space after "=>"; 0 found
(#2344) Variable "AxisAlpha" must be all lower-case
(#2344) Line exceeds maximum limit of 180 characters; contains 236 characters
(#2344) Closing brace must be on a line by itself
(#2345) Line indented incorrectly; expected 24 spaces, found 13
(#2345) Expected "} else {\n"; found "}\n else\n { "
(#2346) Line indented incorrectly; expected at least 24 spaces, found 14
(#2346) Variable "FloatingOffset" must be all lower-case
(#2346) Variable "AxisPos" must be all lower-case
(#2346) Commas (,) must be followed by white space.
(#2346) Commas (,) must be followed by white space.
(#2346) Variable "AxisPos" must be all lower-case
(#2346) Commas (,) must be followed by white space.
(#2346) Commas (,) must be followed by white space.
(#2346) Expected 1 space before "=>"; 0 found
(#2346) Expected 1 space after "=>"; 0 found
(#2346) Variable "AxisR" must be all lower-case
(#2346) Commas (,) must be followed by white space.
(#2346) Expected 1 space before "=>"; 0 found
(#2346) Expected 1 space after "=>"; 0 found
(#2346) Variable "AxisG" must be all lower-case
(#2346) Commas (,) must be followed by white space.
(#2346) Expected 1 space before "=>"; 0 found
(#2346) Expected 1 space after "=>"; 0 found
(#2346) Variable "AxisB" must be all lower-case
(#2346) Commas (,) must be followed by white space.
(#2346) Expected 1 space before "=>"; 0 found
(#2346) Expected 1 space after "=>"; 0 found
(#2346) Variable "AxisAlpha" must be all lower-case
(#2346) Line exceeds maximum limit of 180 characters; contains 185 characters
(#2346) Closing brace must be on a line by itself
(#2348) Line indented incorrectly; expected 24 spaces, found 13
(#2348) Expected "if (...) {\n"; found "if (...) { "
(#2348) Variable "DrawArrows" must be all lower-case
(#2348) Variable "AxisPos" must be all lower-case
(#2348) Commas (,) must be followed by white space.
(#2348) Expected 1 space before "+"; 0 found
(#2348) Expected 1 space after "+"; 0 found
(#2348) Variable "Parameters" must be all lower-case
(#2348) Commas (,) must be followed by white space.
(#2348) Variable "AxisPos" must be all lower-case
(#2348) Commas (,) must be followed by white space.
(#2348) Expected 1 space before "-"; 0 found
(#2348) Expected 1 space after "-"; 0 found
(#2348) Variable "ArrowSize" must be all lower-case
(#2348) Expected 1 space before "*"; 0 found
(#2348) Expected 1 space after "*"; 0 found
(#2348) Commas (,) must be followed by white space.
(#2348) Expected 1 space before "=>"; 0 found
(#2348) Expected 1 space after "=>"; 0 found
(#2348) Variable "AxisR" must be all lower-case
(#2348) Commas (,) must be followed by white space.
(#2348) Expected 1 space before "=>"; 0 found
(#2348) Expected 1 space after "=>"; 0 found
(#2348) Variable "AxisG" must be all lower-case
(#2348) Commas (,) must be followed by white space.
(#2348) Expected 1 space before "=>"; 0 found
(#2348) Expected 1 space after "=>"; 0 found
(#2348) Variable "AxisB" must be all lower-case
(#2348) Commas (,) must be followed by white space.
(#2348) Expected 1 space before "=>"; 0 found
(#2348) Expected 1 space after "=>"; 0 found
(#2348) Variable "ArrowSize" must be all lower-case
(#2348) Line exceeds maximum limit of 180 characters; contains 231 characters
(#2348) Closing brace must be on a line by itself
(#2350) Line indented incorrectly; expected at least 24 spaces, found 13
(#2350) Variable "Height" must be all lower-case
(#2350) Variable "Parameters" must be all lower-case
(#2350) Expected 1 space before "*"; 0 found
(#2350) Expected 1 space after "*"; 0 found
(#2351) Line indented incorrectly; expected at least 24 spaces, found 13
(#2351) Variable "Step" must be all lower-case
(#2351) Variable "Height" must be all lower-case
(#2351) Variable "Parameters" must be all lower-case
(#2351) Variable "SubTicksSize" must be all lower-case
(#2351) Variable "Step" must be all lower-case
(#2351) Expected 1 space after "/"; 0 found
(#2351) Variable "MaxLeft" must be all lower-case
(#2351) Variable "AxisPos" must be all lower-case
(#2352) Line indented incorrectly; expected at least 24 spaces, found 13
(#2352) Variable "LastY" must be all lower-case
(#2352) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2353) Line indented incorrectly; expected 24 spaces, found 13
(#2353) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2353) Expected 1 space after first semicolon of FOR loop; 0 found
(#2353) Expected 1 space after second semicolon of FOR loop; 0 found
(#2353) Expected 1 space before "="; 0 found
(#2353) Expected 1 space after "="; 0 found
(#2353) Expected 1 space before "<="; 0 found
(#2353) Expected 1 space after "<="; 0 found
(#2353) Variable "Parameters" must be all lower-case
(#2354) Line indented incorrectly; expected at least 24 spaces, found 14
(#2355) Line indented incorrectly; expected at least 28 spaces, found 15
(#2355) Variable "YPos" must be all lower-case
(#2355) Variable "Parameters" must be all lower-case
(#2355) Variable "Step" must be all lower-case
(#2355) Expected 1 space before "*"; 0 found
(#2355) Expected 1 space after "*"; 0 found
(#2356) Line indented incorrectly; expected at least 28 spaces, found 15
(#2356) Variable "XPos" must be all lower-case
(#2356) Variable "AxisPos" must be all lower-case
(#2357) Line indented incorrectly; expected at least 28 spaces, found 15
(#2357) Variable "Value" must be all lower-case
(#2357) Variable "Parameters" must be all lower-case
(#2357) Variable "Parameters" must be all lower-case
(#2357) Expected 1 space before "*"; 0 found
(#2357) Expected 1 space after "*"; 0 found
(#2357) Commas (,) must be followed by white space.
(#2357) Variable "Parameters" must be all lower-case
(#2357) Commas (,) must be followed by white space.
(#2357) Variable "Parameters" must be all lower-case
(#2357) Commas (,) must be followed by white space.
(#2357) Variable "Parameters" must be all lower-case
(#2357) Line exceeds 132 characters; contains 163 characters
(#2359) Line indented incorrectly; expected 28 spaces, found 15
(#2359) Expected "if (...) {\n"; found "if (...) { "
(#2359) Expected 1 space before "%"; 0 found
(#2359) Expected 1 space after "%"; 0 found
(#2359) Variable "BGColor" must be all lower-case
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundR1" must be all lower-case
(#2359) Commas (,) must be followed by white space.
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundG1" must be all lower-case
(#2359) Commas (,) must be followed by white space.
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundB1" must be all lower-case
(#2359) Commas (,) must be followed by white space.
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundAlpha1" must be all lower-case
(#2359) Closing brace must be on a line by itself
(#2359) Expected "} else {\n"; found "} else { "
(#2359) Variable "BGColor" must be all lower-case
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundR2" must be all lower-case
(#2359) Commas (,) must be followed by white space.
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundG2" must be all lower-case
(#2359) Commas (,) must be followed by white space.
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundB2" must be all lower-case
(#2359) Commas (,) must be followed by white space.
(#2359) Expected 1 space before "=>"; 0 found
(#2359) Expected 1 space after "=>"; 0 found
(#2359) Variable "BackgroundAlpha2" must be all lower-case
(#2359) Line exceeds maximum limit of 180 characters; contains 250 characters
(#2359) Closing brace must be on a line by itself
(#2360) Line indented incorrectly; expected 28 spaces, found 15
(#2360) Expected "if (...) {\n"; found "if (...) { "
(#2360) Variable "LastY" must be all lower-case
(#2360) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2360) Variable "CycleBackground" must be all lower-case
(#2360) Variable "DrawYLines" must be all lower-case
(#2360) Variable "AxisID" must be all lower-case
(#2360) Commas (,) must be followed by white space.
(#2360) Variable "DrawYLines" must be all lower-case
(#2360) Expected 1 space before "+"; 0 found
(#2360) Expected 1 space after "+"; 0 found
(#2360) Variable "FloatingOffset" must be all lower-case
(#2360) Commas (,) must be followed by white space.
(#2360) Variable "LastY" must be all lower-case
(#2360) Commas (,) must be followed by white space.
(#2360) Expected 1 space before "-"; 0 found
(#2360) Expected 1 space after "-"; 0 found
(#2360) Variable "FloatingOffset" must be all lower-case
(#2360) Commas (,) must be followed by white space.
(#2360) Variable "YPos" must be all lower-case
(#2360) Commas (,) must be followed by white space.
(#2360) Variable "BGColor" must be all lower-case
(#2360) Line exceeds maximum limit of 180 characters; contains 240 characters
(#2360) Closing brace must be on a line by itself
(#2362) Line indented incorrectly; expected 28 spaces, found 15
(#2362) Expected "if (...) {\n"; found "if (...) { "
(#2362) Variable "DrawYLines" must be all lower-case
(#2362) Variable "AxisID" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Variable "DrawYLines" must be all lower-case
(#2362) Expected 1 space before "+"; 0 found
(#2362) Expected 1 space after "+"; 0 found
(#2362) Variable "FloatingOffset" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Variable "YPos" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Expected 1 space before "-"; 0 found
(#2362) Expected 1 space after "-"; 0 found
(#2362) Variable "FloatingOffset" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Variable "YPos" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Expected 1 space before "=>"; 0 found
(#2362) Expected 1 space after "=>"; 0 found
(#2362) Variable "GridR" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Expected 1 space before "=>"; 0 found
(#2362) Expected 1 space after "=>"; 0 found
(#2362) Variable "GridG" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Expected 1 space before "=>"; 0 found
(#2362) Expected 1 space after "=>"; 0 found
(#2362) Variable "GridB" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Expected 1 space before "=>"; 0 found
(#2362) Expected 1 space after "=>"; 0 found
(#2362) Variable "GridAlpha" must be all lower-case
(#2362) Commas (,) must be followed by white space.
(#2362) Expected 1 space before "=>"; 0 found
(#2362) Expected 1 space after "=>"; 0 found
(#2362) Variable "GridTicks" must be all lower-case
(#2362) Line exceeds maximum limit of 180 characters; contains 260 characters
(#2362) Closing brace must be on a line by itself
(#2364) Line indented incorrectly; expected at least 28 spaces, found 15
(#2364) Inline control structures are not allowed
(#2364) Variable "DrawSubTicks" must be all lower-case
(#2364) Variable "Parameters" must be all lower-case
(#2365) Line indented incorrectly; expected at least 28 spaces, found 16
(#2365) Variable "XPos" must be all lower-case
(#2365) Expected 1 space before "-"; 0 found
(#2365) Expected 1 space after "-"; 0 found
(#2365) Variable "OuterSubTickWidth" must be all lower-case
(#2365) Commas (,) must be followed by white space.
(#2365) Variable "YPos" must be all lower-case
(#2365) Expected 1 space before "-"; 0 found
(#2365) Expected 1 space after "-"; 0 found
(#2365) Variable "SubTicksSize" must be all lower-case
(#2365) Commas (,) must be followed by white space.
(#2365) Variable "XPos" must be all lower-case
(#2365) Expected 1 space before "+"; 0 found
(#2365) Expected 1 space after "+"; 0 found
(#2365) Variable "InnerSubTickWidth" must be all lower-case
(#2365) Commas (,) must be followed by white space.
(#2365) Variable "YPos" must be all lower-case
(#2365) Expected 1 space before "-"; 0 found
(#2365) Expected 1 space after "-"; 0 found
(#2365) Variable "SubTicksSize" must be all lower-case
(#2365) Commas (,) must be followed by white space.
(#2365) Expected 1 space before "=>"; 0 found
(#2365) Expected 1 space after "=>"; 0 found
(#2365) Variable "SubTickR" must be all lower-case
(#2365) Commas (,) must be followed by white space.
(#2365) Expected 1 space before "=>"; 0 found
(#2365) Expected 1 space after "=>"; 0 found
(#2365) Variable "SubTickG" must be all lower-case
(#2365) Commas (,) must be followed by white space.
(#2365) Expected 1 space before "=>"; 0 found
(#2365) Expected 1 space after "=>"; 0 found
(#2365) Variable "SubTickB" must be all lower-case
(#2365) Commas (,) must be followed by white space.
(#2365) Expected 1 space before "=>"; 0 found
(#2365) Expected 1 space after "=>"; 0 found
(#2365) Variable "SubTickAlpha" must be all lower-case
(#2365) Line exceeds maximum limit of 180 characters; contains 198 characters
(#2367) Line indented incorrectly; expected at least 28 spaces, found 15
(#2367) Variable "XPos" must be all lower-case
(#2367) Expected 1 space before "-"; 0 found
(#2367) Expected 1 space after "-"; 0 found
(#2367) Variable "InnerTickWidth" must be all lower-case
(#2367) Commas (,) must be followed by white space.
(#2367) Variable "YPos" must be all lower-case
(#2367) Commas (,) must be followed by white space.
(#2367) Variable "XPos" must be all lower-case
(#2367) Expected 1 space before "+"; 0 found
(#2367) Expected 1 space after "+"; 0 found
(#2367) Variable "OuterTickWidth" must be all lower-case
(#2367) Commas (,) must be followed by white space.
(#2367) Variable "YPos" must be all lower-case
(#2367) Commas (,) must be followed by white space.
(#2367) Expected 1 space before "=>"; 0 found
(#2367) Expected 1 space after "=>"; 0 found
(#2367) Variable "TickR" must be all lower-case
(#2367) Commas (,) must be followed by white space.
(#2367) Expected 1 space before "=>"; 0 found
(#2367) Expected 1 space after "=>"; 0 found
(#2367) Variable "TickG" must be all lower-case
(#2367) Commas (,) must be followed by white space.
(#2367) Expected 1 space before "=>"; 0 found
(#2367) Expected 1 space after "=>"; 0 found
(#2367) Variable "TickB" must be all lower-case
(#2367) Commas (,) must be followed by white space.
(#2367) Expected 1 space before "=>"; 0 found
(#2367) Expected 1 space after "=>"; 0 found
(#2367) Variable "TickAlpha" must be all lower-case
(#2367) Line exceeds 132 characters; contains 151 characters
(#2368) Line indented incorrectly; expected at least 28 spaces, found 15
(#2368) Variable "Bounds" must be all lower-case
(#2368) Variable "XPos" must be all lower-case
(#2368) Expected 1 space before "+"; 0 found
(#2368) Expected 1 space after "+"; 0 found
(#2368) Variable "OuterTickWidth" must be all lower-case
(#2368) Expected 1 space before "+"; 0 found
(#2368) Expected 1 space after "+"; 0 found
(#2368) Commas (,) must be followed by white space.
(#2368) Variable "YPos" must be all lower-case
(#2368) Commas (,) must be followed by white space.
(#2368) Variable "Value" must be all lower-case
(#2368) Commas (,) must be followed by white space.
(#2368) Expected 1 space before "=>"; 0 found
(#2368) Expected 1 space after "=>"; 0 found
(#2369) Line indented incorrectly; expected at least 28 spaces, found 15
(#2369) Variable "TxtLeft" must be all lower-case
(#2369) Variable "XPos" must be all lower-case
(#2369) Expected 1 space before "+"; 0 found
(#2369) Expected 1 space after "+"; 0 found
(#2369) Variable "OuterTickWidth" must be all lower-case
(#2369) Expected 1 space before "+"; 0 found
(#2369) Expected 1 space after "+"; 0 found
(#2369) Expected 1 space before "+"; 0 found
(#2369) Expected 1 space after "+"; 0 found
(#2369) Variable "Bounds" must be all lower-case
(#2369) Expected 1 space before "-"; 0 found
(#2369) Expected 1 space after "-"; 0 found
(#2369) Variable "Bounds" must be all lower-case
(#2370) Line indented incorrectly; expected at least 28 spaces, found 15
(#2370) Variable "MaxLeft" must be all lower-case
(#2370) Variable "MaxLeft" must be all lower-case
(#2370) Commas (,) must be followed by white space.
(#2370) Variable "TxtLeft" must be all lower-case
(#2372) Line indented incorrectly; expected at least 28 spaces, found 15
(#2372) Variable "LastY" must be all lower-case
(#2372) Variable "YPos" must be all lower-case
(#2373) Line indented incorrectly; expected 24 spaces, found 14
(#2373) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2375) Line indented incorrectly; expected 24 spaces, found 13
(#2375) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2375) Variable "Parameters" must be all lower-case
(#2376) Line indented incorrectly; expected at least 24 spaces, found 14
(#2377) Line indented incorrectly; expected at least 28 spaces, found 15
(#2377) Variable "XPos" must be all lower-case
(#2377) Variable "MaxLeft" must be all lower-case
(#2377) Expected 1 space before "+"; 0 found
(#2377) Expected 1 space after "+"; 0 found
(#2378) Line indented incorrectly; expected at least 28 spaces, found 15
(#2378) Variable "YPos" must be all lower-case
(#2378) Expected 1 space before "+"; 0 found
(#2378) Expected 1 space after "+"; 0 found
(#2378) Expected 1 space before "-"; 0 found
(#2378) Expected 1 space after "-"; 0 found
(#2378) Expected 1 space before "/"; 0 found
(#2378) Expected 1 space after "/"; 0 found
(#2379) Line indented incorrectly; expected at least 28 spaces, found 15
(#2379) Variable "Bounds" must be all lower-case
(#2379) Variable "XPos" must be all lower-case
(#2379) Commas (,) must be followed by white space.
(#2379) Variable "YPos" must be all lower-case
(#2379) Commas (,) must be followed by white space.
(#2379) Variable "Parameters" must be all lower-case
(#2379) Commas (,) must be followed by white space.
(#2379) Expected 1 space before "=>"; 0 found
(#2379) Expected 1 space after "=>"; 0 found
(#2379) Commas (,) must be followed by white space.
(#2379) Expected 1 space before "=>"; 0 found
(#2379) Expected 1 space after "=>"; 0 found
(#2380) Line indented incorrectly; expected at least 28 spaces, found 15
(#2380) Variable "MaxLeft" must be all lower-case
(#2380) Variable "Bounds" must be all lower-case
(#2382) Line indented incorrectly; expected at least 28 spaces, found 15
(#2382) Variable "MaxLeft" must be all lower-case
(#2383) Line indented incorrectly; expected 24 spaces, found 14
(#2383) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2384) Line indented incorrectly; expected at least 24 spaces, found 13
(#2384) Variable "AxisPos" must be all lower-case
(#2384) Variable "MaxLeft" must be all lower-case
(#2384) Variable "ScaleSpacing" must be all lower-case
(#2385) Line indented incorrectly; expected 20 spaces, found 12
(#2385) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2386) Line indented incorrectly; expected 16 spaces, found 10
(#2386) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2387) Line indented incorrectly; expected 16 spaces, found 9
(#2387) Usage of ELSEIF not allowed; use ELSE IF instead
(#2387) Variable "Pos" must be all lower-case
(#2388) Line indented incorrectly; expected at least 16 spaces, found 10
(#2389) Line indented incorrectly; expected 20 spaces, found 11
(#2389) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2389) Variable "Parameters" must be all lower-case
(#2390) Line indented incorrectly; expected at least 20 spaces, found 12
(#2391) Line indented incorrectly; expected 24 spaces, found 13
(#2391) Expected "if (...) {\n"; found "if (...)\n { "
(#2391) Variable "Floating" must be all lower-case
(#2392) Line indented incorrectly; expected at least 24 spaces, found 14
(#2392) Variable "FloatingOffset" must be all lower-case
(#2392) Variable "XMargin" must be all lower-case
(#2392) Expected 1 space before "+"; 0 found
(#2392) Expected 1 space after "+"; 0 found
(#2392) Variable "Parameters" must be all lower-case
(#2392) Commas (,) must be followed by white space.
(#2392) Variable "AxisPos" must be all lower-case
(#2392) Commas (,) must be followed by white space.
(#2392) Expected 1 space before "-"; 0 found
(#2392) Expected 1 space after "-"; 0 found
(#2392) Variable "Parameters" must be all lower-case
(#2392) Commas (,) must be followed by white space.
(#2392) Variable "AxisPos" must be all lower-case
(#2392) Commas (,) must be followed by white space.
(#2392) Expected 1 space before "=>"; 0 found
(#2392) Expected 1 space after "=>"; 0 found
(#2392) Variable "AxisR" must be all lower-case
(#2392) Commas (,) must be followed by white space.
(#2392) Expected 1 space before "=>"; 0 found
(#2392) Expected 1 space after "=>"; 0 found
(#2392) Variable "AxisG" must be all lower-case
(#2392) Commas (,) must be followed by white space.
(#2392) Expected 1 space before "=>"; 0 found
(#2392) Expected 1 space after "=>"; 0 found
(#2392) Variable "AxisB" must be all lower-case
(#2392) Commas (,) must be followed by white space.
(#2392) Expected 1 space before "=>"; 0 found
(#2392) Expected 1 space after "=>"; 0 found
(#2392) Variable "AxisAlpha" must be all lower-case
(#2392) Line exceeds maximum limit of 180 characters; contains 236 characters
(#2392) Closing brace must be on a line by itself
(#2393) Line indented incorrectly; expected 24 spaces, found 13
(#2393) Expected "} else {\n"; found "}\n else\n { "
(#2394) Line indented incorrectly; expected at least 24 spaces, found 14
(#2394) Variable "FloatingOffset" must be all lower-case
(#2394) Commas (,) must be followed by white space.
(#2394) Variable "AxisPos" must be all lower-case
(#2394) Commas (,) must be followed by white space.
(#2394) Commas (,) must be followed by white space.
(#2394) Variable "AxisPos" must be all lower-case
(#2394) Commas (,) must be followed by white space.
(#2394) Expected 1 space before "=>"; 0 found
(#2394) Expected 1 space after "=>"; 0 found
(#2394) Variable "AxisR" must be all lower-case
(#2394) Commas (,) must be followed by white space.
(#2394) Expected 1 space before "=>"; 0 found
(#2394) Expected 1 space after "=>"; 0 found
(#2394) Variable "AxisG" must be all lower-case
(#2394) Commas (,) must be followed by white space.
(#2394) Expected 1 space before "=>"; 0 found
(#2394) Expected 1 space after "=>"; 0 found
(#2394) Variable "AxisB" must be all lower-case
(#2394) Commas (,) must be followed by white space.
(#2394) Expected 1 space before "=>"; 0 found
(#2394) Expected 1 space after "=>"; 0 found
(#2394) Variable "AxisAlpha" must be all lower-case
(#2394) Line exceeds maximum limit of 180 characters; contains 185 characters
(#2394) Closing brace must be on a line by itself
(#2396) Line indented incorrectly; expected 24 spaces, found 13
(#2396) Expected "if (...) {\n"; found "if (...) { "
(#2396) Variable "DrawArrows" must be all lower-case
(#2396) Expected 1 space before "-"; 0 found
(#2396) Expected 1 space after "-"; 0 found
(#2396) Variable "Parameters" must be all lower-case
(#2396) Commas (,) must be followed by white space.
(#2396) Variable "AxisPos" must be all lower-case
(#2396) Commas (,) must be followed by white space.
(#2396) Expected 1 space before "+"; 0 found
(#2396) Expected 1 space after "+"; 0 found
(#2396) Variable "ArrowSize" must be all lower-case
(#2396) Expected 1 space before "*"; 0 found
(#2396) Expected 1 space after "*"; 0 found
(#2396) Commas (,) must be followed by white space.
(#2396) Variable "AxisPos" must be all lower-case
(#2396) Commas (,) must be followed by white space.
(#2396) Expected 1 space before "=>"; 0 found
(#2396) Expected 1 space after "=>"; 0 found
(#2396) Variable "AxisR" must be all lower-case
(#2396) Commas (,) must be followed by white space.
(#2396) Expected 1 space before "=>"; 0 found
(#2396) Expected 1 space after "=>"; 0 found
(#2396) Variable "AxisG" must be all lower-case
(#2396) Commas (,) must be followed by white space.
(#2396) Expected 1 space before "=>"; 0 found
(#2396) Expected 1 space after "=>"; 0 found
(#2396) Variable "AxisB" must be all lower-case
(#2396) Commas (,) must be followed by white space.
(#2396) Expected 1 space before "=>"; 0 found
(#2396) Expected 1 space after "=>"; 0 found
(#2396) Variable "ArrowSize" must be all lower-case
(#2396) Line exceeds maximum limit of 180 characters; contains 231 characters
(#2396) Closing brace must be on a line by itself
(#2398) Line indented incorrectly; expected at least 24 spaces, found 13
(#2398) Variable "Width" must be all lower-case
(#2398) Variable "Parameters" must be all lower-case
(#2398) Expected 1 space before "*"; 0 found
(#2398) Expected 1 space after "*"; 0 found
(#2399) Line indented incorrectly; expected at least 24 spaces, found 13
(#2399) Variable "Step" must be all lower-case
(#2399) Variable "Width" must be all lower-case
(#2399) Variable "Parameters" must be all lower-case
(#2399) Variable "SubTicksSize" must be all lower-case
(#2399) Variable "Step" must be all lower-case
(#2399) Expected 1 space after "/"; 0 found
(#2399) Variable "MinTop" must be all lower-case
(#2399) Variable "AxisPos" must be all lower-case
(#2400) Line indented incorrectly; expected at least 24 spaces, found 13
(#2400) Variable "LastX" must be all lower-case
(#2400) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2401) Line indented incorrectly; expected 24 spaces, found 13
(#2401) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2401) Expected 1 space after first semicolon of FOR loop; 0 found
(#2401) Expected 1 space after second semicolon of FOR loop; 0 found
(#2401) Expected 1 space before "="; 0 found
(#2401) Expected 1 space after "="; 0 found
(#2401) Expected 1 space before "<="; 0 found
(#2401) Expected 1 space after "<="; 0 found
(#2401) Variable "Parameters" must be all lower-case
(#2402) Line indented incorrectly; expected at least 24 spaces, found 14
(#2403) Line indented incorrectly; expected at least 28 spaces, found 15
(#2403) Variable "XPos" must be all lower-case
(#2403) Variable "Parameters" must be all lower-case
(#2403) Variable "Step" must be all lower-case
(#2403) Expected 1 space before "*"; 0 found
(#2403) Expected 1 space after "*"; 0 found
(#2404) Line indented incorrectly; expected at least 28 spaces, found 15
(#2404) Variable "YPos" must be all lower-case
(#2404) Variable "AxisPos" must be all lower-case
(#2405) Line indented incorrectly; expected at least 28 spaces, found 15
(#2405) Variable "Value" must be all lower-case
(#2405) Variable "Parameters" must be all lower-case
(#2405) Variable "Parameters" must be all lower-case
(#2405) Expected 1 space before "*"; 0 found
(#2405) Expected 1 space after "*"; 0 found
(#2405) Commas (,) must be followed by white space.
(#2405) Variable "Parameters" must be all lower-case
(#2405) Commas (,) must be followed by white space.
(#2405) Variable "Parameters" must be all lower-case
(#2405) Commas (,) must be followed by white space.
(#2405) Variable "Parameters" must be all lower-case
(#2405) Line exceeds 132 characters; contains 163 characters
(#2407) Line indented incorrectly; expected 28 spaces, found 15
(#2407) Expected "if (...) {\n"; found "if (...) { "
(#2407) Expected 1 space before "%"; 0 found
(#2407) Expected 1 space after "%"; 0 found
(#2407) Variable "BGColor" must be all lower-case
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundR1" must be all lower-case
(#2407) Commas (,) must be followed by white space.
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundG1" must be all lower-case
(#2407) Commas (,) must be followed by white space.
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundB1" must be all lower-case
(#2407) Commas (,) must be followed by white space.
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundAlpha1" must be all lower-case
(#2407) Closing brace must be on a line by itself
(#2407) Expected "} else {\n"; found "} else { "
(#2407) Variable "BGColor" must be all lower-case
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundR2" must be all lower-case
(#2407) Commas (,) must be followed by white space.
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundG2" must be all lower-case
(#2407) Commas (,) must be followed by white space.
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundB2" must be all lower-case
(#2407) Commas (,) must be followed by white space.
(#2407) Expected 1 space before "=>"; 0 found
(#2407) Expected 1 space after "=>"; 0 found
(#2407) Variable "BackgroundAlpha2" must be all lower-case
(#2407) Line exceeds maximum limit of 180 characters; contains 250 characters
(#2407) Closing brace must be on a line by itself
(#2408) Line indented incorrectly; expected 28 spaces, found 15
(#2408) Expected "if (...) {\n"; found "if (...) { "
(#2408) Variable "LastX" must be all lower-case
(#2408) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2408) Variable "CycleBackground" must be all lower-case
(#2408) Variable "DrawYLines" must be all lower-case
(#2408) Variable "AxisID" must be all lower-case
(#2408) Commas (,) must be followed by white space.
(#2408) Variable "DrawYLines" must be all lower-case
(#2408) Variable "LastX" must be all lower-case
(#2408) Commas (,) must be followed by white space.
(#2408) Expected 1 space before "+"; 0 found
(#2408) Expected 1 space after "+"; 0 found
(#2408) Variable "FloatingOffset" must be all lower-case
(#2408) Commas (,) must be followed by white space.
(#2408) Variable "XPos" must be all lower-case
(#2408) Commas (,) must be followed by white space.
(#2408) Expected 1 space before "-"; 0 found
(#2408) Expected 1 space after "-"; 0 found
(#2408) Variable "FloatingOffset" must be all lower-case
(#2408) Commas (,) must be followed by white space.
(#2408) Variable "BGColor" must be all lower-case
(#2408) Line exceeds maximum limit of 180 characters; contains 240 characters
(#2408) Closing brace must be on a line by itself
(#2410) Line indented incorrectly; expected 28 spaces, found 15
(#2410) Expected "if (...) {\n"; found "if (...) { "
(#2410) Variable "DrawYLines" must be all lower-case
(#2410) Variable "AxisID" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Variable "DrawYLines" must be all lower-case
(#2410) Variable "XPos" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Expected 1 space before "+"; 0 found
(#2410) Expected 1 space after "+"; 0 found
(#2410) Variable "FloatingOffset" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Variable "XPos" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Expected 1 space before "-"; 0 found
(#2410) Expected 1 space after "-"; 0 found
(#2410) Variable "FloatingOffset" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Expected 1 space before "=>"; 0 found
(#2410) Expected 1 space after "=>"; 0 found
(#2410) Variable "GridR" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Expected 1 space before "=>"; 0 found
(#2410) Expected 1 space after "=>"; 0 found
(#2410) Variable "GridG" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Expected 1 space before "=>"; 0 found
(#2410) Expected 1 space after "=>"; 0 found
(#2410) Variable "GridB" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Expected 1 space before "=>"; 0 found
(#2410) Expected 1 space after "=>"; 0 found
(#2410) Variable "GridAlpha" must be all lower-case
(#2410) Commas (,) must be followed by white space.
(#2410) Expected 1 space before "=>"; 0 found
(#2410) Expected 1 space after "=>"; 0 found
(#2410) Variable "GridTicks" must be all lower-case
(#2410) Line exceeds maximum limit of 180 characters; contains 260 characters
(#2410) Closing brace must be on a line by itself
(#2412) Line indented incorrectly; expected at least 28 spaces, found 15
(#2412) Inline control structures are not allowed
(#2412) Variable "DrawSubTicks" must be all lower-case
(#2412) Variable "Parameters" must be all lower-case
(#2413) Line indented incorrectly; expected at least 28 spaces, found 16
(#2413) Variable "XPos" must be all lower-case
(#2413) Expected 1 space before "+"; 0 found
(#2413) Expected 1 space after "+"; 0 found
(#2413) Variable "SubTicksSize" must be all lower-case
(#2413) Commas (,) must be followed by white space.
(#2413) Variable "YPos" must be all lower-case
(#2413) Expected 1 space before "-"; 0 found
(#2413) Expected 1 space after "-"; 0 found
(#2413) Variable "OuterSubTickWidth" must be all lower-case
(#2413) Commas (,) must be followed by white space.
(#2413) Variable "XPos" must be all lower-case
(#2413) Expected 1 space before "+"; 0 found
(#2413) Expected 1 space after "+"; 0 found
(#2413) Variable "SubTicksSize" must be all lower-case
(#2413) Commas (,) must be followed by white space.
(#2413) Variable "YPos" must be all lower-case
(#2413) Expected 1 space before "+"; 0 found
(#2413) Expected 1 space after "+"; 0 found
(#2413) Variable "InnerSubTickWidth" must be all lower-case
(#2413) Commas (,) must be followed by white space.
(#2413) Expected 1 space before "=>"; 0 found
(#2413) Expected 1 space after "=>"; 0 found
(#2413) Variable "SubTickR" must be all lower-case
(#2413) Commas (,) must be followed by white space.
(#2413) Expected 1 space before "=>"; 0 found
(#2413) Expected 1 space after "=>"; 0 found
(#2413) Variable "SubTickG" must be all lower-case
(#2413) Commas (,) must be followed by white space.
(#2413) Expected 1 space before "=>"; 0 found
(#2413) Expected 1 space after "=>"; 0 found
(#2413) Variable "SubTickB" must be all lower-case
(#2413) Commas (,) must be followed by white space.
(#2413) Expected 1 space before "=>"; 0 found
(#2413) Expected 1 space after "=>"; 0 found
(#2413) Variable "SubTickAlpha" must be all lower-case
(#2413) Line exceeds maximum limit of 180 characters; contains 198 characters
(#2415) Line indented incorrectly; expected at least 28 spaces, found 15
(#2415) Variable "XPos" must be all lower-case
(#2415) Commas (,) must be followed by white space.
(#2415) Variable "YPos" must be all lower-case
(#2415) Expected 1 space before "-"; 0 found
(#2415) Expected 1 space after "-"; 0 found
(#2415) Variable "OuterTickWidth" must be all lower-case
(#2415) Commas (,) must be followed by white space.
(#2415) Variable "XPos" must be all lower-case
(#2415) Commas (,) must be followed by white space.
(#2415) Variable "YPos" must be all lower-case
(#2415) Expected 1 space before "+"; 0 found
(#2415) Expected 1 space after "+"; 0 found
(#2415) Variable "InnerTickWidth" must be all lower-case
(#2415) Commas (,) must be followed by white space.
(#2415) Expected 1 space before "=>"; 0 found
(#2415) Expected 1 space after "=>"; 0 found
(#2415) Variable "TickR" must be all lower-case
(#2415) Commas (,) must be followed by white space.
(#2415) Expected 1 space before "=>"; 0 found
(#2415) Expected 1 space after "=>"; 0 found
(#2415) Variable "TickG" must be all lower-case
(#2415) Commas (,) must be followed by white space.
(#2415) Expected 1 space before "=>"; 0 found
(#2415) Expected 1 space after "=>"; 0 found
(#2415) Variable "TickB" must be all lower-case
(#2415) Commas (,) must be followed by white space.
(#2415) Expected 1 space before "=>"; 0 found
(#2415) Expected 1 space after "=>"; 0 found
(#2415) Variable "TickAlpha" must be all lower-case
(#2415) Line exceeds 132 characters; contains 151 characters
(#2416) Line indented incorrectly; expected at least 28 spaces, found 15
(#2416) Variable "Bounds" must be all lower-case
(#2416) Variable "XPos" must be all lower-case
(#2416) Commas (,) must be followed by white space.
(#2416) Variable "YPos" must be all lower-case
(#2416) Expected 1 space before "-"; 0 found
(#2416) Expected 1 space after "-"; 0 found
(#2416) Variable "OuterTickWidth" must be all lower-case
(#2416) Expected 1 space before "-"; 0 found
(#2416) Expected 1 space after "-"; 0 found
(#2416) Commas (,) must be followed by white space.
(#2416) Variable "Value" must be all lower-case
(#2416) Commas (,) must be followed by white space.
(#2416) Expected 1 space before "=>"; 0 found
(#2416) Expected 1 space after "=>"; 0 found
(#2417) Line indented incorrectly; expected at least 28 spaces, found 15
(#2417) Variable "TxtHeight" must be all lower-case
(#2417) Variable "YPos" must be all lower-case
(#2417) Expected 1 space before "-"; 0 found
(#2417) Expected 1 space after "-"; 0 found
(#2417) Variable "OuterTickWidth" must be all lower-case
(#2417) Expected 1 space before "-"; 0 found
(#2417) Expected 1 space after "-"; 0 found
(#2417) Expected 1 space before "-"; 0 found
(#2417) Expected 1 space after "-"; 0 found
(#2417) Variable "Bounds" must be all lower-case
(#2417) Expected 1 space before "-"; 0 found
(#2417) Expected 1 space after "-"; 0 found
(#2417) Variable "Bounds" must be all lower-case
(#2418) Line indented incorrectly; expected at least 28 spaces, found 15
(#2418) Variable "MinTop" must be all lower-case
(#2418) Variable "MinTop" must be all lower-case
(#2418) Commas (,) must be followed by white space.
(#2418) Variable "TxtHeight" must be all lower-case
(#2420) Line indented incorrectly; expected at least 28 spaces, found 15
(#2420) Variable "LastX" must be all lower-case
(#2420) Variable "XPos" must be all lower-case
(#2421) Line indented incorrectly; expected 24 spaces, found 14
(#2421) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2423) Line indented incorrectly; expected 24 spaces, found 13
(#2423) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2423) Variable "Parameters" must be all lower-case
(#2424) Line indented incorrectly; expected at least 24 spaces, found 14
(#2425) Line indented incorrectly; expected at least 28 spaces, found 15
(#2425) Variable "YPos" must be all lower-case
(#2425) Variable "MinTop" must be all lower-case
(#2425) Expected 1 space before "-"; 0 found
(#2425) Expected 1 space after "-"; 0 found
(#2426) Line indented incorrectly; expected at least 28 spaces, found 15
(#2426) Variable "XPos" must be all lower-case
(#2426) Expected 1 space before "+"; 0 found
(#2426) Expected 1 space after "+"; 0 found
(#2426) Expected 1 space before "-"; 0 found
(#2426) Expected 1 space after "-"; 0 found
(#2426) Expected 1 space before "/"; 0 found
(#2426) Expected 1 space after "/"; 0 found
(#2427) Line indented incorrectly; expected at least 28 spaces, found 15
(#2427) Variable "Bounds" must be all lower-case
(#2427) Variable "XPos" must be all lower-case
(#2427) Commas (,) must be followed by white space.
(#2427) Variable "YPos" must be all lower-case
(#2427) Commas (,) must be followed by white space.
(#2427) Variable "Parameters" must be all lower-case
(#2427) Commas (,) must be followed by white space.
(#2427) Expected 1 space before "=>"; 0 found
(#2427) Expected 1 space after "=>"; 0 found
(#2428) Line indented incorrectly; expected at least 28 spaces, found 15
(#2428) Variable "MinTop" must be all lower-case
(#2428) Variable "Bounds" must be all lower-case
(#2430) Line indented incorrectly; expected at least 28 spaces, found 15
(#2430) Variable "MinTop" must be all lower-case
(#2431) Line indented incorrectly; expected 24 spaces, found 14
(#2431) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2433) Line indented incorrectly; expected at least 24 spaces, found 13
(#2433) Variable "AxisPos" must be all lower-case
(#2433) Variable "MinTop" must be all lower-case
(#2433) Variable "ScaleSpacing" must be all lower-case
(#2434) Line indented incorrectly; expected 20 spaces, found 12
(#2434) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2435) Line indented incorrectly; expected 20 spaces, found 11
(#2435) Usage of ELSEIF not allowed; use ELSE IF instead
(#2435) Variable "Parameters" must be all lower-case
(#2436) Line indented incorrectly; expected at least 20 spaces, found 12
(#2437) Line indented incorrectly; expected 24 spaces, found 13
(#2437) Expected "if (...) {\n"; found "if (...)\n { "
(#2437) Variable "Floating" must be all lower-case
(#2438) Line indented incorrectly; expected at least 24 spaces, found 14
(#2438) Variable "FloatingOffset" must be all lower-case
(#2438) Variable "XMargin" must be all lower-case
(#2438) Expected 1 space before "+"; 0 found
(#2438) Expected 1 space after "+"; 0 found
(#2438) Variable "Parameters" must be all lower-case
(#2438) Commas (,) must be followed by white space.
(#2438) Variable "AxisPos" must be all lower-case
(#2438) Commas (,) must be followed by white space.
(#2438) Expected 1 space before "-"; 0 found
(#2438) Expected 1 space after "-"; 0 found
(#2438) Variable "Parameters" must be all lower-case
(#2438) Commas (,) must be followed by white space.
(#2438) Variable "AxisPos" must be all lower-case
(#2438) Commas (,) must be followed by white space.
(#2438) Expected 1 space before "=>"; 0 found
(#2438) Expected 1 space after "=>"; 0 found
(#2438) Variable "AxisR" must be all lower-case
(#2438) Commas (,) must be followed by white space.
(#2438) Expected 1 space before "=>"; 0 found
(#2438) Expected 1 space after "=>"; 0 found
(#2438) Variable "AxisG" must be all lower-case
(#2438) Commas (,) must be followed by white space.
(#2438) Expected 1 space before "=>"; 0 found
(#2438) Expected 1 space after "=>"; 0 found
(#2438) Variable "AxisB" must be all lower-case
(#2438) Commas (,) must be followed by white space.
(#2438) Expected 1 space before "=>"; 0 found
(#2438) Expected 1 space after "=>"; 0 found
(#2438) Variable "AxisAlpha" must be all lower-case
(#2438) Line exceeds maximum limit of 180 characters; contains 236 characters
(#2438) Closing brace must be on a line by itself
(#2439) Line indented incorrectly; expected 24 spaces, found 13
(#2439) Expected "} else {\n"; found "}\n else\n { "
(#2440) Line indented incorrectly; expected at least 24 spaces, found 14
(#2440) Variable "FloatingOffset" must be all lower-case
(#2440) Commas (,) must be followed by white space.
(#2440) Variable "AxisPos" must be all lower-case
(#2440) Commas (,) must be followed by white space.
(#2440) Commas (,) must be followed by white space.
(#2440) Variable "AxisPos" must be all lower-case
(#2440) Commas (,) must be followed by white space.
(#2440) Expected 1 space before "=>"; 0 found
(#2440) Expected 1 space after "=>"; 0 found
(#2440) Variable "AxisR" must be all lower-case
(#2440) Commas (,) must be followed by white space.
(#2440) Expected 1 space before "=>"; 0 found
(#2440) Expected 1 space after "=>"; 0 found
(#2440) Variable "AxisG" must be all lower-case
(#2440) Commas (,) must be followed by white space.
(#2440) Expected 1 space before "=>"; 0 found
(#2440) Expected 1 space after "=>"; 0 found
(#2440) Variable "AxisB" must be all lower-case
(#2440) Commas (,) must be followed by white space.
(#2440) Expected 1 space before "=>"; 0 found
(#2440) Expected 1 space after "=>"; 0 found
(#2440) Variable "AxisAlpha" must be all lower-case
(#2440) Line exceeds maximum limit of 180 characters; contains 185 characters
(#2440) Closing brace must be on a line by itself
(#2442) Line indented incorrectly; expected 24 spaces, found 13
(#2442) Expected "if (...) {\n"; found "if (...) { "
(#2442) Variable "DrawArrows" must be all lower-case
(#2442) Expected 1 space before "-"; 0 found
(#2442) Expected 1 space after "-"; 0 found
(#2442) Variable "Parameters" must be all lower-case
(#2442) Commas (,) must be followed by white space.
(#2442) Variable "AxisPos" must be all lower-case
(#2442) Commas (,) must be followed by white space.
(#2442) Expected 1 space before "+"; 0 found
(#2442) Expected 1 space after "+"; 0 found
(#2442) Variable "ArrowSize" must be all lower-case
(#2442) Expected 1 space before "*"; 0 found
(#2442) Expected 1 space after "*"; 0 found
(#2442) Commas (,) must be followed by white space.
(#2442) Variable "AxisPos" must be all lower-case
(#2442) Commas (,) must be followed by white space.
(#2442) Expected 1 space before "=>"; 0 found
(#2442) Expected 1 space after "=>"; 0 found
(#2442) Variable "AxisR" must be all lower-case
(#2442) Commas (,) must be followed by white space.
(#2442) Expected 1 space before "=>"; 0 found
(#2442) Expected 1 space after "=>"; 0 found
(#2442) Variable "AxisG" must be all lower-case
(#2442) Commas (,) must be followed by white space.
(#2442) Expected 1 space before "=>"; 0 found
(#2442) Expected 1 space after "=>"; 0 found
(#2442) Variable "AxisB" must be all lower-case
(#2442) Commas (,) must be followed by white space.
(#2442) Expected 1 space before "=>"; 0 found
(#2442) Expected 1 space after "=>"; 0 found
(#2442) Variable "ArrowSize" must be all lower-case
(#2442) Line exceeds maximum limit of 180 characters; contains 231 characters
(#2442) Closing brace must be on a line by itself
(#2444) Line indented incorrectly; expected at least 24 spaces, found 13
(#2444) Variable "Width" must be all lower-case
(#2444) Variable "Parameters" must be all lower-case
(#2444) Expected 1 space before "*"; 0 found
(#2444) Expected 1 space after "*"; 0 found
(#2445) Line indented incorrectly; expected at least 24 spaces, found 13
(#2445) Variable "Step" must be all lower-case
(#2445) Variable "Width" must be all lower-case
(#2445) Variable "Parameters" must be all lower-case
(#2445) Variable "SubTicksSize" must be all lower-case
(#2445) Variable "Step" must be all lower-case
(#2445) Expected 1 space after "/"; 0 found
(#2445) Variable "MaxBottom" must be all lower-case
(#2445) Variable "AxisPos" must be all lower-case
(#2446) Line indented incorrectly; expected at least 24 spaces, found 13
(#2446) Variable "LastX" must be all lower-case
(#2446) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2447) Line indented incorrectly; expected 24 spaces, found 13
(#2447) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2447) Expected 1 space after first semicolon of FOR loop; 0 found
(#2447) Expected 1 space after second semicolon of FOR loop; 0 found
(#2447) Expected 1 space before "="; 0 found
(#2447) Expected 1 space after "="; 0 found
(#2447) Expected 1 space before "<="; 0 found
(#2447) Expected 1 space after "<="; 0 found
(#2447) Variable "Parameters" must be all lower-case
(#2448) Line indented incorrectly; expected at least 24 spaces, found 14
(#2449) Line indented incorrectly; expected at least 28 spaces, found 15
(#2449) Variable "XPos" must be all lower-case
(#2449) Variable "Parameters" must be all lower-case
(#2449) Variable "Step" must be all lower-case
(#2449) Expected 1 space before "*"; 0 found
(#2449) Expected 1 space after "*"; 0 found
(#2450) Line indented incorrectly; expected at least 28 spaces, found 15
(#2450) Variable "YPos" must be all lower-case
(#2450) Variable "AxisPos" must be all lower-case
(#2451) Line indented incorrectly; expected at least 28 spaces, found 15
(#2451) Variable "Value" must be all lower-case
(#2451) Variable "Parameters" must be all lower-case
(#2451) Variable "Parameters" must be all lower-case
(#2451) Expected 1 space before "*"; 0 found
(#2451) Expected 1 space after "*"; 0 found
(#2451) Commas (,) must be followed by white space.
(#2451) Variable "Parameters" must be all lower-case
(#2451) Commas (,) must be followed by white space.
(#2451) Variable "Parameters" must be all lower-case
(#2451) Commas (,) must be followed by white space.
(#2451) Variable "Parameters" must be all lower-case
(#2451) Line exceeds 132 characters; contains 163 characters
(#2453) Line indented incorrectly; expected 28 spaces, found 15
(#2453) Expected "if (...) {\n"; found "if (...) { "
(#2453) Expected 1 space before "%"; 0 found
(#2453) Expected 1 space after "%"; 0 found
(#2453) Variable "BGColor" must be all lower-case
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundR1" must be all lower-case
(#2453) Commas (,) must be followed by white space.
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundG1" must be all lower-case
(#2453) Commas (,) must be followed by white space.
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundB1" must be all lower-case
(#2453) Commas (,) must be followed by white space.
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundAlpha1" must be all lower-case
(#2453) Closing brace must be on a line by itself
(#2453) Expected "} else {\n"; found "} else { "
(#2453) Variable "BGColor" must be all lower-case
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundR2" must be all lower-case
(#2453) Commas (,) must be followed by white space.
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundG2" must be all lower-case
(#2453) Commas (,) must be followed by white space.
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundB2" must be all lower-case
(#2453) Commas (,) must be followed by white space.
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2453) Variable "BackgroundAlpha2" must be all lower-case
(#2453) Line exceeds maximum limit of 180 characters; contains 250 characters
(#2453) Closing brace must be on a line by itself
(#2454) Line indented incorrectly; expected 28 spaces, found 15
(#2454) Expected "if (...) {\n"; found "if (...) { "
(#2454) Variable "LastX" must be all lower-case
(#2454) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2454) Variable "CycleBackground" must be all lower-case
(#2454) Variable "DrawYLines" must be all lower-case
(#2454) Variable "AxisID" must be all lower-case
(#2454) Commas (,) must be followed by white space.
(#2454) Variable "DrawYLines" must be all lower-case
(#2454) Variable "LastX" must be all lower-case
(#2454) Commas (,) must be followed by white space.
(#2454) Expected 1 space before "+"; 0 found
(#2454) Expected 1 space after "+"; 0 found
(#2454) Variable "FloatingOffset" must be all lower-case
(#2454) Commas (,) must be followed by white space.
(#2454) Variable "XPos" must be all lower-case
(#2454) Commas (,) must be followed by white space.
(#2454) Expected 1 space before "-"; 0 found
(#2454) Expected 1 space after "-"; 0 found
(#2454) Variable "FloatingOffset" must be all lower-case
(#2454) Commas (,) must be followed by white space.
(#2454) Variable "BGColor" must be all lower-case
(#2454) Line exceeds maximum limit of 180 characters; contains 240 characters
(#2454) Closing brace must be on a line by itself
(#2456) Line indented incorrectly; expected 28 spaces, found 15
(#2456) Expected "if (...) {\n"; found "if (...) { "
(#2456) Variable "DrawYLines" must be all lower-case
(#2456) Variable "AxisID" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Variable "DrawYLines" must be all lower-case
(#2456) Variable "XPos" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Expected 1 space before "+"; 0 found
(#2456) Expected 1 space after "+"; 0 found
(#2456) Variable "FloatingOffset" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Variable "XPos" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Expected 1 space before "-"; 0 found
(#2456) Expected 1 space after "-"; 0 found
(#2456) Variable "FloatingOffset" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Expected 1 space before "=>"; 0 found
(#2456) Expected 1 space after "=>"; 0 found
(#2456) Variable "GridR" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Expected 1 space before "=>"; 0 found
(#2456) Expected 1 space after "=>"; 0 found
(#2456) Variable "GridG" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Expected 1 space before "=>"; 0 found
(#2456) Expected 1 space after "=>"; 0 found
(#2456) Variable "GridB" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Expected 1 space before "=>"; 0 found
(#2456) Expected 1 space after "=>"; 0 found
(#2456) Variable "GridAlpha" must be all lower-case
(#2456) Commas (,) must be followed by white space.
(#2456) Expected 1 space before "=>"; 0 found
(#2456) Expected 1 space after "=>"; 0 found
(#2456) Variable "GridTicks" must be all lower-case
(#2456) Line exceeds maximum limit of 180 characters; contains 260 characters
(#2456) Closing brace must be on a line by itself
(#2458) Line indented incorrectly; expected at least 28 spaces, found 15
(#2458) Inline control structures are not allowed
(#2458) Variable "DrawSubTicks" must be all lower-case
(#2458) Variable "Parameters" must be all lower-case
(#2459) Line indented incorrectly; expected at least 28 spaces, found 16
(#2459) Variable "XPos" must be all lower-case
(#2459) Expected 1 space before "+"; 0 found
(#2459) Expected 1 space after "+"; 0 found
(#2459) Variable "SubTicksSize" must be all lower-case
(#2459) Commas (,) must be followed by white space.
(#2459) Variable "YPos" must be all lower-case
(#2459) Expected 1 space before "-"; 0 found
(#2459) Expected 1 space after "-"; 0 found
(#2459) Variable "OuterSubTickWidth" must be all lower-case
(#2459) Commas (,) must be followed by white space.
(#2459) Variable "XPos" must be all lower-case
(#2459) Expected 1 space before "+"; 0 found
(#2459) Expected 1 space after "+"; 0 found
(#2459) Variable "SubTicksSize" must be all lower-case
(#2459) Commas (,) must be followed by white space.
(#2459) Variable "YPos" must be all lower-case
(#2459) Expected 1 space before "+"; 0 found
(#2459) Expected 1 space after "+"; 0 found
(#2459) Variable "InnerSubTickWidth" must be all lower-case
(#2459) Commas (,) must be followed by white space.
(#2459) Expected 1 space before "=>"; 0 found
(#2459) Expected 1 space after "=>"; 0 found
(#2459) Variable "SubTickR" must be all lower-case
(#2459) Commas (,) must be followed by white space.
(#2459) Expected 1 space before "=>"; 0 found
(#2459) Expected 1 space after "=>"; 0 found
(#2459) Variable "SubTickG" must be all lower-case
(#2459) Commas (,) must be followed by white space.
(#2459) Expected 1 space before "=>"; 0 found
(#2459) Expected 1 space after "=>"; 0 found
(#2459) Variable "SubTickB" must be all lower-case
(#2459) Commas (,) must be followed by white space.
(#2459) Expected 1 space before "=>"; 0 found
(#2459) Expected 1 space after "=>"; 0 found
(#2459) Variable "SubTickAlpha" must be all lower-case
(#2459) Line exceeds maximum limit of 180 characters; contains 198 characters
(#2461) Line indented incorrectly; expected at least 28 spaces, found 15
(#2461) Variable "XPos" must be all lower-case
(#2461) Commas (,) must be followed by white space.
(#2461) Variable "YPos" must be all lower-case
(#2461) Expected 1 space before "-"; 0 found
(#2461) Expected 1 space after "-"; 0 found
(#2461) Variable "OuterTickWidth" must be all lower-case
(#2461) Commas (,) must be followed by white space.
(#2461) Variable "XPos" must be all lower-case
(#2461) Commas (,) must be followed by white space.
(#2461) Variable "YPos" must be all lower-case
(#2461) Expected 1 space before "+"; 0 found
(#2461) Expected 1 space after "+"; 0 found
(#2461) Variable "InnerTickWidth" must be all lower-case
(#2461) Commas (,) must be followed by white space.
(#2461) Expected 1 space before "=>"; 0 found
(#2461) Expected 1 space after "=>"; 0 found
(#2461) Variable "TickR" must be all lower-case
(#2461) Commas (,) must be followed by white space.
(#2461) Expected 1 space before "=>"; 0 found
(#2461) Expected 1 space after "=>"; 0 found
(#2461) Variable "TickG" must be all lower-case
(#2461) Commas (,) must be followed by white space.
(#2461) Expected 1 space before "=>"; 0 found
(#2461) Expected 1 space after "=>"; 0 found
(#2461) Variable "TickB" must be all lower-case
(#2461) Commas (,) must be followed by white space.
(#2461) Expected 1 space before "=>"; 0 found
(#2461) Expected 1 space after "=>"; 0 found
(#2461) Variable "TickAlpha" must be all lower-case
(#2461) Line exceeds 132 characters; contains 151 characters
(#2462) Line indented incorrectly; expected at least 28 spaces, found 15
(#2462) Variable "Bounds" must be all lower-case
(#2462) Variable "XPos" must be all lower-case
(#2462) Commas (,) must be followed by white space.
(#2462) Variable "YPos" must be all lower-case
(#2462) Expected 1 space before "+"; 0 found
(#2462) Expected 1 space after "+"; 0 found
(#2462) Variable "OuterTickWidth" must be all lower-case
(#2462) Expected 1 space before "+"; 0 found
(#2462) Expected 1 space after "+"; 0 found
(#2462) Commas (,) must be followed by white space.
(#2462) Variable "Value" must be all lower-case
(#2462) Commas (,) must be followed by white space.
(#2462) Expected 1 space before "=>"; 0 found
(#2462) Expected 1 space after "=>"; 0 found
(#2463) Line indented incorrectly; expected at least 28 spaces, found 15
(#2463) Variable "TxtHeight" must be all lower-case
(#2463) Variable "YPos" must be all lower-case
(#2463) Expected 1 space before "+"; 0 found
(#2463) Expected 1 space after "+"; 0 found
(#2463) Variable "OuterTickWidth" must be all lower-case
(#2463) Expected 1 space before "+"; 0 found
(#2463) Expected 1 space after "+"; 0 found
(#2463) Expected 1 space before "+"; 0 found
(#2463) Expected 1 space after "+"; 0 found
(#2463) Variable "Bounds" must be all lower-case
(#2463) Expected 1 space before "-"; 0 found
(#2463) Expected 1 space after "-"; 0 found
(#2463) Variable "Bounds" must be all lower-case
(#2464) Line indented incorrectly; expected at least 28 spaces, found 15
(#2464) Variable "MaxBottom" must be all lower-case
(#2464) Variable "MaxBottom" must be all lower-case
(#2464) Commas (,) must be followed by white space.
(#2464) Variable "TxtHeight" must be all lower-case
(#2466) Line indented incorrectly; expected at least 28 spaces, found 15
(#2466) Variable "LastX" must be all lower-case
(#2466) Variable "XPos" must be all lower-case
(#2467) Line indented incorrectly; expected 24 spaces, found 14
(#2467) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2469) Line indented incorrectly; expected 24 spaces, found 13
(#2469) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2469) Variable "Parameters" must be all lower-case
(#2470) Line indented incorrectly; expected at least 24 spaces, found 14
(#2471) Line indented incorrectly; expected at least 28 spaces, found 15
(#2471) Variable "YPos" must be all lower-case
(#2471) Variable "MaxBottom" must be all lower-case
(#2471) Expected 1 space before "+"; 0 found
(#2471) Expected 1 space after "+"; 0 found
(#2472) Line indented incorrectly; expected at least 28 spaces, found 15
(#2472) Variable "XPos" must be all lower-case
(#2472) Expected 1 space before "+"; 0 found
(#2472) Expected 1 space after "+"; 0 found
(#2472) Expected 1 space before "-"; 0 found
(#2472) Expected 1 space after "-"; 0 found
(#2472) Expected 1 space before "/"; 0 found
(#2472) Expected 1 space after "/"; 0 found
(#2473) Line indented incorrectly; expected at least 28 spaces, found 15
(#2473) Variable "Bounds" must be all lower-case
(#2473) Variable "XPos" must be all lower-case
(#2473) Commas (,) must be followed by white space.
(#2473) Variable "YPos" must be all lower-case
(#2473) Commas (,) must be followed by white space.
(#2473) Variable "Parameters" must be all lower-case
(#2473) Commas (,) must be followed by white space.
(#2473) Expected 1 space before "=>"; 0 found
(#2473) Expected 1 space after "=>"; 0 found
(#2474) Line indented incorrectly; expected at least 28 spaces, found 15
(#2474) Variable "MaxBottom" must be all lower-case
(#2474) Variable "Bounds" must be all lower-case
(#2476) Line indented incorrectly; expected at least 28 spaces, found 15
(#2476) Variable "MaxBottom" must be all lower-case
(#2477) Line indented incorrectly; expected 24 spaces, found 14
(#2477) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2479) Line indented incorrectly; expected at least 24 spaces, found 13
(#2479) Variable "AxisPos" must be all lower-case
(#2479) Variable "MaxBottom" must be all lower-case
(#2479) Variable "ScaleSpacing" must be all lower-case
(#2480) Line indented incorrectly; expected 20 spaces, found 12
(#2480) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2481) Line indented incorrectly; expected 16 spaces, found 10
(#2481) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2482) Line indented incorrectly; expected 12 spaces, found 8
(#2482) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2483) Line indented incorrectly; expected 8 spaces, found 6
(#2483) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2484) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2486) Line indented incorrectly; expected 4 spaces, found 3
(#2486) method name "pDraw::isValidLabel" must be in lower-case letters only
(#2486) Visibility must be declared on method "isValidLabel"
(#2486) Variable "Value" must be all lower-case
(#2486) Commas (,) must be followed by white space.
(#2486) Variable "LastValue" must be all lower-case
(#2486) Commas (,) must be followed by white space.
(#2486) Variable "LabelingMethod" must be all lower-case
(#2486) Commas (,) must be followed by white space.
(#2486) Variable "ID" must be all lower-case
(#2486) Commas (,) must be followed by white space.
(#2486) Variable "LabelSkip" must be all lower-case
(#2487) Opening brace should be on the same line as the declaration
(#2488) Line indented incorrectly; expected 8 spaces, found 5
(#2488) Expected "if (...) {\n"; found "if (...) { "
(#2488) Variable "LabelingMethod" must be all lower-case
(#2488) Variable "Value" must be all lower-case
(#2488) Variable "LastValue" must be all lower-case
(#2488) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2488) Closing brace must be on a line by itself
(#2489) Line indented incorrectly; expected 8 spaces, found 5
(#2489) Expected "if (...) {\n"; found "if (...) { "
(#2489) Variable "LabelingMethod" must be all lower-case
(#2489) Variable "Value" must be all lower-case
(#2489) Variable "LastValue" must be all lower-case
(#2489) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2489) Closing brace must be on a line by itself
(#2490) Line indented incorrectly; expected 8 spaces, found 5
(#2490) Expected "if (...) {\n"; found "if (...) { "
(#2490) Variable "LabelingMethod" must be all lower-case
(#2490) Variable "LabelSkip" must be all lower-case
(#2490) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2490) Closing brace must be on a line by itself
(#2491) Line indented incorrectly; expected 8 spaces, found 5
(#2491) Expected "if (...) {\n"; found "if (...) { "
(#2491) Variable "LabelingMethod" must be all lower-case
(#2491) Variable "ID" must be all lower-case
(#2491) Expected 1 space before "+"; 0 found
(#2491) Expected 1 space after "+"; 0 found
(#2491) Variable "LabelSkip" must be all lower-case
(#2491) Variable "LabelSkip" must be all lower-case
(#2491) Expected 1 space before "+"; 0 found
(#2491) Expected 1 space after "+"; 0 found
(#2491) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2491) Closing brace must be on a line by itself
(#2493) Line indented incorrectly; expected at least 8 spaces, found 5
(#2493) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2494) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2496) Line indented incorrectly; expected at least 4 spaces, found 3
(#2497) Line indented incorrectly; expected 4 spaces, found 3
(#2497) method name "pDraw::computeScale" must be in lower-case letters only
(#2497) Visibility must be declared on method "computeScale"
(#2497) Variable "XMin" must be all lower-case
(#2497) Commas (,) must be followed by white space.
(#2497) Variable "XMax" must be all lower-case
(#2497) Commas (,) must be followed by white space.
(#2497) Variable "MaxDivs" must be all lower-case
(#2497) Commas (,) must be followed by white space.
(#2497) Variable "Factors" must be all lower-case
(#2497) Commas (,) must be followed by white space.
(#2497) Variable "AxisID" must be all lower-case
(#2498) Opening brace should be on the same line as the declaration
(#2499) Line indented incorrectly; expected at least 8 spaces, found 5
(#2500) Line indented incorrectly; expected at least 8 spaces, found 5
(#2500) Variable "Results" must be all lower-case
(#2501) Line indented incorrectly; expected at least 8 spaces, found 5
(#2501) Inline control structures are not allowed
(#2501) Variable "Factors" must be all lower-case
(#2501) Variable "Key" must be all lower-case
(#2501) Variable "Factor" must be all lower-case
(#2502) Line indented incorrectly; expected at least 8 spaces, found 6
(#2502) Variable "Results" must be all lower-case
(#2502) Variable "Factor" must be all lower-case
(#2502) Variable "XMin" must be all lower-case
(#2502) Commas (,) must be followed by white space.
(#2502) Variable "XMax" must be all lower-case
(#2502) Commas (,) must be followed by white space.
(#2502) Variable "MaxDivs" must be all lower-case
(#2502) Commas (,) must be followed by white space.
(#2502) Variable "Factor" must be all lower-case
(#2502) Commas (,) must be followed by white space.
(#2502) Variable "AxisID" must be all lower-case
(#2504) Line indented incorrectly; expected at least 8 spaces, found 5
(#2505) Line indented incorrectly; expected at least 8 spaces, found 5
(#2505) Variable "GoodScaleFactors" must be all lower-case
(#2506) Line indented incorrectly; expected 8 spaces, found 5
(#2506) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#2506) Variable "Results" must be all lower-case
(#2506) Variable "Key" must be all lower-case
(#2506) Variable "Result" must be all lower-case
(#2507) Line indented incorrectly; expected at least 8 spaces, found 6
(#2508) Line indented incorrectly; expected at least 12 spaces, found 7
(#2508) Variable "Decimals" must be all lower-case
(#2508) Commas (,) must be followed by white space.
(#2508) Variable "Result" must be all lower-case
(#2509) Line indented incorrectly; expected 12 spaces, found 7
(#2509) Expected "if (...) {\n"; found "if (...) { "
(#2509) Variable "Decimals" must be all lower-case
(#2509) Variable "Decimals" must be all lower-case
(#2509) Variable "GoodScaleFactors" must be all lower-case
(#2509) Variable "Key" must be all lower-case
(#2509) Closing brace must be on a line by itself
(#2510) Line indented incorrectly; expected 8 spaces, found 6
(#2510) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2512) Line indented incorrectly; expected at least 8 spaces, found 5
(#2513) Line indented incorrectly; expected 8 spaces, found 5
(#2513) Expected "if (...) {\n"; found "if (...) { "
(#2513) Variable "GoodScaleFactors" must be all lower-case
(#2513) Variable "Results" must be all lower-case
(#2513) Variable "Factors" must be all lower-case
(#2513) Closing brace must be on a line by itself
(#2515) Line indented incorrectly; expected at least 8 spaces, found 5
(#2516) Line indented incorrectly; expected at least 8 spaces, found 5
(#2516) Variable "MaxRows" must be all lower-case
(#2516) Variable "BestFactor" must be all lower-case
(#2517) Line indented incorrectly; expected 8 spaces, found 5
(#2517) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#2517) Variable "GoodScaleFactors" must be all lower-case
(#2517) Variable "Key" must be all lower-case
(#2517) Variable "Factor" must be all lower-case
(#2518) Line indented incorrectly; expected at least 8 spaces, found 6
(#2518) Expected "if (...) {\n"; found "if (...) { "
(#2518) Variable "Results" must be all lower-case
(#2518) Variable "Factor" must be all lower-case
(#2518) Variable "MaxRows" must be all lower-case
(#2518) Variable "MaxRows" must be all lower-case
(#2518) Variable "Results" must be all lower-case
(#2518) Variable "Factor" must be all lower-case
(#2518) Variable "BestFactor" must be all lower-case
(#2518) Variable "Factor" must be all lower-case
(#2518) Closing brace must be on a line by itself
(#2518) Closing brace must be on a line by itself
(#2520) Line indented incorrectly; expected at least 8 spaces, found 5
(#2521) Line indented incorrectly; expected at least 8 spaces, found 5
(#2521) Variable "Results" must be all lower-case
(#2521) Variable "BestFactor" must be all lower-case
(#2522) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2524) Line indented incorrectly; expected at least 4 spaces, found 3
(#2525) Line indented incorrectly; expected 4 spaces, found 3
(#2525) method name "pDraw::processScale" must be in lower-case letters only
(#2525) Visibility must be declared on method "processScale"
(#2525) Variable "XMin" must be all lower-case
(#2525) Commas (,) must be followed by white space.
(#2525) Variable "XMax" must be all lower-case
(#2525) Commas (,) must be followed by white space.
(#2525) Variable "MaxDivs" must be all lower-case
(#2525) Commas (,) must be followed by white space.
(#2525) Variable "Factors" must be all lower-case
(#2525) Commas (,) must be followed by white space.
(#2525) Variable "AxisID" must be all lower-case
(#2526) Opening brace should be on the same line as the declaration
(#2527) Line indented incorrectly; expected at least 8 spaces, found 5
(#2527) Variable "ScaleHeight" must be all lower-case
(#2527) Variable "XMax" must be all lower-case
(#2527) Expected 1 space before "-"; 0 found
(#2527) Expected 1 space after "-"; 0 found
(#2527) Variable "XMin" must be all lower-case
(#2529) Line indented incorrectly; expected at least 8 spaces, found 5
(#2529) Inline control structures are not allowed
(#2529) Variable "AxisID" must be all lower-case
(#2530) Line indented incorrectly; expected at least 8 spaces, found 6
(#2530) Variable "Format" must be all lower-case
(#2530) Variable "AxisID" must be all lower-case
(#2531) Line indented incorrectly; expected at least 8 spaces, found 5
(#2531) Inline control structures are not allowed
(#2532) Line indented incorrectly; expected at least 8 spaces, found 6
(#2532) Variable "Format" must be all lower-case
(#2532) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2534) Line indented incorrectly; expected at least 8 spaces, found 5
(#2534) Inline control structures are not allowed
(#2534) Variable "AxisID" must be all lower-case
(#2535) Line indented incorrectly; expected at least 8 spaces, found 6
(#2535) Variable "Mode" must be all lower-case
(#2535) Variable "AxisID" must be all lower-case
(#2536) Line indented incorrectly; expected at least 8 spaces, found 5
(#2536) Inline control structures are not allowed
(#2537) Line indented incorrectly; expected at least 8 spaces, found 6
(#2537) Variable "Mode" must be all lower-case
(#2539) Line indented incorrectly; expected at least 8 spaces, found 5
(#2539) Variable "Scale" must be all lower-case
(#2540) Line indented incorrectly; expected 8 spaces, found 5
(#2540) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2540) Variable "XMin" must be all lower-case
(#2540) Variable "XMax" must be all lower-case
(#2541) Line indented incorrectly; expected at least 8 spaces, found 6
(#2542) Line indented incorrectly; expected at least 12 spaces, found 7
(#2542) Variable "Found" must be all lower-case
(#2542) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2542) Variable "Rescaled" must be all lower-case
(#2542) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2542) Variable "Scaled10Factor" must be all lower-case
(#2542) Variable "Result" must be all lower-case
(#2543) Line indented incorrectly; expected 12 spaces, found 7
(#2543) Expected "while (...) {\n"; found "while(...)\n {\n"
(#2543) Variable "Found" must be all lower-case
(#2544) Line indented incorrectly; expected at least 12 spaces, found 8
(#2545) Line indented incorrectly; expected 16 spaces, found 9
(#2545) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#2545) Variable "Factors" must be all lower-case
(#2545) Variable "Key" must be all lower-case
(#2545) Variable "Factor" must be all lower-case
(#2546) Line indented incorrectly; expected at least 16 spaces, found 10
(#2547) Line indented incorrectly; expected 20 spaces, found 11
(#2547) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2547) Variable "Found" must be all lower-case
(#2548) Line indented incorrectly; expected at least 20 spaces, found 12
(#2549) Line indented incorrectly; expected 24 spaces, found 13
(#2549) Expected "if (...) {\n"; found "if (...) { "
(#2549) Variable "XMin" must be all lower-case
(#2549) Commas (,) must be followed by white space.
(#2549) Variable "Factor" must be all lower-case
(#2549) Expected 1 space before "*"; 0 found
(#2549) Expected 1 space after "*"; 0 found
(#2549) Variable "Scaled10Factor" must be all lower-case
(#2549) Variable "XMin" must be all lower-case
(#2549) Variable "XMin" must be all lower-case
(#2549) Variable "XMinRescaled" must be all lower-case
(#2549) Variable "XMin" must be all lower-case
(#2549) Expected 1 space before "/"; 0 found
(#2549) Expected 1 space after "/"; 0 found
(#2549) Variable "Factor" must be all lower-case
(#2549) Expected 1 space before "*"; 0 found
(#2549) Expected 1 space after "*"; 0 found
(#2549) Variable "Scaled10Factor" must be all lower-case
(#2549) Expected 1 space before "*"; 0 found
(#2549) Expected 1 space after "*"; 0 found
(#2549) Variable "Factor" must be all lower-case
(#2549) Expected 1 space before "*"; 0 found
(#2549) Expected 1 space after "*"; 0 found
(#2549) Variable "Scaled10Factor" must be all lower-case
(#2549) Closing brace must be on a line by itself
(#2549) Expected "} else {\n"; found "} else { "
(#2549) Variable "XMinRescaled" must be all lower-case
(#2549) Variable "XMin" must be all lower-case
(#2549) Line exceeds maximum limit of 180 characters; contains 214 characters
(#2549) Closing brace must be on a line by itself
(#2550) Line indented incorrectly; expected 24 spaces, found 13
(#2550) Expected "if (...) {\n"; found "if (...) { "
(#2550) Variable "XMax" must be all lower-case
(#2550) Commas (,) must be followed by white space.
(#2550) Variable "Factor" must be all lower-case
(#2550) Expected 1 space before "*"; 0 found
(#2550) Expected 1 space after "*"; 0 found
(#2550) Variable "Scaled10Factor" must be all lower-case
(#2550) Variable "XMax" must be all lower-case
(#2550) Variable "XMax" must be all lower-case
(#2550) Variable "XMaxRescaled" must be all lower-case
(#2550) Variable "XMax" must be all lower-case
(#2550) Expected 1 space before "/"; 0 found
(#2550) Expected 1 space after "/"; 0 found
(#2550) Variable "Factor" must be all lower-case
(#2550) Expected 1 space before "*"; 0 found
(#2550) Expected 1 space after "*"; 0 found
(#2550) Variable "Scaled10Factor" must be all lower-case
(#2550) Expected 1 space before "*"; 0 found
(#2550) Expected 1 space after "*"; 0 found
(#2550) Variable "Factor" must be all lower-case
(#2550) Expected 1 space before "*"; 0 found
(#2550) Expected 1 space after "*"; 0 found
(#2550) Variable "Scaled10Factor" must be all lower-case
(#2550) Expected 1 space before "+"; 0 found
(#2550) Expected 1 space after "+"; 0 found
(#2550) Variable "Factor" must be all lower-case
(#2550) Expected 1 space before "*"; 0 found
(#2550) Expected 1 space after "*"; 0 found
(#2550) Variable "Scaled10Factor" must be all lower-case
(#2550) Closing brace must be on a line by itself
(#2550) Expected "} else {\n"; found "} else { "
(#2550) Variable "XMaxRescaled" must be all lower-case
(#2550) Variable "XMax" must be all lower-case
(#2550) Line exceeds maximum limit of 180 characters; contains 240 characters
(#2550) Closing brace must be on a line by itself
(#2551) Line indented incorrectly; expected at least 24 spaces, found 13
(#2551) Variable "ScaleHeightRescaled" must be all lower-case
(#2551) Variable "XMaxRescaled" must be all lower-case
(#2551) Expected 1 space before "-"; 0 found
(#2551) Expected 1 space after "-"; 0 found
(#2551) Variable "XMinRescaled" must be all lower-case
(#2553) Line indented incorrectly; expected 24 spaces, found 13
(#2553) Expected "if (...) {\n"; found "if (...) { "
(#2553) Variable "Found" must be all lower-case
(#2553) Variable "ScaleHeightRescaled" must be all lower-case
(#2553) Expected 1 space before "/"; 0 found
(#2553) Expected 1 space after "/"; 0 found
(#2553) Variable "Factor" must be all lower-case
(#2553) Expected 1 space before "*"; 0 found
(#2553) Expected 1 space after "*"; 0 found
(#2553) Variable "Scaled10Factor" must be all lower-case
(#2553) Variable "MaxDivs" must be all lower-case
(#2553) Variable "Found" must be all lower-case
(#2553) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2553) Variable "Rescaled" must be all lower-case
(#2553) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2553) Variable "Result" must be all lower-case
(#2553) Variable "Factor" must be all lower-case
(#2553) Variable "Scaled10Factor" must be all lower-case
(#2553) Line exceeds 132 characters; contains 170 characters
(#2553) Closing brace must be on a line by itself
(#2554) Line indented incorrectly; expected 20 spaces, found 12
(#2554) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2555) Line indented incorrectly; expected 16 spaces, found 10
(#2555) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2556) Line indented incorrectly; expected at least 16 spaces, found 9
(#2556) Variable "Scaled10Factor" must be all lower-case
(#2556) Variable "Scaled10Factor" must be all lower-case
(#2557) Line indented incorrectly; expected 12 spaces, found 8
(#2557) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2559) Line indented incorrectly; expected at least 12 spaces, found 7
(#2560) Line indented incorrectly; expected 12 spaces, found 7
(#2560) Expected "if (...) {\n"; found "if (...) { "
(#2560) Variable "Rescaled" must be all lower-case
(#2560) Variable "XMin" must be all lower-case
(#2560) Variable "XMinRescaled" must be all lower-case
(#2560) Variable "XMax" must be all lower-case
(#2560) Variable "XMaxRescaled" must be all lower-case
(#2560) Variable "ScaleHeight" must be all lower-case
(#2560) Variable "ScaleHeightRescaled" must be all lower-case
(#2560) Closing brace must be on a line by itself
(#2562) Line indented incorrectly; expected at least 12 spaces, found 7
(#2563) Line indented incorrectly; expected at least 12 spaces, found 7
(#2563) Variable "Rows" must be all lower-case
(#2563) Variable "ScaleHeight" must be all lower-case
(#2563) Variable "Result" must be all lower-case
(#2563) Expected "if (...) {\n"; found "if (...) { "
(#2563) Variable "Rows" must be all lower-case
(#2563) Variable "Rows" must be all lower-case
(#2563) Closing brace must be on a line by itself
(#2564) Line indented incorrectly; expected at least 12 spaces, found 7
(#2564) Variable "RowHeight" must be all lower-case
(#2564) Variable "ScaleHeight" must be all lower-case
(#2564) Variable "Rows" must be all lower-case
(#2566) Line indented incorrectly; expected at least 12 spaces, found 7
(#2567) Line indented incorrectly; expected at least 12 spaces, found 7
(#2567) Variable "Scale" must be all lower-case
(#2567) Variable "Rows" must be all lower-case
(#2567) Variable "Scale" must be all lower-case
(#2567) Variable "RowHeight" must be all lower-case
(#2567) Variable "Scale" must be all lower-case
(#2567) Variable "XMin" must be all lower-case
(#2567) Variable "Scale" must be all lower-case
(#2567) Variable "XMax" must be all lower-case
(#2569) Line indented incorrectly; expected at least 12 spaces, found 7
(#2570) Line indented incorrectly; expected 12 spaces, found 7
(#2570) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2570) Variable "Mode" must be all lower-case
(#2570) Variable "Format" must be all lower-case
(#2570) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2571) Line indented incorrectly; expected at least 12 spaces, found 8
(#2572) Line indented incorrectly; expected at least 16 spaces, found 9
(#2572) Variable "Done" must be all lower-case
(#2572) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2572) Variable "GoodDecimals" must be all lower-case
(#2573) Line indented incorrectly; expected 16 spaces, found 9
(#2573) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2573) Expected 1 space after first semicolon of FOR loop; 0 found
(#2573) Expected 1 space after second semicolon of FOR loop; 0 found
(#2573) Variable "Decimals" must be all lower-case
(#2573) Expected 1 space before "="; 0 found
(#2573) Expected 1 space after "="; 0 found
(#2573) Variable "Decimals" must be all lower-case
(#2573) Expected 1 space before "<="; 0 found
(#2573) Expected 1 space after "<="; 0 found
(#2573) Variable "Decimals" must be all lower-case
(#2574) Line indented incorrectly; expected at least 16 spaces, found 10
(#2575) Line indented incorrectly; expected 20 spaces, found 11
(#2575) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2575) Variable "Done" must be all lower-case
(#2576) Line indented incorrectly; expected at least 20 spaces, found 12
(#2577) Line indented incorrectly; expected at least 24 spaces, found 13
(#2577) Variable "LastLabel" must be all lower-case
(#2577) Variable "ScaleOK" must be all lower-case
(#2577) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2578) Line indented incorrectly; expected 24 spaces, found 13
(#2578) Expected "for (...) {\n"; found "for(...)\n {\n"
(#2578) Expected 1 space after first semicolon of FOR loop; 0 found
(#2578) Expected 1 space after second semicolon of FOR loop; 0 found
(#2578) Expected 1 space before "="; 0 found
(#2578) Expected 1 space after "="; 0 found
(#2578) Expected 1 space before "<="; 0 found
(#2578) Expected 1 space after "<="; 0 found
(#2578) Variable "Rows" must be all lower-case
(#2579) Line indented incorrectly; expected at least 24 spaces, found 14
(#2580) Line indented incorrectly; expected at least 28 spaces, found 15
(#2580) Variable "Value" must be all lower-case
(#2580) Variable "XMin" must be all lower-case
(#2580) Expected 1 space before "*"; 0 found
(#2580) Expected 1 space after "*"; 0 found
(#2580) Variable "RowHeight" must be all lower-case
(#2581) Line indented incorrectly; expected at least 28 spaces, found 15
(#2581) Variable "Label" must be all lower-case
(#2581) Variable "Value" must be all lower-case
(#2581) Commas (,) must be followed by white space.
(#2581) Commas (,) must be followed by white space.
(#2581) Variable "Decimals" must be all lower-case
(#2583) Line indented incorrectly; expected 28 spaces, found 15
(#2583) Expected "if (...) {\n"; found "if (...) { "
(#2583) Variable "LastLabel" must be all lower-case
(#2583) Variable "Label" must be all lower-case
(#2583) Variable "ScaleOK" must be all lower-case
(#2583) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2583) Closing brace must be on a line by itself
(#2584) Line indented incorrectly; expected at least 28 spaces, found 15
(#2584) Variable "LastLabel" must be all lower-case
(#2584) Variable "Label" must be all lower-case
(#2585) Line indented incorrectly; expected 24 spaces, found 14
(#2585) Closing brace indented incorrectly; expected 13 spaces, found 14
(#2586) Line indented incorrectly; expected 24 spaces, found 13
(#2586) Expected "if (...) {\n"; found "if (...) { "
(#2586) Variable "ScaleOK" must be all lower-case
(#2586) Variable "Done" must be all lower-case
(#2586) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2586) Variable "GoodDecimals" must be all lower-case
(#2586) Variable "Decimals" must be all lower-case
(#2586) Closing brace must be on a line by itself
(#2587) Line indented incorrectly; expected 20 spaces, found 12
(#2587) Closing brace indented incorrectly; expected 11 spaces, found 12
(#2588) Line indented incorrectly; expected 16 spaces, found 10
(#2588) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2590) Line indented incorrectly; expected at least 16 spaces, found 9
(#2590) Variable "Scale" must be all lower-case
(#2590) Variable "GoodDecimals" must be all lower-case
(#2591) Line indented incorrectly; expected 12 spaces, found 8
(#2591) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2592) Line indented incorrectly; expected 8 spaces, found 6
(#2592) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2593) Line indented incorrectly; expected 8 spaces, found 5
(#2593) Expected "} else {\n"; found "}\n else\n {\n"
(#2594) Line indented incorrectly; expected at least 8 spaces, found 6
(#2595) Line indented incorrectly; expected at least 12 spaces, found 7
(#2596) Line indented incorrectly; expected at least 12 spaces, found 7
(#2596) Variable "Rows" must be all lower-case
(#2596) Variable "XMin" must be all lower-case
(#2596) Variable "XMax" must be all lower-case
(#2596) Expected 1 space before "-"; 0 found
(#2596) Expected 1 space after "-"; 0 found
(#2596) Variable "XMax" must be all lower-case
(#2596) Variable "XMax" must be all lower-case
(#2596) Expected 1 space before "+"; 0 found
(#2596) Expected 1 space after "+"; 0 found
(#2596) Variable "RowHeight" must be all lower-case
(#2598) Line indented incorrectly; expected at least 12 spaces, found 7
(#2599) Line indented incorrectly; expected at least 12 spaces, found 7
(#2599) Variable "Scale" must be all lower-case
(#2599) Variable "Rows" must be all lower-case
(#2599) Variable "Scale" must be all lower-case
(#2599) Variable "RowHeight" must be all lower-case
(#2599) Variable "Scale" must be all lower-case
(#2599) Variable "XMin" must be all lower-case
(#2599) Variable "Scale" must be all lower-case
(#2599) Variable "XMax" must be all lower-case
(#2600) Line indented incorrectly; expected 8 spaces, found 6
(#2600) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2602) Line indented incorrectly; expected at least 8 spaces, found 5
(#2602) Variable "Scale" must be all lower-case
(#2603) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2605) Line indented incorrectly; expected 4 spaces, found 3
(#2605) Visibility must be declared on method "modulo"
(#2605) Variable "Value1" must be all lower-case
(#2605) Commas (,) must be followed by white space.
(#2605) Variable "Value2" must be all lower-case
(#2606) Opening brace should be on the same line as the declaration
(#2607) Line indented incorrectly; expected 8 spaces, found 5
(#2607) Expected "if (...) {\n"; found "if (...) { "
(#2607) Variable "Value2" must be all lower-case
(#2607) Closing brace must be on a line by itself
(#2608) Line indented incorrectly; expected 8 spaces, found 5
(#2608) Expected "if (...) {\n"; found "if (...) { "
(#2608) Variable "Value2" must be all lower-case
(#2608) Variable "Value1" must be all lower-case
(#2608) Variable "Value2" must be all lower-case
(#2608) Closing brace must be on a line by itself
(#2610) Line indented incorrectly; expected at least 8 spaces, found 5
(#2610) Variable "MinValue" must be all lower-case
(#2610) Variable "Value1" must be all lower-case
(#2610) Commas (,) must be followed by white space.
(#2610) Variable "Value2" must be all lower-case
(#2610) Variable "Factor" must be all lower-case
(#2611) Line indented incorrectly; expected 8 spaces, found 5
(#2611) Expected "while (...) {\n"; found "while (...)\n { "
(#2611) Variable "MinValue" must be all lower-case
(#2611) Expected 1 space before "*"; 0 found
(#2611) Expected 1 space after "*"; 0 found
(#2611) Variable "Factor" must be all lower-case
(#2612) Line indented incorrectly; expected at least 8 spaces, found 6
(#2612) Variable "Factor" must be all lower-case
(#2612) Variable "Factor" must be all lower-case
(#2612) Closing brace must be on a line by itself
(#2614) Line indented incorrectly; expected at least 8 spaces, found 5
(#2614) Variable "Value1" must be all lower-case
(#2614) Expected 1 space before "*"; 0 found
(#2614) Expected 1 space after "*"; 0 found
(#2614) Variable "Factor" must be all lower-case
(#2614) Variable "Value2" must be all lower-case
(#2614) Expected 1 space before "*"; 0 found
(#2614) Expected 1 space after "*"; 0 found
(#2614) Variable "Factor" must be all lower-case
(#2615) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2617) Line indented incorrectly; expected at least 4 spaces, found 3
(#2618) Line indented incorrectly; expected 4 spaces, found 3
(#2618) method name "pDraw::drawXThreshold" must be in lower-case letters only
(#2618) Visibility must be declared on method "drawXThreshold"
(#2618) Variable "Value" must be all lower-case
(#2618) Commas (,) must be followed by white space.
(#2618) Variable "Format" must be all lower-case
(#2619) Opening brace should be on the same line as the declaration
(#2620) Line indented incorrectly; expected at least 8 spaces, found 5
(#2620) Variable "R" must be all lower-case
(#2620) Spaces must be used for alignment; tabs are not allowed
(#2620) Tab found within whitespace
(#2620) Variable "Format" must be all lower-case
(#2620) Variable "Format" must be all lower-case
(#2621) Line indented incorrectly; expected at least 8 spaces, found 5
(#2621) Variable "G" must be all lower-case
(#2621) Spaces must be used for alignment; tabs are not allowed
(#2621) Tab found within whitespace
(#2621) Variable "Format" must be all lower-case
(#2621) Variable "Format" must be all lower-case
(#2622) Line indented incorrectly; expected at least 8 spaces, found 5
(#2622) Variable "B" must be all lower-case
(#2622) Spaces must be used for alignment; tabs are not allowed
(#2622) Tab found within whitespace
(#2622) Variable "Format" must be all lower-case
(#2622) Variable "Format" must be all lower-case
(#2623) Line indented incorrectly; expected at least 8 spaces, found 5
(#2623) Variable "Alpha" must be all lower-case
(#2623) Spaces must be used for alignment; tabs are not allowed
(#2623) Tab found within whitespace
(#2623) Variable "Format" must be all lower-case
(#2623) Variable "Format" must be all lower-case
(#2624) Line indented incorrectly; expected at least 8 spaces, found 5
(#2624) Variable "Weight" must be all lower-case
(#2624) Spaces must be used for alignment; tabs are not allowed
(#2624) Tab found within whitespace
(#2624) Variable "Format" must be all lower-case
(#2624) Variable "Format" must be all lower-case
(#2624) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2625) Line indented incorrectly; expected at least 8 spaces, found 5
(#2625) Variable "Ticks" must be all lower-case
(#2625) Spaces must be used for alignment; tabs are not allowed
(#2625) Tab found within whitespace
(#2625) Variable "Format" must be all lower-case
(#2625) Variable "Format" must be all lower-case
(#2626) Line indented incorrectly; expected at least 8 spaces, found 5
(#2626) Variable "Wide" must be all lower-case
(#2626) Spaces must be used for alignment; tabs are not allowed
(#2626) Tab found within whitespace
(#2626) Variable "Format" must be all lower-case
(#2626) Variable "Format" must be all lower-case
(#2626) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2627) Line indented incorrectly; expected at least 8 spaces, found 5
(#2627) Variable "WideFactor" must be all lower-case
(#2627) Spaces must be used for alignment; tabs are not allowed
(#2627) Tab found within whitespace
(#2627) Variable "Format" must be all lower-case
(#2627) Variable "Format" must be all lower-case
(#2628) Line indented incorrectly; expected at least 8 spaces, found 5
(#2628) Variable "WriteCaption" must be all lower-case
(#2628) Spaces must be used for alignment; tabs are not allowed
(#2628) Tab found within whitespace
(#2628) Variable "Format" must be all lower-case
(#2628) Variable "Format" must be all lower-case
(#2628) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2629) Line indented incorrectly; expected at least 8 spaces, found 5
(#2629) Variable "Caption" must be all lower-case
(#2629) Spaces must be used for alignment; tabs are not allowed
(#2629) Tab found within whitespace
(#2629) Variable "Format" must be all lower-case
(#2629) Variable "Format" must be all lower-case
(#2629) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2630) Line indented incorrectly; expected at least 8 spaces, found 5
(#2630) Variable "CaptionAlign" must be all lower-case
(#2630) Spaces must be used for alignment; tabs are not allowed
(#2630) Tab found within whitespace
(#2630) Variable "Format" must be all lower-case
(#2630) Variable "Format" must be all lower-case
(#2631) Line indented incorrectly; expected at least 8 spaces, found 5
(#2631) Variable "CaptionOffset" must be all lower-case
(#2631) Variable "Format" must be all lower-case
(#2631) Variable "Format" must be all lower-case
(#2632) Line indented incorrectly; expected at least 8 spaces, found 5
(#2632) Variable "CaptionR" must be all lower-case
(#2632) Spaces must be used for alignment; tabs are not allowed
(#2632) Tab found within whitespace
(#2632) Variable "Format" must be all lower-case
(#2632) Variable "Format" must be all lower-case
(#2633) Line indented incorrectly; expected at least 8 spaces, found 5
(#2633) Variable "CaptionG" must be all lower-case
(#2633) Spaces must be used for alignment; tabs are not allowed
(#2633) Tab found within whitespace
(#2633) Variable "Format" must be all lower-case
(#2633) Variable "Format" must be all lower-case
(#2634) Line indented incorrectly; expected at least 8 spaces, found 5
(#2634) Variable "CaptionB" must be all lower-case
(#2634) Spaces must be used for alignment; tabs are not allowed
(#2634) Tab found within whitespace
(#2634) Variable "Format" must be all lower-case
(#2634) Variable "Format" must be all lower-case
(#2635) Line indented incorrectly; expected at least 8 spaces, found 5
(#2635) Variable "CaptionAlpha" must be all lower-case
(#2635) Spaces must be used for alignment; tabs are not allowed
(#2635) Tab found within whitespace
(#2635) Variable "Format" must be all lower-case
(#2635) Variable "Format" must be all lower-case
(#2636) Line indented incorrectly; expected at least 8 spaces, found 5
(#2636) Variable "DrawBox" must be all lower-case
(#2636) Spaces must be used for alignment; tabs are not allowed
(#2636) Tab found within whitespace
(#2636) Variable "Format" must be all lower-case
(#2636) Variable "Format" must be all lower-case
(#2636) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2637) Line indented incorrectly; expected at least 8 spaces, found 5
(#2637) Variable "DrawBoxBorder" must be all lower-case
(#2637) Spaces must be used for alignment; tabs are not allowed
(#2637) Tab found within whitespace
(#2637) Variable "Format" must be all lower-case
(#2637) Variable "Format" must be all lower-case
(#2637) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2638) Line indented incorrectly; expected at least 8 spaces, found 5
(#2638) Variable "BorderOffset" must be all lower-case
(#2638) Spaces must be used for alignment; tabs are not allowed
(#2638) Tab found within whitespace
(#2638) Variable "Format" must be all lower-case
(#2638) Variable "Format" must be all lower-case
(#2639) Line indented incorrectly; expected at least 8 spaces, found 5
(#2639) Variable "BoxRounded" must be all lower-case
(#2639) Spaces must be used for alignment; tabs are not allowed
(#2639) Tab found within whitespace
(#2639) Variable "Format" must be all lower-case
(#2639) Variable "Format" must be all lower-case
(#2639) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2640) Line indented incorrectly; expected at least 8 spaces, found 5
(#2640) Variable "RoundedRadius" must be all lower-case
(#2640) Spaces must be used for alignment; tabs are not allowed
(#2640) Tab found within whitespace
(#2640) Variable "Format" must be all lower-case
(#2640) Variable "Format" must be all lower-case
(#2641) Line indented incorrectly; expected at least 8 spaces, found 5
(#2641) Variable "BoxR" must be all lower-case
(#2641) Spaces must be used for alignment; tabs are not allowed
(#2641) Tab found within whitespace
(#2641) Variable "Format" must be all lower-case
(#2641) Variable "Format" must be all lower-case
(#2642) Line indented incorrectly; expected at least 8 spaces, found 5
(#2642) Variable "BoxG" must be all lower-case
(#2642) Spaces must be used for alignment; tabs are not allowed
(#2642) Tab found within whitespace
(#2642) Variable "Format" must be all lower-case
(#2642) Variable "Format" must be all lower-case
(#2643) Line indented incorrectly; expected at least 8 spaces, found 5
(#2643) Variable "BoxB" must be all lower-case
(#2643) Spaces must be used for alignment; tabs are not allowed
(#2643) Tab found within whitespace
(#2643) Variable "Format" must be all lower-case
(#2643) Variable "Format" must be all lower-case
(#2644) Line indented incorrectly; expected at least 8 spaces, found 5
(#2644) Variable "BoxAlpha" must be all lower-case
(#2644) Spaces must be used for alignment; tabs are not allowed
(#2644) Tab found within whitespace
(#2644) Variable "Format" must be all lower-case
(#2644) Variable "Format" must be all lower-case
(#2645) Line indented incorrectly; expected at least 8 spaces, found 5
(#2645) Variable "BoxSurrounding" must be all lower-case
(#2645) Spaces must be used for alignment; tabs are not allowed
(#2645) Tab found within whitespace
(#2645) Variable "Format" must be all lower-case
(#2645) Variable "Format" must be all lower-case
(#2646) Line indented incorrectly; expected at least 8 spaces, found 5
(#2646) Variable "BoxBorderR" must be all lower-case
(#2646) Spaces must be used for alignment; tabs are not allowed
(#2646) Tab found within whitespace
(#2646) Variable "Format" must be all lower-case
(#2646) Variable "Format" must be all lower-case
(#2647) Line indented incorrectly; expected at least 8 spaces, found 5
(#2647) Variable "BoxBorderG" must be all lower-case
(#2647) Spaces must be used for alignment; tabs are not allowed
(#2647) Tab found within whitespace
(#2647) Variable "Format" must be all lower-case
(#2647) Variable "Format" must be all lower-case
(#2648) Line indented incorrectly; expected at least 8 spaces, found 5
(#2648) Variable "BoxBorderB" must be all lower-case
(#2648) Spaces must be used for alignment; tabs are not allowed
(#2648) Tab found within whitespace
(#2648) Variable "Format" must be all lower-case
(#2648) Variable "Format" must be all lower-case
(#2649) Line indented incorrectly; expected at least 8 spaces, found 5
(#2649) Variable "BoxBorderAlpha" must be all lower-case
(#2649) Spaces must be used for alignment; tabs are not allowed
(#2649) Tab found within whitespace
(#2649) Variable "Format" must be all lower-case
(#2649) Variable "Format" must be all lower-case
(#2650) Line indented incorrectly; expected at least 8 spaces, found 5
(#2650) Variable "ValueIsLabel" must be all lower-case
(#2650) Spaces must be used for alignment; tabs are not allowed
(#2650) Tab found within whitespace
(#2650) Variable "Format" must be all lower-case
(#2650) Variable "Format" must be all lower-case
(#2650) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2652) Line indented incorrectly; expected at least 8 spaces, found 5
(#2652) Variable "Data" must be all lower-case
(#2653) Line indented incorrectly; expected at least 8 spaces, found 5
(#2653) Variable "AbscissaMargin" must be all lower-case
(#2653) Variable "Data" must be all lower-case
(#2654) Line indented incorrectly; expected at least 8 spaces, found 5
(#2654) Variable "XScale" must be all lower-case
(#2656) Line indented incorrectly; expected 8 spaces, found 5
(#2656) Expected "if (...) {\n"; found "if (...) { "
(#2656) Variable "Value" must be all lower-case
(#2656) Expected "foreach (...) {\n"; found "foreach (...) { "
(#2656) Variable "Value" must be all lower-case
(#2656) Variable "Key" must be all lower-case
(#2656) Variable "ID" must be all lower-case
(#2656) Variable "ID" must be all lower-case
(#2656) Commas (,) must be followed by white space.
(#2656) Variable "Format" must be all lower-case
(#2656) Closing brace must be on a line by itself
(#2656) Closing brace must be on a line by itself
(#2658) Line indented incorrectly; expected 8 spaces, found 5
(#2658) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2658) Variable "ValueIsLabel" must be all lower-case
(#2659) Line indented incorrectly; expected at least 8 spaces, found 6
(#2660) Line indented incorrectly; expected at least 12 spaces, found 7
(#2660) Variable "Format" must be all lower-case
(#2660) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2661) Line indented incorrectly; expected 12 spaces, found 7
(#2661) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#2661) Variable "Data" must be all lower-case
(#2661) Variable "Data" must be all lower-case
(#2661) Variable "Key" must be all lower-case
(#2661) Variable "SerieValue" must be all lower-case
(#2662) Line indented incorrectly; expected at least 12 spaces, found 8
(#2662) Expected "if (...) {\n"; found "if (...) { "
(#2662) Variable "SerieValue" must be all lower-case
(#2662) Variable "Value" must be all lower-case
(#2662) Variable "Key" must be all lower-case
(#2662) Commas (,) must be followed by white space.
(#2662) Variable "Format" must be all lower-case
(#2662) Closing brace must be on a line by itself
(#2662) Closing brace must be on a line by itself
(#2664) Line indented incorrectly; expected at least 12 spaces, found 7
(#2665) Line indented incorrectly; expected 8 spaces, found 6
(#2665) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2667) Line indented incorrectly; expected at least 8 spaces, found 5
(#2667) Variable "CaptionSettings" must be all lower-case
(#2667) Expected 1 space before "=>"; 0 found
(#2667) Expected 1 space after "=>"; 0 found
(#2667) Variable "DrawBox" must be all lower-case
(#2667) Commas (,) must be followed by white space.
(#2667) Expected 1 space before "=>"; 0 found
(#2667) Expected 1 space after "=>"; 0 found
(#2667) Variable "DrawBoxBorder" must be all lower-case
(#2667) Commas (,) must be followed by white space.
(#2667) Expected 1 space before "=>"; 0 found
(#2667) Expected 1 space after "=>"; 0 found
(#2667) Variable "BorderOffset" must be all lower-case
(#2667) Commas (,) must be followed by white space.
(#2667) Expected 1 space before "=>"; 0 found
(#2667) Expected 1 space after "=>"; 0 found
(#2667) Variable "BoxRounded" must be all lower-case
(#2667) Commas (,) must be followed by white space.
(#2667) Expected 1 space before "=>"; 0 found
(#2667) Expected 1 space after "=>"; 0 found
(#2667) Variable "RoundedRadius" must be all lower-case
(#2667) Line exceeds 132 characters; contains 170 characters
(#2668) Expected 1 space before "=>"; 0 found
(#2668) Expected 1 space after "=>"; 0 found
(#2668) Variable "BoxR" must be all lower-case
(#2668) Commas (,) must be followed by white space.
(#2668) Expected 1 space before "=>"; 0 found
(#2668) Expected 1 space after "=>"; 0 found
(#2668) Variable "BoxG" must be all lower-case
(#2668) Commas (,) must be followed by white space.
(#2668) Expected 1 space before "=>"; 0 found
(#2668) Expected 1 space after "=>"; 0 found
(#2668) Variable "BoxB" must be all lower-case
(#2668) Commas (,) must be followed by white space.
(#2668) Expected 1 space before "=>"; 0 found
(#2668) Expected 1 space after "=>"; 0 found
(#2668) Variable "BoxAlpha" must be all lower-case
(#2668) Commas (,) must be followed by white space.
(#2668) Expected 1 space before "=>"; 0 found
(#2668) Expected 1 space after "=>"; 0 found
(#2668) Variable "BoxSurrounding" must be all lower-case
(#2669) Expected 1 space before "=>"; 0 found
(#2669) Expected 1 space after "=>"; 0 found
(#2669) Variable "BoxBorderR" must be all lower-case
(#2669) Commas (,) must be followed by white space.
(#2669) Expected 1 space before "=>"; 0 found
(#2669) Expected 1 space after "=>"; 0 found
(#2669) Variable "BoxBorderG" must be all lower-case
(#2669) Commas (,) must be followed by white space.
(#2669) Expected 1 space before "=>"; 0 found
(#2669) Expected 1 space after "=>"; 0 found
(#2669) Variable "BoxBorderB" must be all lower-case
(#2669) Commas (,) must be followed by white space.
(#2669) Expected 1 space before "=>"; 0 found
(#2669) Expected 1 space after "=>"; 0 found
(#2669) Variable "BoxBorderAlpha" must be all lower-case
(#2669) Line exceeds 132 characters; contains 142 characters
(#2670) Expected 1 space before "=>"; 0 found
(#2670) Expected 1 space after "=>"; 0 found
(#2670) Variable "CaptionR" must be all lower-case
(#2670) Commas (,) must be followed by white space.
(#2670) Expected 1 space before "=>"; 0 found
(#2670) Expected 1 space after "=>"; 0 found
(#2670) Variable "CaptionG" must be all lower-case
(#2670) Commas (,) must be followed by white space.
(#2670) Expected 1 space before "=>"; 0 found
(#2670) Expected 1 space after "=>"; 0 found
(#2670) Variable "CaptionB" must be all lower-case
(#2670) Commas (,) must be followed by white space.
(#2670) Expected 1 space before "=>"; 0 found
(#2670) Expected 1 space after "=>"; 0 found
(#2670) Variable "CaptionAlpha" must be all lower-case
(#2672) Line indented incorrectly; expected 9 spaces, found 5
(#2672) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2672) Variable "Caption" must be all lower-case
(#2672) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2673) Line indented incorrectly; expected at least 9 spaces, found 6
(#2674) Line indented incorrectly; expected 13 spaces, found 7
(#2674) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2674) Variable "Data" must be all lower-case
(#2675) Line indented incorrectly; expected at least 13 spaces, found 8
(#2676) Line indented incorrectly; expected at least 17 spaces, found 9
(#2676) Inline control structures are not allowed
(#2676) Variable "Data" must be all lower-case
(#2676) Variable "Data" must be all lower-case
(#2676) Variable "Value" must be all lower-case
(#2677) Line indented incorrectly; expected at least 17 spaces, found 10
(#2677) Variable "Caption" must be all lower-case
(#2677) Variable "Data" must be all lower-case
(#2677) Variable "Data" must be all lower-case
(#2677) Variable "Value" must be all lower-case
(#2678) Line indented incorrectly; expected at least 17 spaces, found 9
(#2678) Inline control structures are not allowed
(#2679) Line indented incorrectly; expected at least 17 spaces, found 10
(#2679) Variable "Caption" must be all lower-case
(#2679) Variable "Value" must be all lower-case
(#2680) Line indented incorrectly; expected 16 spaces, found 8
(#2680) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2681) Line indented incorrectly; expected at least 16 spaces, found 7
(#2681) Inline control structures are not allowed
(#2682) Line indented incorrectly; expected at least 16 spaces, found 8
(#2682) Variable "Caption" must be all lower-case
(#2682) Variable "Value" must be all lower-case
(#2683) Line indented incorrectly; expected 12 spaces, found 6
(#2683) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2685) Line indented incorrectly; expected 12 spaces, found 5
(#2685) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2685) Variable "Data" must be all lower-case
(#2686) Line indented incorrectly; expected at least 12 spaces, found 6
(#2687) Line indented incorrectly; expected at least 16 spaces, found 7
(#2687) Variable "XStep" must be all lower-case
(#2687) Variable "XScale" must be all lower-case
(#2687) Expected 1 space after "*"; 0 found
(#2687) Variable "XScale" must be all lower-case
(#2688) Line indented incorrectly; expected at least 16 spaces, found 7
(#2688) Variable "XPos" must be all lower-case
(#2688) Variable "XScale" must be all lower-case
(#2688) Variable "XStep" must be all lower-case
(#2688) Variable "Value" must be all lower-case
(#2689) Line indented incorrectly; expected at least 16 spaces, found 7
(#2689) Variable "YPos1" must be all lower-case
(#2689) Variable "Data" must be all lower-case
(#2690) Line indented incorrectly; expected at least 16 spaces, found 7
(#2690) Variable "YPos2" must be all lower-case
(#2690) Variable "Data" must be all lower-case
(#2692) Line indented incorrectly; expected 16 spaces, found 7
(#2692) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2692) Variable "XPos" must be all lower-case
(#2692) Variable "AbscissaMargin" must be all lower-case
(#2692) Variable "XPos" must be all lower-case
(#2692) Variable "AbscissaMargin" must be all lower-case
(#2693) Line indented incorrectly; expected at least 16 spaces, found 8
(#2694) Line indented incorrectly; expected at least 20 spaces, found 9
(#2694) Variable "XPos" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Variable "YPos1" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Variable "XPos" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Variable "YPos2" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Expected 1 space before "=>"; 0 found
(#2694) Expected 1 space after "=>"; 0 found
(#2694) Variable "R" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Expected 1 space before "=>"; 0 found
(#2694) Expected 1 space after "=>"; 0 found
(#2694) Variable "G" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Expected 1 space before "=>"; 0 found
(#2694) Expected 1 space after "=>"; 0 found
(#2694) Variable "B" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Expected 1 space before "=>"; 0 found
(#2694) Expected 1 space after "=>"; 0 found
(#2694) Variable "Alpha" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Expected 1 space before "=>"; 0 found
(#2694) Expected 1 space after "=>"; 0 found
(#2694) Variable "Ticks" must be all lower-case
(#2694) Commas (,) must be followed by white space.
(#2694) Expected 1 space before "=>"; 0 found
(#2694) Expected 1 space after "=>"; 0 found
(#2694) Variable "Weight" must be all lower-case
(#2694) Line exceeds 132 characters; contains 133 characters
(#2696) Line indented incorrectly; expected 20 spaces, found 9
(#2696) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2696) Variable "Wide" must be all lower-case
(#2697) Line indented incorrectly; expected at least 20 spaces, found 10
(#2698) Line indented incorrectly; expected at least 24 spaces, found 11
(#2698) Variable "XPos" must be all lower-case
(#2698) Expected 1 space before "-"; 0 found
(#2698) Expected 1 space after "-"; 0 found
(#2698) Commas (,) must be followed by white space.
(#2698) Variable "YPos1" must be all lower-case
(#2698) Commas (,) must be followed by white space.
(#2698) Variable "XPos" must be all lower-case
(#2698) Expected 1 space before "-"; 0 found
(#2698) Expected 1 space after "-"; 0 found
(#2698) Commas (,) must be followed by white space.
(#2698) Variable "YPos2" must be all lower-case
(#2698) Commas (,) must be followed by white space.
(#2698) Expected 1 space before "=>"; 0 found
(#2698) Expected 1 space after "=>"; 0 found
(#2698) Variable "R" must be all lower-case
(#2698) Commas (,) must be followed by white space.
(#2698) Expected 1 space before "=>"; 0 found
(#2698) Expected 1 space after "=>"; 0 found
(#2698) Variable "G" must be all lower-case
(#2698) Commas (,) must be followed by white space.
(#2698) Expected 1 space before "=>"; 0 found
(#2698) Expected 1 space after "=>"; 0 found
(#2698) Variable "B" must be all lower-case
(#2698) Commas (,) must be followed by white space.
(#2698) Expected 1 space before "=>"; 0 found
(#2698) Expected 1 space after "=>"; 0 found
(#2698) Variable "Alpha" must be all lower-case
(#2698) Expected 1 space before "/"; 0 found
(#2698) Expected 1 space after "/"; 0 found
(#2698) Variable "WideFactor" must be all lower-case
(#2698) Commas (,) must be followed by white space.
(#2698) Expected 1 space before "=>"; 0 found
(#2698) Expected 1 space after "=>"; 0 found
(#2698) Variable "Ticks" must be all lower-case
(#2698) Line exceeds 132 characters; contains 133 characters
(#2699) Line indented incorrectly; expected at least 24 spaces, found 11
(#2699) Variable "XPos" must be all lower-case
(#2699) Expected 1 space before "+"; 0 found
(#2699) Expected 1 space after "+"; 0 found
(#2699) Commas (,) must be followed by white space.
(#2699) Variable "YPos1" must be all lower-case
(#2699) Commas (,) must be followed by white space.
(#2699) Variable "XPos" must be all lower-case
(#2699) Expected 1 space before "+"; 0 found
(#2699) Expected 1 space after "+"; 0 found
(#2699) Commas (,) must be followed by white space.
(#2699) Variable "YPos2" must be all lower-case
(#2699) Commas (,) must be followed by white space.
(#2699) Expected 1 space before "=>"; 0 found
(#2699) Expected 1 space after "=>"; 0 found
(#2699) Variable "R" must be all lower-case
(#2699) Commas (,) must be followed by white space.
(#2699) Expected 1 space before "=>"; 0 found
(#2699) Expected 1 space after "=>"; 0 found
(#2699) Variable "G" must be all lower-case
(#2699) Commas (,) must be followed by white space.
(#2699) Expected 1 space before "=>"; 0 found
(#2699) Expected 1 space after "=>"; 0 found
(#2699) Variable "B" must be all lower-case
(#2699) Commas (,) must be followed by white space.
(#2699) Expected 1 space before "=>"; 0 found
(#2699) Expected 1 space after "=>"; 0 found
(#2699) Variable "Alpha" must be all lower-case
(#2699) Expected 1 space before "/"; 0 found
(#2699) Expected 1 space after "/"; 0 found
(#2699) Variable "WideFactor" must be all lower-case
(#2699) Commas (,) must be followed by white space.
(#2699) Expected 1 space before "=>"; 0 found
(#2699) Expected 1 space after "=>"; 0 found
(#2699) Variable "Ticks" must be all lower-case
(#2699) Line exceeds 132 characters; contains 133 characters
(#2700) Line indented incorrectly; expected 20 spaces, found 10
(#2700) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2702) Line indented incorrectly; expected 20 spaces, found 9
(#2702) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2702) Variable "WriteCaption" must be all lower-case
(#2703) Line indented incorrectly; expected at least 20 spaces, found 10
(#2704) Line indented incorrectly; expected 24 spaces, found 11
(#2704) Expected "if (...) {\n"; found "if (...)\n { "
(#2704) Variable "CaptionAlign" must be all lower-case
(#2705) Line indented incorrectly; expected at least 24 spaces, found 12
(#2705) Variable "Y" must be all lower-case
(#2705) Variable "YPos1" must be all lower-case
(#2705) Variable "CaptionOffset" must be all lower-case
(#2705) Variable "CaptionSettings" must be all lower-case
(#2705) Closing brace must be on a line by itself
(#2706) Line indented incorrectly; expected 24 spaces, found 11
(#2706) Expected "} else {\n"; found "}\n else \n { "
(#2706) Whitespace found at end of line
(#2707) Line indented incorrectly; expected at least 24 spaces, found 12
(#2707) Variable "Y" must be all lower-case
(#2707) Variable "YPos2" must be all lower-case
(#2707) Variable "CaptionOffset" must be all lower-case
(#2707) Variable "CaptionSettings" must be all lower-case
(#2707) Closing brace must be on a line by itself
(#2708) Whitespace found at end of line
(#2709) Line indented incorrectly; expected at least 24 spaces, found 11
(#2709) Variable "XPos" must be all lower-case
(#2709) Commas (,) must be followed by white space.
(#2709) Variable "Y" must be all lower-case
(#2709) Commas (,) must be followed by white space.
(#2709) Variable "Caption" must be all lower-case
(#2709) Commas (,) must be followed by white space.
(#2709) Variable "CaptionSettings" must be all lower-case
(#2710) Line indented incorrectly; expected 20 spaces, found 10
(#2710) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2712) Line indented incorrectly; expected at least 20 spaces, found 9
(#2712) Expected 1 space before "=>"; 0 found
(#2712) Expected 1 space after "=>"; 0 found
(#2712) Variable "XPos" must be all lower-case
(#2713) Line indented incorrectly; expected 16 spaces, found 8
(#2713) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2714) Line indented incorrectly; expected 12 spaces, found 6
(#2714) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2715) Line indented incorrectly; expected 12 spaces, found 5
(#2715) Usage of ELSEIF not allowed; use ELSE IF instead
(#2715) Variable "Data" must be all lower-case
(#2716) Line indented incorrectly; expected at least 12 spaces, found 6
(#2717) Line indented incorrectly; expected at least 16 spaces, found 7
(#2717) Variable "XStep" must be all lower-case
(#2717) Variable "XScale" must be all lower-case
(#2717) Expected 1 space after "*"; 0 found
(#2717) Variable "XScale" must be all lower-case
(#2718) Line indented incorrectly; expected at least 16 spaces, found 7
(#2718) Variable "XPos" must be all lower-case
(#2718) Variable "XScale" must be all lower-case
(#2718) Variable "XStep" must be all lower-case
(#2718) Variable "Value" must be all lower-case
(#2719) Line indented incorrectly; expected at least 16 spaces, found 7
(#2719) Variable "YPos1" must be all lower-case
(#2719) Variable "Data" must be all lower-case
(#2720) Line indented incorrectly; expected at least 16 spaces, found 7
(#2720) Variable "YPos2" must be all lower-case
(#2720) Variable "Data" must be all lower-case
(#2722) Line indented incorrectly; expected 16 spaces, found 7
(#2722) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2722) Variable "XPos" must be all lower-case
(#2722) Variable "AbscissaMargin" must be all lower-case
(#2722) Variable "XPos" must be all lower-case
(#2722) Variable "AbscissaMargin" must be all lower-case
(#2723) Line indented incorrectly; expected at least 16 spaces, found 8
(#2724) Line indented incorrectly; expected at least 20 spaces, found 9
(#2724) Variable "YPos1" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Variable "XPos" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Variable "YPos2" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Variable "XPos" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Expected 1 space before "=>"; 0 found
(#2724) Expected 1 space after "=>"; 0 found
(#2724) Variable "R" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Expected 1 space before "=>"; 0 found
(#2724) Expected 1 space after "=>"; 0 found
(#2724) Variable "G" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Expected 1 space before "=>"; 0 found
(#2724) Expected 1 space after "=>"; 0 found
(#2724) Variable "B" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Expected 1 space before "=>"; 0 found
(#2724) Expected 1 space after "=>"; 0 found
(#2724) Variable "Alpha" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Expected 1 space before "=>"; 0 found
(#2724) Expected 1 space after "=>"; 0 found
(#2724) Variable "Ticks" must be all lower-case
(#2724) Commas (,) must be followed by white space.
(#2724) Expected 1 space before "=>"; 0 found
(#2724) Expected 1 space after "=>"; 0 found
(#2724) Variable "Weight" must be all lower-case
(#2724) Line exceeds 132 characters; contains 133 characters
(#2726) Line indented incorrectly; expected 20 spaces, found 9
(#2726) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2726) Variable "Wide" must be all lower-case
(#2727) Line indented incorrectly; expected at least 20 spaces, found 10
(#2728) Line indented incorrectly; expected at least 24 spaces, found 11
(#2728) Variable "YPos1" must be all lower-case
(#2728) Commas (,) must be followed by white space.
(#2728) Variable "XPos" must be all lower-case
(#2728) Expected 1 space before "-"; 0 found
(#2728) Expected 1 space after "-"; 0 found
(#2728) Commas (,) must be followed by white space.
(#2728) Variable "YPos2" must be all lower-case
(#2728) Commas (,) must be followed by white space.
(#2728) Variable "XPos" must be all lower-case
(#2728) Expected 1 space before "-"; 0 found
(#2728) Expected 1 space after "-"; 0 found
(#2728) Commas (,) must be followed by white space.
(#2728) Expected 1 space before "=>"; 0 found
(#2728) Expected 1 space after "=>"; 0 found
(#2728) Variable "R" must be all lower-case
(#2728) Commas (,) must be followed by white space.
(#2728) Expected 1 space before "=>"; 0 found
(#2728) Expected 1 space after "=>"; 0 found
(#2728) Variable "G" must be all lower-case
(#2728) Commas (,) must be followed by white space.
(#2728) Expected 1 space before "=>"; 0 found
(#2728) Expected 1 space after "=>"; 0 found
(#2728) Variable "B" must be all lower-case
(#2728) Commas (,) must be followed by white space.
(#2728) Expected 1 space before "=>"; 0 found
(#2728) Expected 1 space after "=>"; 0 found
(#2728) Variable "Alpha" must be all lower-case
(#2728) Expected 1 space before "/"; 0 found
(#2728) Expected 1 space after "/"; 0 found
(#2728) Variable "WideFactor" must be all lower-case
(#2728) Commas (,) must be followed by white space.
(#2728) Expected 1 space before "=>"; 0 found
(#2728) Expected 1 space after "=>"; 0 found
(#2728) Variable "Ticks" must be all lower-case
(#2728) Line exceeds 132 characters; contains 133 characters
(#2729) Line indented incorrectly; expected at least 24 spaces, found 11
(#2729) Variable "YPos1" must be all lower-case
(#2729) Commas (,) must be followed by white space.
(#2729) Variable "XPos" must be all lower-case
(#2729) Expected 1 space before "+"; 0 found
(#2729) Expected 1 space after "+"; 0 found
(#2729) Commas (,) must be followed by white space.
(#2729) Variable "YPos2" must be all lower-case
(#2729) Commas (,) must be followed by white space.
(#2729) Variable "XPos" must be all lower-case
(#2729) Expected 1 space before "+"; 0 found
(#2729) Expected 1 space after "+"; 0 found
(#2729) Commas (,) must be followed by white space.
(#2729) Expected 1 space before "=>"; 0 found
(#2729) Expected 1 space after "=>"; 0 found
(#2729) Variable "R" must be all lower-case
(#2729) Commas (,) must be followed by white space.
(#2729) Expected 1 space before "=>"; 0 found
(#2729) Expected 1 space after "=>"; 0 found
(#2729) Variable "G" must be all lower-case
(#2729) Commas (,) must be followed by white space.
(#2729) Expected 1 space before "=>"; 0 found
(#2729) Expected 1 space after "=>"; 0 found
(#2729) Variable "B" must be all lower-case
(#2729) Commas (,) must be followed by white space.
(#2729) Expected 1 space before "=>"; 0 found
(#2729) Expected 1 space after "=>"; 0 found
(#2729) Variable "Alpha" must be all lower-case
(#2729) Expected 1 space before "/"; 0 found
(#2729) Expected 1 space after "/"; 0 found
(#2729) Variable "WideFactor" must be all lower-case
(#2729) Commas (,) must be followed by white space.
(#2729) Expected 1 space before "=>"; 0 found
(#2729) Expected 1 space after "=>"; 0 found
(#2729) Variable "Ticks" must be all lower-case
(#2729) Line exceeds 132 characters; contains 133 characters
(#2730) Line indented incorrectly; expected 20 spaces, found 10
(#2730) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2732) Line indented incorrectly; expected 20 spaces, found 9
(#2732) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2732) Variable "WriteCaption" must be all lower-case
(#2733) Line indented incorrectly; expected at least 20 spaces, found 10
(#2734) Line indented incorrectly; expected 24 spaces, found 11
(#2734) Expected "if (...) {\n"; found "if (...)\n { "
(#2734) Variable "CaptionAlign" must be all lower-case
(#2735) Line indented incorrectly; expected at least 24 spaces, found 12
(#2735) Variable "Y" must be all lower-case
(#2735) Variable "YPos1" must be all lower-case
(#2735) Variable "CaptionOffset" must be all lower-case
(#2735) Variable "CaptionSettings" must be all lower-case
(#2735) Closing brace must be on a line by itself
(#2736) Line indented incorrectly; expected 24 spaces, found 11
(#2736) Expected "} else {\n"; found "}\n else \n { "
(#2736) Whitespace found at end of line
(#2737) Line indented incorrectly; expected at least 24 spaces, found 12
(#2737) Variable "Y" must be all lower-case
(#2737) Variable "YPos2" must be all lower-case
(#2737) Variable "CaptionOffset" must be all lower-case
(#2737) Variable "CaptionSettings" must be all lower-case
(#2737) Closing brace must be on a line by itself
(#2738) Whitespace found at end of line
(#2739) Line indented incorrectly; expected at least 24 spaces, found 11
(#2739) Variable "Y" must be all lower-case
(#2739) Commas (,) must be followed by white space.
(#2739) Variable "XPos" must be all lower-case
(#2739) Commas (,) must be followed by white space.
(#2739) Variable "Caption" must be all lower-case
(#2739) Commas (,) must be followed by white space.
(#2739) Variable "CaptionSettings" must be all lower-case
(#2740) Line indented incorrectly; expected 20 spaces, found 10
(#2740) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2742) Line indented incorrectly; expected at least 20 spaces, found 9
(#2742) Expected 1 space before "=>"; 0 found
(#2742) Expected 1 space after "=>"; 0 found
(#2742) Variable "XPos" must be all lower-case
(#2743) Line indented incorrectly; expected 16 spaces, found 8
(#2743) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2744) Line indented incorrectly; expected 12 spaces, found 6
(#2744) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2745) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2747) Line indented incorrectly; expected at least 4 spaces, found 3
(#2748) Line indented incorrectly; expected 4 spaces, found 3
(#2748) method name "pDraw::drawXThresholdArea" must be in lower-case letters only
(#2748) Visibility must be declared on method "drawXThresholdArea"
(#2748) Variable "Value1" must be all lower-case
(#2748) Commas (,) must be followed by white space.
(#2748) Variable "Value2" must be all lower-case
(#2748) Commas (,) must be followed by white space.
(#2748) Variable "Format" must be all lower-case
(#2749) Opening brace should be on the same line as the declaration
(#2750) Line indented incorrectly; expected at least 8 spaces, found 5
(#2750) Variable "R" must be all lower-case
(#2750) Spaces must be used for alignment; tabs are not allowed
(#2750) Tab found within whitespace
(#2750) Variable "Format" must be all lower-case
(#2750) Variable "Format" must be all lower-case
(#2751) Line indented incorrectly; expected at least 8 spaces, found 5
(#2751) Variable "G" must be all lower-case
(#2751) Spaces must be used for alignment; tabs are not allowed
(#2751) Tab found within whitespace
(#2751) Variable "Format" must be all lower-case
(#2751) Variable "Format" must be all lower-case
(#2752) Line indented incorrectly; expected at least 8 spaces, found 5
(#2752) Variable "B" must be all lower-case
(#2752) Spaces must be used for alignment; tabs are not allowed
(#2752) Tab found within whitespace
(#2752) Variable "Format" must be all lower-case
(#2752) Variable "Format" must be all lower-case
(#2753) Line indented incorrectly; expected at least 8 spaces, found 5
(#2753) Variable "Alpha" must be all lower-case
(#2753) Spaces must be used for alignment; tabs are not allowed
(#2753) Tab found within whitespace
(#2753) Variable "Format" must be all lower-case
(#2753) Variable "Format" must be all lower-case
(#2754) Line indented incorrectly; expected at least 8 spaces, found 5
(#2754) Variable "Border" must be all lower-case
(#2754) Variable "Format" must be all lower-case
(#2754) Variable "Format" must be all lower-case
(#2754) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2755) Line indented incorrectly; expected at least 8 spaces, found 5
(#2755) Variable "BorderR" must be all lower-case
(#2755) Variable "Format" must be all lower-case
(#2755) Variable "Format" must be all lower-case
(#2755) Variable "R" must be all lower-case
(#2756) Line indented incorrectly; expected at least 8 spaces, found 5
(#2756) Variable "BorderG" must be all lower-case
(#2756) Variable "Format" must be all lower-case
(#2756) Variable "Format" must be all lower-case
(#2756) Variable "G" must be all lower-case
(#2757) Line indented incorrectly; expected at least 8 spaces, found 5
(#2757) Variable "BorderB" must be all lower-case
(#2757) Variable "Format" must be all lower-case
(#2757) Variable "Format" must be all lower-case
(#2757) Variable "B" must be all lower-case
(#2758) Line indented incorrectly; expected at least 8 spaces, found 5
(#2758) Variable "BorderAlpha" must be all lower-case
(#2758) Variable "Format" must be all lower-case
(#2758) Variable "Format" must be all lower-case
(#2758) Variable "Alpha" must be all lower-case
(#2759) Line indented incorrectly; expected at least 8 spaces, found 5
(#2759) Variable "BorderTicks" must be all lower-case
(#2759) Variable "Format" must be all lower-case
(#2759) Variable "Format" must be all lower-case
(#2760) Line indented incorrectly; expected at least 8 spaces, found 5
(#2760) Variable "AreaName" must be all lower-case
(#2760) Spaces must be used for alignment; tabs are not allowed
(#2760) Tab found within whitespace
(#2760) Variable "Format" must be all lower-case
(#2760) Variable "Format" must be all lower-case
(#2760) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2761) Line indented incorrectly; expected at least 8 spaces, found 5
(#2761) Variable "NameAngle" must be all lower-case
(#2761) Spaces must be used for alignment; tabs are not allowed
(#2761) Tab found within whitespace
(#2761) Variable "Format" must be all lower-case
(#2761) Variable "Format" must be all lower-case
(#2762) Line indented incorrectly; expected at least 8 spaces, found 5
(#2762) Variable "NameR" must be all lower-case
(#2762) Spaces must be used for alignment; tabs are not allowed
(#2762) Tab found within whitespace
(#2762) Variable "Format" must be all lower-case
(#2762) Variable "Format" must be all lower-case
(#2763) Line indented incorrectly; expected at least 8 spaces, found 5
(#2763) Variable "NameG" must be all lower-case
(#2763) Spaces must be used for alignment; tabs are not allowed
(#2763) Tab found within whitespace
(#2763) Variable "Format" must be all lower-case
(#2763) Variable "Format" must be all lower-case
(#2764) Line indented incorrectly; expected at least 8 spaces, found 5
(#2764) Variable "NameB" must be all lower-case
(#2764) Spaces must be used for alignment; tabs are not allowed
(#2764) Tab found within whitespace
(#2764) Variable "Format" must be all lower-case
(#2764) Variable "Format" must be all lower-case
(#2765) Line indented incorrectly; expected at least 8 spaces, found 5
(#2765) Variable "NameAlpha" must be all lower-case
(#2765) Spaces must be used for alignment; tabs are not allowed
(#2765) Tab found within whitespace
(#2765) Variable "Format" must be all lower-case
(#2765) Variable "Format" must be all lower-case
(#2766) Line indented incorrectly; expected at least 8 spaces, found 5
(#2766) Variable "DisableShadowOnArea" must be all lower-case
(#2766) Variable "Format" must be all lower-case
(#2766) Variable "Format" must be all lower-case
(#2766) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2768) Line indented incorrectly; expected at least 8 spaces, found 5
(#2768) Variable "RestoreShadow" must be all lower-case
(#2769) Line indented incorrectly; expected 8 spaces, found 5
(#2769) Expected "if (...) {\n"; found "if (...) { "
(#2769) Variable "DisableShadowOnArea" must be all lower-case
(#2769) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2769) Closing brace must be on a line by itself
(#2771) Line indented incorrectly; expected 8 spaces, found 5
(#2771) Expected "if (...) {\n"; found "if (...) { "
(#2771) Variable "BorderAlpha" must be all lower-case
(#2771) Expected 1 space after ">"; 0 found
(#2771) Variable "BorderAlpha" must be all lower-case
(#2771) Closing brace must be on a line by itself
(#2773) Line indented incorrectly; expected at least 8 spaces, found 5
(#2773) Variable "Data" must be all lower-case
(#2774) Line indented incorrectly; expected at least 8 spaces, found 5
(#2774) Variable "XScale" must be all lower-case
(#2775) Line indented incorrectly; expected at least 8 spaces, found 5
(#2775) Variable "AbscissaMargin" must be all lower-case
(#2775) Variable "Data" must be all lower-case
(#2777) Line indented incorrectly; expected 8 spaces, found 5
(#2777) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2777) Variable "Data" must be all lower-case
(#2778) Line indented incorrectly; expected at least 8 spaces, found 6
(#2779) Line indented incorrectly; expected at least 12 spaces, found 7
(#2779) Variable "XStep" must be all lower-case
(#2779) Variable "XScale" must be all lower-case
(#2779) Expected 1 space after "*"; 0 found
(#2779) Variable "XScale" must be all lower-case
(#2780) Line indented incorrectly; expected at least 12 spaces, found 7
(#2780) Variable "XPos1" must be all lower-case
(#2780) Variable "XScale" must be all lower-case
(#2780) Variable "XStep" must be all lower-case
(#2780) Variable "Value1" must be all lower-case
(#2781) Line indented incorrectly; expected at least 12 spaces, found 7
(#2781) Variable "XPos2" must be all lower-case
(#2781) Variable "XScale" must be all lower-case
(#2781) Variable "XStep" must be all lower-case
(#2781) Variable "Value2" must be all lower-case
(#2782) Line indented incorrectly; expected at least 12 spaces, found 7
(#2782) Variable "YPos1" must be all lower-case
(#2782) Variable "Data" must be all lower-case
(#2783) Line indented incorrectly; expected at least 12 spaces, found 7
(#2783) Variable "YPos2" must be all lower-case
(#2783) Variable "Data" must be all lower-case
(#2785) Line indented incorrectly; expected 12 spaces, found 7
(#2785) Expected "if (...) {\n"; found "if (...) { "
(#2785) Variable "XPos1" must be all lower-case
(#2785) Variable "XScale" must be all lower-case
(#2785) Variable "XPos1" must be all lower-case
(#2785) Variable "XScale" must be all lower-case
(#2785) Closing brace must be on a line by itself
(#2786) Line indented incorrectly; expected 12 spaces, found 7
(#2786) Expected "if (...) {\n"; found "if (...) { "
(#2786) Variable "XPos1" must be all lower-case
(#2786) Variable "XScale" must be all lower-case
(#2786) Variable "XPos1" must be all lower-case
(#2786) Variable "XScale" must be all lower-case
(#2786) Closing brace must be on a line by itself
(#2787) Line indented incorrectly; expected 12 spaces, found 7
(#2787) Expected "if (...) {\n"; found "if (...) { "
(#2787) Variable "XPos2" must be all lower-case
(#2787) Variable "XScale" must be all lower-case
(#2787) Variable "XPos2" must be all lower-case
(#2787) Variable "XScale" must be all lower-case
(#2787) Closing brace must be on a line by itself
(#2788) Line indented incorrectly; expected 12 spaces, found 7
(#2788) Expected "if (...) {\n"; found "if (...) { "
(#2788) Variable "XPos2" must be all lower-case
(#2788) Variable "XScale" must be all lower-case
(#2788) Variable "XPos2" must be all lower-case
(#2788) Variable "XScale" must be all lower-case
(#2788) Closing brace must be on a line by itself
(#2790) Line indented incorrectly; expected at least 12 spaces, found 7
(#2790) Variable "XPos1" must be all lower-case
(#2790) Commas (,) must be followed by white space.
(#2790) Variable "YPos1" must be all lower-case
(#2790) Commas (,) must be followed by white space.
(#2790) Variable "XPos2" must be all lower-case
(#2790) Commas (,) must be followed by white space.
(#2790) Variable "YPos2" must be all lower-case
(#2790) Commas (,) must be followed by white space.
(#2790) Expected 1 space before "=>"; 0 found
(#2790) Expected 1 space after "=>"; 0 found
(#2790) Variable "R" must be all lower-case
(#2790) Commas (,) must be followed by white space.
(#2790) Expected 1 space before "=>"; 0 found
(#2790) Expected 1 space after "=>"; 0 found
(#2790) Variable "G" must be all lower-case
(#2790) Commas (,) must be followed by white space.
(#2790) Expected 1 space before "=>"; 0 found
(#2790) Expected 1 space after "=>"; 0 found
(#2790) Variable "B" must be all lower-case
(#2790) Commas (,) must be followed by white space.
(#2790) Expected 1 space before "=>"; 0 found
(#2790) Expected 1 space after "=>"; 0 found
(#2790) Variable "Alpha" must be all lower-case
(#2792) Line indented incorrectly; expected 12 spaces, found 7
(#2792) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2792) Variable "Border" must be all lower-case
(#2793) Line indented incorrectly; expected at least 12 spaces, found 8
(#2794) Line indented incorrectly; expected at least 16 spaces, found 9
(#2794) Variable "XPos1" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Variable "YPos1" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Variable "XPos1" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Variable "YPos2" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Expected 1 space before "=>"; 0 found
(#2794) Expected 1 space after "=>"; 0 found
(#2794) Variable "BorderR" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Expected 1 space before "=>"; 0 found
(#2794) Expected 1 space after "=>"; 0 found
(#2794) Variable "BorderG" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Expected 1 space before "=>"; 0 found
(#2794) Expected 1 space after "=>"; 0 found
(#2794) Variable "BorderB" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Expected 1 space before "=>"; 0 found
(#2794) Expected 1 space after "=>"; 0 found
(#2794) Variable "BorderAlpha" must be all lower-case
(#2794) Commas (,) must be followed by white space.
(#2794) Expected 1 space before "=>"; 0 found
(#2794) Expected 1 space after "=>"; 0 found
(#2794) Variable "BorderTicks" must be all lower-case
(#2794) Line exceeds 132 characters; contains 147 characters
(#2795) Line indented incorrectly; expected at least 16 spaces, found 9
(#2795) Variable "XPos2" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Variable "YPos1" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Variable "XPos2" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Variable "YPos2" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Expected 1 space before "=>"; 0 found
(#2795) Expected 1 space after "=>"; 0 found
(#2795) Variable "BorderR" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Expected 1 space before "=>"; 0 found
(#2795) Expected 1 space after "=>"; 0 found
(#2795) Variable "BorderG" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Expected 1 space before "=>"; 0 found
(#2795) Expected 1 space after "=>"; 0 found
(#2795) Variable "BorderB" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Expected 1 space before "=>"; 0 found
(#2795) Expected 1 space after "=>"; 0 found
(#2795) Variable "BorderAlpha" must be all lower-case
(#2795) Commas (,) must be followed by white space.
(#2795) Expected 1 space before "=>"; 0 found
(#2795) Expected 1 space after "=>"; 0 found
(#2795) Variable "BorderTicks" must be all lower-case
(#2795) Line exceeds 132 characters; contains 147 characters
(#2796) Line indented incorrectly; expected 12 spaces, found 8
(#2796) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2798) Line indented incorrectly; expected 12 spaces, found 7
(#2798) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2798) Variable "AreaName" must be all lower-case
(#2798) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2799) Line indented incorrectly; expected at least 12 spaces, found 8
(#2800) Line indented incorrectly; expected at least 16 spaces, found 9
(#2800) Variable "XPos" must be all lower-case
(#2800) Variable "XPos2" must be all lower-case
(#2800) Expected 1 space before "-"; 0 found
(#2800) Expected 1 space after "-"; 0 found
(#2800) Variable "XPos1" must be all lower-case
(#2800) Expected 1 space before "/"; 0 found
(#2800) Expected 1 space after "/"; 0 found
(#2800) Variable "XPos1" must be all lower-case
(#2801) Line indented incorrectly; expected at least 16 spaces, found 9
(#2801) Variable "YPos" must be all lower-case
(#2801) Variable "YPos2" must be all lower-case
(#2801) Expected 1 space before "-"; 0 found
(#2801) Expected 1 space after "-"; 0 found
(#2801) Variable "YPos1" must be all lower-case
(#2801) Expected 1 space before "/"; 0 found
(#2801) Expected 1 space after "/"; 0 found
(#2801) Variable "YPos1" must be all lower-case
(#2803) Line indented incorrectly; expected 16 spaces, found 9
(#2803) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2803) Variable "NameAngle" must be all lower-case
(#2804) Line indented incorrectly; expected at least 16 spaces, found 10
(#2805) Line indented incorrectly; expected at least 20 spaces, found 11
(#2805) Variable "TxtPos" must be all lower-case
(#2805) Variable "XPos" must be all lower-case
(#2805) Commas (,) must be followed by white space.
(#2805) Variable "YPos" must be all lower-case
(#2805) Commas (,) must be followed by white space.
(#2805) Commas (,) must be followed by white space.
(#2805) Commas (,) must be followed by white space.
(#2805) Commas (,) must be followed by white space.
(#2805) Variable "AreaName" must be all lower-case
(#2806) Line indented incorrectly; expected at least 20 spaces, found 11
(#2806) Variable "TxtWidth" must be all lower-case
(#2806) Variable "TxtPos" must be all lower-case
(#2806) Variable "TxtPos" must be all lower-case
(#2807) Line indented incorrectly; expected 20 spaces, found 11
(#2807) Expected "if (...) {\n"; found "if (...) { "
(#2807) Variable "XPos2" must be all lower-case
(#2807) Variable "XPos1" must be all lower-case
(#2807) Variable "TxtWidth" must be all lower-case
(#2807) Variable "NameAngle" must be all lower-case
(#2807) Closing brace must be on a line by itself
(#2807) Expected "} else {\n"; found "} else { "
(#2807) Variable "NameAngle" must be all lower-case
(#2807) Closing brace must be on a line by itself
(#2808) Line indented incorrectly; expected 16 spaces, found 10
(#2808) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2809) Line indented incorrectly; expected at least 16 spaces, found 9
(#2809) Variable "RestoreShadow" must be all lower-case
(#2810) Line indented incorrectly; expected at least 16 spaces, found 9
(#2810) Variable "XPos" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Variable "YPos" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Variable "AreaName" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Expected 1 space before "=>"; 0 found
(#2810) Expected 1 space after "=>"; 0 found
(#2810) Variable "NameR" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Expected 1 space before "=>"; 0 found
(#2810) Expected 1 space after "=>"; 0 found
(#2810) Variable "NameG" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Expected 1 space before "=>"; 0 found
(#2810) Expected 1 space after "=>"; 0 found
(#2810) Variable "NameB" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Expected 1 space before "=>"; 0 found
(#2810) Expected 1 space after "=>"; 0 found
(#2810) Variable "NameAlpha" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Expected 1 space before "=>"; 0 found
(#2810) Expected 1 space after "=>"; 0 found
(#2810) Variable "NameAngle" must be all lower-case
(#2810) Commas (,) must be followed by white space.
(#2810) Expected 1 space before "=>"; 0 found
(#2810) Expected 1 space after "=>"; 0 found
(#2810) Line exceeds 132 characters; contains 164 characters
(#2811) Line indented incorrectly; expected 16 spaces, found 9
(#2811) Expected "if (...) {\n"; found "if (...) { "
(#2811) Variable "DisableShadowOnArea" must be all lower-case
(#2811) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2811) Closing brace must be on a line by itself
(#2812) Line indented incorrectly; expected 12 spaces, found 8
(#2812) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2814) Line indented incorrectly; expected at least 12 spaces, found 7
(#2814) Variable "RestoreShadow" must be all lower-case
(#2815) Line indented incorrectly; expected at least 12 spaces, found 7
(#2815) Expected 1 space before "=>"; 0 found
(#2815) Expected 1 space after "=>"; 0 found
(#2815) Variable "XPos1" must be all lower-case
(#2815) Commas (,) must be followed by white space.
(#2815) Expected 1 space before "=>"; 0 found
(#2815) Expected 1 space after "=>"; 0 found
(#2815) Variable "XPos2" must be all lower-case
(#2816) Line indented incorrectly; expected 8 spaces, found 6
(#2816) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2817) Line indented incorrectly; expected 8 spaces, found 5
(#2817) Usage of ELSEIF not allowed; use ELSE IF instead
(#2817) Variable "Data" must be all lower-case
(#2818) Line indented incorrectly; expected at least 8 spaces, found 6
(#2819) Line indented incorrectly; expected at least 12 spaces, found 7
(#2819) Variable "XStep" must be all lower-case
(#2819) Variable "XScale" must be all lower-case
(#2819) Expected 1 space after "*"; 0 found
(#2819) Variable "XScale" must be all lower-case
(#2820) Line indented incorrectly; expected at least 12 spaces, found 7
(#2820) Variable "XPos1" must be all lower-case
(#2820) Variable "XScale" must be all lower-case
(#2820) Variable "XStep" must be all lower-case
(#2820) Variable "Value1" must be all lower-case
(#2821) Line indented incorrectly; expected at least 12 spaces, found 7
(#2821) Variable "XPos2" must be all lower-case
(#2821) Variable "XScale" must be all lower-case
(#2821) Variable "XStep" must be all lower-case
(#2821) Variable "Value2" must be all lower-case
(#2822) Line indented incorrectly; expected at least 12 spaces, found 7
(#2822) Variable "YPos1" must be all lower-case
(#2822) Variable "Data" must be all lower-case
(#2823) Line indented incorrectly; expected at least 12 spaces, found 7
(#2823) Variable "YPos2" must be all lower-case
(#2823) Variable "Data" must be all lower-case
(#2825) Line indented incorrectly; expected 12 spaces, found 7
(#2825) Expected "if (...) {\n"; found "if (...) { "
(#2825) Variable "XPos1" must be all lower-case
(#2825) Variable "XScale" must be all lower-case
(#2825) Variable "XPos1" must be all lower-case
(#2825) Variable "XScale" must be all lower-case
(#2825) Closing brace must be on a line by itself
(#2826) Line indented incorrectly; expected 12 spaces, found 7
(#2826) Expected "if (...) {\n"; found "if (...) { "
(#2826) Variable "XPos1" must be all lower-case
(#2826) Variable "XScale" must be all lower-case
(#2826) Variable "XPos1" must be all lower-case
(#2826) Variable "XScale" must be all lower-case
(#2826) Closing brace must be on a line by itself
(#2827) Line indented incorrectly; expected 12 spaces, found 7
(#2827) Expected "if (...) {\n"; found "if (...) { "
(#2827) Variable "XPos2" must be all lower-case
(#2827) Variable "XScale" must be all lower-case
(#2827) Variable "XPos2" must be all lower-case
(#2827) Variable "XScale" must be all lower-case
(#2827) Closing brace must be on a line by itself
(#2828) Line indented incorrectly; expected 12 spaces, found 7
(#2828) Expected "if (...) {\n"; found "if (...) { "
(#2828) Variable "XPos2" must be all lower-case
(#2828) Variable "XScale" must be all lower-case
(#2828) Variable "XPos2" must be all lower-case
(#2828) Variable "XScale" must be all lower-case
(#2828) Closing brace must be on a line by itself
(#2830) Line indented incorrectly; expected at least 12 spaces, found 7
(#2830) Variable "YPos1" must be all lower-case
(#2830) Commas (,) must be followed by white space.
(#2830) Variable "XPos1" must be all lower-case
(#2830) Commas (,) must be followed by white space.
(#2830) Variable "YPos2" must be all lower-case
(#2830) Commas (,) must be followed by white space.
(#2830) Variable "XPos2" must be all lower-case
(#2830) Commas (,) must be followed by white space.
(#2830) Expected 1 space before "=>"; 0 found
(#2830) Expected 1 space after "=>"; 0 found
(#2830) Variable "R" must be all lower-case
(#2830) Commas (,) must be followed by white space.
(#2830) Expected 1 space before "=>"; 0 found
(#2830) Expected 1 space after "=>"; 0 found
(#2830) Variable "G" must be all lower-case
(#2830) Commas (,) must be followed by white space.
(#2830) Expected 1 space before "=>"; 0 found
(#2830) Expected 1 space after "=>"; 0 found
(#2830) Variable "B" must be all lower-case
(#2830) Commas (,) must be followed by white space.
(#2830) Expected 1 space before "=>"; 0 found
(#2830) Expected 1 space after "=>"; 0 found
(#2830) Variable "Alpha" must be all lower-case
(#2832) Line indented incorrectly; expected 12 spaces, found 7
(#2832) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2832) Variable "Border" must be all lower-case
(#2833) Line indented incorrectly; expected at least 12 spaces, found 8
(#2834) Line indented incorrectly; expected at least 16 spaces, found 9
(#2834) Variable "YPos1" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Variable "XPos1" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Variable "YPos2" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Variable "XPos1" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Expected 1 space before "=>"; 0 found
(#2834) Expected 1 space after "=>"; 0 found
(#2834) Variable "BorderR" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Expected 1 space before "=>"; 0 found
(#2834) Expected 1 space after "=>"; 0 found
(#2834) Variable "BorderG" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Expected 1 space before "=>"; 0 found
(#2834) Expected 1 space after "=>"; 0 found
(#2834) Variable "BorderB" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Expected 1 space before "=>"; 0 found
(#2834) Expected 1 space after "=>"; 0 found
(#2834) Variable "BorderAlpha" must be all lower-case
(#2834) Commas (,) must be followed by white space.
(#2834) Expected 1 space before "=>"; 0 found
(#2834) Expected 1 space after "=>"; 0 found
(#2834) Variable "BorderTicks" must be all lower-case
(#2834) Line exceeds 132 characters; contains 147 characters
(#2835) Line indented incorrectly; expected at least 16 spaces, found 9
(#2835) Variable "YPos1" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Variable "XPos2" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Variable "YPos2" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Variable "XPos2" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Expected 1 space before "=>"; 0 found
(#2835) Expected 1 space after "=>"; 0 found
(#2835) Variable "BorderR" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Expected 1 space before "=>"; 0 found
(#2835) Expected 1 space after "=>"; 0 found
(#2835) Variable "BorderG" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Expected 1 space before "=>"; 0 found
(#2835) Expected 1 space after "=>"; 0 found
(#2835) Variable "BorderB" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Expected 1 space before "=>"; 0 found
(#2835) Expected 1 space after "=>"; 0 found
(#2835) Variable "BorderAlpha" must be all lower-case
(#2835) Commas (,) must be followed by white space.
(#2835) Expected 1 space before "=>"; 0 found
(#2835) Expected 1 space after "=>"; 0 found
(#2835) Variable "BorderTicks" must be all lower-case
(#2835) Line exceeds 132 characters; contains 147 characters
(#2836) Line indented incorrectly; expected 12 spaces, found 8
(#2836) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2838) Line indented incorrectly; expected 12 spaces, found 7
(#2838) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2838) Variable "AreaName" must be all lower-case
(#2838) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2839) Line indented incorrectly; expected at least 12 spaces, found 8
(#2840) Line indented incorrectly; expected at least 16 spaces, found 9
(#2840) Variable "XPos" must be all lower-case
(#2840) Variable "XPos2" must be all lower-case
(#2840) Expected 1 space before "-"; 0 found
(#2840) Expected 1 space after "-"; 0 found
(#2840) Variable "XPos1" must be all lower-case
(#2840) Expected 1 space before "/"; 0 found
(#2840) Expected 1 space after "/"; 0 found
(#2840) Variable "XPos1" must be all lower-case
(#2841) Line indented incorrectly; expected at least 16 spaces, found 9
(#2841) Variable "YPos" must be all lower-case
(#2841) Variable "YPos2" must be all lower-case
(#2841) Expected 1 space before "-"; 0 found
(#2841) Expected 1 space after "-"; 0 found
(#2841) Variable "YPos1" must be all lower-case
(#2841) Expected 1 space before "/"; 0 found
(#2841) Expected 1 space after "/"; 0 found
(#2841) Variable "YPos1" must be all lower-case
(#2843) Line indented incorrectly; expected at least 16 spaces, found 9
(#2843) Variable "RestoreShadow" must be all lower-case
(#2844) Line indented incorrectly; expected at least 16 spaces, found 9
(#2844) Variable "YPos" must be all lower-case
(#2844) Commas (,) must be followed by white space.
(#2844) Variable "XPos" must be all lower-case
(#2844) Commas (,) must be followed by white space.
(#2844) Variable "AreaName" must be all lower-case
(#2844) Commas (,) must be followed by white space.
(#2844) Expected 1 space before "=>"; 0 found
(#2844) Expected 1 space after "=>"; 0 found
(#2844) Variable "NameR" must be all lower-case
(#2844) Commas (,) must be followed by white space.
(#2844) Expected 1 space before "=>"; 0 found
(#2844) Expected 1 space after "=>"; 0 found
(#2844) Variable "NameG" must be all lower-case
(#2844) Commas (,) must be followed by white space.
(#2844) Expected 1 space before "=>"; 0 found
(#2844) Expected 1 space after "=>"; 0 found
(#2844) Variable "NameB" must be all lower-case
(#2844) Commas (,) must be followed by white space.
(#2844) Expected 1 space before "=>"; 0 found
(#2844) Expected 1 space after "=>"; 0 found
(#2844) Variable "NameAlpha" must be all lower-case
(#2844) Commas (,) must be followed by white space.
(#2844) Expected 1 space before "=>"; 0 found
(#2844) Expected 1 space after "=>"; 0 found
(#2844) Commas (,) must be followed by white space.
(#2844) Expected 1 space before "=>"; 0 found
(#2844) Expected 1 space after "=>"; 0 found
(#2844) Line exceeds 132 characters; contains 155 characters
(#2845) Line indented incorrectly; expected 16 spaces, found 9
(#2845) Expected "if (...) {\n"; found "if (...) { "
(#2845) Variable "DisableShadowOnArea" must be all lower-case
(#2845) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2845) Closing brace must be on a line by itself
(#2846) Line indented incorrectly; expected 12 spaces, found 8
(#2846) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2848) Line indented incorrectly; expected at least 12 spaces, found 7
(#2848) Variable "RestoreShadow" must be all lower-case
(#2849) Line indented incorrectly; expected at least 12 spaces, found 7
(#2849) Expected 1 space before "=>"; 0 found
(#2849) Expected 1 space after "=>"; 0 found
(#2849) Variable "XPos1" must be all lower-case
(#2849) Commas (,) must be followed by white space.
(#2849) Expected 1 space before "=>"; 0 found
(#2849) Expected 1 space after "=>"; 0 found
(#2849) Variable "XPos2" must be all lower-case
(#2850) Line indented incorrectly; expected 8 spaces, found 6
(#2850) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2851) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2853) Line indented incorrectly; expected at least 4 spaces, found 3
(#2854) Line indented incorrectly; expected 4 spaces, found 3
(#2854) method name "pDraw::drawThreshold" must be in lower-case letters only
(#2854) Visibility must be declared on method "drawThreshold"
(#2854) Variable "Value" must be all lower-case
(#2854) Commas (,) must be followed by white space.
(#2854) Variable "Format" must be all lower-case
(#2855) Opening brace should be on the same line as the declaration
(#2856) Line indented incorrectly; expected at least 8 spaces, found 5
(#2856) Variable "AxisID" must be all lower-case
(#2856) Spaces must be used for alignment; tabs are not allowed
(#2856) Tab found within whitespace
(#2856) Variable "Format" must be all lower-case
(#2856) Variable "Format" must be all lower-case
(#2857) Line indented incorrectly; expected at least 8 spaces, found 5
(#2857) Variable "R" must be all lower-case
(#2857) Spaces must be used for alignment; tabs are not allowed
(#2857) Tab found within whitespace
(#2857) Variable "Format" must be all lower-case
(#2857) Variable "Format" must be all lower-case
(#2858) Line indented incorrectly; expected at least 8 spaces, found 5
(#2858) Variable "G" must be all lower-case
(#2858) Spaces must be used for alignment; tabs are not allowed
(#2858) Tab found within whitespace
(#2858) Variable "Format" must be all lower-case
(#2858) Variable "Format" must be all lower-case
(#2859) Line indented incorrectly; expected at least 8 spaces, found 5
(#2859) Variable "B" must be all lower-case
(#2859) Spaces must be used for alignment; tabs are not allowed
(#2859) Tab found within whitespace
(#2859) Variable "Format" must be all lower-case
(#2859) Variable "Format" must be all lower-case
(#2860) Line indented incorrectly; expected at least 8 spaces, found 5
(#2860) Variable "Alpha" must be all lower-case
(#2860) Spaces must be used for alignment; tabs are not allowed
(#2860) Tab found within whitespace
(#2860) Variable "Format" must be all lower-case
(#2860) Variable "Format" must be all lower-case
(#2861) Line indented incorrectly; expected at least 8 spaces, found 5
(#2861) Variable "Weight" must be all lower-case
(#2861) Spaces must be used for alignment; tabs are not allowed
(#2861) Tab found within whitespace
(#2861) Variable "Format" must be all lower-case
(#2861) Variable "Format" must be all lower-case
(#2861) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2862) Line indented incorrectly; expected at least 8 spaces, found 5
(#2862) Variable "Ticks" must be all lower-case
(#2862) Spaces must be used for alignment; tabs are not allowed
(#2862) Tab found within whitespace
(#2862) Variable "Format" must be all lower-case
(#2862) Variable "Format" must be all lower-case
(#2863) Line indented incorrectly; expected at least 8 spaces, found 5
(#2863) Variable "Wide" must be all lower-case
(#2863) Spaces must be used for alignment; tabs are not allowed
(#2863) Tab found within whitespace
(#2863) Variable "Format" must be all lower-case
(#2863) Variable "Format" must be all lower-case
(#2863) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2864) Line indented incorrectly; expected at least 8 spaces, found 5
(#2864) Variable "WideFactor" must be all lower-case
(#2864) Spaces must be used for alignment; tabs are not allowed
(#2864) Tab found within whitespace
(#2864) Variable "Format" must be all lower-case
(#2864) Variable "Format" must be all lower-case
(#2865) Line indented incorrectly; expected at least 8 spaces, found 5
(#2865) Variable "WriteCaption" must be all lower-case
(#2865) Spaces must be used for alignment; tabs are not allowed
(#2865) Tab found within whitespace
(#2865) Variable "Format" must be all lower-case
(#2865) Variable "Format" must be all lower-case
(#2865) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2866) Line indented incorrectly; expected at least 8 spaces, found 5
(#2866) Variable "Caption" must be all lower-case
(#2866) Spaces must be used for alignment; tabs are not allowed
(#2866) Tab found within whitespace
(#2866) Variable "Format" must be all lower-case
(#2866) Variable "Format" must be all lower-case
(#2866) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2867) Line indented incorrectly; expected at least 8 spaces, found 5
(#2867) Variable "CaptionAlign" must be all lower-case
(#2867) Spaces must be used for alignment; tabs are not allowed
(#2867) Tab found within whitespace
(#2867) Variable "Format" must be all lower-case
(#2867) Variable "Format" must be all lower-case
(#2868) Line indented incorrectly; expected at least 8 spaces, found 5
(#2868) Variable "CaptionOffset" must be all lower-case
(#2868) Variable "Format" must be all lower-case
(#2868) Variable "Format" must be all lower-case
(#2869) Line indented incorrectly; expected at least 8 spaces, found 5
(#2869) Variable "CaptionR" must be all lower-case
(#2869) Spaces must be used for alignment; tabs are not allowed
(#2869) Tab found within whitespace
(#2869) Variable "Format" must be all lower-case
(#2869) Variable "Format" must be all lower-case
(#2870) Line indented incorrectly; expected at least 8 spaces, found 5
(#2870) Variable "CaptionG" must be all lower-case
(#2870) Spaces must be used for alignment; tabs are not allowed
(#2870) Tab found within whitespace
(#2870) Variable "Format" must be all lower-case
(#2870) Variable "Format" must be all lower-case
(#2871) Line indented incorrectly; expected at least 8 spaces, found 5
(#2871) Variable "CaptionB" must be all lower-case
(#2871) Spaces must be used for alignment; tabs are not allowed
(#2871) Tab found within whitespace
(#2871) Variable "Format" must be all lower-case
(#2871) Variable "Format" must be all lower-case
(#2872) Line indented incorrectly; expected at least 8 spaces, found 5
(#2872) Variable "CaptionAlpha" must be all lower-case
(#2872) Spaces must be used for alignment; tabs are not allowed
(#2872) Tab found within whitespace
(#2872) Variable "Format" must be all lower-case
(#2872) Variable "Format" must be all lower-case
(#2873) Line indented incorrectly; expected at least 8 spaces, found 5
(#2873) Variable "DrawBox" must be all lower-case
(#2873) Spaces must be used for alignment; tabs are not allowed
(#2873) Tab found within whitespace
(#2873) Variable "Format" must be all lower-case
(#2873) Variable "Format" must be all lower-case
(#2873) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2874) Line indented incorrectly; expected at least 8 spaces, found 5
(#2874) Variable "DrawBoxBorder" must be all lower-case
(#2874) Spaces must be used for alignment; tabs are not allowed
(#2874) Tab found within whitespace
(#2874) Variable "Format" must be all lower-case
(#2874) Variable "Format" must be all lower-case
(#2874) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2875) Line indented incorrectly; expected at least 8 spaces, found 5
(#2875) Variable "BorderOffset" must be all lower-case
(#2875) Spaces must be used for alignment; tabs are not allowed
(#2875) Tab found within whitespace
(#2875) Variable "Format" must be all lower-case
(#2875) Variable "Format" must be all lower-case
(#2876) Line indented incorrectly; expected at least 8 spaces, found 5
(#2876) Variable "BoxRounded" must be all lower-case
(#2876) Spaces must be used for alignment; tabs are not allowed
(#2876) Tab found within whitespace
(#2876) Variable "Format" must be all lower-case
(#2876) Variable "Format" must be all lower-case
(#2876) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2877) Line indented incorrectly; expected at least 8 spaces, found 5
(#2877) Variable "RoundedRadius" must be all lower-case
(#2877) Spaces must be used for alignment; tabs are not allowed
(#2877) Tab found within whitespace
(#2877) Variable "Format" must be all lower-case
(#2877) Variable "Format" must be all lower-case
(#2878) Line indented incorrectly; expected at least 8 spaces, found 5
(#2878) Variable "BoxR" must be all lower-case
(#2878) Spaces must be used for alignment; tabs are not allowed
(#2878) Tab found within whitespace
(#2878) Variable "Format" must be all lower-case
(#2878) Variable "Format" must be all lower-case
(#2879) Line indented incorrectly; expected at least 8 spaces, found 5
(#2879) Variable "BoxG" must be all lower-case
(#2879) Spaces must be used for alignment; tabs are not allowed
(#2879) Tab found within whitespace
(#2879) Variable "Format" must be all lower-case
(#2879) Variable "Format" must be all lower-case
(#2880) Line indented incorrectly; expected at least 8 spaces, found 5
(#2880) Variable "BoxB" must be all lower-case
(#2880) Spaces must be used for alignment; tabs are not allowed
(#2880) Tab found within whitespace
(#2880) Variable "Format" must be all lower-case
(#2880) Variable "Format" must be all lower-case
(#2881) Line indented incorrectly; expected at least 8 spaces, found 5
(#2881) Variable "BoxAlpha" must be all lower-case
(#2881) Spaces must be used for alignment; tabs are not allowed
(#2881) Tab found within whitespace
(#2881) Variable "Format" must be all lower-case
(#2881) Variable "Format" must be all lower-case
(#2882) Line indented incorrectly; expected at least 8 spaces, found 5
(#2882) Variable "BoxSurrounding" must be all lower-case
(#2882) Spaces must be used for alignment; tabs are not allowed
(#2882) Tab found within whitespace
(#2882) Variable "Format" must be all lower-case
(#2882) Variable "Format" must be all lower-case
(#2883) Line indented incorrectly; expected at least 8 spaces, found 5
(#2883) Variable "BoxBorderR" must be all lower-case
(#2883) Spaces must be used for alignment; tabs are not allowed
(#2883) Tab found within whitespace
(#2883) Variable "Format" must be all lower-case
(#2883) Variable "Format" must be all lower-case
(#2884) Line indented incorrectly; expected at least 8 spaces, found 5
(#2884) Variable "BoxBorderG" must be all lower-case
(#2884) Spaces must be used for alignment; tabs are not allowed
(#2884) Tab found within whitespace
(#2884) Variable "Format" must be all lower-case
(#2884) Variable "Format" must be all lower-case
(#2885) Line indented incorrectly; expected at least 8 spaces, found 5
(#2885) Variable "BoxBorderB" must be all lower-case
(#2885) Spaces must be used for alignment; tabs are not allowed
(#2885) Tab found within whitespace
(#2885) Variable "Format" must be all lower-case
(#2885) Variable "Format" must be all lower-case
(#2886) Line indented incorrectly; expected at least 8 spaces, found 5
(#2886) Variable "BoxBorderAlpha" must be all lower-case
(#2886) Spaces must be used for alignment; tabs are not allowed
(#2886) Tab found within whitespace
(#2886) Variable "Format" must be all lower-case
(#2886) Variable "Format" must be all lower-case
(#2887) Line indented incorrectly; expected at least 8 spaces, found 5
(#2887) Variable "NoMargin" must be all lower-case
(#2887) Spaces must be used for alignment; tabs are not allowed
(#2887) Tab found within whitespace
(#2887) Variable "Format" must be all lower-case
(#2887) Variable "Format" must be all lower-case
(#2887) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2889) Line indented incorrectly; expected 8 spaces, found 5
(#2889) Expected "if (...) {\n"; found "if (...) { "
(#2889) Variable "Value" must be all lower-case
(#2889) Expected "foreach (...) {\n"; found "foreach (...) { "
(#2889) Variable "Value" must be all lower-case
(#2889) Variable "Key" must be all lower-case
(#2889) Variable "ID" must be all lower-case
(#2889) Variable "ID" must be all lower-case
(#2889) Commas (,) must be followed by white space.
(#2889) Variable "Format" must be all lower-case
(#2889) Closing brace must be on a line by itself
(#2889) Closing brace must be on a line by itself
(#2891) Line indented incorrectly; expected at least 8 spaces, found 5
(#2891) Variable "CaptionSettings" must be all lower-case
(#2891) Expected 1 space before "=>"; 0 found
(#2891) Expected 1 space after "=>"; 0 found
(#2891) Variable "DrawBox" must be all lower-case
(#2891) Commas (,) must be followed by white space.
(#2891) Expected 1 space before "=>"; 0 found
(#2891) Expected 1 space after "=>"; 0 found
(#2891) Variable "DrawBoxBorder" must be all lower-case
(#2891) Commas (,) must be followed by white space.
(#2891) Expected 1 space before "=>"; 0 found
(#2891) Expected 1 space after "=>"; 0 found
(#2891) Variable "BorderOffset" must be all lower-case
(#2891) Commas (,) must be followed by white space.
(#2891) Expected 1 space before "=>"; 0 found
(#2891) Expected 1 space after "=>"; 0 found
(#2891) Variable "BoxRounded" must be all lower-case
(#2891) Commas (,) must be followed by white space.
(#2891) Expected 1 space before "=>"; 0 found
(#2891) Expected 1 space after "=>"; 0 found
(#2891) Variable "RoundedRadius" must be all lower-case
(#2891) Line exceeds 132 characters; contains 170 characters
(#2892) Expected 1 space before "=>"; 0 found
(#2892) Expected 1 space after "=>"; 0 found
(#2892) Variable "BoxR" must be all lower-case
(#2892) Commas (,) must be followed by white space.
(#2892) Expected 1 space before "=>"; 0 found
(#2892) Expected 1 space after "=>"; 0 found
(#2892) Variable "BoxG" must be all lower-case
(#2892) Commas (,) must be followed by white space.
(#2892) Expected 1 space before "=>"; 0 found
(#2892) Expected 1 space after "=>"; 0 found
(#2892) Variable "BoxB" must be all lower-case
(#2892) Commas (,) must be followed by white space.
(#2892) Expected 1 space before "=>"; 0 found
(#2892) Expected 1 space after "=>"; 0 found
(#2892) Variable "BoxAlpha" must be all lower-case
(#2892) Commas (,) must be followed by white space.
(#2892) Expected 1 space before "=>"; 0 found
(#2892) Expected 1 space after "=>"; 0 found
(#2892) Variable "BoxSurrounding" must be all lower-case
(#2893) Expected 1 space before "=>"; 0 found
(#2893) Expected 1 space after "=>"; 0 found
(#2893) Variable "BoxBorderR" must be all lower-case
(#2893) Commas (,) must be followed by white space.
(#2893) Expected 1 space before "=>"; 0 found
(#2893) Expected 1 space after "=>"; 0 found
(#2893) Variable "BoxBorderG" must be all lower-case
(#2893) Commas (,) must be followed by white space.
(#2893) Expected 1 space before "=>"; 0 found
(#2893) Expected 1 space after "=>"; 0 found
(#2893) Variable "BoxBorderB" must be all lower-case
(#2893) Commas (,) must be followed by white space.
(#2893) Expected 1 space before "=>"; 0 found
(#2893) Expected 1 space after "=>"; 0 found
(#2893) Variable "BoxBorderAlpha" must be all lower-case
(#2893) Line exceeds 132 characters; contains 142 characters
(#2894) Expected 1 space before "=>"; 0 found
(#2894) Expected 1 space after "=>"; 0 found
(#2894) Variable "CaptionR" must be all lower-case
(#2894) Commas (,) must be followed by white space.
(#2894) Expected 1 space before "=>"; 0 found
(#2894) Expected 1 space after "=>"; 0 found
(#2894) Variable "CaptionG" must be all lower-case
(#2894) Commas (,) must be followed by white space.
(#2894) Expected 1 space before "=>"; 0 found
(#2894) Expected 1 space after "=>"; 0 found
(#2894) Variable "CaptionB" must be all lower-case
(#2894) Commas (,) must be followed by white space.
(#2894) Expected 1 space before "=>"; 0 found
(#2894) Expected 1 space after "=>"; 0 found
(#2894) Variable "CaptionAlpha" must be all lower-case
(#2896) Line indented incorrectly; expected at least 9 spaces, found 5
(#2896) Variable "Data" must be all lower-case
(#2897) Line indented incorrectly; expected at least 9 spaces, found 5
(#2897) Variable "AbscissaMargin" must be all lower-case
(#2897) Variable "Data" must be all lower-case
(#2899) Line indented incorrectly; expected 9 spaces, found 5
(#2899) Expected "if (...) {\n"; found "if (...) { "
(#2899) Variable "NoMargin" must be all lower-case
(#2899) Variable "AbscissaMargin" must be all lower-case
(#2899) Closing brace must be on a line by itself
(#2900) Line indented incorrectly; expected 9 spaces, found 5
(#2900) Expected "if (...) {\n"; found "if (...) { "
(#2900) Variable "Data" must be all lower-case
(#2900) Variable "AxisID" must be all lower-case
(#2900) Closing brace must be on a line by itself
(#2901) Line indented incorrectly; expected 9 spaces, found 5
(#2901) Expected "if (...) {\n"; found "if (...) { "
(#2901) Variable "Caption" must be all lower-case
(#2901) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2901) Variable "Caption" must be all lower-case
(#2901) Variable "Value" must be all lower-case
(#2901) Closing brace must be on a line by itself
(#2903) Line indented incorrectly; expected 9 spaces, found 5
(#2903) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2903) Variable "Data" must be all lower-case
(#2904) Line indented incorrectly; expected at least 9 spaces, found 6
(#2905) Line indented incorrectly; expected at least 13 spaces, found 7
(#2905) Variable "YPos" must be all lower-case
(#2905) Variable "Value" must be all lower-case
(#2905) Commas (,) must be followed by white space.
(#2905) Expected 1 space before "=>"; 0 found
(#2905) Expected 1 space after "=>"; 0 found
(#2905) Variable "AxisID" must be all lower-case
(#2906) Line indented incorrectly; expected 13 spaces, found 7
(#2906) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2906) Variable "YPos" must be all lower-case
(#2906) Expected 1 space before "+"; 0 found
(#2906) Expected 1 space after "+"; 0 found
(#2906) Variable "Data" must be all lower-case
(#2906) Variable "AxisID" must be all lower-case
(#2906) Variable "YPos" must be all lower-case
(#2906) Expected 1 space before "-"; 0 found
(#2906) Expected 1 space after "-"; 0 found
(#2906) Variable "Data" must be all lower-case
(#2906) Variable "AxisID" must be all lower-case
(#2906) Line exceeds 132 characters; contains 138 characters
(#2907) Line indented incorrectly; expected at least 13 spaces, found 8
(#2908) Line indented incorrectly; expected at least 17 spaces, found 9
(#2908) Variable "X1" must be all lower-case
(#2908) Variable "AbscissaMargin" must be all lower-case
(#2909) Line indented incorrectly; expected at least 17 spaces, found 9
(#2909) Variable "X2" must be all lower-case
(#2909) Variable "AbscissaMargin" must be all lower-case
(#2911) Line indented incorrectly; expected at least 17 spaces, found 9
(#2911) Variable "X1" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Variable "YPos" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Variable "X2" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Variable "YPos" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Expected 1 space before "=>"; 0 found
(#2911) Expected 1 space after "=>"; 0 found
(#2911) Variable "R" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Expected 1 space before "=>"; 0 found
(#2911) Expected 1 space after "=>"; 0 found
(#2911) Variable "G" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Expected 1 space before "=>"; 0 found
(#2911) Expected 1 space after "=>"; 0 found
(#2911) Variable "B" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Expected 1 space before "=>"; 0 found
(#2911) Expected 1 space after "=>"; 0 found
(#2911) Variable "Alpha" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Expected 1 space before "=>"; 0 found
(#2911) Expected 1 space after "=>"; 0 found
(#2911) Variable "Ticks" must be all lower-case
(#2911) Commas (,) must be followed by white space.
(#2911) Expected 1 space before "=>"; 0 found
(#2911) Expected 1 space after "=>"; 0 found
(#2911) Variable "Weight" must be all lower-case
(#2913) Line indented incorrectly; expected 17 spaces, found 9
(#2913) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2913) Variable "Wide" must be all lower-case
(#2914) Line indented incorrectly; expected at least 17 spaces, found 10
(#2915) Line indented incorrectly; expected at least 21 spaces, found 11
(#2915) Variable "X1" must be all lower-case
(#2915) Commas (,) must be followed by white space.
(#2915) Variable "YPos" must be all lower-case
(#2915) Expected 1 space before "-"; 0 found
(#2915) Expected 1 space after "-"; 0 found
(#2915) Commas (,) must be followed by white space.
(#2915) Variable "X2" must be all lower-case
(#2915) Commas (,) must be followed by white space.
(#2915) Variable "YPos" must be all lower-case
(#2915) Expected 1 space before "-"; 0 found
(#2915) Expected 1 space after "-"; 0 found
(#2915) Commas (,) must be followed by white space.
(#2915) Expected 1 space before "=>"; 0 found
(#2915) Expected 1 space after "=>"; 0 found
(#2915) Variable "R" must be all lower-case
(#2915) Commas (,) must be followed by white space.
(#2915) Expected 1 space before "=>"; 0 found
(#2915) Expected 1 space after "=>"; 0 found
(#2915) Variable "G" must be all lower-case
(#2915) Commas (,) must be followed by white space.
(#2915) Expected 1 space before "=>"; 0 found
(#2915) Expected 1 space after "=>"; 0 found
(#2915) Variable "B" must be all lower-case
(#2915) Commas (,) must be followed by white space.
(#2915) Expected 1 space before "=>"; 0 found
(#2915) Expected 1 space after "=>"; 0 found
(#2915) Variable "Alpha" must be all lower-case
(#2915) Expected 1 space before "/"; 0 found
(#2915) Expected 1 space after "/"; 0 found
(#2915) Variable "WideFactor" must be all lower-case
(#2915) Commas (,) must be followed by white space.
(#2915) Expected 1 space before "=>"; 0 found
(#2915) Expected 1 space after "=>"; 0 found
(#2915) Variable "Ticks" must be all lower-case
(#2916) Line indented incorrectly; expected at least 21 spaces, found 11
(#2916) Variable "X1" must be all lower-case
(#2916) Commas (,) must be followed by white space.
(#2916) Variable "YPos" must be all lower-case
(#2916) Expected 1 space before "+"; 0 found
(#2916) Expected 1 space after "+"; 0 found
(#2916) Commas (,) must be followed by white space.
(#2916) Variable "X2" must be all lower-case
(#2916) Commas (,) must be followed by white space.
(#2916) Variable "YPos" must be all lower-case
(#2916) Expected 1 space before "+"; 0 found
(#2916) Expected 1 space after "+"; 0 found
(#2916) Commas (,) must be followed by white space.
(#2916) Expected 1 space before "=>"; 0 found
(#2916) Expected 1 space after "=>"; 0 found
(#2916) Variable "R" must be all lower-case
(#2916) Commas (,) must be followed by white space.
(#2916) Expected 1 space before "=>"; 0 found
(#2916) Expected 1 space after "=>"; 0 found
(#2916) Variable "G" must be all lower-case
(#2916) Commas (,) must be followed by white space.
(#2916) Expected 1 space before "=>"; 0 found
(#2916) Expected 1 space after "=>"; 0 found
(#2916) Variable "B" must be all lower-case
(#2916) Commas (,) must be followed by white space.
(#2916) Expected 1 space before "=>"; 0 found
(#2916) Expected 1 space after "=>"; 0 found
(#2916) Variable "Alpha" must be all lower-case
(#2916) Expected 1 space before "/"; 0 found
(#2916) Expected 1 space after "/"; 0 found
(#2916) Variable "WideFactor" must be all lower-case
(#2916) Commas (,) must be followed by white space.
(#2916) Expected 1 space before "=>"; 0 found
(#2916) Expected 1 space after "=>"; 0 found
(#2916) Variable "Ticks" must be all lower-case
(#2917) Line indented incorrectly; expected 20 spaces, found 10
(#2917) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2919) Line indented incorrectly; expected 20 spaces, found 9
(#2919) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2919) Variable "WriteCaption" must be all lower-case
(#2920) Line indented incorrectly; expected at least 20 spaces, found 10
(#2921) Line indented incorrectly; expected 24 spaces, found 11
(#2921) Expected "if (...) {\n"; found "if (...)\n { "
(#2921) Variable "CaptionAlign" must be all lower-case
(#2922) Line indented incorrectly; expected at least 24 spaces, found 12
(#2922) Variable "X" must be all lower-case
(#2922) Variable "X1" must be all lower-case
(#2922) Variable "CaptionOffset" must be all lower-case
(#2922) Variable "CaptionSettings" must be all lower-case
(#2922) Closing brace must be on a line by itself
(#2923) Line indented incorrectly; expected 24 spaces, found 11
(#2923) Expected "} else {\n"; found "}\n else \n { "
(#2923) Whitespace found at end of line
(#2924) Line indented incorrectly; expected at least 24 spaces, found 12
(#2924) Variable "X" must be all lower-case
(#2924) Variable "X2" must be all lower-case
(#2924) Variable "CaptionOffset" must be all lower-case
(#2924) Variable "CaptionSettings" must be all lower-case
(#2924) Closing brace must be on a line by itself
(#2925) Whitespace found at end of line
(#2926) Line indented incorrectly; expected at least 24 spaces, found 11
(#2926) Variable "X" must be all lower-case
(#2926) Commas (,) must be followed by white space.
(#2926) Variable "YPos" must be all lower-case
(#2926) Commas (,) must be followed by white space.
(#2926) Variable "Caption" must be all lower-case
(#2926) Commas (,) must be followed by white space.
(#2926) Variable "CaptionSettings" must be all lower-case
(#2927) Line indented incorrectly; expected 20 spaces, found 10
(#2927) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2928) Line indented incorrectly; expected 16 spaces, found 8
(#2928) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2930) Line indented incorrectly; expected at least 16 spaces, found 7
(#2930) Expected 1 space before "=>"; 0 found
(#2930) Expected 1 space after "=>"; 0 found
(#2930) Variable "YPos" must be all lower-case
(#2931) Line indented incorrectly; expected 12 spaces, found 6
(#2931) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2933) Line indented incorrectly; expected 12 spaces, found 5
(#2933) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2933) Variable "Data" must be all lower-case
(#2934) Line indented incorrectly; expected at least 12 spaces, found 6
(#2935) Line indented incorrectly; expected at least 16 spaces, found 7
(#2935) Variable "XPos" must be all lower-case
(#2935) Variable "Value" must be all lower-case
(#2935) Commas (,) must be followed by white space.
(#2935) Expected 1 space before "=>"; 0 found
(#2935) Expected 1 space after "=>"; 0 found
(#2935) Variable "AxisID" must be all lower-case
(#2936) Line indented incorrectly; expected 16 spaces, found 7
(#2936) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2936) Variable "XPos" must be all lower-case
(#2936) Expected 1 space before "+"; 0 found
(#2936) Expected 1 space after "+"; 0 found
(#2936) Variable "Data" must be all lower-case
(#2936) Variable "AxisID" must be all lower-case
(#2936) Variable "XPos" must be all lower-case
(#2936) Expected 1 space before "-"; 0 found
(#2936) Expected 1 space after "-"; 0 found
(#2936) Variable "Data" must be all lower-case
(#2936) Variable "AxisID" must be all lower-case
(#2936) Line exceeds 132 characters; contains 138 characters
(#2937) Line indented incorrectly; expected at least 16 spaces, found 8
(#2938) Line indented incorrectly; expected at least 20 spaces, found 9
(#2938) Variable "Y1" must be all lower-case
(#2938) Variable "AbscissaMargin" must be all lower-case
(#2939) Line indented incorrectly; expected at least 20 spaces, found 9
(#2939) Variable "Y2" must be all lower-case
(#2939) Variable "AbscissaMargin" must be all lower-case
(#2941) Line indented incorrectly; expected at least 20 spaces, found 9
(#2941) Variable "XPos" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Variable "Y1" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Variable "XPos" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Variable "Y2" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Expected 1 space before "=>"; 0 found
(#2941) Expected 1 space after "=>"; 0 found
(#2941) Variable "R" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Expected 1 space before "=>"; 0 found
(#2941) Expected 1 space after "=>"; 0 found
(#2941) Variable "G" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Expected 1 space before "=>"; 0 found
(#2941) Expected 1 space after "=>"; 0 found
(#2941) Variable "B" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Expected 1 space before "=>"; 0 found
(#2941) Expected 1 space after "=>"; 0 found
(#2941) Variable "Alpha" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Expected 1 space before "=>"; 0 found
(#2941) Expected 1 space after "=>"; 0 found
(#2941) Variable "Ticks" must be all lower-case
(#2941) Commas (,) must be followed by white space.
(#2941) Expected 1 space before "=>"; 0 found
(#2941) Expected 1 space after "=>"; 0 found
(#2941) Variable "Weight" must be all lower-case
(#2943) Line indented incorrectly; expected 20 spaces, found 9
(#2943) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2943) Variable "Wide" must be all lower-case
(#2944) Line indented incorrectly; expected at least 20 spaces, found 10
(#2945) Line indented incorrectly; expected at least 24 spaces, found 11
(#2945) Variable "XPos" must be all lower-case
(#2945) Expected 1 space before "-"; 0 found
(#2945) Expected 1 space after "-"; 0 found
(#2945) Commas (,) must be followed by white space.
(#2945) Variable "Y1" must be all lower-case
(#2945) Commas (,) must be followed by white space.
(#2945) Variable "XPos" must be all lower-case
(#2945) Expected 1 space before "-"; 0 found
(#2945) Expected 1 space after "-"; 0 found
(#2945) Commas (,) must be followed by white space.
(#2945) Variable "Y2" must be all lower-case
(#2945) Commas (,) must be followed by white space.
(#2945) Expected 1 space before "=>"; 0 found
(#2945) Expected 1 space after "=>"; 0 found
(#2945) Variable "R" must be all lower-case
(#2945) Commas (,) must be followed by white space.
(#2945) Expected 1 space before "=>"; 0 found
(#2945) Expected 1 space after "=>"; 0 found
(#2945) Variable "G" must be all lower-case
(#2945) Commas (,) must be followed by white space.
(#2945) Expected 1 space before "=>"; 0 found
(#2945) Expected 1 space after "=>"; 0 found
(#2945) Variable "B" must be all lower-case
(#2945) Commas (,) must be followed by white space.
(#2945) Expected 1 space before "=>"; 0 found
(#2945) Expected 1 space after "=>"; 0 found
(#2945) Variable "Alpha" must be all lower-case
(#2945) Expected 1 space before "/"; 0 found
(#2945) Expected 1 space after "/"; 0 found
(#2945) Variable "WideFactor" must be all lower-case
(#2945) Commas (,) must be followed by white space.
(#2945) Expected 1 space before "=>"; 0 found
(#2945) Expected 1 space after "=>"; 0 found
(#2945) Variable "Ticks" must be all lower-case
(#2946) Line indented incorrectly; expected at least 24 spaces, found 11
(#2946) Variable "XPos" must be all lower-case
(#2946) Expected 1 space before "+"; 0 found
(#2946) Expected 1 space after "+"; 0 found
(#2946) Commas (,) must be followed by white space.
(#2946) Variable "Y1" must be all lower-case
(#2946) Commas (,) must be followed by white space.
(#2946) Variable "XPos" must be all lower-case
(#2946) Expected 1 space before "+"; 0 found
(#2946) Expected 1 space after "+"; 0 found
(#2946) Commas (,) must be followed by white space.
(#2946) Variable "Y2" must be all lower-case
(#2946) Commas (,) must be followed by white space.
(#2946) Expected 1 space before "=>"; 0 found
(#2946) Expected 1 space after "=>"; 0 found
(#2946) Variable "R" must be all lower-case
(#2946) Commas (,) must be followed by white space.
(#2946) Expected 1 space before "=>"; 0 found
(#2946) Expected 1 space after "=>"; 0 found
(#2946) Variable "G" must be all lower-case
(#2946) Commas (,) must be followed by white space.
(#2946) Expected 1 space before "=>"; 0 found
(#2946) Expected 1 space after "=>"; 0 found
(#2946) Variable "B" must be all lower-case
(#2946) Commas (,) must be followed by white space.
(#2946) Expected 1 space before "=>"; 0 found
(#2946) Expected 1 space after "=>"; 0 found
(#2946) Variable "Alpha" must be all lower-case
(#2946) Expected 1 space before "/"; 0 found
(#2946) Expected 1 space after "/"; 0 found
(#2946) Variable "WideFactor" must be all lower-case
(#2946) Commas (,) must be followed by white space.
(#2946) Expected 1 space before "=>"; 0 found
(#2946) Expected 1 space after "=>"; 0 found
(#2946) Variable "Ticks" must be all lower-case
(#2947) Line indented incorrectly; expected 20 spaces, found 10
(#2947) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2949) Line indented incorrectly; expected 20 spaces, found 9
(#2949) Expected "if (...) {\n"; found "if (...)\n {\n"
(#2949) Variable "WriteCaption" must be all lower-case
(#2950) Line indented incorrectly; expected at least 20 spaces, found 10
(#2951) Line indented incorrectly; expected 24 spaces, found 11
(#2951) Expected "if (...) {\n"; found "if (...)\n { "
(#2951) Variable "CaptionAlign" must be all lower-case
(#2952) Line indented incorrectly; expected at least 24 spaces, found 12
(#2952) Variable "Y" must be all lower-case
(#2952) Variable "Y1" must be all lower-case
(#2952) Variable "CaptionOffset" must be all lower-case
(#2952) Variable "CaptionSettings" must be all lower-case
(#2952) Closing brace must be on a line by itself
(#2953) Line indented incorrectly; expected 24 spaces, found 11
(#2953) Expected "} else {\n"; found "}\n else \n { "
(#2953) Whitespace found at end of line
(#2954) Line indented incorrectly; expected at least 24 spaces, found 12
(#2954) Variable "Y" must be all lower-case
(#2954) Variable "Y2" must be all lower-case
(#2954) Variable "CaptionOffset" must be all lower-case
(#2954) Variable "CaptionSettings" must be all lower-case
(#2954) Closing brace must be on a line by itself
(#2956) Line indented incorrectly; expected at least 24 spaces, found 11
(#2956) Variable "CaptionSettings" must be all lower-case
(#2957) Line indented incorrectly; expected at least 24 spaces, found 11
(#2957) Variable "XPos" must be all lower-case
(#2957) Commas (,) must be followed by white space.
(#2957) Variable "Y" must be all lower-case
(#2957) Commas (,) must be followed by white space.
(#2957) Variable "Caption" must be all lower-case
(#2957) Commas (,) must be followed by white space.
(#2957) Variable "CaptionSettings" must be all lower-case
(#2958) Line indented incorrectly; expected 20 spaces, found 10
(#2958) Closing brace indented incorrectly; expected 9 spaces, found 10
(#2959) Line indented incorrectly; expected 16 spaces, found 8
(#2959) Closing brace indented incorrectly; expected 7 spaces, found 8
(#2961) Line indented incorrectly; expected at least 16 spaces, found 7
(#2961) Expected 1 space before "=>"; 0 found
(#2961) Expected 1 space after "=>"; 0 found
(#2961) Variable "XPos" must be all lower-case
(#2962) Line indented incorrectly; expected 12 spaces, found 6
(#2962) Closing brace indented incorrectly; expected 5 spaces, found 6
(#2963) Closing brace indented incorrectly; expected 3 spaces, found 4
(#2965) Line indented incorrectly; expected at least 4 spaces, found 3
(#2966) Line indented incorrectly; expected 4 spaces, found 3
(#2966) method name "pDraw::drawThresholdArea" must be in lower-case letters only
(#2966) Visibility must be declared on method "drawThresholdArea"
(#2966) Variable "Value1" must be all lower-case
(#2966) Commas (,) must be followed by white space.
(#2966) Variable "Value2" must be all lower-case
(#2966) Commas (,) must be followed by white space.
(#2966) Variable "Format" must be all lower-case
(#2967) Opening brace should be on the same line as the declaration
(#2968) Line indented incorrectly; expected at least 8 spaces, found 5
(#2968) Variable "AxisID" must be all lower-case
(#2968) Spaces must be used for alignment; tabs are not allowed
(#2968) Tab found within whitespace
(#2968) Variable "Format" must be all lower-case
(#2968) Variable "Format" must be all lower-case
(#2969) Line indented incorrectly; expected at least 8 spaces, found 5
(#2969) Variable "R" must be all lower-case
(#2969) Spaces must be used for alignment; tabs are not allowed
(#2969) Tab found within whitespace
(#2969) Variable "Format" must be all lower-case
(#2969) Variable "Format" must be all lower-case
(#2970) Line indented incorrectly; expected at least 8 spaces, found 5
(#2970) Variable "G" must be all lower-case
(#2970) Spaces must be used for alignment; tabs are not allowed
(#2970) Tab found within whitespace
(#2970) Variable "Format" must be all lower-case
(#2970) Variable "Format" must be all lower-case
(#2971) Line indented incorrectly; expected at least 8 spaces, found 5
(#2971) Variable "B" must be all lower-case
(#2971) Spaces must be used for alignment; tabs are not allowed
(#2971) Tab found within whitespace
(#2971) Variable "Format" must be all lower-case
(#2971) Variable "Format" must be all lower-case
(#2972) Line indented incorrectly; expected at least 8 spaces, found 5
(#2972) Variable "Alpha" must be all lower-case
(#2972) Spaces must be used for alignment; tabs are not allowed
(#2972) Tab found within whitespace
(#2972) Variable "Format" must be all lower-case
(#2972) Variable "Format" must be all lower-case
(#2973) Line indented incorrectly; expected at least 8 spaces, found 5
(#2973) Variable "Border" must be all lower-case
(#2973) Variable "Format" must be all lower-case
(#2973) Variable "Format" must be all lower-case
(#2973) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2974) Line indented incorrectly; expected at least 8 spaces, found 5
(#2974) Variable "BorderR" must be all lower-case
(#2974) Variable "Format" must be all lower-case
(#2974) Variable "Format" must be all lower-case
(#2974) Variable "R" must be all lower-case
(#2975) Line indented incorrectly; expected at least 8 spaces, found 5
(#2975) Variable "BorderG" must be all lower-case
(#2975) Variable "Format" must be all lower-case
(#2975) Variable "Format" must be all lower-case
(#2975) Variable "G" must be all lower-case
(#2976) Line indented incorrectly; expected at least 8 spaces, found 5
(#2976) Variable "BorderB" must be all lower-case
(#2976) Variable "Format" must be all lower-case
(#2976) Variable "Format" must be all lower-case
(#2976) Variable "B" must be all lower-case
(#2977) Line indented incorrectly; expected at least 8 spaces, found 5
(#2977) Variable "BorderAlpha" must be all lower-case
(#2977) Variable "Format" must be all lower-case
(#2977) Variable "Format" must be all lower-case
(#2977) Variable "Alpha" must be all lower-case
(#2978) Line indented incorrectly; expected at least 8 spaces, found 5
(#2978) Variable "BorderTicks" must be all lower-case
(#2978) Variable "Format" must be all lower-case
(#2978) Variable "Format" must be all lower-case
(#2979) Line indented incorrectly; expected at least 8 spaces, found 5
(#2979) Variable "AreaName" must be all lower-case
(#2979) Spaces must be used for alignment; tabs are not allowed
(#2979) Tab found within whitespace
(#2979) Variable "Format" must be all lower-case
(#2979) Variable "Format" must be all lower-case
(#2979) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#2980) Line indented incorrectly; expected at least 8 spaces, found 5
(#2980) Variable "NameAngle" must be all lower-case
(#2980) Spaces must be used for alignment; tabs are not allowed
(#2980) Tab found within whitespace
(#2980) Variable "Format" must be all lower-case
(#2980) Variable "Format" must be all lower-case
(#2981) Line indented incorrectly; expected at least 8 spaces, found 5
(#2981) Variable "NameR" must be all lower-case
(#2981) Spaces must be used for alignment; tabs are not allowed
(#2981) Tab found within whitespace
(#2981) Variable "Format" must be all lower-case
(#2981) Variable "Format" must be all lower-case
(#2982) Line indented incorrectly; expected at least 8 spaces, found 5
(#2982) Variable "NameG" must be all lower-case
(#2982) Spaces must be used for alignment; tabs are not allowed
(#2982) Tab found within whitespace
(#2982) Variable "Format" must be all lower-case
(#2982) Variable "Format" must be all lower-case
(#2983) Line indented incorrectly; expected at least 8 spaces, found 5
(#2983) Variable "NameB" must be all lower-case
(#2983) Spaces must be used for alignment; tabs are not allowed
(#2983) Tab found within whitespace
(#2983) Variable "Format" must be all lower-case
(#2983) Variable "Format" must be all lower-case
(#2984) Line indented incorrectly; expected at least 8 spaces, found 5
(#2984) Variable "NameAlpha" must be all lower-case
(#2984) Spaces must be used for alignment; tabs are not allowed
(#2984) Tab found within whitespace
(#2984) Variable "Format" must be all lower-case
(#2984) Variable "Format" must be all lower-case
(#2985) Line indented incorrectly; expected at least 8 spaces, found 5
(#2985) Variable "DisableShadowOnArea" must be all lower-case
(#2985) Variable "Format" must be all lower-case
(#2985) Variable "Format" must be all lower-case
(#2985) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#2986) Line indented incorrectly; expected at least 8 spaces, found 5
(#2986) Variable "NoMargin" must be all lower-case
(#2986) Spaces must be used for alignment; tabs are not allowed
(#2986) Tab found within whitespace
(#2986) Variable "Format" must be all lower-case
(#2986) Variable "Format" must be all lower-case
(#2986) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2988) Line indented incorrectly; expected 8 spaces, found 5
(#2988) Expected "if (...) {\n"; found "if (...) { "
(#2988) Variable "Value1" must be all lower-case
(#2988) Variable "Value2" must be all lower-case
(#2988) Variable "Value1" must be all lower-case
(#2988) Variable "Value2" must be all lower-case
(#2988) Variable "Value2" must be all lower-case
(#2988) Variable "Value1" must be all lower-case
(#2988) Closing brace must be on a line by itself
(#2990) Line indented incorrectly; expected at least 8 spaces, found 5
(#2990) Variable "RestoreShadow" must be all lower-case
(#2991) Line indented incorrectly; expected 8 spaces, found 5
(#2991) Expected "if (...) {\n"; found "if (...) { "
(#2991) Variable "DisableShadowOnArea" must be all lower-case
(#2991) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#2991) Closing brace must be on a line by itself
(#2993) Line indented incorrectly; expected 8 spaces, found 5
(#2993) Expected "if (...) {\n"; found "if (...) { "
(#2993) Variable "BorderAlpha" must be all lower-case
(#2993) Expected 1 space after ">"; 0 found
(#2993) Variable "BorderAlpha" must be all lower-case
(#2993) Closing brace must be on a line by itself
(#2995) Line indented incorrectly; expected at least 8 spaces, found 5
(#2995) Variable "Data" must be all lower-case
(#2996) Line indented incorrectly; expected at least 8 spaces, found 5
(#2996) Variable "AbscissaMargin" must be all lower-case
(#2996) Variable "Data" must be all lower-case
(#2998) Line indented incorrectly; expected 8 spaces, found 5
(#2998) Expected "if (...) {\n"; found "if (...) { "
(#2998) Variable "NoMargin" must be all lower-case
(#2998) Variable "AbscissaMargin" must be all lower-case
(#2998) Closing brace must be on a line by itself
(#2999) Line indented incorrectly; expected 8 spaces, found 5
(#2999) Expected "if (...) {\n"; found "if (...) { "
(#2999) Variable "Data" must be all lower-case
(#2999) Variable "AxisID" must be all lower-case
(#2999) Closing brace must be on a line by itself
(#3001) Line indented incorrectly; expected 8 spaces, found 5
(#3001) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3001) Variable "Data" must be all lower-case
(#3002) Line indented incorrectly; expected at least 8 spaces, found 6
(#3003) Line indented incorrectly; expected at least 12 spaces, found 7
(#3003) Variable "XPos1" must be all lower-case
(#3003) Variable "AbscissaMargin" must be all lower-case
(#3004) Line indented incorrectly; expected at least 12 spaces, found 7
(#3004) Variable "XPos2" must be all lower-case
(#3004) Variable "AbscissaMargin" must be all lower-case
(#3005) Line indented incorrectly; expected at least 12 spaces, found 7
(#3005) Variable "YPos1" must be all lower-case
(#3005) Variable "Value1" must be all lower-case
(#3005) Commas (,) must be followed by white space.
(#3005) Expected 1 space before "=>"; 0 found
(#3005) Expected 1 space after "=>"; 0 found
(#3005) Variable "AxisID" must be all lower-case
(#3006) Line indented incorrectly; expected at least 12 spaces, found 7
(#3006) Variable "YPos2" must be all lower-case
(#3006) Variable "Value2" must be all lower-case
(#3006) Commas (,) must be followed by white space.
(#3006) Expected 1 space before "=>"; 0 found
(#3006) Expected 1 space after "=>"; 0 found
(#3006) Variable "AxisID" must be all lower-case
(#3008) Line indented incorrectly; expected 12 spaces, found 7
(#3008) Expected "if (...) {\n"; found "if (...) { "
(#3008) Variable "YPos1" must be all lower-case
(#3008) Expected 1 space before "+"; 0 found
(#3008) Expected 1 space after "+"; 0 found
(#3008) Variable "Data" must be all lower-case
(#3008) Variable "AxisID" must be all lower-case
(#3008) Variable "YPos1" must be all lower-case
(#3008) Expected 1 space before "+"; 0 found
(#3008) Expected 1 space after "+"; 0 found
(#3008) Variable "Data" must be all lower-case
(#3008) Variable "AxisID" must be all lower-case
(#3008) Line exceeds 132 characters; contains 140 characters
(#3008) Closing brace must be on a line by itself
(#3009) Line indented incorrectly; expected 12 spaces, found 7
(#3009) Expected "if (...) {\n"; found "if (...) { "
(#3009) Variable "YPos1" must be all lower-case
(#3009) Expected 1 space before "-"; 0 found
(#3009) Expected 1 space after "-"; 0 found
(#3009) Variable "Data" must be all lower-case
(#3009) Variable "AxisID" must be all lower-case
(#3009) Variable "YPos1" must be all lower-case
(#3009) Expected 1 space before "-"; 0 found
(#3009) Expected 1 space after "-"; 0 found
(#3009) Variable "Data" must be all lower-case
(#3009) Variable "AxisID" must be all lower-case
(#3009) Line exceeds 132 characters; contains 140 characters
(#3009) Closing brace must be on a line by itself
(#3010) Line indented incorrectly; expected 12 spaces, found 7
(#3010) Expected "if (...) {\n"; found "if (...) { "
(#3010) Variable "YPos2" must be all lower-case
(#3010) Expected 1 space before "+"; 0 found
(#3010) Expected 1 space after "+"; 0 found
(#3010) Variable "Data" must be all lower-case
(#3010) Variable "AxisID" must be all lower-case
(#3010) Variable "YPos2" must be all lower-case
(#3010) Expected 1 space before "+"; 0 found
(#3010) Expected 1 space after "+"; 0 found
(#3010) Variable "Data" must be all lower-case
(#3010) Variable "AxisID" must be all lower-case
(#3010) Line exceeds 132 characters; contains 140 characters
(#3010) Closing brace must be on a line by itself
(#3011) Line indented incorrectly; expected 12 spaces, found 7
(#3011) Expected "if (...) {\n"; found "if (...) { "
(#3011) Variable "YPos2" must be all lower-case
(#3011) Expected 1 space before "-"; 0 found
(#3011) Expected 1 space after "-"; 0 found
(#3011) Variable "Data" must be all lower-case
(#3011) Variable "AxisID" must be all lower-case
(#3011) Variable "YPos2" must be all lower-case
(#3011) Expected 1 space before "-"; 0 found
(#3011) Expected 1 space after "-"; 0 found
(#3011) Variable "Data" must be all lower-case
(#3011) Variable "AxisID" must be all lower-case
(#3011) Line exceeds 132 characters; contains 140 characters
(#3011) Closing brace must be on a line by itself
(#3013) Line indented incorrectly; expected at least 12 spaces, found 7
(#3013) Variable "XPos1" must be all lower-case
(#3013) Commas (,) must be followed by white space.
(#3013) Variable "YPos1" must be all lower-case
(#3013) Commas (,) must be followed by white space.
(#3013) Variable "XPos2" must be all lower-case
(#3013) Commas (,) must be followed by white space.
(#3013) Variable "YPos2" must be all lower-case
(#3013) Commas (,) must be followed by white space.
(#3013) Expected 1 space before "=>"; 0 found
(#3013) Expected 1 space after "=>"; 0 found
(#3013) Variable "R" must be all lower-case
(#3013) Commas (,) must be followed by white space.
(#3013) Expected 1 space before "=>"; 0 found
(#3013) Expected 1 space after "=>"; 0 found
(#3013) Variable "G" must be all lower-case
(#3013) Commas (,) must be followed by white space.
(#3013) Expected 1 space before "=>"; 0 found
(#3013) Expected 1 space after "=>"; 0 found
(#3013) Variable "B" must be all lower-case
(#3013) Commas (,) must be followed by white space.
(#3013) Expected 1 space before "=>"; 0 found
(#3013) Expected 1 space after "=>"; 0 found
(#3013) Variable "Alpha" must be all lower-case
(#3014) Line indented incorrectly; expected 12 spaces, found 7
(#3014) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3014) Variable "Border" must be all lower-case
(#3015) Line indented incorrectly; expected at least 12 spaces, found 8
(#3016) Line indented incorrectly; expected at least 16 spaces, found 9
(#3016) Variable "XPos1" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Variable "YPos1" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Variable "XPos2" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Variable "YPos1" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Expected 1 space before "=>"; 0 found
(#3016) Expected 1 space after "=>"; 0 found
(#3016) Variable "BorderR" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Expected 1 space before "=>"; 0 found
(#3016) Expected 1 space after "=>"; 0 found
(#3016) Variable "BorderG" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Expected 1 space before "=>"; 0 found
(#3016) Expected 1 space after "=>"; 0 found
(#3016) Variable "BorderB" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Expected 1 space before "=>"; 0 found
(#3016) Expected 1 space after "=>"; 0 found
(#3016) Variable "BorderAlpha" must be all lower-case
(#3016) Commas (,) must be followed by white space.
(#3016) Expected 1 space before "=>"; 0 found
(#3016) Expected 1 space after "=>"; 0 found
(#3016) Variable "BorderTicks" must be all lower-case
(#3016) Line exceeds 132 characters; contains 147 characters
(#3017) Line indented incorrectly; expected at least 16 spaces, found 9
(#3017) Variable "XPos1" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Variable "YPos2" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Variable "XPos2" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Variable "YPos2" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Expected 1 space before "=>"; 0 found
(#3017) Expected 1 space after "=>"; 0 found
(#3017) Variable "BorderR" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Expected 1 space before "=>"; 0 found
(#3017) Expected 1 space after "=>"; 0 found
(#3017) Variable "BorderG" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Expected 1 space before "=>"; 0 found
(#3017) Expected 1 space after "=>"; 0 found
(#3017) Variable "BorderB" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Expected 1 space before "=>"; 0 found
(#3017) Expected 1 space after "=>"; 0 found
(#3017) Variable "BorderAlpha" must be all lower-case
(#3017) Commas (,) must be followed by white space.
(#3017) Expected 1 space before "=>"; 0 found
(#3017) Expected 1 space after "=>"; 0 found
(#3017) Variable "BorderTicks" must be all lower-case
(#3017) Line exceeds 132 characters; contains 147 characters
(#3018) Line indented incorrectly; expected 12 spaces, found 8
(#3018) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3020) Line indented incorrectly; expected 12 spaces, found 7
(#3020) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3020) Variable "AreaName" must be all lower-case
(#3020) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3021) Line indented incorrectly; expected at least 12 spaces, found 8
(#3022) Line indented incorrectly; expected at least 16 spaces, found 9
(#3022) Variable "XPos" must be all lower-case
(#3022) Variable "XPos2" must be all lower-case
(#3022) Expected 1 space before "-"; 0 found
(#3022) Expected 1 space after "-"; 0 found
(#3022) Variable "XPos1" must be all lower-case
(#3022) Expected 1 space before "/"; 0 found
(#3022) Expected 1 space after "/"; 0 found
(#3022) Variable "XPos1" must be all lower-case
(#3023) Line indented incorrectly; expected at least 16 spaces, found 9
(#3023) Variable "YPos" must be all lower-case
(#3023) Variable "YPos2" must be all lower-case
(#3023) Expected 1 space before "-"; 0 found
(#3023) Expected 1 space after "-"; 0 found
(#3023) Variable "YPos1" must be all lower-case
(#3023) Expected 1 space before "/"; 0 found
(#3023) Expected 1 space after "/"; 0 found
(#3023) Variable "YPos1" must be all lower-case
(#3024) Line indented incorrectly; expected at least 16 spaces, found 9
(#3024) Variable "RestoreShadow" must be all lower-case
(#3025) Line indented incorrectly; expected at least 16 spaces, found 9
(#3025) Variable "XPos" must be all lower-case
(#3025) Commas (,) must be followed by white space.
(#3025) Variable "YPos" must be all lower-case
(#3025) Commas (,) must be followed by white space.
(#3025) Variable "AreaName" must be all lower-case
(#3025) Commas (,) must be followed by white space.
(#3025) Expected 1 space before "=>"; 0 found
(#3025) Expected 1 space after "=>"; 0 found
(#3025) Variable "NameR" must be all lower-case
(#3025) Commas (,) must be followed by white space.
(#3025) Expected 1 space before "=>"; 0 found
(#3025) Expected 1 space after "=>"; 0 found
(#3025) Variable "NameG" must be all lower-case
(#3025) Commas (,) must be followed by white space.
(#3025) Expected 1 space before "=>"; 0 found
(#3025) Expected 1 space after "=>"; 0 found
(#3025) Variable "NameB" must be all lower-case
(#3025) Commas (,) must be followed by white space.
(#3025) Expected 1 space before "=>"; 0 found
(#3025) Expected 1 space after "=>"; 0 found
(#3025) Variable "NameAlpha" must be all lower-case
(#3025) Commas (,) must be followed by white space.
(#3025) Expected 1 space before "=>"; 0 found
(#3025) Expected 1 space after "=>"; 0 found
(#3025) Commas (,) must be followed by white space.
(#3025) Expected 1 space before "=>"; 0 found
(#3025) Expected 1 space after "=>"; 0 found
(#3025) Line exceeds 132 characters; contains 155 characters
(#3026) Line indented incorrectly; expected 16 spaces, found 9
(#3026) Expected "if (...) {\n"; found "if (...) { "
(#3026) Variable "DisableShadowOnArea" must be all lower-case
(#3026) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3026) Closing brace must be on a line by itself
(#3027) Line indented incorrectly; expected 12 spaces, found 8
(#3027) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3029) Line indented incorrectly; expected at least 12 spaces, found 7
(#3029) Variable "RestoreShadow" must be all lower-case
(#3030) Line indented incorrectly; expected at least 12 spaces, found 7
(#3030) Expected 1 space before "=>"; 0 found
(#3030) Expected 1 space after "=>"; 0 found
(#3030) Variable "YPos1" must be all lower-case
(#3030) Commas (,) must be followed by white space.
(#3030) Expected 1 space before "=>"; 0 found
(#3030) Expected 1 space after "=>"; 0 found
(#3030) Variable "YPos2" must be all lower-case
(#3031) Line indented incorrectly; expected 8 spaces, found 6
(#3031) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3032) Line indented incorrectly; expected 8 spaces, found 5
(#3032) Usage of ELSEIF not allowed; use ELSE IF instead
(#3032) Variable "Data" must be all lower-case
(#3033) Line indented incorrectly; expected at least 8 spaces, found 6
(#3034) Line indented incorrectly; expected at least 12 spaces, found 7
(#3034) Variable "YPos1" must be all lower-case
(#3034) Variable "AbscissaMargin" must be all lower-case
(#3035) Line indented incorrectly; expected at least 12 spaces, found 7
(#3035) Variable "YPos2" must be all lower-case
(#3035) Variable "AbscissaMargin" must be all lower-case
(#3036) Line indented incorrectly; expected at least 12 spaces, found 7
(#3036) Variable "XPos1" must be all lower-case
(#3036) Variable "Value1" must be all lower-case
(#3036) Commas (,) must be followed by white space.
(#3036) Expected 1 space before "=>"; 0 found
(#3036) Expected 1 space after "=>"; 0 found
(#3036) Variable "AxisID" must be all lower-case
(#3037) Line indented incorrectly; expected at least 12 spaces, found 7
(#3037) Variable "XPos2" must be all lower-case
(#3037) Variable "Value2" must be all lower-case
(#3037) Commas (,) must be followed by white space.
(#3037) Expected 1 space before "=>"; 0 found
(#3037) Expected 1 space after "=>"; 0 found
(#3037) Variable "AxisID" must be all lower-case
(#3039) Line indented incorrectly; expected 12 spaces, found 7
(#3039) Expected "if (...) {\n"; found "if (...) { "
(#3039) Variable "XPos1" must be all lower-case
(#3039) Expected 1 space before "+"; 0 found
(#3039) Expected 1 space after "+"; 0 found
(#3039) Variable "Data" must be all lower-case
(#3039) Variable "AxisID" must be all lower-case
(#3039) Variable "XPos1" must be all lower-case
(#3039) Expected 1 space before "+"; 0 found
(#3039) Expected 1 space after "+"; 0 found
(#3039) Variable "Data" must be all lower-case
(#3039) Variable "AxisID" must be all lower-case
(#3039) Line exceeds 132 characters; contains 140 characters
(#3039) Closing brace must be on a line by itself
(#3040) Line indented incorrectly; expected 12 spaces, found 7
(#3040) Expected "if (...) {\n"; found "if (...) { "
(#3040) Variable "XPos1" must be all lower-case
(#3040) Expected 1 space before "-"; 0 found
(#3040) Expected 1 space after "-"; 0 found
(#3040) Variable "Data" must be all lower-case
(#3040) Variable "AxisID" must be all lower-case
(#3040) Variable "XPos1" must be all lower-case
(#3040) Expected 1 space before "-"; 0 found
(#3040) Expected 1 space after "-"; 0 found
(#3040) Variable "Data" must be all lower-case
(#3040) Variable "AxisID" must be all lower-case
(#3040) Line exceeds 132 characters; contains 140 characters
(#3040) Closing brace must be on a line by itself
(#3041) Line indented incorrectly; expected 12 spaces, found 7
(#3041) Expected "if (...) {\n"; found "if (...) { "
(#3041) Variable "XPos2" must be all lower-case
(#3041) Expected 1 space before "+"; 0 found
(#3041) Expected 1 space after "+"; 0 found
(#3041) Variable "Data" must be all lower-case
(#3041) Variable "AxisID" must be all lower-case
(#3041) Variable "XPos2" must be all lower-case
(#3041) Expected 1 space before "+"; 0 found
(#3041) Expected 1 space after "+"; 0 found
(#3041) Variable "Data" must be all lower-case
(#3041) Variable "AxisID" must be all lower-case
(#3041) Line exceeds 132 characters; contains 140 characters
(#3041) Closing brace must be on a line by itself
(#3042) Line indented incorrectly; expected 12 spaces, found 7
(#3042) Expected "if (...) {\n"; found "if (...) { "
(#3042) Variable "XPos2" must be all lower-case
(#3042) Expected 1 space before "-"; 0 found
(#3042) Expected 1 space after "-"; 0 found
(#3042) Variable "Data" must be all lower-case
(#3042) Variable "AxisID" must be all lower-case
(#3042) Variable "XPos2" must be all lower-case
(#3042) Expected 1 space before "-"; 0 found
(#3042) Expected 1 space after "-"; 0 found
(#3042) Variable "Data" must be all lower-case
(#3042) Variable "AxisID" must be all lower-case
(#3042) Line exceeds 132 characters; contains 140 characters
(#3042) Closing brace must be on a line by itself
(#3044) Line indented incorrectly; expected at least 12 spaces, found 7
(#3044) Variable "XPos1" must be all lower-case
(#3044) Commas (,) must be followed by white space.
(#3044) Variable "YPos1" must be all lower-case
(#3044) Commas (,) must be followed by white space.
(#3044) Variable "XPos2" must be all lower-case
(#3044) Commas (,) must be followed by white space.
(#3044) Variable "YPos2" must be all lower-case
(#3044) Commas (,) must be followed by white space.
(#3044) Expected 1 space before "=>"; 0 found
(#3044) Expected 1 space after "=>"; 0 found
(#3044) Variable "R" must be all lower-case
(#3044) Commas (,) must be followed by white space.
(#3044) Expected 1 space before "=>"; 0 found
(#3044) Expected 1 space after "=>"; 0 found
(#3044) Variable "G" must be all lower-case
(#3044) Commas (,) must be followed by white space.
(#3044) Expected 1 space before "=>"; 0 found
(#3044) Expected 1 space after "=>"; 0 found
(#3044) Variable "B" must be all lower-case
(#3044) Commas (,) must be followed by white space.
(#3044) Expected 1 space before "=>"; 0 found
(#3044) Expected 1 space after "=>"; 0 found
(#3044) Variable "Alpha" must be all lower-case
(#3045) Line indented incorrectly; expected 12 spaces, found 7
(#3045) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3045) Variable "Border" must be all lower-case
(#3046) Line indented incorrectly; expected at least 12 spaces, found 8
(#3047) Line indented incorrectly; expected at least 16 spaces, found 9
(#3047) Variable "XPos1" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Variable "YPos1" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Variable "XPos1" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Variable "YPos2" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Expected 1 space before "=>"; 0 found
(#3047) Expected 1 space after "=>"; 0 found
(#3047) Variable "BorderR" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Expected 1 space before "=>"; 0 found
(#3047) Expected 1 space after "=>"; 0 found
(#3047) Variable "BorderG" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Expected 1 space before "=>"; 0 found
(#3047) Expected 1 space after "=>"; 0 found
(#3047) Variable "BorderB" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Expected 1 space before "=>"; 0 found
(#3047) Expected 1 space after "=>"; 0 found
(#3047) Variable "BorderAlpha" must be all lower-case
(#3047) Commas (,) must be followed by white space.
(#3047) Expected 1 space before "=>"; 0 found
(#3047) Expected 1 space after "=>"; 0 found
(#3047) Variable "BorderTicks" must be all lower-case
(#3047) Line exceeds 132 characters; contains 147 characters
(#3048) Line indented incorrectly; expected at least 16 spaces, found 9
(#3048) Variable "XPos2" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Variable "YPos1" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Variable "XPos2" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Variable "YPos2" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Expected 1 space before "=>"; 0 found
(#3048) Expected 1 space after "=>"; 0 found
(#3048) Variable "BorderR" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Expected 1 space before "=>"; 0 found
(#3048) Expected 1 space after "=>"; 0 found
(#3048) Variable "BorderG" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Expected 1 space before "=>"; 0 found
(#3048) Expected 1 space after "=>"; 0 found
(#3048) Variable "BorderB" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Expected 1 space before "=>"; 0 found
(#3048) Expected 1 space after "=>"; 0 found
(#3048) Variable "BorderAlpha" must be all lower-case
(#3048) Commas (,) must be followed by white space.
(#3048) Expected 1 space before "=>"; 0 found
(#3048) Expected 1 space after "=>"; 0 found
(#3048) Variable "BorderTicks" must be all lower-case
(#3048) Line exceeds 132 characters; contains 147 characters
(#3049) Line indented incorrectly; expected 12 spaces, found 8
(#3049) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3051) Line indented incorrectly; expected 12 spaces, found 7
(#3051) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3051) Variable "AreaName" must be all lower-case
(#3051) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3052) Line indented incorrectly; expected at least 12 spaces, found 8
(#3053) Line indented incorrectly; expected at least 16 spaces, found 9
(#3053) Variable "XPos" must be all lower-case
(#3053) Variable "YPos2" must be all lower-case
(#3053) Expected 1 space before "-"; 0 found
(#3053) Expected 1 space after "-"; 0 found
(#3053) Variable "YPos1" must be all lower-case
(#3053) Expected 1 space before "/"; 0 found
(#3053) Expected 1 space after "/"; 0 found
(#3053) Variable "YPos1" must be all lower-case
(#3054) Line indented incorrectly; expected at least 16 spaces, found 9
(#3054) Variable "YPos" must be all lower-case
(#3054) Variable "XPos2" must be all lower-case
(#3054) Expected 1 space before "-"; 0 found
(#3054) Expected 1 space after "-"; 0 found
(#3054) Variable "XPos1" must be all lower-case
(#3054) Expected 1 space before "/"; 0 found
(#3054) Expected 1 space after "/"; 0 found
(#3054) Variable "XPos1" must be all lower-case
(#3056) Line indented incorrectly; expected 16 spaces, found 9
(#3056) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3056) Variable "NameAngle" must be all lower-case
(#3057) Line indented incorrectly; expected at least 16 spaces, found 10
(#3058) Line indented incorrectly; expected at least 20 spaces, found 11
(#3058) Variable "TxtPos" must be all lower-case
(#3058) Variable "XPos" must be all lower-case
(#3058) Commas (,) must be followed by white space.
(#3058) Variable "YPos" must be all lower-case
(#3058) Commas (,) must be followed by white space.
(#3058) Commas (,) must be followed by white space.
(#3058) Commas (,) must be followed by white space.
(#3058) Commas (,) must be followed by white space.
(#3058) Variable "AreaName" must be all lower-case
(#3059) Line indented incorrectly; expected at least 20 spaces, found 11
(#3059) Variable "TxtWidth" must be all lower-case
(#3059) Variable "TxtPos" must be all lower-case
(#3059) Variable "TxtPos" must be all lower-case
(#3060) Line indented incorrectly; expected 20 spaces, found 11
(#3060) Expected "if (...) {\n"; found "if (...) { "
(#3060) Variable "XPos2" must be all lower-case
(#3060) Variable "XPos1" must be all lower-case
(#3060) Variable "TxtWidth" must be all lower-case
(#3060) Variable "NameAngle" must be all lower-case
(#3060) Closing brace must be on a line by itself
(#3060) Expected "} else {\n"; found "} else { "
(#3060) Variable "NameAngle" must be all lower-case
(#3060) Closing brace must be on a line by itself
(#3061) Line indented incorrectly; expected 16 spaces, found 10
(#3061) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3062) Line indented incorrectly; expected at least 16 spaces, found 9
(#3062) Variable "RestoreShadow" must be all lower-case
(#3063) Line indented incorrectly; expected at least 16 spaces, found 9
(#3063) Variable "YPos" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Variable "XPos" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Variable "AreaName" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Expected 1 space before "=>"; 0 found
(#3063) Expected 1 space after "=>"; 0 found
(#3063) Variable "NameR" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Expected 1 space before "=>"; 0 found
(#3063) Expected 1 space after "=>"; 0 found
(#3063) Variable "NameG" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Expected 1 space before "=>"; 0 found
(#3063) Expected 1 space after "=>"; 0 found
(#3063) Variable "NameB" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Expected 1 space before "=>"; 0 found
(#3063) Expected 1 space after "=>"; 0 found
(#3063) Variable "NameAlpha" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Expected 1 space before "=>"; 0 found
(#3063) Expected 1 space after "=>"; 0 found
(#3063) Variable "NameAngle" must be all lower-case
(#3063) Commas (,) must be followed by white space.
(#3063) Expected 1 space before "=>"; 0 found
(#3063) Expected 1 space after "=>"; 0 found
(#3063) Line exceeds 132 characters; contains 164 characters
(#3064) Line indented incorrectly; expected 16 spaces, found 9
(#3064) Expected "if (...) {\n"; found "if (...) { "
(#3064) Variable "DisableShadowOnArea" must be all lower-case
(#3064) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3064) Closing brace must be on a line by itself
(#3065) Line indented incorrectly; expected 12 spaces, found 8
(#3065) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3067) Line indented incorrectly; expected at least 12 spaces, found 7
(#3067) Variable "RestoreShadow" must be all lower-case
(#3068) Line indented incorrectly; expected at least 12 spaces, found 7
(#3068) Expected 1 space before "=>"; 0 found
(#3068) Expected 1 space after "=>"; 0 found
(#3068) Variable "XPos1" must be all lower-case
(#3068) Commas (,) must be followed by white space.
(#3068) Expected 1 space before "=>"; 0 found
(#3068) Expected 1 space after "=>"; 0 found
(#3068) Variable "XPos2" must be all lower-case
(#3069) Line indented incorrectly; expected 8 spaces, found 6
(#3069) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3070) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3072) Line indented incorrectly; expected 4 spaces, found 3
(#3072) method name "pDraw::scaleGetXSettings" must be in lower-case letters only
(#3072) Visibility must be declared on method "scaleGetXSettings"
(#3073) Opening brace should be on the same line as the declaration
(#3074) Line indented incorrectly; expected at least 8 spaces, found 5
(#3074) Variable "Data" must be all lower-case
(#3075) Line indented incorrectly; expected 8 spaces, found 5
(#3075) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3075) Variable "Data" must be all lower-case
(#3075) Variable "AxisID" must be all lower-case
(#3075) Variable "Settings" must be all lower-case
(#3076) Line indented incorrectly; expected at least 8 spaces, found 6
(#3077) Line indented incorrectly; expected 12 spaces, found 7
(#3077) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3077) Variable "Settings" must be all lower-case
(#3078) Line indented incorrectly; expected at least 12 spaces, found 8
(#3079) Line indented incorrectly; expected at least 16 spaces, found 9
(#3079) Variable "Rows" must be all lower-case
(#3079) Variable "Settings" must be all lower-case
(#3081) Line indented incorrectly; expected at least 16 spaces, found 9
(#3081) Variable "Settings" must be all lower-case
(#3081) Commas (,) must be followed by white space.
(#3081) Variable "Rows" must be all lower-case
(#3082) Line indented incorrectly; expected 12 spaces, found 8
(#3082) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3083) Line indented incorrectly; expected 8 spaces, found 6
(#3083) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3084) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3086) Line indented incorrectly; expected 4 spaces, found 3
(#3086) method name "pDraw::scaleComputeY" must be in lower-case letters only
(#3086) Visibility must be declared on method "scaleComputeY"
(#3086) Variable "Values" must be all lower-case
(#3086) Commas (,) must be followed by white space.
(#3086) Variable "Option" must be all lower-case
(#3086) Commas (,) must be followed by white space.
(#3086) Variable "ReturnOnly0Height" must be all lower-case
(#3086) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3087) Opening brace should be on the same line as the declaration
(#3088) Line indented incorrectly; expected at least 8 spaces, found 5
(#3088) Variable "AxisID" must be all lower-case
(#3088) Spaces must be used for alignment; tabs are not allowed
(#3088) Tab found within whitespace
(#3088) Variable "Option" must be all lower-case
(#3088) Variable "Option" must be all lower-case
(#3089) Line indented incorrectly; expected at least 8 spaces, found 5
(#3089) Variable "SerieName" must be all lower-case
(#3089) Spaces must be used for alignment; tabs are not allowed
(#3089) Tab found within whitespace
(#3089) Variable "Option" must be all lower-case
(#3089) Variable "Option" must be all lower-case
(#3089) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3091) Line indented incorrectly; expected at least 8 spaces, found 5
(#3091) Variable "Data" must be all lower-case
(#3092) Line indented incorrectly; expected 8 spaces, found 5
(#3092) Expected "if (...) {\n"; found "if (...) { "
(#3092) Variable "Data" must be all lower-case
(#3092) Variable "AxisID" must be all lower-case
(#3092) Closing brace must be on a line by itself
(#3094) Line indented incorrectly; expected 8 spaces, found 5
(#3094) Expected "if (...) {\n"; found "if (...) { "
(#3094) Variable "SerieName" must be all lower-case
(#3094) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3094) Variable "AxisID" must be all lower-case
(#3094) Variable "Data" must be all lower-case
(#3094) Variable "SerieName" must be all lower-case
(#3094) Closing brace must be on a line by itself
(#3095) Line indented incorrectly; expected 8 spaces, found 5
(#3095) Expected "if (...) {\n"; found "if (...) { "
(#3095) Variable "Values" must be all lower-case
(#3095) Variable "Values" must be all lower-case
(#3095) Variable "Values" must be all lower-case
(#3095) Variable "Values" must be all lower-case
(#3095) Closing brace must be on a line by itself
(#3097) Line indented incorrectly; expected at least 8 spaces, found 5
(#3097) Variable "Result" must be all lower-case
(#3098) Line indented incorrectly; expected 8 spaces, found 5
(#3098) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3098) Variable "Data" must be all lower-case
(#3099) Line indented incorrectly; expected at least 8 spaces, found 6
(#3100) Line indented incorrectly; expected at least 12 spaces, found 7
(#3100) Variable "Height" must be all lower-case
(#3100) Variable "Data" must be all lower-case
(#3100) Variable "AxisID" must be all lower-case
(#3100) Expected 1 space before "*"; 0 found
(#3100) Expected 1 space after "*"; 0 found
(#3101) Line indented incorrectly; expected at least 12 spaces, found 7
(#3101) Variable "ScaleHeight" must be all lower-case
(#3101) Variable "Data" must be all lower-case
(#3101) Variable "AxisID" must be all lower-case
(#3101) Variable "Data" must be all lower-case
(#3101) Variable "AxisID" must be all lower-case
(#3102) Line indented incorrectly; expected at least 12 spaces, found 7
(#3102) Variable "Step" must be all lower-case
(#3102) Variable "Height" must be all lower-case
(#3102) Variable "ScaleHeight" must be all lower-case
(#3104) Line indented incorrectly; expected 12 spaces, found 7
(#3104) Expected "if (...) {\n"; found "if (...)\n { "
(#3104) Variable "ReturnOnly0Height" must be all lower-case
(#3105) Line indented incorrectly; expected at least 12 spaces, found 8
(#3105) Expected "foreach (...) {\n"; found "foreach(...) { "
(#3105) Variable "Values" must be all lower-case
(#3105) Variable "Key" must be all lower-case
(#3105) Variable "Value" must be all lower-case
(#3105) Expected "if (...) {\n"; found "if (...) { "
(#3105) Variable "Value" must be all lower-case
(#3105) Variable "Result" must be all lower-case
(#3105) Closing brace must be on a line by itself
(#3105) Expected "} else {\n"; found "} else { "
(#3105) Variable "Result" must be all lower-case
(#3105) Variable "Step" must be all lower-case
(#3105) Variable "Value" must be all lower-case
(#3105) Closing brace must be on a line by itself
(#3105) Closing brace must be on a line by itself
(#3105) Closing brace must be on a line by itself
(#3106) Line indented incorrectly; expected 12 spaces, found 7
(#3106) Expected "} else {\n"; found "}\n else\n { "
(#3107) Line indented incorrectly; expected at least 12 spaces, found 8
(#3107) Expected "foreach (...) {\n"; found "foreach(...) { "
(#3107) Variable "Values" must be all lower-case
(#3107) Variable "Key" must be all lower-case
(#3107) Variable "Value" must be all lower-case
(#3107) Expected "if (...) {\n"; found "if (...) { "
(#3107) Variable "Value" must be all lower-case
(#3107) Variable "Result" must be all lower-case
(#3107) Closing brace must be on a line by itself
(#3107) Expected "} else {\n"; found "} else { "
(#3107) Variable "Result" must be all lower-case
(#3107) Variable "Data" must be all lower-case
(#3107) Variable "AxisID" must be all lower-case
(#3107) Variable "Step" must be all lower-case
(#3107) Variable "Value" must be all lower-case
(#3107) Expected 1 space before "-"; 0 found
(#3107) Expected 1 space after "-"; 0 found
(#3107) Variable "Data" must be all lower-case
(#3107) Variable "AxisID" must be all lower-case
(#3107) Closing brace must be on a line by itself
(#3107) Closing brace must be on a line by itself
(#3107) Line exceeds maximum limit of 180 characters; contains 226 characters
(#3107) Closing brace must be on a line by itself
(#3108) Line indented incorrectly; expected 8 spaces, found 6
(#3108) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3109) Line indented incorrectly; expected 8 spaces, found 5
(#3109) Expected "} else {\n"; found "}\n else\n {\n"
(#3110) Line indented incorrectly; expected at least 8 spaces, found 6
(#3111) Line indented incorrectly; expected at least 12 spaces, found 7
(#3111) Variable "Width" must be all lower-case
(#3111) Variable "Data" must be all lower-case
(#3111) Variable "AxisID" must be all lower-case
(#3111) Expected 1 space before "*"; 0 found
(#3111) Expected 1 space after "*"; 0 found
(#3112) Line indented incorrectly; expected at least 12 spaces, found 7
(#3112) Variable "ScaleWidth" must be all lower-case
(#3112) Variable "Data" must be all lower-case
(#3112) Variable "AxisID" must be all lower-case
(#3112) Variable "Data" must be all lower-case
(#3112) Variable "AxisID" must be all lower-case
(#3113) Line indented incorrectly; expected at least 12 spaces, found 7
(#3113) Variable "Step" must be all lower-case
(#3113) Variable "Width" must be all lower-case
(#3113) Variable "ScaleWidth" must be all lower-case
(#3115) Line indented incorrectly; expected 12 spaces, found 7
(#3115) Expected "if (...) {\n"; found "if (...)\n { "
(#3115) Variable "ReturnOnly0Height" must be all lower-case
(#3116) Line indented incorrectly; expected at least 12 spaces, found 8
(#3116) Expected "foreach (...) {\n"; found "foreach(...) { "
(#3116) Variable "Values" must be all lower-case
(#3116) Variable "Key" must be all lower-case
(#3116) Variable "Value" must be all lower-case
(#3116) Expected "if (...) {\n"; found "if (...) { "
(#3116) Variable "Value" must be all lower-case
(#3116) Variable "Result" must be all lower-case
(#3116) Closing brace must be on a line by itself
(#3116) Expected "} else {\n"; found "} else { "
(#3116) Variable "Result" must be all lower-case
(#3116) Variable "Step" must be all lower-case
(#3116) Variable "Value" must be all lower-case
(#3116) Closing brace must be on a line by itself
(#3116) Closing brace must be on a line by itself
(#3116) Closing brace must be on a line by itself
(#3117) Line indented incorrectly; expected 12 spaces, found 7
(#3117) Expected "} else {\n"; found "}\n else\n { "
(#3118) Line indented incorrectly; expected at least 12 spaces, found 8
(#3118) Expected "foreach (...) {\n"; found "foreach(...) { "
(#3118) Variable "Values" must be all lower-case
(#3118) Variable "Key" must be all lower-case
(#3118) Variable "Value" must be all lower-case
(#3118) Expected "if (...) {\n"; found "if (...) { "
(#3118) Variable "Value" must be all lower-case
(#3118) Variable "Result" must be all lower-case
(#3118) Closing brace must be on a line by itself
(#3118) Expected "} else {\n"; found "} else { "
(#3118) Variable "Result" must be all lower-case
(#3118) Variable "Data" must be all lower-case
(#3118) Variable "AxisID" must be all lower-case
(#3118) Variable "Step" must be all lower-case
(#3118) Variable "Value" must be all lower-case
(#3118) Expected 1 space before "-"; 0 found
(#3118) Expected 1 space after "-"; 0 found
(#3118) Variable "Data" must be all lower-case
(#3118) Variable "AxisID" must be all lower-case
(#3118) Closing brace must be on a line by itself
(#3118) Closing brace must be on a line by itself
(#3118) Line exceeds maximum limit of 180 characters; contains 226 characters
(#3118) Closing brace must be on a line by itself
(#3119) Line indented incorrectly; expected 8 spaces, found 6
(#3119) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3121) Line indented incorrectly; expected at least 8 spaces, found 5
(#3121) Inline control structures are not allowed
(#3121) Variable "Result" must be all lower-case
(#3122) Line indented incorrectly; expected at least 8 spaces, found 6
(#3122) Variable "Result" must be all lower-case
(#3123) Line indented incorrectly; expected at least 8 spaces, found 5
(#3123) Inline control structures are not allowed
(#3124) Line indented incorrectly; expected at least 8 spaces, found 6
(#3124) Variable "Result" must be all lower-case
(#3125) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3127) Line indented incorrectly; expected at least 4 spaces, found 3
(#3128) Line indented incorrectly; expected 4 spaces, found 3
(#3128) method name "pDraw::scaleFormat" must be in lower-case letters only
(#3128) Visibility must be declared on method "scaleFormat"
(#3128) Variable "Value" must be all lower-case
(#3128) Commas (,) must be followed by white space.
(#3128) Variable "Mode" must be all lower-case
(#3128) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3128) Commas (,) must be followed by white space.
(#3128) Variable "Format" must be all lower-case
(#3128) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3128) Commas (,) must be followed by white space.
(#3128) Variable "Unit" must be all lower-case
(#3128) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3129) Opening brace should be on the same line as the declaration
(#3130) Line indented incorrectly; expected 8 spaces, found 5
(#3130) Expected "if (...) {\n"; found "if (...) { "
(#3130) Variable "Value" must be all lower-case
(#3130) Closing brace must be on a line by itself
(#3132) Line indented incorrectly; expected 8 spaces, found 5
(#3132) Expected "if (...) {\n"; found "if (...)\n { "
(#3132) Variable "Mode" must be all lower-case
(#3133) Line indented incorrectly; expected at least 8 spaces, found 6
(#3133) Expected "if (...) {\n"; found "if (...) { "
(#3133) Variable "Format" must be all lower-case
(#3133) Variable "Format" must be all lower-case
(#3133) Commas (,) must be followed by white space.
(#3133) Variable "Value" must be all lower-case
(#3133) Closing brace must be on a line by itself
(#3133) Closing brace must be on a line by itself
(#3135) Line indented incorrectly; expected 8 spaces, found 5
(#3135) Expected "if (...) {\n"; found "if (...)\n { "
(#3135) Variable "Mode" must be all lower-case
(#3136) Line indented incorrectly; expected at least 8 spaces, found 6
(#3136) Expected "if (...) {\n"; found "if (...) { "
(#3136) Variable "Format" must be all lower-case
(#3136) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3136) Variable "Pattern" must be all lower-case
(#3136) Closing brace must be on a line by itself
(#3136) Expected "} else {\n"; found "} else { "
(#3136) Variable "Pattern" must be all lower-case
(#3136) Variable "Format" must be all lower-case
(#3136) Closing brace must be on a line by itself
(#3136) Variable "Pattern" must be all lower-case
(#3136) Commas (,) must be followed by white space.
(#3136) Variable "Value" must be all lower-case
(#3136) Closing brace must be on a line by itself
(#3138) Line indented incorrectly; expected 8 spaces, found 5
(#3138) Expected "if (...) {\n"; found "if (...)\n { "
(#3138) Variable "Mode" must be all lower-case
(#3139) Line indented incorrectly; expected at least 8 spaces, found 6
(#3139) Expected "if (...) {\n"; found "if (...) { "
(#3139) Variable "Format" must be all lower-case
(#3139) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3139) Variable "Pattern" must be all lower-case
(#3139) Closing brace must be on a line by itself
(#3139) Expected "} else {\n"; found "} else { "
(#3139) Variable "Pattern" must be all lower-case
(#3139) Variable "Format" must be all lower-case
(#3139) Closing brace must be on a line by itself
(#3139) Variable "Pattern" must be all lower-case
(#3139) Commas (,) must be followed by white space.
(#3139) Variable "Value" must be all lower-case
(#3139) Closing brace must be on a line by itself
(#3141) Line indented incorrectly; expected 8 spaces, found 5
(#3141) Expected "if (...) {\n"; found "if (...)\n { "
(#3141) Variable "Mode" must be all lower-case
(#3142) Line indented incorrectly; expected at least 8 spaces, found 6
(#3142) Variable "Format" must be all lower-case
(#3142) Variable "Value" must be all lower-case
(#3142) Commas (,) must be followed by white space.
(#3142) Closing brace must be on a line by itself
(#3144) Line indented incorrectly; expected 8 spaces, found 5
(#3144) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3144) Variable "Mode" must be all lower-case
(#3145) Line indented incorrectly; expected at least 8 spaces, found 6
(#3146) Line indented incorrectly; expected at least 12 spaces, found 7
(#3146) Inline control structures are not allowed
(#3146) Variable "Value" must be all lower-case
(#3147) Line indented incorrectly; expected at least 12 spaces, found 8
(#3147) Variable "Value" must be all lower-case
(#3147) Expected 1 space before "/"; 0 found
(#3147) Expected 1 space after "/"; 0 found
(#3147) Commas (,) must be followed by white space.
(#3147) Variable "Format" must be all lower-case
(#3147) Variable "Unit" must be all lower-case
(#3148) Line indented incorrectly; expected at least 12 spaces, found 7
(#3148) Inline control structures are not allowed
(#3148) Variable "Value" must be all lower-case
(#3149) Line indented incorrectly; expected at least 12 spaces, found 8
(#3149) Variable "Value" must be all lower-case
(#3149) Expected 1 space before "/"; 0 found
(#3149) Expected 1 space after "/"; 0 found
(#3149) Commas (,) must be followed by white space.
(#3149) Variable "Format" must be all lower-case
(#3149) Variable "Unit" must be all lower-case
(#3150) Line indented incorrectly; expected at least 12 spaces, found 7
(#3150) Inline control structures are not allowed
(#3150) Usage of ELSEIF not allowed; use ELSE IF instead
(#3150) Variable "Value" must be all lower-case
(#3151) Line indented incorrectly; expected at least 12 spaces, found 8
(#3151) Variable "Value" must be all lower-case
(#3151) Expected 1 space before "/"; 0 found
(#3151) Expected 1 space after "/"; 0 found
(#3151) Commas (,) must be followed by white space.
(#3151) Variable "Format" must be all lower-case
(#3151) Variable "Unit" must be all lower-case
(#3152) Whitespace found at end of line
(#3153) Line indented incorrectly; expected 8 spaces, found 6
(#3153) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3154) Line indented incorrectly; expected at least 8 spaces, found 5
(#3154) Variable "Value" must be all lower-case
(#3154) Variable "Unit" must be all lower-case
(#3155) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3157) Line indented incorrectly; expected at least 4 spaces, found 3
(#3158) Line indented incorrectly; expected 4 spaces, found 3
(#3158) method name "pDraw::writeBounds" must be in lower-case letters only
(#3158) Visibility must be declared on method "writeBounds"
(#3158) Variable "Type" must be all lower-case
(#3158) Commas (,) must be followed by white space.
(#3158) Variable "Format" must be all lower-case
(#3158) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3159) Opening brace should be on the same line as the declaration
(#3160) Line indented incorrectly; expected at least 8 spaces, found 5
(#3160) Variable "MaxLabelTxt" must be all lower-case
(#3160) Spaces must be used for alignment; tabs are not allowed
(#3160) Tab found within whitespace
(#3160) Variable "Format" must be all lower-case
(#3160) Variable "Format" must be all lower-case
(#3161) Line indented incorrectly; expected at least 8 spaces, found 5
(#3161) Variable "MinLabelTxt" must be all lower-case
(#3161) Spaces must be used for alignment; tabs are not allowed
(#3161) Tab found within whitespace
(#3161) Variable "Format" must be all lower-case
(#3161) Variable "Format" must be all lower-case
(#3162) Line indented incorrectly; expected at least 8 spaces, found 5
(#3162) Variable "Decimals" must be all lower-case
(#3162) Spaces must be used for alignment; tabs are not allowed
(#3162) Tab found within whitespace
(#3162) Variable "Format" must be all lower-case
(#3162) Variable "Format" must be all lower-case
(#3163) Line indented incorrectly; expected at least 8 spaces, found 5
(#3163) Variable "ExcludedSeries" must be all lower-case
(#3163) Spaces must be used for alignment; tabs are not allowed
(#3163) Tab found within whitespace
(#3163) Variable "Format" must be all lower-case
(#3163) Variable "Format" must be all lower-case
(#3164) Line indented incorrectly; expected at least 8 spaces, found 5
(#3164) Variable "DisplayOffset" must be all lower-case
(#3164) Spaces must be used for alignment; tabs are not allowed
(#3164) Tab found within whitespace
(#3164) Variable "Format" must be all lower-case
(#3164) Variable "Format" must be all lower-case
(#3165) Line indented incorrectly; expected at least 8 spaces, found 5
(#3165) Variable "DisplayColor" must be all lower-case
(#3165) Spaces must be used for alignment; tabs are not allowed
(#3165) Tab found within whitespace
(#3165) Variable "Format" must be all lower-case
(#3165) Variable "Format" must be all lower-case
(#3166) Line indented incorrectly; expected at least 8 spaces, found 5
(#3166) Variable "MaxDisplayR" must be all lower-case
(#3166) Spaces must be used for alignment; tabs are not allowed
(#3166) Tab found within whitespace
(#3166) Variable "Format" must be all lower-case
(#3166) Variable "Format" must be all lower-case
(#3167) Line indented incorrectly; expected at least 8 spaces, found 5
(#3167) Variable "MaxDisplayG" must be all lower-case
(#3167) Spaces must be used for alignment; tabs are not allowed
(#3167) Tab found within whitespace
(#3167) Variable "Format" must be all lower-case
(#3167) Variable "Format" must be all lower-case
(#3168) Line indented incorrectly; expected at least 8 spaces, found 5
(#3168) Variable "MaxDisplayB" must be all lower-case
(#3168) Spaces must be used for alignment; tabs are not allowed
(#3168) Tab found within whitespace
(#3168) Variable "Format" must be all lower-case
(#3168) Variable "Format" must be all lower-case
(#3169) Line indented incorrectly; expected at least 8 spaces, found 5
(#3169) Variable "MinDisplayR" must be all lower-case
(#3169) Spaces must be used for alignment; tabs are not allowed
(#3169) Tab found within whitespace
(#3169) Variable "Format" must be all lower-case
(#3169) Variable "Format" must be all lower-case
(#3170) Line indented incorrectly; expected at least 8 spaces, found 5
(#3170) Variable "MinDisplayG" must be all lower-case
(#3170) Spaces must be used for alignment; tabs are not allowed
(#3170) Tab found within whitespace
(#3170) Variable "Format" must be all lower-case
(#3170) Variable "Format" must be all lower-case
(#3171) Line indented incorrectly; expected at least 8 spaces, found 5
(#3171) Variable "MinDisplayB" must be all lower-case
(#3171) Spaces must be used for alignment; tabs are not allowed
(#3171) Tab found within whitespace
(#3171) Variable "Format" must be all lower-case
(#3171) Variable "Format" must be all lower-case
(#3172) Line indented incorrectly; expected at least 8 spaces, found 5
(#3172) Variable "MinLabelPos" must be all lower-case
(#3172) Spaces must be used for alignment; tabs are not allowed
(#3172) Tab found within whitespace
(#3172) Variable "Format" must be all lower-case
(#3172) Variable "Format" must be all lower-case
(#3173) Line indented incorrectly; expected at least 8 spaces, found 5
(#3173) Variable "MaxLabelPos" must be all lower-case
(#3173) Spaces must be used for alignment; tabs are not allowed
(#3173) Tab found within whitespace
(#3173) Variable "Format" must be all lower-case
(#3173) Variable "Format" must be all lower-case
(#3174) Line indented incorrectly; expected at least 8 spaces, found 5
(#3174) Variable "DrawBox" must be all lower-case
(#3174) Spaces must be used for alignment; tabs are not allowed
(#3174) Tab found within whitespace
(#3174) Variable "Format" must be all lower-case
(#3174) Variable "Format" must be all lower-case
(#3174) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3175) Line indented incorrectly; expected at least 8 spaces, found 5
(#3175) Variable "DrawBoxBorder" must be all lower-case
(#3175) Spaces must be used for alignment; tabs are not allowed
(#3175) Tab found within whitespace
(#3175) Variable "Format" must be all lower-case
(#3175) Variable "Format" must be all lower-case
(#3175) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3176) Line indented incorrectly; expected at least 8 spaces, found 5
(#3176) Variable "BorderOffset" must be all lower-case
(#3176) Spaces must be used for alignment; tabs are not allowed
(#3176) Tab found within whitespace
(#3176) Variable "Format" must be all lower-case
(#3176) Variable "Format" must be all lower-case
(#3177) Line indented incorrectly; expected at least 8 spaces, found 5
(#3177) Variable "BoxRounded" must be all lower-case
(#3177) Spaces must be used for alignment; tabs are not allowed
(#3177) Tab found within whitespace
(#3177) Variable "Format" must be all lower-case
(#3177) Variable "Format" must be all lower-case
(#3177) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3178) Line indented incorrectly; expected at least 8 spaces, found 5
(#3178) Variable "RoundedRadius" must be all lower-case
(#3178) Spaces must be used for alignment; tabs are not allowed
(#3178) Tab found within whitespace
(#3178) Variable "Format" must be all lower-case
(#3178) Variable "Format" must be all lower-case
(#3179) Line indented incorrectly; expected at least 8 spaces, found 5
(#3179) Variable "BoxR" must be all lower-case
(#3179) Spaces must be used for alignment; tabs are not allowed
(#3179) Tab found within whitespace
(#3179) Variable "Format" must be all lower-case
(#3179) Variable "Format" must be all lower-case
(#3180) Line indented incorrectly; expected at least 8 spaces, found 5
(#3180) Variable "BoxG" must be all lower-case
(#3180) Spaces must be used for alignment; tabs are not allowed
(#3180) Tab found within whitespace
(#3180) Variable "Format" must be all lower-case
(#3180) Variable "Format" must be all lower-case
(#3181) Line indented incorrectly; expected at least 8 spaces, found 5
(#3181) Variable "BoxB" must be all lower-case
(#3181) Spaces must be used for alignment; tabs are not allowed
(#3181) Tab found within whitespace
(#3181) Variable "Format" must be all lower-case
(#3181) Variable "Format" must be all lower-case
(#3182) Line indented incorrectly; expected at least 8 spaces, found 5
(#3182) Variable "BoxAlpha" must be all lower-case
(#3182) Spaces must be used for alignment; tabs are not allowed
(#3182) Tab found within whitespace
(#3182) Variable "Format" must be all lower-case
(#3182) Variable "Format" must be all lower-case
(#3183) Line indented incorrectly; expected at least 8 spaces, found 5
(#3183) Variable "BoxSurrounding" must be all lower-case
(#3183) Spaces must be used for alignment; tabs are not allowed
(#3183) Tab found within whitespace
(#3183) Variable "Format" must be all lower-case
(#3183) Variable "Format" must be all lower-case
(#3184) Line indented incorrectly; expected at least 8 spaces, found 5
(#3184) Variable "BoxBorderR" must be all lower-case
(#3184) Spaces must be used for alignment; tabs are not allowed
(#3184) Tab found within whitespace
(#3184) Variable "Format" must be all lower-case
(#3184) Variable "Format" must be all lower-case
(#3185) Line indented incorrectly; expected at least 8 spaces, found 5
(#3185) Variable "BoxBorderG" must be all lower-case
(#3185) Spaces must be used for alignment; tabs are not allowed
(#3185) Tab found within whitespace
(#3185) Variable "Format" must be all lower-case
(#3185) Variable "Format" must be all lower-case
(#3186) Line indented incorrectly; expected at least 8 spaces, found 5
(#3186) Variable "BoxBorderB" must be all lower-case
(#3186) Spaces must be used for alignment; tabs are not allowed
(#3186) Tab found within whitespace
(#3186) Variable "Format" must be all lower-case
(#3186) Variable "Format" must be all lower-case
(#3187) Line indented incorrectly; expected at least 8 spaces, found 5
(#3187) Variable "BoxBorderAlpha" must be all lower-case
(#3187) Spaces must be used for alignment; tabs are not allowed
(#3187) Tab found within whitespace
(#3187) Variable "Format" must be all lower-case
(#3187) Variable "Format" must be all lower-case
(#3189) Line indented incorrectly; expected at least 8 spaces, found 5
(#3189) Variable "CaptionSettings" must be all lower-case
(#3189) Expected 1 space before "=>"; 0 found
(#3189) Expected 1 space after "=>"; 0 found
(#3189) Variable "DrawBox" must be all lower-case
(#3189) Commas (,) must be followed by white space.
(#3189) Expected 1 space before "=>"; 0 found
(#3189) Expected 1 space after "=>"; 0 found
(#3189) Variable "DrawBoxBorder" must be all lower-case
(#3189) Commas (,) must be followed by white space.
(#3189) Expected 1 space before "=>"; 0 found
(#3189) Expected 1 space after "=>"; 0 found
(#3189) Variable "BorderOffset" must be all lower-case
(#3189) Commas (,) must be followed by white space.
(#3189) Expected 1 space before "=>"; 0 found
(#3189) Expected 1 space after "=>"; 0 found
(#3189) Variable "BoxRounded" must be all lower-case
(#3189) Commas (,) must be followed by white space.
(#3189) Expected 1 space before "=>"; 0 found
(#3189) Expected 1 space after "=>"; 0 found
(#3189) Variable "RoundedRadius" must be all lower-case
(#3189) Line exceeds 132 characters; contains 170 characters
(#3190) Expected 1 space before "=>"; 0 found
(#3190) Expected 1 space after "=>"; 0 found
(#3190) Variable "BoxR" must be all lower-case
(#3190) Commas (,) must be followed by white space.
(#3190) Expected 1 space before "=>"; 0 found
(#3190) Expected 1 space after "=>"; 0 found
(#3190) Variable "BoxG" must be all lower-case
(#3190) Commas (,) must be followed by white space.
(#3190) Expected 1 space before "=>"; 0 found
(#3190) Expected 1 space after "=>"; 0 found
(#3190) Variable "BoxB" must be all lower-case
(#3190) Commas (,) must be followed by white space.
(#3190) Expected 1 space before "=>"; 0 found
(#3190) Expected 1 space after "=>"; 0 found
(#3190) Variable "BoxAlpha" must be all lower-case
(#3190) Commas (,) must be followed by white space.
(#3190) Expected 1 space before "=>"; 0 found
(#3190) Expected 1 space after "=>"; 0 found
(#3190) Variable "BoxSurrounding" must be all lower-case
(#3191) Expected 1 space before "=>"; 0 found
(#3191) Expected 1 space after "=>"; 0 found
(#3191) Variable "BoxBorderR" must be all lower-case
(#3191) Commas (,) must be followed by white space.
(#3191) Expected 1 space before "=>"; 0 found
(#3191) Expected 1 space after "=>"; 0 found
(#3191) Variable "BoxBorderG" must be all lower-case
(#3191) Commas (,) must be followed by white space.
(#3191) Expected 1 space before "=>"; 0 found
(#3191) Expected 1 space after "=>"; 0 found
(#3191) Variable "BoxBorderB" must be all lower-case
(#3191) Commas (,) must be followed by white space.
(#3191) Expected 1 space before "=>"; 0 found
(#3191) Expected 1 space after "=>"; 0 found
(#3191) Variable "BoxBorderAlpha" must be all lower-case
(#3191) Line exceeds 132 characters; contains 143 characters
(#3193) Line indented incorrectly; expected at least 9 spaces, found 5
(#3193) Variable "XMargin" must be all lower-case
(#3193) Commas (,) must be followed by white space.
(#3193) Variable "XDivs" must be all lower-case
(#3195) Line indented incorrectly; expected at least 9 spaces, found 5
(#3195) Variable "Data" must be all lower-case
(#3196) Line indented incorrectly; expected 9 spaces, found 5
(#3196) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3196) Variable "Data" must be all lower-case
(#3196) Variable "SerieName" must be all lower-case
(#3196) Variable "Serie" must be all lower-case
(#3197) Line indented incorrectly; expected at least 9 spaces, found 6
(#3198) Line indented incorrectly; expected 13 spaces, found 7
(#3198) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3198) Variable "Serie" must be all lower-case
(#3198) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3198) Variable "SerieName" must be all lower-case
(#3198) Variable "Data" must be all lower-case
(#3198) Variable "ExcludedSeries" must be all lower-case
(#3198) Variable "SerieName" must be all lower-case
(#3199) Line indented incorrectly; expected at least 13 spaces, found 8
(#3200) Line indented incorrectly; expected at least 17 spaces, found 9
(#3200) Variable "R" must be all lower-case
(#3200) Variable "Serie" must be all lower-case
(#3200) Variable "G" must be all lower-case
(#3200) Variable "Serie" must be all lower-case
(#3200) Variable "B" must be all lower-case
(#3200) Variable "Serie" must be all lower-case
(#3200) Variable "Alpha" must be all lower-case
(#3200) Variable "Serie" must be all lower-case
(#3200) Variable "Ticks" must be all lower-case
(#3200) Variable "Serie" must be all lower-case
(#3200) Line exceeds 132 characters; contains 150 characters
(#3201) Line indented incorrectly; expected 17 spaces, found 9
(#3201) Expected "if (...) {\n"; found "if (...) { "
(#3201) Variable "DisplayColor" must be all lower-case
(#3201) Variable "DisplayR" must be all lower-case
(#3201) Variable "R" must be all lower-case
(#3201) Variable "DisplayG" must be all lower-case
(#3201) Variable "G" must be all lower-case
(#3201) Variable "DisplayB" must be all lower-case
(#3201) Variable "B" must be all lower-case
(#3201) Closing brace must be on a line by itself
(#3203) Line indented incorrectly; expected at least 17 spaces, found 9
(#3203) Variable "MinValue" must be all lower-case
(#3203) Variable "SerieName" must be all lower-case
(#3204) Line indented incorrectly; expected at least 17 spaces, found 9
(#3204) Variable "MaxValue" must be all lower-case
(#3204) Variable "SerieName" must be all lower-case
(#3206) Line indented incorrectly; expected at least 17 spaces, found 9
(#3206) Variable "MinPos" must be all lower-case
(#3206) Variable "MaxPos" must be all lower-case
(#3207) Line indented incorrectly; expected 17 spaces, found 9
(#3207) Expected "foreach (...) {\n"; found "foreach(...)\n { \n"
(#3207) Variable "Serie" must be all lower-case
(#3207) Variable "Key" must be all lower-case
(#3207) Variable "Value" must be all lower-case
(#3208) Line indented incorrectly; expected at least 17 spaces, found 10
(#3208) Whitespace found at end of line
(#3209) Line indented incorrectly; expected 21 spaces, found 11
(#3209) Expected "if (...) {\n"; found "if (...) { "
(#3209) Variable "Value" must be all lower-case
(#3209) Variable "MinValue" must be all lower-case
(#3209) Variable "MinPos" must be all lower-case
(#3209) Variable "MinPos" must be all lower-case
(#3209) Variable "Key" must be all lower-case
(#3209) Closing brace must be on a line by itself
(#3210) Line indented incorrectly; expected 21 spaces, found 11
(#3210) Expected "if (...) {\n"; found "if (...) { "
(#3210) Variable "Value" must be all lower-case
(#3210) Variable "MaxValue" must be all lower-case
(#3210) Variable "MaxPos" must be all lower-case
(#3210) Variable "Key" must be all lower-case
(#3210) Closing brace must be on a line by itself
(#3211) Line indented incorrectly; expected 20 spaces, found 10
(#3211) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3213) Line indented incorrectly; expected at least 20 spaces, found 9
(#3213) Variable "AxisID" must be all lower-case
(#3213) Spaces must be used for alignment; tabs are not allowed
(#3213) Tab found within whitespace
(#3213) Variable "Serie" must be all lower-case
(#3214) Line indented incorrectly; expected at least 20 spaces, found 9
(#3214) Variable "Mode" must be all lower-case
(#3214) Spaces must be used for alignment; tabs are not allowed
(#3214) Tab found within whitespace
(#3214) Variable "Data" must be all lower-case
(#3214) Variable "AxisID" must be all lower-case
(#3215) Line indented incorrectly; expected at least 20 spaces, found 9
(#3215) Variable "Format" must be all lower-case
(#3215) Spaces must be used for alignment; tabs are not allowed
(#3215) Tab found within whitespace
(#3215) Variable "Data" must be all lower-case
(#3215) Variable "AxisID" must be all lower-case
(#3216) Line indented incorrectly; expected at least 20 spaces, found 9
(#3216) Variable "Unit" must be all lower-case
(#3216) Spaces must be used for alignment; tabs are not allowed
(#3216) Tab found within whitespace
(#3216) Variable "Data" must be all lower-case
(#3216) Variable "AxisID" must be all lower-case
(#3218) Line indented incorrectly; expected at least 20 spaces, found 9
(#3218) Variable "PosArray" must be all lower-case
(#3218) Variable "Serie" must be all lower-case
(#3218) Commas (,) must be followed by white space.
(#3218) Expected 1 space before "=>"; 0 found
(#3218) Expected 1 space after "=>"; 0 found
(#3218) Variable "Serie" must be all lower-case
(#3220) Line indented incorrectly; expected 20 spaces, found 9
(#3220) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3220) Variable "Data" must be all lower-case
(#3221) Line indented incorrectly; expected at least 20 spaces, found 10
(#3222) Line indented incorrectly; expected at least 24 spaces, found 11
(#3222) Variable "XStep" must be all lower-case
(#3222) Expected 1 space before "-"; 0 found
(#3222) Expected 1 space after "-"; 0 found
(#3222) Expected 1 space before "-"; 0 found
(#3222) Expected 1 space after "-"; 0 found
(#3222) Variable "XMargin" must be all lower-case
(#3222) Expected 1 space before "*"; 0 found
(#3222) Expected 1 space after "*"; 0 found
(#3222) Expected 1 space before "/"; 0 found
(#3222) Expected 1 space after "/"; 0 found
(#3222) Variable "XDivs" must be all lower-case
(#3223) Line indented incorrectly; expected at least 24 spaces, found 11
(#3223) Variable "X" must be all lower-case
(#3223) Variable "XMargin" must be all lower-case
(#3224) Line indented incorrectly; expected at least 24 spaces, found 11
(#3224) Variable "SerieOffset" must be all lower-case
(#3224) Variable "Serie" must be all lower-case
(#3224) Variable "Serie" must be all lower-case
(#3226) Line indented incorrectly; expected 24 spaces, found 11
(#3226) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3226) Variable "Type" must be all lower-case
(#3226) Variable "Type" must be all lower-case
(#3227) Line indented incorrectly; expected at least 24 spaces, found 12
(#3228) Line indented incorrectly; expected 28 spaces, found 13
(#3228) Expected "if (...) {\n"; found "if (...) { "
(#3228) Variable "MaxLabelPos" must be all lower-case
(#3228) Variable "MaxLabelPos" must be all lower-case
(#3228) Expected 1 space after "=="; 2 found
(#3228) Variable "MaxValue" must be all lower-case
(#3228) Variable "YPos" must be all lower-case
(#3228) Variable "PosArray" must be all lower-case
(#3228) Variable "MaxPos" must be all lower-case
(#3228) Variable "DisplayOffset" must be all lower-case
(#3228) Variable "Align" must be all lower-case
(#3228) Line exceeds maximum limit of 180 characters; contains 208 characters
(#3228) Closing brace must be on a line by itself
(#3229) Line indented incorrectly; expected 28 spaces, found 13
(#3229) Expected "if (...) {\n"; found "if (...) { "
(#3229) Variable "MaxLabelPos" must be all lower-case
(#3229) Variable "MaxLabelPos" must be all lower-case
(#3229) Expected 1 space after "=="; 2 found
(#3229) Variable "MaxValue" must be all lower-case
(#3229) Variable "YPos" must be all lower-case
(#3229) Variable "PosArray" must be all lower-case
(#3229) Variable "MaxPos" must be all lower-case
(#3229) Variable "DisplayOffset" must be all lower-case
(#3229) Variable "Align" must be all lower-case
(#3229) Line exceeds maximum limit of 180 characters; contains 204 characters
(#3229) Closing brace must be on a line by itself
(#3231) Line indented incorrectly; expected at least 28 spaces, found 13
(#3231) Variable "XPos" must be all lower-case
(#3231) Variable "X" must be all lower-case
(#3231) Variable "MaxPos" must be all lower-case
(#3231) Expected 1 space before "*"; 0 found
(#3231) Expected 1 space after "*"; 0 found
(#3231) Variable "XStep" must be all lower-case
(#3231) Variable "SerieOffset" must be all lower-case
(#3232) Line indented incorrectly; expected at least 28 spaces, found 13
(#3232) Variable "Label" must be all lower-case
(#3232) Variable "MaxLabelTxt" must be all lower-case
(#3232) Variable "MaxValue" must be all lower-case
(#3232) Commas (,) must be followed by white space.
(#3232) Variable "Decimals" must be all lower-case
(#3232) Commas (,) must be followed by white space.
(#3232) Variable "Mode" must be all lower-case
(#3232) Commas (,) must be followed by white space.
(#3232) Variable "Format" must be all lower-case
(#3232) Commas (,) must be followed by white space.
(#3232) Variable "Unit" must be all lower-case
(#3234) Line indented incorrectly; expected at least 28 spaces, found 13
(#3234) Variable "TxtPos" must be all lower-case
(#3234) Variable "XPos" must be all lower-case
(#3234) Commas (,) must be followed by white space.
(#3234) Variable "YPos" must be all lower-case
(#3234) Commas (,) must be followed by white space.
(#3234) Commas (,) must be followed by white space.
(#3234) Commas (,) must be followed by white space.
(#3234) Commas (,) must be followed by white space.
(#3234) Variable "Label" must be all lower-case
(#3235) Line indented incorrectly; expected at least 28 spaces, found 13
(#3235) Variable "XOffset" must be all lower-case
(#3235) Variable "YOffset" must be all lower-case
(#3236) Line indented incorrectly; expected 28 spaces, found 13
(#3236) Expected "if (...) {\n"; found "if (...) { "
(#3236) Variable "TxtPos" must be all lower-case
(#3236) Variable "XOffset" must be all lower-case
(#3236) Variable "TxtPos" must be all lower-case
(#3236) Expected 1 space before "/"; 0 found
(#3236) Expected 1 space after "/"; 0 found
(#3236) Closing brace must be on a line by itself
(#3237) Line indented incorrectly; expected 28 spaces, found 13
(#3237) Expected "if (...) {\n"; found "if (...) { "
(#3237) Variable "TxtPos" must be all lower-case
(#3237) Variable "XOffset" must be all lower-case
(#3237) Variable "TxtPos" must be all lower-case
(#3237) Expected 1 space before "/"; 0 found
(#3237) Expected 1 space after "/"; 0 found
(#3237) Closing brace must be on a line by itself
(#3238) Line indented incorrectly; expected 28 spaces, found 13
(#3238) Expected "if (...) {\n"; found "if (...) { "
(#3238) Variable "TxtPos" must be all lower-case
(#3238) Variable "YOffset" must be all lower-case
(#3238) Variable "TxtPos" must be all lower-case
(#3238) Closing brace must be on a line by itself
(#3239) Line indented incorrectly; expected 28 spaces, found 13
(#3239) Expected "if (...) {\n"; found "if (...) { "
(#3239) Variable "TxtPos" must be all lower-case
(#3239) Variable "YOffset" must be all lower-case
(#3239) Variable "TxtPos" must be all lower-case
(#3239) Closing brace must be on a line by itself
(#3241) Line indented incorrectly; expected at least 28 spaces, found 13
(#3241) Variable "CaptionSettings" must be all lower-case
(#3241) Variable "MaxDisplayR" must be all lower-case
(#3241) Variable "CaptionSettings" must be all lower-case
(#3241) Variable "MaxDisplayG" must be all lower-case
(#3242) Line indented incorrectly; expected at least 28 spaces, found 13
(#3242) Variable "CaptionSettings" must be all lower-case
(#3242) Variable "MaxDisplayB" must be all lower-case
(#3242) Variable "CaptionSettings" must be all lower-case
(#3242) Variable "Align" must be all lower-case
(#3244) Line indented incorrectly; expected at least 28 spaces, found 13
(#3244) Variable "XPos" must be all lower-case
(#3244) Expected 1 space before "+"; 0 found
(#3244) Expected 1 space after "+"; 0 found
(#3244) Variable "XOffset" must be all lower-case
(#3244) Commas (,) must be followed by white space.
(#3244) Variable "YPos" must be all lower-case
(#3244) Expected 1 space before "+"; 0 found
(#3244) Expected 1 space after "+"; 0 found
(#3244) Variable "YOffset" must be all lower-case
(#3244) Commas (,) must be followed by white space.
(#3244) Variable "Label" must be all lower-case
(#3244) Commas (,) must be followed by white space.
(#3244) Variable "CaptionSettings" must be all lower-case
(#3245) Line indented incorrectly; expected 24 spaces, found 12
(#3245) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3247) Line indented incorrectly; expected 24 spaces, found 11
(#3247) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3247) Variable "Type" must be all lower-case
(#3247) Variable "Type" must be all lower-case
(#3248) Line indented incorrectly; expected at least 24 spaces, found 12
(#3249) Line indented incorrectly; expected 28 spaces, found 13
(#3249) Expected "if (...) {\n"; found "if (...) { "
(#3249) Variable "MinLabelPos" must be all lower-case
(#3249) Variable "MinLabelPos" must be all lower-case
(#3249) Expected 1 space after "=="; 2 found
(#3249) Variable "MinValue" must be all lower-case
(#3249) Variable "YPos" must be all lower-case
(#3249) Variable "PosArray" must be all lower-case
(#3249) Variable "MinPos" must be all lower-case
(#3249) Variable "DisplayOffset" must be all lower-case
(#3249) Variable "Align" must be all lower-case
(#3249) Line exceeds maximum limit of 180 characters; contains 208 characters
(#3249) Closing brace must be on a line by itself
(#3250) Line indented incorrectly; expected 28 spaces, found 13
(#3250) Expected "if (...) {\n"; found "if (...) { "
(#3250) Variable "MinLabelPos" must be all lower-case
(#3250) Variable "MinLabelPos" must be all lower-case
(#3250) Expected 1 space after "=="; 2 found
(#3250) Variable "MinValue" must be all lower-case
(#3250) Variable "YPos" must be all lower-case
(#3250) Variable "PosArray" must be all lower-case
(#3250) Variable "MinPos" must be all lower-case
(#3250) Variable "DisplayOffset" must be all lower-case
(#3250) Variable "Align" must be all lower-case
(#3250) Line exceeds maximum limit of 180 characters; contains 204 characters
(#3250) Closing brace must be on a line by itself
(#3252) Line indented incorrectly; expected at least 28 spaces, found 13
(#3252) Variable "XPos" must be all lower-case
(#3252) Variable "X" must be all lower-case
(#3252) Variable "MinPos" must be all lower-case
(#3252) Expected 1 space before "*"; 0 found
(#3252) Expected 1 space after "*"; 0 found
(#3252) Variable "XStep" must be all lower-case
(#3252) Variable "SerieOffset" must be all lower-case
(#3253) Line indented incorrectly; expected at least 28 spaces, found 13
(#3253) Variable "Label" must be all lower-case
(#3253) Variable "MinLabelTxt" must be all lower-case
(#3253) Variable "MinValue" must be all lower-case
(#3253) Commas (,) must be followed by white space.
(#3253) Variable "Decimals" must be all lower-case
(#3253) Commas (,) must be followed by white space.
(#3253) Variable "Mode" must be all lower-case
(#3253) Commas (,) must be followed by white space.
(#3253) Variable "Format" must be all lower-case
(#3253) Commas (,) must be followed by white space.
(#3253) Variable "Unit" must be all lower-case
(#3255) Line indented incorrectly; expected at least 28 spaces, found 13
(#3255) Variable "TxtPos" must be all lower-case
(#3255) Variable "XPos" must be all lower-case
(#3255) Commas (,) must be followed by white space.
(#3255) Variable "YPos" must be all lower-case
(#3255) Commas (,) must be followed by white space.
(#3255) Commas (,) must be followed by white space.
(#3255) Commas (,) must be followed by white space.
(#3255) Commas (,) must be followed by white space.
(#3255) Variable "Label" must be all lower-case
(#3256) Line indented incorrectly; expected at least 28 spaces, found 13
(#3256) Variable "XOffset" must be all lower-case
(#3256) Variable "YOffset" must be all lower-case
(#3257) Line indented incorrectly; expected 28 spaces, found 13
(#3257) Expected "if (...) {\n"; found "if (...) { "
(#3257) Variable "TxtPos" must be all lower-case
(#3257) Variable "XOffset" must be all lower-case
(#3257) Variable "TxtPos" must be all lower-case
(#3257) Expected 1 space before "/"; 0 found
(#3257) Expected 1 space after "/"; 0 found
(#3257) Closing brace must be on a line by itself
(#3258) Line indented incorrectly; expected 28 spaces, found 13
(#3258) Expected "if (...) {\n"; found "if (...) { "
(#3258) Variable "TxtPos" must be all lower-case
(#3258) Variable "XOffset" must be all lower-case
(#3258) Variable "TxtPos" must be all lower-case
(#3258) Expected 1 space before "/"; 0 found
(#3258) Expected 1 space after "/"; 0 found
(#3258) Closing brace must be on a line by itself
(#3259) Line indented incorrectly; expected 28 spaces, found 13
(#3259) Expected "if (...) {\n"; found "if (...) { "
(#3259) Variable "TxtPos" must be all lower-case
(#3259) Variable "YOffset" must be all lower-case
(#3259) Variable "TxtPos" must be all lower-case
(#3259) Closing brace must be on a line by itself
(#3260) Line indented incorrectly; expected 28 spaces, found 13
(#3260) Expected "if (...) {\n"; found "if (...) { "
(#3260) Variable "TxtPos" must be all lower-case
(#3260) Variable "YOffset" must be all lower-case
(#3260) Variable "TxtPos" must be all lower-case
(#3260) Closing brace must be on a line by itself
(#3262) Line indented incorrectly; expected at least 28 spaces, found 13
(#3262) Variable "CaptionSettings" must be all lower-case
(#3262) Variable "MinDisplayR" must be all lower-case
(#3262) Variable "CaptionSettings" must be all lower-case
(#3262) Variable "MinDisplayG" must be all lower-case
(#3263) Line indented incorrectly; expected at least 28 spaces, found 13
(#3263) Variable "CaptionSettings" must be all lower-case
(#3263) Variable "MinDisplayB" must be all lower-case
(#3263) Variable "CaptionSettings" must be all lower-case
(#3263) Variable "Align" must be all lower-case
(#3265) Line indented incorrectly; expected at least 28 spaces, found 13
(#3265) Variable "XPos" must be all lower-case
(#3265) Expected 1 space before "+"; 0 found
(#3265) Expected 1 space after "+"; 0 found
(#3265) Variable "XOffset" must be all lower-case
(#3265) Commas (,) must be followed by white space.
(#3265) Variable "YPos" must be all lower-case
(#3265) Expected 1 space before "-"; 0 found
(#3265) Expected 1 space after "-"; 0 found
(#3265) Variable "DisplayOffset" must be all lower-case
(#3265) Expected 1 space before "+"; 0 found
(#3265) Expected 1 space after "+"; 0 found
(#3265) Variable "YOffset" must be all lower-case
(#3265) Commas (,) must be followed by white space.
(#3265) Variable "Label" must be all lower-case
(#3265) Commas (,) must be followed by white space.
(#3265) Variable "CaptionSettings" must be all lower-case
(#3266) Line indented incorrectly; expected 24 spaces, found 12
(#3266) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3267) Line indented incorrectly; expected 20 spaces, found 10
(#3267) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3268) Line indented incorrectly; expected 20 spaces, found 9
(#3268) Expected "} else {\n"; found "}\n else\n {\n"
(#3269) Line indented incorrectly; expected at least 20 spaces, found 10
(#3270) Line indented incorrectly; expected at least 24 spaces, found 11
(#3270) Variable "XStep" must be all lower-case
(#3270) Expected 1 space before "-"; 0 found
(#3270) Expected 1 space after "-"; 0 found
(#3270) Expected 1 space before "-"; 0 found
(#3270) Expected 1 space after "-"; 0 found
(#3270) Variable "XMargin" must be all lower-case
(#3270) Expected 1 space before "*"; 0 found
(#3270) Expected 1 space after "*"; 0 found
(#3270) Expected 1 space before "/"; 0 found
(#3270) Expected 1 space after "/"; 0 found
(#3270) Variable "XDivs" must be all lower-case
(#3271) Line indented incorrectly; expected at least 24 spaces, found 11
(#3271) Variable "X" must be all lower-case
(#3271) Variable "XMargin" must be all lower-case
(#3272) Line indented incorrectly; expected at least 24 spaces, found 11
(#3272) Variable "SerieOffset" must be all lower-case
(#3272) Variable "Serie" must be all lower-case
(#3272) Variable "Serie" must be all lower-case
(#3274) Line indented incorrectly; expected 24 spaces, found 11
(#3274) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3274) Variable "Type" must be all lower-case
(#3274) Variable "Type" must be all lower-case
(#3275) Line indented incorrectly; expected at least 24 spaces, found 12
(#3276) Line indented incorrectly; expected 28 spaces, found 13
(#3276) Expected "if (...) {\n"; found "if (...) { "
(#3276) Variable "MaxLabelPos" must be all lower-case
(#3276) Variable "MaxLabelPos" must be all lower-case
(#3276) Expected 1 space after "=="; 2 found
(#3276) Variable "MaxValue" must be all lower-case
(#3276) Variable "YPos" must be all lower-case
(#3276) Variable "PosArray" must be all lower-case
(#3276) Variable "MaxPos" must be all lower-case
(#3276) Variable "DisplayOffset" must be all lower-case
(#3276) Variable "Align" must be all lower-case
(#3276) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3276) Closing brace must be on a line by itself
(#3277) Line indented incorrectly; expected 28 spaces, found 13
(#3277) Expected "if (...) {\n"; found "if (...) { "
(#3277) Variable "MaxLabelPos" must be all lower-case
(#3277) Variable "MaxLabelPos" must be all lower-case
(#3277) Expected 1 space after "=="; 2 found
(#3277) Variable "MaxValue" must be all lower-case
(#3277) Variable "YPos" must be all lower-case
(#3277) Variable "PosArray" must be all lower-case
(#3277) Variable "MaxPos" must be all lower-case
(#3277) Variable "DisplayOffset" must be all lower-case
(#3277) Variable "Align" must be all lower-case
(#3277) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3277) Closing brace must be on a line by itself
(#3279) Line indented incorrectly; expected at least 28 spaces, found 13
(#3279) Variable "XPos" must be all lower-case
(#3279) Variable "X" must be all lower-case
(#3279) Variable "MaxPos" must be all lower-case
(#3279) Expected 1 space before "*"; 0 found
(#3279) Expected 1 space after "*"; 0 found
(#3279) Variable "XStep" must be all lower-case
(#3279) Variable "SerieOffset" must be all lower-case
(#3280) Line indented incorrectly; expected at least 28 spaces, found 13
(#3280) Variable "Label" must be all lower-case
(#3280) Variable "MaxLabelTxt" must be all lower-case
(#3280) Variable "MaxValue" must be all lower-case
(#3280) Commas (,) must be followed by white space.
(#3280) Variable "Mode" must be all lower-case
(#3280) Commas (,) must be followed by white space.
(#3280) Variable "Format" must be all lower-case
(#3280) Commas (,) must be followed by white space.
(#3280) Variable "Unit" must be all lower-case
(#3282) Line indented incorrectly; expected at least 28 spaces, found 13
(#3282) Variable "TxtPos" must be all lower-case
(#3282) Variable "YPos" must be all lower-case
(#3282) Commas (,) must be followed by white space.
(#3282) Variable "XPos" must be all lower-case
(#3282) Commas (,) must be followed by white space.
(#3282) Commas (,) must be followed by white space.
(#3282) Commas (,) must be followed by white space.
(#3282) Commas (,) must be followed by white space.
(#3282) Variable "Label" must be all lower-case
(#3283) Line indented incorrectly; expected at least 28 spaces, found 13
(#3283) Variable "XOffset" must be all lower-case
(#3283) Variable "YOffset" must be all lower-case
(#3284) Line indented incorrectly; expected 28 spaces, found 13
(#3284) Expected "if (...) {\n"; found "if (...) { "
(#3284) Variable "TxtPos" must be all lower-case
(#3284) Variable "XOffset" must be all lower-case
(#3284) Variable "TxtPos" must be all lower-case
(#3284) Closing brace must be on a line by itself
(#3285) Line indented incorrectly; expected 28 spaces, found 13
(#3285) Expected "if (...) {\n"; found "if (...) { "
(#3285) Variable "TxtPos" must be all lower-case
(#3285) Variable "XOffset" must be all lower-case
(#3285) Variable "TxtPos" must be all lower-case
(#3285) Closing brace must be on a line by itself
(#3286) Line indented incorrectly; expected 28 spaces, found 13
(#3286) Expected "if (...) {\n"; found "if (...) { "
(#3286) Variable "TxtPos" must be all lower-case
(#3286) Variable "YOffset" must be all lower-case
(#3286) Variable "TxtPos" must be all lower-case
(#3286) Expected 1 space before "/"; 0 found
(#3286) Expected 1 space after "/"; 0 found
(#3286) Closing brace must be on a line by itself
(#3287) Line indented incorrectly; expected 28 spaces, found 13
(#3287) Expected "if (...) {\n"; found "if (...) { "
(#3287) Variable "TxtPos" must be all lower-case
(#3287) Variable "YOffset" must be all lower-case
(#3287) Variable "TxtPos" must be all lower-case
(#3287) Expected 1 space before "/"; 0 found
(#3287) Expected 1 space after "/"; 0 found
(#3287) Closing brace must be on a line by itself
(#3289) Line indented incorrectly; expected at least 28 spaces, found 13
(#3289) Variable "CaptionSettings" must be all lower-case
(#3289) Variable "MaxDisplayR" must be all lower-case
(#3289) Variable "CaptionSettings" must be all lower-case
(#3289) Variable "MaxDisplayG" must be all lower-case
(#3290) Line indented incorrectly; expected at least 28 spaces, found 13
(#3290) Variable "CaptionSettings" must be all lower-case
(#3290) Variable "MaxDisplayB" must be all lower-case
(#3290) Variable "CaptionSettings" must be all lower-case
(#3290) Variable "Align" must be all lower-case
(#3292) Line indented incorrectly; expected at least 28 spaces, found 13
(#3292) Variable "YPos" must be all lower-case
(#3292) Expected 1 space before "+"; 0 found
(#3292) Expected 1 space after "+"; 0 found
(#3292) Variable "XOffset" must be all lower-case
(#3292) Commas (,) must be followed by white space.
(#3292) Variable "XPos" must be all lower-case
(#3292) Expected 1 space before "+"; 0 found
(#3292) Expected 1 space after "+"; 0 found
(#3292) Variable "YOffset" must be all lower-case
(#3292) Commas (,) must be followed by white space.
(#3292) Variable "Label" must be all lower-case
(#3292) Commas (,) must be followed by white space.
(#3292) Variable "CaptionSettings" must be all lower-case
(#3293) Line indented incorrectly; expected 24 spaces, found 12
(#3293) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3295) Line indented incorrectly; expected 24 spaces, found 11
(#3295) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3295) Variable "Type" must be all lower-case
(#3295) Variable "Type" must be all lower-case
(#3296) Line indented incorrectly; expected at least 24 spaces, found 12
(#3297) Line indented incorrectly; expected 28 spaces, found 13
(#3297) Expected "if (...) {\n"; found "if (...) { "
(#3297) Variable "MinLabelPos" must be all lower-case
(#3297) Variable "MinLabelPos" must be all lower-case
(#3297) Expected 1 space after "=="; 2 found
(#3297) Variable "MinValue" must be all lower-case
(#3297) Variable "YPos" must be all lower-case
(#3297) Variable "PosArray" must be all lower-case
(#3297) Variable "MinPos" must be all lower-case
(#3297) Variable "DisplayOffset" must be all lower-case
(#3297) Variable "Align" must be all lower-case
(#3297) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3297) Closing brace must be on a line by itself
(#3298) Line indented incorrectly; expected 28 spaces, found 13
(#3298) Expected "if (...) {\n"; found "if (...) { "
(#3298) Variable "MinLabelPos" must be all lower-case
(#3298) Variable "MinLabelPos" must be all lower-case
(#3298) Expected 1 space after "=="; 2 found
(#3298) Variable "MinValue" must be all lower-case
(#3298) Variable "YPos" must be all lower-case
(#3298) Variable "PosArray" must be all lower-case
(#3298) Variable "MinPos" must be all lower-case
(#3298) Variable "DisplayOffset" must be all lower-case
(#3298) Variable "Align" must be all lower-case
(#3298) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3298) Closing brace must be on a line by itself
(#3300) Line indented incorrectly; expected at least 28 spaces, found 13
(#3300) Variable "XPos" must be all lower-case
(#3300) Variable "X" must be all lower-case
(#3300) Variable "MinPos" must be all lower-case
(#3300) Expected 1 space before "*"; 0 found
(#3300) Expected 1 space after "*"; 0 found
(#3300) Variable "XStep" must be all lower-case
(#3300) Variable "SerieOffset" must be all lower-case
(#3301) Line indented incorrectly; expected at least 28 spaces, found 13
(#3301) Variable "Label" must be all lower-case
(#3301) Variable "MinLabelTxt" must be all lower-case
(#3301) Variable "MinValue" must be all lower-case
(#3301) Commas (,) must be followed by white space.
(#3301) Variable "Mode" must be all lower-case
(#3301) Commas (,) must be followed by white space.
(#3301) Variable "Format" must be all lower-case
(#3301) Commas (,) must be followed by white space.
(#3301) Variable "Unit" must be all lower-case
(#3303) Line indented incorrectly; expected at least 28 spaces, found 13
(#3303) Variable "TxtPos" must be all lower-case
(#3303) Variable "YPos" must be all lower-case
(#3303) Commas (,) must be followed by white space.
(#3303) Variable "XPos" must be all lower-case
(#3303) Commas (,) must be followed by white space.
(#3303) Commas (,) must be followed by white space.
(#3303) Commas (,) must be followed by white space.
(#3303) Commas (,) must be followed by white space.
(#3303) Variable "Label" must be all lower-case
(#3304) Line indented incorrectly; expected at least 28 spaces, found 13
(#3304) Variable "XOffset" must be all lower-case
(#3304) Variable "YOffset" must be all lower-case
(#3305) Line indented incorrectly; expected 28 spaces, found 13
(#3305) Expected "if (...) {\n"; found "if (...) { "
(#3305) Variable "TxtPos" must be all lower-case
(#3305) Variable "XOffset" must be all lower-case
(#3305) Variable "TxtPos" must be all lower-case
(#3305) Closing brace must be on a line by itself
(#3306) Line indented incorrectly; expected 28 spaces, found 13
(#3306) Expected "if (...) {\n"; found "if (...) { "
(#3306) Variable "TxtPos" must be all lower-case
(#3306) Variable "XOffset" must be all lower-case
(#3306) Variable "TxtPos" must be all lower-case
(#3306) Closing brace must be on a line by itself
(#3307) Line indented incorrectly; expected 28 spaces, found 13
(#3307) Expected "if (...) {\n"; found "if (...) { "
(#3307) Variable "TxtPos" must be all lower-case
(#3307) Variable "YOffset" must be all lower-case
(#3307) Variable "TxtPos" must be all lower-case
(#3307) Expected 1 space before "/"; 0 found
(#3307) Expected 1 space after "/"; 0 found
(#3307) Closing brace must be on a line by itself
(#3308) Line indented incorrectly; expected 28 spaces, found 13
(#3308) Expected "if (...) {\n"; found "if (...) { "
(#3308) Variable "TxtPos" must be all lower-case
(#3308) Variable "YOffset" must be all lower-case
(#3308) Variable "TxtPos" must be all lower-case
(#3308) Expected 1 space before "/"; 0 found
(#3308) Expected 1 space after "/"; 0 found
(#3308) Closing brace must be on a line by itself
(#3310) Line indented incorrectly; expected at least 28 spaces, found 13
(#3310) Variable "CaptionSettings" must be all lower-case
(#3310) Variable "MinDisplayR" must be all lower-case
(#3310) Variable "CaptionSettings" must be all lower-case
(#3310) Variable "MinDisplayG" must be all lower-case
(#3311) Line indented incorrectly; expected at least 28 spaces, found 13
(#3311) Variable "CaptionSettings" must be all lower-case
(#3311) Variable "MinDisplayB" must be all lower-case
(#3311) Variable "CaptionSettings" must be all lower-case
(#3311) Variable "Align" must be all lower-case
(#3313) Line indented incorrectly; expected at least 28 spaces, found 13
(#3313) Variable "YPos" must be all lower-case
(#3313) Expected 1 space before "+"; 0 found
(#3313) Expected 1 space after "+"; 0 found
(#3313) Variable "XOffset" must be all lower-case
(#3313) Commas (,) must be followed by white space.
(#3313) Variable "XPos" must be all lower-case
(#3313) Expected 1 space before "+"; 0 found
(#3313) Expected 1 space after "+"; 0 found
(#3313) Variable "YOffset" must be all lower-case
(#3313) Commas (,) must be followed by white space.
(#3313) Variable "Label" must be all lower-case
(#3313) Commas (,) must be followed by white space.
(#3313) Variable "CaptionSettings" must be all lower-case
(#3314) Line indented incorrectly; expected 24 spaces, found 12
(#3314) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3315) Line indented incorrectly; expected 20 spaces, found 10
(#3315) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3316) Line indented incorrectly; expected 16 spaces, found 8
(#3316) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3317) Line indented incorrectly; expected 12 spaces, found 6
(#3317) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3318) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3320) Line indented incorrectly; expected at least 4 spaces, found 3
(#3321) Line indented incorrectly; expected 4 spaces, found 3
(#3321) method name "pDraw::drawPlotChart" must be in lower-case letters only
(#3321) Visibility must be declared on method "drawPlotChart"
(#3321) Variable "Format" must be all lower-case
(#3321) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3322) Opening brace should be on the same line as the declaration
(#3323) Line indented incorrectly; expected at least 8 spaces, found 5
(#3323) Variable "PlotSize" must be all lower-case
(#3323) Spaces must be used for alignment; tabs are not allowed
(#3323) Tab found within whitespace
(#3323) Variable "Format" must be all lower-case
(#3323) Variable "Format" must be all lower-case
(#3323) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3324) Line indented incorrectly; expected at least 8 spaces, found 5
(#3324) Variable "PlotBorder" must be all lower-case
(#3324) Spaces must be used for alignment; tabs are not allowed
(#3324) Tab found within whitespace
(#3324) Variable "Format" must be all lower-case
(#3324) Variable "Format" must be all lower-case
(#3324) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3325) Line indented incorrectly; expected at least 8 spaces, found 5
(#3325) Variable "BorderR" must be all lower-case
(#3325) Spaces must be used for alignment; tabs are not allowed
(#3325) Tab found within whitespace
(#3325) Variable "Format" must be all lower-case
(#3325) Variable "Format" must be all lower-case
(#3326) Line indented incorrectly; expected at least 8 spaces, found 5
(#3326) Variable "BorderG" must be all lower-case
(#3326) Spaces must be used for alignment; tabs are not allowed
(#3326) Tab found within whitespace
(#3326) Variable "Format" must be all lower-case
(#3326) Variable "Format" must be all lower-case
(#3327) Line indented incorrectly; expected at least 8 spaces, found 5
(#3327) Variable "BorderB" must be all lower-case
(#3327) Spaces must be used for alignment; tabs are not allowed
(#3327) Tab found within whitespace
(#3327) Variable "Format" must be all lower-case
(#3327) Variable "Format" must be all lower-case
(#3328) Line indented incorrectly; expected at least 8 spaces, found 5
(#3328) Variable "BorderAlpha" must be all lower-case
(#3328) Spaces must be used for alignment; tabs are not allowed
(#3328) Tab found within whitespace
(#3328) Variable "Format" must be all lower-case
(#3328) Variable "Format" must be all lower-case
(#3329) Line indented incorrectly; expected at least 8 spaces, found 5
(#3329) Variable "BorderSize" must be all lower-case
(#3329) Spaces must be used for alignment; tabs are not allowed
(#3329) Tab found within whitespace
(#3329) Variable "Format" must be all lower-case
(#3329) Variable "Format" must be all lower-case
(#3330) Line indented incorrectly; expected at least 8 spaces, found 5
(#3330) Variable "Surrounding" must be all lower-case
(#3330) Spaces must be used for alignment; tabs are not allowed
(#3330) Tab found within whitespace
(#3330) Variable "Format" must be all lower-case
(#3330) Variable "Format" must be all lower-case
(#3330) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3331) Line indented incorrectly; expected at least 8 spaces, found 5
(#3331) Variable "DisplayValues" must be all lower-case
(#3331) Spaces must be used for alignment; tabs are not allowed
(#3331) Tab found within whitespace
(#3331) Variable "Format" must be all lower-case
(#3331) Variable "Format" must be all lower-case
(#3331) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3332) Line indented incorrectly; expected at least 8 spaces, found 5
(#3332) Variable "DisplayOffset" must be all lower-case
(#3332) Spaces must be used for alignment; tabs are not allowed
(#3332) Tab found within whitespace
(#3332) Variable "Format" must be all lower-case
(#3332) Variable "Format" must be all lower-case
(#3333) Line indented incorrectly; expected at least 8 spaces, found 5
(#3333) Variable "DisplayColor" must be all lower-case
(#3333) Spaces must be used for alignment; tabs are not allowed
(#3333) Tab found within whitespace
(#3333) Variable "Format" must be all lower-case
(#3333) Variable "Format" must be all lower-case
(#3334) Line indented incorrectly; expected at least 8 spaces, found 5
(#3334) Variable "DisplayR" must be all lower-case
(#3334) Spaces must be used for alignment; tabs are not allowed
(#3334) Tab found within whitespace
(#3334) Variable "Format" must be all lower-case
(#3334) Variable "Format" must be all lower-case
(#3335) Line indented incorrectly; expected at least 8 spaces, found 5
(#3335) Variable "DisplayG" must be all lower-case
(#3335) Spaces must be used for alignment; tabs are not allowed
(#3335) Tab found within whitespace
(#3335) Variable "Format" must be all lower-case
(#3335) Variable "Format" must be all lower-case
(#3336) Line indented incorrectly; expected at least 8 spaces, found 5
(#3336) Variable "DisplayB" must be all lower-case
(#3336) Spaces must be used for alignment; tabs are not allowed
(#3336) Tab found within whitespace
(#3336) Variable "Format" must be all lower-case
(#3336) Variable "Format" must be all lower-case
(#3337) Line indented incorrectly; expected at least 8 spaces, found 5
(#3337) Variable "RecordImageMap" must be all lower-case
(#3337) Spaces must be used for alignment; tabs are not allowed
(#3337) Tab found within whitespace
(#3337) Variable "Format" must be all lower-case
(#3337) Variable "Format" must be all lower-case
(#3337) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3339) Line indented incorrectly; expected at least 8 spaces, found 5
(#3341) Line indented incorrectly; expected at least 8 spaces, found 5
(#3341) Variable "Data" must be all lower-case
(#3342) Line indented incorrectly; expected at least 8 spaces, found 5
(#3342) Variable "XMargin" must be all lower-case
(#3342) Commas (,) must be followed by white space.
(#3342) Variable "XDivs" must be all lower-case
(#3344) Line indented incorrectly; expected 8 spaces, found 5
(#3344) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3344) Variable "Data" must be all lower-case
(#3344) Variable "SerieName" must be all lower-case
(#3344) Variable "Serie" must be all lower-case
(#3345) Line indented incorrectly; expected at least 8 spaces, found 6
(#3346) Line indented incorrectly; expected 12 spaces, found 7
(#3346) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3346) Variable "Serie" must be all lower-case
(#3346) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3346) Variable "SerieName" must be all lower-case
(#3346) Variable "Data" must be all lower-case
(#3347) Line indented incorrectly; expected at least 12 spaces, found 8
(#3348) Line indented incorrectly; expected 16 spaces, found 9
(#3348) Expected "if (...) {\n"; found "if (...) { "
(#3348) Variable "Serie" must be all lower-case
(#3348) Variable "SerieWeight" must be all lower-case
(#3348) Variable "Serie" must be all lower-case
(#3348) Closing brace must be on a line by itself
(#3348) Expected "} else {\n"; found "} else { "
(#3348) Variable "SerieWeight" must be all lower-case
(#3348) Closing brace must be on a line by itself
(#3349) Line indented incorrectly; expected 16 spaces, found 9
(#3349) Expected "if (...) {\n"; found "if (...) { "
(#3349) Variable "PlotSize" must be all lower-case
(#3349) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3349) Variable "SerieWeight" must be all lower-case
(#3349) Variable "PlotSize" must be all lower-case
(#3349) Closing brace must be on a line by itself
(#3351) Line indented incorrectly; expected at least 16 spaces, found 9
(#3351) Variable "R" must be all lower-case
(#3351) Variable "Serie" must be all lower-case
(#3351) Variable "G" must be all lower-case
(#3351) Variable "Serie" must be all lower-case
(#3351) Variable "B" must be all lower-case
(#3351) Variable "Serie" must be all lower-case
(#3351) Variable "Alpha" must be all lower-case
(#3351) Variable "Serie" must be all lower-case
(#3351) Variable "Ticks" must be all lower-case
(#3351) Variable "Serie" must be all lower-case
(#3351) Line exceeds 132 characters; contains 150 characters
(#3352) Line indented incorrectly; expected 16 spaces, found 9
(#3352) Expected "if (...) {\n"; found "if (...) { "
(#3352) Variable "Surrounding" must be all lower-case
(#3352) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3352) Variable "BorderR" must be all lower-case
(#3352) Variable "R" must be all lower-case
(#3352) Variable "Surrounding" must be all lower-case
(#3352) Variable "BorderG" must be all lower-case
(#3352) Variable "G" must be all lower-case
(#3352) Variable "Surrounding" must be all lower-case
(#3352) Variable "BorderB" must be all lower-case
(#3352) Variable "B" must be all lower-case
(#3352) Variable "Surrounding" must be all lower-case
(#3352) Closing brace must be on a line by itself
(#3353) Line indented incorrectly; expected 16 spaces, found 9
(#3353) Expected "if (...) {\n"; found "if (...)\n { "
(#3353) Variable "Serie" must be all lower-case
(#3354) Line indented incorrectly; expected at least 16 spaces, found 10
(#3354) Variable "Picture" must be all lower-case
(#3354) Variable "Serie" must be all lower-case
(#3354) Variable "PicWidth" must be all lower-case
(#3354) Commas (,) must be followed by white space.
(#3354) Variable "PicHeight" must be all lower-case
(#3354) Commas (,) must be followed by white space.
(#3354) Variable "PicType" must be all lower-case
(#3354) Variable "Picture" must be all lower-case
(#3354) Closing brace must be on a line by itself
(#3355) Line indented incorrectly; expected 16 spaces, found 9
(#3355) Expected "} else {\n"; found "}\n else { "
(#3355) Variable "Picture" must be all lower-case
(#3355) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3355) Variable "PicOffset" must be all lower-case
(#3355) Closing brace must be on a line by itself
(#3357) Line indented incorrectly; expected 16 spaces, found 9
(#3357) Expected "if (...) {\n"; found "if (...) { "
(#3357) Variable "DisplayColor" must be all lower-case
(#3357) Variable "DisplayR" must be all lower-case
(#3357) Variable "R" must be all lower-case
(#3357) Variable "DisplayG" must be all lower-case
(#3357) Variable "G" must be all lower-case
(#3357) Variable "DisplayB" must be all lower-case
(#3357) Variable "B" must be all lower-case
(#3357) Closing brace must be on a line by itself
(#3359) Line indented incorrectly; expected at least 16 spaces, found 9
(#3359) Variable "AxisID" must be all lower-case
(#3359) Spaces must be used for alignment; tabs are not allowed
(#3359) Tab found within whitespace
(#3359) Variable "Serie" must be all lower-case
(#3360) Line indented incorrectly; expected at least 16 spaces, found 9
(#3360) Variable "Shape" must be all lower-case
(#3360) Spaces must be used for alignment; tabs are not allowed
(#3360) Tab found within whitespace
(#3360) Variable "Serie" must be all lower-case
(#3361) Line indented incorrectly; expected at least 16 spaces, found 9
(#3361) Variable "Mode" must be all lower-case
(#3361) Spaces must be used for alignment; tabs are not allowed
(#3361) Tab found within whitespace
(#3361) Variable "Data" must be all lower-case
(#3361) Variable "AxisID" must be all lower-case
(#3362) Line indented incorrectly; expected at least 16 spaces, found 9
(#3362) Variable "Format" must be all lower-case
(#3362) Spaces must be used for alignment; tabs are not allowed
(#3362) Tab found within whitespace
(#3362) Variable "Data" must be all lower-case
(#3362) Variable "AxisID" must be all lower-case
(#3363) Line indented incorrectly; expected at least 16 spaces, found 9
(#3363) Variable "Unit" must be all lower-case
(#3363) Spaces must be used for alignment; tabs are not allowed
(#3363) Tab found within whitespace
(#3363) Variable "Data" must be all lower-case
(#3363) Variable "AxisID" must be all lower-case
(#3365) Line indented incorrectly; expected 16 spaces, found 9
(#3365) Expected "if (...) {\n"; found "if (...) { "
(#3365) Variable "Serie" must be all lower-case
(#3365) Variable "SerieDescription" must be all lower-case
(#3365) Variable "Serie" must be all lower-case
(#3365) Closing brace must be on a line by itself
(#3365) Expected "} else {\n"; found "} else { "
(#3365) Variable "SerieDescription" must be all lower-case
(#3365) Variable "SerieName" must be all lower-case
(#3365) Closing brace must be on a line by itself
(#3367) Line indented incorrectly; expected at least 16 spaces, found 9
(#3367) Variable "PosArray" must be all lower-case
(#3367) Variable "Serie" must be all lower-case
(#3367) Commas (,) must be followed by white space.
(#3367) Expected 1 space before "=>"; 0 found
(#3367) Expected 1 space after "=>"; 0 found
(#3367) Variable "Serie" must be all lower-case
(#3369) Line indented incorrectly; expected at least 16 spaces, found 9
(#3369) Variable "SerieName" must be all lower-case
(#3371) Line indented incorrectly; expected 16 spaces, found 9
(#3371) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3371) Variable "Data" must be all lower-case
(#3372) Line indented incorrectly; expected at least 16 spaces, found 10
(#3373) Line indented incorrectly; expected 20 spaces, found 11
(#3373) Expected "if (...) {\n"; found "if (...) { "
(#3373) Variable "XDivs" must be all lower-case
(#3373) Variable "XStep" must be all lower-case
(#3373) Expected 1 space before "-"; 0 found
(#3373) Expected 1 space after "-"; 0 found
(#3373) Expected 1 space before "/"; 0 found
(#3373) Expected 1 space after "/"; 0 found
(#3373) Closing brace must be on a line by itself
(#3373) Expected "} else {\n"; found "} else { "
(#3373) Variable "XStep" must be all lower-case
(#3373) Expected 1 space before "-"; 0 found
(#3373) Expected 1 space after "-"; 0 found
(#3373) Expected 1 space before "-"; 0 found
(#3373) Expected 1 space after "-"; 0 found
(#3373) Variable "XMargin" must be all lower-case
(#3373) Expected 1 space before "*"; 0 found
(#3373) Expected 1 space after "*"; 0 found
(#3373) Expected 1 space before "/"; 0 found
(#3373) Expected 1 space after "/"; 0 found
(#3373) Variable "XDivs" must be all lower-case
(#3373) Line exceeds 132 characters; contains 162 characters
(#3373) Closing brace must be on a line by itself
(#3374) Line indented incorrectly; expected 20 spaces, found 11
(#3374) Expected "if (...) {\n"; found "if (...) { "
(#3374) Variable "Picture" must be all lower-case
(#3374) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3374) Variable "PicOffset" must be all lower-case
(#3374) Variable "PicHeight" must be all lower-case
(#3374) Variable "SerieWeight" must be all lower-case
(#3374) Closing brace must be on a line by itself
(#3375) Line indented incorrectly; expected at least 20 spaces, found 11
(#3375) Variable "X" must be all lower-case
(#3375) Variable "XMargin" must be all lower-case
(#3377) Line indented incorrectly; expected 20 spaces, found 11
(#3377) Expected "if (...) {\n"; found "if (...) { "
(#3377) Variable "PosArray" must be all lower-case
(#3377) Variable "Value" must be all lower-case
(#3377) Variable "PosArray" must be all lower-case
(#3377) Variable "PosArray" must be all lower-case
(#3377) Variable "PosArray" must be all lower-case
(#3377) Variable "Value" must be all lower-case
(#3377) Closing brace must be on a line by itself
(#3378) Line indented incorrectly; expected 20 spaces, found 11
(#3378) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3378) Variable "PosArray" must be all lower-case
(#3378) Variable "Key" must be all lower-case
(#3378) Variable "Y" must be all lower-case
(#3379) Line indented incorrectly; expected at least 20 spaces, found 12
(#3380) Line indented incorrectly; expected at least 24 spaces, found 13
(#3380) Inline control structures are not allowed
(#3380) Variable "DisplayValues" must be all lower-case
(#3380) Whitespace found at end of line
(#3381) Line indented incorrectly; expected at least 24 spaces, found 14
(#3381) Variable "X" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Variable "Y" must be all lower-case
(#3381) Expected 1 space before "-"; 0 found
(#3381) Expected 1 space after "-"; 0 found
(#3381) Variable "DisplayOffset" must be all lower-case
(#3381) Expected 1 space before "-"; 0 found
(#3381) Expected 1 space after "-"; 0 found
(#3381) Variable "SerieWeight" must be all lower-case
(#3381) Expected 1 space before "-"; 0 found
(#3381) Expected 1 space after "-"; 0 found
(#3381) Variable "BorderSize" must be all lower-case
(#3381) Expected 1 space before "-"; 0 found
(#3381) Expected 1 space after "-"; 0 found
(#3381) Variable "PicOffset" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Variable "Serie" must be all lower-case
(#3381) Variable "Key" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Variable "Mode" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Variable "Format" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Variable "Unit" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Expected 1 space before "=>"; 0 found
(#3381) Expected 1 space after "=>"; 0 found
(#3381) Variable "DisplayR" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Expected 1 space before "=>"; 0 found
(#3381) Expected 1 space after "=>"; 0 found
(#3381) Variable "DisplayG" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Expected 1 space before "=>"; 0 found
(#3381) Expected 1 space after "=>"; 0 found
(#3381) Variable "DisplayB" must be all lower-case
(#3381) Commas (,) must be followed by white space.
(#3381) Expected 1 space before "=>"; 0 found
(#3381) Expected 1 space after "=>"; 0 found
(#3381) Line exceeds maximum limit of 180 characters; contains 234 characters
(#3383) Line indented incorrectly; expected 24 spaces, found 13
(#3383) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3383) Variable "Y" must be all lower-case
(#3384) Line indented incorrectly; expected at least 24 spaces, found 14
(#3385) Line indented incorrectly; expected 28 spaces, found 15
(#3385) Expected "if (...) {\n"; found "if (...) { "
(#3385) Variable "RecordImageMap" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "X" must be all lower-case
(#3385) Variable "Y" must be all lower-case
(#3385) Variable "SerieWeight" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "R" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "G" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "B" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "SerieDescription" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "Serie" must be all lower-case
(#3385) Variable "Key" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "Mode" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "Format" must be all lower-case
(#3385) Commas (,) must be followed by white space.
(#3385) Variable "Unit" must be all lower-case
(#3385) Line exceeds maximum limit of 180 characters; contains 222 characters
(#3385) Closing brace must be on a line by itself
(#3387) Line indented incorrectly; expected 28 spaces, found 15
(#3387) Expected "if (...) {\n"; found "if (...)\n { "
(#3387) Variable "Picture" must be all lower-case
(#3387) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3388) Line indented incorrectly; expected at least 28 spaces, found 16
(#3388) Variable "PicType" must be all lower-case
(#3388) Commas (,) must be followed by white space.
(#3388) Variable "Picture" must be all lower-case
(#3388) Commas (,) must be followed by white space.
(#3388) Variable "X" must be all lower-case
(#3388) Expected 1 space before "-"; 0 found
(#3388) Expected 1 space after "-"; 0 found
(#3388) Variable "PicWidth" must be all lower-case
(#3388) Expected 1 space before "/"; 0 found
(#3388) Expected 1 space after "/"; 0 found
(#3388) Commas (,) must be followed by white space.
(#3388) Variable "Y" must be all lower-case
(#3388) Expected 1 space before "-"; 0 found
(#3388) Expected 1 space after "-"; 0 found
(#3388) Variable "PicHeight" must be all lower-case
(#3388) Expected 1 space before "/"; 0 found
(#3388) Expected 1 space after "/"; 0 found
(#3388) Closing brace must be on a line by itself
(#3389) Line indented incorrectly; expected 28 spaces, found 15
(#3389) Expected "} else {\n"; found "}\n else\n { "
(#3390) Line indented incorrectly; expected at least 28 spaces, found 16
(#3390) Variable "X" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "Y" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "Shape" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "SerieWeight" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "PlotBorder" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "BorderSize" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "R" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "G" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "B" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "Alpha" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "BorderR" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "BorderG" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "BorderB" must be all lower-case
(#3390) Commas (,) must be followed by white space.
(#3390) Variable "BorderAlpha" must be all lower-case
(#3390) Line exceeds 132 characters; contains 144 characters
(#3390) Closing brace must be on a line by itself
(#3391) Line indented incorrectly; expected 24 spaces, found 14
(#3391) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3392) Line indented incorrectly; expected at least 24 spaces, found 13
(#3392) Variable "X" must be all lower-case
(#3392) Variable "X" must be all lower-case
(#3392) Variable "XStep" must be all lower-case
(#3393) Line indented incorrectly; expected 20 spaces, found 12
(#3393) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3394) Line indented incorrectly; expected 16 spaces, found 10
(#3394) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3395) Line indented incorrectly; expected 16 spaces, found 9
(#3395) Expected "} else {\n"; found "}\n else\n {\n"
(#3396) Line indented incorrectly; expected at least 16 spaces, found 10
(#3397) Line indented incorrectly; expected 20 spaces, found 11
(#3397) Expected "if (...) {\n"; found "if (...) { "
(#3397) Variable "XDivs" must be all lower-case
(#3397) Variable "YStep" must be all lower-case
(#3397) Expected 1 space before "-"; 0 found
(#3397) Expected 1 space after "-"; 0 found
(#3397) Expected 1 space before "/"; 0 found
(#3397) Expected 1 space after "/"; 0 found
(#3397) Closing brace must be on a line by itself
(#3397) Expected "} else {\n"; found "} else { "
(#3397) Variable "YStep" must be all lower-case
(#3397) Expected 1 space before "-"; 0 found
(#3397) Expected 1 space after "-"; 0 found
(#3397) Expected 1 space before "-"; 0 found
(#3397) Expected 1 space after "-"; 0 found
(#3397) Variable "XMargin" must be all lower-case
(#3397) Expected 1 space before "*"; 0 found
(#3397) Expected 1 space after "*"; 0 found
(#3397) Expected 1 space before "/"; 0 found
(#3397) Expected 1 space after "/"; 0 found
(#3397) Variable "XDivs" must be all lower-case
(#3397) Line exceeds 132 characters; contains 162 characters
(#3397) Closing brace must be on a line by itself
(#3398) Line indented incorrectly; expected 20 spaces, found 11
(#3398) Expected "if (...) {\n"; found "if (...) { "
(#3398) Variable "Picture" must be all lower-case
(#3398) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3398) Variable "PicOffset" must be all lower-case
(#3398) Variable "PicWidth" must be all lower-case
(#3398) Variable "SerieWeight" must be all lower-case
(#3398) Closing brace must be on a line by itself
(#3399) Line indented incorrectly; expected at least 20 spaces, found 11
(#3399) Variable "Y" must be all lower-case
(#3399) Variable "XMargin" must be all lower-case
(#3401) Line indented incorrectly; expected 20 spaces, found 11
(#3401) Expected "if (...) {\n"; found "if (...) { "
(#3401) Variable "PosArray" must be all lower-case
(#3401) Variable "Value" must be all lower-case
(#3401) Variable "PosArray" must be all lower-case
(#3401) Variable "PosArray" must be all lower-case
(#3401) Variable "PosArray" must be all lower-case
(#3401) Variable "Value" must be all lower-case
(#3401) Closing brace must be on a line by itself
(#3402) Line indented incorrectly; expected 20 spaces, found 11
(#3402) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3402) Variable "PosArray" must be all lower-case
(#3402) Variable "Key" must be all lower-case
(#3402) Variable "X" must be all lower-case
(#3403) Line indented incorrectly; expected at least 20 spaces, found 12
(#3404) Line indented incorrectly; expected at least 24 spaces, found 13
(#3404) Inline control structures are not allowed
(#3404) Variable "DisplayValues" must be all lower-case
(#3404) Whitespace found at end of line
(#3405) Line indented incorrectly; expected at least 24 spaces, found 14
(#3405) Variable "X" must be all lower-case
(#3405) Expected 1 space before "+"; 0 found
(#3405) Expected 1 space after "+"; 0 found
(#3405) Variable "DisplayOffset" must be all lower-case
(#3405) Expected 1 space before "+"; 0 found
(#3405) Expected 1 space after "+"; 0 found
(#3405) Variable "SerieWeight" must be all lower-case
(#3405) Expected 1 space before "+"; 0 found
(#3405) Expected 1 space after "+"; 0 found
(#3405) Variable "BorderSize" must be all lower-case
(#3405) Expected 1 space before "+"; 0 found
(#3405) Expected 1 space after "+"; 0 found
(#3405) Variable "PicOffset" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Variable "Y" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Variable "Serie" must be all lower-case
(#3405) Variable "Key" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Variable "Mode" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Variable "Format" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Variable "Unit" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Expected 1 space before "=>"; 0 found
(#3405) Expected 1 space after "=>"; 0 found
(#3405) Commas (,) must be followed by white space.
(#3405) Expected 1 space before "=>"; 0 found
(#3405) Expected 1 space after "=>"; 0 found
(#3405) Variable "DisplayR" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Expected 1 space before "=>"; 0 found
(#3405) Expected 1 space after "=>"; 0 found
(#3405) Variable "DisplayG" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Expected 1 space before "=>"; 0 found
(#3405) Expected 1 space after "=>"; 0 found
(#3405) Variable "DisplayB" must be all lower-case
(#3405) Commas (,) must be followed by white space.
(#3405) Expected 1 space before "=>"; 0 found
(#3405) Expected 1 space after "=>"; 0 found
(#3405) Line exceeds maximum limit of 180 characters; contains 247 characters
(#3407) Line indented incorrectly; expected 24 spaces, found 13
(#3407) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3407) Variable "X" must be all lower-case
(#3408) Line indented incorrectly; expected at least 24 spaces, found 14
(#3409) Line indented incorrectly; expected 28 spaces, found 15
(#3409) Expected "if (...) {\n"; found "if (...) { "
(#3409) Variable "RecordImageMap" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "X" must be all lower-case
(#3409) Variable "Y" must be all lower-case
(#3409) Variable "SerieWeight" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "R" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "G" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "B" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "SerieDescription" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "Serie" must be all lower-case
(#3409) Variable "Key" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "Mode" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "Format" must be all lower-case
(#3409) Commas (,) must be followed by white space.
(#3409) Variable "Unit" must be all lower-case
(#3409) Line exceeds maximum limit of 180 characters; contains 222 characters
(#3409) Closing brace must be on a line by itself
(#3411) Line indented incorrectly; expected 28 spaces, found 15
(#3411) Expected "if (...) {\n"; found "if (...)\n { "
(#3411) Variable "Picture" must be all lower-case
(#3411) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3412) Line indented incorrectly; expected at least 28 spaces, found 16
(#3412) Variable "PicType" must be all lower-case
(#3412) Commas (,) must be followed by white space.
(#3412) Variable "Picture" must be all lower-case
(#3412) Commas (,) must be followed by white space.
(#3412) Variable "X" must be all lower-case
(#3412) Expected 1 space before "-"; 0 found
(#3412) Expected 1 space after "-"; 0 found
(#3412) Variable "PicWidth" must be all lower-case
(#3412) Expected 1 space before "/"; 0 found
(#3412) Expected 1 space after "/"; 0 found
(#3412) Commas (,) must be followed by white space.
(#3412) Variable "Y" must be all lower-case
(#3412) Expected 1 space before "-"; 0 found
(#3412) Expected 1 space after "-"; 0 found
(#3412) Variable "PicHeight" must be all lower-case
(#3412) Expected 1 space before "/"; 0 found
(#3412) Expected 1 space after "/"; 0 found
(#3412) Closing brace must be on a line by itself
(#3413) Line indented incorrectly; expected 28 spaces, found 15
(#3413) Expected "} else {\n"; found "}\n else\n { "
(#3414) Line indented incorrectly; expected at least 28 spaces, found 16
(#3414) Variable "X" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "Y" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "Shape" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "SerieWeight" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "PlotBorder" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "BorderSize" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "R" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "G" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "B" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "Alpha" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "BorderR" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "BorderG" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "BorderB" must be all lower-case
(#3414) Commas (,) must be followed by white space.
(#3414) Variable "BorderAlpha" must be all lower-case
(#3414) Line exceeds 132 characters; contains 144 characters
(#3414) Closing brace must be on a line by itself
(#3415) Line indented incorrectly; expected 24 spaces, found 14
(#3415) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3416) Line indented incorrectly; expected at least 24 spaces, found 13
(#3416) Variable "Y" must be all lower-case
(#3416) Variable "Y" must be all lower-case
(#3416) Variable "YStep" must be all lower-case
(#3417) Line indented incorrectly; expected 20 spaces, found 12
(#3417) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3418) Line indented incorrectly; expected 16 spaces, found 10
(#3418) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3419) Line indented incorrectly; expected 12 spaces, found 8
(#3419) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3420) Line indented incorrectly; expected 8 spaces, found 6
(#3420) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3421) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3423) Line indented incorrectly; expected at least 4 spaces, found 3
(#3424) Line indented incorrectly; expected 4 spaces, found 3
(#3424) method name "pDraw::drawSplineChart" must be in lower-case letters only
(#3424) Visibility must be declared on method "drawSplineChart"
(#3424) Variable "Format" must be all lower-case
(#3424) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3425) Opening brace should be on the same line as the declaration
(#3426) Line indented incorrectly; expected at least 8 spaces, found 5
(#3426) Variable "BreakVoid" must be all lower-case
(#3426) Spaces must be used for alignment; tabs are not allowed
(#3426) Tab found within whitespace
(#3426) Variable "Format" must be all lower-case
(#3426) Variable "Format" must be all lower-case
(#3426) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3427) Line indented incorrectly; expected at least 8 spaces, found 5
(#3427) Variable "VoidTicks" must be all lower-case
(#3427) Spaces must be used for alignment; tabs are not allowed
(#3427) Tab found within whitespace
(#3427) Variable "Format" must be all lower-case
(#3427) Variable "Format" must be all lower-case
(#3428) Line indented incorrectly; expected at least 8 spaces, found 5
(#3428) Variable "BreakR" must be all lower-case
(#3428) Spaces must be used for alignment; tabs are not allowed
(#3428) Tab found within whitespace
(#3428) Variable "Format" must be all lower-case
(#3428) Variable "Format" must be all lower-case
(#3428) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3428) This comment is 50% valid code; is this commented out code?
(#3429) Line indented incorrectly; expected at least 8 spaces, found 5
(#3429) Variable "BreakG" must be all lower-case
(#3429) Spaces must be used for alignment; tabs are not allowed
(#3429) Tab found within whitespace
(#3429) Variable "Format" must be all lower-case
(#3429) Variable "Format" must be all lower-case
(#3429) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3429) This comment is 50% valid code; is this commented out code?
(#3430) Line indented incorrectly; expected at least 8 spaces, found 5
(#3430) Variable "BreakB" must be all lower-case
(#3430) Spaces must be used for alignment; tabs are not allowed
(#3430) Tab found within whitespace
(#3430) Variable "Format" must be all lower-case
(#3430) Variable "Format" must be all lower-case
(#3430) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3430) Inline comments must end in full-stops, exclamation marks, or question marks
(#3430) This comment is 50% valid code; is this commented out code?
(#3431) Line indented incorrectly; expected at least 8 spaces, found 5
(#3431) Variable "DisplayValues" must be all lower-case
(#3431) Spaces must be used for alignment; tabs are not allowed
(#3431) Tab found within whitespace
(#3431) Variable "Format" must be all lower-case
(#3431) Variable "Format" must be all lower-case
(#3431) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3432) Line indented incorrectly; expected at least 8 spaces, found 5
(#3432) Variable "DisplayOffset" must be all lower-case
(#3432) Spaces must be used for alignment; tabs are not allowed
(#3432) Tab found within whitespace
(#3432) Variable "Format" must be all lower-case
(#3432) Variable "Format" must be all lower-case
(#3433) Line indented incorrectly; expected at least 8 spaces, found 5
(#3433) Variable "DisplayColor" must be all lower-case
(#3433) Spaces must be used for alignment; tabs are not allowed
(#3433) Tab found within whitespace
(#3433) Variable "Format" must be all lower-case
(#3433) Variable "Format" must be all lower-case
(#3434) Line indented incorrectly; expected at least 8 spaces, found 5
(#3434) Variable "DisplayR" must be all lower-case
(#3434) Spaces must be used for alignment; tabs are not allowed
(#3434) Tab found within whitespace
(#3434) Variable "Format" must be all lower-case
(#3434) Variable "Format" must be all lower-case
(#3435) Line indented incorrectly; expected at least 8 spaces, found 5
(#3435) Variable "DisplayG" must be all lower-case
(#3435) Spaces must be used for alignment; tabs are not allowed
(#3435) Tab found within whitespace
(#3435) Variable "Format" must be all lower-case
(#3435) Variable "Format" must be all lower-case
(#3436) Line indented incorrectly; expected at least 8 spaces, found 5
(#3436) Variable "DisplayB" must be all lower-case
(#3436) Spaces must be used for alignment; tabs are not allowed
(#3436) Tab found within whitespace
(#3436) Variable "Format" must be all lower-case
(#3436) Variable "Format" must be all lower-case
(#3437) Line indented incorrectly; expected at least 8 spaces, found 5
(#3437) Variable "RecordImageMap" must be all lower-case
(#3437) Spaces must be used for alignment; tabs are not allowed
(#3437) Tab found within whitespace
(#3437) Variable "Format" must be all lower-case
(#3437) Variable "Format" must be all lower-case
(#3437) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3438) Line indented incorrectly; expected at least 8 spaces, found 5
(#3438) Variable "ImageMapPlotSize" must be all lower-case
(#3438) Variable "Format" must be all lower-case
(#3438) Variable "Format" must be all lower-case
(#3440) Line indented incorrectly; expected at least 8 spaces, found 5
(#3442) Line indented incorrectly; expected at least 8 spaces, found 5
(#3442) Variable "Data" must be all lower-case
(#3443) Line indented incorrectly; expected at least 8 spaces, found 5
(#3443) Variable "XMargin" must be all lower-case
(#3443) Commas (,) must be followed by white space.
(#3443) Variable "XDivs" must be all lower-case
(#3444) Line indented incorrectly; expected 8 spaces, found 5
(#3444) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3444) Variable "Data" must be all lower-case
(#3444) Variable "SerieName" must be all lower-case
(#3444) Variable "Serie" must be all lower-case
(#3445) Line indented incorrectly; expected at least 8 spaces, found 6
(#3446) Line indented incorrectly; expected 12 spaces, found 7
(#3446) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3446) Variable "Serie" must be all lower-case
(#3446) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3446) Variable "SerieName" must be all lower-case
(#3446) Variable "Data" must be all lower-case
(#3447) Line indented incorrectly; expected at least 12 spaces, found 8
(#3448) Line indented incorrectly; expected at least 16 spaces, found 9
(#3448) Variable "R" must be all lower-case
(#3448) Variable "Serie" must be all lower-case
(#3448) Variable "G" must be all lower-case
(#3448) Variable "Serie" must be all lower-case
(#3448) Variable "B" must be all lower-case
(#3448) Variable "Serie" must be all lower-case
(#3448) Variable "Alpha" must be all lower-case
(#3448) Variable "Serie" must be all lower-case
(#3448) Variable "Ticks" must be all lower-case
(#3448) Variable "Serie" must be all lower-case
(#3448) Variable "Weight" must be all lower-case
(#3448) Variable "Serie" must be all lower-case
(#3448) Line exceeds 132 characters; contains 178 characters
(#3450) Line indented incorrectly; expected at least 16 spaces, found 9
(#3450) Inline control structures are not allowed
(#3450) Variable "BreakR" must be all lower-case
(#3450) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3451) Line indented incorrectly; expected at least 16 spaces, found 10
(#3451) Variable "BreakSettings" must be all lower-case
(#3451) Expected 1 space before "=>"; 0 found
(#3451) Expected 1 space after "=>"; 0 found
(#3451) Variable "R" must be all lower-case
(#3451) Commas (,) must be followed by white space.
(#3451) Expected 1 space before "=>"; 0 found
(#3451) Expected 1 space after "=>"; 0 found
(#3451) Variable "G" must be all lower-case
(#3451) Commas (,) must be followed by white space.
(#3451) Expected 1 space before "=>"; 0 found
(#3451) Expected 1 space after "=>"; 0 found
(#3451) Variable "B" must be all lower-case
(#3451) Commas (,) must be followed by white space.
(#3451) Expected 1 space before "=>"; 0 found
(#3451) Expected 1 space after "=>"; 0 found
(#3451) Variable "Alpha" must be all lower-case
(#3451) Commas (,) must be followed by white space.
(#3451) Expected 1 space before "=>"; 0 found
(#3451) Expected 1 space after "=>"; 0 found
(#3451) Variable "VoidTicks" must be all lower-case
(#3452) Line indented incorrectly; expected at least 16 spaces, found 9
(#3452) Inline control structures are not allowed
(#3453) Line indented incorrectly; expected at least 16 spaces, found 10
(#3453) Variable "BreakSettings" must be all lower-case
(#3453) Expected 1 space before "=>"; 0 found
(#3453) Expected 1 space after "=>"; 0 found
(#3453) Variable "BreakR" must be all lower-case
(#3453) Commas (,) must be followed by white space.
(#3453) Expected 1 space before "=>"; 0 found
(#3453) Expected 1 space after "=>"; 0 found
(#3453) Variable "BreakG" must be all lower-case
(#3453) Commas (,) must be followed by white space.
(#3453) Expected 1 space before "=>"; 0 found
(#3453) Expected 1 space after "=>"; 0 found
(#3453) Variable "BreakB" must be all lower-case
(#3453) Commas (,) must be followed by white space.
(#3453) Expected 1 space before "=>"; 0 found
(#3453) Expected 1 space after "=>"; 0 found
(#3453) Variable "Alpha" must be all lower-case
(#3453) Commas (,) must be followed by white space.
(#3453) Expected 1 space before "=>"; 0 found
(#3453) Expected 1 space after "=>"; 0 found
(#3453) Variable "VoidTicks" must be all lower-case
(#3453) Commas (,) must be followed by white space.
(#3453) Expected 1 space before "=>"; 0 found
(#3453) Expected 1 space after "=>"; 0 found
(#3453) Variable "Weight" must be all lower-case
(#3455) Line indented incorrectly; expected 16 spaces, found 9
(#3455) Expected "if (...) {\n"; found "if (...) { "
(#3455) Variable "DisplayColor" must be all lower-case
(#3455) Variable "DisplayR" must be all lower-case
(#3455) Variable "R" must be all lower-case
(#3455) Variable "DisplayG" must be all lower-case
(#3455) Variable "G" must be all lower-case
(#3455) Variable "DisplayB" must be all lower-case
(#3455) Variable "B" must be all lower-case
(#3455) Closing brace must be on a line by itself
(#3457) Line indented incorrectly; expected at least 16 spaces, found 9
(#3457) Variable "AxisID" must be all lower-case
(#3457) Spaces must be used for alignment; tabs are not allowed
(#3457) Tab found within whitespace
(#3457) Variable "Serie" must be all lower-case
(#3458) Line indented incorrectly; expected at least 16 spaces, found 9
(#3458) Variable "Mode" must be all lower-case
(#3458) Spaces must be used for alignment; tabs are not allowed
(#3458) Tab found within whitespace
(#3458) Variable "Data" must be all lower-case
(#3458) Variable "AxisID" must be all lower-case
(#3459) Line indented incorrectly; expected at least 16 spaces, found 9
(#3459) Variable "Format" must be all lower-case
(#3459) Spaces must be used for alignment; tabs are not allowed
(#3459) Tab found within whitespace
(#3459) Variable "Data" must be all lower-case
(#3459) Variable "AxisID" must be all lower-case
(#3460) Line indented incorrectly; expected at least 16 spaces, found 9
(#3460) Variable "Unit" must be all lower-case
(#3460) Spaces must be used for alignment; tabs are not allowed
(#3460) Tab found within whitespace
(#3460) Variable "Data" must be all lower-case
(#3460) Variable "AxisID" must be all lower-case
(#3462) Line indented incorrectly; expected 16 spaces, found 9
(#3462) Expected "if (...) {\n"; found "if (...) { "
(#3462) Variable "Serie" must be all lower-case
(#3462) Variable "SerieDescription" must be all lower-case
(#3462) Variable "Serie" must be all lower-case
(#3462) Closing brace must be on a line by itself
(#3462) Expected "} else {\n"; found "} else { "
(#3462) Variable "SerieDescription" must be all lower-case
(#3462) Variable "SerieName" must be all lower-case
(#3462) Closing brace must be on a line by itself
(#3464) Line indented incorrectly; expected at least 16 spaces, found 9
(#3464) Variable "PosArray" must be all lower-case
(#3464) Variable "Serie" must be all lower-case
(#3464) Commas (,) must be followed by white space.
(#3464) Expected 1 space before "=>"; 0 found
(#3464) Expected 1 space after "=>"; 0 found
(#3464) Variable "Serie" must be all lower-case
(#3466) Line indented incorrectly; expected at least 16 spaces, found 9
(#3466) Variable "SerieName" must be all lower-case
(#3468) Line indented incorrectly; expected 16 spaces, found 9
(#3468) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3468) Variable "Data" must be all lower-case
(#3469) Line indented incorrectly; expected at least 16 spaces, found 10
(#3470) Line indented incorrectly; expected 20 spaces, found 11
(#3470) Expected "if (...) {\n"; found "if (...) { "
(#3470) Variable "XDivs" must be all lower-case
(#3470) Variable "XStep" must be all lower-case
(#3470) Expected 1 space before "-"; 0 found
(#3470) Expected 1 space after "-"; 0 found
(#3470) Expected 1 space before "/"; 0 found
(#3470) Expected 1 space after "/"; 0 found
(#3470) Closing brace must be on a line by itself
(#3470) Expected "} else {\n"; found "} else { "
(#3470) Variable "XStep" must be all lower-case
(#3470) Expected 1 space before "-"; 0 found
(#3470) Expected 1 space after "-"; 0 found
(#3470) Expected 1 space before "-"; 0 found
(#3470) Expected 1 space after "-"; 0 found
(#3470) Variable "XMargin" must be all lower-case
(#3470) Expected 1 space before "*"; 0 found
(#3470) Expected 1 space after "*"; 0 found
(#3470) Expected 1 space before "/"; 0 found
(#3470) Expected 1 space after "/"; 0 found
(#3470) Variable "XDivs" must be all lower-case
(#3470) Line exceeds 132 characters; contains 162 characters
(#3470) Closing brace must be on a line by itself
(#3471) Line indented incorrectly; expected at least 20 spaces, found 11
(#3471) Variable "X" must be all lower-case
(#3471) Variable "XMargin" must be all lower-case
(#3471) Variable "WayPoints" must be all lower-case
(#3472) Line indented incorrectly; expected at least 20 spaces, found 11
(#3472) Variable "Force" must be all lower-case
(#3472) Variable "XStep" must be all lower-case
(#3474) Line indented incorrectly; expected 20 spaces, found 11
(#3474) Expected "if (...) {\n"; found "if (...) { "
(#3474) Variable "PosArray" must be all lower-case
(#3474) Variable "Value" must be all lower-case
(#3474) Variable "PosArray" must be all lower-case
(#3474) Variable "PosArray" must be all lower-case
(#3474) Variable "PosArray" must be all lower-case
(#3474) Variable "Value" must be all lower-case
(#3474) Closing brace must be on a line by itself
(#3475) Line indented incorrectly; expected at least 20 spaces, found 11
(#3475) Variable "LastGoodY" must be all lower-case
(#3475) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3475) Variable "LastGoodX" must be all lower-case
(#3475) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3475) Variable "LastX" must be all lower-case
(#3475) Variable "LastY" must be all lower-case
(#3476) Line indented incorrectly; expected 20 spaces, found 11
(#3476) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3476) Variable "PosArray" must be all lower-case
(#3476) Variable "Key" must be all lower-case
(#3476) Variable "Y" must be all lower-case
(#3477) Line indented incorrectly; expected at least 20 spaces, found 12
(#3478) Line indented incorrectly; expected at least 24 spaces, found 13
(#3478) Inline control structures are not allowed
(#3478) Variable "DisplayValues" must be all lower-case
(#3478) Whitespace found at end of line
(#3479) Line indented incorrectly; expected at least 24 spaces, found 14
(#3479) Variable "X" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Variable "Y" must be all lower-case
(#3479) Expected 1 space before "-"; 0 found
(#3479) Expected 1 space after "-"; 0 found
(#3479) Variable "DisplayOffset" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Variable "Serie" must be all lower-case
(#3479) Variable "Key" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Variable "Mode" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Variable "Format" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Variable "Unit" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Expected 1 space before "=>"; 0 found
(#3479) Expected 1 space after "=>"; 0 found
(#3479) Variable "DisplayR" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Expected 1 space before "=>"; 0 found
(#3479) Expected 1 space after "=>"; 0 found
(#3479) Variable "DisplayG" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Expected 1 space before "=>"; 0 found
(#3479) Expected 1 space after "=>"; 0 found
(#3479) Variable "DisplayB" must be all lower-case
(#3479) Commas (,) must be followed by white space.
(#3479) Expected 1 space before "=>"; 0 found
(#3479) Expected 1 space after "=>"; 0 found
(#3479) Line exceeds maximum limit of 180 characters; contains 198 characters
(#3480) Spaces must be used for alignment; tabs are not allowed
(#3480) Tab found within whitespace
(#3480) Whitespace found at end of line
(#3481) Line indented incorrectly; expected 24 spaces, found 13
(#3481) Expected "if (...) {\n"; found "if (...) { "
(#3481) Variable "RecordImageMap" must be all lower-case
(#3481) Variable "Y" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "X" must be all lower-case
(#3481) Variable "Y" must be all lower-case
(#3481) Variable "ImageMapPlotSize" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "R" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "G" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "B" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "SerieDescription" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "Serie" must be all lower-case
(#3481) Variable "Key" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "Mode" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "Format" must be all lower-case
(#3481) Commas (,) must be followed by white space.
(#3481) Variable "Unit" must be all lower-case
(#3481) Line exceeds maximum limit of 180 characters; contains 239 characters
(#3481) Closing brace must be on a line by itself
(#3483) Line indented incorrectly; expected 24 spaces, found 13
(#3483) Expected "if (...) {\n"; found "if (...)\n { "
(#3483) Variable "Y" must be all lower-case
(#3483) Variable "LastY" must be all lower-case
(#3483) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3484) Line indented incorrectly; expected at least 24 spaces, found 14
(#3484) Variable "WayPoints" must be all lower-case
(#3484) Commas (,) must be followed by white space.
(#3484) Expected 1 space before "=>"; 0 found
(#3484) Expected 1 space after "=>"; 0 found
(#3484) Variable "Force" must be all lower-case
(#3484) Commas (,) must be followed by white space.
(#3484) Expected 1 space before "=>"; 0 found
(#3484) Expected 1 space after "=>"; 0 found
(#3484) Variable "R" must be all lower-case
(#3484) Commas (,) must be followed by white space.
(#3484) Expected 1 space before "=>"; 0 found
(#3484) Expected 1 space after "=>"; 0 found
(#3484) Variable "G" must be all lower-case
(#3484) Commas (,) must be followed by white space.
(#3484) Expected 1 space before "=>"; 0 found
(#3484) Expected 1 space after "=>"; 0 found
(#3484) Variable "B" must be all lower-case
(#3484) Commas (,) must be followed by white space.
(#3484) Expected 1 space before "=>"; 0 found
(#3484) Expected 1 space after "=>"; 0 found
(#3484) Variable "Alpha" must be all lower-case
(#3484) Commas (,) must be followed by white space.
(#3484) Expected 1 space before "=>"; 0 found
(#3484) Expected 1 space after "=>"; 0 found
(#3484) Variable "Ticks" must be all lower-case
(#3484) Commas (,) must be followed by white space.
(#3484) Expected 1 space before "=>"; 0 found
(#3484) Expected 1 space after "=>"; 0 found
(#3484) Variable "Weight" must be all lower-case
(#3484) Variable "WayPoints" must be all lower-case
(#3484) Line exceeds 132 characters; contains 162 characters
(#3484) Closing brace must be on a line by itself
(#3486) Line indented incorrectly; expected 24 spaces, found 13
(#3486) Expected "if (...) {\n"; found "if (...)\n { "
(#3486) Variable "Y" must be all lower-case
(#3486) Variable "LastY" must be all lower-case
(#3486) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3486) Variable "LastGoodY" must be all lower-case
(#3486) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3486) Variable "BreakVoid" must be all lower-case
(#3487) Line indented incorrectly; expected at least 24 spaces, found 14
(#3487) Variable "LastGoodX" must be all lower-case
(#3487) Commas (,) must be followed by white space.
(#3487) Variable "LastGoodY" must be all lower-case
(#3487) Commas (,) must be followed by white space.
(#3487) Variable "X" must be all lower-case
(#3487) Commas (,) must be followed by white space.
(#3487) Variable "Y" must be all lower-case
(#3487) Commas (,) must be followed by white space.
(#3487) Variable "BreakSettings" must be all lower-case
(#3487) Closing brace must be on a line by itself
(#3489) Line indented incorrectly; expected at least 24 spaces, found 13
(#3489) Inline control structures are not allowed
(#3489) Variable "Y" must be all lower-case
(#3490) Line indented incorrectly; expected at least 24 spaces, found 14
(#3490) Variable "WayPoints" must be all lower-case
(#3490) Variable "X" must be all lower-case
(#3490) Commas (,) must be followed by white space.
(#3490) Variable "Y" must be all lower-case
(#3492) Line indented incorrectly; expected 24 spaces, found 13
(#3492) Expected "if (...) {\n"; found "if (...) { "
(#3492) Variable "Y" must be all lower-case
(#3492) Variable "LastGoodY" must be all lower-case
(#3492) Variable "Y" must be all lower-case
(#3492) Variable "LastGoodX" must be all lower-case
(#3492) Variable "X" must be all lower-case
(#3492) Closing brace must be on a line by itself
(#3493) Line indented incorrectly; expected 24 spaces, found 13
(#3493) Expected "if (...) {\n"; found "if (...) { "
(#3493) Variable "Y" must be all lower-case
(#3493) Variable "Y" must be all lower-case
(#3493) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3493) Closing brace must be on a line by itself
(#3495) Line indented incorrectly; expected at least 24 spaces, found 13
(#3495) Variable "LastX" must be all lower-case
(#3495) Variable "X" must be all lower-case
(#3495) Variable "LastY" must be all lower-case
(#3495) Variable "Y" must be all lower-case
(#3496) Line indented incorrectly; expected at least 24 spaces, found 13
(#3496) Variable "X" must be all lower-case
(#3496) Variable "X" must be all lower-case
(#3496) Variable "XStep" must be all lower-case
(#3497) Line indented incorrectly; expected 20 spaces, found 12
(#3497) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3498) Line indented incorrectly; expected at least 20 spaces, found 11
(#3498) Variable "WayPoints" must be all lower-case
(#3498) Commas (,) must be followed by white space.
(#3498) Expected 1 space before "=>"; 0 found
(#3498) Expected 1 space after "=>"; 0 found
(#3498) Variable "Force" must be all lower-case
(#3498) Commas (,) must be followed by white space.
(#3498) Expected 1 space before "=>"; 0 found
(#3498) Expected 1 space after "=>"; 0 found
(#3498) Variable "R" must be all lower-case
(#3498) Commas (,) must be followed by white space.
(#3498) Expected 1 space before "=>"; 0 found
(#3498) Expected 1 space after "=>"; 0 found
(#3498) Variable "G" must be all lower-case
(#3498) Commas (,) must be followed by white space.
(#3498) Expected 1 space before "=>"; 0 found
(#3498) Expected 1 space after "=>"; 0 found
(#3498) Variable "B" must be all lower-case
(#3498) Commas (,) must be followed by white space.
(#3498) Expected 1 space before "=>"; 0 found
(#3498) Expected 1 space after "=>"; 0 found
(#3498) Variable "Alpha" must be all lower-case
(#3498) Commas (,) must be followed by white space.
(#3498) Expected 1 space before "=>"; 0 found
(#3498) Expected 1 space after "=>"; 0 found
(#3498) Variable "Ticks" must be all lower-case
(#3498) Commas (,) must be followed by white space.
(#3498) Expected 1 space before "=>"; 0 found
(#3498) Expected 1 space after "=>"; 0 found
(#3498) Variable "Weight" must be all lower-case
(#3498) Line exceeds 132 characters; contains 138 characters
(#3499) Line indented incorrectly; expected 16 spaces, found 10
(#3499) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3500) Line indented incorrectly; expected 16 spaces, found 9
(#3500) Expected "} else {\n"; found "}\n else\n {\n"
(#3501) Line indented incorrectly; expected at least 16 spaces, found 10
(#3502) Line indented incorrectly; expected 20 spaces, found 11
(#3502) Expected "if (...) {\n"; found "if (...) { "
(#3502) Variable "XDivs" must be all lower-case
(#3502) Variable "YStep" must be all lower-case
(#3502) Expected 1 space before "-"; 0 found
(#3502) Expected 1 space after "-"; 0 found
(#3502) Expected 1 space before "/"; 0 found
(#3502) Expected 1 space after "/"; 0 found
(#3502) Closing brace must be on a line by itself
(#3502) Expected "} else {\n"; found "} else { "
(#3502) Variable "YStep" must be all lower-case
(#3502) Expected 1 space before "-"; 0 found
(#3502) Expected 1 space after "-"; 0 found
(#3502) Expected 1 space before "-"; 0 found
(#3502) Expected 1 space after "-"; 0 found
(#3502) Variable "XMargin" must be all lower-case
(#3502) Expected 1 space before "*"; 0 found
(#3502) Expected 1 space after "*"; 0 found
(#3502) Expected 1 space before "/"; 0 found
(#3502) Expected 1 space after "/"; 0 found
(#3502) Variable "XDivs" must be all lower-case
(#3502) Line exceeds 132 characters; contains 162 characters
(#3502) Closing brace must be on a line by itself
(#3503) Line indented incorrectly; expected at least 20 spaces, found 11
(#3503) Variable "Y" must be all lower-case
(#3503) Variable "XMargin" must be all lower-case
(#3503) Variable "WayPoints" must be all lower-case
(#3504) Line indented incorrectly; expected at least 20 spaces, found 11
(#3504) Variable "Force" must be all lower-case
(#3504) Variable "YStep" must be all lower-case
(#3506) Line indented incorrectly; expected 20 spaces, found 11
(#3506) Expected "if (...) {\n"; found "if (...) { "
(#3506) Variable "PosArray" must be all lower-case
(#3506) Variable "Value" must be all lower-case
(#3506) Variable "PosArray" must be all lower-case
(#3506) Variable "PosArray" must be all lower-case
(#3506) Variable "PosArray" must be all lower-case
(#3506) Variable "Value" must be all lower-case
(#3506) Closing brace must be on a line by itself
(#3507) Line indented incorrectly; expected at least 20 spaces, found 11
(#3507) Variable "LastGoodY" must be all lower-case
(#3507) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3507) Variable "LastGoodX" must be all lower-case
(#3507) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3507) Variable "LastX" must be all lower-case
(#3507) Variable "LastY" must be all lower-case
(#3508) Line indented incorrectly; expected 20 spaces, found 11
(#3508) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3508) Variable "PosArray" must be all lower-case
(#3508) Variable "Key" must be all lower-case
(#3508) Variable "X" must be all lower-case
(#3509) Line indented incorrectly; expected at least 20 spaces, found 12
(#3510) Line indented incorrectly; expected at least 24 spaces, found 13
(#3510) Inline control structures are not allowed
(#3510) Variable "DisplayValues" must be all lower-case
(#3510) Whitespace found at end of line
(#3511) Line indented incorrectly; expected at least 24 spaces, found 14
(#3511) Variable "X" must be all lower-case
(#3511) Expected 1 space before "+"; 0 found
(#3511) Expected 1 space after "+"; 0 found
(#3511) Variable "DisplayOffset" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Variable "Y" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Variable "Serie" must be all lower-case
(#3511) Variable "Key" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Variable "Mode" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Variable "Format" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Variable "Unit" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Expected 1 space before "=>"; 0 found
(#3511) Expected 1 space after "=>"; 0 found
(#3511) Commas (,) must be followed by white space.
(#3511) Expected 1 space before "=>"; 0 found
(#3511) Expected 1 space after "=>"; 0 found
(#3511) Variable "DisplayR" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Expected 1 space before "=>"; 0 found
(#3511) Expected 1 space after "=>"; 0 found
(#3511) Variable "DisplayG" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Expected 1 space before "=>"; 0 found
(#3511) Expected 1 space after "=>"; 0 found
(#3511) Variable "DisplayB" must be all lower-case
(#3511) Commas (,) must be followed by white space.
(#3511) Expected 1 space before "=>"; 0 found
(#3511) Expected 1 space after "=>"; 0 found
(#3511) Line exceeds maximum limit of 180 characters; contains 211 characters
(#3513) Line indented incorrectly; expected 24 spaces, found 13
(#3513) Expected "if (...) {\n"; found "if (...) { "
(#3513) Variable "RecordImageMap" must be all lower-case
(#3513) Variable "X" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "X" must be all lower-case
(#3513) Variable "Y" must be all lower-case
(#3513) Variable "ImageMapPlotSize" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "R" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "G" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "B" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "SerieDescription" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "Serie" must be all lower-case
(#3513) Variable "Key" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "Mode" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "Format" must be all lower-case
(#3513) Commas (,) must be followed by white space.
(#3513) Variable "Unit" must be all lower-case
(#3513) Line exceeds maximum limit of 180 characters; contains 239 characters
(#3513) Closing brace must be on a line by itself
(#3515) Line indented incorrectly; expected 24 spaces, found 13
(#3515) Expected "if (...) {\n"; found "if (...)\n { "
(#3515) Variable "X" must be all lower-case
(#3515) Variable "LastX" must be all lower-case
(#3515) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3516) Line indented incorrectly; expected at least 24 spaces, found 14
(#3516) Variable "WayPoints" must be all lower-case
(#3516) Commas (,) must be followed by white space.
(#3516) Expected 1 space before "=>"; 0 found
(#3516) Expected 1 space after "=>"; 0 found
(#3516) Variable "Force" must be all lower-case
(#3516) Commas (,) must be followed by white space.
(#3516) Expected 1 space before "=>"; 0 found
(#3516) Expected 1 space after "=>"; 0 found
(#3516) Variable "R" must be all lower-case
(#3516) Commas (,) must be followed by white space.
(#3516) Expected 1 space before "=>"; 0 found
(#3516) Expected 1 space after "=>"; 0 found
(#3516) Variable "G" must be all lower-case
(#3516) Commas (,) must be followed by white space.
(#3516) Expected 1 space before "=>"; 0 found
(#3516) Expected 1 space after "=>"; 0 found
(#3516) Variable "B" must be all lower-case
(#3516) Commas (,) must be followed by white space.
(#3516) Expected 1 space before "=>"; 0 found
(#3516) Expected 1 space after "=>"; 0 found
(#3516) Variable "Alpha" must be all lower-case
(#3516) Commas (,) must be followed by white space.
(#3516) Expected 1 space before "=>"; 0 found
(#3516) Expected 1 space after "=>"; 0 found
(#3516) Variable "Ticks" must be all lower-case
(#3516) Commas (,) must be followed by white space.
(#3516) Expected 1 space before "=>"; 0 found
(#3516) Expected 1 space after "=>"; 0 found
(#3516) Variable "Weight" must be all lower-case
(#3516) Variable "WayPoints" must be all lower-case
(#3516) Line exceeds 132 characters; contains 162 characters
(#3516) Closing brace must be on a line by itself
(#3518) Line indented incorrectly; expected 24 spaces, found 13
(#3518) Expected "if (...) {\n"; found "if (...)\n { "
(#3518) Variable "X" must be all lower-case
(#3518) Variable "LastX" must be all lower-case
(#3518) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3518) Variable "LastGoodX" must be all lower-case
(#3518) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3518) Variable "BreakVoid" must be all lower-case
(#3519) Line indented incorrectly; expected at least 24 spaces, found 14
(#3519) Variable "LastGoodX" must be all lower-case
(#3519) Commas (,) must be followed by white space.
(#3519) Variable "LastGoodY" must be all lower-case
(#3519) Commas (,) must be followed by white space.
(#3519) Variable "X" must be all lower-case
(#3519) Commas (,) must be followed by white space.
(#3519) Variable "Y" must be all lower-case
(#3519) Commas (,) must be followed by white space.
(#3519) Variable "BreakSettings" must be all lower-case
(#3519) Closing brace must be on a line by itself
(#3521) Line indented incorrectly; expected at least 24 spaces, found 13
(#3521) Inline control structures are not allowed
(#3521) Variable "X" must be all lower-case
(#3522) Line indented incorrectly; expected at least 24 spaces, found 14
(#3522) Variable "WayPoints" must be all lower-case
(#3522) Variable "X" must be all lower-case
(#3522) Commas (,) must be followed by white space.
(#3522) Variable "Y" must be all lower-case
(#3524) Line indented incorrectly; expected 24 spaces, found 13
(#3524) Expected "if (...) {\n"; found "if (...) { "
(#3524) Variable "X" must be all lower-case
(#3524) Variable "LastGoodX" must be all lower-case
(#3524) Variable "X" must be all lower-case
(#3524) Variable "LastGoodY" must be all lower-case
(#3524) Variable "Y" must be all lower-case
(#3524) Closing brace must be on a line by itself
(#3525) Line indented incorrectly; expected 24 spaces, found 13
(#3525) Expected "if (...) {\n"; found "if (...) { "
(#3525) Variable "X" must be all lower-case
(#3525) Variable "X" must be all lower-case
(#3525) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3525) Closing brace must be on a line by itself
(#3527) Line indented incorrectly; expected at least 24 spaces, found 13
(#3527) Variable "LastX" must be all lower-case
(#3527) Variable "X" must be all lower-case
(#3527) Variable "LastY" must be all lower-case
(#3527) Variable "Y" must be all lower-case
(#3528) Line indented incorrectly; expected at least 24 spaces, found 13
(#3528) Variable "Y" must be all lower-case
(#3528) Variable "Y" must be all lower-case
(#3528) Variable "YStep" must be all lower-case
(#3529) Line indented incorrectly; expected 20 spaces, found 12
(#3529) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3530) Line indented incorrectly; expected at least 20 spaces, found 11
(#3530) Variable "WayPoints" must be all lower-case
(#3530) Commas (,) must be followed by white space.
(#3530) Expected 1 space before "=>"; 0 found
(#3530) Expected 1 space after "=>"; 0 found
(#3530) Variable "Force" must be all lower-case
(#3530) Commas (,) must be followed by white space.
(#3530) Expected 1 space before "=>"; 0 found
(#3530) Expected 1 space after "=>"; 0 found
(#3530) Variable "R" must be all lower-case
(#3530) Commas (,) must be followed by white space.
(#3530) Expected 1 space before "=>"; 0 found
(#3530) Expected 1 space after "=>"; 0 found
(#3530) Variable "G" must be all lower-case
(#3530) Commas (,) must be followed by white space.
(#3530) Expected 1 space before "=>"; 0 found
(#3530) Expected 1 space after "=>"; 0 found
(#3530) Variable "B" must be all lower-case
(#3530) Commas (,) must be followed by white space.
(#3530) Expected 1 space before "=>"; 0 found
(#3530) Expected 1 space after "=>"; 0 found
(#3530) Variable "Alpha" must be all lower-case
(#3530) Commas (,) must be followed by white space.
(#3530) Expected 1 space before "=>"; 0 found
(#3530) Expected 1 space after "=>"; 0 found
(#3530) Variable "Ticks" must be all lower-case
(#3530) Commas (,) must be followed by white space.
(#3530) Expected 1 space before "=>"; 0 found
(#3530) Expected 1 space after "=>"; 0 found
(#3530) Variable "Weight" must be all lower-case
(#3530) Line exceeds 132 characters; contains 138 characters
(#3531) Line indented incorrectly; expected 16 spaces, found 10
(#3531) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3532) Line indented incorrectly; expected 12 spaces, found 8
(#3532) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3533) Line indented incorrectly; expected 8 spaces, found 6
(#3533) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3534) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3536) Line indented incorrectly; expected at least 4 spaces, found 3
(#3537) Line indented incorrectly; expected 4 spaces, found 3
(#3537) method name "pDraw::drawFilledSplineChart" must be in lower-case letters only
(#3537) Visibility must be declared on method "drawFilledSplineChart"
(#3537) Variable "Format" must be all lower-case
(#3537) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3538) Opening brace should be on the same line as the declaration
(#3539) Line indented incorrectly; expected at least 8 spaces, found 5
(#3539) Variable "DisplayValues" must be all lower-case
(#3539) Spaces must be used for alignment; tabs are not allowed
(#3539) Tab found within whitespace
(#3539) Variable "Format" must be all lower-case
(#3539) Variable "Format" must be all lower-case
(#3539) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3540) Line indented incorrectly; expected at least 8 spaces, found 5
(#3540) Variable "DisplayOffset" must be all lower-case
(#3540) Spaces must be used for alignment; tabs are not allowed
(#3540) Tab found within whitespace
(#3540) Variable "Format" must be all lower-case
(#3540) Variable "Format" must be all lower-case
(#3541) Line indented incorrectly; expected at least 8 spaces, found 5
(#3541) Variable "DisplayColor" must be all lower-case
(#3541) Spaces must be used for alignment; tabs are not allowed
(#3541) Tab found within whitespace
(#3541) Variable "Format" must be all lower-case
(#3541) Variable "Format" must be all lower-case
(#3542) Line indented incorrectly; expected at least 8 spaces, found 5
(#3542) Variable "DisplayR" must be all lower-case
(#3542) Spaces must be used for alignment; tabs are not allowed
(#3542) Tab found within whitespace
(#3542) Variable "Format" must be all lower-case
(#3542) Variable "Format" must be all lower-case
(#3543) Line indented incorrectly; expected at least 8 spaces, found 5
(#3543) Variable "DisplayG" must be all lower-case
(#3543) Spaces must be used for alignment; tabs are not allowed
(#3543) Tab found within whitespace
(#3543) Variable "Format" must be all lower-case
(#3543) Variable "Format" must be all lower-case
(#3544) Line indented incorrectly; expected at least 8 spaces, found 5
(#3544) Variable "DisplayB" must be all lower-case
(#3544) Spaces must be used for alignment; tabs are not allowed
(#3544) Tab found within whitespace
(#3544) Variable "Format" must be all lower-case
(#3544) Variable "Format" must be all lower-case
(#3545) Line indented incorrectly; expected at least 8 spaces, found 5
(#3545) Variable "AroundZero" must be all lower-case
(#3545) Spaces must be used for alignment; tabs are not allowed
(#3545) Tab found within whitespace
(#3545) Variable "Format" must be all lower-case
(#3545) Variable "Format" must be all lower-case
(#3545) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3546) Line indented incorrectly; expected at least 8 spaces, found 5
(#3546) Variable "Threshold" must be all lower-case
(#3546) Spaces must be used for alignment; tabs are not allowed
(#3546) Tab found within whitespace
(#3546) Variable "Format" must be all lower-case
(#3546) Variable "Format" must be all lower-case
(#3546) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3548) Line indented incorrectly; expected at least 8 spaces, found 5
(#3550) Line indented incorrectly; expected at least 8 spaces, found 5
(#3550) Variable "Data" must be all lower-case
(#3551) Line indented incorrectly; expected at least 8 spaces, found 5
(#3551) Variable "XMargin" must be all lower-case
(#3551) Commas (,) must be followed by white space.
(#3551) Variable "XDivs" must be all lower-case
(#3552) Line indented incorrectly; expected 8 spaces, found 5
(#3552) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3552) Variable "Data" must be all lower-case
(#3552) Variable "SerieName" must be all lower-case
(#3552) Variable "Serie" must be all lower-case
(#3553) Line indented incorrectly; expected at least 8 spaces, found 6
(#3554) Line indented incorrectly; expected 12 spaces, found 7
(#3554) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3554) Variable "Serie" must be all lower-case
(#3554) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3554) Variable "SerieName" must be all lower-case
(#3554) Variable "Data" must be all lower-case
(#3555) Line indented incorrectly; expected at least 12 spaces, found 8
(#3556) Line indented incorrectly; expected at least 16 spaces, found 9
(#3556) Variable "R" must be all lower-case
(#3556) Variable "Serie" must be all lower-case
(#3556) Variable "G" must be all lower-case
(#3556) Variable "Serie" must be all lower-case
(#3556) Variable "B" must be all lower-case
(#3556) Variable "Serie" must be all lower-case
(#3556) Variable "Alpha" must be all lower-case
(#3556) Variable "Serie" must be all lower-case
(#3556) Variable "Ticks" must be all lower-case
(#3556) Variable "Serie" must be all lower-case
(#3556) Line exceeds 132 characters; contains 150 characters
(#3557) Line indented incorrectly; expected 16 spaces, found 9
(#3557) Expected "if (...) {\n"; found "if (...) { "
(#3557) Variable "DisplayColor" must be all lower-case
(#3557) Variable "DisplayR" must be all lower-case
(#3557) Variable "R" must be all lower-case
(#3557) Variable "DisplayG" must be all lower-case
(#3557) Variable "G" must be all lower-case
(#3557) Variable "DisplayB" must be all lower-case
(#3557) Variable "B" must be all lower-case
(#3557) Closing brace must be on a line by itself
(#3559) Line indented incorrectly; expected at least 16 spaces, found 9
(#3559) Variable "AxisID" must be all lower-case
(#3559) Spaces must be used for alignment; tabs are not allowed
(#3559) Tab found within whitespace
(#3559) Variable "Serie" must be all lower-case
(#3560) Line indented incorrectly; expected at least 16 spaces, found 9
(#3560) Variable "Mode" must be all lower-case
(#3560) Spaces must be used for alignment; tabs are not allowed
(#3560) Tab found within whitespace
(#3560) Variable "Data" must be all lower-case
(#3560) Variable "AxisID" must be all lower-case
(#3561) Line indented incorrectly; expected at least 16 spaces, found 9
(#3561) Variable "Format" must be all lower-case
(#3561) Spaces must be used for alignment; tabs are not allowed
(#3561) Tab found within whitespace
(#3561) Variable "Data" must be all lower-case
(#3561) Variable "AxisID" must be all lower-case
(#3562) Line indented incorrectly; expected at least 16 spaces, found 9
(#3562) Variable "Unit" must be all lower-case
(#3562) Spaces must be used for alignment; tabs are not allowed
(#3562) Tab found within whitespace
(#3562) Variable "Data" must be all lower-case
(#3562) Variable "AxisID" must be all lower-case
(#3564) Line indented incorrectly; expected at least 16 spaces, found 9
(#3564) Variable "PosArray" must be all lower-case
(#3564) Variable "Serie" must be all lower-case
(#3564) Commas (,) must be followed by white space.
(#3564) Expected 1 space before "=>"; 0 found
(#3564) Expected 1 space after "=>"; 0 found
(#3564) Variable "Serie" must be all lower-case
(#3565) Line indented incorrectly; expected 16 spaces, found 9
(#3565) Expected "if (...) {\n"; found "if (...) { "
(#3565) Variable "AroundZero" must be all lower-case
(#3565) Variable "YZero" must be all lower-case
(#3565) Commas (,) must be followed by white space.
(#3565) Expected 1 space before "=>"; 0 found
(#3565) Expected 1 space after "=>"; 0 found
(#3565) Variable "Serie" must be all lower-case
(#3565) Closing brace must be on a line by itself
(#3567) Line indented incorrectly; expected 16 spaces, found 9
(#3567) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3567) Variable "Threshold" must be all lower-case
(#3567) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3568) Line indented incorrectly; expected at least 16 spaces, found 10
(#3569) Line indented incorrectly; expected 20 spaces, found 11
(#3569) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3569) Variable "Threshold" must be all lower-case
(#3569) Variable "Key" must be all lower-case
(#3569) Variable "Params" must be all lower-case
(#3570) Line indented incorrectly; expected at least 20 spaces, found 12
(#3571) Line indented incorrectly; expected at least 24 spaces, found 13
(#3571) Variable "Threshold" must be all lower-case
(#3571) Variable "Key" must be all lower-case
(#3571) Variable "Params" must be all lower-case
(#3571) Commas (,) must be followed by white space.
(#3571) Expected 1 space before "=>"; 0 found
(#3571) Expected 1 space after "=>"; 0 found
(#3571) Variable "Serie" must be all lower-case
(#3572) Line indented incorrectly; expected at least 24 spaces, found 13
(#3572) Variable "Threshold" must be all lower-case
(#3572) Variable "Key" must be all lower-case
(#3572) Variable "Params" must be all lower-case
(#3572) Commas (,) must be followed by white space.
(#3572) Expected 1 space before "=>"; 0 found
(#3572) Expected 1 space after "=>"; 0 found
(#3572) Variable "Serie" must be all lower-case
(#3573) Line indented incorrectly; expected 20 spaces, found 12
(#3573) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3574) Line indented incorrectly; expected 16 spaces, found 10
(#3574) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3576) Line indented incorrectly; expected at least 16 spaces, found 9
(#3576) Variable "SerieName" must be all lower-case
(#3578) Line indented incorrectly; expected 16 spaces, found 9
(#3578) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3578) Variable "Data" must be all lower-case
(#3579) Line indented incorrectly; expected at least 16 spaces, found 10
(#3580) Line indented incorrectly; expected 20 spaces, found 11
(#3580) Expected "if (...) {\n"; found "if (...) { "
(#3580) Variable "XDivs" must be all lower-case
(#3580) Variable "XStep" must be all lower-case
(#3580) Expected 1 space before "-"; 0 found
(#3580) Expected 1 space after "-"; 0 found
(#3580) Expected 1 space before "/"; 0 found
(#3580) Expected 1 space after "/"; 0 found
(#3580) Closing brace must be on a line by itself
(#3580) Expected "} else {\n"; found "} else { "
(#3580) Variable "XStep" must be all lower-case
(#3580) Expected 1 space before "-"; 0 found
(#3580) Expected 1 space after "-"; 0 found
(#3580) Expected 1 space before "-"; 0 found
(#3580) Expected 1 space after "-"; 0 found
(#3580) Variable "XMargin" must be all lower-case
(#3580) Expected 1 space before "*"; 0 found
(#3580) Expected 1 space after "*"; 0 found
(#3580) Expected 1 space before "/"; 0 found
(#3580) Expected 1 space after "/"; 0 found
(#3580) Variable "XDivs" must be all lower-case
(#3580) Line exceeds 132 characters; contains 162 characters
(#3580) Closing brace must be on a line by itself
(#3581) Line indented incorrectly; expected at least 20 spaces, found 11
(#3581) Variable "X" must be all lower-case
(#3581) Variable "XMargin" must be all lower-case
(#3581) Variable "WayPoints" must be all lower-case
(#3582) Line indented incorrectly; expected at least 20 spaces, found 11
(#3582) Variable "Force" must be all lower-case
(#3582) Variable "XStep" must be all lower-case
(#3584) Line indented incorrectly; expected 20 spaces, found 11
(#3584) Expected "if (...) {\n"; found "if (...) { "
(#3584) Variable "AroundZero" must be all lower-case
(#3584) Variable "YZero" must be all lower-case
(#3584) Expected 1 space before "-"; 0 found
(#3584) Expected 1 space after "-"; 0 found
(#3584) Closing brace must be on a line by itself
(#3585) Line indented incorrectly; expected 20 spaces, found 11
(#3585) Expected "if (...) {\n"; found "if (...) { "
(#3585) Variable "YZero" must be all lower-case
(#3585) Expected 1 space before "-"; 0 found
(#3585) Expected 1 space after "-"; 0 found
(#3585) Variable "YZero" must be all lower-case
(#3585) Expected 1 space before "-"; 0 found
(#3585) Expected 1 space after "-"; 0 found
(#3585) Closing brace must be on a line by itself
(#3586) Line indented incorrectly; expected 20 spaces, found 11
(#3586) Expected "if (...) {\n"; found "if (...) { "
(#3586) Variable "YZero" must be all lower-case
(#3586) Expected 1 space before "+"; 0 found
(#3586) Expected 1 space after "+"; 0 found
(#3586) Variable "YZero" must be all lower-case
(#3586) Expected 1 space before "+"; 0 found
(#3586) Expected 1 space after "+"; 0 found
(#3586) Closing brace must be on a line by itself
(#3588) Line indented incorrectly; expected at least 20 spaces, found 11
(#3588) Variable "LastX" must be all lower-case
(#3588) Variable "LastY" must be all lower-case
(#3589) Line indented incorrectly; expected 20 spaces, found 11
(#3589) Expected "if (...) {\n"; found "if (...) { "
(#3589) Variable "PosArray" must be all lower-case
(#3589) Variable "Value" must be all lower-case
(#3589) Variable "PosArray" must be all lower-case
(#3589) Variable "PosArray" must be all lower-case
(#3589) Variable "PosArray" must be all lower-case
(#3589) Variable "Value" must be all lower-case
(#3589) Closing brace must be on a line by itself
(#3590) Line indented incorrectly; expected 20 spaces, found 11
(#3590) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3590) Variable "PosArray" must be all lower-case
(#3590) Variable "Key" must be all lower-case
(#3590) Variable "Y" must be all lower-case
(#3591) Line indented incorrectly; expected at least 20 spaces, found 12
(#3592) Line indented incorrectly; expected at least 24 spaces, found 13
(#3592) Inline control structures are not allowed
(#3592) Variable "DisplayValues" must be all lower-case
(#3592) Whitespace found at end of line
(#3593) Line indented incorrectly; expected at least 24 spaces, found 14
(#3593) Variable "X" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Variable "Y" must be all lower-case
(#3593) Expected 1 space before "-"; 0 found
(#3593) Expected 1 space after "-"; 0 found
(#3593) Variable "DisplayOffset" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Variable "Serie" must be all lower-case
(#3593) Variable "Key" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Variable "Mode" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Variable "Format" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Variable "Unit" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Expected 1 space before "=>"; 0 found
(#3593) Expected 1 space after "=>"; 0 found
(#3593) Variable "DisplayR" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Expected 1 space before "=>"; 0 found
(#3593) Expected 1 space after "=>"; 0 found
(#3593) Variable "DisplayG" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Expected 1 space before "=>"; 0 found
(#3593) Expected 1 space after "=>"; 0 found
(#3593) Variable "DisplayB" must be all lower-case
(#3593) Commas (,) must be followed by white space.
(#3593) Expected 1 space before "=>"; 0 found
(#3593) Expected 1 space after "=>"; 0 found
(#3593) Line exceeds maximum limit of 180 characters; contains 198 characters
(#3595) Line indented incorrectly; expected 24 spaces, found 13
(#3595) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3595) Variable "Y" must be all lower-case
(#3596) Line indented incorrectly; expected at least 24 spaces, found 14
(#3597) Line indented incorrectly; expected at least 28 spaces, found 15
(#3597) Variable "Area" must be all lower-case
(#3597) Variable "WayPoints" must be all lower-case
(#3597) Commas (,) must be followed by white space.
(#3597) Expected 1 space before "=>"; 0 found
(#3597) Expected 1 space after "=>"; 0 found
(#3597) Variable "Force" must be all lower-case
(#3597) Commas (,) must be followed by white space.
(#3597) Expected 1 space before "=>"; 0 found
(#3597) Expected 1 space after "=>"; 0 found
(#3597) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3599) Line indented incorrectly; expected 28 spaces, found 15
(#3599) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3599) Variable "Area" must be all lower-case
(#3600) Line indented incorrectly; expected at least 28 spaces, found 16
(#3601) Line indented incorrectly; expected 32 spaces, found 17
(#3601) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#3601) Variable "Area" must be all lower-case
(#3601) Variable "Points" must be all lower-case
(#3602) Line indented incorrectly; expected at least 32 spaces, found 18
(#3603) Line indented incorrectly; expected at least 36 spaces, found 19
(#3603) Variable "Corners" must be all lower-case
(#3603) Variable "Corners" must be all lower-case
(#3603) Variable "Area" must be all lower-case
(#3603) Variable "Corners" must be all lower-case
(#3603) Variable "YZero" must be all lower-case
(#3604) Line indented incorrectly; expected 36 spaces, found 19
(#3604) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3604) Variable "Points" must be all lower-case
(#3604) Variable "subKey" must be all lower-case
(#3604) Variable "Point" must be all lower-case
(#3605) Line indented incorrectly; expected at least 36 spaces, found 20
(#3606) Line indented incorrectly; expected 40 spaces, found 21
(#3606) Expected "if (...) {\n"; found "if (...) { "
(#3606) Variable "subKey" must be all lower-case
(#3606) Variable "Points" must be all lower-case
(#3606) Expected 1 space before "-"; 0 found
(#3606) Expected 1 space after "-"; 0 found
(#3606) Variable "Corners" must be all lower-case
(#3606) Variable "Point" must be all lower-case
(#3606) Expected 1 space before "-"; 0 found
(#3606) Expected 1 space after "-"; 0 found
(#3606) Closing brace must be on a line by itself
(#3606) Expected "} else {\n"; found "} else { "
(#3606) Variable "Corners" must be all lower-case
(#3606) Variable "Point" must be all lower-case
(#3606) Closing brace must be on a line by itself
(#3607) Line indented incorrectly; expected at least 40 spaces, found 21
(#3607) Variable "Corners" must be all lower-case
(#3607) Variable "Point" must be all lower-case
(#3607) Expected 1 space before "+"; 0 found
(#3607) Expected 1 space after "+"; 0 found
(#3608) Line indented incorrectly; expected 36 spaces, found 20
(#3608) Closing brace indented incorrectly; expected 19 spaces, found 20
(#3609) Line indented incorrectly; expected at least 36 spaces, found 19
(#3609) Variable "Corners" must be all lower-case
(#3609) Variable "Points" must be all lower-case
(#3609) Variable "subKey" must be all lower-case
(#3609) Expected 1 space before "-"; 0 found
(#3609) Expected 1 space after "-"; 0 found
(#3609) Variable "Corners" must be all lower-case
(#3609) Variable "YZero" must be all lower-case
(#3611) Line indented incorrectly; expected at least 36 spaces, found 19
(#3611) Variable "Corners" must be all lower-case
(#3611) Commas (,) must be followed by white space.
(#3611) Expected 1 space before "=>"; 0 found
(#3611) Expected 1 space after "=>"; 0 found
(#3611) Variable "R" must be all lower-case
(#3611) Commas (,) must be followed by white space.
(#3611) Expected 1 space before "=>"; 0 found
(#3611) Expected 1 space after "=>"; 0 found
(#3611) Variable "G" must be all lower-case
(#3611) Commas (,) must be followed by white space.
(#3611) Expected 1 space before "=>"; 0 found
(#3611) Expected 1 space after "=>"; 0 found
(#3611) Variable "B" must be all lower-case
(#3611) Commas (,) must be followed by white space.
(#3611) Expected 1 space before "=>"; 0 found
(#3611) Expected 1 space after "=>"; 0 found
(#3611) Variable "Alpha" must be all lower-case
(#3611) Expected 1 space before "/"; 0 found
(#3611) Expected 1 space after "/"; 0 found
(#3611) Commas (,) must be followed by white space.
(#3611) Expected 1 space before "=>"; 0 found
(#3611) Expected 1 space after "=>"; 0 found
(#3611) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3611) Commas (,) must be followed by white space.
(#3611) Expected 1 space before "=>"; 0 found
(#3611) Expected 1 space after "=>"; 0 found
(#3611) Variable "Threshold" must be all lower-case
(#3611) Line exceeds 132 characters; contains 143 characters
(#3612) Line indented incorrectly; expected 32 spaces, found 18
(#3612) Closing brace indented incorrectly; expected 17 spaces, found 18
(#3613) Line indented incorrectly; expected at least 32 spaces, found 17
(#3613) Variable "WayPoints" must be all lower-case
(#3613) Commas (,) must be followed by white space.
(#3613) Expected 1 space before "=>"; 0 found
(#3613) Expected 1 space after "=>"; 0 found
(#3613) Variable "Force" must be all lower-case
(#3613) Commas (,) must be followed by white space.
(#3613) Expected 1 space before "=>"; 0 found
(#3613) Expected 1 space after "=>"; 0 found
(#3613) Variable "R" must be all lower-case
(#3613) Commas (,) must be followed by white space.
(#3613) Expected 1 space before "=>"; 0 found
(#3613) Expected 1 space after "=>"; 0 found
(#3613) Variable "G" must be all lower-case
(#3613) Commas (,) must be followed by white space.
(#3613) Expected 1 space before "=>"; 0 found
(#3613) Expected 1 space after "=>"; 0 found
(#3613) Variable "B" must be all lower-case
(#3613) Commas (,) must be followed by white space.
(#3613) Expected 1 space before "=>"; 0 found
(#3613) Expected 1 space after "=>"; 0 found
(#3613) Variable "Alpha" must be all lower-case
(#3613) Commas (,) must be followed by white space.
(#3613) Expected 1 space before "=>"; 0 found
(#3613) Expected 1 space after "=>"; 0 found
(#3613) Variable "Ticks" must be all lower-case
(#3614) Line indented incorrectly; expected 28 spaces, found 16
(#3614) Closing brace indented incorrectly; expected 15 spaces, found 16
(#3616) Line indented incorrectly; expected at least 28 spaces, found 15
(#3616) Variable "WayPoints" must be all lower-case
(#3617) Line indented incorrectly; expected 24 spaces, found 14
(#3617) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3618) Line indented incorrectly; expected at least 24 spaces, found 13
(#3618) Inline control structures are not allowed
(#3619) Line indented incorrectly; expected at least 24 spaces, found 14
(#3619) Variable "WayPoints" must be all lower-case
(#3619) Variable "X" must be all lower-case
(#3619) Commas (,) must be followed by white space.
(#3619) Variable "Y" must be all lower-case
(#3619) Expected 1 space before "-"; 0 found
(#3619) Expected 1 space after "-"; 0 found
(#3621) Line indented incorrectly; expected at least 24 spaces, found 13
(#3621) Variable "X" must be all lower-case
(#3621) Variable "X" must be all lower-case
(#3621) Variable "XStep" must be all lower-case
(#3622) Line indented incorrectly; expected 20 spaces, found 12
(#3622) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3623) Line indented incorrectly; expected at least 20 spaces, found 11
(#3623) Variable "Area" must be all lower-case
(#3623) Variable "WayPoints" must be all lower-case
(#3623) Commas (,) must be followed by white space.
(#3623) Expected 1 space before "=>"; 0 found
(#3623) Expected 1 space after "=>"; 0 found
(#3623) Variable "Force" must be all lower-case
(#3623) Commas (,) must be followed by white space.
(#3623) Expected 1 space before "=>"; 0 found
(#3623) Expected 1 space after "=>"; 0 found
(#3623) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3625) Line indented incorrectly; expected 20 spaces, found 11
(#3625) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3625) Variable "Area" must be all lower-case
(#3626) Line indented incorrectly; expected at least 20 spaces, found 12
(#3627) Line indented incorrectly; expected 24 spaces, found 13
(#3627) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#3627) Variable "Area" must be all lower-case
(#3627) Variable "Points" must be all lower-case
(#3628) Line indented incorrectly; expected at least 24 spaces, found 14
(#3629) Line indented incorrectly; expected at least 28 spaces, found 15
(#3629) Variable "Corners" must be all lower-case
(#3629) Variable "Corners" must be all lower-case
(#3629) Variable "Area" must be all lower-case
(#3629) Variable "Corners" must be all lower-case
(#3629) Variable "YZero" must be all lower-case
(#3630) Line indented incorrectly; expected 28 spaces, found 15
(#3630) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3630) Variable "Points" must be all lower-case
(#3630) Variable "subKey" must be all lower-case
(#3630) Variable "Point" must be all lower-case
(#3631) Line indented incorrectly; expected at least 28 spaces, found 16
(#3632) Line indented incorrectly; expected 32 spaces, found 17
(#3632) Expected "if (...) {\n"; found "if (...) { "
(#3632) Variable "subKey" must be all lower-case
(#3632) Variable "Points" must be all lower-case
(#3632) Expected 1 space before "-"; 0 found
(#3632) Expected 1 space after "-"; 0 found
(#3632) Variable "Corners" must be all lower-case
(#3632) Variable "Point" must be all lower-case
(#3632) Expected 1 space before "-"; 0 found
(#3632) Expected 1 space after "-"; 0 found
(#3632) Closing brace must be on a line by itself
(#3632) Expected "} else {\n"; found "} else { "
(#3632) Variable "Corners" must be all lower-case
(#3632) Variable "Point" must be all lower-case
(#3632) Closing brace must be on a line by itself
(#3633) Line indented incorrectly; expected at least 32 spaces, found 17
(#3633) Variable "Corners" must be all lower-case
(#3633) Variable "Point" must be all lower-case
(#3633) Expected 1 space before "+"; 0 found
(#3633) Expected 1 space after "+"; 0 found
(#3634) Line indented incorrectly; expected 28 spaces, found 16
(#3634) Closing brace indented incorrectly; expected 15 spaces, found 16
(#3635) Line indented incorrectly; expected at least 28 spaces, found 15
(#3635) Variable "Corners" must be all lower-case
(#3635) Variable "Points" must be all lower-case
(#3635) Variable "subKey" must be all lower-case
(#3635) Expected 1 space before "-"; 0 found
(#3635) Expected 1 space after "-"; 0 found
(#3635) Variable "Corners" must be all lower-case
(#3635) Variable "YZero" must be all lower-case
(#3637) Line indented incorrectly; expected at least 28 spaces, found 15
(#3637) Variable "Corners" must be all lower-case
(#3637) Commas (,) must be followed by white space.
(#3637) Expected 1 space before "=>"; 0 found
(#3637) Expected 1 space after "=>"; 0 found
(#3637) Variable "R" must be all lower-case
(#3637) Commas (,) must be followed by white space.
(#3637) Expected 1 space before "=>"; 0 found
(#3637) Expected 1 space after "=>"; 0 found
(#3637) Variable "G" must be all lower-case
(#3637) Commas (,) must be followed by white space.
(#3637) Expected 1 space before "=>"; 0 found
(#3637) Expected 1 space after "=>"; 0 found
(#3637) Variable "B" must be all lower-case
(#3637) Commas (,) must be followed by white space.
(#3637) Expected 1 space before "=>"; 0 found
(#3637) Expected 1 space after "=>"; 0 found
(#3637) Variable "Alpha" must be all lower-case
(#3637) Expected 1 space before "/"; 0 found
(#3637) Expected 1 space after "/"; 0 found
(#3637) Commas (,) must be followed by white space.
(#3637) Expected 1 space before "=>"; 0 found
(#3637) Expected 1 space after "=>"; 0 found
(#3637) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3637) Commas (,) must be followed by white space.
(#3637) Expected 1 space before "=>"; 0 found
(#3637) Expected 1 space after "=>"; 0 found
(#3637) Variable "Threshold" must be all lower-case
(#3637) Line exceeds 132 characters; contains 139 characters
(#3638) Line indented incorrectly; expected 24 spaces, found 14
(#3638) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3639) Line indented incorrectly; expected at least 24 spaces, found 13
(#3639) Variable "WayPoints" must be all lower-case
(#3639) Commas (,) must be followed by white space.
(#3639) Expected 1 space before "=>"; 0 found
(#3639) Expected 1 space after "=>"; 0 found
(#3639) Variable "Force" must be all lower-case
(#3639) Commas (,) must be followed by white space.
(#3639) Expected 1 space before "=>"; 0 found
(#3639) Expected 1 space after "=>"; 0 found
(#3639) Variable "R" must be all lower-case
(#3639) Commas (,) must be followed by white space.
(#3639) Expected 1 space before "=>"; 0 found
(#3639) Expected 1 space after "=>"; 0 found
(#3639) Variable "G" must be all lower-case
(#3639) Commas (,) must be followed by white space.
(#3639) Expected 1 space before "=>"; 0 found
(#3639) Expected 1 space after "=>"; 0 found
(#3639) Variable "B" must be all lower-case
(#3639) Commas (,) must be followed by white space.
(#3639) Expected 1 space before "=>"; 0 found
(#3639) Expected 1 space after "=>"; 0 found
(#3639) Variable "Alpha" must be all lower-case
(#3639) Commas (,) must be followed by white space.
(#3639) Expected 1 space before "=>"; 0 found
(#3639) Expected 1 space after "=>"; 0 found
(#3639) Variable "Ticks" must be all lower-case
(#3640) Line indented incorrectly; expected 20 spaces, found 12
(#3640) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3641) Line indented incorrectly; expected 16 spaces, found 10
(#3641) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3642) Line indented incorrectly; expected 16 spaces, found 9
(#3642) Expected "} else {\n"; found "}\n else\n {\n"
(#3643) Line indented incorrectly; expected at least 16 spaces, found 10
(#3644) Line indented incorrectly; expected 20 spaces, found 11
(#3644) Expected "if (...) {\n"; found "if (...) { "
(#3644) Variable "XDivs" must be all lower-case
(#3644) Variable "YStep" must be all lower-case
(#3644) Expected 1 space before "-"; 0 found
(#3644) Expected 1 space after "-"; 0 found
(#3644) Expected 1 space before "/"; 0 found
(#3644) Expected 1 space after "/"; 0 found
(#3644) Closing brace must be on a line by itself
(#3644) Expected "} else {\n"; found "} else { "
(#3644) Variable "YStep" must be all lower-case
(#3644) Expected 1 space before "-"; 0 found
(#3644) Expected 1 space after "-"; 0 found
(#3644) Expected 1 space before "-"; 0 found
(#3644) Expected 1 space after "-"; 0 found
(#3644) Variable "XMargin" must be all lower-case
(#3644) Expected 1 space before "*"; 0 found
(#3644) Expected 1 space after "*"; 0 found
(#3644) Expected 1 space before "/"; 0 found
(#3644) Expected 1 space after "/"; 0 found
(#3644) Variable "XDivs" must be all lower-case
(#3644) Line exceeds 132 characters; contains 162 characters
(#3644) Closing brace must be on a line by itself
(#3645) Line indented incorrectly; expected at least 20 spaces, found 11
(#3645) Variable "Y" must be all lower-case
(#3645) Variable "XMargin" must be all lower-case
(#3645) Variable "WayPoints" must be all lower-case
(#3646) Line indented incorrectly; expected at least 20 spaces, found 11
(#3646) Variable "Force" must be all lower-case
(#3646) Variable "YStep" must be all lower-case
(#3648) Line indented incorrectly; expected 20 spaces, found 11
(#3648) Expected "if (...) {\n"; found "if (...) { "
(#3648) Variable "AroundZero" must be all lower-case
(#3648) Variable "YZero" must be all lower-case
(#3648) Expected 1 space before "+"; 0 found
(#3648) Expected 1 space after "+"; 0 found
(#3648) Closing brace must be on a line by itself
(#3649) Line indented incorrectly; expected 20 spaces, found 11
(#3649) Expected "if (...) {\n"; found "if (...) { "
(#3649) Variable "YZero" must be all lower-case
(#3649) Expected 1 space before "-"; 0 found
(#3649) Expected 1 space after "-"; 0 found
(#3649) Variable "YZero" must be all lower-case
(#3649) Expected 1 space before "-"; 0 found
(#3649) Expected 1 space after "-"; 0 found
(#3649) Closing brace must be on a line by itself
(#3650) Line indented incorrectly; expected 20 spaces, found 11
(#3650) Expected "if (...) {\n"; found "if (...) { "
(#3650) Variable "YZero" must be all lower-case
(#3650) Expected 1 space before "+"; 0 found
(#3650) Expected 1 space after "+"; 0 found
(#3650) Variable "YZero" must be all lower-case
(#3650) Expected 1 space before "+"; 0 found
(#3650) Expected 1 space after "+"; 0 found
(#3650) Closing brace must be on a line by itself
(#3652) Line indented incorrectly; expected 20 spaces, found 11
(#3652) Expected "if (...) {\n"; found "if (...) { "
(#3652) Variable "PosArray" must be all lower-case
(#3652) Variable "Value" must be all lower-case
(#3652) Variable "PosArray" must be all lower-case
(#3652) Variable "PosArray" must be all lower-case
(#3652) Variable "PosArray" must be all lower-case
(#3652) Variable "Value" must be all lower-case
(#3652) Closing brace must be on a line by itself
(#3653) Line indented incorrectly; expected 20 spaces, found 11
(#3653) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3653) Variable "PosArray" must be all lower-case
(#3653) Variable "Key" must be all lower-case
(#3653) Variable "X" must be all lower-case
(#3654) Line indented incorrectly; expected at least 20 spaces, found 12
(#3655) Line indented incorrectly; expected at least 24 spaces, found 13
(#3655) Inline control structures are not allowed
(#3655) Variable "DisplayValues" must be all lower-case
(#3655) Whitespace found at end of line
(#3656) Line indented incorrectly; expected at least 24 spaces, found 14
(#3656) Variable "X" must be all lower-case
(#3656) Expected 1 space before "+"; 0 found
(#3656) Expected 1 space after "+"; 0 found
(#3656) Variable "DisplayOffset" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Variable "Y" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Variable "Serie" must be all lower-case
(#3656) Variable "Key" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Variable "Mode" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Variable "Format" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Variable "Unit" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Expected 1 space before "=>"; 0 found
(#3656) Expected 1 space after "=>"; 0 found
(#3656) Commas (,) must be followed by white space.
(#3656) Expected 1 space before "=>"; 0 found
(#3656) Expected 1 space after "=>"; 0 found
(#3656) Variable "DisplayR" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Expected 1 space before "=>"; 0 found
(#3656) Expected 1 space after "=>"; 0 found
(#3656) Variable "DisplayG" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Expected 1 space before "=>"; 0 found
(#3656) Expected 1 space after "=>"; 0 found
(#3656) Variable "DisplayB" must be all lower-case
(#3656) Commas (,) must be followed by white space.
(#3656) Expected 1 space before "=>"; 0 found
(#3656) Expected 1 space after "=>"; 0 found
(#3656) Line exceeds maximum limit of 180 characters; contains 211 characters
(#3658) Line indented incorrectly; expected 24 spaces, found 13
(#3658) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3658) Variable "X" must be all lower-case
(#3659) Line indented incorrectly; expected at least 24 spaces, found 14
(#3660) Line indented incorrectly; expected at least 28 spaces, found 15
(#3660) Variable "Area" must be all lower-case
(#3660) Variable "WayPoints" must be all lower-case
(#3660) Commas (,) must be followed by white space.
(#3660) Expected 1 space before "=>"; 0 found
(#3660) Expected 1 space after "=>"; 0 found
(#3660) Variable "Force" must be all lower-case
(#3660) Commas (,) must be followed by white space.
(#3660) Expected 1 space before "=>"; 0 found
(#3660) Expected 1 space after "=>"; 0 found
(#3660) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3662) Line indented incorrectly; expected 28 spaces, found 15
(#3662) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3662) Variable "Area" must be all lower-case
(#3663) Line indented incorrectly; expected at least 28 spaces, found 16
(#3664) Line indented incorrectly; expected 32 spaces, found 17
(#3664) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#3664) Variable "Area" must be all lower-case
(#3664) Variable "Points" must be all lower-case
(#3665) Line indented incorrectly; expected at least 32 spaces, found 18
(#3666) Line indented incorrectly; expected at least 36 spaces, found 19
(#3666) Variable "Corners" must be all lower-case
(#3666) Variable "Corners" must be all lower-case
(#3666) Variable "YZero" must be all lower-case
(#3666) Variable "Corners" must be all lower-case
(#3666) Variable "Area" must be all lower-case
(#3667) Line indented incorrectly; expected 36 spaces, found 19
(#3667) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3667) Variable "Points" must be all lower-case
(#3667) Variable "subKey" must be all lower-case
(#3667) Variable "Point" must be all lower-case
(#3668) Line indented incorrectly; expected at least 36 spaces, found 20
(#3669) Line indented incorrectly; expected 40 spaces, found 21
(#3669) Expected "if (...) {\n"; found "if (...) { "
(#3669) Variable "subKey" must be all lower-case
(#3669) Variable "Points" must be all lower-case
(#3669) Expected 1 space before "-"; 0 found
(#3669) Expected 1 space after "-"; 0 found
(#3669) Variable "Corners" must be all lower-case
(#3669) Variable "Point" must be all lower-case
(#3669) Expected 1 space before "-"; 0 found
(#3669) Expected 1 space after "-"; 0 found
(#3669) Closing brace must be on a line by itself
(#3669) Expected "} else {\n"; found "} else { "
(#3669) Variable "Corners" must be all lower-case
(#3669) Variable "Point" must be all lower-case
(#3669) Closing brace must be on a line by itself
(#3670) Line indented incorrectly; expected at least 40 spaces, found 21
(#3670) Variable "Corners" must be all lower-case
(#3670) Variable "Point" must be all lower-case
(#3671) Line indented incorrectly; expected 36 spaces, found 20
(#3671) Closing brace indented incorrectly; expected 19 spaces, found 20
(#3672) Line indented incorrectly; expected at least 36 spaces, found 19
(#3672) Variable "Corners" must be all lower-case
(#3672) Variable "YZero" must be all lower-case
(#3672) Variable "Corners" must be all lower-case
(#3672) Variable "Points" must be all lower-case
(#3672) Variable "subKey" must be all lower-case
(#3672) Expected 1 space before "-"; 0 found
(#3672) Expected 1 space after "-"; 0 found
(#3674) Line indented incorrectly; expected at least 36 spaces, found 19
(#3674) Variable "Corners" must be all lower-case
(#3674) Commas (,) must be followed by white space.
(#3674) Expected 1 space before "=>"; 0 found
(#3674) Expected 1 space after "=>"; 0 found
(#3674) Variable "R" must be all lower-case
(#3674) Commas (,) must be followed by white space.
(#3674) Expected 1 space before "=>"; 0 found
(#3674) Expected 1 space after "=>"; 0 found
(#3674) Variable "G" must be all lower-case
(#3674) Commas (,) must be followed by white space.
(#3674) Expected 1 space before "=>"; 0 found
(#3674) Expected 1 space after "=>"; 0 found
(#3674) Variable "B" must be all lower-case
(#3674) Commas (,) must be followed by white space.
(#3674) Expected 1 space before "=>"; 0 found
(#3674) Expected 1 space after "=>"; 0 found
(#3674) Variable "Alpha" must be all lower-case
(#3674) Expected 1 space before "/"; 0 found
(#3674) Expected 1 space after "/"; 0 found
(#3674) Commas (,) must be followed by white space.
(#3674) Expected 1 space before "=>"; 0 found
(#3674) Expected 1 space after "=>"; 0 found
(#3674) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3674) Commas (,) must be followed by white space.
(#3674) Expected 1 space before "=>"; 0 found
(#3674) Expected 1 space after "=>"; 0 found
(#3674) Variable "Threshold" must be all lower-case
(#3674) Line exceeds 132 characters; contains 143 characters
(#3675) Line indented incorrectly; expected 32 spaces, found 18
(#3675) Closing brace indented incorrectly; expected 17 spaces, found 18
(#3676) Line indented incorrectly; expected at least 32 spaces, found 17
(#3676) Variable "WayPoints" must be all lower-case
(#3676) Commas (,) must be followed by white space.
(#3676) Expected 1 space before "=>"; 0 found
(#3676) Expected 1 space after "=>"; 0 found
(#3676) Variable "Force" must be all lower-case
(#3676) Commas (,) must be followed by white space.
(#3676) Expected 1 space before "=>"; 0 found
(#3676) Expected 1 space after "=>"; 0 found
(#3676) Variable "R" must be all lower-case
(#3676) Commas (,) must be followed by white space.
(#3676) Expected 1 space before "=>"; 0 found
(#3676) Expected 1 space after "=>"; 0 found
(#3676) Variable "G" must be all lower-case
(#3676) Commas (,) must be followed by white space.
(#3676) Expected 1 space before "=>"; 0 found
(#3676) Expected 1 space after "=>"; 0 found
(#3676) Variable "B" must be all lower-case
(#3676) Commas (,) must be followed by white space.
(#3676) Expected 1 space before "=>"; 0 found
(#3676) Expected 1 space after "=>"; 0 found
(#3676) Variable "Alpha" must be all lower-case
(#3676) Commas (,) must be followed by white space.
(#3676) Expected 1 space before "=>"; 0 found
(#3676) Expected 1 space after "=>"; 0 found
(#3676) Variable "Ticks" must be all lower-case
(#3677) Line indented incorrectly; expected 28 spaces, found 16
(#3677) Closing brace indented incorrectly; expected 15 spaces, found 16
(#3679) Line indented incorrectly; expected at least 28 spaces, found 15
(#3679) Variable "WayPoints" must be all lower-case
(#3680) Line indented incorrectly; expected 24 spaces, found 14
(#3680) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3681) Line indented incorrectly; expected at least 24 spaces, found 13
(#3681) Inline control structures are not allowed
(#3682) Line indented incorrectly; expected at least 24 spaces, found 14
(#3682) Variable "WayPoints" must be all lower-case
(#3682) Variable "X" must be all lower-case
(#3682) Commas (,) must be followed by white space.
(#3682) Variable "Y" must be all lower-case
(#3684) Line indented incorrectly; expected at least 24 spaces, found 13
(#3684) Variable "Y" must be all lower-case
(#3684) Variable "Y" must be all lower-case
(#3684) Variable "YStep" must be all lower-case
(#3685) Line indented incorrectly; expected 20 spaces, found 12
(#3685) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3686) Line indented incorrectly; expected at least 20 spaces, found 11
(#3686) Variable "Area" must be all lower-case
(#3686) Variable "WayPoints" must be all lower-case
(#3686) Commas (,) must be followed by white space.
(#3686) Expected 1 space before "=>"; 0 found
(#3686) Expected 1 space after "=>"; 0 found
(#3686) Variable "Force" must be all lower-case
(#3686) Commas (,) must be followed by white space.
(#3686) Expected 1 space before "=>"; 0 found
(#3686) Expected 1 space after "=>"; 0 found
(#3686) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3688) Line indented incorrectly; expected 20 spaces, found 11
(#3688) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3688) Variable "Area" must be all lower-case
(#3689) Line indented incorrectly; expected at least 20 spaces, found 12
(#3690) Line indented incorrectly; expected 24 spaces, found 13
(#3690) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#3690) Variable "Area" must be all lower-case
(#3690) Variable "Points" must be all lower-case
(#3691) Line indented incorrectly; expected at least 24 spaces, found 14
(#3692) Line indented incorrectly; expected at least 28 spaces, found 15
(#3692) Variable "Corners" must be all lower-case
(#3692) Variable "Corners" must be all lower-case
(#3692) Variable "YZero" must be all lower-case
(#3692) Variable "Corners" must be all lower-case
(#3692) Variable "Area" must be all lower-case
(#3693) Line indented incorrectly; expected 28 spaces, found 15
(#3693) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3693) Variable "Points" must be all lower-case
(#3693) Variable "subKey" must be all lower-case
(#3693) Variable "Point" must be all lower-case
(#3694) Line indented incorrectly; expected at least 28 spaces, found 16
(#3695) Line indented incorrectly; expected 32 spaces, found 17
(#3695) Expected "if (...) {\n"; found "if (...) { "
(#3695) Variable "subKey" must be all lower-case
(#3695) Variable "Points" must be all lower-case
(#3695) Expected 1 space before "-"; 0 found
(#3695) Expected 1 space after "-"; 0 found
(#3695) Variable "Corners" must be all lower-case
(#3695) Variable "Point" must be all lower-case
(#3695) Expected 1 space before "-"; 0 found
(#3695) Expected 1 space after "-"; 0 found
(#3695) Closing brace must be on a line by itself
(#3695) Expected "} else {\n"; found "} else { "
(#3695) Variable "Corners" must be all lower-case
(#3695) Variable "Point" must be all lower-case
(#3695) Closing brace must be on a line by itself
(#3696) Line indented incorrectly; expected at least 32 spaces, found 17
(#3696) Variable "Corners" must be all lower-case
(#3696) Variable "Point" must be all lower-case
(#3697) Line indented incorrectly; expected 28 spaces, found 16
(#3697) Closing brace indented incorrectly; expected 15 spaces, found 16
(#3698) Line indented incorrectly; expected at least 28 spaces, found 15
(#3698) Variable "Corners" must be all lower-case
(#3698) Variable "YZero" must be all lower-case
(#3698) Variable "Corners" must be all lower-case
(#3698) Variable "Points" must be all lower-case
(#3698) Variable "subKey" must be all lower-case
(#3698) Expected 1 space before "-"; 0 found
(#3698) Expected 1 space after "-"; 0 found
(#3700) Line indented incorrectly; expected at least 28 spaces, found 15
(#3700) Variable "Corners" must be all lower-case
(#3700) Commas (,) must be followed by white space.
(#3700) Expected 1 space before "=>"; 0 found
(#3700) Expected 1 space after "=>"; 0 found
(#3700) Variable "R" must be all lower-case
(#3700) Commas (,) must be followed by white space.
(#3700) Expected 1 space before "=>"; 0 found
(#3700) Expected 1 space after "=>"; 0 found
(#3700) Variable "G" must be all lower-case
(#3700) Commas (,) must be followed by white space.
(#3700) Expected 1 space before "=>"; 0 found
(#3700) Expected 1 space after "=>"; 0 found
(#3700) Variable "B" must be all lower-case
(#3700) Commas (,) must be followed by white space.
(#3700) Expected 1 space before "=>"; 0 found
(#3700) Expected 1 space after "=>"; 0 found
(#3700) Variable "Alpha" must be all lower-case
(#3700) Expected 1 space before "/"; 0 found
(#3700) Expected 1 space after "/"; 0 found
(#3700) Commas (,) must be followed by white space.
(#3700) Expected 1 space before "=>"; 0 found
(#3700) Expected 1 space after "=>"; 0 found
(#3700) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3700) Commas (,) must be followed by white space.
(#3700) Expected 1 space before "=>"; 0 found
(#3700) Expected 1 space after "=>"; 0 found
(#3700) Variable "Threshold" must be all lower-case
(#3700) Line exceeds 132 characters; contains 139 characters
(#3701) Line indented incorrectly; expected 24 spaces, found 14
(#3701) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3702) Line indented incorrectly; expected at least 24 spaces, found 13
(#3702) Variable "WayPoints" must be all lower-case
(#3702) Commas (,) must be followed by white space.
(#3702) Expected 1 space before "=>"; 0 found
(#3702) Expected 1 space after "=>"; 0 found
(#3702) Variable "Force" must be all lower-case
(#3702) Commas (,) must be followed by white space.
(#3702) Expected 1 space before "=>"; 0 found
(#3702) Expected 1 space after "=>"; 0 found
(#3702) Variable "R" must be all lower-case
(#3702) Commas (,) must be followed by white space.
(#3702) Expected 1 space before "=>"; 0 found
(#3702) Expected 1 space after "=>"; 0 found
(#3702) Variable "G" must be all lower-case
(#3702) Commas (,) must be followed by white space.
(#3702) Expected 1 space before "=>"; 0 found
(#3702) Expected 1 space after "=>"; 0 found
(#3702) Variable "B" must be all lower-case
(#3702) Commas (,) must be followed by white space.
(#3702) Expected 1 space before "=>"; 0 found
(#3702) Expected 1 space after "=>"; 0 found
(#3702) Variable "Alpha" must be all lower-case
(#3702) Commas (,) must be followed by white space.
(#3702) Expected 1 space before "=>"; 0 found
(#3702) Expected 1 space after "=>"; 0 found
(#3702) Variable "Ticks" must be all lower-case
(#3703) Line indented incorrectly; expected 20 spaces, found 12
(#3703) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3705) Line indented incorrectly; expected 16 spaces, found 10
(#3705) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3706) Line indented incorrectly; expected 12 spaces, found 8
(#3706) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3707) Line indented incorrectly; expected 8 spaces, found 6
(#3707) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3708) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3710) Line indented incorrectly; expected at least 4 spaces, found 3
(#3711) Line indented incorrectly; expected 4 spaces, found 3
(#3711) method name "pDraw::drawLineChart" must be in lower-case letters only
(#3711) Visibility must be declared on method "drawLineChart"
(#3711) Variable "Format" must be all lower-case
(#3711) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3712) Opening brace should be on the same line as the declaration
(#3713) Line indented incorrectly; expected at least 8 spaces, found 5
(#3713) Variable "BreakVoid" must be all lower-case
(#3713) Spaces must be used for alignment; tabs are not allowed
(#3713) Tab found within whitespace
(#3713) Variable "Format" must be all lower-case
(#3713) Variable "Format" must be all lower-case
(#3713) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3714) Line indented incorrectly; expected at least 8 spaces, found 5
(#3714) Variable "VoidTicks" must be all lower-case
(#3714) Spaces must be used for alignment; tabs are not allowed
(#3714) Tab found within whitespace
(#3714) Variable "Format" must be all lower-case
(#3714) Variable "Format" must be all lower-case
(#3715) Line indented incorrectly; expected at least 8 spaces, found 5
(#3715) Variable "BreakR" must be all lower-case
(#3715) Spaces must be used for alignment; tabs are not allowed
(#3715) Tab found within whitespace
(#3715) Variable "Format" must be all lower-case
(#3715) Variable "Format" must be all lower-case
(#3715) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3716) Line indented incorrectly; expected at least 8 spaces, found 5
(#3716) Variable "BreakG" must be all lower-case
(#3716) Spaces must be used for alignment; tabs are not allowed
(#3716) Tab found within whitespace
(#3716) Variable "Format" must be all lower-case
(#3716) Variable "Format" must be all lower-case
(#3716) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3717) Line indented incorrectly; expected at least 8 spaces, found 5
(#3717) Variable "BreakB" must be all lower-case
(#3717) Spaces must be used for alignment; tabs are not allowed
(#3717) Tab found within whitespace
(#3717) Variable "Format" must be all lower-case
(#3717) Variable "Format" must be all lower-case
(#3717) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3718) Line indented incorrectly; expected at least 8 spaces, found 5
(#3718) Variable "DisplayValues" must be all lower-case
(#3718) Spaces must be used for alignment; tabs are not allowed
(#3718) Tab found within whitespace
(#3718) Variable "Format" must be all lower-case
(#3718) Variable "Format" must be all lower-case
(#3718) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3719) Line indented incorrectly; expected at least 8 spaces, found 5
(#3719) Variable "DisplayOffset" must be all lower-case
(#3719) Spaces must be used for alignment; tabs are not allowed
(#3719) Tab found within whitespace
(#3719) Variable "Format" must be all lower-case
(#3719) Variable "Format" must be all lower-case
(#3720) Line indented incorrectly; expected at least 8 spaces, found 5
(#3720) Variable "DisplayColor" must be all lower-case
(#3720) Spaces must be used for alignment; tabs are not allowed
(#3720) Tab found within whitespace
(#3720) Variable "Format" must be all lower-case
(#3720) Variable "Format" must be all lower-case
(#3721) Line indented incorrectly; expected at least 8 spaces, found 5
(#3721) Variable "DisplayR" must be all lower-case
(#3721) Spaces must be used for alignment; tabs are not allowed
(#3721) Tab found within whitespace
(#3721) Variable "Format" must be all lower-case
(#3721) Variable "Format" must be all lower-case
(#3722) Line indented incorrectly; expected at least 8 spaces, found 5
(#3722) Variable "DisplayG" must be all lower-case
(#3722) Spaces must be used for alignment; tabs are not allowed
(#3722) Tab found within whitespace
(#3722) Variable "Format" must be all lower-case
(#3722) Variable "Format" must be all lower-case
(#3723) Line indented incorrectly; expected at least 8 spaces, found 5
(#3723) Variable "DisplayB" must be all lower-case
(#3723) Spaces must be used for alignment; tabs are not allowed
(#3723) Tab found within whitespace
(#3723) Variable "Format" must be all lower-case
(#3723) Variable "Format" must be all lower-case
(#3724) Line indented incorrectly; expected at least 8 spaces, found 5
(#3724) Variable "RecordImageMap" must be all lower-case
(#3724) Spaces must be used for alignment; tabs are not allowed
(#3724) Tab found within whitespace
(#3724) Variable "Format" must be all lower-case
(#3724) Variable "Format" must be all lower-case
(#3724) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3725) Line indented incorrectly; expected at least 8 spaces, found 5
(#3725) Variable "ImageMapPlotSize" must be all lower-case
(#3725) Variable "Format" must be all lower-case
(#3725) Variable "Format" must be all lower-case
(#3726) Line indented incorrectly; expected at least 8 spaces, found 5
(#3726) Variable "ForceColor" must be all lower-case
(#3726) Spaces must be used for alignment; tabs are not allowed
(#3726) Tab found within whitespace
(#3726) Variable "Format" must be all lower-case
(#3726) Variable "Format" must be all lower-case
(#3726) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3727) Line indented incorrectly; expected at least 8 spaces, found 5
(#3727) Variable "ForceR" must be all lower-case
(#3727) Spaces must be used for alignment; tabs are not allowed
(#3727) Tab found within whitespace
(#3727) Variable "Format" must be all lower-case
(#3727) Variable "Format" must be all lower-case
(#3728) Line indented incorrectly; expected at least 8 spaces, found 5
(#3728) Variable "ForceG" must be all lower-case
(#3728) Spaces must be used for alignment; tabs are not allowed
(#3728) Tab found within whitespace
(#3728) Variable "Format" must be all lower-case
(#3728) Variable "Format" must be all lower-case
(#3729) Line indented incorrectly; expected at least 8 spaces, found 5
(#3729) Variable "ForceB" must be all lower-case
(#3729) Spaces must be used for alignment; tabs are not allowed
(#3729) Tab found within whitespace
(#3729) Variable "Format" must be all lower-case
(#3729) Variable "Format" must be all lower-case
(#3730) Line indented incorrectly; expected at least 8 spaces, found 5
(#3730) Variable "ForceAlpha" must be all lower-case
(#3730) Spaces must be used for alignment; tabs are not allowed
(#3730) Tab found within whitespace
(#3730) Variable "Format" must be all lower-case
(#3730) Variable "Format" must be all lower-case
(#3732) Line indented incorrectly; expected at least 8 spaces, found 5
(#3734) Line indented incorrectly; expected at least 8 spaces, found 5
(#3734) Variable "Data" must be all lower-case
(#3735) Line indented incorrectly; expected at least 8 spaces, found 5
(#3735) Variable "XMargin" must be all lower-case
(#3735) Commas (,) must be followed by white space.
(#3735) Variable "XDivs" must be all lower-case
(#3736) Line indented incorrectly; expected 8 spaces, found 5
(#3736) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3736) Variable "Data" must be all lower-case
(#3736) Variable "SerieName" must be all lower-case
(#3736) Variable "Serie" must be all lower-case
(#3737) Line indented incorrectly; expected at least 8 spaces, found 6
(#3738) Line indented incorrectly; expected 12 spaces, found 7
(#3738) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3738) Variable "Serie" must be all lower-case
(#3738) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3738) Variable "SerieName" must be all lower-case
(#3738) Variable "Data" must be all lower-case
(#3739) Line indented incorrectly; expected at least 12 spaces, found 8
(#3740) Line indented incorrectly; expected at least 16 spaces, found 9
(#3740) Variable "R" must be all lower-case
(#3740) Variable "Serie" must be all lower-case
(#3740) Variable "G" must be all lower-case
(#3740) Variable "Serie" must be all lower-case
(#3740) Variable "B" must be all lower-case
(#3740) Variable "Serie" must be all lower-case
(#3740) Variable "Alpha" must be all lower-case
(#3740) Variable "Serie" must be all lower-case
(#3740) Variable "Ticks" must be all lower-case
(#3740) Variable "Serie" must be all lower-case
(#3740) Variable "Weight" must be all lower-case
(#3740) Variable "Serie" must be all lower-case
(#3740) Line exceeds 132 characters; contains 178 characters
(#3742) Line indented incorrectly; expected 16 spaces, found 9
(#3742) Expected "if (...) {\n"; found "if (...)\n { "
(#3742) Variable "ForceColor" must be all lower-case
(#3743) Line indented incorrectly; expected at least 16 spaces, found 10
(#3743) Variable "R" must be all lower-case
(#3743) Variable "ForceR" must be all lower-case
(#3743) Variable "G" must be all lower-case
(#3743) Variable "ForceG" must be all lower-case
(#3743) Variable "B" must be all lower-case
(#3743) Variable "ForceB" must be all lower-case
(#3743) Variable "Alpha" must be all lower-case
(#3743) Variable "ForceAlpha" must be all lower-case
(#3743) Closing brace must be on a line by itself
(#3745) Line indented incorrectly; expected at least 16 spaces, found 9
(#3745) Inline control structures are not allowed
(#3745) Variable "BreakR" must be all lower-case
(#3745) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3746) Line indented incorrectly; expected at least 16 spaces, found 10
(#3746) Variable "BreakSettings" must be all lower-case
(#3746) Expected 1 space before "=>"; 0 found
(#3746) Expected 1 space after "=>"; 0 found
(#3746) Variable "R" must be all lower-case
(#3746) Commas (,) must be followed by white space.
(#3746) Expected 1 space before "=>"; 0 found
(#3746) Expected 1 space after "=>"; 0 found
(#3746) Variable "G" must be all lower-case
(#3746) Commas (,) must be followed by white space.
(#3746) Expected 1 space before "=>"; 0 found
(#3746) Expected 1 space after "=>"; 0 found
(#3746) Variable "B" must be all lower-case
(#3746) Commas (,) must be followed by white space.
(#3746) Expected 1 space before "=>"; 0 found
(#3746) Expected 1 space after "=>"; 0 found
(#3746) Variable "Alpha" must be all lower-case
(#3746) Commas (,) must be followed by white space.
(#3746) Expected 1 space before "=>"; 0 found
(#3746) Expected 1 space after "=>"; 0 found
(#3746) Variable "VoidTicks" must be all lower-case
(#3746) Commas (,) must be followed by white space.
(#3746) Expected 1 space before "=>"; 0 found
(#3746) Expected 1 space after "=>"; 0 found
(#3746) Variable "Weight" must be all lower-case
(#3747) Line indented incorrectly; expected at least 16 spaces, found 9
(#3747) Inline control structures are not allowed
(#3748) Line indented incorrectly; expected at least 16 spaces, found 10
(#3748) Variable "BreakSettings" must be all lower-case
(#3748) Expected 1 space before "=>"; 0 found
(#3748) Expected 1 space after "=>"; 0 found
(#3748) Variable "BreakR" must be all lower-case
(#3748) Commas (,) must be followed by white space.
(#3748) Expected 1 space before "=>"; 0 found
(#3748) Expected 1 space after "=>"; 0 found
(#3748) Variable "BreakG" must be all lower-case
(#3748) Commas (,) must be followed by white space.
(#3748) Expected 1 space before "=>"; 0 found
(#3748) Expected 1 space after "=>"; 0 found
(#3748) Variable "BreakB" must be all lower-case
(#3748) Commas (,) must be followed by white space.
(#3748) Expected 1 space before "=>"; 0 found
(#3748) Expected 1 space after "=>"; 0 found
(#3748) Variable "Alpha" must be all lower-case
(#3748) Commas (,) must be followed by white space.
(#3748) Expected 1 space before "=>"; 0 found
(#3748) Expected 1 space after "=>"; 0 found
(#3748) Variable "VoidTicks" must be all lower-case
(#3748) Commas (,) must be followed by white space.
(#3748) Expected 1 space before "=>"; 0 found
(#3748) Expected 1 space after "=>"; 0 found
(#3748) Variable "Weight" must be all lower-case
(#3750) Line indented incorrectly; expected 16 spaces, found 9
(#3750) Expected "if (...) {\n"; found "if (...) { "
(#3750) Variable "DisplayColor" must be all lower-case
(#3750) Variable "DisplayR" must be all lower-case
(#3750) Variable "R" must be all lower-case
(#3750) Variable "DisplayG" must be all lower-case
(#3750) Variable "G" must be all lower-case
(#3750) Variable "DisplayB" must be all lower-case
(#3750) Variable "B" must be all lower-case
(#3750) Closing brace must be on a line by itself
(#3752) Line indented incorrectly; expected at least 16 spaces, found 9
(#3752) Variable "AxisID" must be all lower-case
(#3752) Spaces must be used for alignment; tabs are not allowed
(#3752) Tab found within whitespace
(#3752) Variable "Serie" must be all lower-case
(#3753) Line indented incorrectly; expected at least 16 spaces, found 9
(#3753) Variable "Mode" must be all lower-case
(#3753) Spaces must be used for alignment; tabs are not allowed
(#3753) Tab found within whitespace
(#3753) Variable "Data" must be all lower-case
(#3753) Variable "AxisID" must be all lower-case
(#3754) Line indented incorrectly; expected at least 16 spaces, found 9
(#3754) Variable "Format" must be all lower-case
(#3754) Spaces must be used for alignment; tabs are not allowed
(#3754) Tab found within whitespace
(#3754) Variable "Data" must be all lower-case
(#3754) Variable "AxisID" must be all lower-case
(#3755) Line indented incorrectly; expected at least 16 spaces, found 9
(#3755) Variable "Unit" must be all lower-case
(#3755) Spaces must be used for alignment; tabs are not allowed
(#3755) Tab found within whitespace
(#3755) Variable "Data" must be all lower-case
(#3755) Variable "AxisID" must be all lower-case
(#3757) Line indented incorrectly; expected 16 spaces, found 9
(#3757) Expected "if (...) {\n"; found "if (...) { "
(#3757) Variable "Serie" must be all lower-case
(#3757) Variable "SerieDescription" must be all lower-case
(#3757) Variable "Serie" must be all lower-case
(#3757) Closing brace must be on a line by itself
(#3757) Expected "} else {\n"; found "} else { "
(#3757) Variable "SerieDescription" must be all lower-case
(#3757) Variable "SerieName" must be all lower-case
(#3757) Closing brace must be on a line by itself
(#3759) Line indented incorrectly; expected at least 16 spaces, found 9
(#3759) Variable "PosArray" must be all lower-case
(#3759) Variable "Serie" must be all lower-case
(#3759) Commas (,) must be followed by white space.
(#3759) Expected 1 space before "=>"; 0 found
(#3759) Expected 1 space after "=>"; 0 found
(#3759) Variable "Serie" must be all lower-case
(#3761) Line indented incorrectly; expected at least 16 spaces, found 9
(#3761) Variable "SerieName" must be all lower-case
(#3763) Line indented incorrectly; expected 16 spaces, found 9
(#3763) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3763) Variable "Data" must be all lower-case
(#3764) Line indented incorrectly; expected at least 16 spaces, found 10
(#3765) Line indented incorrectly; expected 20 spaces, found 11
(#3765) Expected "if (...) {\n"; found "if (...) { "
(#3765) Variable "XDivs" must be all lower-case
(#3765) Variable "XStep" must be all lower-case
(#3765) Expected 1 space before "-"; 0 found
(#3765) Expected 1 space after "-"; 0 found
(#3765) Expected 1 space before "/"; 0 found
(#3765) Expected 1 space after "/"; 0 found
(#3765) Closing brace must be on a line by itself
(#3765) Expected "} else {\n"; found "} else { "
(#3765) Variable "XStep" must be all lower-case
(#3765) Expected 1 space before "-"; 0 found
(#3765) Expected 1 space after "-"; 0 found
(#3765) Expected 1 space before "-"; 0 found
(#3765) Expected 1 space after "-"; 0 found
(#3765) Variable "XMargin" must be all lower-case
(#3765) Expected 1 space before "*"; 0 found
(#3765) Expected 1 space after "*"; 0 found
(#3765) Expected 1 space before "/"; 0 found
(#3765) Expected 1 space after "/"; 0 found
(#3765) Variable "XDivs" must be all lower-case
(#3765) Line exceeds 132 characters; contains 162 characters
(#3765) Closing brace must be on a line by itself
(#3766) Line indented incorrectly; expected at least 20 spaces, found 11
(#3766) Variable "X" must be all lower-case
(#3766) Variable "XMargin" must be all lower-case
(#3766) Variable "LastX" must be all lower-case
(#3766) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3766) Variable "LastY" must be all lower-case
(#3766) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3768) Line indented incorrectly; expected 20 spaces, found 11
(#3768) Expected "if (...) {\n"; found "if (...) { "
(#3768) Variable "PosArray" must be all lower-case
(#3768) Variable "Value" must be all lower-case
(#3768) Variable "PosArray" must be all lower-case
(#3768) Variable "PosArray" must be all lower-case
(#3768) Variable "PosArray" must be all lower-case
(#3768) Variable "Value" must be all lower-case
(#3768) Closing brace must be on a line by itself
(#3769) Line indented incorrectly; expected at least 20 spaces, found 11
(#3769) Variable "LastGoodY" must be all lower-case
(#3769) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3769) Variable "LastGoodX" must be all lower-case
(#3769) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3770) Line indented incorrectly; expected 20 spaces, found 11
(#3770) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3770) Variable "PosArray" must be all lower-case
(#3770) Variable "Key" must be all lower-case
(#3770) Variable "Y" must be all lower-case
(#3771) Line indented incorrectly; expected at least 20 spaces, found 12
(#3772) Line indented incorrectly; expected 24 spaces, found 13
(#3772) Expected "if (...) {\n"; found "if (...) \n {\n"
(#3772) Variable "DisplayValues" must be all lower-case
(#3772) Variable "Serie" must be all lower-case
(#3772) Variable "Key" must be all lower-case
(#3772) Whitespace found at end of line
(#3773) Line indented incorrectly; expected at least 24 spaces, found 14
(#3774) Line indented incorrectly; expected 28 spaces, found 15
(#3774) Expected "if (...) {\n"; found "if (...) { "
(#3774) Variable "Serie" must be all lower-case
(#3774) Variable "Key" must be all lower-case
(#3774) Variable "Align" must be all lower-case
(#3774) Variable "Offset" must be all lower-case
(#3774) Variable "DisplayOffset" must be all lower-case
(#3774) Closing brace must be on a line by itself
(#3774) Expected "} else {\n"; found "} else { "
(#3774) Variable "Align" must be all lower-case
(#3774) Variable "Offset" must be all lower-case
(#3774) Variable "DisplayOffset" must be all lower-case
(#3774) Line exceeds 132 characters; contains 177 characters
(#3774) Closing brace must be on a line by itself
(#3775) Line indented incorrectly; expected at least 28 spaces, found 15
(#3775) Variable "X" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Variable "Y" must be all lower-case
(#3775) Expected 1 space before "-"; 0 found
(#3775) Expected 1 space after "-"; 0 found
(#3775) Variable "Offset" must be all lower-case
(#3775) Expected 1 space before "-"; 0 found
(#3775) Expected 1 space after "-"; 0 found
(#3775) Variable "Weight" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Variable "Serie" must be all lower-case
(#3775) Variable "Key" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Variable "Mode" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Variable "Format" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Variable "Unit" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Expected 1 space before "=>"; 0 found
(#3775) Expected 1 space after "=>"; 0 found
(#3775) Variable "DisplayR" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Expected 1 space before "=>"; 0 found
(#3775) Expected 1 space after "=>"; 0 found
(#3775) Variable "DisplayG" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Expected 1 space before "=>"; 0 found
(#3775) Expected 1 space after "=>"; 0 found
(#3775) Variable "DisplayB" must be all lower-case
(#3775) Commas (,) must be followed by white space.
(#3775) Expected 1 space before "=>"; 0 found
(#3775) Expected 1 space after "=>"; 0 found
(#3775) Variable "Align" must be all lower-case
(#3775) Line exceeds maximum limit of 180 characters; contains 183 characters
(#3776) Line indented incorrectly; expected 24 spaces, found 14
(#3776) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3778) Line indented incorrectly; expected 24 spaces, found 13
(#3778) Expected "if (...) {\n"; found "if (...) { "
(#3778) Variable "RecordImageMap" must be all lower-case
(#3778) Variable "Y" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "X" must be all lower-case
(#3778) Variable "Y" must be all lower-case
(#3778) Variable "ImageMapPlotSize" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "R" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "G" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "B" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "SerieDescription" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "Serie" must be all lower-case
(#3778) Variable "Key" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "Mode" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "Format" must be all lower-case
(#3778) Commas (,) must be followed by white space.
(#3778) Variable "Unit" must be all lower-case
(#3778) Line exceeds maximum limit of 180 characters; contains 239 characters
(#3778) Closing brace must be on a line by itself
(#3780) Line indented incorrectly; expected at least 24 spaces, found 13
(#3780) Inline control structures are not allowed
(#3780) Variable "Y" must be all lower-case
(#3780) Variable "LastX" must be all lower-case
(#3780) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3780) Variable "LastY" must be all lower-case
(#3780) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3781) Line indented incorrectly; expected at least 24 spaces, found 14
(#3781) Variable "LastX" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Variable "LastY" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Variable "X" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Variable "Y" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Expected 1 space before "=>"; 0 found
(#3781) Expected 1 space after "=>"; 0 found
(#3781) Variable "R" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Expected 1 space before "=>"; 0 found
(#3781) Expected 1 space after "=>"; 0 found
(#3781) Variable "G" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Expected 1 space before "=>"; 0 found
(#3781) Expected 1 space after "=>"; 0 found
(#3781) Variable "B" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Expected 1 space before "=>"; 0 found
(#3781) Expected 1 space after "=>"; 0 found
(#3781) Variable "Alpha" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Expected 1 space before "=>"; 0 found
(#3781) Expected 1 space after "=>"; 0 found
(#3781) Variable "Ticks" must be all lower-case
(#3781) Commas (,) must be followed by white space.
(#3781) Expected 1 space before "=>"; 0 found
(#3781) Expected 1 space after "=>"; 0 found
(#3781) Variable "Weight" must be all lower-case
(#3783) Line indented incorrectly; expected 24 spaces, found 13
(#3783) Expected "if (...) {\n"; found "if (...)\n { "
(#3783) Variable "Y" must be all lower-case
(#3783) Variable "LastY" must be all lower-case
(#3783) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3783) Variable "LastGoodY" must be all lower-case
(#3783) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3783) Variable "BreakVoid" must be all lower-case
(#3784) Line indented incorrectly; expected at least 24 spaces, found 14
(#3784) Variable "LastGoodX" must be all lower-case
(#3784) Commas (,) must be followed by white space.
(#3784) Variable "LastGoodY" must be all lower-case
(#3784) Commas (,) must be followed by white space.
(#3784) Variable "X" must be all lower-case
(#3784) Commas (,) must be followed by white space.
(#3784) Variable "Y" must be all lower-case
(#3784) Commas (,) must be followed by white space.
(#3784) Variable "BreakSettings" must be all lower-case
(#3784) Variable "LastGoodY" must be all lower-case
(#3784) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3784) Closing brace must be on a line by itself
(#3786) Line indented incorrectly; expected 24 spaces, found 13
(#3786) Expected "if (...) {\n"; found "if (...) { "
(#3786) Variable "Y" must be all lower-case
(#3786) Variable "LastGoodY" must be all lower-case
(#3786) Variable "Y" must be all lower-case
(#3786) Variable "LastGoodX" must be all lower-case
(#3786) Variable "X" must be all lower-case
(#3786) Closing brace must be on a line by itself
(#3787) Line indented incorrectly; expected 24 spaces, found 13
(#3787) Expected "if (...) {\n"; found "if (...) { "
(#3787) Variable "Y" must be all lower-case
(#3787) Variable "Y" must be all lower-case
(#3787) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3787) Closing brace must be on a line by itself
(#3789) Line indented incorrectly; expected at least 24 spaces, found 13
(#3789) Variable "LastX" must be all lower-case
(#3789) Variable "X" must be all lower-case
(#3789) Variable "LastY" must be all lower-case
(#3789) Variable "Y" must be all lower-case
(#3790) Line indented incorrectly; expected at least 24 spaces, found 13
(#3790) Variable "X" must be all lower-case
(#3790) Variable "X" must be all lower-case
(#3790) Variable "XStep" must be all lower-case
(#3791) Line indented incorrectly; expected 20 spaces, found 12
(#3791) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3792) Line indented incorrectly; expected 16 spaces, found 10
(#3792) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3793) Line indented incorrectly; expected 16 spaces, found 9
(#3793) Expected "} else {\n"; found "}\n else\n {\n"
(#3794) Line indented incorrectly; expected at least 16 spaces, found 10
(#3795) Line indented incorrectly; expected 20 spaces, found 11
(#3795) Expected "if (...) {\n"; found "if (...) { "
(#3795) Variable "XDivs" must be all lower-case
(#3795) Variable "YStep" must be all lower-case
(#3795) Expected 1 space before "-"; 0 found
(#3795) Expected 1 space after "-"; 0 found
(#3795) Expected 1 space before "/"; 0 found
(#3795) Expected 1 space after "/"; 0 found
(#3795) Closing brace must be on a line by itself
(#3795) Expected "} else {\n"; found "} else { "
(#3795) Variable "YStep" must be all lower-case
(#3795) Expected 1 space before "-"; 0 found
(#3795) Expected 1 space after "-"; 0 found
(#3795) Expected 1 space before "-"; 0 found
(#3795) Expected 1 space after "-"; 0 found
(#3795) Variable "XMargin" must be all lower-case
(#3795) Expected 1 space before "*"; 0 found
(#3795) Expected 1 space after "*"; 0 found
(#3795) Expected 1 space before "/"; 0 found
(#3795) Expected 1 space after "/"; 0 found
(#3795) Variable "XDivs" must be all lower-case
(#3795) Line exceeds 132 characters; contains 162 characters
(#3795) Closing brace must be on a line by itself
(#3796) Line indented incorrectly; expected at least 20 spaces, found 11
(#3796) Variable "Y" must be all lower-case
(#3796) Variable "XMargin" must be all lower-case
(#3796) Variable "LastX" must be all lower-case
(#3796) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3796) Variable "LastY" must be all lower-case
(#3796) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3798) Line indented incorrectly; expected 20 spaces, found 11
(#3798) Expected "if (...) {\n"; found "if (...) { "
(#3798) Variable "PosArray" must be all lower-case
(#3798) Variable "Value" must be all lower-case
(#3798) Variable "PosArray" must be all lower-case
(#3798) Variable "PosArray" must be all lower-case
(#3798) Variable "PosArray" must be all lower-case
(#3798) Variable "Value" must be all lower-case
(#3798) Closing brace must be on a line by itself
(#3799) Line indented incorrectly; expected at least 20 spaces, found 11
(#3799) Variable "LastGoodY" must be all lower-case
(#3799) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3799) Variable "LastGoodX" must be all lower-case
(#3799) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3800) Line indented incorrectly; expected 20 spaces, found 11
(#3800) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3800) Variable "PosArray" must be all lower-case
(#3800) Variable "Key" must be all lower-case
(#3800) Variable "X" must be all lower-case
(#3801) Line indented incorrectly; expected at least 20 spaces, found 12
(#3802) Line indented incorrectly; expected 24 spaces, found 13
(#3802) Expected "if (...) {\n"; found "if (...) \n { "
(#3802) Variable "DisplayValues" must be all lower-case
(#3802) Variable "Serie" must be all lower-case
(#3802) Variable "Key" must be all lower-case
(#3802) Whitespace found at end of line
(#3803) Line indented incorrectly; expected at least 24 spaces, found 14
(#3803) Variable "X" must be all lower-case
(#3803) Expected 1 space before "+"; 0 found
(#3803) Expected 1 space after "+"; 0 found
(#3803) Variable "DisplayOffset" must be all lower-case
(#3803) Expected 1 space before "+"; 0 found
(#3803) Expected 1 space after "+"; 0 found
(#3803) Variable "Weight" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Variable "Y" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Variable "Serie" must be all lower-case
(#3803) Variable "Key" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Variable "Mode" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Variable "Format" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Variable "Unit" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Expected 1 space before "=>"; 0 found
(#3803) Expected 1 space after "=>"; 0 found
(#3803) Commas (,) must be followed by white space.
(#3803) Expected 1 space before "=>"; 0 found
(#3803) Expected 1 space after "=>"; 0 found
(#3803) Variable "DisplayR" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Expected 1 space before "=>"; 0 found
(#3803) Expected 1 space after "=>"; 0 found
(#3803) Variable "DisplayG" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Expected 1 space before "=>"; 0 found
(#3803) Expected 1 space after "=>"; 0 found
(#3803) Variable "DisplayB" must be all lower-case
(#3803) Commas (,) must be followed by white space.
(#3803) Expected 1 space before "=>"; 0 found
(#3803) Expected 1 space after "=>"; 0 found
(#3803) Line exceeds maximum limit of 180 characters; contains 223 characters
(#3803) Closing brace must be on a line by itself
(#3805) Line indented incorrectly; expected 24 spaces, found 13
(#3805) Expected "if (...) {\n"; found "if (...) { "
(#3805) Variable "RecordImageMap" must be all lower-case
(#3805) Variable "X" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "X" must be all lower-case
(#3805) Variable "Y" must be all lower-case
(#3805) Variable "ImageMapPlotSize" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "R" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "G" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "B" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "SerieDescription" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "Serie" must be all lower-case
(#3805) Variable "Key" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "Mode" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "Format" must be all lower-case
(#3805) Commas (,) must be followed by white space.
(#3805) Variable "Unit" must be all lower-case
(#3805) Line exceeds maximum limit of 180 characters; contains 239 characters
(#3805) Closing brace must be on a line by itself
(#3807) Line indented incorrectly; expected at least 24 spaces, found 13
(#3807) Inline control structures are not allowed
(#3807) Variable "X" must be all lower-case
(#3807) Variable "LastX" must be all lower-case
(#3807) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3807) Variable "LastY" must be all lower-case
(#3807) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3808) Line indented incorrectly; expected at least 24 spaces, found 14
(#3808) Variable "LastX" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Variable "LastY" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Variable "X" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Variable "Y" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Expected 1 space before "=>"; 0 found
(#3808) Expected 1 space after "=>"; 0 found
(#3808) Variable "R" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Expected 1 space before "=>"; 0 found
(#3808) Expected 1 space after "=>"; 0 found
(#3808) Variable "G" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Expected 1 space before "=>"; 0 found
(#3808) Expected 1 space after "=>"; 0 found
(#3808) Variable "B" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Expected 1 space before "=>"; 0 found
(#3808) Expected 1 space after "=>"; 0 found
(#3808) Variable "Alpha" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Expected 1 space before "=>"; 0 found
(#3808) Expected 1 space after "=>"; 0 found
(#3808) Variable "Ticks" must be all lower-case
(#3808) Commas (,) must be followed by white space.
(#3808) Expected 1 space before "=>"; 0 found
(#3808) Expected 1 space after "=>"; 0 found
(#3808) Variable "Weight" must be all lower-case
(#3810) Line indented incorrectly; expected 24 spaces, found 13
(#3810) Expected "if (...) {\n"; found "if (...)\n { "
(#3810) Variable "X" must be all lower-case
(#3810) Variable "LastX" must be all lower-case
(#3810) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3810) Variable "LastGoodY" must be all lower-case
(#3810) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3810) Variable "BreakVoid" must be all lower-case
(#3811) Line indented incorrectly; expected at least 24 spaces, found 14
(#3811) Variable "LastGoodX" must be all lower-case
(#3811) Commas (,) must be followed by white space.
(#3811) Variable "LastGoodY" must be all lower-case
(#3811) Commas (,) must be followed by white space.
(#3811) Variable "X" must be all lower-case
(#3811) Commas (,) must be followed by white space.
(#3811) Variable "Y" must be all lower-case
(#3811) Commas (,) must be followed by white space.
(#3811) Variable "BreakSettings" must be all lower-case
(#3811) Variable "LastGoodY" must be all lower-case
(#3811) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3811) Closing brace must be on a line by itself
(#3813) Line indented incorrectly; expected 24 spaces, found 13
(#3813) Expected "if (...) {\n"; found "if (...) { "
(#3813) Variable "X" must be all lower-case
(#3813) Variable "LastGoodY" must be all lower-case
(#3813) Variable "Y" must be all lower-case
(#3813) Variable "LastGoodX" must be all lower-case
(#3813) Variable "X" must be all lower-case
(#3813) Closing brace must be on a line by itself
(#3814) Line indented incorrectly; expected 24 spaces, found 13
(#3814) Expected "if (...) {\n"; found "if (...) { "
(#3814) Variable "X" must be all lower-case
(#3814) Variable "X" must be all lower-case
(#3814) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3814) Closing brace must be on a line by itself
(#3816) Line indented incorrectly; expected at least 24 spaces, found 13
(#3816) Variable "LastX" must be all lower-case
(#3816) Variable "X" must be all lower-case
(#3816) Variable "LastY" must be all lower-case
(#3816) Variable "Y" must be all lower-case
(#3817) Line indented incorrectly; expected at least 24 spaces, found 13
(#3817) Variable "Y" must be all lower-case
(#3817) Variable "Y" must be all lower-case
(#3817) Variable "YStep" must be all lower-case
(#3818) Line indented incorrectly; expected 20 spaces, found 12
(#3818) Closing brace indented incorrectly; expected 11 spaces, found 12
(#3819) Line indented incorrectly; expected 16 spaces, found 10
(#3819) Closing brace indented incorrectly; expected 9 spaces, found 10
(#3820) Line indented incorrectly; expected 12 spaces, found 8
(#3820) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3821) Line indented incorrectly; expected 8 spaces, found 6
(#3821) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3822) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3824) Line indented incorrectly; expected at least 4 spaces, found 3
(#3825) Line indented incorrectly; expected 4 spaces, found 3
(#3825) method name "pDraw::drawZoneChart" must be in lower-case letters only
(#3825) Visibility must be declared on method "drawZoneChart"
(#3825) Variable "SerieA" must be all lower-case
(#3825) Commas (,) must be followed by white space.
(#3825) Variable "SerieB" must be all lower-case
(#3825) Commas (,) must be followed by white space.
(#3825) Variable "Format" must be all lower-case
(#3825) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3826) Opening brace should be on the same line as the declaration
(#3827) Line indented incorrectly; expected at least 8 spaces, found 5
(#3827) Variable "AxisID" must be all lower-case
(#3827) Spaces must be used for alignment; tabs are not allowed
(#3827) Tab found within whitespace
(#3827) Variable "Format" must be all lower-case
(#3827) Variable "Format" must be all lower-case
(#3828) Line indented incorrectly; expected at least 8 spaces, found 5
(#3828) Variable "LineR" must be all lower-case
(#3828) Spaces must be used for alignment; tabs are not allowed
(#3828) Tab found within whitespace
(#3828) Variable "Format" must be all lower-case
(#3828) Variable "Format" must be all lower-case
(#3829) Line indented incorrectly; expected at least 8 spaces, found 5
(#3829) Variable "LineG" must be all lower-case
(#3829) Spaces must be used for alignment; tabs are not allowed
(#3829) Tab found within whitespace
(#3829) Variable "Format" must be all lower-case
(#3829) Variable "Format" must be all lower-case
(#3830) Line indented incorrectly; expected at least 8 spaces, found 5
(#3830) Variable "LineB" must be all lower-case
(#3830) Spaces must be used for alignment; tabs are not allowed
(#3830) Tab found within whitespace
(#3830) Variable "Format" must be all lower-case
(#3830) Variable "Format" must be all lower-case
(#3831) Line indented incorrectly; expected at least 8 spaces, found 5
(#3831) Variable "LineAlpha" must be all lower-case
(#3831) Spaces must be used for alignment; tabs are not allowed
(#3831) Tab found within whitespace
(#3831) Variable "Format" must be all lower-case
(#3831) Variable "Format" must be all lower-case
(#3832) Line indented incorrectly; expected at least 8 spaces, found 5
(#3832) Variable "LineTicks" must be all lower-case
(#3832) Spaces must be used for alignment; tabs are not allowed
(#3832) Tab found within whitespace
(#3832) Variable "Format" must be all lower-case
(#3832) Variable "Format" must be all lower-case
(#3833) Line indented incorrectly; expected at least 8 spaces, found 5
(#3833) Variable "AreaR" must be all lower-case
(#3833) Spaces must be used for alignment; tabs are not allowed
(#3833) Tab found within whitespace
(#3833) Variable "Format" must be all lower-case
(#3833) Variable "Format" must be all lower-case
(#3834) Line indented incorrectly; expected at least 8 spaces, found 5
(#3834) Variable "AreaG" must be all lower-case
(#3834) Spaces must be used for alignment; tabs are not allowed
(#3834) Tab found within whitespace
(#3834) Variable "Format" must be all lower-case
(#3834) Variable "Format" must be all lower-case
(#3835) Line indented incorrectly; expected at least 8 spaces, found 5
(#3835) Variable "AreaB" must be all lower-case
(#3835) Spaces must be used for alignment; tabs are not allowed
(#3835) Tab found within whitespace
(#3835) Variable "Format" must be all lower-case
(#3835) Variable "Format" must be all lower-case
(#3836) Line indented incorrectly; expected at least 8 spaces, found 5
(#3836) Variable "AreaAlpha" must be all lower-case
(#3836) Spaces must be used for alignment; tabs are not allowed
(#3836) Tab found within whitespace
(#3836) Variable "Format" must be all lower-case
(#3836) Variable "Format" must be all lower-case
(#3838) Line indented incorrectly; expected at least 8 spaces, found 5
(#3840) Line indented incorrectly; expected at least 8 spaces, found 5
(#3840) Variable "Data" must be all lower-case
(#3840) Spaces must be used for alignment; tabs are not allowed
(#3840) Tab found within whitespace
(#3841) Line indented incorrectly; expected 8 spaces, found 5
(#3841) Expected "if (...) {\n"; found "if (...) { "
(#3841) Variable "Data" must be all lower-case
(#3841) Variable "SerieA" must be all lower-case
(#3841) Variable "Data" must be all lower-case
(#3841) Variable "SerieB" must be all lower-case
(#3841) Closing brace must be on a line by itself
(#3842) Line indented incorrectly; expected at least 8 spaces, found 5
(#3842) Variable "SerieAData" must be all lower-case
(#3842) Variable "Data" must be all lower-case
(#3842) Variable "SerieA" must be all lower-case
(#3843) Line indented incorrectly; expected at least 8 spaces, found 5
(#3843) Variable "SerieBData" must be all lower-case
(#3843) Variable "Data" must be all lower-case
(#3843) Variable "SerieB" must be all lower-case
(#3845) Line indented incorrectly; expected at least 8 spaces, found 5
(#3845) Variable "XMargin" must be all lower-case
(#3845) Commas (,) must be followed by white space.
(#3845) Variable "XDivs" must be all lower-case
(#3847) Line indented incorrectly; expected at least 8 spaces, found 5
(#3847) Variable "Mode" must be all lower-case
(#3847) Spaces must be used for alignment; tabs are not allowed
(#3847) Tab found within whitespace
(#3847) Variable "Data" must be all lower-case
(#3847) Variable "AxisID" must be all lower-case
(#3848) Line indented incorrectly; expected at least 8 spaces, found 5
(#3848) Variable "Format" must be all lower-case
(#3848) Spaces must be used for alignment; tabs are not allowed
(#3848) Tab found within whitespace
(#3848) Variable "Data" must be all lower-case
(#3848) Variable "AxisID" must be all lower-case
(#3849) Line indented incorrectly; expected at least 8 spaces, found 5
(#3849) Variable "Unit" must be all lower-case
(#3849) Spaces must be used for alignment; tabs are not allowed
(#3849) Tab found within whitespace
(#3849) Variable "Data" must be all lower-case
(#3849) Variable "AxisID" must be all lower-case
(#3851) Line indented incorrectly; expected at least 8 spaces, found 5
(#3851) Variable "PosArrayA" must be all lower-case
(#3851) Variable "SerieAData" must be all lower-case
(#3851) Commas (,) must be followed by white space.
(#3851) Expected 1 space before "=>"; 0 found
(#3851) Expected 1 space after "=>"; 0 found
(#3851) Variable "AxisID" must be all lower-case
(#3852) Line indented incorrectly; expected at least 8 spaces, found 5
(#3852) Variable "PosArrayB" must be all lower-case
(#3852) Variable "SerieBData" must be all lower-case
(#3852) Commas (,) must be followed by white space.
(#3852) Expected 1 space before "=>"; 0 found
(#3852) Expected 1 space after "=>"; 0 found
(#3852) Variable "AxisID" must be all lower-case
(#3853) Line indented incorrectly; expected 8 spaces, found 5
(#3853) Expected "if (...) {\n"; found "if (...) { "
(#3853) Variable "PosArrayA" must be all lower-case
(#3853) Variable "PosArrayB" must be all lower-case
(#3853) Closing brace must be on a line by itself
(#3855) Line indented incorrectly; expected 8 spaces, found 5
(#3855) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3855) Variable "Data" must be all lower-case
(#3856) Line indented incorrectly; expected at least 8 spaces, found 6
(#3857) Line indented incorrectly; expected 12 spaces, found 7
(#3857) Expected "if (...) {\n"; found "if (...) { "
(#3857) Variable "XDivs" must be all lower-case
(#3857) Variable "XStep" must be all lower-case
(#3857) Expected 1 space before "-"; 0 found
(#3857) Expected 1 space after "-"; 0 found
(#3857) Expected 1 space before "/"; 0 found
(#3857) Expected 1 space after "/"; 0 found
(#3857) Closing brace must be on a line by itself
(#3857) Expected "} else {\n"; found "} else { "
(#3857) Variable "XStep" must be all lower-case
(#3857) Expected 1 space before "-"; 0 found
(#3857) Expected 1 space after "-"; 0 found
(#3857) Expected 1 space before "-"; 0 found
(#3857) Expected 1 space after "-"; 0 found
(#3857) Variable "XMargin" must be all lower-case
(#3857) Expected 1 space before "*"; 0 found
(#3857) Expected 1 space after "*"; 0 found
(#3857) Expected 1 space before "/"; 0 found
(#3857) Expected 1 space after "/"; 0 found
(#3857) Variable "XDivs" must be all lower-case
(#3857) Line exceeds 132 characters; contains 158 characters
(#3857) Closing brace must be on a line by itself
(#3858) Line indented incorrectly; expected at least 12 spaces, found 7
(#3858) Variable "X" must be all lower-case
(#3858) Variable "XMargin" must be all lower-case
(#3858) Variable "LastX" must be all lower-case
(#3858) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3858) Variable "LastY" must be all lower-case
(#3858) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3860) Line indented incorrectly; expected at least 12 spaces, found 7
(#3860) Variable "LastX" must be all lower-case
(#3860) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3860) Variable "LastY1" must be all lower-case
(#3860) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3860) Variable "LastY2" must be all lower-case
(#3860) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3861) Line indented incorrectly; expected at least 12 spaces, found 7
(#3861) Variable "BoundsA" must be all lower-case
(#3861) Variable "BoundsB" must be all lower-case
(#3862) Line indented incorrectly; expected 12 spaces, found 7
(#3862) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3862) Variable "PosArrayA" must be all lower-case
(#3862) Variable "Key" must be all lower-case
(#3862) Variable "Y1" must be all lower-case
(#3863) Line indented incorrectly; expected at least 12 spaces, found 8
(#3864) Line indented incorrectly; expected at least 16 spaces, found 9
(#3864) Variable "Y2" must be all lower-case
(#3864) Variable "PosArrayB" must be all lower-case
(#3864) Variable "Key" must be all lower-case
(#3866) Line indented incorrectly; expected at least 16 spaces, found 9
(#3866) Variable "BoundsA" must be all lower-case
(#3866) Variable "X" must be all lower-case
(#3866) Variable "BoundsA" must be all lower-case
(#3866) Variable "Y1" must be all lower-case
(#3867) Line indented incorrectly; expected at least 16 spaces, found 9
(#3867) Variable "BoundsB" must be all lower-case
(#3867) Variable "X" must be all lower-case
(#3867) Variable "BoundsB" must be all lower-case
(#3867) Variable "Y2" must be all lower-case
(#3869) Line indented incorrectly; expected at least 16 spaces, found 9
(#3869) Variable "LastX" must be all lower-case
(#3869) Variable "X" must be all lower-case
(#3870) Line indented incorrectly; expected at least 16 spaces, found 9
(#3870) Variable "LastY1" must be all lower-case
(#3870) Variable "Y1" must be all lower-case
(#3870) Variable "LastY2" must be all lower-case
(#3870) Variable "Y2" must be all lower-case
(#3872) Line indented incorrectly; expected at least 16 spaces, found 9
(#3872) Variable "X" must be all lower-case
(#3872) Variable "X" must be all lower-case
(#3872) Variable "XStep" must be all lower-case
(#3873) Line indented incorrectly; expected 12 spaces, found 8
(#3873) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3874) Line indented incorrectly; expected at least 12 spaces, found 7
(#3874) Variable "Bounds" must be all lower-case
(#3874) Variable "BoundsA" must be all lower-case
(#3874) Commas (,) must be followed by white space.
(#3874) Variable "BoundsB" must be all lower-case
(#3875) Line indented incorrectly; expected at least 12 spaces, found 7
(#3875) Variable "Bounds" must be all lower-case
(#3875) Commas (,) must be followed by white space.
(#3875) Expected 1 space before "=>"; 0 found
(#3875) Expected 1 space after "=>"; 0 found
(#3875) Variable "AreaR" must be all lower-case
(#3875) Commas (,) must be followed by white space.
(#3875) Expected 1 space before "=>"; 0 found
(#3875) Expected 1 space after "=>"; 0 found
(#3875) Variable "AreaG" must be all lower-case
(#3875) Commas (,) must be followed by white space.
(#3875) Expected 1 space before "=>"; 0 found
(#3875) Expected 1 space after "=>"; 0 found
(#3875) Variable "AreaB" must be all lower-case
(#3875) Commas (,) must be followed by white space.
(#3875) Expected 1 space before "=>"; 0 found
(#3875) Expected 1 space after "=>"; 0 found
(#3875) Variable "AreaAlpha" must be all lower-case
(#3877) Line indented incorrectly; expected 12 spaces, found 7
(#3877) Expected "for (...) {\n"; found "for(...)\n {\n"
(#3877) Expected 1 space after first semicolon of FOR loop; 0 found
(#3877) Expected 1 space after second semicolon of FOR loop; 0 found
(#3877) Expected 1 space before "="; 0 found
(#3877) Expected 1 space after "="; 0 found
(#3877) Expected 1 space before "<="; 0 found
(#3877) Expected 1 space after "<="; 0 found
(#3877) Variable "BoundsA" must be all lower-case
(#3877) Expected 1 space before "-"; 0 found
(#3877) Expected 1 space after "-"; 0 found
(#3877) Expected 1 space before "="; 0 found
(#3877) Expected 1 space after "="; 0 found
(#3877) Expected 1 space before "+"; 0 found
(#3877) Expected 1 space after "+"; 0 found
(#3878) Line indented incorrectly; expected at least 12 spaces, found 8
(#3879) Line indented incorrectly; expected at least 16 spaces, found 9
(#3879) Variable "BoundsA" must be all lower-case
(#3879) Commas (,) must be followed by white space.
(#3879) Variable "BoundsA" must be all lower-case
(#3879) Expected 1 space before "+"; 0 found
(#3879) Expected 1 space after "+"; 0 found
(#3879) Commas (,) must be followed by white space.
(#3879) Variable "BoundsA" must be all lower-case
(#3879) Expected 1 space before "+"; 0 found
(#3879) Expected 1 space after "+"; 0 found
(#3879) Commas (,) must be followed by white space.
(#3879) Variable "BoundsA" must be all lower-case
(#3879) Expected 1 space before "+"; 0 found
(#3879) Expected 1 space after "+"; 0 found
(#3879) Commas (,) must be followed by white space.
(#3879) Expected 1 space before "=>"; 0 found
(#3879) Expected 1 space after "=>"; 0 found
(#3879) Variable "LineR" must be all lower-case
(#3879) Commas (,) must be followed by white space.
(#3879) Expected 1 space before "=>"; 0 found
(#3879) Expected 1 space after "=>"; 0 found
(#3879) Variable "LineG" must be all lower-case
(#3879) Commas (,) must be followed by white space.
(#3879) Expected 1 space before "=>"; 0 found
(#3879) Expected 1 space after "=>"; 0 found
(#3879) Variable "LineB" must be all lower-case
(#3879) Commas (,) must be followed by white space.
(#3879) Expected 1 space before "=>"; 0 found
(#3879) Expected 1 space after "=>"; 0 found
(#3879) Variable "LineAlpha" must be all lower-case
(#3879) Commas (,) must be followed by white space.
(#3879) Expected 1 space before "=>"; 0 found
(#3879) Expected 1 space after "=>"; 0 found
(#3879) Variable "LineTicks" must be all lower-case
(#3879) Line exceeds 132 characters; contains 167 characters
(#3880) Line indented incorrectly; expected at least 16 spaces, found 9
(#3880) Variable "BoundsB" must be all lower-case
(#3880) Commas (,) must be followed by white space.
(#3880) Variable "BoundsB" must be all lower-case
(#3880) Expected 1 space before "+"; 0 found
(#3880) Expected 1 space after "+"; 0 found
(#3880) Commas (,) must be followed by white space.
(#3880) Variable "BoundsB" must be all lower-case
(#3880) Expected 1 space before "+"; 0 found
(#3880) Expected 1 space after "+"; 0 found
(#3880) Commas (,) must be followed by white space.
(#3880) Variable "BoundsB" must be all lower-case
(#3880) Expected 1 space before "+"; 0 found
(#3880) Expected 1 space after "+"; 0 found
(#3880) Commas (,) must be followed by white space.
(#3880) Expected 1 space before "=>"; 0 found
(#3880) Expected 1 space after "=>"; 0 found
(#3880) Variable "LineR" must be all lower-case
(#3880) Commas (,) must be followed by white space.
(#3880) Expected 1 space before "=>"; 0 found
(#3880) Expected 1 space after "=>"; 0 found
(#3880) Variable "LineG" must be all lower-case
(#3880) Commas (,) must be followed by white space.
(#3880) Expected 1 space before "=>"; 0 found
(#3880) Expected 1 space after "=>"; 0 found
(#3880) Variable "LineB" must be all lower-case
(#3880) Commas (,) must be followed by white space.
(#3880) Expected 1 space before "=>"; 0 found
(#3880) Expected 1 space after "=>"; 0 found
(#3880) Variable "LineAlpha" must be all lower-case
(#3880) Commas (,) must be followed by white space.
(#3880) Expected 1 space before "=>"; 0 found
(#3880) Expected 1 space after "=>"; 0 found
(#3880) Variable "LineTicks" must be all lower-case
(#3880) Line exceeds 132 characters; contains 167 characters
(#3881) Line indented incorrectly; expected 12 spaces, found 8
(#3881) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3882) Line indented incorrectly; expected 8 spaces, found 6
(#3882) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3883) Line indented incorrectly; expected 8 spaces, found 5
(#3883) Expected "} else {\n"; found "}\n else\n {\n"
(#3884) Line indented incorrectly; expected at least 8 spaces, found 6
(#3885) Line indented incorrectly; expected 12 spaces, found 7
(#3885) Expected "if (...) {\n"; found "if (...) { "
(#3885) Variable "XDivs" must be all lower-case
(#3885) Variable "YStep" must be all lower-case
(#3885) Expected 1 space before "-"; 0 found
(#3885) Expected 1 space after "-"; 0 found
(#3885) Expected 1 space before "/"; 0 found
(#3885) Expected 1 space after "/"; 0 found
(#3885) Closing brace must be on a line by itself
(#3885) Expected "} else {\n"; found "} else { "
(#3885) Variable "YStep" must be all lower-case
(#3885) Expected 1 space before "-"; 0 found
(#3885) Expected 1 space after "-"; 0 found
(#3885) Expected 1 space before "-"; 0 found
(#3885) Expected 1 space after "-"; 0 found
(#3885) Variable "XMargin" must be all lower-case
(#3885) Expected 1 space before "*"; 0 found
(#3885) Expected 1 space after "*"; 0 found
(#3885) Expected 1 space before "/"; 0 found
(#3885) Expected 1 space after "/"; 0 found
(#3885) Variable "XDivs" must be all lower-case
(#3885) Line exceeds 132 characters; contains 158 characters
(#3885) Closing brace must be on a line by itself
(#3886) Line indented incorrectly; expected at least 12 spaces, found 7
(#3886) Variable "Y" must be all lower-case
(#3886) Variable "XMargin" must be all lower-case
(#3886) Variable "LastX" must be all lower-case
(#3886) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3886) Variable "LastY" must be all lower-case
(#3886) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3888) Line indented incorrectly; expected at least 12 spaces, found 7
(#3888) Variable "LastY" must be all lower-case
(#3888) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3888) Variable "LastX1" must be all lower-case
(#3888) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3888) Variable "LastX2" must be all lower-case
(#3888) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3889) Line indented incorrectly; expected at least 12 spaces, found 7
(#3889) Variable "BoundsA" must be all lower-case
(#3889) Variable "BoundsB" must be all lower-case
(#3890) Line indented incorrectly; expected 12 spaces, found 7
(#3890) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3890) Variable "PosArrayA" must be all lower-case
(#3890) Variable "Key" must be all lower-case
(#3890) Variable "X1" must be all lower-case
(#3891) Line indented incorrectly; expected at least 12 spaces, found 8
(#3892) Line indented incorrectly; expected at least 16 spaces, found 9
(#3892) Variable "X2" must be all lower-case
(#3892) Variable "PosArrayB" must be all lower-case
(#3892) Variable "Key" must be all lower-case
(#3894) Line indented incorrectly; expected at least 16 spaces, found 9
(#3894) Variable "BoundsA" must be all lower-case
(#3894) Variable "X1" must be all lower-case
(#3894) Variable "BoundsA" must be all lower-case
(#3894) Variable "Y" must be all lower-case
(#3895) Line indented incorrectly; expected at least 16 spaces, found 9
(#3895) Variable "BoundsB" must be all lower-case
(#3895) Variable "X2" must be all lower-case
(#3895) Variable "BoundsB" must be all lower-case
(#3895) Variable "Y" must be all lower-case
(#3897) Line indented incorrectly; expected at least 16 spaces, found 9
(#3897) Variable "LastY" must be all lower-case
(#3897) Variable "Y" must be all lower-case
(#3898) Line indented incorrectly; expected at least 16 spaces, found 9
(#3898) Variable "LastX1" must be all lower-case
(#3898) Variable "X1" must be all lower-case
(#3898) Variable "LastX2" must be all lower-case
(#3898) Variable "X2" must be all lower-case
(#3900) Line indented incorrectly; expected at least 16 spaces, found 9
(#3900) Variable "Y" must be all lower-case
(#3900) Variable "Y" must be all lower-case
(#3900) Variable "YStep" must be all lower-case
(#3901) Line indented incorrectly; expected 12 spaces, found 8
(#3901) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3902) Line indented incorrectly; expected at least 12 spaces, found 7
(#3902) Variable "Bounds" must be all lower-case
(#3902) Variable "BoundsA" must be all lower-case
(#3902) Commas (,) must be followed by white space.
(#3902) Variable "BoundsB" must be all lower-case
(#3903) Line indented incorrectly; expected at least 12 spaces, found 7
(#3903) Variable "Bounds" must be all lower-case
(#3903) Commas (,) must be followed by white space.
(#3903) Expected 1 space before "=>"; 0 found
(#3903) Expected 1 space after "=>"; 0 found
(#3903) Variable "AreaR" must be all lower-case
(#3903) Commas (,) must be followed by white space.
(#3903) Expected 1 space before "=>"; 0 found
(#3903) Expected 1 space after "=>"; 0 found
(#3903) Variable "AreaG" must be all lower-case
(#3903) Commas (,) must be followed by white space.
(#3903) Expected 1 space before "=>"; 0 found
(#3903) Expected 1 space after "=>"; 0 found
(#3903) Variable "AreaB" must be all lower-case
(#3903) Commas (,) must be followed by white space.
(#3903) Expected 1 space before "=>"; 0 found
(#3903) Expected 1 space after "=>"; 0 found
(#3903) Variable "AreaAlpha" must be all lower-case
(#3905) Line indented incorrectly; expected 12 spaces, found 7
(#3905) Expected "for (...) {\n"; found "for(...)\n {\n"
(#3905) Expected 1 space after first semicolon of FOR loop; 0 found
(#3905) Expected 1 space after second semicolon of FOR loop; 0 found
(#3905) Expected 1 space before "="; 0 found
(#3905) Expected 1 space after "="; 0 found
(#3905) Expected 1 space before "<="; 0 found
(#3905) Expected 1 space after "<="; 0 found
(#3905) Variable "BoundsA" must be all lower-case
(#3905) Expected 1 space before "-"; 0 found
(#3905) Expected 1 space after "-"; 0 found
(#3905) Expected 1 space before "="; 0 found
(#3905) Expected 1 space after "="; 0 found
(#3905) Expected 1 space before "+"; 0 found
(#3905) Expected 1 space after "+"; 0 found
(#3906) Line indented incorrectly; expected at least 12 spaces, found 8
(#3907) Line indented incorrectly; expected at least 16 spaces, found 9
(#3907) Variable "BoundsA" must be all lower-case
(#3907) Commas (,) must be followed by white space.
(#3907) Variable "BoundsA" must be all lower-case
(#3907) Expected 1 space before "+"; 0 found
(#3907) Expected 1 space after "+"; 0 found
(#3907) Commas (,) must be followed by white space.
(#3907) Variable "BoundsA" must be all lower-case
(#3907) Expected 1 space before "+"; 0 found
(#3907) Expected 1 space after "+"; 0 found
(#3907) Commas (,) must be followed by white space.
(#3907) Variable "BoundsA" must be all lower-case
(#3907) Expected 1 space before "+"; 0 found
(#3907) Expected 1 space after "+"; 0 found
(#3907) Commas (,) must be followed by white space.
(#3907) Expected 1 space before "=>"; 0 found
(#3907) Expected 1 space after "=>"; 0 found
(#3907) Variable "LineR" must be all lower-case
(#3907) Commas (,) must be followed by white space.
(#3907) Expected 1 space before "=>"; 0 found
(#3907) Expected 1 space after "=>"; 0 found
(#3907) Variable "LineG" must be all lower-case
(#3907) Commas (,) must be followed by white space.
(#3907) Expected 1 space before "=>"; 0 found
(#3907) Expected 1 space after "=>"; 0 found
(#3907) Variable "LineB" must be all lower-case
(#3907) Commas (,) must be followed by white space.
(#3907) Expected 1 space before "=>"; 0 found
(#3907) Expected 1 space after "=>"; 0 found
(#3907) Variable "LineAlpha" must be all lower-case
(#3907) Commas (,) must be followed by white space.
(#3907) Expected 1 space before "=>"; 0 found
(#3907) Expected 1 space after "=>"; 0 found
(#3907) Variable "LineTicks" must be all lower-case
(#3907) Line exceeds 132 characters; contains 167 characters
(#3908) Line indented incorrectly; expected at least 16 spaces, found 9
(#3908) Variable "BoundsB" must be all lower-case
(#3908) Commas (,) must be followed by white space.
(#3908) Variable "BoundsB" must be all lower-case
(#3908) Expected 1 space before "+"; 0 found
(#3908) Expected 1 space after "+"; 0 found
(#3908) Commas (,) must be followed by white space.
(#3908) Variable "BoundsB" must be all lower-case
(#3908) Expected 1 space before "+"; 0 found
(#3908) Expected 1 space after "+"; 0 found
(#3908) Commas (,) must be followed by white space.
(#3908) Variable "BoundsB" must be all lower-case
(#3908) Expected 1 space before "+"; 0 found
(#3908) Expected 1 space after "+"; 0 found
(#3908) Commas (,) must be followed by white space.
(#3908) Expected 1 space before "=>"; 0 found
(#3908) Expected 1 space after "=>"; 0 found
(#3908) Variable "LineR" must be all lower-case
(#3908) Commas (,) must be followed by white space.
(#3908) Expected 1 space before "=>"; 0 found
(#3908) Expected 1 space after "=>"; 0 found
(#3908) Variable "LineG" must be all lower-case
(#3908) Commas (,) must be followed by white space.
(#3908) Expected 1 space before "=>"; 0 found
(#3908) Expected 1 space after "=>"; 0 found
(#3908) Variable "LineB" must be all lower-case
(#3908) Commas (,) must be followed by white space.
(#3908) Expected 1 space before "=>"; 0 found
(#3908) Expected 1 space after "=>"; 0 found
(#3908) Variable "LineAlpha" must be all lower-case
(#3908) Commas (,) must be followed by white space.
(#3908) Expected 1 space before "=>"; 0 found
(#3908) Expected 1 space after "=>"; 0 found
(#3908) Variable "LineTicks" must be all lower-case
(#3908) Line exceeds 132 characters; contains 167 characters
(#3909) Line indented incorrectly; expected 12 spaces, found 8
(#3909) Closing brace indented incorrectly; expected 7 spaces, found 8
(#3910) Line indented incorrectly; expected 8 spaces, found 6
(#3910) Closing brace indented incorrectly; expected 5 spaces, found 6
(#3911) Closing brace indented incorrectly; expected 3 spaces, found 4
(#3913) Line indented incorrectly; expected at least 4 spaces, found 3
(#3914) Line indented incorrectly; expected 4 spaces, found 3
(#3914) method name "pDraw::drawStepChart" must be in lower-case letters only
(#3914) Visibility must be declared on method "drawStepChart"
(#3914) Variable "Format" must be all lower-case
(#3914) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3915) Opening brace should be on the same line as the declaration
(#3916) Line indented incorrectly; expected at least 8 spaces, found 5
(#3916) Variable "BreakVoid" must be all lower-case
(#3916) Spaces must be used for alignment; tabs are not allowed
(#3916) Tab found within whitespace
(#3916) Variable "Format" must be all lower-case
(#3916) Variable "Format" must be all lower-case
(#3916) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3917) Line indented incorrectly; expected at least 8 spaces, found 5
(#3917) Variable "ReCenter" must be all lower-case
(#3917) Spaces must be used for alignment; tabs are not allowed
(#3917) Tab found within whitespace
(#3917) Variable "Format" must be all lower-case
(#3917) Variable "Format" must be all lower-case
(#3917) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3918) Line indented incorrectly; expected at least 8 spaces, found 5
(#3918) Variable "VoidTicks" must be all lower-case
(#3918) Spaces must be used for alignment; tabs are not allowed
(#3918) Tab found within whitespace
(#3918) Variable "Format" must be all lower-case
(#3918) Variable "Format" must be all lower-case
(#3919) Line indented incorrectly; expected at least 8 spaces, found 5
(#3919) Variable "BreakR" must be all lower-case
(#3919) Spaces must be used for alignment; tabs are not allowed
(#3919) Tab found within whitespace
(#3919) Variable "Format" must be all lower-case
(#3919) Variable "Format" must be all lower-case
(#3919) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3920) Line indented incorrectly; expected at least 8 spaces, found 5
(#3920) Variable "BreakG" must be all lower-case
(#3920) Spaces must be used for alignment; tabs are not allowed
(#3920) Tab found within whitespace
(#3920) Variable "Format" must be all lower-case
(#3920) Variable "Format" must be all lower-case
(#3920) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3921) Line indented incorrectly; expected at least 8 spaces, found 5
(#3921) Variable "BreakB" must be all lower-case
(#3921) Spaces must be used for alignment; tabs are not allowed
(#3921) Tab found within whitespace
(#3921) Variable "Format" must be all lower-case
(#3921) Variable "Format" must be all lower-case
(#3921) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3922) Line indented incorrectly; expected at least 8 spaces, found 5
(#3922) Variable "DisplayValues" must be all lower-case
(#3922) Spaces must be used for alignment; tabs are not allowed
(#3922) Tab found within whitespace
(#3922) Variable "Format" must be all lower-case
(#3922) Variable "Format" must be all lower-case
(#3922) Expected 1 space after ":"; 0 found
(#3922) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3923) Line indented incorrectly; expected at least 8 spaces, found 5
(#3923) Variable "DisplayOffset" must be all lower-case
(#3923) Spaces must be used for alignment; tabs are not allowed
(#3923) Tab found within whitespace
(#3923) Variable "Format" must be all lower-case
(#3923) Variable "Format" must be all lower-case
(#3924) Line indented incorrectly; expected at least 8 spaces, found 5
(#3924) Variable "DisplayColor" must be all lower-case
(#3924) Spaces must be used for alignment; tabs are not allowed
(#3924) Tab found within whitespace
(#3924) Variable "Format" must be all lower-case
(#3924) Variable "Format" must be all lower-case
(#3925) Line indented incorrectly; expected at least 8 spaces, found 5
(#3925) Variable "DisplayR" must be all lower-case
(#3925) Spaces must be used for alignment; tabs are not allowed
(#3925) Tab found within whitespace
(#3925) Variable "Format" must be all lower-case
(#3925) Variable "Format" must be all lower-case
(#3926) Line indented incorrectly; expected at least 8 spaces, found 5
(#3926) Variable "DisplayG" must be all lower-case
(#3926) Spaces must be used for alignment; tabs are not allowed
(#3926) Tab found within whitespace
(#3926) Variable "Format" must be all lower-case
(#3926) Variable "Format" must be all lower-case
(#3927) Line indented incorrectly; expected at least 8 spaces, found 5
(#3927) Variable "DisplayB" must be all lower-case
(#3927) Spaces must be used for alignment; tabs are not allowed
(#3927) Tab found within whitespace
(#3927) Variable "Format" must be all lower-case
(#3927) Variable "Format" must be all lower-case
(#3928) Line indented incorrectly; expected at least 8 spaces, found 5
(#3928) Variable "RecordImageMap" must be all lower-case
(#3928) Spaces must be used for alignment; tabs are not allowed
(#3928) Tab found within whitespace
(#3928) Variable "Format" must be all lower-case
(#3928) Variable "Format" must be all lower-case
(#3928) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3929) Line indented incorrectly; expected at least 8 spaces, found 5
(#3929) Variable "ImageMapPlotSize" must be all lower-case
(#3929) Variable "Format" must be all lower-case
(#3929) Variable "Format" must be all lower-case
(#3931) Line indented incorrectly; expected at least 8 spaces, found 5
(#3933) Line indented incorrectly; expected at least 8 spaces, found 5
(#3933) Variable "Data" must be all lower-case
(#3934) Line indented incorrectly; expected at least 8 spaces, found 5
(#3934) Variable "XMargin" must be all lower-case
(#3934) Commas (,) must be followed by white space.
(#3934) Variable "XDivs" must be all lower-case
(#3935) Line indented incorrectly; expected 8 spaces, found 5
(#3935) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3935) Variable "Data" must be all lower-case
(#3935) Variable "SerieName" must be all lower-case
(#3935) Variable "Serie" must be all lower-case
(#3936) Line indented incorrectly; expected at least 8 spaces, found 6
(#3937) Line indented incorrectly; expected 12 spaces, found 7
(#3937) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3937) Variable "Serie" must be all lower-case
(#3937) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#3937) Variable "SerieName" must be all lower-case
(#3937) Variable "Data" must be all lower-case
(#3938) Line indented incorrectly; expected at least 12 spaces, found 8
(#3939) Line indented incorrectly; expected at least 16 spaces, found 9
(#3939) Variable "R" must be all lower-case
(#3939) Variable "Serie" must be all lower-case
(#3939) Variable "G" must be all lower-case
(#3939) Variable "Serie" must be all lower-case
(#3939) Variable "B" must be all lower-case
(#3939) Variable "Serie" must be all lower-case
(#3939) Variable "Alpha" must be all lower-case
(#3939) Variable "Serie" must be all lower-case
(#3939) Variable "Ticks" must be all lower-case
(#3939) Variable "Serie" must be all lower-case
(#3939) Variable "Weight" must be all lower-case
(#3939) Variable "Serie" must be all lower-case
(#3939) Line exceeds 132 characters; contains 178 characters
(#3941) Line indented incorrectly; expected 16 spaces, found 9
(#3941) Expected "if (...) {\n"; found "if (...) { "
(#3941) Variable "Serie" must be all lower-case
(#3941) Variable "SerieDescription" must be all lower-case
(#3941) Variable "Serie" must be all lower-case
(#3941) Closing brace must be on a line by itself
(#3941) Expected "} else {\n"; found "} else { "
(#3941) Variable "SerieDescription" must be all lower-case
(#3941) Variable "SerieName" must be all lower-case
(#3941) Closing brace must be on a line by itself
(#3943) Line indented incorrectly; expected at least 16 spaces, found 9
(#3943) Inline control structures are not allowed
(#3943) Variable "BreakR" must be all lower-case
(#3943) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3944) Line indented incorrectly; expected at least 16 spaces, found 10
(#3944) Variable "BreakSettings" must be all lower-case
(#3944) Expected 1 space before "=>"; 0 found
(#3944) Expected 1 space after "=>"; 0 found
(#3944) Variable "R" must be all lower-case
(#3944) Commas (,) must be followed by white space.
(#3944) Expected 1 space before "=>"; 0 found
(#3944) Expected 1 space after "=>"; 0 found
(#3944) Variable "G" must be all lower-case
(#3944) Commas (,) must be followed by white space.
(#3944) Expected 1 space before "=>"; 0 found
(#3944) Expected 1 space after "=>"; 0 found
(#3944) Variable "B" must be all lower-case
(#3944) Commas (,) must be followed by white space.
(#3944) Expected 1 space before "=>"; 0 found
(#3944) Expected 1 space after "=>"; 0 found
(#3944) Variable "Alpha" must be all lower-case
(#3944) Commas (,) must be followed by white space.
(#3944) Expected 1 space before "=>"; 0 found
(#3944) Expected 1 space after "=>"; 0 found
(#3944) Variable "VoidTicks" must be all lower-case
(#3944) Commas (,) must be followed by white space.
(#3944) Expected 1 space before "=>"; 0 found
(#3944) Expected 1 space after "=>"; 0 found
(#3944) Variable "Weight" must be all lower-case
(#3945) Line indented incorrectly; expected at least 16 spaces, found 9
(#3945) Inline control structures are not allowed
(#3946) Line indented incorrectly; expected at least 16 spaces, found 10
(#3946) Variable "BreakSettings" must be all lower-case
(#3946) Expected 1 space before "=>"; 0 found
(#3946) Expected 1 space after "=>"; 0 found
(#3946) Variable "BreakR" must be all lower-case
(#3946) Commas (,) must be followed by white space.
(#3946) Expected 1 space before "=>"; 0 found
(#3946) Expected 1 space after "=>"; 0 found
(#3946) Variable "BreakG" must be all lower-case
(#3946) Commas (,) must be followed by white space.
(#3946) Expected 1 space before "=>"; 0 found
(#3946) Expected 1 space after "=>"; 0 found
(#3946) Variable "BreakB" must be all lower-case
(#3946) Commas (,) must be followed by white space.
(#3946) Expected 1 space before "=>"; 0 found
(#3946) Expected 1 space after "=>"; 0 found
(#3946) Variable "Alpha" must be all lower-case
(#3946) Commas (,) must be followed by white space.
(#3946) Expected 1 space before "=>"; 0 found
(#3946) Expected 1 space after "=>"; 0 found
(#3946) Variable "VoidTicks" must be all lower-case
(#3946) Commas (,) must be followed by white space.
(#3946) Expected 1 space before "=>"; 0 found
(#3946) Expected 1 space after "=>"; 0 found
(#3946) Variable "Weight" must be all lower-case
(#3948) Line indented incorrectly; expected 16 spaces, found 9
(#3948) Expected "if (...) {\n"; found "if (...) { "
(#3948) Variable "DisplayColor" must be all lower-case
(#3948) Variable "DisplayR" must be all lower-case
(#3948) Variable "R" must be all lower-case
(#3948) Variable "DisplayG" must be all lower-case
(#3948) Variable "G" must be all lower-case
(#3948) Variable "DisplayB" must be all lower-case
(#3948) Variable "B" must be all lower-case
(#3948) Closing brace must be on a line by itself
(#3950) Line indented incorrectly; expected at least 16 spaces, found 9
(#3950) Variable "AxisID" must be all lower-case
(#3950) Spaces must be used for alignment; tabs are not allowed
(#3950) Tab found within whitespace
(#3950) Variable "Serie" must be all lower-case
(#3951) Line indented incorrectly; expected at least 16 spaces, found 9
(#3951) Variable "Mode" must be all lower-case
(#3951) Spaces must be used for alignment; tabs are not allowed
(#3951) Tab found within whitespace
(#3951) Variable "Data" must be all lower-case
(#3951) Variable "AxisID" must be all lower-case
(#3952) Line indented incorrectly; expected at least 16 spaces, found 9
(#3952) Variable "Format" must be all lower-case
(#3952) Spaces must be used for alignment; tabs are not allowed
(#3952) Tab found within whitespace
(#3952) Variable "Data" must be all lower-case
(#3952) Variable "AxisID" must be all lower-case
(#3953) Line indented incorrectly; expected at least 16 spaces, found 9
(#3953) Variable "Unit" must be all lower-case
(#3953) Spaces must be used for alignment; tabs are not allowed
(#3953) Tab found within whitespace
(#3953) Variable "Data" must be all lower-case
(#3953) Variable "AxisID" must be all lower-case
(#3954) Line indented incorrectly; expected at least 16 spaces, found 9
(#3954) Variable "Color" must be all lower-case
(#3954) Spaces must be used for alignment; tabs are not allowed
(#3954) Tab found within whitespace
(#3954) Expected 1 space before "=>"; 0 found
(#3954) Expected 1 space after "=>"; 0 found
(#3954) Variable "R" must be all lower-case
(#3954) Commas (,) must be followed by white space.
(#3954) Expected 1 space before "=>"; 0 found
(#3954) Expected 1 space after "=>"; 0 found
(#3954) Variable "G" must be all lower-case
(#3954) Commas (,) must be followed by white space.
(#3954) Expected 1 space before "=>"; 0 found
(#3954) Expected 1 space after "=>"; 0 found
(#3954) Variable "B" must be all lower-case
(#3954) Commas (,) must be followed by white space.
(#3954) Expected 1 space before "=>"; 0 found
(#3954) Expected 1 space after "=>"; 0 found
(#3954) Variable "Alpha" must be all lower-case
(#3954) Commas (,) must be followed by white space.
(#3954) Expected 1 space before "=>"; 0 found
(#3954) Expected 1 space after "=>"; 0 found
(#3954) Variable "Ticks" must be all lower-case
(#3954) Commas (,) must be followed by white space.
(#3954) Expected 1 space before "=>"; 0 found
(#3954) Expected 1 space after "=>"; 0 found
(#3954) Variable "Weight" must be all lower-case
(#3956) Line indented incorrectly; expected at least 16 spaces, found 9
(#3956) Variable "PosArray" must be all lower-case
(#3956) Variable "Serie" must be all lower-case
(#3956) Commas (,) must be followed by white space.
(#3956) Expected 1 space before "=>"; 0 found
(#3956) Expected 1 space after "=>"; 0 found
(#3956) Variable "Serie" must be all lower-case
(#3958) Line indented incorrectly; expected at least 16 spaces, found 9
(#3958) Variable "SerieName" must be all lower-case
(#3960) Line indented incorrectly; expected 16 spaces, found 9
(#3960) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3960) Variable "Data" must be all lower-case
(#3961) Line indented incorrectly; expected at least 16 spaces, found 10
(#3962) Line indented incorrectly; expected 20 spaces, found 11
(#3962) Expected "if (...) {\n"; found "if (...) { "
(#3962) Variable "XDivs" must be all lower-case
(#3962) Variable "XStep" must be all lower-case
(#3962) Expected 1 space before "-"; 0 found
(#3962) Expected 1 space after "-"; 0 found
(#3962) Expected 1 space before "/"; 0 found
(#3962) Expected 1 space after "/"; 0 found
(#3962) Closing brace must be on a line by itself
(#3962) Expected "} else {\n"; found "} else { "
(#3962) Variable "XStep" must be all lower-case
(#3962) Expected 1 space before "-"; 0 found
(#3962) Expected 1 space after "-"; 0 found
(#3962) Expected 1 space before "-"; 0 found
(#3962) Expected 1 space after "-"; 0 found
(#3962) Variable "XMargin" must be all lower-case
(#3962) Expected 1 space before "*"; 0 found
(#3962) Expected 1 space after "*"; 0 found
(#3962) Expected 1 space before "/"; 0 found
(#3962) Expected 1 space after "/"; 0 found
(#3962) Variable "XDivs" must be all lower-case
(#3962) Line exceeds 132 characters; contains 162 characters
(#3962) Closing brace must be on a line by itself
(#3963) Line indented incorrectly; expected at least 20 spaces, found 11
(#3963) Variable "X" must be all lower-case
(#3963) Variable "XMargin" must be all lower-case
(#3963) Variable "LastX" must be all lower-case
(#3963) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3963) Variable "LastY" must be all lower-case
(#3963) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3965) Line indented incorrectly; expected 20 spaces, found 11
(#3965) Expected "if (...) {\n"; found "if (...) { "
(#3965) Variable "PosArray" must be all lower-case
(#3965) Variable "Value" must be all lower-case
(#3965) Variable "PosArray" must be all lower-case
(#3965) Variable "PosArray" must be all lower-case
(#3965) Variable "PosArray" must be all lower-case
(#3965) Variable "Value" must be all lower-case
(#3965) Closing brace must be on a line by itself
(#3966) Line indented incorrectly; expected at least 20 spaces, found 11
(#3966) Variable "LastGoodY" must be all lower-case
(#3966) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3966) Variable "LastGoodX" must be all lower-case
(#3966) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3966) Variable "Init" must be all lower-case
(#3966) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#3967) Line indented incorrectly; expected 20 spaces, found 11
(#3967) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#3967) Variable "PosArray" must be all lower-case
(#3967) Variable "Key" must be all lower-case
(#3967) Variable "Y" must be all lower-case
(#3968) Line indented incorrectly; expected at least 20 spaces, found 12
(#3969) Line indented incorrectly; expected 24 spaces, found 13
(#3969) Expected "if (...) {\n"; found "if (...) \n {\n"
(#3969) Variable "DisplayValues" must be all lower-case
(#3969) Variable "Serie" must be all lower-case
(#3969) Variable "Key" must be all lower-case
(#3969) Whitespace found at end of line
(#3970) Line indented incorrectly; expected at least 24 spaces, found 14
(#3971) Line indented incorrectly; expected 28 spaces, found 15
(#3971) Expected "if (...) {\n"; found "if (...) { "
(#3971) Variable "Y" must be all lower-case
(#3971) Variable "LastY" must be all lower-case
(#3971) Variable "Align" must be all lower-case
(#3971) Variable "Offset" must be all lower-case
(#3971) Variable "DisplayOffset" must be all lower-case
(#3971) Closing brace must be on a line by itself
(#3971) Expected "} else {\n"; found "} else { "
(#3971) Variable "Align" must be all lower-case
(#3971) Variable "Offset" must be all lower-case
(#3971) Variable "DisplayOffset" must be all lower-case
(#3971) Line exceeds 132 characters; contains 165 characters
(#3971) Closing brace must be on a line by itself
(#3972) Line indented incorrectly; expected at least 28 spaces, found 15
(#3972) Variable "X" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Variable "Y" must be all lower-case
(#3972) Expected 1 space before "-"; 0 found
(#3972) Expected 1 space after "-"; 0 found
(#3972) Variable "Offset" must be all lower-case
(#3972) Expected 1 space before "-"; 0 found
(#3972) Expected 1 space after "-"; 0 found
(#3972) Variable "Weight" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Variable "Serie" must be all lower-case
(#3972) Variable "Key" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Variable "Mode" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Variable "Format" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Variable "Unit" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Expected 1 space before "=>"; 0 found
(#3972) Expected 1 space after "=>"; 0 found
(#3972) Variable "DisplayR" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Expected 1 space before "=>"; 0 found
(#3972) Expected 1 space after "=>"; 0 found
(#3972) Variable "DisplayG" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Expected 1 space before "=>"; 0 found
(#3972) Expected 1 space after "=>"; 0 found
(#3972) Variable "DisplayB" must be all lower-case
(#3972) Commas (,) must be followed by white space.
(#3972) Expected 1 space before "=>"; 0 found
(#3972) Expected 1 space after "=>"; 0 found
(#3972) Variable "Align" must be all lower-case
(#3972) Line exceeds maximum limit of 180 characters; contains 183 characters
(#3973) Line indented incorrectly; expected 24 spaces, found 14
(#3973) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3975) Line indented incorrectly; expected 24 spaces, found 13
(#3975) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3975) Variable "Y" must be all lower-case
(#3975) Variable "LastX" must be all lower-case
(#3975) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3975) Variable "LastY" must be all lower-case
(#3975) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3976) Line indented incorrectly; expected at least 24 spaces, found 14
(#3977) Line indented incorrectly; expected at least 28 spaces, found 15
(#3977) Variable "LastX" must be all lower-case
(#3977) Commas (,) must be followed by white space.
(#3977) Variable "LastY" must be all lower-case
(#3977) Commas (,) must be followed by white space.
(#3977) Variable "X" must be all lower-case
(#3977) Commas (,) must be followed by white space.
(#3977) Variable "LastY" must be all lower-case
(#3977) Commas (,) must be followed by white space.
(#3977) Variable "Color" must be all lower-case
(#3978) Line indented incorrectly; expected at least 28 spaces, found 15
(#3978) Variable "X" must be all lower-case
(#3978) Commas (,) must be followed by white space.
(#3978) Variable "LastY" must be all lower-case
(#3978) Commas (,) must be followed by white space.
(#3978) Variable "X" must be all lower-case
(#3978) Commas (,) must be followed by white space.
(#3978) Variable "Y" must be all lower-case
(#3978) Commas (,) must be followed by white space.
(#3978) Variable "Color" must be all lower-case
(#3979) Line indented incorrectly; expected 28 spaces, found 15
(#3979) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3979) Variable "ReCenter" must be all lower-case
(#3979) Variable "X" must be all lower-case
(#3979) Expected 1 space before "+"; 0 found
(#3979) Expected 1 space after "+"; 0 found
(#3979) Variable "XStep" must be all lower-case
(#3979) Variable "XMargin" must be all lower-case
(#3980) Line indented incorrectly; expected at least 28 spaces, found 16
(#3981) Line indented incorrectly; expected at least 32 spaces, found 17
(#3981) Variable "X" must be all lower-case
(#3981) Commas (,) must be followed by white space.
(#3981) Variable "Y" must be all lower-case
(#3981) Commas (,) must be followed by white space.
(#3981) Variable "X" must be all lower-case
(#3981) Expected 1 space before "+"; 0 found
(#3981) Expected 1 space after "+"; 0 found
(#3981) Variable "XStep" must be all lower-case
(#3981) Commas (,) must be followed by white space.
(#3981) Variable "Y" must be all lower-case
(#3981) Commas (,) must be followed by white space.
(#3981) Variable "Color" must be all lower-case
(#3982) Line indented incorrectly; expected 32 spaces, found 17
(#3982) Expected "if (...) {\n"; found "if (...) { "
(#3982) Variable "RecordImageMap" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "X" must be all lower-case
(#3982) Expected 1 space before "-"; 0 found
(#3982) Expected 1 space after "-"; 0 found
(#3982) Variable "ImageMapPlotSize" must be all lower-case
(#3982) Variable "Y" must be all lower-case
(#3982) Expected 1 space before "-"; 0 found
(#3982) Expected 1 space after "-"; 0 found
(#3982) Variable "ImageMapPlotSize" must be all lower-case
(#3982) Variable "X" must be all lower-case
(#3982) Expected 1 space before "+"; 0 found
(#3982) Expected 1 space after "+"; 0 found
(#3982) Variable "XStep" must be all lower-case
(#3982) Expected 1 space before "+"; 0 found
(#3982) Expected 1 space after "+"; 0 found
(#3982) Variable "ImageMapPlotSize" must be all lower-case
(#3982) Variable "Y" must be all lower-case
(#3982) Expected 1 space before "+"; 0 found
(#3982) Expected 1 space after "+"; 0 found
(#3982) Variable "ImageMapPlotSize" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "R" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "G" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "B" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "SerieDescription" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "Serie" must be all lower-case
(#3982) Variable "Key" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "Mode" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "Format" must be all lower-case
(#3982) Commas (,) must be followed by white space.
(#3982) Variable "Unit" must be all lower-case
(#3982) Line exceeds maximum limit of 180 characters; contains 312 characters
(#3982) Closing brace must be on a line by itself
(#3983) Line indented incorrectly; expected 28 spaces, found 16
(#3983) Closing brace indented incorrectly; expected 15 spaces, found 16
(#3984) Line indented incorrectly; expected 28 spaces, found 15
(#3984) Expected "} else {\n"; found "}\n else\n { "
(#3985) Line indented incorrectly; expected at least 28 spaces, found 16
(#3985) Expected "if (...) {\n"; found "if (...) { "
(#3985) Variable "RecordImageMap" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "LastX" must be all lower-case
(#3985) Expected 1 space before "-"; 0 found
(#3985) Expected 1 space after "-"; 0 found
(#3985) Variable "ImageMapPlotSize" must be all lower-case
(#3985) Variable "LastY" must be all lower-case
(#3985) Expected 1 space before "-"; 0 found
(#3985) Expected 1 space after "-"; 0 found
(#3985) Variable "ImageMapPlotSize" must be all lower-case
(#3985) Variable "X" must be all lower-case
(#3985) Expected 1 space before "+"; 0 found
(#3985) Expected 1 space after "+"; 0 found
(#3985) Variable "ImageMapPlotSize" must be all lower-case
(#3985) Variable "LastY" must be all lower-case
(#3985) Expected 1 space before "+"; 0 found
(#3985) Expected 1 space after "+"; 0 found
(#3985) Variable "ImageMapPlotSize" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "R" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "G" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "B" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "SerieDescription" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "Serie" must be all lower-case
(#3985) Variable "Key" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "Mode" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "Format" must be all lower-case
(#3985) Commas (,) must be followed by white space.
(#3985) Variable "Unit" must be all lower-case
(#3985) Closing brace must be on a line by itself
(#3985) Line exceeds maximum limit of 180 characters; contains 320 characters
(#3985) Closing brace must be on a line by itself
(#3986) Line indented incorrectly; expected 24 spaces, found 14
(#3986) Closing brace indented incorrectly; expected 13 spaces, found 14
(#3988) Line indented incorrectly; expected 24 spaces, found 13
(#3988) Expected "if (...) {\n"; found "if (...)\n { \n"
(#3988) Variable "Y" must be all lower-case
(#3988) Variable "LastY" must be all lower-case
(#3988) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3988) Variable "LastGoodY" must be all lower-case
(#3988) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#3988) Variable "BreakVoid" must be all lower-case
(#3989) Line indented incorrectly; expected at least 24 spaces, found 14
(#3989) Whitespace found at end of line
(#3990) Line indented incorrectly; expected 28 spaces, found 15
(#3990) Expected "if (...) {\n"; found "if (...)\n {\n"
(#3990) Variable "ReCenter" must be all lower-case
(#3991) Line indented incorrectly; expected at least 28 spaces, found 16
(#3992) Line indented incorrectly; expected at least 32 spaces, found 17
(#3992) Variable "LastGoodX" must be all lower-case
(#3992) Expected 1 space before "+"; 0 found
(#3992) Expected 1 space after "+"; 0 found
(#3992) Variable "XStep" must be all lower-case
(#3992) Commas (,) must be followed by white space.
(#3992) Variable "LastGoodY" must be all lower-case
(#3992) Commas (,) must be followed by white space.
(#3992) Variable "X" must be all lower-case
(#3992) Commas (,) must be followed by white space.
(#3992) Variable "LastGoodY" must be all lower-case
(#3992) Commas (,) must be followed by white space.
(#3992) Variable "BreakSettings" must be all lower-case
(#3993) Line indented incorrectly; expected 32 spaces, found 17
(#3993) Expected "if (...) {\n"; found "if (...) { "
(#3993) Variable "RecordImageMap" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "LastGoodX" must be all lower-case
(#3993) Expected 1 space before "+"; 0 found
(#3993) Expected 1 space after "+"; 0 found
(#3993) Variable "XStep" must be all lower-case
(#3993) Expected 1 space before "-"; 0 found
(#3993) Expected 1 space after "-"; 0 found
(#3993) Variable "ImageMapPlotSize" must be all lower-case
(#3993) Variable "LastGoodY" must be all lower-case
(#3993) Expected 1 space before "-"; 0 found
(#3993) Expected 1 space after "-"; 0 found
(#3993) Variable "ImageMapPlotSize" must be all lower-case
(#3993) Variable "X" must be all lower-case
(#3993) Expected 1 space before "+"; 0 found
(#3993) Expected 1 space after "+"; 0 found
(#3993) Variable "ImageMapPlotSize" must be all lower-case
(#3993) Variable "LastGoodY" must be all lower-case
(#3993) Expected 1 space before "+"; 0 found
(#3993) Expected 1 space after "+"; 0 found
(#3993) Variable "ImageMapPlotSize" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "R" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "G" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "B" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "SerieDescription" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "Serie" must be all lower-case
(#3993) Variable "Key" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "Mode" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "Format" must be all lower-case
(#3993) Commas (,) must be followed by white space.
(#3993) Variable "Unit" must be all lower-case
(#3993) Line exceeds maximum limit of 180 characters; contains 336 characters
(#3993) Closing brace must be on a line by itself
(#3994) Line indented incorrectly; expected 28 spaces, found 16
(#3994) Closing brace indented incorrectly; expected 15 spaces, found 16
(#3995) Line indented incorrectly; expected 28 spaces, found 15
(#3995) Expected "} else {\n"; found "}\n else\n {\n"
(#3996) Line indented incorrectly; expected at least 28 spaces, found 16
(#3997) Line indented incorrectly; expected at least 32 spaces, found 17
(#3997) Variable "LastGoodX" must be all lower-case
(#3997) Commas (,) must be followed by white space.
(#3997) Variable "LastGoodY" must be all lower-case
(#3997) Commas (,) must be followed by white space.
(#3997) Variable "X" must be all lower-case
(#3997) Commas (,) must be followed by white space.
(#3997) Variable "LastGoodY" must be all lower-case
(#3997) Commas (,) must be followed by white space.
(#3997) Variable "BreakSettings" must be all lower-case
(#3998) Line indented incorrectly; expected 32 spaces, found 17
(#3998) Expected "if (...) {\n"; found "if (...) { "
(#3998) Variable "RecordImageMap" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "LastGoodX" must be all lower-case
(#3998) Expected 1 space before "-"; 0 found
(#3998) Expected 1 space after "-"; 0 found
(#3998) Variable "ImageMapPlotSize" must be all lower-case
(#3998) Variable "LastGoodY" must be all lower-case
(#3998) Expected 1 space before "-"; 0 found
(#3998) Expected 1 space after "-"; 0 found
(#3998) Variable "ImageMapPlotSize" must be all lower-case
(#3998) Variable "X" must be all lower-case
(#3998) Expected 1 space before "+"; 0 found
(#3998) Expected 1 space after "+"; 0 found
(#3998) Variable "ImageMapPlotSize" must be all lower-case
(#3998) Variable "LastGoodY" must be all lower-case
(#3998) Expected 1 space before "+"; 0 found
(#3998) Expected 1 space after "+"; 0 found
(#3998) Variable "ImageMapPlotSize" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "R" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "G" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "B" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "SerieDescription" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "Serie" must be all lower-case
(#3998) Variable "Key" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "Mode" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "Format" must be all lower-case
(#3998) Commas (,) must be followed by white space.
(#3998) Variable "Unit" must be all lower-case
(#3998) Line exceeds maximum limit of 180 characters; contains 329 characters
(#3998) Closing brace must be on a line by itself
(#3999) Line indented incorrectly; expected 28 spaces, found 16
(#3999) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4001) Line indented incorrectly; expected at least 28 spaces, found 15
(#4001) Variable "X" must be all lower-case
(#4001) Commas (,) must be followed by white space.
(#4001) Variable "LastGoodY" must be all lower-case
(#4001) Commas (,) must be followed by white space.
(#4001) Variable "X" must be all lower-case
(#4001) Commas (,) must be followed by white space.
(#4001) Variable "Y" must be all lower-case
(#4001) Commas (,) must be followed by white space.
(#4001) Variable "BreakSettings" must be all lower-case
(#4002) Line indented incorrectly; expected at least 28 spaces, found 15
(#4002) Variable "LastGoodY" must be all lower-case
(#4002) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4003) Line indented incorrectly; expected 24 spaces, found 14
(#4003) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4004) Line indented incorrectly; expected 24 spaces, found 13
(#4004) Usage of ELSEIF not allowed; use ELSE IF instead
(#4004) Variable "BreakVoid" must be all lower-case
(#4004) Variable "LastGoodY" must be all lower-case
(#4004) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4004) Variable "Y" must be all lower-case
(#4005) Line indented incorrectly; expected at least 24 spaces, found 14
(#4006) Line indented incorrectly; expected at least 28 spaces, found 14
(#4006) Variable "XMargin" must be all lower-case
(#4006) Commas (,) must be followed by white space.
(#4006) Variable "Y" must be all lower-case
(#4006) Commas (,) must be followed by white space.
(#4006) Variable "X" must be all lower-case
(#4006) Commas (,) must be followed by white space.
(#4006) Variable "Y" must be all lower-case
(#4006) Commas (,) must be followed by white space.
(#4006) Variable "BreakSettings" must be all lower-case
(#4007) Line indented incorrectly; expected 28 spaces, found 15
(#4007) Expected "if (...) {\n"; found "if (...) { "
(#4007) Variable "RecordImageMap" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Expected 1 space before "+"; 0 found
(#4007) Expected 1 space after "+"; 0 found
(#4007) Variable "XMargin" must be all lower-case
(#4007) Expected 1 space before "-"; 0 found
(#4007) Expected 1 space after "-"; 0 found
(#4007) Variable "ImageMapPlotSize" must be all lower-case
(#4007) Variable "Y" must be all lower-case
(#4007) Expected 1 space before "-"; 0 found
(#4007) Expected 1 space after "-"; 0 found
(#4007) Variable "ImageMapPlotSize" must be all lower-case
(#4007) Variable "X" must be all lower-case
(#4007) Expected 1 space before "+"; 0 found
(#4007) Expected 1 space after "+"; 0 found
(#4007) Variable "ImageMapPlotSize" must be all lower-case
(#4007) Variable "Y" must be all lower-case
(#4007) Expected 1 space before "+"; 0 found
(#4007) Expected 1 space after "+"; 0 found
(#4007) Variable "ImageMapPlotSize" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "R" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "G" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "B" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "SerieDescription" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "Serie" must be all lower-case
(#4007) Variable "Key" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "Mode" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "Format" must be all lower-case
(#4007) Commas (,) must be followed by white space.
(#4007) Variable "Unit" must be all lower-case
(#4007) Line exceeds maximum limit of 180 characters; contains 328 characters
(#4007) Closing brace must be on a line by itself
(#4008) Line indented incorrectly; expected 24 spaces, found 14
(#4008) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4010) Line indented incorrectly; expected 24 spaces, found 13
(#4010) Expected "if (...) {\n"; found "if (...) { "
(#4010) Variable "Y" must be all lower-case
(#4010) Variable "LastGoodY" must be all lower-case
(#4010) Variable "Y" must be all lower-case
(#4010) Variable "LastGoodX" must be all lower-case
(#4010) Variable "X" must be all lower-case
(#4010) Closing brace must be on a line by itself
(#4011) Line indented incorrectly; expected 24 spaces, found 13
(#4011) Expected "if (...) {\n"; found "if (...) { "
(#4011) Variable "Y" must be all lower-case
(#4011) Variable "Y" must be all lower-case
(#4011) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4011) Closing brace must be on a line by itself
(#4013) Line indented incorrectly; expected 24 spaces, found 13
(#4013) Expected "if (...) {\n"; found "if (...) { "
(#4013) Variable "Init" must be all lower-case
(#4013) Variable "ReCenter" must be all lower-case
(#4013) Variable "X" must be all lower-case
(#4013) Variable "X" must be all lower-case
(#4013) Variable "XStep" must be all lower-case
(#4013) Expected 1 space before "/"; 0 found
(#4013) Expected 1 space after "/"; 0 found
(#4013) Variable "Init" must be all lower-case
(#4013) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4013) Closing brace must be on a line by itself
(#4014) Line indented incorrectly; expected at least 24 spaces, found 13
(#4014) Variable "LastX" must be all lower-case
(#4014) Variable "X" must be all lower-case
(#4014) Variable "LastY" must be all lower-case
(#4014) Variable "Y" must be all lower-case
(#4015) Line indented incorrectly; expected 24 spaces, found 13
(#4015) Expected "if (...) {\n"; found "if (...) { "
(#4015) Variable "LastX" must be all lower-case
(#4015) Variable "XMargin" must be all lower-case
(#4015) Variable "LastX" must be all lower-case
(#4015) Variable "XMargin" must be all lower-case
(#4015) Closing brace must be on a line by itself
(#4016) Line indented incorrectly; expected at least 24 spaces, found 13
(#4016) Variable "X" must be all lower-case
(#4016) Variable "X" must be all lower-case
(#4016) Variable "XStep" must be all lower-case
(#4017) Line indented incorrectly; expected 20 spaces, found 12
(#4017) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4018) Line indented incorrectly; expected 20 spaces, found 11
(#4018) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4018) Variable "ReCenter" must be all lower-case
(#4019) Line indented incorrectly; expected at least 20 spaces, found 12
(#4020) Line indented incorrectly; expected at least 24 spaces, found 13
(#4020) Variable "LastX" must be all lower-case
(#4020) Commas (,) must be followed by white space.
(#4020) Variable "LastY" must be all lower-case
(#4020) Commas (,) must be followed by white space.
(#4020) Variable "XMargin" must be all lower-case
(#4020) Commas (,) must be followed by white space.
(#4020) Variable "LastY" must be all lower-case
(#4020) Commas (,) must be followed by white space.
(#4020) Variable "Color" must be all lower-case
(#4021) Line indented incorrectly; expected 24 spaces, found 13
(#4021) Expected "if (...) {\n"; found "if (...) { "
(#4021) Variable "RecordImageMap" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "LastX" must be all lower-case
(#4021) Expected 1 space before "-"; 0 found
(#4021) Expected 1 space after "-"; 0 found
(#4021) Variable "ImageMapPlotSize" must be all lower-case
(#4021) Variable "LastY" must be all lower-case
(#4021) Expected 1 space before "-"; 0 found
(#4021) Expected 1 space after "-"; 0 found
(#4021) Variable "ImageMapPlotSize" must be all lower-case
(#4021) Expected 1 space before "-"; 0 found
(#4021) Expected 1 space after "-"; 0 found
(#4021) Variable "XMargin" must be all lower-case
(#4021) Expected 1 space before "+"; 0 found
(#4021) Expected 1 space after "+"; 0 found
(#4021) Variable "ImageMapPlotSize" must be all lower-case
(#4021) Variable "LastY" must be all lower-case
(#4021) Expected 1 space before "+"; 0 found
(#4021) Expected 1 space after "+"; 0 found
(#4021) Variable "ImageMapPlotSize" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "R" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "G" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "B" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "SerieDescription" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "Serie" must be all lower-case
(#4021) Variable "Key" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "Mode" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "Format" must be all lower-case
(#4021) Commas (,) must be followed by white space.
(#4021) Variable "Unit" must be all lower-case
(#4021) Line exceeds maximum limit of 180 characters; contains 338 characters
(#4021) Closing brace must be on a line by itself
(#4022) Line indented incorrectly; expected 20 spaces, found 12
(#4022) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4023) Line indented incorrectly; expected 16 spaces, found 10
(#4023) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4024) Line indented incorrectly; expected 16 spaces, found 9
(#4024) Expected "} else {\n"; found "}\n else\n {\n"
(#4025) Line indented incorrectly; expected at least 16 spaces, found 10
(#4026) Line indented incorrectly; expected 20 spaces, found 11
(#4026) Expected "if (...) {\n"; found "if (...) { "
(#4026) Variable "XDivs" must be all lower-case
(#4026) Variable "YStep" must be all lower-case
(#4026) Expected 1 space before "-"; 0 found
(#4026) Expected 1 space after "-"; 0 found
(#4026) Expected 1 space before "/"; 0 found
(#4026) Expected 1 space after "/"; 0 found
(#4026) Closing brace must be on a line by itself
(#4026) Expected "} else {\n"; found "} else { "
(#4026) Variable "YStep" must be all lower-case
(#4026) Expected 1 space before "-"; 0 found
(#4026) Expected 1 space after "-"; 0 found
(#4026) Expected 1 space before "-"; 0 found
(#4026) Expected 1 space after "-"; 0 found
(#4026) Variable "XMargin" must be all lower-case
(#4026) Expected 1 space before "*"; 0 found
(#4026) Expected 1 space after "*"; 0 found
(#4026) Expected 1 space before "/"; 0 found
(#4026) Expected 1 space after "/"; 0 found
(#4026) Variable "XDivs" must be all lower-case
(#4026) Line exceeds 132 characters; contains 162 characters
(#4026) Closing brace must be on a line by itself
(#4027) Line indented incorrectly; expected at least 20 spaces, found 11
(#4027) Variable "Y" must be all lower-case
(#4027) Variable "XMargin" must be all lower-case
(#4027) Variable "LastX" must be all lower-case
(#4027) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4027) Variable "LastY" must be all lower-case
(#4027) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4029) Line indented incorrectly; expected 20 spaces, found 11
(#4029) Expected "if (...) {\n"; found "if (...) { "
(#4029) Variable "PosArray" must be all lower-case
(#4029) Variable "Value" must be all lower-case
(#4029) Variable "PosArray" must be all lower-case
(#4029) Variable "PosArray" must be all lower-case
(#4029) Variable "PosArray" must be all lower-case
(#4029) Variable "Value" must be all lower-case
(#4029) Closing brace must be on a line by itself
(#4030) Line indented incorrectly; expected at least 20 spaces, found 11
(#4030) Variable "LastGoodY" must be all lower-case
(#4030) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4030) Variable "LastGoodX" must be all lower-case
(#4030) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4030) Variable "Init" must be all lower-case
(#4030) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4031) Line indented incorrectly; expected 20 spaces, found 11
(#4031) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4031) Variable "PosArray" must be all lower-case
(#4031) Variable "Key" must be all lower-case
(#4031) Variable "X" must be all lower-case
(#4032) Line indented incorrectly; expected at least 20 spaces, found 12
(#4033) Line indented incorrectly; expected 24 spaces, found 13
(#4033) Expected "if (...) {\n"; found "if (...) \n {\n"
(#4033) Variable "DisplayValues" must be all lower-case
(#4033) Variable "Serie" must be all lower-case
(#4033) Variable "Key" must be all lower-case
(#4033) Whitespace found at end of line
(#4034) Line indented incorrectly; expected at least 24 spaces, found 14
(#4035) Line indented incorrectly; expected 28 spaces, found 15
(#4035) Expected "if (...) {\n"; found "if (...) { "
(#4035) Variable "X" must be all lower-case
(#4035) Variable "LastX" must be all lower-case
(#4035) Variable "Align" must be all lower-case
(#4035) Variable "Offset" must be all lower-case
(#4035) Variable "DisplayOffset" must be all lower-case
(#4035) Closing brace must be on a line by itself
(#4035) Expected "} else {\n"; found "} else { "
(#4035) Variable "Align" must be all lower-case
(#4035) Variable "Offset" must be all lower-case
(#4035) Variable "DisplayOffset" must be all lower-case
(#4035) Line exceeds 132 characters; contains 165 characters
(#4035) Closing brace must be on a line by itself
(#4036) Line indented incorrectly; expected at least 28 spaces, found 15
(#4036) Variable "X" must be all lower-case
(#4036) Expected 1 space before "+"; 0 found
(#4036) Expected 1 space after "+"; 0 found
(#4036) Variable "Offset" must be all lower-case
(#4036) Expected 1 space before "+"; 0 found
(#4036) Expected 1 space after "+"; 0 found
(#4036) Variable "Weight" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Variable "Y" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Variable "Serie" must be all lower-case
(#4036) Variable "Key" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Variable "Mode" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Variable "Format" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Variable "Unit" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Expected 1 space before "=>"; 0 found
(#4036) Expected 1 space after "=>"; 0 found
(#4036) Variable "DisplayR" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Expected 1 space before "=>"; 0 found
(#4036) Expected 1 space after "=>"; 0 found
(#4036) Variable "DisplayG" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Expected 1 space before "=>"; 0 found
(#4036) Expected 1 space after "=>"; 0 found
(#4036) Variable "DisplayB" must be all lower-case
(#4036) Commas (,) must be followed by white space.
(#4036) Expected 1 space before "=>"; 0 found
(#4036) Expected 1 space after "=>"; 0 found
(#4036) Variable "Align" must be all lower-case
(#4036) Line exceeds maximum limit of 180 characters; contains 183 characters
(#4037) Line indented incorrectly; expected 24 spaces, found 14
(#4037) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4039) Line indented incorrectly; expected 24 spaces, found 13
(#4039) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4039) Variable "X" must be all lower-case
(#4039) Variable "LastX" must be all lower-case
(#4039) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4039) Variable "LastY" must be all lower-case
(#4039) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4040) Line indented incorrectly; expected at least 24 spaces, found 14
(#4041) Line indented incorrectly; expected at least 28 spaces, found 15
(#4041) Variable "LastX" must be all lower-case
(#4041) Commas (,) must be followed by white space.
(#4041) Variable "LastY" must be all lower-case
(#4041) Commas (,) must be followed by white space.
(#4041) Variable "LastX" must be all lower-case
(#4041) Commas (,) must be followed by white space.
(#4041) Variable "Y" must be all lower-case
(#4041) Commas (,) must be followed by white space.
(#4041) Variable "Color" must be all lower-case
(#4042) Line indented incorrectly; expected at least 28 spaces, found 15
(#4042) Variable "LastX" must be all lower-case
(#4042) Commas (,) must be followed by white space.
(#4042) Variable "Y" must be all lower-case
(#4042) Commas (,) must be followed by white space.
(#4042) Variable "X" must be all lower-case
(#4042) Commas (,) must be followed by white space.
(#4042) Variable "Y" must be all lower-case
(#4042) Commas (,) must be followed by white space.
(#4042) Variable "Color" must be all lower-case
(#4044) Line indented incorrectly; expected 28 spaces, found 15
(#4044) Expected "if (...) {\n"; found "if (...) { "
(#4044) Variable "RecordImageMap" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "LastX" must be all lower-case
(#4044) Expected 1 space before "-"; 0 found
(#4044) Expected 1 space after "-"; 0 found
(#4044) Variable "ImageMapPlotSize" must be all lower-case
(#4044) Variable "LastY" must be all lower-case
(#4044) Expected 1 space before "-"; 0 found
(#4044) Expected 1 space after "-"; 0 found
(#4044) Variable "ImageMapPlotSize" must be all lower-case
(#4044) Variable "LastX" must be all lower-case
(#4044) Expected 1 space before "+"; 0 found
(#4044) Expected 1 space after "+"; 0 found
(#4044) Variable "XStep" must be all lower-case
(#4044) Expected 1 space before "+"; 0 found
(#4044) Expected 1 space after "+"; 0 found
(#4044) Variable "ImageMapPlotSize" must be all lower-case
(#4044) Variable "Y" must be all lower-case
(#4044) Expected 1 space before "+"; 0 found
(#4044) Expected 1 space after "+"; 0 found
(#4044) Variable "ImageMapPlotSize" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "R" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "G" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "B" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "SerieDescription" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "Serie" must be all lower-case
(#4044) Variable "Key" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "Mode" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "Format" must be all lower-case
(#4044) Commas (,) must be followed by white space.
(#4044) Variable "Unit" must be all lower-case
(#4044) Line exceeds maximum limit of 180 characters; contains 322 characters
(#4044) Closing brace must be on a line by itself
(#4045) Line indented incorrectly; expected 24 spaces, found 14
(#4045) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4047) Line indented incorrectly; expected 24 spaces, found 13
(#4047) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4047) Variable "X" must be all lower-case
(#4047) Variable "LastX" must be all lower-case
(#4047) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4047) Variable "LastGoodY" must be all lower-case
(#4047) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4047) Variable "BreakVoid" must be all lower-case
(#4048) Line indented incorrectly; expected at least 24 spaces, found 14
(#4049) Line indented incorrectly; expected at least 28 spaces, found 15
(#4049) Variable "LastGoodX" must be all lower-case
(#4049) Commas (,) must be followed by white space.
(#4049) Variable "LastGoodY" must be all lower-case
(#4049) Commas (,) must be followed by white space.
(#4049) Variable "LastGoodX" must be all lower-case
(#4049) Commas (,) must be followed by white space.
(#4049) Variable "LastGoodY" must be all lower-case
(#4049) Expected 1 space before "+"; 0 found
(#4049) Expected 1 space after "+"; 0 found
(#4049) Variable "YStep" must be all lower-case
(#4049) Commas (,) must be followed by white space.
(#4049) Variable "Color" must be all lower-case
(#4050) Line indented incorrectly; expected 28 spaces, found 15
(#4050) Expected "if (...) {\n"; found "if (...) { "
(#4050) Variable "RecordImageMap" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "LastGoodX" must be all lower-case
(#4050) Expected 1 space before "-"; 0 found
(#4050) Expected 1 space after "-"; 0 found
(#4050) Variable "ImageMapPlotSize" must be all lower-case
(#4050) Variable "LastGoodY" must be all lower-case
(#4050) Expected 1 space before "-"; 0 found
(#4050) Expected 1 space after "-"; 0 found
(#4050) Variable "ImageMapPlotSize" must be all lower-case
(#4050) Variable "LastGoodX" must be all lower-case
(#4050) Expected 1 space before "+"; 0 found
(#4050) Expected 1 space after "+"; 0 found
(#4050) Variable "ImageMapPlotSize" must be all lower-case
(#4050) Variable "LastGoodY" must be all lower-case
(#4050) Expected 1 space before "+"; 0 found
(#4050) Expected 1 space after "+"; 0 found
(#4050) Variable "YStep" must be all lower-case
(#4050) Expected 1 space before "+"; 0 found
(#4050) Expected 1 space after "+"; 0 found
(#4050) Variable "ImageMapPlotSize" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "R" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "G" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "B" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "SerieDescription" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "Serie" must be all lower-case
(#4050) Variable "Key" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "Mode" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "Format" must be all lower-case
(#4050) Commas (,) must be followed by white space.
(#4050) Variable "Unit" must be all lower-case
(#4050) Line exceeds maximum limit of 180 characters; contains 342 characters
(#4050) Closing brace must be on a line by itself
(#4052) Line indented incorrectly; expected at least 28 spaces, found 15
(#4052) Variable "LastGoodX" must be all lower-case
(#4052) Commas (,) must be followed by white space.
(#4052) Variable "LastGoodY" must be all lower-case
(#4052) Expected 1 space before "+"; 0 found
(#4052) Expected 1 space after "+"; 0 found
(#4052) Variable "YStep" must be all lower-case
(#4052) Commas (,) must be followed by white space.
(#4052) Variable "LastGoodX" must be all lower-case
(#4052) Commas (,) must be followed by white space.
(#4052) Variable "Y" must be all lower-case
(#4052) Commas (,) must be followed by white space.
(#4052) Variable "BreakSettings" must be all lower-case
(#4053) Line indented incorrectly; expected 28 spaces, found 15
(#4053) Expected "if (...) {\n"; found "if (...) { "
(#4053) Variable "RecordImageMap" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "LastGoodX" must be all lower-case
(#4053) Expected 1 space before "-"; 0 found
(#4053) Expected 1 space after "-"; 0 found
(#4053) Variable "ImageMapPlotSize" must be all lower-case
(#4053) Variable "LastGoodY" must be all lower-case
(#4053) Expected 1 space before "+"; 0 found
(#4053) Expected 1 space after "+"; 0 found
(#4053) Variable "YStep" must be all lower-case
(#4053) Expected 1 space before "-"; 0 found
(#4053) Expected 1 space after "-"; 0 found
(#4053) Variable "ImageMapPlotSize" must be all lower-case
(#4053) Variable "LastGoodX" must be all lower-case
(#4053) Expected 1 space before "+"; 0 found
(#4053) Expected 1 space after "+"; 0 found
(#4053) Variable "ImageMapPlotSize" must be all lower-case
(#4053) Variable "YStep" must be all lower-case
(#4053) Expected 1 space before "+"; 0 found
(#4053) Expected 1 space after "+"; 0 found
(#4053) Variable "ImageMapPlotSize" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "R" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "G" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "B" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "SerieDescription" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "Serie" must be all lower-case
(#4053) Variable "Key" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "Mode" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "Format" must be all lower-case
(#4053) Commas (,) must be followed by white space.
(#4053) Variable "Unit" must be all lower-case
(#4053) Line exceeds maximum limit of 180 characters; contains 338 characters
(#4053) Closing brace must be on a line by itself
(#4055) Line indented incorrectly; expected at least 28 spaces, found 15
(#4055) Variable "LastGoodX" must be all lower-case
(#4055) Commas (,) must be followed by white space.
(#4055) Variable "Y" must be all lower-case
(#4055) Commas (,) must be followed by white space.
(#4055) Variable "X" must be all lower-case
(#4055) Commas (,) must be followed by white space.
(#4055) Variable "Y" must be all lower-case
(#4055) Commas (,) must be followed by white space.
(#4055) Variable "BreakSettings" must be all lower-case
(#4056) Line indented incorrectly; expected at least 28 spaces, found 15
(#4056) Variable "LastGoodY" must be all lower-case
(#4056) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4057) Line indented incorrectly; expected 24 spaces, found 14
(#4057) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4058) Line indented incorrectly; expected 24 spaces, found 13
(#4058) Usage of ELSEIF not allowed; use ELSE IF instead
(#4058) Variable "X" must be all lower-case
(#4058) Variable "LastGoodY" must be all lower-case
(#4058) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4058) Variable "BreakVoid" must be all lower-case
(#4059) Line indented incorrectly; expected at least 24 spaces, found 14
(#4060) Line indented incorrectly; expected at least 28 spaces, found 15
(#4060) Variable "X" must be all lower-case
(#4060) Commas (,) must be followed by white space.
(#4060) Variable "XMargin" must be all lower-case
(#4060) Commas (,) must be followed by white space.
(#4060) Variable "X" must be all lower-case
(#4060) Commas (,) must be followed by white space.
(#4060) Variable "Y" must be all lower-case
(#4060) Commas (,) must be followed by white space.
(#4060) Variable "BreakSettings" must be all lower-case
(#4061) Line indented incorrectly; expected 28 spaces, found 15
(#4061) Expected "if (...) {\n"; found "if (...) { "
(#4061) Variable "RecordImageMap" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "X" must be all lower-case
(#4061) Expected 1 space before "-"; 0 found
(#4061) Expected 1 space after "-"; 0 found
(#4061) Variable "ImageMapPlotSize" must be all lower-case
(#4061) Expected 1 space before "+"; 0 found
(#4061) Expected 1 space after "+"; 0 found
(#4061) Variable "XMargin" must be all lower-case
(#4061) Expected 1 space before "-"; 0 found
(#4061) Expected 1 space after "-"; 0 found
(#4061) Variable "ImageMapPlotSize" must be all lower-case
(#4061) Variable "X" must be all lower-case
(#4061) Expected 1 space before "+"; 0 found
(#4061) Expected 1 space after "+"; 0 found
(#4061) Variable "ImageMapPlotSize" must be all lower-case
(#4061) Variable "Y" must be all lower-case
(#4061) Expected 1 space before "+"; 0 found
(#4061) Expected 1 space after "+"; 0 found
(#4061) Variable "ImageMapPlotSize" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "R" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "G" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "B" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "SerieDescription" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "Serie" must be all lower-case
(#4061) Variable "Key" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "Mode" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "Format" must be all lower-case
(#4061) Commas (,) must be followed by white space.
(#4061) Variable "Unit" must be all lower-case
(#4061) Line exceeds maximum limit of 180 characters; contains 328 characters
(#4061) Closing brace must be on a line by itself
(#4062) Line indented incorrectly; expected 24 spaces, found 14
(#4062) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4064) Line indented incorrectly; expected 24 spaces, found 13
(#4064) Expected "if (...) {\n"; found "if (...) { "
(#4064) Variable "X" must be all lower-case
(#4064) Variable "LastGoodY" must be all lower-case
(#4064) Variable "Y" must be all lower-case
(#4064) Variable "LastGoodX" must be all lower-case
(#4064) Variable "X" must be all lower-case
(#4064) Closing brace must be on a line by itself
(#4065) Line indented incorrectly; expected 24 spaces, found 13
(#4065) Expected "if (...) {\n"; found "if (...) { "
(#4065) Variable "X" must be all lower-case
(#4065) Variable "X" must be all lower-case
(#4065) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4065) Closing brace must be on a line by itself
(#4067) Line indented incorrectly; expected 24 spaces, found 13
(#4067) Expected "if (...) {\n"; found "if (...) { "
(#4067) Variable "Init" must be all lower-case
(#4067) Variable "ReCenter" must be all lower-case
(#4067) Variable "Y" must be all lower-case
(#4067) Variable "Y" must be all lower-case
(#4067) Variable "YStep" must be all lower-case
(#4067) Expected 1 space before "/"; 0 found
(#4067) Expected 1 space after "/"; 0 found
(#4067) Variable "Init" must be all lower-case
(#4067) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4067) Closing brace must be on a line by itself
(#4068) Line indented incorrectly; expected at least 24 spaces, found 13
(#4068) Variable "LastX" must be all lower-case
(#4068) Variable "X" must be all lower-case
(#4068) Variable "LastY" must be all lower-case
(#4068) Variable "Y" must be all lower-case
(#4069) Line indented incorrectly; expected 24 spaces, found 13
(#4069) Expected "if (...) {\n"; found "if (...) { "
(#4069) Variable "LastY" must be all lower-case
(#4069) Variable "XMargin" must be all lower-case
(#4069) Variable "LastY" must be all lower-case
(#4069) Variable "XMargin" must be all lower-case
(#4069) Closing brace must be on a line by itself
(#4070) Line indented incorrectly; expected at least 24 spaces, found 13
(#4070) Variable "Y" must be all lower-case
(#4070) Variable "Y" must be all lower-case
(#4070) Variable "YStep" must be all lower-case
(#4071) Line indented incorrectly; expected 20 spaces, found 12
(#4071) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4072) Line indented incorrectly; expected 20 spaces, found 11
(#4072) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4072) Variable "ReCenter" must be all lower-case
(#4073) Line indented incorrectly; expected at least 20 spaces, found 12
(#4074) Line indented incorrectly; expected at least 24 spaces, found 13
(#4074) Variable "LastX" must be all lower-case
(#4074) Commas (,) must be followed by white space.
(#4074) Variable "LastY" must be all lower-case
(#4074) Commas (,) must be followed by white space.
(#4074) Variable "LastX" must be all lower-case
(#4074) Commas (,) must be followed by white space.
(#4074) Variable "XMargin" must be all lower-case
(#4074) Commas (,) must be followed by white space.
(#4074) Variable "Color" must be all lower-case
(#4075) Line indented incorrectly; expected 24 spaces, found 13
(#4075) Expected "if (...) {\n"; found "if (...) { "
(#4075) Variable "RecordImageMap" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "LastX" must be all lower-case
(#4075) Expected 1 space before "-"; 0 found
(#4075) Expected 1 space after "-"; 0 found
(#4075) Variable "ImageMapPlotSize" must be all lower-case
(#4075) Variable "LastY" must be all lower-case
(#4075) Expected 1 space before "-"; 0 found
(#4075) Expected 1 space after "-"; 0 found
(#4075) Variable "ImageMapPlotSize" must be all lower-case
(#4075) Variable "LastX" must be all lower-case
(#4075) Expected 1 space before "+"; 0 found
(#4075) Expected 1 space after "+"; 0 found
(#4075) Variable "ImageMapPlotSize" must be all lower-case
(#4075) Expected 1 space before "-"; 0 found
(#4075) Expected 1 space after "-"; 0 found
(#4075) Variable "XMargin" must be all lower-case
(#4075) Expected 1 space before "+"; 0 found
(#4075) Expected 1 space after "+"; 0 found
(#4075) Variable "ImageMapPlotSize" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "R" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "G" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "B" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "SerieDescription" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "Serie" must be all lower-case
(#4075) Variable "Key" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "Mode" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "Format" must be all lower-case
(#4075) Commas (,) must be followed by white space.
(#4075) Variable "Unit" must be all lower-case
(#4075) Line exceeds maximum limit of 180 characters; contains 338 characters
(#4075) Closing brace must be on a line by itself
(#4076) Line indented incorrectly; expected 20 spaces, found 12
(#4076) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4077) Line indented incorrectly; expected 16 spaces, found 10
(#4077) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4078) Line indented incorrectly; expected 12 spaces, found 8
(#4078) Closing brace indented incorrectly; expected 7 spaces, found 8
(#4079) Line indented incorrectly; expected 8 spaces, found 6
(#4079) Closing brace indented incorrectly; expected 5 spaces, found 6
(#4080) Closing brace indented incorrectly; expected 3 spaces, found 4
(#4082) Line indented incorrectly; expected at least 4 spaces, found 3
(#4083) Line indented incorrectly; expected 4 spaces, found 3
(#4083) method name "pDraw::drawFilledStepChart" must be in lower-case letters only
(#4083) Visibility must be declared on method "drawFilledStepChart"
(#4083) Variable "Format" must be all lower-case
(#4083) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4084) Opening brace should be on the same line as the declaration
(#4085) Line indented incorrectly; expected at least 8 spaces, found 5
(#4085) Variable "ReCenter" must be all lower-case
(#4085) Spaces must be used for alignment; tabs are not allowed
(#4085) Tab found within whitespace
(#4085) Variable "Format" must be all lower-case
(#4085) Variable "Format" must be all lower-case
(#4085) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4086) Line indented incorrectly; expected at least 8 spaces, found 5
(#4086) Variable "DisplayValues" must be all lower-case
(#4086) Spaces must be used for alignment; tabs are not allowed
(#4086) Tab found within whitespace
(#4086) Variable "Format" must be all lower-case
(#4086) Variable "Format" must be all lower-case
(#4086) Expected 1 space after ":"; 0 found
(#4086) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4087) Line indented incorrectly; expected at least 8 spaces, found 5
(#4087) Variable "DisplayOffset" must be all lower-case
(#4087) Spaces must be used for alignment; tabs are not allowed
(#4087) Tab found within whitespace
(#4087) Variable "Format" must be all lower-case
(#4087) Variable "Format" must be all lower-case
(#4088) Line indented incorrectly; expected at least 8 spaces, found 5
(#4088) Variable "DisplayColor" must be all lower-case
(#4088) Spaces must be used for alignment; tabs are not allowed
(#4088) Tab found within whitespace
(#4088) Variable "Format" must be all lower-case
(#4088) Variable "Format" must be all lower-case
(#4089) Line indented incorrectly; expected at least 8 spaces, found 5
(#4089) Variable "ForceTransparency" must be all lower-case
(#4089) Spaces must be used for alignment; tabs are not allowed
(#4089) Tab found within whitespace
(#4089) Variable "Format" must be all lower-case
(#4089) Variable "Format" must be all lower-case
(#4089) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4090) Line indented incorrectly; expected at least 8 spaces, found 5
(#4090) Variable "DisplayR" must be all lower-case
(#4090) Spaces must be used for alignment; tabs are not allowed
(#4090) Tab found within whitespace
(#4090) Variable "Format" must be all lower-case
(#4090) Variable "Format" must be all lower-case
(#4091) Line indented incorrectly; expected at least 8 spaces, found 5
(#4091) Variable "DisplayG" must be all lower-case
(#4091) Spaces must be used for alignment; tabs are not allowed
(#4091) Tab found within whitespace
(#4091) Variable "Format" must be all lower-case
(#4091) Variable "Format" must be all lower-case
(#4092) Line indented incorrectly; expected at least 8 spaces, found 5
(#4092) Variable "DisplayB" must be all lower-case
(#4092) Spaces must be used for alignment; tabs are not allowed
(#4092) Tab found within whitespace
(#4092) Variable "Format" must be all lower-case
(#4092) Variable "Format" must be all lower-case
(#4093) Line indented incorrectly; expected at least 8 spaces, found 5
(#4093) Variable "AroundZero" must be all lower-case
(#4093) Spaces must be used for alignment; tabs are not allowed
(#4093) Tab found within whitespace
(#4093) Variable "Format" must be all lower-case
(#4093) Variable "Format" must be all lower-case
(#4093) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4095) Line indented incorrectly; expected at least 8 spaces, found 5
(#4097) Line indented incorrectly; expected at least 8 spaces, found 5
(#4097) Variable "Data" must be all lower-case
(#4098) Line indented incorrectly; expected at least 8 spaces, found 5
(#4098) Variable "XMargin" must be all lower-case
(#4098) Commas (,) must be followed by white space.
(#4098) Variable "XDivs" must be all lower-case
(#4099) Line indented incorrectly; expected 8 spaces, found 5
(#4099) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4099) Variable "Data" must be all lower-case
(#4099) Variable "SerieName" must be all lower-case
(#4099) Variable "Serie" must be all lower-case
(#4100) Line indented incorrectly; expected at least 8 spaces, found 6
(#4101) Line indented incorrectly; expected 12 spaces, found 7
(#4101) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4101) Variable "Serie" must be all lower-case
(#4101) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4101) Variable "SerieName" must be all lower-case
(#4101) Variable "Data" must be all lower-case
(#4102) Line indented incorrectly; expected at least 12 spaces, found 8
(#4103) Line indented incorrectly; expected at least 16 spaces, found 9
(#4103) Variable "R" must be all lower-case
(#4103) Variable "Serie" must be all lower-case
(#4103) Variable "G" must be all lower-case
(#4103) Variable "Serie" must be all lower-case
(#4103) Variable "B" must be all lower-case
(#4103) Variable "Serie" must be all lower-case
(#4103) Variable "Alpha" must be all lower-case
(#4103) Variable "Serie" must be all lower-case
(#4103) Variable "Ticks" must be all lower-case
(#4103) Variable "Serie" must be all lower-case
(#4103) Variable "Weight" must be all lower-case
(#4103) Variable "Serie" must be all lower-case
(#4103) Line exceeds 132 characters; contains 178 characters
(#4105) Line indented incorrectly; expected 16 spaces, found 9
(#4105) Expected "if (...) {\n"; found "if (...) { "
(#4105) Variable "DisplayColor" must be all lower-case
(#4105) Variable "DisplayR" must be all lower-case
(#4105) Variable "R" must be all lower-case
(#4105) Variable "DisplayG" must be all lower-case
(#4105) Variable "G" must be all lower-case
(#4105) Variable "DisplayB" must be all lower-case
(#4105) Variable "B" must be all lower-case
(#4105) Closing brace must be on a line by itself
(#4107) Line indented incorrectly; expected at least 16 spaces, found 9
(#4107) Variable "AxisID" must be all lower-case
(#4107) Spaces must be used for alignment; tabs are not allowed
(#4107) Tab found within whitespace
(#4107) Variable "Serie" must be all lower-case
(#4108) Line indented incorrectly; expected at least 16 spaces, found 9
(#4108) Variable "Mode" must be all lower-case
(#4108) Spaces must be used for alignment; tabs are not allowed
(#4108) Tab found within whitespace
(#4108) Variable "Data" must be all lower-case
(#4108) Variable "AxisID" must be all lower-case
(#4109) Line indented incorrectly; expected at least 16 spaces, found 9
(#4109) Variable "Format" must be all lower-case
(#4109) Spaces must be used for alignment; tabs are not allowed
(#4109) Tab found within whitespace
(#4109) Variable "Data" must be all lower-case
(#4109) Variable "AxisID" must be all lower-case
(#4110) Line indented incorrectly; expected at least 16 spaces, found 9
(#4110) Variable "Unit" must be all lower-case
(#4110) Spaces must be used for alignment; tabs are not allowed
(#4110) Tab found within whitespace
(#4110) Variable "Data" must be all lower-case
(#4110) Variable "AxisID" must be all lower-case
(#4112) Line indented incorrectly; expected at least 16 spaces, found 9
(#4112) Variable "Color" must be all lower-case
(#4112) Spaces must be used for alignment; tabs are not allowed
(#4112) Tab found within whitespace
(#4112) Expected 1 space before "=>"; 0 found
(#4112) Expected 1 space after "=>"; 0 found
(#4112) Variable "R" must be all lower-case
(#4112) Commas (,) must be followed by white space.
(#4112) Expected 1 space before "=>"; 0 found
(#4112) Expected 1 space after "=>"; 0 found
(#4112) Variable "G" must be all lower-case
(#4112) Commas (,) must be followed by white space.
(#4112) Expected 1 space before "=>"; 0 found
(#4112) Expected 1 space after "=>"; 0 found
(#4112) Variable "B" must be all lower-case
(#4113) Line indented incorrectly; expected 16 spaces, found 9
(#4113) Expected "if (...) {\n"; found "if (...) { "
(#4113) Variable "ForceTransparency" must be all lower-case
(#4113) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4113) Variable "Color" must be all lower-case
(#4113) Variable "ForceTransparency" must be all lower-case
(#4113) Closing brace must be on a line by itself
(#4113) Expected "} else {\n"; found "} else { "
(#4113) Variable "Color" must be all lower-case
(#4113) Variable "Alpha" must be all lower-case
(#4113) Closing brace must be on a line by itself
(#4115) Line indented incorrectly; expected at least 16 spaces, found 9
(#4115) Variable "PosArray" must be all lower-case
(#4115) Variable "Serie" must be all lower-case
(#4115) Commas (,) must be followed by white space.
(#4115) Expected 1 space before "=>"; 0 found
(#4115) Expected 1 space after "=>"; 0 found
(#4115) Variable "Serie" must be all lower-case
(#4116) Line indented incorrectly; expected at least 16 spaces, found 9
(#4116) Variable "YZero" must be all lower-case
(#4116) Commas (,) must be followed by white space.
(#4116) Expected 1 space before "=>"; 0 found
(#4116) Expected 1 space after "=>"; 0 found
(#4116) Variable "Serie" must be all lower-case
(#4118) Line indented incorrectly; expected at least 16 spaces, found 9
(#4118) Variable "SerieName" must be all lower-case
(#4120) Line indented incorrectly; expected 16 spaces, found 9
(#4120) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4120) Variable "Data" must be all lower-case
(#4121) Line indented incorrectly; expected at least 16 spaces, found 10
(#4122) Line indented incorrectly; expected 20 spaces, found 11
(#4122) Expected "if (...) {\n"; found "if (...) { "
(#4122) Variable "YZero" must be all lower-case
(#4122) Expected 1 space before "-"; 0 found
(#4122) Expected 1 space after "-"; 0 found
(#4122) Variable "YZero" must be all lower-case
(#4122) Expected 1 space before "-"; 0 found
(#4122) Expected 1 space after "-"; 0 found
(#4122) Closing brace must be on a line by itself
(#4123) Line indented incorrectly; expected 20 spaces, found 11
(#4123) Expected "if (...) {\n"; found "if (...) { "
(#4123) Variable "YZero" must be all lower-case
(#4123) Expected 1 space before "+"; 0 found
(#4123) Expected 1 space after "+"; 0 found
(#4123) Variable "YZero" must be all lower-case
(#4123) Expected 1 space before "+"; 0 found
(#4123) Expected 1 space after "+"; 0 found
(#4123) Closing brace must be on a line by itself
(#4125) Line indented incorrectly; expected 20 spaces, found 11
(#4125) Expected "if (...) {\n"; found "if (...) { "
(#4125) Variable "XDivs" must be all lower-case
(#4125) Variable "XStep" must be all lower-case
(#4125) Expected 1 space before "-"; 0 found
(#4125) Expected 1 space after "-"; 0 found
(#4125) Expected 1 space before "/"; 0 found
(#4125) Expected 1 space after "/"; 0 found
(#4125) Closing brace must be on a line by itself
(#4125) Expected "} else {\n"; found "} else { "
(#4125) Variable "XStep" must be all lower-case
(#4125) Expected 1 space before "-"; 0 found
(#4125) Expected 1 space after "-"; 0 found
(#4125) Expected 1 space before "-"; 0 found
(#4125) Expected 1 space after "-"; 0 found
(#4125) Variable "XMargin" must be all lower-case
(#4125) Expected 1 space before "*"; 0 found
(#4125) Expected 1 space after "*"; 0 found
(#4125) Expected 1 space before "/"; 0 found
(#4125) Expected 1 space after "/"; 0 found
(#4125) Variable "XDivs" must be all lower-case
(#4125) Line exceeds 132 characters; contains 162 characters
(#4125) Closing brace must be on a line by itself
(#4126) Line indented incorrectly; expected at least 20 spaces, found 11
(#4126) Variable "X" must be all lower-case
(#4126) Variable "XMargin" must be all lower-case
(#4126) Variable "LastX" must be all lower-case
(#4126) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4126) Variable "LastY" must be all lower-case
(#4126) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4128) Line indented incorrectly; expected 20 spaces, found 11
(#4128) Expected "if (...) {\n"; found "if (...) { "
(#4128) Variable "AroundZero" must be all lower-case
(#4128) Variable "YZero" must be all lower-case
(#4128) Expected 1 space before "-"; 0 found
(#4128) Expected 1 space after "-"; 0 found
(#4128) Closing brace must be on a line by itself
(#4130) Line indented incorrectly; expected 20 spaces, found 11
(#4130) Expected "if (...) {\n"; found "if (...) { "
(#4130) Variable "PosArray" must be all lower-case
(#4130) Variable "Value" must be all lower-case
(#4130) Variable "PosArray" must be all lower-case
(#4130) Variable "PosArray" must be all lower-case
(#4130) Variable "PosArray" must be all lower-case
(#4130) Variable "Value" must be all lower-case
(#4130) Closing brace must be on a line by itself
(#4131) Line indented incorrectly; expected at least 20 spaces, found 11
(#4131) Variable "LastGoodY" must be all lower-case
(#4131) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4131) Variable "LastGoodX" must be all lower-case
(#4131) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4131) Variable "Points" must be all lower-case
(#4131) Variable "Init" must be all lower-case
(#4131) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4132) Line indented incorrectly; expected 20 spaces, found 11
(#4132) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4132) Variable "PosArray" must be all lower-case
(#4132) Variable "Key" must be all lower-case
(#4132) Variable "Y" must be all lower-case
(#4133) Line indented incorrectly; expected at least 20 spaces, found 12
(#4134) Line indented incorrectly; expected 24 spaces, found 13
(#4134) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4134) Variable "Y" must be all lower-case
(#4134) Variable "LastX" must be all lower-case
(#4134) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4134) Variable "LastY" must be all lower-case
(#4134) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4134) Variable "Points" must be all lower-case
(#4134) Expected 1 space after "!="; 0 found
(#4135) Line indented incorrectly; expected at least 24 spaces, found 14
(#4136) Line indented incorrectly; expected at least 28 spaces, found 15
(#4136) Variable "Points" must be all lower-case
(#4136) Variable "LastX" must be all lower-case
(#4136) Variable "Points" must be all lower-case
(#4136) Variable "LastY" must be all lower-case
(#4137) Line indented incorrectly; expected at least 28 spaces, found 15
(#4137) Variable "Points" must be all lower-case
(#4137) Variable "X" must be all lower-case
(#4137) Variable "Points" must be all lower-case
(#4137) Variable "LastY" must be all lower-case
(#4138) Line indented incorrectly; expected at least 28 spaces, found 15
(#4138) Variable "Points" must be all lower-case
(#4138) Variable "X" must be all lower-case
(#4138) Variable "Points" must be all lower-case
(#4138) Variable "YZero" must be all lower-case
(#4139) Line indented incorrectly; expected at least 28 spaces, found 15
(#4139) Variable "Points" must be all lower-case
(#4139) Commas (,) must be followed by white space.
(#4139) Variable "Color" must be all lower-case
(#4140) Line indented incorrectly; expected at least 28 spaces, found 15
(#4140) Variable "Points" must be all lower-case
(#4141) Line indented incorrectly; expected 24 spaces, found 14
(#4141) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4143) Line indented incorrectly; expected 24 spaces, found 13
(#4143) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4143) Variable "Y" must be all lower-case
(#4143) Variable "LastX" must be all lower-case
(#4143) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4143) Variable "LastY" must be all lower-case
(#4143) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4144) Line indented incorrectly; expected at least 24 spaces, found 14
(#4145) Line indented incorrectly; expected 28 spaces, found 15
(#4145) Expected "if (...) {\n"; found "if (...) { "
(#4145) Variable "Points" must be all lower-case
(#4145) Variable "Points" must be all lower-case
(#4145) Variable "LastX" must be all lower-case
(#4145) Variable "Points" must be all lower-case
(#4145) Variable "YZero" must be all lower-case
(#4145) Closing brace must be on a line by itself
(#4146) Line indented incorrectly; expected at least 28 spaces, found 15
(#4146) Variable "Points" must be all lower-case
(#4146) Variable "LastX" must be all lower-case
(#4146) Variable "Points" must be all lower-case
(#4146) Variable "LastY" must be all lower-case
(#4147) Line indented incorrectly; expected at least 28 spaces, found 15
(#4147) Variable "Points" must be all lower-case
(#4147) Variable "X" must be all lower-case
(#4147) Variable "Points" must be all lower-case
(#4147) Variable "LastY" must be all lower-case
(#4148) Line indented incorrectly; expected at least 28 spaces, found 15
(#4148) Variable "Points" must be all lower-case
(#4148) Variable "X" must be all lower-case
(#4148) Variable "Points" must be all lower-case
(#4148) Variable "Y" must be all lower-case
(#4149) Line indented incorrectly; expected 24 spaces, found 14
(#4149) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4151) Line indented incorrectly; expected 24 spaces, found 13
(#4151) Expected "if (...) {\n"; found "if (...) { "
(#4151) Variable "Y" must be all lower-case
(#4151) Variable "LastGoodY" must be all lower-case
(#4151) Variable "Y" must be all lower-case
(#4151) Variable "LastGoodX" must be all lower-case
(#4151) Variable "X" must be all lower-case
(#4151) Closing brace must be on a line by itself
(#4152) Line indented incorrectly; expected 24 spaces, found 13
(#4152) Expected "if (...) {\n"; found "if (...) { "
(#4152) Variable "Y" must be all lower-case
(#4152) Variable "Y" must be all lower-case
(#4152) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4152) Closing brace must be on a line by itself
(#4154) Line indented incorrectly; expected 24 spaces, found 13
(#4154) Expected "if (...) {\n"; found "if (...) { "
(#4154) Variable "Init" must be all lower-case
(#4154) Variable "ReCenter" must be all lower-case
(#4154) Variable "X" must be all lower-case
(#4154) Variable "X" must be all lower-case
(#4154) Variable "XStep" must be all lower-case
(#4154) Expected 1 space before "/"; 0 found
(#4154) Expected 1 space after "/"; 0 found
(#4154) Variable "Init" must be all lower-case
(#4154) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4154) Closing brace must be on a line by itself
(#4155) Line indented incorrectly; expected at least 24 spaces, found 13
(#4155) Variable "LastX" must be all lower-case
(#4155) Variable "X" must be all lower-case
(#4155) Variable "LastY" must be all lower-case
(#4155) Variable "Y" must be all lower-case
(#4156) Line indented incorrectly; expected 24 spaces, found 13
(#4156) Expected "if (...) {\n"; found "if (...) { "
(#4156) Variable "LastX" must be all lower-case
(#4156) Variable "XMargin" must be all lower-case
(#4156) Variable "LastX" must be all lower-case
(#4156) Variable "XMargin" must be all lower-case
(#4156) Closing brace must be on a line by itself
(#4157) Line indented incorrectly; expected at least 24 spaces, found 13
(#4157) Variable "X" must be all lower-case
(#4157) Variable "X" must be all lower-case
(#4157) Variable "XStep" must be all lower-case
(#4158) Line indented incorrectly; expected 20 spaces, found 12
(#4158) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4160) Line indented incorrectly; expected 20 spaces, found 11
(#4160) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4160) Variable "ReCenter" must be all lower-case
(#4161) Line indented incorrectly; expected at least 20 spaces, found 12
(#4162) Line indented incorrectly; expected at least 24 spaces, found 13
(#4162) Variable "Points" must be all lower-case
(#4162) Variable "LastX" must be all lower-case
(#4162) Expected 1 space before "+"; 0 found
(#4162) Expected 1 space after "+"; 0 found
(#4162) Variable "XStep" must be all lower-case
(#4162) Expected 1 space before "/"; 0 found
(#4162) Expected 1 space after "/"; 0 found
(#4162) Variable "Points" must be all lower-case
(#4162) Variable "LastY" must be all lower-case
(#4163) Line indented incorrectly; expected at least 24 spaces, found 13
(#4163) Variable "Points" must be all lower-case
(#4163) Variable "LastX" must be all lower-case
(#4163) Expected 1 space before "+"; 0 found
(#4163) Expected 1 space after "+"; 0 found
(#4163) Variable "XStep" must be all lower-case
(#4163) Expected 1 space before "/"; 0 found
(#4163) Expected 1 space after "/"; 0 found
(#4163) Variable "Points" must be all lower-case
(#4163) Variable "YZero" must be all lower-case
(#4164) Line indented incorrectly; expected 20 spaces, found 12
(#4164) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4165) Line indented incorrectly; expected 20 spaces, found 11
(#4165) Expected "} else {\n"; found "}\n else\n { "
(#4166) Line indented incorrectly; expected at least 20 spaces, found 12
(#4166) Variable "Points" must be all lower-case
(#4166) Variable "LastX" must be all lower-case
(#4166) Variable "Points" must be all lower-case
(#4166) Variable "YZero" must be all lower-case
(#4166) Closing brace must be on a line by itself
(#4168) Line indented incorrectly; expected at least 20 spaces, found 11
(#4168) Variable "Points" must be all lower-case
(#4168) Commas (,) must be followed by white space.
(#4168) Variable "Color" must be all lower-case
(#4169) Line indented incorrectly; expected 16 spaces, found 10
(#4169) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4170) Line indented incorrectly; expected 16 spaces, found 9
(#4170) Expected "} else {\n"; found "}\n else\n {\n"
(#4171) Line indented incorrectly; expected at least 16 spaces, found 10
(#4172) Line indented incorrectly; expected 20 spaces, found 11
(#4172) Expected "if (...) {\n"; found "if (...) { "
(#4172) Variable "YZero" must be all lower-case
(#4172) Expected 1 space before "+"; 0 found
(#4172) Expected 1 space after "+"; 0 found
(#4172) Variable "YZero" must be all lower-case
(#4172) Expected 1 space before "+"; 0 found
(#4172) Expected 1 space after "+"; 0 found
(#4172) Closing brace must be on a line by itself
(#4173) Line indented incorrectly; expected 20 spaces, found 11
(#4173) Expected "if (...) {\n"; found "if (...) { "
(#4173) Variable "YZero" must be all lower-case
(#4173) Expected 1 space before "-"; 0 found
(#4173) Expected 1 space after "-"; 0 found
(#4173) Variable "YZero" must be all lower-case
(#4173) Expected 1 space before "-"; 0 found
(#4173) Expected 1 space after "-"; 0 found
(#4173) Closing brace must be on a line by itself
(#4175) Line indented incorrectly; expected 20 spaces, found 11
(#4175) Expected "if (...) {\n"; found "if (...) { "
(#4175) Variable "XDivs" must be all lower-case
(#4175) Variable "YStep" must be all lower-case
(#4175) Expected 1 space before "-"; 0 found
(#4175) Expected 1 space after "-"; 0 found
(#4175) Expected 1 space before "/"; 0 found
(#4175) Expected 1 space after "/"; 0 found
(#4175) Closing brace must be on a line by itself
(#4175) Expected "} else {\n"; found "} else { "
(#4175) Variable "YStep" must be all lower-case
(#4175) Expected 1 space before "-"; 0 found
(#4175) Expected 1 space after "-"; 0 found
(#4175) Expected 1 space before "-"; 0 found
(#4175) Expected 1 space after "-"; 0 found
(#4175) Variable "XMargin" must be all lower-case
(#4175) Expected 1 space before "*"; 0 found
(#4175) Expected 1 space after "*"; 0 found
(#4175) Expected 1 space before "/"; 0 found
(#4175) Expected 1 space after "/"; 0 found
(#4175) Variable "XDivs" must be all lower-case
(#4175) Line exceeds 132 characters; contains 162 characters
(#4175) Closing brace must be on a line by itself
(#4176) Line indented incorrectly; expected at least 20 spaces, found 11
(#4176) Variable "Y" must be all lower-case
(#4176) Variable "XMargin" must be all lower-case
(#4176) Variable "LastX" must be all lower-case
(#4176) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4176) Variable "LastY" must be all lower-case
(#4176) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4178) Line indented incorrectly; expected 20 spaces, found 11
(#4178) Expected "if (...) {\n"; found "if (...) { "
(#4178) Variable "PosArray" must be all lower-case
(#4178) Variable "Value" must be all lower-case
(#4178) Variable "PosArray" must be all lower-case
(#4178) Variable "PosArray" must be all lower-case
(#4178) Variable "PosArray" must be all lower-case
(#4178) Variable "Value" must be all lower-case
(#4178) Closing brace must be on a line by itself
(#4179) Line indented incorrectly; expected at least 20 spaces, found 11
(#4179) Variable "LastGoodY" must be all lower-case
(#4179) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4179) Variable "LastGoodX" must be all lower-case
(#4179) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4179) Variable "Points" must be all lower-case
(#4180) Line indented incorrectly; expected 20 spaces, found 11
(#4180) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4180) Variable "PosArray" must be all lower-case
(#4180) Variable "Key" must be all lower-case
(#4180) Variable "X" must be all lower-case
(#4181) Line indented incorrectly; expected at least 20 spaces, found 12
(#4182) Line indented incorrectly; expected 24 spaces, found 13
(#4182) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4182) Variable "X" must be all lower-case
(#4182) Variable "LastX" must be all lower-case
(#4182) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4182) Variable "LastY" must be all lower-case
(#4182) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4182) Variable "Points" must be all lower-case
(#4182) Expected 1 space after "!="; 0 found
(#4183) Line indented incorrectly; expected at least 24 spaces, found 14
(#4184) Line indented incorrectly; expected at least 28 spaces, found 15
(#4184) Variable "Points" must be all lower-case
(#4184) Variable "LastX" must be all lower-case
(#4184) Variable "Points" must be all lower-case
(#4184) Variable "LastY" must be all lower-case
(#4185) Line indented incorrectly; expected at least 28 spaces, found 15
(#4185) Variable "Points" must be all lower-case
(#4185) Variable "LastX" must be all lower-case
(#4185) Variable "Points" must be all lower-case
(#4185) Variable "Y" must be all lower-case
(#4186) Line indented incorrectly; expected at least 28 spaces, found 15
(#4186) Variable "Points" must be all lower-case
(#4186) Variable "YZero" must be all lower-case
(#4186) Variable "Points" must be all lower-case
(#4186) Variable "Y" must be all lower-case
(#4187) Line indented incorrectly; expected at least 28 spaces, found 15
(#4187) Variable "Points" must be all lower-case
(#4187) Commas (,) must be followed by white space.
(#4187) Variable "Color" must be all lower-case
(#4188) Line indented incorrectly; expected at least 28 spaces, found 15
(#4188) Variable "Points" must be all lower-case
(#4189) Line indented incorrectly; expected 24 spaces, found 14
(#4189) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4191) Line indented incorrectly; expected 24 spaces, found 13
(#4191) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4191) Variable "X" must be all lower-case
(#4191) Variable "LastX" must be all lower-case
(#4191) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4191) Variable "LastY" must be all lower-case
(#4191) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4192) Line indented incorrectly; expected at least 24 spaces, found 14
(#4193) Line indented incorrectly; expected 28 spaces, found 15
(#4193) Expected "if (...) {\n"; found "if (...) { "
(#4193) Variable "Points" must be all lower-case
(#4193) Variable "Points" must be all lower-case
(#4193) Variable "YZero" must be all lower-case
(#4193) Variable "Points" must be all lower-case
(#4193) Variable "LastY" must be all lower-case
(#4193) Closing brace must be on a line by itself
(#4194) Line indented incorrectly; expected at least 28 spaces, found 15
(#4194) Variable "Points" must be all lower-case
(#4194) Variable "LastX" must be all lower-case
(#4194) Variable "Points" must be all lower-case
(#4194) Variable "LastY" must be all lower-case
(#4195) Line indented incorrectly; expected at least 28 spaces, found 15
(#4195) Variable "Points" must be all lower-case
(#4195) Variable "LastX" must be all lower-case
(#4195) Variable "Points" must be all lower-case
(#4195) Variable "Y" must be all lower-case
(#4196) Line indented incorrectly; expected at least 28 spaces, found 15
(#4196) Variable "Points" must be all lower-case
(#4196) Variable "X" must be all lower-case
(#4196) Variable "Points" must be all lower-case
(#4196) Variable "Y" must be all lower-case
(#4197) Line indented incorrectly; expected 24 spaces, found 14
(#4197) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4199) Line indented incorrectly; expected 24 spaces, found 13
(#4199) Expected "if (...) {\n"; found "if (...) { "
(#4199) Variable "X" must be all lower-case
(#4199) Variable "LastGoodY" must be all lower-case
(#4199) Variable "Y" must be all lower-case
(#4199) Variable "LastGoodX" must be all lower-case
(#4199) Variable "X" must be all lower-case
(#4199) Closing brace must be on a line by itself
(#4200) Line indented incorrectly; expected 24 spaces, found 13
(#4200) Expected "if (...) {\n"; found "if (...) { "
(#4200) Variable "X" must be all lower-case
(#4200) Variable "X" must be all lower-case
(#4200) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4200) Closing brace must be on a line by itself
(#4202) Line indented incorrectly; expected 24 spaces, found 13
(#4202) Expected "if (...) {\n"; found "if (...) { "
(#4202) Variable "LastX" must be all lower-case
(#4202) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4202) Variable "ReCenter" must be all lower-case
(#4202) Variable "Y" must be all lower-case
(#4202) Variable "Y" must be all lower-case
(#4202) Variable "YStep" must be all lower-case
(#4202) Expected 1 space before "/"; 0 found
(#4202) Expected 1 space after "/"; 0 found
(#4202) Closing brace must be on a line by itself
(#4203) Line indented incorrectly; expected at least 24 spaces, found 13
(#4203) Variable "LastX" must be all lower-case
(#4203) Variable "X" must be all lower-case
(#4203) Variable "LastY" must be all lower-case
(#4203) Variable "Y" must be all lower-case
(#4204) Line indented incorrectly; expected 24 spaces, found 13
(#4204) Expected "if (...) {\n"; found "if (...) { "
(#4204) Variable "LastY" must be all lower-case
(#4204) Variable "XMargin" must be all lower-case
(#4204) Variable "LastY" must be all lower-case
(#4204) Variable "XMargin" must be all lower-case
(#4204) Closing brace must be on a line by itself
(#4205) Line indented incorrectly; expected at least 24 spaces, found 13
(#4205) Variable "Y" must be all lower-case
(#4205) Variable "Y" must be all lower-case
(#4205) Variable "YStep" must be all lower-case
(#4206) Line indented incorrectly; expected 20 spaces, found 12
(#4206) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4208) Line indented incorrectly; expected 20 spaces, found 11
(#4208) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4208) Variable "ReCenter" must be all lower-case
(#4209) Line indented incorrectly; expected at least 20 spaces, found 12
(#4210) Line indented incorrectly; expected at least 24 spaces, found 13
(#4210) Variable "Points" must be all lower-case
(#4210) Variable "LastX" must be all lower-case
(#4210) Variable "Points" must be all lower-case
(#4210) Variable "LastY" must be all lower-case
(#4210) Expected 1 space before "+"; 0 found
(#4210) Expected 1 space after "+"; 0 found
(#4210) Variable "YStep" must be all lower-case
(#4210) Expected 1 space before "/"; 0 found
(#4210) Expected 1 space after "/"; 0 found
(#4211) Line indented incorrectly; expected at least 24 spaces, found 13
(#4211) Variable "Points" must be all lower-case
(#4211) Variable "YZero" must be all lower-case
(#4211) Variable "Points" must be all lower-case
(#4211) Variable "LastY" must be all lower-case
(#4211) Expected 1 space before "+"; 0 found
(#4211) Expected 1 space after "+"; 0 found
(#4211) Variable "YStep" must be all lower-case
(#4211) Expected 1 space before "/"; 0 found
(#4211) Expected 1 space after "/"; 0 found
(#4212) Line indented incorrectly; expected 20 spaces, found 12
(#4212) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4213) Line indented incorrectly; expected 20 spaces, found 11
(#4213) Expected "} else {\n"; found "}\n else\n { "
(#4214) Line indented incorrectly; expected at least 20 spaces, found 12
(#4214) Variable "Points" must be all lower-case
(#4214) Variable "YZero" must be all lower-case
(#4214) Variable "Points" must be all lower-case
(#4214) Variable "LastY" must be all lower-case
(#4214) Closing brace must be on a line by itself
(#4216) Line indented incorrectly; expected at least 20 spaces, found 11
(#4216) Variable "Points" must be all lower-case
(#4216) Commas (,) must be followed by white space.
(#4216) Variable "Color" must be all lower-case
(#4217) Line indented incorrectly; expected 16 spaces, found 10
(#4217) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4218) Line indented incorrectly; expected 12 spaces, found 8
(#4218) Closing brace indented incorrectly; expected 7 spaces, found 8
(#4219) Line indented incorrectly; expected 8 spaces, found 6
(#4219) Closing brace indented incorrectly; expected 5 spaces, found 6
(#4220) Closing brace indented incorrectly; expected 3 spaces, found 4
(#4222) Line indented incorrectly; expected at least 4 spaces, found 3
(#4223) Line indented incorrectly; expected 4 spaces, found 3
(#4223) method name "pDraw::drawAreaChart" must be in lower-case letters only
(#4223) Visibility must be declared on method "drawAreaChart"
(#4223) Variable "Format" must be all lower-case
(#4223) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4224) Opening brace should be on the same line as the declaration
(#4225) Line indented incorrectly; expected at least 8 spaces, found 5
(#4225) Variable "DisplayValues" must be all lower-case
(#4225) Spaces must be used for alignment; tabs are not allowed
(#4225) Tab found within whitespace
(#4225) Variable "Format" must be all lower-case
(#4225) Variable "Format" must be all lower-case
(#4225) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4226) Line indented incorrectly; expected at least 8 spaces, found 5
(#4226) Variable "DisplayOffset" must be all lower-case
(#4226) Spaces must be used for alignment; tabs are not allowed
(#4226) Tab found within whitespace
(#4226) Variable "Format" must be all lower-case
(#4226) Variable "Format" must be all lower-case
(#4227) Line indented incorrectly; expected at least 8 spaces, found 5
(#4227) Variable "DisplayColor" must be all lower-case
(#4227) Spaces must be used for alignment; tabs are not allowed
(#4227) Tab found within whitespace
(#4227) Variable "Format" must be all lower-case
(#4227) Variable "Format" must be all lower-case
(#4228) Line indented incorrectly; expected at least 8 spaces, found 5
(#4228) Variable "DisplayR" must be all lower-case
(#4228) Spaces must be used for alignment; tabs are not allowed
(#4228) Tab found within whitespace
(#4228) Variable "Format" must be all lower-case
(#4228) Variable "Format" must be all lower-case
(#4229) Line indented incorrectly; expected at least 8 spaces, found 5
(#4229) Variable "DisplayG" must be all lower-case
(#4229) Spaces must be used for alignment; tabs are not allowed
(#4229) Tab found within whitespace
(#4229) Variable "Format" must be all lower-case
(#4229) Variable "Format" must be all lower-case
(#4230) Line indented incorrectly; expected at least 8 spaces, found 5
(#4230) Variable "DisplayB" must be all lower-case
(#4230) Spaces must be used for alignment; tabs are not allowed
(#4230) Tab found within whitespace
(#4230) Variable "Format" must be all lower-case
(#4230) Variable "Format" must be all lower-case
(#4231) Line indented incorrectly; expected at least 8 spaces, found 5
(#4231) Variable "ForceTransparency" must be all lower-case
(#4231) Spaces must be used for alignment; tabs are not allowed
(#4231) Tab found within whitespace
(#4231) Variable "Format" must be all lower-case
(#4231) Variable "Format" must be all lower-case
(#4232) Line indented incorrectly; expected at least 8 spaces, found 5
(#4232) Variable "AroundZero" must be all lower-case
(#4232) Spaces must be used for alignment; tabs are not allowed
(#4232) Tab found within whitespace
(#4232) Variable "Format" must be all lower-case
(#4232) Variable "Format" must be all lower-case
(#4232) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4233) Line indented incorrectly; expected at least 8 spaces, found 5
(#4233) Variable "Threshold" must be all lower-case
(#4233) Spaces must be used for alignment; tabs are not allowed
(#4233) Tab found within whitespace
(#4233) Variable "Format" must be all lower-case
(#4233) Variable "Format" must be all lower-case
(#4233) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4235) Line indented incorrectly; expected at least 8 spaces, found 5
(#4237) Line indented incorrectly; expected at least 8 spaces, found 5
(#4237) Variable "Data" must be all lower-case
(#4238) Line indented incorrectly; expected at least 8 spaces, found 5
(#4238) Variable "XMargin" must be all lower-case
(#4238) Commas (,) must be followed by white space.
(#4238) Variable "XDivs" must be all lower-case
(#4240) Line indented incorrectly; expected 8 spaces, found 5
(#4240) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4240) Variable "Data" must be all lower-case
(#4240) Variable "SerieName" must be all lower-case
(#4240) Variable "Serie" must be all lower-case
(#4241) Line indented incorrectly; expected at least 8 spaces, found 6
(#4242) Line indented incorrectly; expected 12 spaces, found 7
(#4242) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4242) Variable "Serie" must be all lower-case
(#4242) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4242) Variable "SerieName" must be all lower-case
(#4242) Variable "Data" must be all lower-case
(#4243) Line indented incorrectly; expected at least 12 spaces, found 8
(#4244) Line indented incorrectly; expected at least 16 spaces, found 9
(#4244) Variable "R" must be all lower-case
(#4244) Variable "Serie" must be all lower-case
(#4244) Variable "G" must be all lower-case
(#4244) Variable "Serie" must be all lower-case
(#4244) Variable "B" must be all lower-case
(#4244) Variable "Serie" must be all lower-case
(#4244) Variable "Alpha" must be all lower-case
(#4244) Variable "Serie" must be all lower-case
(#4244) Variable "Ticks" must be all lower-case
(#4244) Variable "Serie" must be all lower-case
(#4244) Line exceeds 132 characters; contains 150 characters
(#4245) Line indented incorrectly; expected 16 spaces, found 9
(#4245) Expected "if (...) {\n"; found "if (...) { "
(#4245) Variable "DisplayColor" must be all lower-case
(#4245) Variable "DisplayR" must be all lower-case
(#4245) Variable "R" must be all lower-case
(#4245) Variable "DisplayG" must be all lower-case
(#4245) Variable "G" must be all lower-case
(#4245) Variable "DisplayB" must be all lower-case
(#4245) Variable "B" must be all lower-case
(#4245) Closing brace must be on a line by itself
(#4247) Line indented incorrectly; expected at least 16 spaces, found 9
(#4247) Variable "AxisID" must be all lower-case
(#4247) Spaces must be used for alignment; tabs are not allowed
(#4247) Tab found within whitespace
(#4247) Variable "Serie" must be all lower-case
(#4248) Line indented incorrectly; expected at least 16 spaces, found 9
(#4248) Variable "Mode" must be all lower-case
(#4248) Spaces must be used for alignment; tabs are not allowed
(#4248) Tab found within whitespace
(#4248) Variable "Data" must be all lower-case
(#4248) Variable "AxisID" must be all lower-case
(#4249) Line indented incorrectly; expected at least 16 spaces, found 9
(#4249) Variable "Format" must be all lower-case
(#4249) Spaces must be used for alignment; tabs are not allowed
(#4249) Tab found within whitespace
(#4249) Variable "Data" must be all lower-case
(#4249) Variable "AxisID" must be all lower-case
(#4250) Line indented incorrectly; expected at least 16 spaces, found 9
(#4250) Variable "Unit" must be all lower-case
(#4250) Spaces must be used for alignment; tabs are not allowed
(#4250) Tab found within whitespace
(#4250) Variable "Data" must be all lower-case
(#4250) Variable "AxisID" must be all lower-case
(#4252) Line indented incorrectly; expected at least 16 spaces, found 9
(#4252) Variable "PosArray" must be all lower-case
(#4252) Variable "Serie" must be all lower-case
(#4252) Commas (,) must be followed by white space.
(#4252) Expected 1 space before "=>"; 0 found
(#4252) Expected 1 space after "=>"; 0 found
(#4252) Variable "Serie" must be all lower-case
(#4253) Line indented incorrectly; expected at least 16 spaces, found 9
(#4253) Variable "YZero" must be all lower-case
(#4253) Commas (,) must be followed by white space.
(#4253) Expected 1 space before "=>"; 0 found
(#4253) Expected 1 space after "=>"; 0 found
(#4253) Variable "Serie" must be all lower-case
(#4255) Line indented incorrectly; expected 16 spaces, found 9
(#4255) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4255) Variable "Threshold" must be all lower-case
(#4255) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4256) Line indented incorrectly; expected at least 16 spaces, found 10
(#4257) Line indented incorrectly; expected 20 spaces, found 11
(#4257) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4257) Variable "Threshold" must be all lower-case
(#4257) Variable "Key" must be all lower-case
(#4257) Variable "Params" must be all lower-case
(#4258) Line indented incorrectly; expected at least 20 spaces, found 12
(#4259) Line indented incorrectly; expected at least 24 spaces, found 13
(#4259) Variable "Threshold" must be all lower-case
(#4259) Variable "Key" must be all lower-case
(#4259) Variable "Params" must be all lower-case
(#4259) Commas (,) must be followed by white space.
(#4259) Expected 1 space before "=>"; 0 found
(#4259) Expected 1 space after "=>"; 0 found
(#4259) Variable "Serie" must be all lower-case
(#4260) Line indented incorrectly; expected at least 24 spaces, found 13
(#4260) Variable "Threshold" must be all lower-case
(#4260) Variable "Key" must be all lower-case
(#4260) Variable "Params" must be all lower-case
(#4260) Commas (,) must be followed by white space.
(#4260) Expected 1 space before "=>"; 0 found
(#4260) Expected 1 space after "=>"; 0 found
(#4260) Variable "Serie" must be all lower-case
(#4261) Line indented incorrectly; expected 20 spaces, found 12
(#4261) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4262) Line indented incorrectly; expected 16 spaces, found 10
(#4262) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4264) Line indented incorrectly; expected at least 16 spaces, found 9
(#4264) Variable "SerieName" must be all lower-case
(#4266) Line indented incorrectly; expected 16 spaces, found 9
(#4266) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4266) Variable "Data" must be all lower-case
(#4267) Line indented incorrectly; expected at least 16 spaces, found 10
(#4268) Line indented incorrectly; expected 20 spaces, found 11
(#4268) Expected "if (...) {\n"; found "if (...) { "
(#4268) Variable "YZero" must be all lower-case
(#4268) Expected 1 space before "-"; 0 found
(#4268) Expected 1 space after "-"; 0 found
(#4268) Variable "YZero" must be all lower-case
(#4268) Expected 1 space before "-"; 0 found
(#4268) Expected 1 space after "-"; 0 found
(#4268) Closing brace must be on a line by itself
(#4270) Line indented incorrectly; expected at least 20 spaces, found 11
(#4270) Variable "Areas" must be all lower-case
(#4270) Variable "AreaID" must be all lower-case
(#4270) Whitespace found at end of line
(#4271) Line indented incorrectly; expected at least 20 spaces, found 11
(#4271) Variable "Areas" must be all lower-case
(#4271) Variable "AreaID" must be all lower-case
(#4271) Variable "XMargin" must be all lower-case
(#4272) Line indented incorrectly; expected 20 spaces, found 11
(#4272) Expected "if (...) {\n"; found "if (...) { "
(#4272) Variable "AroundZero" must be all lower-case
(#4272) Variable "Areas" must be all lower-case
(#4272) Variable "AreaID" must be all lower-case
(#4272) Variable "YZero" must be all lower-case
(#4272) Closing brace must be on a line by itself
(#4272) Expected "} else {\n"; found "} else { "
(#4272) Variable "Areas" must be all lower-case
(#4272) Variable "AreaID" must be all lower-case
(#4272) Expected 1 space before "-"; 0 found
(#4272) Expected 1 space after "-"; 0 found
(#4272) Closing brace must be on a line by itself
(#4274) Line indented incorrectly; expected 20 spaces, found 11
(#4274) Expected "if (...) {\n"; found "if (...) { "
(#4274) Variable "XDivs" must be all lower-case
(#4274) Variable "XStep" must be all lower-case
(#4274) Expected 1 space before "-"; 0 found
(#4274) Expected 1 space after "-"; 0 found
(#4274) Expected 1 space before "/"; 0 found
(#4274) Expected 1 space after "/"; 0 found
(#4274) Closing brace must be on a line by itself
(#4274) Expected "} else {\n"; found "} else { "
(#4274) Variable "XStep" must be all lower-case
(#4274) Expected 1 space before "-"; 0 found
(#4274) Expected 1 space after "-"; 0 found
(#4274) Expected 1 space before "-"; 0 found
(#4274) Expected 1 space after "-"; 0 found
(#4274) Variable "XMargin" must be all lower-case
(#4274) Expected 1 space before "*"; 0 found
(#4274) Expected 1 space after "*"; 0 found
(#4274) Expected 1 space before "/"; 0 found
(#4274) Expected 1 space after "/"; 0 found
(#4274) Variable "XDivs" must be all lower-case
(#4274) Line exceeds 132 characters; contains 162 characters
(#4274) Closing brace must be on a line by itself
(#4275) Line indented incorrectly; expected at least 20 spaces, found 11
(#4275) Variable "X" must be all lower-case
(#4275) Variable "XMargin" must be all lower-case
(#4275) Variable "LastX" must be all lower-case
(#4275) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4275) Variable "LastY" must be all lower-case
(#4275) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4277) Line indented incorrectly; expected 20 spaces, found 11
(#4277) Expected "if (...) {\n"; found "if (...) { "
(#4277) Variable "PosArray" must be all lower-case
(#4277) Variable "Value" must be all lower-case
(#4277) Variable "PosArray" must be all lower-case
(#4277) Variable "PosArray" must be all lower-case
(#4277) Variable "PosArray" must be all lower-case
(#4277) Variable "Value" must be all lower-case
(#4277) Closing brace must be on a line by itself
(#4278) Line indented incorrectly; expected 20 spaces, found 11
(#4278) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4278) Variable "PosArray" must be all lower-case
(#4278) Variable "Key" must be all lower-case
(#4278) Variable "Y" must be all lower-case
(#4279) Line indented incorrectly; expected at least 20 spaces, found 12
(#4280) Line indented incorrectly; expected 24 spaces, found 13
(#4280) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4280) Variable "DisplayValues" must be all lower-case
(#4280) Variable "Serie" must be all lower-case
(#4280) Variable "Key" must be all lower-case
(#4281) Line indented incorrectly; expected at least 24 spaces, found 14
(#4282) Line indented incorrectly; expected 28 spaces, found 15
(#4282) Expected "if (...) {\n"; found "if (...) { "
(#4282) Variable "Serie" must be all lower-case
(#4282) Variable "Key" must be all lower-case
(#4282) Variable "Align" must be all lower-case
(#4282) Variable "Offset" must be all lower-case
(#4282) Variable "DisplayOffset" must be all lower-case
(#4282) Closing brace must be on a line by itself
(#4282) Expected "} else {\n"; found "} else { "
(#4282) Variable "Align" must be all lower-case
(#4282) Variable "Offset" must be all lower-case
(#4282) Variable "DisplayOffset" must be all lower-case
(#4282) Line exceeds 132 characters; contains 177 characters
(#4282) Closing brace must be on a line by itself
(#4283) Line indented incorrectly; expected at least 28 spaces, found 15
(#4283) Variable "X" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Variable "Y" must be all lower-case
(#4283) Expected 1 space before "-"; 0 found
(#4283) Expected 1 space after "-"; 0 found
(#4283) Variable "Offset" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Variable "Serie" must be all lower-case
(#4283) Variable "Key" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Variable "Mode" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Variable "Format" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Variable "Unit" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Expected 1 space before "=>"; 0 found
(#4283) Expected 1 space after "=>"; 0 found
(#4283) Variable "DisplayR" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Expected 1 space before "=>"; 0 found
(#4283) Expected 1 space after "=>"; 0 found
(#4283) Variable "DisplayG" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Expected 1 space before "=>"; 0 found
(#4283) Expected 1 space after "=>"; 0 found
(#4283) Variable "DisplayB" must be all lower-case
(#4283) Commas (,) must be followed by white space.
(#4283) Expected 1 space before "=>"; 0 found
(#4283) Expected 1 space after "=>"; 0 found
(#4283) Variable "Align" must be all lower-case
(#4283) Line exceeds 132 characters; contains 175 characters
(#4284) Line indented incorrectly; expected 24 spaces, found 14
(#4284) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4286) Line indented incorrectly; expected 24 spaces, found 13
(#4286) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4286) Variable "Y" must be all lower-case
(#4286) Variable "Areas" must be all lower-case
(#4286) Variable "AreaID" must be all lower-case
(#4287) Line indented incorrectly; expected at least 24 spaces, found 14
(#4288) Line indented incorrectly; expected 28 spaces, found 15
(#4288) Expected "if (...) {\n"; found "if(...)\n { "
(#4288) Variable "LastX" must be all lower-case
(#4288) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4289) Line indented incorrectly; expected at least 28 spaces, found 16
(#4289) Variable "Areas" must be all lower-case
(#4289) Variable "AreaID" must be all lower-case
(#4289) Variable "X" must be all lower-case
(#4289) Closing brace must be on a line by itself
(#4290) Line indented incorrectly; expected 28 spaces, found 15
(#4290) Expected "} else {\n"; found "}\n else\n { "
(#4291) Line indented incorrectly; expected at least 28 spaces, found 16
(#4291) Variable "Areas" must be all lower-case
(#4291) Variable "AreaID" must be all lower-case
(#4291) Variable "LastX" must be all lower-case
(#4291) Closing brace must be on a line by itself
(#4293) Line indented incorrectly; expected 28 spaces, found 15
(#4293) Expected "if (...) {\n"; found "if (...) { "
(#4293) Variable "AroundZero" must be all lower-case
(#4293) Variable "Areas" must be all lower-case
(#4293) Variable "AreaID" must be all lower-case
(#4293) Variable "YZero" must be all lower-case
(#4293) Closing brace must be on a line by itself
(#4293) Expected "} else {\n"; found "} else { "
(#4293) Variable "Areas" must be all lower-case
(#4293) Variable "AreaID" must be all lower-case
(#4293) Expected 1 space before "-"; 0 found
(#4293) Expected 1 space after "-"; 0 found
(#4293) Closing brace must be on a line by itself
(#4294) Line indented incorrectly; expected at least 28 spaces, found 15
(#4294) Variable "AreaID" must be all lower-case
(#4295) Line indented incorrectly; expected 24 spaces, found 14
(#4295) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4296) Line indented incorrectly; expected 24 spaces, found 13
(#4296) Usage of ELSEIF not allowed; use ELSE IF instead
(#4296) Variable "Y" must be all lower-case
(#4297) Line indented incorrectly; expected at least 24 spaces, found 14
(#4298) Line indented incorrectly; expected 28 spaces, found 15
(#4298) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4298) Variable "Areas" must be all lower-case
(#4298) Variable "AreaID" must be all lower-case
(#4299) Line indented incorrectly; expected at least 28 spaces, found 16
(#4300) Line indented incorrectly; expected at least 32 spaces, found 17
(#4300) Variable "Areas" must be all lower-case
(#4300) Variable "AreaID" must be all lower-case
(#4300) Variable "X" must be all lower-case
(#4301) Line indented incorrectly; expected 32 spaces, found 17
(#4301) Expected "if (...) {\n"; found "if (...) { "
(#4301) Variable "AroundZero" must be all lower-case
(#4301) Variable "Areas" must be all lower-case
(#4301) Variable "AreaID" must be all lower-case
(#4301) Variable "YZero" must be all lower-case
(#4301) Closing brace must be on a line by itself
(#4301) Expected "} else {\n"; found "} else { "
(#4301) Variable "Areas" must be all lower-case
(#4301) Variable "AreaID" must be all lower-case
(#4301) Expected 1 space before "-"; 0 found
(#4301) Expected 1 space after "-"; 0 found
(#4301) Closing brace must be on a line by itself
(#4302) Line indented incorrectly; expected 28 spaces, found 16
(#4302) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4304) Line indented incorrectly; expected at least 28 spaces, found 15
(#4304) Variable "Areas" must be all lower-case
(#4304) Variable "AreaID" must be all lower-case
(#4304) Variable "X" must be all lower-case
(#4305) Line indented incorrectly; expected at least 28 spaces, found 15
(#4305) Variable "Areas" must be all lower-case
(#4305) Variable "AreaID" must be all lower-case
(#4305) Variable "Y" must be all lower-case
(#4306) Line indented incorrectly; expected 24 spaces, found 14
(#4306) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4308) Line indented incorrectly; expected at least 24 spaces, found 13
(#4308) Variable "LastX" must be all lower-case
(#4308) Variable "X" must be all lower-case
(#4309) Line indented incorrectly; expected at least 24 spaces, found 13
(#4309) Variable "X" must be all lower-case
(#4309) Variable "X" must be all lower-case
(#4309) Variable "XStep" must be all lower-case
(#4310) Line indented incorrectly; expected 20 spaces, found 12
(#4310) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4311) Line indented incorrectly; expected at least 20 spaces, found 11
(#4311) Variable "Areas" must be all lower-case
(#4311) Variable "AreaID" must be all lower-case
(#4311) Variable "LastX" must be all lower-case
(#4312) Line indented incorrectly; expected 20 spaces, found 11
(#4312) Expected "if (...) {\n"; found "if (...) { "
(#4312) Variable "AroundZero" must be all lower-case
(#4312) Variable "Areas" must be all lower-case
(#4312) Variable "AreaID" must be all lower-case
(#4312) Variable "YZero" must be all lower-case
(#4312) Closing brace must be on a line by itself
(#4312) Expected "} else {\n"; found "} else { "
(#4312) Variable "Areas" must be all lower-case
(#4312) Variable "AreaID" must be all lower-case
(#4312) Expected 1 space before "-"; 0 found
(#4312) Expected 1 space after "-"; 0 found
(#4312) Closing brace must be on a line by itself
(#4314) Line indented incorrectly; expected at least 20 spaces, found 11
(#4315) Line indented incorrectly; expected 20 spaces, found 11
(#4315) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4316) Line indented incorrectly; expected at least 20 spaces, found 12
(#4317) Line indented incorrectly; expected at least 24 spaces, found 13
(#4317) Variable "ShadowArea" must be all lower-case
(#4318) Line indented incorrectly; expected 24 spaces, found 13
(#4318) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4318) Variable "Areas" must be all lower-case
(#4318) Variable "Key" must be all lower-case
(#4318) Variable "Points" must be all lower-case
(#4319) Line indented incorrectly; expected at least 24 spaces, found 14
(#4320) Line indented incorrectly; expected at least 28 spaces, found 15
(#4320) Variable "ShadowArea" must be all lower-case
(#4320) Variable "Key" must be all lower-case
(#4321) Line indented incorrectly; expected 28 spaces, found 15
(#4321) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4321) Variable "Points" must be all lower-case
(#4321) Variable "Key2" must be all lower-case
(#4321) Variable "Value" must be all lower-case
(#4322) Line indented incorrectly; expected at least 28 spaces, found 16
(#4323) Line indented incorrectly; expected 32 spaces, found 17
(#4323) Expected "if (...) {\n"; found "if (...)\n { "
(#4323) Variable "Key2" must be all lower-case
(#4324) Line indented incorrectly; expected at least 32 spaces, found 18
(#4324) Variable "ShadowArea" must be all lower-case
(#4324) Variable "Key" must be all lower-case
(#4324) Variable "Value" must be all lower-case
(#4324) Closing brace must be on a line by itself
(#4325) Line indented incorrectly; expected 32 spaces, found 17
(#4325) Expected "} else {\n"; found "}\n else\n { "
(#4326) Line indented incorrectly; expected at least 32 spaces, found 18
(#4326) Variable "ShadowArea" must be all lower-case
(#4326) Variable "Key" must be all lower-case
(#4326) Variable "Value" must be all lower-case
(#4326) Closing brace must be on a line by itself
(#4327) Line indented incorrectly; expected 28 spaces, found 16
(#4327) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4328) Line indented incorrectly; expected 24 spaces, found 14
(#4328) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4328) Whitespace found at end of line
(#4330) Line indented incorrectly; expected at least 24 spaces, found 13
(#4330) Inline control structures are not allowed
(#4330) Variable "ShadowArea" must be all lower-case
(#4330) Variable "Key" must be all lower-case
(#4330) Variable "Points" must be all lower-case
(#4331) Line indented incorrectly; expected at least 24 spaces, found 14
(#4331) Variable "Points" must be all lower-case
(#4331) Commas (,) must be followed by white space.
(#4331) Expected 1 space before "=>"; 0 found
(#4331) Expected 1 space after "=>"; 0 found
(#4331) Commas (,) must be followed by white space.
(#4331) Expected 1 space before "=>"; 0 found
(#4331) Expected 1 space after "=>"; 0 found
(#4331) Commas (,) must be followed by white space.
(#4331) Expected 1 space before "=>"; 0 found
(#4331) Expected 1 space after "=>"; 0 found
(#4331) Commas (,) must be followed by white space.
(#4331) Expected 1 space before "=>"; 0 found
(#4331) Expected 1 space after "=>"; 0 found
(#4331) Line exceeds 132 characters; contains 138 characters
(#4332) Line indented incorrectly; expected 20 spaces, found 12
(#4332) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4334) Line indented incorrectly; expected at least 20 spaces, found 11
(#4334) Variable "Alpha" must be all lower-case
(#4334) Variable "ForceTransparency" must be all lower-case
(#4334) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4334) Variable "ForceTransparency" must be all lower-case
(#4334) Variable "Alpha" must be all lower-case
(#4335) Line indented incorrectly; expected at least 20 spaces, found 11
(#4335) Variable "Color" must be all lower-case
(#4335) Expected 1 space before "=>"; 0 found
(#4335) Expected 1 space after "=>"; 0 found
(#4335) Variable "R" must be all lower-case
(#4335) Commas (,) must be followed by white space.
(#4335) Expected 1 space before "=>"; 0 found
(#4335) Expected 1 space after "=>"; 0 found
(#4335) Variable "G" must be all lower-case
(#4335) Commas (,) must be followed by white space.
(#4335) Expected 1 space before "=>"; 0 found
(#4335) Expected 1 space after "=>"; 0 found
(#4335) Variable "B" must be all lower-case
(#4335) Commas (,) must be followed by white space.
(#4335) Expected 1 space before "=>"; 0 found
(#4335) Expected 1 space after "=>"; 0 found
(#4335) Variable "Alpha" must be all lower-case
(#4335) Commas (,) must be followed by white space.
(#4335) Expected 1 space before "=>"; 0 found
(#4335) Expected 1 space after "=>"; 0 found
(#4335) Variable "Threshold" must be all lower-case
(#4337) Line indented incorrectly; expected at least 20 spaces, found 11
(#4337) Inline control structures are not allowed
(#4337) Variable "Areas" must be all lower-case
(#4337) Variable "Key" must be all lower-case
(#4337) Variable "Points" must be all lower-case
(#4338) Line indented incorrectly; expected at least 20 spaces, found 12
(#4338) Variable "Points" must be all lower-case
(#4338) Commas (,) must be followed by white space.
(#4338) Variable "Color" must be all lower-case
(#4339) Line indented incorrectly; expected 16 spaces, found 10
(#4339) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4340) Line indented incorrectly; expected 16 spaces, found 9
(#4340) Expected "} else {\n"; found "}\n else\n {\n"
(#4341) Line indented incorrectly; expected at least 16 spaces, found 10
(#4342) Line indented incorrectly; expected 20 spaces, found 11
(#4342) Expected "if (...) {\n"; found "if (...) { "
(#4342) Variable "YZero" must be all lower-case
(#4342) Expected 1 space before "+"; 0 found
(#4342) Expected 1 space after "+"; 0 found
(#4342) Variable "YZero" must be all lower-case
(#4342) Expected 1 space before "+"; 0 found
(#4342) Expected 1 space after "+"; 0 found
(#4342) Closing brace must be on a line by itself
(#4343) Line indented incorrectly; expected 20 spaces, found 11
(#4343) Expected "if (...) {\n"; found "if (...) { "
(#4343) Variable "YZero" must be all lower-case
(#4343) Expected 1 space before "-"; 0 found
(#4343) Expected 1 space after "-"; 0 found
(#4343) Variable "YZero" must be all lower-case
(#4343) Expected 1 space before "-"; 0 found
(#4343) Expected 1 space after "-"; 0 found
(#4343) Closing brace must be on a line by itself
(#4345) Line indented incorrectly; expected at least 20 spaces, found 11
(#4345) Variable "Areas" must be all lower-case
(#4345) Variable "AreaID" must be all lower-case
(#4345) Whitespace found at end of line
(#4346) Line indented incorrectly; expected 20 spaces, found 11
(#4346) Expected "if (...) {\n"; found "if (...) { "
(#4346) Variable "AroundZero" must be all lower-case
(#4346) Variable "Areas" must be all lower-case
(#4346) Variable "AreaID" must be all lower-case
(#4346) Variable "YZero" must be all lower-case
(#4346) Closing brace must be on a line by itself
(#4346) Expected "} else {\n"; found "} else { "
(#4346) Variable "Areas" must be all lower-case
(#4346) Variable "AreaID" must be all lower-case
(#4346) Expected 1 space before "+"; 0 found
(#4346) Expected 1 space after "+"; 0 found
(#4346) Closing brace must be on a line by itself
(#4347) Line indented incorrectly; expected at least 20 spaces, found 11
(#4347) Variable "Areas" must be all lower-case
(#4347) Variable "AreaID" must be all lower-case
(#4347) Variable "XMargin" must be all lower-case
(#4349) Line indented incorrectly; expected 20 spaces, found 11
(#4349) Expected "if (...) {\n"; found "if (...) { "
(#4349) Variable "XDivs" must be all lower-case
(#4349) Variable "YStep" must be all lower-case
(#4349) Expected 1 space before "-"; 0 found
(#4349) Expected 1 space after "-"; 0 found
(#4349) Expected 1 space before "/"; 0 found
(#4349) Expected 1 space after "/"; 0 found
(#4349) Closing brace must be on a line by itself
(#4349) Expected "} else {\n"; found "} else { "
(#4349) Variable "YStep" must be all lower-case
(#4349) Expected 1 space before "-"; 0 found
(#4349) Expected 1 space after "-"; 0 found
(#4349) Expected 1 space before "-"; 0 found
(#4349) Expected 1 space after "-"; 0 found
(#4349) Variable "XMargin" must be all lower-case
(#4349) Expected 1 space before "*"; 0 found
(#4349) Expected 1 space after "*"; 0 found
(#4349) Expected 1 space before "/"; 0 found
(#4349) Expected 1 space after "/"; 0 found
(#4349) Variable "XDivs" must be all lower-case
(#4349) Line exceeds 132 characters; contains 162 characters
(#4349) Closing brace must be on a line by itself
(#4350) Line indented incorrectly; expected at least 20 spaces, found 11
(#4350) Variable "Y" must be all lower-case
(#4350) Variable "XMargin" must be all lower-case
(#4350) Variable "LastX" must be all lower-case
(#4350) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4350) Variable "LastY" must be all lower-case
(#4350) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4352) Line indented incorrectly; expected 20 spaces, found 11
(#4352) Expected "if (...) {\n"; found "if (...) { "
(#4352) Variable "PosArray" must be all lower-case
(#4352) Variable "Value" must be all lower-case
(#4352) Variable "PosArray" must be all lower-case
(#4352) Variable "PosArray" must be all lower-case
(#4352) Variable "PosArray" must be all lower-case
(#4352) Variable "Value" must be all lower-case
(#4352) Closing brace must be on a line by itself
(#4353) Line indented incorrectly; expected 20 spaces, found 11
(#4353) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4353) Variable "PosArray" must be all lower-case
(#4353) Variable "Key" must be all lower-case
(#4353) Variable "X" must be all lower-case
(#4354) Line indented incorrectly; expected at least 20 spaces, found 12
(#4355) Line indented incorrectly; expected 24 spaces, found 13
(#4355) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4355) Variable "DisplayValues" must be all lower-case
(#4355) Variable "Serie" must be all lower-case
(#4355) Variable "Key" must be all lower-case
(#4356) Line indented incorrectly; expected at least 24 spaces, found 14
(#4357) Line indented incorrectly; expected 28 spaces, found 15
(#4357) Expected "if (...) {\n"; found "if (...) { "
(#4357) Variable "Serie" must be all lower-case
(#4357) Variable "Key" must be all lower-case
(#4357) Variable "Align" must be all lower-case
(#4357) Variable "Offset" must be all lower-case
(#4357) Variable "DisplayOffset" must be all lower-case
(#4357) Closing brace must be on a line by itself
(#4357) Expected "} else {\n"; found "} else { "
(#4357) Variable "Align" must be all lower-case
(#4357) Variable "Offset" must be all lower-case
(#4357) Variable "DisplayOffset" must be all lower-case
(#4357) Line exceeds 132 characters; contains 177 characters
(#4357) Closing brace must be on a line by itself
(#4358) Line indented incorrectly; expected at least 28 spaces, found 15
(#4358) Variable "X" must be all lower-case
(#4358) Expected 1 space before "+"; 0 found
(#4358) Expected 1 space after "+"; 0 found
(#4358) Variable "Offset" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Variable "Y" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Variable "Serie" must be all lower-case
(#4358) Variable "Key" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Variable "Mode" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Variable "Format" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Variable "Unit" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Expected 1 space before "=>"; 0 found
(#4358) Expected 1 space after "=>"; 0 found
(#4358) Commas (,) must be followed by white space.
(#4358) Expected 1 space before "=>"; 0 found
(#4358) Expected 1 space after "=>"; 0 found
(#4358) Variable "DisplayR" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Expected 1 space before "=>"; 0 found
(#4358) Expected 1 space after "=>"; 0 found
(#4358) Variable "DisplayG" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Expected 1 space before "=>"; 0 found
(#4358) Expected 1 space after "=>"; 0 found
(#4358) Variable "DisplayB" must be all lower-case
(#4358) Commas (,) must be followed by white space.
(#4358) Expected 1 space before "=>"; 0 found
(#4358) Expected 1 space after "=>"; 0 found
(#4358) Variable "Align" must be all lower-case
(#4358) Line exceeds maximum limit of 180 characters; contains 188 characters
(#4359) Line indented incorrectly; expected 24 spaces, found 14
(#4359) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4361) Line indented incorrectly; expected 24 spaces, found 13
(#4361) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4361) Variable "X" must be all lower-case
(#4361) Variable "Areas" must be all lower-case
(#4361) Variable "AreaID" must be all lower-case
(#4362) Line indented incorrectly; expected at least 24 spaces, found 14
(#4363) Line indented incorrectly; expected 28 spaces, found 15
(#4363) Expected "if (...) {\n"; found "if (...) { "
(#4363) Variable "AroundZero" must be all lower-case
(#4363) Variable "Areas" must be all lower-case
(#4363) Variable "AreaID" must be all lower-case
(#4363) Variable "YZero" must be all lower-case
(#4363) Closing brace must be on a line by itself
(#4363) Expected "} else {\n"; found "} else { "
(#4363) Variable "Areas" must be all lower-case
(#4363) Variable "AreaID" must be all lower-case
(#4363) Expected 1 space before "+"; 0 found
(#4363) Expected 1 space after "+"; 0 found
(#4363) Closing brace must be on a line by itself
(#4365) Line indented incorrectly; expected 28 spaces, found 15
(#4365) Expected "if (...) {\n"; found "if(...)\n { "
(#4365) Variable "LastY" must be all lower-case
(#4365) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4366) Line indented incorrectly; expected at least 28 spaces, found 16
(#4366) Variable "Areas" must be all lower-case
(#4366) Variable "AreaID" must be all lower-case
(#4366) Variable "Y" must be all lower-case
(#4366) Closing brace must be on a line by itself
(#4367) Line indented incorrectly; expected 28 spaces, found 15
(#4367) Expected "} else {\n"; found "}\n else\n { "
(#4368) Line indented incorrectly; expected at least 28 spaces, found 16
(#4368) Variable "Areas" must be all lower-case
(#4368) Variable "AreaID" must be all lower-case
(#4368) Variable "LastY" must be all lower-case
(#4368) Closing brace must be on a line by itself
(#4370) Line indented incorrectly; expected at least 28 spaces, found 15
(#4370) Variable "AreaID" must be all lower-case
(#4371) Line indented incorrectly; expected 24 spaces, found 14
(#4371) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4372) Line indented incorrectly; expected 24 spaces, found 13
(#4372) Usage of ELSEIF not allowed; use ELSE IF instead
(#4372) Variable "X" must be all lower-case
(#4373) Line indented incorrectly; expected at least 24 spaces, found 14
(#4374) Line indented incorrectly; expected 28 spaces, found 15
(#4374) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4374) Variable "Areas" must be all lower-case
(#4374) Variable "AreaID" must be all lower-case
(#4375) Line indented incorrectly; expected at least 28 spaces, found 16
(#4376) Line indented incorrectly; expected 32 spaces, found 17
(#4376) Expected "if (...) {\n"; found "if (...) { "
(#4376) Variable "AroundZero" must be all lower-case
(#4376) Variable "Areas" must be all lower-case
(#4376) Variable "AreaID" must be all lower-case
(#4376) Variable "YZero" must be all lower-case
(#4376) Closing brace must be on a line by itself
(#4376) Expected "} else {\n"; found "} else { "
(#4376) Variable "Areas" must be all lower-case
(#4376) Variable "AreaID" must be all lower-case
(#4376) Expected 1 space before "+"; 0 found
(#4376) Expected 1 space after "+"; 0 found
(#4376) Closing brace must be on a line by itself
(#4377) Line indented incorrectly; expected at least 32 spaces, found 17
(#4377) Variable "Areas" must be all lower-case
(#4377) Variable "AreaID" must be all lower-case
(#4377) Variable "Y" must be all lower-case
(#4378) Line indented incorrectly; expected 28 spaces, found 16
(#4378) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4380) Line indented incorrectly; expected at least 28 spaces, found 15
(#4380) Variable "Areas" must be all lower-case
(#4380) Variable "AreaID" must be all lower-case
(#4380) Variable "X" must be all lower-case
(#4381) Line indented incorrectly; expected at least 28 spaces, found 15
(#4381) Variable "Areas" must be all lower-case
(#4381) Variable "AreaID" must be all lower-case
(#4381) Variable "Y" must be all lower-case
(#4382) Line indented incorrectly; expected 24 spaces, found 14
(#4382) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4384) Line indented incorrectly; expected at least 24 spaces, found 13
(#4384) Variable "LastX" must be all lower-case
(#4384) Variable "X" must be all lower-case
(#4384) Variable "LastY" must be all lower-case
(#4384) Variable "Y" must be all lower-case
(#4385) Line indented incorrectly; expected at least 24 spaces, found 13
(#4385) Variable "Y" must be all lower-case
(#4385) Variable "Y" must be all lower-case
(#4385) Variable "YStep" must be all lower-case
(#4386) Line indented incorrectly; expected 20 spaces, found 12
(#4386) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4387) Line indented incorrectly; expected 20 spaces, found 11
(#4387) Expected "if (...) {\n"; found "if (...) { "
(#4387) Variable "AroundZero" must be all lower-case
(#4387) Variable "Areas" must be all lower-case
(#4387) Variable "AreaID" must be all lower-case
(#4387) Variable "YZero" must be all lower-case
(#4387) Closing brace must be on a line by itself
(#4387) Expected "} else {\n"; found "} else { "
(#4387) Variable "Areas" must be all lower-case
(#4387) Variable "AreaID" must be all lower-case
(#4387) Expected 1 space before "+"; 0 found
(#4387) Expected 1 space after "+"; 0 found
(#4387) Closing brace must be on a line by itself
(#4388) Line indented incorrectly; expected at least 20 spaces, found 11
(#4388) Variable "Areas" must be all lower-case
(#4388) Variable "AreaID" must be all lower-case
(#4388) Variable "LastY" must be all lower-case
(#4390) Line indented incorrectly; expected at least 20 spaces, found 11
(#4391) Line indented incorrectly; expected 20 spaces, found 11
(#4391) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4392) Line indented incorrectly; expected at least 20 spaces, found 12
(#4393) Line indented incorrectly; expected at least 24 spaces, found 13
(#4393) Variable "ShadowArea" must be all lower-case
(#4394) Line indented incorrectly; expected 24 spaces, found 13
(#4394) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4394) Variable "Areas" must be all lower-case
(#4394) Variable "Key" must be all lower-case
(#4394) Variable "Points" must be all lower-case
(#4395) Line indented incorrectly; expected at least 24 spaces, found 14
(#4396) Line indented incorrectly; expected at least 28 spaces, found 15
(#4396) Variable "ShadowArea" must be all lower-case
(#4396) Variable "Key" must be all lower-case
(#4397) Line indented incorrectly; expected 28 spaces, found 15
(#4397) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4397) Variable "Points" must be all lower-case
(#4397) Variable "Key2" must be all lower-case
(#4397) Variable "Value" must be all lower-case
(#4398) Line indented incorrectly; expected at least 28 spaces, found 16
(#4399) Line indented incorrectly; expected 32 spaces, found 17
(#4399) Expected "if (...) {\n"; found "if (...)\n { "
(#4399) Variable "Key2" must be all lower-case
(#4400) Line indented incorrectly; expected at least 32 spaces, found 18
(#4400) Variable "ShadowArea" must be all lower-case
(#4400) Variable "Key" must be all lower-case
(#4400) Variable "Value" must be all lower-case
(#4400) Closing brace must be on a line by itself
(#4401) Line indented incorrectly; expected 32 spaces, found 17
(#4401) Expected "} else {\n"; found "}\n else\n { "
(#4402) Line indented incorrectly; expected at least 32 spaces, found 18
(#4402) Variable "ShadowArea" must be all lower-case
(#4402) Variable "Key" must be all lower-case
(#4402) Variable "Value" must be all lower-case
(#4402) Closing brace must be on a line by itself
(#4403) Line indented incorrectly; expected 28 spaces, found 16
(#4403) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4404) Line indented incorrectly; expected 24 spaces, found 14
(#4404) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4404) Whitespace found at end of line
(#4406) Line indented incorrectly; expected at least 24 spaces, found 13
(#4406) Inline control structures are not allowed
(#4406) Variable "ShadowArea" must be all lower-case
(#4406) Variable "Key" must be all lower-case
(#4406) Variable "Points" must be all lower-case
(#4407) Line indented incorrectly; expected at least 24 spaces, found 14
(#4407) Variable "Points" must be all lower-case
(#4407) Commas (,) must be followed by white space.
(#4407) Expected 1 space before "=>"; 0 found
(#4407) Expected 1 space after "=>"; 0 found
(#4407) Commas (,) must be followed by white space.
(#4407) Expected 1 space before "=>"; 0 found
(#4407) Expected 1 space after "=>"; 0 found
(#4407) Commas (,) must be followed by white space.
(#4407) Expected 1 space before "=>"; 0 found
(#4407) Expected 1 space after "=>"; 0 found
(#4407) Commas (,) must be followed by white space.
(#4407) Expected 1 space before "=>"; 0 found
(#4407) Expected 1 space after "=>"; 0 found
(#4407) Line exceeds 132 characters; contains 138 characters
(#4408) Line indented incorrectly; expected 20 spaces, found 12
(#4408) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4410) Line indented incorrectly; expected at least 20 spaces, found 11
(#4410) Variable "Alpha" must be all lower-case
(#4410) Variable "ForceTransparency" must be all lower-case
(#4410) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4410) Variable "ForceTransparency" must be all lower-case
(#4410) Variable "Alpha" must be all lower-case
(#4411) Line indented incorrectly; expected at least 20 spaces, found 11
(#4411) Variable "Color" must be all lower-case
(#4411) Expected 1 space before "=>"; 0 found
(#4411) Expected 1 space after "=>"; 0 found
(#4411) Variable "R" must be all lower-case
(#4411) Commas (,) must be followed by white space.
(#4411) Expected 1 space before "=>"; 0 found
(#4411) Expected 1 space after "=>"; 0 found
(#4411) Variable "G" must be all lower-case
(#4411) Commas (,) must be followed by white space.
(#4411) Expected 1 space before "=>"; 0 found
(#4411) Expected 1 space after "=>"; 0 found
(#4411) Variable "B" must be all lower-case
(#4411) Commas (,) must be followed by white space.
(#4411) Expected 1 space before "=>"; 0 found
(#4411) Expected 1 space after "=>"; 0 found
(#4411) Variable "Alpha" must be all lower-case
(#4411) Commas (,) must be followed by white space.
(#4411) Expected 1 space before "=>"; 0 found
(#4411) Expected 1 space after "=>"; 0 found
(#4411) Variable "Threshold" must be all lower-case
(#4413) Line indented incorrectly; expected at least 20 spaces, found 11
(#4413) Inline control structures are not allowed
(#4413) Variable "Areas" must be all lower-case
(#4413) Variable "Key" must be all lower-case
(#4413) Variable "Points" must be all lower-case
(#4414) Line indented incorrectly; expected at least 20 spaces, found 12
(#4414) Variable "Points" must be all lower-case
(#4414) Commas (,) must be followed by white space.
(#4414) Variable "Color" must be all lower-case
(#4415) Line indented incorrectly; expected 16 spaces, found 10
(#4415) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4416) Line indented incorrectly; expected 12 spaces, found 8
(#4416) Closing brace indented incorrectly; expected 7 spaces, found 8
(#4417) Line indented incorrectly; expected 8 spaces, found 6
(#4417) Closing brace indented incorrectly; expected 5 spaces, found 6
(#4418) Closing brace indented incorrectly; expected 3 spaces, found 4
(#4421) Line indented incorrectly; expected at least 4 spaces, found 3
(#4422) Line indented incorrectly; expected 4 spaces, found 3
(#4422) method name "pDraw::drawBarChart" must be in lower-case letters only
(#4422) Visibility must be declared on method "drawBarChart"
(#4422) Variable "Format" must be all lower-case
(#4422) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4423) Opening brace should be on the same line as the declaration
(#4424) Line indented incorrectly; expected at least 8 spaces, found 5
(#4424) Variable "Floating0Serie" must be all lower-case
(#4424) Spaces must be used for alignment; tabs are not allowed
(#4424) Tab found within whitespace
(#4424) Variable "Format" must be all lower-case
(#4424) Variable "Format" must be all lower-case
(#4424) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4425) Line indented incorrectly; expected at least 8 spaces, found 5
(#4425) Variable "Floating0Value" must be all lower-case
(#4425) Spaces must be used for alignment; tabs are not allowed
(#4425) Tab found within whitespace
(#4425) Variable "Format" must be all lower-case
(#4425) Variable "Format" must be all lower-case
(#4425) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4426) Line indented incorrectly; expected at least 8 spaces, found 5
(#4426) Variable "Draw0Line" must be all lower-case
(#4426) Spaces must be used for alignment; tabs are not allowed
(#4426) Tab found within whitespace
(#4426) Variable "Format" must be all lower-case
(#4426) Variable "Format" must be all lower-case
(#4426) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4427) Line indented incorrectly; expected at least 8 spaces, found 5
(#4427) Variable "DisplayValues" must be all lower-case
(#4427) Spaces must be used for alignment; tabs are not allowed
(#4427) Tab found within whitespace
(#4427) Variable "Format" must be all lower-case
(#4427) Variable "Format" must be all lower-case
(#4427) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4428) Line indented incorrectly; expected at least 8 spaces, found 5
(#4428) Variable "DisplayOrientation" must be all lower-case
(#4428) Variable "Format" must be all lower-case
(#4428) Variable "Format" must be all lower-case
(#4429) Line indented incorrectly; expected at least 8 spaces, found 5
(#4429) Variable "DisplayOffset" must be all lower-case
(#4429) Spaces must be used for alignment; tabs are not allowed
(#4429) Tab found within whitespace
(#4429) Variable "Format" must be all lower-case
(#4429) Variable "Format" must be all lower-case
(#4430) Line indented incorrectly; expected at least 8 spaces, found 5
(#4430) Variable "DisplayColor" must be all lower-case
(#4430) Spaces must be used for alignment; tabs are not allowed
(#4430) Tab found within whitespace
(#4430) Variable "Format" must be all lower-case
(#4430) Variable "Format" must be all lower-case
(#4431) Line indented incorrectly; expected at least 8 spaces, found 5
(#4431) Variable "DisplayFont" must be all lower-case
(#4431) Spaces must be used for alignment; tabs are not allowed
(#4431) Tab found within whitespace
(#4431) Variable "Format" must be all lower-case
(#4431) Variable "Format" must be all lower-case
(#4432) Line indented incorrectly; expected at least 8 spaces, found 5
(#4432) Variable "DisplaySize" must be all lower-case
(#4432) Spaces must be used for alignment; tabs are not allowed
(#4432) Tab found within whitespace
(#4432) Variable "Format" must be all lower-case
(#4432) Variable "Format" must be all lower-case
(#4433) Line indented incorrectly; expected at least 8 spaces, found 5
(#4433) Variable "DisplayPos" must be all lower-case
(#4433) Spaces must be used for alignment; tabs are not allowed
(#4433) Tab found within whitespace
(#4433) Variable "Format" must be all lower-case
(#4433) Variable "Format" must be all lower-case
(#4434) Line indented incorrectly; expected at least 8 spaces, found 5
(#4434) Variable "DisplayShadow" must be all lower-case
(#4434) Spaces must be used for alignment; tabs are not allowed
(#4434) Tab found within whitespace
(#4434) Variable "Format" must be all lower-case
(#4434) Variable "Format" must be all lower-case
(#4434) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4435) Line indented incorrectly; expected at least 8 spaces, found 5
(#4435) Variable "DisplayR" must be all lower-case
(#4435) Spaces must be used for alignment; tabs are not allowed
(#4435) Tab found within whitespace
(#4435) Variable "Format" must be all lower-case
(#4435) Variable "Format" must be all lower-case
(#4436) Line indented incorrectly; expected at least 8 spaces, found 5
(#4436) Variable "DisplayG" must be all lower-case
(#4436) Spaces must be used for alignment; tabs are not allowed
(#4436) Tab found within whitespace
(#4436) Variable "Format" must be all lower-case
(#4436) Variable "Format" must be all lower-case
(#4437) Line indented incorrectly; expected at least 8 spaces, found 5
(#4437) Variable "DisplayB" must be all lower-case
(#4437) Spaces must be used for alignment; tabs are not allowed
(#4437) Tab found within whitespace
(#4437) Variable "Format" must be all lower-case
(#4437) Variable "Format" must be all lower-case
(#4438) Line indented incorrectly; expected at least 8 spaces, found 5
(#4438) Variable "AroundZero" must be all lower-case
(#4438) Spaces must be used for alignment; tabs are not allowed
(#4438) Tab found within whitespace
(#4438) Variable "Format" must be all lower-case
(#4438) Variable "Format" must be all lower-case
(#4438) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4439) Line indented incorrectly; expected at least 8 spaces, found 5
(#4439) Variable "Interleave" must be all lower-case
(#4439) Spaces must be used for alignment; tabs are not allowed
(#4439) Tab found within whitespace
(#4439) Variable "Format" must be all lower-case
(#4439) Variable "Format" must be all lower-case
(#4440) Line indented incorrectly; expected at least 8 spaces, found 5
(#4440) Variable "Rounded" must be all lower-case
(#4440) Spaces must be used for alignment; tabs are not allowed
(#4440) Tab found within whitespace
(#4440) Variable "Format" must be all lower-case
(#4440) Variable "Format" must be all lower-case
(#4440) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4441) Line indented incorrectly; expected at least 8 spaces, found 5
(#4441) Variable "RoundRadius" must be all lower-case
(#4441) Spaces must be used for alignment; tabs are not allowed
(#4441) Tab found within whitespace
(#4441) Variable "Format" must be all lower-case
(#4441) Variable "Format" must be all lower-case
(#4442) Line indented incorrectly; expected at least 8 spaces, found 5
(#4442) Variable "Surrounding" must be all lower-case
(#4442) Spaces must be used for alignment; tabs are not allowed
(#4442) Tab found within whitespace
(#4442) Variable "Format" must be all lower-case
(#4442) Variable "Format" must be all lower-case
(#4442) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4443) Line indented incorrectly; expected at least 8 spaces, found 5
(#4443) Variable "BorderR" must be all lower-case
(#4443) Spaces must be used for alignment; tabs are not allowed
(#4443) Tab found within whitespace
(#4443) Variable "Format" must be all lower-case
(#4443) Variable "Format" must be all lower-case
(#4444) Line indented incorrectly; expected at least 8 spaces, found 5
(#4444) Variable "BorderG" must be all lower-case
(#4444) Spaces must be used for alignment; tabs are not allowed
(#4444) Tab found within whitespace
(#4444) Variable "Format" must be all lower-case
(#4444) Variable "Format" must be all lower-case
(#4445) Line indented incorrectly; expected at least 8 spaces, found 5
(#4445) Variable "BorderB" must be all lower-case
(#4445) Spaces must be used for alignment; tabs are not allowed
(#4445) Tab found within whitespace
(#4445) Variable "Format" must be all lower-case
(#4445) Variable "Format" must be all lower-case
(#4446) Line indented incorrectly; expected at least 8 spaces, found 5
(#4446) Variable "Gradient" must be all lower-case
(#4446) Spaces must be used for alignment; tabs are not allowed
(#4446) Tab found within whitespace
(#4446) Variable "Format" must be all lower-case
(#4446) Variable "Format" must be all lower-case
(#4446) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4447) Line indented incorrectly; expected at least 8 spaces, found 5
(#4447) Variable "GradientMode" must be all lower-case
(#4447) Spaces must be used for alignment; tabs are not allowed
(#4447) Tab found within whitespace
(#4447) Variable "Format" must be all lower-case
(#4447) Variable "Format" must be all lower-case
(#4448) Line indented incorrectly; expected at least 8 spaces, found 5
(#4448) Variable "GradientAlpha" must be all lower-case
(#4448) Spaces must be used for alignment; tabs are not allowed
(#4448) Tab found within whitespace
(#4448) Variable "Format" must be all lower-case
(#4448) Variable "Format" must be all lower-case
(#4449) Line indented incorrectly; expected at least 8 spaces, found 5
(#4449) Variable "GradientStartR" must be all lower-case
(#4449) Spaces must be used for alignment; tabs are not allowed
(#4449) Tab found within whitespace
(#4449) Variable "Format" must be all lower-case
(#4449) Variable "Format" must be all lower-case
(#4450) Line indented incorrectly; expected at least 8 spaces, found 5
(#4450) Variable "GradientStartG" must be all lower-case
(#4450) Spaces must be used for alignment; tabs are not allowed
(#4450) Tab found within whitespace
(#4450) Variable "Format" must be all lower-case
(#4450) Variable "Format" must be all lower-case
(#4451) Line indented incorrectly; expected at least 8 spaces, found 5
(#4451) Variable "GradientStartB" must be all lower-case
(#4451) Spaces must be used for alignment; tabs are not allowed
(#4451) Tab found within whitespace
(#4451) Variable "Format" must be all lower-case
(#4451) Variable "Format" must be all lower-case
(#4452) Line indented incorrectly; expected at least 8 spaces, found 5
(#4452) Variable "GradientEndR" must be all lower-case
(#4452) Spaces must be used for alignment; tabs are not allowed
(#4452) Tab found within whitespace
(#4452) Variable "Format" must be all lower-case
(#4452) Variable "Format" must be all lower-case
(#4453) Line indented incorrectly; expected at least 8 spaces, found 5
(#4453) Variable "GradientEndG" must be all lower-case
(#4453) Spaces must be used for alignment; tabs are not allowed
(#4453) Tab found within whitespace
(#4453) Variable "Format" must be all lower-case
(#4453) Variable "Format" must be all lower-case
(#4454) Line indented incorrectly; expected at least 8 spaces, found 5
(#4454) Variable "GradientEndB" must be all lower-case
(#4454) Spaces must be used for alignment; tabs are not allowed
(#4454) Tab found within whitespace
(#4454) Variable "Format" must be all lower-case
(#4454) Variable "Format" must be all lower-case
(#4455) Line indented incorrectly; expected at least 8 spaces, found 5
(#4455) Variable "TxtMargin" must be all lower-case
(#4455) Spaces must be used for alignment; tabs are not allowed
(#4455) Tab found within whitespace
(#4455) Variable "Format" must be all lower-case
(#4455) Variable "Format" must be all lower-case
(#4456) Line indented incorrectly; expected at least 8 spaces, found 5
(#4456) Variable "OverrideColors" must be all lower-case
(#4456) Spaces must be used for alignment; tabs are not allowed
(#4456) Tab found within whitespace
(#4456) Variable "Format" must be all lower-case
(#4456) Variable "Format" must be all lower-case
(#4456) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4457) Line indented incorrectly; expected at least 8 spaces, found 5
(#4457) Variable "OverrideSurrounding" must be all lower-case
(#4457) Variable "Format" must be all lower-case
(#4457) Variable "Format" must be all lower-case
(#4458) Line indented incorrectly; expected at least 8 spaces, found 5
(#4458) Variable "InnerSurrounding" must be all lower-case
(#4458) Spaces must be used for alignment; tabs are not allowed
(#4458) Tab found within whitespace
(#4458) Variable "Format" must be all lower-case
(#4458) Variable "Format" must be all lower-case
(#4458) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4459) Line indented incorrectly; expected at least 8 spaces, found 5
(#4459) Variable "InnerBorderR" must be all lower-case
(#4459) Spaces must be used for alignment; tabs are not allowed
(#4459) Tab found within whitespace
(#4459) Variable "Format" must be all lower-case
(#4459) Variable "Format" must be all lower-case
(#4460) Line indented incorrectly; expected at least 8 spaces, found 5
(#4460) Variable "InnerBorderG" must be all lower-case
(#4460) Spaces must be used for alignment; tabs are not allowed
(#4460) Tab found within whitespace
(#4460) Variable "Format" must be all lower-case
(#4460) Variable "Format" must be all lower-case
(#4461) Line indented incorrectly; expected at least 8 spaces, found 5
(#4461) Variable "InnerBorderB" must be all lower-case
(#4461) Spaces must be used for alignment; tabs are not allowed
(#4461) Tab found within whitespace
(#4461) Variable "Format" must be all lower-case
(#4461) Variable "Format" must be all lower-case
(#4462) Line indented incorrectly; expected at least 8 spaces, found 5
(#4462) Variable "RecordImageMap" must be all lower-case
(#4462) Spaces must be used for alignment; tabs are not allowed
(#4462) Tab found within whitespace
(#4462) Variable "Format" must be all lower-case
(#4462) Variable "Format" must be all lower-case
(#4462) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4464) Line indented incorrectly; expected at least 8 spaces, found 5
(#4466) Line indented incorrectly; expected at least 8 spaces, found 5
(#4466) Variable "Data" must be all lower-case
(#4467) Line indented incorrectly; expected at least 8 spaces, found 5
(#4467) Variable "XMargin" must be all lower-case
(#4467) Commas (,) must be followed by white space.
(#4467) Variable "XDivs" must be all lower-case
(#4469) Line indented incorrectly; expected 8 spaces, found 5
(#4469) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4469) Variable "OverrideColors" must be all lower-case
(#4469) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4470) Line indented incorrectly; expected at least 8 spaces, found 6
(#4471) Line indented incorrectly; expected at least 12 spaces, found 7
(#4471) Variable "OverrideColors" must be all lower-case
(#4471) Variable "OverrideColors" must be all lower-case
(#4471) Commas (,) must be followed by white space.
(#4471) Variable "OverrideSurrounding" must be all lower-case
(#4472) Line indented incorrectly; expected at least 12 spaces, found 7
(#4472) Commas (,) must be followed by white space.
(#4472) Variable "OverrideColors" must be all lower-case
(#4473) Line indented incorrectly; expected 8 spaces, found 6
(#4473) Closing brace indented incorrectly; expected 5 spaces, found 6
(#4475) Line indented incorrectly; expected at least 8 spaces, found 5
(#4475) Variable "RestoreShadow" must be all lower-case
(#4477) Line indented incorrectly; expected at least 8 spaces, found 5
(#4477) Variable "SeriesCount" must be all lower-case
(#4478) Line indented incorrectly; expected at least 8 spaces, found 5
(#4478) Variable "CurrentSerie" must be all lower-case
(#4479) Line indented incorrectly; expected 8 spaces, found 5
(#4479) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4479) Variable "Data" must be all lower-case
(#4479) Variable "SerieName" must be all lower-case
(#4479) Variable "Serie" must be all lower-case
(#4480) Line indented incorrectly; expected at least 8 spaces, found 6
(#4481) Line indented incorrectly; expected 12 spaces, found 7
(#4481) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4481) Variable "Serie" must be all lower-case
(#4481) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4481) Variable "SerieName" must be all lower-case
(#4481) Variable "Data" must be all lower-case
(#4482) Line indented incorrectly; expected at least 12 spaces, found 8
(#4483) Line indented incorrectly; expected at least 16 spaces, found 9
(#4483) Variable "R" must be all lower-case
(#4483) Variable "Serie" must be all lower-case
(#4483) Variable "G" must be all lower-case
(#4483) Variable "Serie" must be all lower-case
(#4483) Variable "B" must be all lower-case
(#4483) Variable "Serie" must be all lower-case
(#4483) Variable "Alpha" must be all lower-case
(#4483) Variable "Serie" must be all lower-case
(#4483) Variable "Ticks" must be all lower-case
(#4483) Variable "Serie" must be all lower-case
(#4483) Line exceeds 132 characters; contains 150 characters
(#4484) Line indented incorrectly; expected 16 spaces, found 9
(#4484) Expected "if (...) {\n"; found "if (...) { "
(#4484) Variable "DisplayColor" must be all lower-case
(#4484) Variable "DisplayR" must be all lower-case
(#4484) Variable "R" must be all lower-case
(#4484) Variable "DisplayG" must be all lower-case
(#4484) Variable "G" must be all lower-case
(#4484) Variable "DisplayB" must be all lower-case
(#4484) Variable "B" must be all lower-case
(#4484) Closing brace must be on a line by itself
(#4485) Line indented incorrectly; expected 16 spaces, found 9
(#4485) Expected "if (...) {\n"; found "if (...) { "
(#4485) Variable "Surrounding" must be all lower-case
(#4485) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4485) Variable "BorderR" must be all lower-case
(#4485) Variable "R" must be all lower-case
(#4485) Expected 1 space before "+"; 0 found
(#4485) Expected 1 space after "+"; 0 found
(#4485) Variable "Surrounding" must be all lower-case
(#4485) Variable "BorderG" must be all lower-case
(#4485) Variable "G" must be all lower-case
(#4485) Expected 1 space before "+"; 0 found
(#4485) Expected 1 space after "+"; 0 found
(#4485) Variable "Surrounding" must be all lower-case
(#4485) Variable "BorderB" must be all lower-case
(#4485) Variable "B" must be all lower-case
(#4485) Expected 1 space before "+"; 0 found
(#4485) Expected 1 space after "+"; 0 found
(#4485) Variable "Surrounding" must be all lower-case
(#4485) Closing brace must be on a line by itself
(#4486) Line indented incorrectly; expected 16 spaces, found 9
(#4486) Expected "if (...) {\n"; found "if (...) { "
(#4486) Variable "InnerSurrounding" must be all lower-case
(#4486) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4486) Variable "InnerBorderR" must be all lower-case
(#4486) Variable "R" must be all lower-case
(#4486) Expected 1 space before "+"; 0 found
(#4486) Expected 1 space after "+"; 0 found
(#4486) Variable "InnerSurrounding" must be all lower-case
(#4486) Variable "InnerBorderG" must be all lower-case
(#4486) Variable "G" must be all lower-case
(#4486) Expected 1 space before "+"; 0 found
(#4486) Expected 1 space after "+"; 0 found
(#4486) Variable "InnerSurrounding" must be all lower-case
(#4486) Variable "InnerBorderB" must be all lower-case
(#4486) Variable "B" must be all lower-case
(#4486) Expected 1 space before "+"; 0 found
(#4486) Expected 1 space after "+"; 0 found
(#4486) Variable "InnerSurrounding" must be all lower-case
(#4486) Line exceeds 132 characters; contains 159 characters
(#4486) Closing brace must be on a line by itself
(#4487) Line indented incorrectly; expected 16 spaces, found 9
(#4487) Expected "if (...) {\n"; found "if (...) { "
(#4487) Variable "InnerBorderR" must be all lower-case
(#4487) Variable "InnerColor" must be all lower-case
(#4487) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4487) Closing brace must be on a line by itself
(#4487) Expected "} else {\n"; found "} else { "
(#4487) Variable "InnerColor" must be all lower-case
(#4487) Expected 1 space before "=>"; 0 found
(#4487) Expected 1 space after "=>"; 0 found
(#4487) Variable "InnerBorderR" must be all lower-case
(#4487) Commas (,) must be followed by white space.
(#4487) Expected 1 space before "=>"; 0 found
(#4487) Expected 1 space after "=>"; 0 found
(#4487) Variable "InnerBorderG" must be all lower-case
(#4487) Commas (,) must be followed by white space.
(#4487) Expected 1 space before "=>"; 0 found
(#4487) Expected 1 space after "=>"; 0 found
(#4487) Variable "InnerBorderB" must be all lower-case
(#4487) Line exceeds 132 characters; contains 147 characters
(#4487) Closing brace must be on a line by itself
(#4488) Line indented incorrectly; expected at least 16 spaces, found 9
(#4488) Variable "Color" must be all lower-case
(#4488) Expected 1 space before "=>"; 0 found
(#4488) Expected 1 space after "=>"; 0 found
(#4488) Variable "R" must be all lower-case
(#4488) Commas (,) must be followed by white space.
(#4488) Expected 1 space before "=>"; 0 found
(#4488) Expected 1 space after "=>"; 0 found
(#4488) Variable "G" must be all lower-case
(#4488) Commas (,) must be followed by white space.
(#4488) Expected 1 space before "=>"; 0 found
(#4488) Expected 1 space after "=>"; 0 found
(#4488) Variable "B" must be all lower-case
(#4488) Commas (,) must be followed by white space.
(#4488) Expected 1 space before "=>"; 0 found
(#4488) Expected 1 space after "=>"; 0 found
(#4488) Variable "Alpha" must be all lower-case
(#4488) Commas (,) must be followed by white space.
(#4488) Expected 1 space before "=>"; 0 found
(#4488) Expected 1 space after "=>"; 0 found
(#4488) Variable "BorderR" must be all lower-case
(#4488) Commas (,) must be followed by white space.
(#4488) Expected 1 space before "=>"; 0 found
(#4488) Expected 1 space after "=>"; 0 found
(#4488) Variable "BorderG" must be all lower-case
(#4488) Commas (,) must be followed by white space.
(#4488) Expected 1 space before "=>"; 0 found
(#4488) Expected 1 space after "=>"; 0 found
(#4488) Variable "BorderB" must be all lower-case
(#4490) Line indented incorrectly; expected at least 16 spaces, found 9
(#4490) Variable "AxisID" must be all lower-case
(#4490) Spaces must be used for alignment; tabs are not allowed
(#4490) Tab found within whitespace
(#4490) Variable "Serie" must be all lower-case
(#4491) Line indented incorrectly; expected at least 16 spaces, found 9
(#4491) Variable "Mode" must be all lower-case
(#4491) Spaces must be used for alignment; tabs are not allowed
(#4491) Tab found within whitespace
(#4491) Variable "Data" must be all lower-case
(#4491) Variable "AxisID" must be all lower-case
(#4492) Line indented incorrectly; expected at least 16 spaces, found 9
(#4492) Variable "Format" must be all lower-case
(#4492) Spaces must be used for alignment; tabs are not allowed
(#4492) Tab found within whitespace
(#4492) Variable "Data" must be all lower-case
(#4492) Variable "AxisID" must be all lower-case
(#4493) Line indented incorrectly; expected at least 16 spaces, found 9
(#4493) Variable "Unit" must be all lower-case
(#4493) Spaces must be used for alignment; tabs are not allowed
(#4493) Tab found within whitespace
(#4493) Variable "Data" must be all lower-case
(#4493) Variable "AxisID" must be all lower-case
(#4495) Line indented incorrectly; expected 16 spaces, found 9
(#4495) Expected "if (...) {\n"; found "if (...) { "
(#4495) Variable "Serie" must be all lower-case
(#4495) Variable "SerieDescription" must be all lower-case
(#4495) Variable "Serie" must be all lower-case
(#4495) Closing brace must be on a line by itself
(#4495) Expected "} else {\n"; found "} else { "
(#4495) Variable "SerieDescription" must be all lower-case
(#4495) Variable "SerieName" must be all lower-case
(#4495) Closing brace must be on a line by itself
(#4497) Line indented incorrectly; expected at least 16 spaces, found 9
(#4497) Variable "PosArray" must be all lower-case
(#4497) Variable "Serie" must be all lower-case
(#4497) Commas (,) must be followed by white space.
(#4497) Expected 1 space before "=>"; 0 found
(#4497) Expected 1 space after "=>"; 0 found
(#4497) Variable "Serie" must be all lower-case
(#4499) Line indented incorrectly; expected 16 spaces, found 9
(#4499) Expected "if (...) {\n"; found "if (...)\n { "
(#4499) Variable "Floating0Value" must be all lower-case
(#4499) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4500) Line indented incorrectly; expected at least 16 spaces, found 10
(#4500) Variable "YZero" must be all lower-case
(#4500) Variable "Floating0Value" must be all lower-case
(#4500) Commas (,) must be followed by white space.
(#4500) Expected 1 space before "=>"; 0 found
(#4500) Expected 1 space after "=>"; 0 found
(#4500) Variable "Serie" must be all lower-case
(#4500) Closing brace must be on a line by itself
(#4501) Line indented incorrectly; expected 16 spaces, found 9
(#4501) Expected "} else {\n"; found "}\n else\n { "
(#4502) Line indented incorrectly; expected at least 16 spaces, found 10
(#4502) Variable "YZero" must be all lower-case
(#4502) Commas (,) must be followed by white space.
(#4502) Expected 1 space before "=>"; 0 found
(#4502) Expected 1 space after "=>"; 0 found
(#4502) Variable "Serie" must be all lower-case
(#4502) Closing brace must be on a line by itself
(#4504) Line indented incorrectly; expected 16 spaces, found 9
(#4504) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4504) Variable "Data" must be all lower-case
(#4505) Line indented incorrectly; expected at least 16 spaces, found 10
(#4506) Line indented incorrectly; expected 20 spaces, found 11
(#4506) Expected "if (...) {\n"; found "if (...) { "
(#4506) Variable "YZero" must be all lower-case
(#4506) Expected 1 space before "-"; 0 found
(#4506) Expected 1 space after "-"; 0 found
(#4506) Variable "YZero" must be all lower-case
(#4506) Expected 1 space before "-"; 0 found
(#4506) Expected 1 space after "-"; 0 found
(#4506) Closing brace must be on a line by itself
(#4507) Line indented incorrectly; expected 20 spaces, found 11
(#4507) Expected "if (...) {\n"; found "if (...) { "
(#4507) Variable "YZero" must be all lower-case
(#4507) Expected 1 space before "+"; 0 found
(#4507) Expected 1 space after "+"; 0 found
(#4507) Variable "YZero" must be all lower-case
(#4507) Expected 1 space before "+"; 0 found
(#4507) Expected 1 space after "+"; 0 found
(#4507) Closing brace must be on a line by itself
(#4509) Line indented incorrectly; expected 20 spaces, found 11
(#4509) Expected "if (...) {\n"; found "if (...) { "
(#4509) Variable "XDivs" must be all lower-case
(#4509) Variable "XStep" must be all lower-case
(#4509) Closing brace must be on a line by itself
(#4509) Expected "} else {\n"; found "} else { "
(#4509) Variable "XStep" must be all lower-case
(#4509) Expected 1 space before "-"; 0 found
(#4509) Expected 1 space after "-"; 0 found
(#4509) Expected 1 space before "-"; 0 found
(#4509) Expected 1 space after "-"; 0 found
(#4509) Variable "XMargin" must be all lower-case
(#4509) Expected 1 space before "*"; 0 found
(#4509) Expected 1 space after "*"; 0 found
(#4509) Expected 1 space before "/"; 0 found
(#4509) Expected 1 space after "/"; 0 found
(#4509) Variable "XDivs" must be all lower-case
(#4509) Closing brace must be on a line by itself
(#4510) Line indented incorrectly; expected at least 20 spaces, found 11
(#4510) Variable "X" must be all lower-case
(#4510) Variable "XMargin" must be all lower-case
(#4512) Line indented incorrectly; expected 20 spaces, found 11
(#4512) Expected "if (...) {\n"; found "if (...) { "
(#4512) Variable "AroundZero" must be all lower-case
(#4512) Variable "Y1" must be all lower-case
(#4512) Variable "YZero" must be all lower-case
(#4512) Closing brace must be on a line by itself
(#4512) Expected "} else {\n"; found "} else { "
(#4512) Variable "Y1" must be all lower-case
(#4512) Expected 1 space before "-"; 0 found
(#4512) Expected 1 space after "-"; 0 found
(#4512) Closing brace must be on a line by itself
(#4513) Line indented incorrectly; expected 20 spaces, found 11
(#4513) Expected "if (...) {\n"; found "if (...) { "
(#4513) Variable "XDivs" must be all lower-case
(#4513) Variable "XSize" must be all lower-case
(#4513) Expected 1 space before "-"; 0 found
(#4513) Expected 1 space after "-"; 0 found
(#4513) Expected 1 space before "/"; 0 found
(#4513) Expected 1 space after "/"; 0 found
(#4513) Variable "SeriesCount" must be all lower-case
(#4513) Expected 1 space before "+"; 0 found
(#4513) Expected 1 space after "+"; 0 found
(#4513) Variable "Interleave" must be all lower-case
(#4513) Closing brace must be on a line by itself
(#4513) Expected "} else {\n"; found "} else { "
(#4513) Variable "XSize" must be all lower-case
(#4513) Variable "XStep" must be all lower-case
(#4513) Variable "SeriesCount" must be all lower-case
(#4513) Expected 1 space before "+"; 0 found
(#4513) Expected 1 space after "+"; 0 found
(#4513) Variable "Interleave" must be all lower-case
(#4513) Line exceeds 132 characters; contains 170 characters
(#4513) Closing brace must be on a line by itself
(#4515) Line indented incorrectly; expected at least 20 spaces, found 11
(#4515) Variable "XOffset" must be all lower-case
(#4515) Variable "XSize" must be all lower-case
(#4515) Expected 1 space before "*"; 0 found
(#4515) Expected 1 space after "*"; 0 found
(#4515) Variable "SeriesCount" must be all lower-case
(#4515) Expected 1 space before "/"; 0 found
(#4515) Expected 1 space after "/"; 0 found
(#4515) Variable "CurrentSerie" must be all lower-case
(#4515) Variable "XSize" must be all lower-case
(#4516) Line indented incorrectly; expected 20 spaces, found 11
(#4516) Expected "if (...) {\n"; found "if (...) { "
(#4516) Variable "X" must be all lower-case
(#4516) Variable "XOffset" must be all lower-case
(#4516) Variable "XOffset" must be all lower-case
(#4516) Variable "X" must be all lower-case
(#4516) Space found before semicolon; expected "1;" but found "1 ;"
(#4516) Closing brace must be on a line by itself
(#4518) Line indented incorrectly; expected at least 20 spaces, found 11
(#4518) Variable "SerieName" must be all lower-case
(#4518) Variable "XOffset" must be all lower-case
(#4518) Variable "XSize" must be all lower-case
(#4520) Line indented incorrectly; expected 20 spaces, found 11
(#4520) Expected "if (...) {\n"; found "if (...) { "
(#4520) Variable "Rounded" must be all lower-case
(#4520) Variable "BorderR" must be all lower-case
(#4520) Variable "XSpace" must be all lower-case
(#4520) Closing brace must be on a line by itself
(#4520) Expected "} else {\n"; found "} else { "
(#4520) Variable "XSpace" must be all lower-case
(#4520) Closing brace must be on a line by itself
(#4522) Line indented incorrectly; expected 20 spaces, found 11
(#4522) Expected "if (...) {\n"; found "if (...) { "
(#4522) Variable "PosArray" must be all lower-case
(#4522) Variable "Value" must be all lower-case
(#4522) Variable "PosArray" must be all lower-case
(#4522) Variable "PosArray" must be all lower-case
(#4522) Variable "PosArray" must be all lower-case
(#4522) Variable "Value" must be all lower-case
(#4522) Closing brace must be on a line by itself
(#4524) Line indented incorrectly; expected at least 20 spaces, found 11
(#4524) Variable "ID" must be all lower-case
(#4525) Line indented incorrectly; expected 20 spaces, found 11
(#4525) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4525) Variable "PosArray" must be all lower-case
(#4525) Variable "Key" must be all lower-case
(#4525) Variable "Y2" must be all lower-case
(#4526) Line indented incorrectly; expected at least 20 spaces, found 12
(#4527) Line indented incorrectly; expected 24 spaces, found 13
(#4527) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4527) Variable "Floating0Serie" must be all lower-case
(#4527) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4528) Line indented incorrectly; expected at least 24 spaces, found 14
(#4529) Line indented incorrectly; expected 28 spaces, found 15
(#4529) Expected "if (...) {\n"; found "if (...)\n { "
(#4529) Variable "Data" must be all lower-case
(#4529) Variable "Floating0Serie" must be all lower-case
(#4529) Variable "Key" must be all lower-case
(#4530) Line indented incorrectly; expected at least 28 spaces, found 16
(#4530) Variable "Value" must be all lower-case
(#4530) Variable "Data" must be all lower-case
(#4530) Variable "Floating0Serie" must be all lower-case
(#4530) Variable "Key" must be all lower-case
(#4530) Closing brace must be on a line by itself
(#4531) Line indented incorrectly; expected 28 spaces, found 15
(#4531) Expected "} else {\n"; found "}\n else\n { "
(#4532) Line indented incorrectly; expected at least 28 spaces, found 16
(#4532) Variable "Value" must be all lower-case
(#4532) Closing brace must be on a line by itself
(#4534) Line indented incorrectly; expected at least 28 spaces, found 15
(#4534) Variable "YZero" must be all lower-case
(#4534) Variable "Value" must be all lower-case
(#4534) Commas (,) must be followed by white space.
(#4534) Expected 1 space before "=>"; 0 found
(#4534) Expected 1 space after "=>"; 0 found
(#4534) Variable "Serie" must be all lower-case
(#4535) Line indented incorrectly; expected 28 spaces, found 15
(#4535) Expected "if (...) {\n"; found "if (...) { "
(#4535) Variable "YZero" must be all lower-case
(#4535) Expected 1 space before "-"; 0 found
(#4535) Expected 1 space after "-"; 0 found
(#4535) Variable "YZero" must be all lower-case
(#4535) Expected 1 space before "-"; 0 found
(#4535) Expected 1 space after "-"; 0 found
(#4535) Closing brace must be on a line by itself
(#4536) Line indented incorrectly; expected 28 spaces, found 15
(#4536) Expected "if (...) {\n"; found "if (...) { "
(#4536) Variable "YZero" must be all lower-case
(#4536) Expected 1 space before "+"; 0 found
(#4536) Expected 1 space after "+"; 0 found
(#4536) Variable "YZero" must be all lower-case
(#4536) Expected 1 space before "+"; 0 found
(#4536) Expected 1 space after "+"; 0 found
(#4536) Closing brace must be on a line by itself
(#4538) Line indented incorrectly; expected 28 spaces, found 15
(#4538) Expected "if (...) {\n"; found "if (...) { "
(#4538) Variable "AroundZero" must be all lower-case
(#4538) Variable "Y1" must be all lower-case
(#4538) Variable "YZero" must be all lower-case
(#4538) Closing brace must be on a line by itself
(#4538) Expected "} else {\n"; found "} else { "
(#4538) Variable "Y1" must be all lower-case
(#4538) Expected 1 space before "-"; 0 found
(#4538) Expected 1 space after "-"; 0 found
(#4538) Closing brace must be on a line by itself
(#4539) Line indented incorrectly; expected 24 spaces, found 14
(#4539) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4541) Line indented incorrectly; expected 24 spaces, found 13
(#4541) Expected "if (...) {\n"; found "if (...)\n { "
(#4541) Variable "OverrideColors" must be all lower-case
(#4541) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4542) Line indented incorrectly; expected at least 24 spaces, found 14
(#4542) Expected "if (...) {\n"; found "if (...) { "
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Variable "Color" must be all lower-case
(#4542) Expected 1 space before "=>"; 0 found
(#4542) Expected 1 space after "=>"; 0 found
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Commas (,) must be followed by white space.
(#4542) Expected 1 space before "=>"; 0 found
(#4542) Expected 1 space after "=>"; 0 found
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Commas (,) must be followed by white space.
(#4542) Expected 1 space before "=>"; 0 found
(#4542) Expected 1 space after "=>"; 0 found
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Commas (,) must be followed by white space.
(#4542) Expected 1 space before "=>"; 0 found
(#4542) Expected 1 space after "=>"; 0 found
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Commas (,) must be followed by white space.
(#4542) Expected 1 space before "=>"; 0 found
(#4542) Expected 1 space after "=>"; 0 found
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Commas (,) must be followed by white space.
(#4542) Expected 1 space before "=>"; 0 found
(#4542) Expected 1 space after "=>"; 0 found
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Commas (,) must be followed by white space.
(#4542) Expected 1 space before "=>"; 0 found
(#4542) Expected 1 space after "=>"; 0 found
(#4542) Variable "OverrideColors" must be all lower-case
(#4542) Variable "ID" must be all lower-case
(#4542) Closing brace must be on a line by itself
(#4542) Expected "} else {\n"; found "} else { "
(#4542) Variable "Color" must be all lower-case
(#4542) Closing brace must be on a line by itself
(#4542) Line exceeds maximum limit of 180 characters; contains 377 characters
(#4542) Closing brace must be on a line by itself
(#4544) Line indented incorrectly; expected 24 spaces, found 13
(#4544) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4544) Variable "Y2" must be all lower-case
(#4545) Line indented incorrectly; expected at least 24 spaces, found 14
(#4546) Line indented incorrectly; expected at least 28 spaces, found 15
(#4546) Variable "BarHeight" must be all lower-case
(#4546) Variable "Y1" must be all lower-case
(#4546) Variable "Y2" must be all lower-case
(#4548) Line indented incorrectly; expected 28 spaces, found 15
(#4548) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4548) Variable "Serie" must be all lower-case
(#4548) Variable "Key" must be all lower-case
(#4549) Line indented incorrectly; expected at least 28 spaces, found 16
(#4550) Line indented incorrectly; expected at least 32 spaces, found 17
(#4550) Variable "X" must be all lower-case
(#4550) Expected 1 space before "+"; 0 found
(#4550) Expected 1 space after "+"; 0 found
(#4550) Variable "XOffset" must be all lower-case
(#4550) Expected 1 space before "+"; 0 found
(#4550) Expected 1 space after "+"; 0 found
(#4550) Variable "XSpace" must be all lower-case
(#4550) Commas (,) must be followed by white space.
(#4550) Variable "Y1" must be all lower-case
(#4550) Commas (,) must be followed by white space.
(#4550) Variable "X" must be all lower-case
(#4550) Expected 1 space before "+"; 0 found
(#4550) Expected 1 space after "+"; 0 found
(#4550) Variable "XOffset" must be all lower-case
(#4550) Expected 1 space before "+"; 0 found
(#4550) Expected 1 space after "+"; 0 found
(#4550) Variable "XSize" must be all lower-case
(#4550) Expected 1 space before "-"; 0 found
(#4550) Expected 1 space after "-"; 0 found
(#4550) Variable "XSpace" must be all lower-case
(#4550) Commas (,) must be followed by white space.
(#4550) Variable "Y1" must be all lower-case
(#4550) Commas (,) must be followed by white space.
(#4550) Variable "Color" must be all lower-case
(#4551) Line indented incorrectly; expected 32 spaces, found 17
(#4551) Expected "if (...) {\n"; found "if (...) { "
(#4551) Variable "RecordImageMap" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "X" must be all lower-case
(#4551) Expected 1 space before "+"; 0 found
(#4551) Expected 1 space after "+"; 0 found
(#4551) Variable "XOffset" must be all lower-case
(#4551) Expected 1 space before "+"; 0 found
(#4551) Expected 1 space after "+"; 0 found
(#4551) Variable "XSpace" must be all lower-case
(#4551) Variable "Y1" must be all lower-case
(#4551) Expected 1 space before "-"; 0 found
(#4551) Expected 1 space after "-"; 0 found
(#4551) Variable "X" must be all lower-case
(#4551) Expected 1 space before "+"; 0 found
(#4551) Expected 1 space after "+"; 0 found
(#4551) Variable "XOffset" must be all lower-case
(#4551) Expected 1 space before "+"; 0 found
(#4551) Expected 1 space after "+"; 0 found
(#4551) Variable "XSize" must be all lower-case
(#4551) Expected 1 space before "-"; 0 found
(#4551) Expected 1 space after "-"; 0 found
(#4551) Variable "XSpace" must be all lower-case
(#4551) Variable "Y1" must be all lower-case
(#4551) Expected 1 space before "+"; 0 found
(#4551) Expected 1 space after "+"; 0 found
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "R" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "G" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "B" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "SerieDescription" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "Serie" must be all lower-case
(#4551) Variable "Key" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "Mode" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "Format" must be all lower-case
(#4551) Commas (,) must be followed by white space.
(#4551) Variable "Unit" must be all lower-case
(#4551) Line exceeds maximum limit of 180 characters; contains 280 characters
(#4551) Closing brace must be on a line by itself
(#4552) Line indented incorrectly; expected 28 spaces, found 16
(#4552) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4553) Line indented incorrectly; expected 28 spaces, found 15
(#4553) Expected "} else {\n"; found "}\n else\n {\n"
(#4554) Line indented incorrectly; expected at least 28 spaces, found 16
(#4555) Line indented incorrectly; expected 32 spaces, found 17
(#4555) Expected "if (...) {\n"; found "if (...) { "
(#4555) Variable "RecordImageMap" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "X" must be all lower-case
(#4555) Expected 1 space before "+"; 0 found
(#4555) Expected 1 space after "+"; 0 found
(#4555) Variable "XOffset" must be all lower-case
(#4555) Expected 1 space before "+"; 0 found
(#4555) Expected 1 space after "+"; 0 found
(#4555) Variable "XSpace" must be all lower-case
(#4555) Variable "Y1" must be all lower-case
(#4555) Variable "X" must be all lower-case
(#4555) Expected 1 space before "+"; 0 found
(#4555) Expected 1 space after "+"; 0 found
(#4555) Variable "XOffset" must be all lower-case
(#4555) Expected 1 space before "+"; 0 found
(#4555) Expected 1 space after "+"; 0 found
(#4555) Variable "XSize" must be all lower-case
(#4555) Expected 1 space before "-"; 0 found
(#4555) Expected 1 space after "-"; 0 found
(#4555) Variable "XSpace" must be all lower-case
(#4555) Variable "Y2" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "R" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "G" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "B" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "SerieDescription" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "Serie" must be all lower-case
(#4555) Variable "Key" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "Mode" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "Format" must be all lower-case
(#4555) Commas (,) must be followed by white space.
(#4555) Variable "Unit" must be all lower-case
(#4555) Line exceeds maximum limit of 180 characters; contains 276 characters
(#4555) Closing brace must be on a line by itself
(#4557) Line indented incorrectly; expected at least 32 spaces, found 17
(#4557) Inline control structures are not allowed
(#4557) Variable "Rounded" must be all lower-case
(#4558) Line indented incorrectly; expected at least 32 spaces, found 18
(#4558) Variable "X" must be all lower-case
(#4558) Expected 1 space before "+"; 0 found
(#4558) Expected 1 space after "+"; 0 found
(#4558) Variable "XOffset" must be all lower-case
(#4558) Expected 1 space before "+"; 0 found
(#4558) Expected 1 space after "+"; 0 found
(#4558) Variable "XSpace" must be all lower-case
(#4558) Commas (,) must be followed by white space.
(#4558) Variable "Y1" must be all lower-case
(#4558) Commas (,) must be followed by white space.
(#4558) Variable "X" must be all lower-case
(#4558) Expected 1 space before "+"; 0 found
(#4558) Expected 1 space after "+"; 0 found
(#4558) Variable "XOffset" must be all lower-case
(#4558) Expected 1 space before "+"; 0 found
(#4558) Expected 1 space after "+"; 0 found
(#4558) Variable "XSize" must be all lower-case
(#4558) Expected 1 space before "-"; 0 found
(#4558) Expected 1 space after "-"; 0 found
(#4558) Variable "XSpace" must be all lower-case
(#4558) Commas (,) must be followed by white space.
(#4558) Variable "Y2" must be all lower-case
(#4558) Commas (,) must be followed by white space.
(#4558) Variable "RoundRadius" must be all lower-case
(#4558) Commas (,) must be followed by white space.
(#4558) Variable "Color" must be all lower-case
(#4559) Line indented incorrectly; expected 32 spaces, found 17
(#4560) Line indented incorrectly; expected at least 32 spaces, found 18
(#4561) Line indented incorrectly; expected at least 36 spaces, found 19
(#4561) Variable "X" must be all lower-case
(#4561) Expected 1 space before "+"; 0 found
(#4561) Expected 1 space after "+"; 0 found
(#4561) Variable "XOffset" must be all lower-case
(#4561) Expected 1 space before "+"; 0 found
(#4561) Expected 1 space after "+"; 0 found
(#4561) Variable "XSpace" must be all lower-case
(#4561) Commas (,) must be followed by white space.
(#4561) Variable "Y1" must be all lower-case
(#4561) Commas (,) must be followed by white space.
(#4561) Variable "X" must be all lower-case
(#4561) Expected 1 space before "+"; 0 found
(#4561) Expected 1 space after "+"; 0 found
(#4561) Variable "XOffset" must be all lower-case
(#4561) Expected 1 space before "+"; 0 found
(#4561) Expected 1 space after "+"; 0 found
(#4561) Variable "XSize" must be all lower-case
(#4561) Expected 1 space before "-"; 0 found
(#4561) Expected 1 space after "-"; 0 found
(#4561) Variable "XSpace" must be all lower-case
(#4561) Commas (,) must be followed by white space.
(#4561) Variable "Y2" must be all lower-case
(#4561) Commas (,) must be followed by white space.
(#4561) Variable "Color" must be all lower-case
(#4563) Line indented incorrectly; expected 36 spaces, found 19
(#4563) Expected "if (...) {\n"; found "if (...) { "
(#4563) Variable "InnerColor" must be all lower-case
(#4563) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4563) Variable "X" must be all lower-case
(#4563) Expected 1 space before "+"; 0 found
(#4563) Expected 1 space after "+"; 0 found
(#4563) Variable "XOffset" must be all lower-case
(#4563) Expected 1 space before "+"; 0 found
(#4563) Expected 1 space after "+"; 0 found
(#4563) Variable "XSpace" must be all lower-case
(#4563) Expected 1 space before "+"; 0 found
(#4563) Expected 1 space after "+"; 0 found
(#4563) Commas (,) must be followed by white space.
(#4563) Variable "Y1" must be all lower-case
(#4563) Commas (,) must be followed by white space.
(#4563) Variable "Y2" must be all lower-case
(#4563) Expected 1 space before "+"; 0 found
(#4563) Expected 1 space after "+"; 0 found
(#4563) Commas (,) must be followed by white space.
(#4563) Variable "X" must be all lower-case
(#4563) Expected 1 space before "+"; 0 found
(#4563) Expected 1 space after "+"; 0 found
(#4563) Variable "XOffset" must be all lower-case
(#4563) Expected 1 space before "+"; 0 found
(#4563) Expected 1 space after "+"; 0 found
(#4563) Variable "XSize" must be all lower-case
(#4563) Expected 1 space before "-"; 0 found
(#4563) Expected 1 space after "-"; 0 found
(#4563) Variable "XSpace" must be all lower-case
(#4563) Expected 1 space before "-"; 0 found
(#4563) Expected 1 space after "-"; 0 found
(#4563) Commas (,) must be followed by white space.
(#4563) Variable "Y1" must be all lower-case
(#4563) Commas (,) must be followed by white space.
(#4563) Variable "Y2" must be all lower-case
(#4563) Expected 1 space before "-"; 0 found
(#4563) Expected 1 space after "-"; 0 found
(#4563) Commas (,) must be followed by white space.
(#4563) Variable "InnerColor" must be all lower-case
(#4563) Line exceeds 132 characters; contains 165 characters
(#4563) Closing brace must be on a line by itself
(#4565) Line indented incorrectly; expected 36 spaces, found 19
(#4565) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4565) Variable "Gradient" must be all lower-case
(#4566) Line indented incorrectly; expected at least 36 spaces, found 20
(#4567) Line indented incorrectly; expected at least 40 spaces, found 21
(#4567) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4569) Line indented incorrectly; expected 40 spaces, found 21
(#4569) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4569) Variable "GradientMode" must be all lower-case
(#4570) Line indented incorrectly; expected at least 40 spaces, found 22
(#4571) Line indented incorrectly; expected at least 44 spaces, found 23
(#4571) Inline control structures are not allowed
(#4571) Variable "Serie" must be all lower-case
(#4571) Variable "Key" must be all lower-case
(#4572) Line indented incorrectly; expected at least 44 spaces, found 24
(#4572) Variable "GradienColor" must be all lower-case
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4572) Variable "GradientStartR" must be all lower-case
(#4572) Commas (,) must be followed by white space.
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4572) Variable "GradientStartG" must be all lower-case
(#4572) Commas (,) must be followed by white space.
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4572) Variable "GradientStartB" must be all lower-case
(#4572) Commas (,) must be followed by white space.
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4572) Variable "GradientEndR" must be all lower-case
(#4572) Commas (,) must be followed by white space.
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4572) Variable "GradientEndG" must be all lower-case
(#4572) Commas (,) must be followed by white space.
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4572) Variable "GradientEndB" must be all lower-case
(#4572) Commas (,) must be followed by white space.
(#4572) Expected 1 space before "=>"; 0 found
(#4572) Expected 1 space after "=>"; 0 found
(#4572) Variable "GradientAlpha" must be all lower-case
(#4572) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4573) Line indented incorrectly; expected at least 44 spaces, found 23
(#4573) Inline control structures are not allowed
(#4574) Line indented incorrectly; expected at least 44 spaces, found 24
(#4574) Variable "GradienColor" must be all lower-case
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "GradientEndR" must be all lower-case
(#4574) Commas (,) must be followed by white space.
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "GradientEndG" must be all lower-case
(#4574) Commas (,) must be followed by white space.
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "GradientEndB" must be all lower-case
(#4574) Commas (,) must be followed by white space.
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "GradientStartR" must be all lower-case
(#4574) Commas (,) must be followed by white space.
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "GradientStartG" must be all lower-case
(#4574) Commas (,) must be followed by white space.
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "GradientStartB" must be all lower-case
(#4574) Commas (,) must be followed by white space.
(#4574) Expected 1 space before "=>"; 0 found
(#4574) Expected 1 space after "=>"; 0 found
(#4574) Variable "GradientAlpha" must be all lower-case
(#4574) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4576) Line indented incorrectly; expected at least 44 spaces, found 23
(#4576) Variable "X" must be all lower-case
(#4576) Expected 1 space before "+"; 0 found
(#4576) Expected 1 space after "+"; 0 found
(#4576) Variable "XOffset" must be all lower-case
(#4576) Expected 1 space before "+"; 0 found
(#4576) Expected 1 space after "+"; 0 found
(#4576) Variable "XSpace" must be all lower-case
(#4576) Commas (,) must be followed by white space.
(#4576) Variable "Y1" must be all lower-case
(#4576) Commas (,) must be followed by white space.
(#4576) Variable "X" must be all lower-case
(#4576) Expected 1 space before "+"; 0 found
(#4576) Expected 1 space after "+"; 0 found
(#4576) Variable "XOffset" must be all lower-case
(#4576) Expected 1 space before "+"; 0 found
(#4576) Expected 1 space after "+"; 0 found
(#4576) Variable "XSize" must be all lower-case
(#4576) Expected 1 space before "-"; 0 found
(#4576) Expected 1 space after "-"; 0 found
(#4576) Variable "XSpace" must be all lower-case
(#4576) Commas (,) must be followed by white space.
(#4576) Variable "Y2" must be all lower-case
(#4576) Commas (,) must be followed by white space.
(#4576) Commas (,) must be followed by white space.
(#4576) Variable "GradienColor" must be all lower-case
(#4576) Line exceeds 132 characters; contains 136 characters
(#4577) Line indented incorrectly; expected 40 spaces, found 22
(#4577) Closing brace indented incorrectly; expected 21 spaces, found 22
(#4578) Line indented incorrectly; expected 40 spaces, found 21
(#4578) Usage of ELSEIF not allowed; use ELSE IF instead
(#4578) Variable "GradientMode" must be all lower-case
(#4579) Line indented incorrectly; expected at least 40 spaces, found 22
(#4580) Line indented incorrectly; expected at least 44 spaces, found 23
(#4580) Variable "GradienColor1" must be all lower-case
(#4580) Expected 1 space before "=>"; 0 found
(#4580) Expected 1 space after "=>"; 0 found
(#4580) Variable "GradientEndR" must be all lower-case
(#4580) Commas (,) must be followed by white space.
(#4580) Expected 1 space before "=>"; 0 found
(#4580) Expected 1 space after "=>"; 0 found
(#4580) Variable "GradientEndG" must be all lower-case
(#4580) Commas (,) must be followed by white space.
(#4580) Expected 1 space before "=>"; 0 found
(#4580) Expected 1 space after "=>"; 0 found
(#4580) Variable "GradientEndB" must be all lower-case
(#4580) Commas (,) must be followed by white space.
(#4580) Expected 1 space before "=>"; 0 found
(#4580) Expected 1 space after "=>"; 0 found
(#4580) Variable "GradientStartR" must be all lower-case
(#4580) Commas (,) must be followed by white space.
(#4580) Expected 1 space before "=>"; 0 found
(#4580) Expected 1 space after "=>"; 0 found
(#4580) Variable "GradientStartG" must be all lower-case
(#4580) Commas (,) must be followed by white space.
(#4580) Expected 1 space before "=>"; 0 found
(#4580) Expected 1 space after "=>"; 0 found
(#4580) Variable "GradientStartB" must be all lower-case
(#4580) Commas (,) must be followed by white space.
(#4580) Expected 1 space before "=>"; 0 found
(#4580) Expected 1 space after "=>"; 0 found
(#4580) Variable "GradientAlpha" must be all lower-case
(#4580) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4581) Line indented incorrectly; expected at least 44 spaces, found 23
(#4581) Variable "GradienColor2" must be all lower-case
(#4581) Expected 1 space before "=>"; 0 found
(#4581) Expected 1 space after "=>"; 0 found
(#4581) Variable "GradientStartR" must be all lower-case
(#4581) Commas (,) must be followed by white space.
(#4581) Expected 1 space before "=>"; 0 found
(#4581) Expected 1 space after "=>"; 0 found
(#4581) Variable "GradientStartG" must be all lower-case
(#4581) Commas (,) must be followed by white space.
(#4581) Expected 1 space before "=>"; 0 found
(#4581) Expected 1 space after "=>"; 0 found
(#4581) Variable "GradientStartB" must be all lower-case
(#4581) Commas (,) must be followed by white space.
(#4581) Expected 1 space before "=>"; 0 found
(#4581) Expected 1 space after "=>"; 0 found
(#4581) Variable "GradientEndR" must be all lower-case
(#4581) Commas (,) must be followed by white space.
(#4581) Expected 1 space before "=>"; 0 found
(#4581) Expected 1 space after "=>"; 0 found
(#4581) Variable "GradientEndG" must be all lower-case
(#4581) Commas (,) must be followed by white space.
(#4581) Expected 1 space before "=>"; 0 found
(#4581) Expected 1 space after "=>"; 0 found
(#4581) Variable "GradientEndB" must be all lower-case
(#4581) Commas (,) must be followed by white space.
(#4581) Expected 1 space before "=>"; 0 found
(#4581) Expected 1 space after "=>"; 0 found
(#4581) Variable "GradientAlpha" must be all lower-case
(#4581) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4582) Line indented incorrectly; expected at least 44 spaces, found 23
(#4582) Variable "XSpan" must be all lower-case
(#4582) Variable "XSize" must be all lower-case
(#4584) Line indented incorrectly; expected at least 44 spaces, found 23
(#4584) Variable "X" must be all lower-case
(#4584) Expected 1 space before "+"; 0 found
(#4584) Expected 1 space after "+"; 0 found
(#4584) Variable "XOffset" must be all lower-case
(#4584) Expected 1 space before "+"; 0 found
(#4584) Expected 1 space after "+"; 0 found
(#4584) Variable "XSpace" must be all lower-case
(#4584) Commas (,) must be followed by white space.
(#4584) Variable "Y1" must be all lower-case
(#4584) Commas (,) must be followed by white space.
(#4584) Variable "X" must be all lower-case
(#4584) Expected 1 space before "+"; 0 found
(#4584) Expected 1 space after "+"; 0 found
(#4584) Variable "XOffset" must be all lower-case
(#4584) Expected 1 space before "+"; 0 found
(#4584) Expected 1 space after "+"; 0 found
(#4584) Variable "XSpan" must be all lower-case
(#4584) Expected 1 space before "-"; 0 found
(#4584) Expected 1 space after "-"; 0 found
(#4584) Variable "XSpace" must be all lower-case
(#4584) Commas (,) must be followed by white space.
(#4584) Variable "Y2" must be all lower-case
(#4584) Commas (,) must be followed by white space.
(#4584) Commas (,) must be followed by white space.
(#4584) Variable "GradienColor1" must be all lower-case
(#4584) Line exceeds 132 characters; contains 139 characters
(#4585) Line indented incorrectly; expected at least 44 spaces, found 23
(#4585) Variable "X" must be all lower-case
(#4585) Expected 1 space before "+"; 0 found
(#4585) Expected 1 space after "+"; 0 found
(#4585) Variable "XOffset" must be all lower-case
(#4585) Expected 1 space before "+"; 0 found
(#4585) Expected 1 space after "+"; 0 found
(#4585) Variable "XSpan" must be all lower-case
(#4585) Expected 1 space before "+"; 0 found
(#4585) Expected 1 space after "+"; 0 found
(#4585) Variable "XSpace" must be all lower-case
(#4585) Commas (,) must be followed by white space.
(#4585) Variable "Y1" must be all lower-case
(#4585) Commas (,) must be followed by white space.
(#4585) Variable "X" must be all lower-case
(#4585) Expected 1 space before "+"; 0 found
(#4585) Expected 1 space after "+"; 0 found
(#4585) Variable "XOffset" must be all lower-case
(#4585) Expected 1 space before "+"; 0 found
(#4585) Expected 1 space after "+"; 0 found
(#4585) Variable "XSize" must be all lower-case
(#4585) Expected 1 space before "-"; 0 found
(#4585) Expected 1 space after "-"; 0 found
(#4585) Variable "XSpace" must be all lower-case
(#4585) Commas (,) must be followed by white space.
(#4585) Variable "Y2" must be all lower-case
(#4585) Commas (,) must be followed by white space.
(#4585) Commas (,) must be followed by white space.
(#4585) Variable "GradienColor2" must be all lower-case
(#4585) Line exceeds 132 characters; contains 146 characters
(#4586) Line indented incorrectly; expected 40 spaces, found 22
(#4586) Closing brace indented incorrectly; expected 21 spaces, found 22
(#4587) Line indented incorrectly; expected at least 40 spaces, found 21
(#4587) Variable "RestoreShadow" must be all lower-case
(#4588) Line indented incorrectly; expected 36 spaces, found 20
(#4588) Closing brace indented incorrectly; expected 19 spaces, found 20
(#4589) Line indented incorrectly; expected 32 spaces, found 18
(#4589) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4591) Line indented incorrectly; expected 32 spaces, found 17
(#4591) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4591) Variable "Draw0Line" must be all lower-case
(#4592) Line indented incorrectly; expected at least 32 spaces, found 18
(#4593) Line indented incorrectly; expected at least 36 spaces, found 19
(#4593) Variable "Line0Color" must be all lower-case
(#4593) Expected 1 space before "=>"; 0 found
(#4593) Expected 1 space after "=>"; 0 found
(#4593) Commas (,) must be followed by white space.
(#4593) Expected 1 space before "=>"; 0 found
(#4593) Expected 1 space after "=>"; 0 found
(#4593) Commas (,) must be followed by white space.
(#4593) Expected 1 space before "=>"; 0 found
(#4593) Expected 1 space after "=>"; 0 found
(#4593) Commas (,) must be followed by white space.
(#4593) Expected 1 space before "=>"; 0 found
(#4593) Expected 1 space after "=>"; 0 found
(#4595) Line indented incorrectly; expected 36 spaces, found 19
(#4595) Expected "if (...) {\n"; found "if (...) { "
(#4595) Variable "Y1" must be all lower-case
(#4595) Variable "Y2" must be all lower-case
(#4595) Variable "Line0Width" must be all lower-case
(#4595) Closing brace must be on a line by itself
(#4595) Expected "} else {\n"; found "} else { "
(#4595) Variable "Line0Width" must be all lower-case
(#4595) Closing brace must be on a line by itself
(#4596) Line indented incorrectly; expected 36 spaces, found 19
(#4596) Expected "if (...) {\n"; found "if (...) { "
(#4596) Variable "Y1" must be all lower-case
(#4596) Variable "Y2" must be all lower-case
(#4596) Variable "Line0Width" must be all lower-case
(#4596) Variable "Line0Width" must be all lower-case
(#4596) Closing brace must be on a line by itself
(#4598) Line indented incorrectly; expected at least 36 spaces, found 19
(#4598) Variable "X" must be all lower-case
(#4598) Expected 1 space before "+"; 0 found
(#4598) Expected 1 space after "+"; 0 found
(#4598) Variable "XOffset" must be all lower-case
(#4598) Expected 1 space before "+"; 0 found
(#4598) Expected 1 space after "+"; 0 found
(#4598) Variable "XSpace" must be all lower-case
(#4598) Commas (,) must be followed by white space.
(#4598) Variable "Y1" must be all lower-case
(#4598) Commas (,) must be followed by white space.
(#4598) Variable "X" must be all lower-case
(#4598) Expected 1 space before "+"; 0 found
(#4598) Expected 1 space after "+"; 0 found
(#4598) Variable "XOffset" must be all lower-case
(#4598) Expected 1 space before "+"; 0 found
(#4598) Expected 1 space after "+"; 0 found
(#4598) Variable "XSize" must be all lower-case
(#4598) Expected 1 space before "-"; 0 found
(#4598) Expected 1 space after "-"; 0 found
(#4598) Variable "XSpace" must be all lower-case
(#4598) Commas (,) must be followed by white space.
(#4598) Variable "Y1" must be all lower-case
(#4598) Expected 1 space before "-"; 0 found
(#4598) Expected 1 space after "-"; 0 found
(#4598) Variable "Line0Width" must be all lower-case
(#4598) Commas (,) must be followed by white space.
(#4598) Variable "Line0Color" must be all lower-case
(#4598) Line exceeds 132 characters; contains 140 characters
(#4599) Line indented incorrectly; expected at least 36 spaces, found 19
(#4599) Variable "X" must be all lower-case
(#4599) Expected 1 space before "+"; 0 found
(#4599) Expected 1 space after "+"; 0 found
(#4599) Variable "XOffset" must be all lower-case
(#4599) Expected 1 space before "+"; 0 found
(#4599) Expected 1 space after "+"; 0 found
(#4599) Variable "XSpace" must be all lower-case
(#4599) Commas (,) must be followed by white space.
(#4599) Variable "Y1" must be all lower-case
(#4599) Commas (,) must be followed by white space.
(#4599) Variable "X" must be all lower-case
(#4599) Expected 1 space before "+"; 0 found
(#4599) Expected 1 space after "+"; 0 found
(#4599) Variable "XOffset" must be all lower-case
(#4599) Expected 1 space before "+"; 0 found
(#4599) Expected 1 space after "+"; 0 found
(#4599) Variable "XSize" must be all lower-case
(#4599) Expected 1 space before "-"; 0 found
(#4599) Expected 1 space after "-"; 0 found
(#4599) Variable "XSpace" must be all lower-case
(#4599) Commas (,) must be followed by white space.
(#4599) Variable "Y1" must be all lower-case
(#4599) Commas (,) must be followed by white space.
(#4599) Variable "Line0Color" must be all lower-case
(#4600) Line indented incorrectly; expected 32 spaces, found 18
(#4600) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4601) Line indented incorrectly; expected 28 spaces, found 16
(#4601) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4603) Line indented incorrectly; expected 28 spaces, found 15
(#4603) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4603) Variable "DisplayValues" must be all lower-case
(#4603) Variable "Serie" must be all lower-case
(#4603) Variable "Key" must be all lower-case
(#4604) Line indented incorrectly; expected at least 28 spaces, found 16
(#4605) Line indented incorrectly; expected 32 spaces, found 17
(#4605) Expected "if (...) {\n"; found "if (...) { "
(#4605) Variable "DisplayShadow" must be all lower-case
(#4605) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4605) Closing brace must be on a line by itself
(#4607) Line indented incorrectly; expected at least 32 spaces, found 17
(#4607) Variable "Caption" must be all lower-case
(#4607) Variable "Serie" must be all lower-case
(#4607) Variable "Key" must be all lower-case
(#4607) Commas (,) must be followed by white space.
(#4607) Variable "Mode" must be all lower-case
(#4607) Commas (,) must be followed by white space.
(#4607) Variable "Format" must be all lower-case
(#4607) Commas (,) must be followed by white space.
(#4607) Variable "Unit" must be all lower-case
(#4608) Line indented incorrectly; expected at least 32 spaces, found 17
(#4608) Variable "TxtPos" must be all lower-case
(#4608) Commas (,) must be followed by white space.
(#4608) Commas (,) must be followed by white space.
(#4608) Variable "DisplayFont" must be all lower-case
(#4608) Commas (,) must be followed by white space.
(#4608) Variable "DisplaySize" must be all lower-case
(#4608) Commas (,) must be followed by white space.
(#4608) Commas (,) must be followed by white space.
(#4608) Variable "Caption" must be all lower-case
(#4609) Line indented incorrectly; expected at least 32 spaces, found 17
(#4609) Variable "TxtHeight" must be all lower-case
(#4609) Variable "TxtPos" must be all lower-case
(#4609) Variable "TxtPos" must be all lower-case
(#4609) Variable "TxtMargin" must be all lower-case
(#4611) Line indented incorrectly; expected 32 spaces, found 17
(#4611) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4611) Variable "DisplayPos" must be all lower-case
(#4611) Variable "TxtHeight" must be all lower-case
(#4611) Variable "BarHeight" must be all lower-case
(#4612) Line indented incorrectly; expected at least 32 spaces, found 18
(#4613) Line indented incorrectly; expected at least 36 spaces, found 19
(#4613) Variable "CenterX" must be all lower-case
(#4613) Variable "X" must be all lower-case
(#4613) Expected 1 space before "+"; 0 found
(#4613) Expected 1 space after "+"; 0 found
(#4613) Variable "XOffset" must be all lower-case
(#4613) Expected 1 space before "+"; 0 found
(#4613) Expected 1 space after "+"; 0 found
(#4613) Variable "XSize" must be all lower-case
(#4613) Expected 1 space before "-"; 0 found
(#4613) Expected 1 space after "-"; 0 found
(#4613) Variable "XSpace" must be all lower-case
(#4613) Expected 1 space before "-"; 0 found
(#4613) Expected 1 space after "-"; 0 found
(#4613) Variable "X" must be all lower-case
(#4613) Expected 1 space before "+"; 0 found
(#4613) Expected 1 space after "+"; 0 found
(#4613) Variable "XOffset" must be all lower-case
(#4613) Expected 1 space before "+"; 0 found
(#4613) Expected 1 space after "+"; 0 found
(#4613) Variable "XSpace" must be all lower-case
(#4613) Expected 1 space before "/"; 0 found
(#4613) Expected 1 space after "/"; 0 found
(#4613) Variable "X" must be all lower-case
(#4613) Expected 1 space before "+"; 0 found
(#4613) Expected 1 space after "+"; 0 found
(#4613) Variable "XOffset" must be all lower-case
(#4613) Expected 1 space before "+"; 0 found
(#4613) Expected 1 space after "+"; 0 found
(#4613) Variable "XSpace" must be all lower-case
(#4614) Line indented incorrectly; expected at least 36 spaces, found 19
(#4614) Variable "CenterY" must be all lower-case
(#4614) Variable "Y2" must be all lower-case
(#4614) Expected 1 space before "-"; 0 found
(#4614) Expected 1 space after "-"; 0 found
(#4614) Variable "Y1" must be all lower-case
(#4614) Expected 1 space before "/"; 0 found
(#4614) Expected 1 space after "/"; 0 found
(#4614) Variable "Y1" must be all lower-case
(#4616) Line indented incorrectly; expected at least 36 spaces, found 19
(#4616) Variable "CenterX" must be all lower-case
(#4616) Commas (,) must be followed by white space.
(#4616) Variable "CenterY" must be all lower-case
(#4616) Commas (,) must be followed by white space.
(#4616) Variable "Caption" must be all lower-case
(#4616) Commas (,) must be followed by white space.
(#4616) Expected 1 space before "=>"; 0 found
(#4616) Expected 1 space after "=>"; 0 found
(#4616) Variable "DisplayR" must be all lower-case
(#4616) Commas (,) must be followed by white space.
(#4616) Expected 1 space before "=>"; 0 found
(#4616) Expected 1 space after "=>"; 0 found
(#4616) Variable "DisplayG" must be all lower-case
(#4616) Commas (,) must be followed by white space.
(#4616) Expected 1 space before "=>"; 0 found
(#4616) Expected 1 space after "=>"; 0 found
(#4616) Variable "DisplayB" must be all lower-case
(#4616) Commas (,) must be followed by white space.
(#4616) Expected 1 space before "=>"; 0 found
(#4616) Expected 1 space after "=>"; 0 found
(#4616) Commas (,) must be followed by white space.
(#4616) Expected 1 space before "=>"; 0 found
(#4616) Expected 1 space after "=>"; 0 found
(#4616) Variable "DisplaySize" must be all lower-case
(#4616) Commas (,) must be followed by white space.
(#4616) Expected 1 space before "=>"; 0 found
(#4616) Expected 1 space after "=>"; 0 found
(#4616) Line exceeds maximum limit of 180 characters; contains 185 characters
(#4617) Line indented incorrectly; expected 32 spaces, found 18
(#4617) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4618) Line indented incorrectly; expected 32 spaces, found 17
(#4618) Expected "} else {\n"; found "}\n else\n {\n"
(#4619) Line indented incorrectly; expected at least 32 spaces, found 18
(#4620) Line indented incorrectly; expected 36 spaces, found 19
(#4620) Expected "if (...) {\n"; found "if (...) { "
(#4620) Variable "Serie" must be all lower-case
(#4620) Variable "Key" must be all lower-case
(#4620) Variable "Align" must be all lower-case
(#4620) Variable "Offset" must be all lower-case
(#4620) Variable "DisplayOffset" must be all lower-case
(#4620) Closing brace must be on a line by itself
(#4620) Expected "} else {\n"; found "} else { "
(#4620) Variable "Align" must be all lower-case
(#4620) Variable "Offset" must be all lower-case
(#4620) Variable "DisplayOffset" must be all lower-case
(#4620) Line exceeds maximum limit of 180 characters; contains 182 characters
(#4620) Closing brace must be on a line by itself
(#4621) Line indented incorrectly; expected at least 36 spaces, found 19
(#4621) Variable "X" must be all lower-case
(#4621) Expected 1 space before "+"; 0 found
(#4621) Expected 1 space after "+"; 0 found
(#4621) Variable "XOffset" must be all lower-case
(#4621) Expected 1 space before "+"; 0 found
(#4621) Expected 1 space after "+"; 0 found
(#4621) Variable "XSize" must be all lower-case
(#4621) Expected 1 space before "/"; 0 found
(#4621) Expected 1 space after "/"; 0 found
(#4621) Commas (,) must be followed by white space.
(#4621) Variable "Y2" must be all lower-case
(#4621) Expected 1 space before "-"; 0 found
(#4621) Expected 1 space after "-"; 0 found
(#4621) Variable "Offset" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Variable "Serie" must be all lower-case
(#4621) Variable "Key" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Variable "Mode" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Variable "Format" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Variable "Unit" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Expected 1 space before "=>"; 0 found
(#4621) Expected 1 space after "=>"; 0 found
(#4621) Variable "DisplayR" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Expected 1 space before "=>"; 0 found
(#4621) Expected 1 space after "=>"; 0 found
(#4621) Variable "DisplayG" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Expected 1 space before "=>"; 0 found
(#4621) Expected 1 space after "=>"; 0 found
(#4621) Variable "DisplayB" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Expected 1 space before "=>"; 0 found
(#4621) Expected 1 space after "=>"; 0 found
(#4621) Variable "Align" must be all lower-case
(#4621) Commas (,) must be followed by white space.
(#4621) Expected 1 space before "=>"; 0 found
(#4621) Expected 1 space after "=>"; 0 found
(#4621) Variable "DisplaySize" must be all lower-case
(#4621) Line exceeds maximum limit of 180 characters; contains 223 characters
(#4622) Line indented incorrectly; expected 32 spaces, found 18
(#4622) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4624) Line indented incorrectly; expected at least 32 spaces, found 17
(#4624) Variable "RestoreShadow" must be all lower-case
(#4625) Line indented incorrectly; expected 28 spaces, found 16
(#4625) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4626) Line indented incorrectly; expected 24 spaces, found 14
(#4626) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4628) Line indented incorrectly; expected at least 24 spaces, found 13
(#4628) Variable "X" must be all lower-case
(#4628) Variable "X" must be all lower-case
(#4628) Variable "XStep" must be all lower-case
(#4629) Line indented incorrectly; expected at least 24 spaces, found 13
(#4629) Variable "ID" must be all lower-case
(#4630) Line indented incorrectly; expected 20 spaces, found 12
(#4630) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4631) Line indented incorrectly; expected 16 spaces, found 10
(#4631) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4632) Line indented incorrectly; expected 16 spaces, found 9
(#4632) Expected "} else {\n"; found "}\n else\n {\n"
(#4633) Line indented incorrectly; expected at least 16 spaces, found 10
(#4634) Line indented incorrectly; expected 20 spaces, found 11
(#4634) Expected "if (...) {\n"; found "if (...) { "
(#4634) Variable "YZero" must be all lower-case
(#4634) Expected 1 space before "+"; 0 found
(#4634) Expected 1 space after "+"; 0 found
(#4634) Variable "YZero" must be all lower-case
(#4634) Expected 1 space before "+"; 0 found
(#4634) Expected 1 space after "+"; 0 found
(#4634) Closing brace must be on a line by itself
(#4635) Line indented incorrectly; expected 20 spaces, found 11
(#4635) Expected "if (...) {\n"; found "if (...) { "
(#4635) Variable "YZero" must be all lower-case
(#4635) Expected 1 space before "-"; 0 found
(#4635) Expected 1 space after "-"; 0 found
(#4635) Variable "YZero" must be all lower-case
(#4635) Expected 1 space before "-"; 0 found
(#4635) Expected 1 space after "-"; 0 found
(#4635) Closing brace must be on a line by itself
(#4637) Line indented incorrectly; expected 20 spaces, found 11
(#4637) Expected "if (...) {\n"; found "if (...) { "
(#4637) Variable "XDivs" must be all lower-case
(#4637) Variable "YStep" must be all lower-case
(#4637) Closing brace must be on a line by itself
(#4637) Expected "} else {\n"; found "} else { "
(#4637) Variable "YStep" must be all lower-case
(#4637) Expected 1 space before "-"; 0 found
(#4637) Expected 1 space after "-"; 0 found
(#4637) Expected 1 space before "-"; 0 found
(#4637) Expected 1 space after "-"; 0 found
(#4637) Variable "XMargin" must be all lower-case
(#4637) Expected 1 space before "*"; 0 found
(#4637) Expected 1 space after "*"; 0 found
(#4637) Expected 1 space before "/"; 0 found
(#4637) Expected 1 space after "/"; 0 found
(#4637) Variable "XDivs" must be all lower-case
(#4637) Closing brace must be on a line by itself
(#4638) Whitespace found at end of line
(#4639) Line indented incorrectly; expected at least 20 spaces, found 11
(#4639) Variable "Y" must be all lower-case
(#4639) Variable "XMargin" must be all lower-case
(#4641) Line indented incorrectly; expected 20 spaces, found 11
(#4641) Expected "if (...) {\n"; found "if (...) { "
(#4641) Variable "AroundZero" must be all lower-case
(#4641) Variable "X1" must be all lower-case
(#4641) Variable "YZero" must be all lower-case
(#4641) Closing brace must be on a line by itself
(#4641) Expected "} else {\n"; found "} else { "
(#4641) Variable "X1" must be all lower-case
(#4641) Expected 1 space before "+"; 0 found
(#4641) Expected 1 space after "+"; 0 found
(#4641) Closing brace must be on a line by itself
(#4642) Line indented incorrectly; expected 20 spaces, found 11
(#4642) Expected "if (...) {\n"; found "if (...) { "
(#4642) Variable "XDivs" must be all lower-case
(#4642) Variable "YSize" must be all lower-case
(#4642) Expected 1 space before "-"; 0 found
(#4642) Expected 1 space after "-"; 0 found
(#4642) Expected 1 space before "/"; 0 found
(#4642) Expected 1 space after "/"; 0 found
(#4642) Variable "SeriesCount" must be all lower-case
(#4642) Expected 1 space before "+"; 0 found
(#4642) Expected 1 space after "+"; 0 found
(#4642) Variable "Interleave" must be all lower-case
(#4642) Closing brace must be on a line by itself
(#4642) Expected "} else {\n"; found "} else { "
(#4642) Variable "YSize" must be all lower-case
(#4642) Variable "YStep" must be all lower-case
(#4642) Variable "SeriesCount" must be all lower-case
(#4642) Expected 1 space before "+"; 0 found
(#4642) Expected 1 space after "+"; 0 found
(#4642) Variable "Interleave" must be all lower-case
(#4642) Line exceeds 132 characters; contains 170 characters
(#4642) Closing brace must be on a line by itself
(#4643) Whitespace found at end of line
(#4644) Line indented incorrectly; expected at least 20 spaces, found 11
(#4644) Variable "YOffset" must be all lower-case
(#4644) Variable "YSize" must be all lower-case
(#4644) Expected 1 space before "*"; 0 found
(#4644) Expected 1 space after "*"; 0 found
(#4644) Variable "SeriesCount" must be all lower-case
(#4644) Expected 1 space before "/"; 0 found
(#4644) Expected 1 space after "/"; 0 found
(#4644) Variable "CurrentSerie" must be all lower-case
(#4644) Variable "YSize" must be all lower-case
(#4645) Line indented incorrectly; expected 20 spaces, found 11
(#4645) Expected "if (...) {\n"; found "if (...) { "
(#4645) Variable "Y" must be all lower-case
(#4645) Variable "YOffset" must be all lower-case
(#4645) Variable "YOffset" must be all lower-case
(#4645) Variable "Y" must be all lower-case
(#4645) Space found before semicolon; expected "1;" but found "1 ;"
(#4645) Closing brace must be on a line by itself
(#4647) Line indented incorrectly; expected at least 20 spaces, found 11
(#4647) Variable "SerieName" must be all lower-case
(#4647) Variable "YOffset" must be all lower-case
(#4647) Variable "YSize" must be all lower-case
(#4649) Line indented incorrectly; expected 20 spaces, found 11
(#4649) Expected "if (...) {\n"; found "if (...) { "
(#4649) Variable "Rounded" must be all lower-case
(#4649) Variable "BorderR" must be all lower-case
(#4649) Variable "YSpace" must be all lower-case
(#4649) Closing brace must be on a line by itself
(#4649) Expected "} else {\n"; found "} else { "
(#4649) Variable "YSpace" must be all lower-case
(#4649) Closing brace must be on a line by itself
(#4651) Line indented incorrectly; expected 20 spaces, found 11
(#4651) Expected "if (...) {\n"; found "if (...) { "
(#4651) Variable "PosArray" must be all lower-case
(#4651) Variable "Value" must be all lower-case
(#4651) Variable "PosArray" must be all lower-case
(#4651) Variable "PosArray" must be all lower-case
(#4651) Variable "PosArray" must be all lower-case
(#4651) Variable "Value" must be all lower-case
(#4651) Closing brace must be on a line by itself
(#4653) Line indented incorrectly; expected at least 20 spaces, found 11
(#4653) Variable "ID" must be all lower-case
(#4653) Space found before semicolon; expected "0;" but found "0 ;"
(#4654) Line indented incorrectly; expected 20 spaces, found 11
(#4654) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4654) Variable "PosArray" must be all lower-case
(#4654) Variable "Key" must be all lower-case
(#4654) Variable "X2" must be all lower-case
(#4655) Line indented incorrectly; expected at least 20 spaces, found 12
(#4656) Line indented incorrectly; expected 24 spaces, found 13
(#4656) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4656) Variable "Floating0Serie" must be all lower-case
(#4656) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4657) Line indented incorrectly; expected at least 24 spaces, found 14
(#4658) Line indented incorrectly; expected at least 28 spaces, found 15
(#4658) Inline control structures are not allowed
(#4658) Variable "Data" must be all lower-case
(#4658) Variable "Floating0Serie" must be all lower-case
(#4658) Variable "Key" must be all lower-case
(#4659) Line indented incorrectly; expected at least 28 spaces, found 16
(#4659) Variable "Value" must be all lower-case
(#4659) Variable "Data" must be all lower-case
(#4659) Variable "Floating0Serie" must be all lower-case
(#4659) Variable "Key" must be all lower-case
(#4660) Line indented incorrectly; expected 28 spaces, found 15
(#4660) Variable "Value" must be all lower-case
(#4660) Closing brace must be on a line by itself
(#4662) Line indented incorrectly; expected at least 28 spaces, found 15
(#4662) Variable "YZero" must be all lower-case
(#4662) Variable "Value" must be all lower-case
(#4662) Commas (,) must be followed by white space.
(#4662) Expected 1 space before "=>"; 0 found
(#4662) Expected 1 space after "=>"; 0 found
(#4662) Variable "Serie" must be all lower-case
(#4663) Line indented incorrectly; expected 28 spaces, found 15
(#4663) Expected "if (...) {\n"; found "if (...) { "
(#4663) Variable "YZero" must be all lower-case
(#4663) Expected 1 space before "+"; 0 found
(#4663) Expected 1 space after "+"; 0 found
(#4663) Variable "YZero" must be all lower-case
(#4663) Expected 1 space before "+"; 0 found
(#4663) Expected 1 space after "+"; 0 found
(#4663) Closing brace must be on a line by itself
(#4664) Line indented incorrectly; expected 28 spaces, found 15
(#4664) Expected "if (...) {\n"; found "if (...) { "
(#4664) Variable "YZero" must be all lower-case
(#4664) Expected 1 space before "-"; 0 found
(#4664) Expected 1 space after "-"; 0 found
(#4664) Variable "YZero" must be all lower-case
(#4664) Expected 1 space before "-"; 0 found
(#4664) Expected 1 space after "-"; 0 found
(#4664) Closing brace must be on a line by itself
(#4665) Line indented incorrectly; expected 28 spaces, found 15
(#4665) Expected "if (...) {\n"; found "if (...) { "
(#4665) Variable "AroundZero" must be all lower-case
(#4665) Variable "X1" must be all lower-case
(#4665) Variable "YZero" must be all lower-case
(#4665) Closing brace must be on a line by itself
(#4665) Expected "} else {\n"; found "} else { "
(#4665) Variable "X1" must be all lower-case
(#4665) Expected 1 space before "+"; 0 found
(#4665) Expected 1 space after "+"; 0 found
(#4665) Closing brace must be on a line by itself
(#4666) Line indented incorrectly; expected 24 spaces, found 14
(#4666) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4668) Line indented incorrectly; expected 24 spaces, found 13
(#4668) Expected "if (...) {\n"; found "if (...)\n { "
(#4668) Variable "OverrideColors" must be all lower-case
(#4668) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4669) Line indented incorrectly; expected at least 24 spaces, found 14
(#4669) Expected "if (...) {\n"; found "if (...) { "
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Variable "Color" must be all lower-case
(#4669) Expected 1 space before "=>"; 0 found
(#4669) Expected 1 space after "=>"; 0 found
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Commas (,) must be followed by white space.
(#4669) Expected 1 space before "=>"; 0 found
(#4669) Expected 1 space after "=>"; 0 found
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Commas (,) must be followed by white space.
(#4669) Expected 1 space before "=>"; 0 found
(#4669) Expected 1 space after "=>"; 0 found
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Commas (,) must be followed by white space.
(#4669) Expected 1 space before "=>"; 0 found
(#4669) Expected 1 space after "=>"; 0 found
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Commas (,) must be followed by white space.
(#4669) Expected 1 space before "=>"; 0 found
(#4669) Expected 1 space after "=>"; 0 found
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Commas (,) must be followed by white space.
(#4669) Expected 1 space before "=>"; 0 found
(#4669) Expected 1 space after "=>"; 0 found
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Commas (,) must be followed by white space.
(#4669) Expected 1 space before "=>"; 0 found
(#4669) Expected 1 space after "=>"; 0 found
(#4669) Variable "OverrideColors" must be all lower-case
(#4669) Variable "ID" must be all lower-case
(#4669) Closing brace must be on a line by itself
(#4669) Expected "} else {\n"; found "} else { "
(#4669) Variable "Color" must be all lower-case
(#4669) Closing brace must be on a line by itself
(#4669) Line exceeds maximum limit of 180 characters; contains 377 characters
(#4669) Closing brace must be on a line by itself
(#4671) Line indented incorrectly; expected 24 spaces, found 13
(#4671) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4671) Variable "X2" must be all lower-case
(#4672) Line indented incorrectly; expected at least 24 spaces, found 14
(#4673) Line indented incorrectly; expected at least 28 spaces, found 15
(#4673) Variable "BarWidth" must be all lower-case
(#4673) Variable "X2" must be all lower-case
(#4673) Variable "X1" must be all lower-case
(#4675) Line indented incorrectly; expected 28 spaces, found 15
(#4675) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4675) Variable "Serie" must be all lower-case
(#4675) Variable "Key" must be all lower-case
(#4676) Line indented incorrectly; expected at least 28 spaces, found 16
(#4677) Line indented incorrectly; expected at least 32 spaces, found 17
(#4677) Variable "X1" must be all lower-case
(#4677) Commas (,) must be followed by white space.
(#4677) Variable "Y" must be all lower-case
(#4677) Expected 1 space before "+"; 0 found
(#4677) Expected 1 space after "+"; 0 found
(#4677) Variable "YOffset" must be all lower-case
(#4677) Expected 1 space before "+"; 0 found
(#4677) Expected 1 space after "+"; 0 found
(#4677) Variable "YSpace" must be all lower-case
(#4677) Commas (,) must be followed by white space.
(#4677) Variable "X1" must be all lower-case
(#4677) Commas (,) must be followed by white space.
(#4677) Variable "Y" must be all lower-case
(#4677) Expected 1 space before "+"; 0 found
(#4677) Expected 1 space after "+"; 0 found
(#4677) Variable "YOffset" must be all lower-case
(#4677) Expected 1 space before "+"; 0 found
(#4677) Expected 1 space after "+"; 0 found
(#4677) Variable "YSize" must be all lower-case
(#4677) Expected 1 space before "-"; 0 found
(#4677) Expected 1 space after "-"; 0 found
(#4677) Variable "YSpace" must be all lower-case
(#4677) Commas (,) must be followed by white space.
(#4677) Variable "Color" must be all lower-case
(#4678) Line indented incorrectly; expected 32 spaces, found 17
(#4678) Expected "if (...) {\n"; found "if (...) { "
(#4678) Variable "RecordImageMap" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "X1" must be all lower-case
(#4678) Expected 1 space before "-"; 0 found
(#4678) Expected 1 space after "-"; 0 found
(#4678) Variable "Y" must be all lower-case
(#4678) Expected 1 space before "+"; 0 found
(#4678) Expected 1 space after "+"; 0 found
(#4678) Variable "YOffset" must be all lower-case
(#4678) Expected 1 space before "+"; 0 found
(#4678) Expected 1 space after "+"; 0 found
(#4678) Variable "YSpace" must be all lower-case
(#4678) Variable "X1" must be all lower-case
(#4678) Expected 1 space before "+"; 0 found
(#4678) Expected 1 space after "+"; 0 found
(#4678) Variable "Y" must be all lower-case
(#4678) Expected 1 space before "+"; 0 found
(#4678) Expected 1 space after "+"; 0 found
(#4678) Variable "YOffset" must be all lower-case
(#4678) Expected 1 space before "+"; 0 found
(#4678) Expected 1 space after "+"; 0 found
(#4678) Variable "YSize" must be all lower-case
(#4678) Expected 1 space before "-"; 0 found
(#4678) Expected 1 space after "-"; 0 found
(#4678) Variable "YSpace" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "R" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "G" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "B" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "SerieDescription" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "Serie" must be all lower-case
(#4678) Variable "Key" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "Mode" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "Format" must be all lower-case
(#4678) Commas (,) must be followed by white space.
(#4678) Variable "Unit" must be all lower-case
(#4678) Line exceeds maximum limit of 180 characters; contains 280 characters
(#4678) Closing brace must be on a line by itself
(#4679) Line indented incorrectly; expected 28 spaces, found 16
(#4679) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4680) Line indented incorrectly; expected 28 spaces, found 15
(#4680) Expected "} else {\n"; found "}\n else\n {\n"
(#4681) Line indented incorrectly; expected at least 28 spaces, found 16
(#4682) Line indented incorrectly; expected 32 spaces, found 17
(#4682) Expected "if (...) {\n"; found "if (...) { "
(#4682) Variable "RecordImageMap" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "X1" must be all lower-case
(#4682) Variable "Y" must be all lower-case
(#4682) Expected 1 space before "+"; 0 found
(#4682) Expected 1 space after "+"; 0 found
(#4682) Variable "YOffset" must be all lower-case
(#4682) Expected 1 space before "+"; 0 found
(#4682) Expected 1 space after "+"; 0 found
(#4682) Variable "YSpace" must be all lower-case
(#4682) Variable "X2" must be all lower-case
(#4682) Variable "Y" must be all lower-case
(#4682) Expected 1 space before "+"; 0 found
(#4682) Expected 1 space after "+"; 0 found
(#4682) Variable "YOffset" must be all lower-case
(#4682) Expected 1 space before "+"; 0 found
(#4682) Expected 1 space after "+"; 0 found
(#4682) Variable "YSize" must be all lower-case
(#4682) Expected 1 space before "-"; 0 found
(#4682) Expected 1 space after "-"; 0 found
(#4682) Variable "YSpace" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "R" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "G" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "B" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "SerieDescription" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "Serie" must be all lower-case
(#4682) Variable "Key" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "Mode" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "Format" must be all lower-case
(#4682) Commas (,) must be followed by white space.
(#4682) Variable "Unit" must be all lower-case
(#4682) Line exceeds maximum limit of 180 characters; contains 276 characters
(#4682) Closing brace must be on a line by itself
(#4684) Line indented incorrectly; expected at least 32 spaces, found 17
(#4684) Inline control structures are not allowed
(#4684) Variable "Rounded" must be all lower-case
(#4685) Line indented incorrectly; expected at least 32 spaces, found 18
(#4685) Variable "X1" must be all lower-case
(#4685) Expected 1 space before "+"; 0 found
(#4685) Expected 1 space after "+"; 0 found
(#4685) Commas (,) must be followed by white space.
(#4685) Variable "Y" must be all lower-case
(#4685) Expected 1 space before "+"; 0 found
(#4685) Expected 1 space after "+"; 0 found
(#4685) Variable "YOffset" must be all lower-case
(#4685) Expected 1 space before "+"; 0 found
(#4685) Expected 1 space after "+"; 0 found
(#4685) Variable "YSpace" must be all lower-case
(#4685) Commas (,) must be followed by white space.
(#4685) Variable "X2" must be all lower-case
(#4685) Commas (,) must be followed by white space.
(#4685) Variable "Y" must be all lower-case
(#4685) Expected 1 space before "+"; 0 found
(#4685) Expected 1 space after "+"; 0 found
(#4685) Variable "YOffset" must be all lower-case
(#4685) Expected 1 space before "+"; 0 found
(#4685) Expected 1 space after "+"; 0 found
(#4685) Variable "YSize" must be all lower-case
(#4685) Expected 1 space before "-"; 0 found
(#4685) Expected 1 space after "-"; 0 found
(#4685) Variable "YSpace" must be all lower-case
(#4685) Commas (,) must be followed by white space.
(#4685) Variable "RoundRadius" must be all lower-case
(#4685) Commas (,) must be followed by white space.
(#4685) Variable "Color" must be all lower-case
(#4686) Line indented incorrectly; expected 32 spaces, found 17
(#4687) Line indented incorrectly; expected at least 32 spaces, found 18
(#4688) Line indented incorrectly; expected at least 36 spaces, found 19
(#4688) Variable "X1" must be all lower-case
(#4688) Commas (,) must be followed by white space.
(#4688) Variable "Y" must be all lower-case
(#4688) Expected 1 space before "+"; 0 found
(#4688) Expected 1 space after "+"; 0 found
(#4688) Variable "YOffset" must be all lower-case
(#4688) Expected 1 space before "+"; 0 found
(#4688) Expected 1 space after "+"; 0 found
(#4688) Variable "YSpace" must be all lower-case
(#4688) Commas (,) must be followed by white space.
(#4688) Variable "X2" must be all lower-case
(#4688) Commas (,) must be followed by white space.
(#4688) Variable "Y" must be all lower-case
(#4688) Expected 1 space before "+"; 0 found
(#4688) Expected 1 space after "+"; 0 found
(#4688) Variable "YOffset" must be all lower-case
(#4688) Expected 1 space before "+"; 0 found
(#4688) Expected 1 space after "+"; 0 found
(#4688) Variable "YSize" must be all lower-case
(#4688) Expected 1 space before "-"; 0 found
(#4688) Expected 1 space after "-"; 0 found
(#4688) Variable "YSpace" must be all lower-case
(#4688) Commas (,) must be followed by white space.
(#4688) Variable "Color" must be all lower-case
(#4690) Line indented incorrectly; expected 36 spaces, found 19
(#4690) Expected "if (...) {\n"; found "if (...) { "
(#4690) Variable "InnerColor" must be all lower-case
(#4690) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4690) Variable "X1" must be all lower-case
(#4690) Commas (,) must be followed by white space.
(#4690) Variable "X2" must be all lower-case
(#4690) Expected 1 space before "+"; 0 found
(#4690) Expected 1 space after "+"; 0 found
(#4690) Commas (,) must be followed by white space.
(#4690) Variable "Y" must be all lower-case
(#4690) Expected 1 space before "+"; 0 found
(#4690) Expected 1 space after "+"; 0 found
(#4690) Variable "YOffset" must be all lower-case
(#4690) Expected 1 space before "+"; 0 found
(#4690) Expected 1 space after "+"; 0 found
(#4690) Variable "YSpace" must be all lower-case
(#4690) Expected 1 space before "+"; 0 found
(#4690) Expected 1 space after "+"; 0 found
(#4690) Commas (,) must be followed by white space.
(#4690) Variable "X1" must be all lower-case
(#4690) Commas (,) must be followed by white space.
(#4690) Variable "X2" must be all lower-case
(#4690) Expected 1 space before "-"; 0 found
(#4690) Expected 1 space after "-"; 0 found
(#4690) Commas (,) must be followed by white space.
(#4690) Variable "Y" must be all lower-case
(#4690) Expected 1 space before "+"; 0 found
(#4690) Expected 1 space after "+"; 0 found
(#4690) Variable "YOffset" must be all lower-case
(#4690) Expected 1 space before "+"; 0 found
(#4690) Expected 1 space after "+"; 0 found
(#4690) Variable "YSize" must be all lower-case
(#4690) Expected 1 space before "-"; 0 found
(#4690) Expected 1 space after "-"; 0 found
(#4690) Variable "YSpace" must be all lower-case
(#4690) Expected 1 space before "-"; 0 found
(#4690) Expected 1 space after "-"; 0 found
(#4690) Commas (,) must be followed by white space.
(#4690) Variable "InnerColor" must be all lower-case
(#4690) Line exceeds 132 characters; contains 165 characters
(#4690) Closing brace must be on a line by itself
(#4692) Line indented incorrectly; expected 36 spaces, found 19
(#4692) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4692) Variable "Gradient" must be all lower-case
(#4693) Line indented incorrectly; expected at least 36 spaces, found 20
(#4694) Line indented incorrectly; expected at least 40 spaces, found 21
(#4694) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4696) Line indented incorrectly; expected 40 spaces, found 21
(#4696) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4696) Variable "GradientMode" must be all lower-case
(#4697) Line indented incorrectly; expected at least 40 spaces, found 22
(#4698) Line indented incorrectly; expected at least 44 spaces, found 23
(#4698) Inline control structures are not allowed
(#4698) Variable "Serie" must be all lower-case
(#4698) Variable "Key" must be all lower-case
(#4699) Line indented incorrectly; expected at least 44 spaces, found 24
(#4699) Variable "GradienColor" must be all lower-case
(#4699) Expected 1 space before "=>"; 0 found
(#4699) Expected 1 space after "=>"; 0 found
(#4699) Variable "GradientStartR" must be all lower-case
(#4699) Commas (,) must be followed by white space.
(#4699) Expected 1 space before "=>"; 0 found
(#4699) Expected 1 space after "=>"; 0 found
(#4699) Variable "GradientStartG" must be all lower-case
(#4699) Commas (,) must be followed by white space.
(#4699) Expected 1 space before "=>"; 0 found
(#4699) Expected 1 space after "=>"; 0 found
(#4699) Variable "GradientStartB" must be all lower-case
(#4699) Commas (,) must be followed by white space.
(#4699) Expected 1 space before "=>"; 0 found
(#4699) Expected 1 space after "=>"; 0 found
(#4699) Variable "GradientEndR" must be all lower-case
(#4699) Commas (,) must be followed by white space.
(#4699) Expected 1 space before "=>"; 0 found
(#4699) Expected 1 space after "=>"; 0 found
(#4699) Variable "GradientEndG" must be all lower-case
(#4699) Commas (,) must be followed by white space.
(#4699) Expected 1 space before "=>"; 0 found
(#4699) Expected 1 space after "=>"; 0 found
(#4699) Variable "GradientEndB" must be all lower-case
(#4699) Commas (,) must be followed by white space.
(#4699) Expected 1 space before "=>"; 0 found
(#4699) Expected 1 space after "=>"; 0 found
(#4699) Variable "GradientAlpha" must be all lower-case
(#4699) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4700) Line indented incorrectly; expected at least 44 spaces, found 23
(#4700) Inline control structures are not allowed
(#4701) Line indented incorrectly; expected at least 44 spaces, found 24
(#4701) Variable "GradienColor" must be all lower-case
(#4701) Expected 1 space before "=>"; 0 found
(#4701) Expected 1 space after "=>"; 0 found
(#4701) Variable "GradientEndR" must be all lower-case
(#4701) Commas (,) must be followed by white space.
(#4701) Expected 1 space before "=>"; 0 found
(#4701) Expected 1 space after "=>"; 0 found
(#4701) Variable "GradientEndG" must be all lower-case
(#4701) Commas (,) must be followed by white space.
(#4701) Expected 1 space before "=>"; 0 found
(#4701) Expected 1 space after "=>"; 0 found
(#4701) Variable "GradientEndB" must be all lower-case
(#4701) Commas (,) must be followed by white space.
(#4701) Expected 1 space before "=>"; 0 found
(#4701) Expected 1 space after "=>"; 0 found
(#4701) Variable "GradientStartR" must be all lower-case
(#4701) Commas (,) must be followed by white space.
(#4701) Expected 1 space before "=>"; 0 found
(#4701) Expected 1 space after "=>"; 0 found
(#4701) Variable "GradientStartG" must be all lower-case
(#4701) Commas (,) must be followed by white space.
(#4701) Expected 1 space before "=>"; 0 found
(#4701) Expected 1 space after "=>"; 0 found
(#4701) Variable "GradientStartB" must be all lower-case
(#4701) Commas (,) must be followed by white space.
(#4701) Expected 1 space before "=>"; 0 found
(#4701) Expected 1 space after "=>"; 0 found
(#4701) Variable "GradientAlpha" must be all lower-case
(#4701) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4703) Line indented incorrectly; expected at least 44 spaces, found 23
(#4703) Variable "X1" must be all lower-case
(#4703) Commas (,) must be followed by white space.
(#4703) Variable "Y" must be all lower-case
(#4703) Expected 1 space before "+"; 0 found
(#4703) Expected 1 space after "+"; 0 found
(#4703) Variable "YOffset" must be all lower-case
(#4703) Expected 1 space before "+"; 0 found
(#4703) Expected 1 space after "+"; 0 found
(#4703) Variable "YSpace" must be all lower-case
(#4703) Commas (,) must be followed by white space.
(#4703) Variable "X2" must be all lower-case
(#4703) Commas (,) must be followed by white space.
(#4703) Variable "Y" must be all lower-case
(#4703) Expected 1 space before "+"; 0 found
(#4703) Expected 1 space after "+"; 0 found
(#4703) Variable "YOffset" must be all lower-case
(#4703) Expected 1 space before "+"; 0 found
(#4703) Expected 1 space after "+"; 0 found
(#4703) Variable "YSize" must be all lower-case
(#4703) Expected 1 space before "-"; 0 found
(#4703) Expected 1 space after "-"; 0 found
(#4703) Variable "YSpace" must be all lower-case
(#4703) Commas (,) must be followed by white space.
(#4703) Commas (,) must be followed by white space.
(#4703) Variable "GradienColor" must be all lower-case
(#4703) Line exceeds 132 characters; contains 138 characters
(#4704) Line indented incorrectly; expected 40 spaces, found 22
(#4704) Closing brace indented incorrectly; expected 21 spaces, found 22
(#4705) Line indented incorrectly; expected 40 spaces, found 21
(#4705) Usage of ELSEIF not allowed; use ELSE IF instead
(#4705) Variable "GradientMode" must be all lower-case
(#4706) Line indented incorrectly; expected at least 40 spaces, found 22
(#4707) Line indented incorrectly; expected at least 44 spaces, found 23
(#4707) Variable "GradienColor1" must be all lower-case
(#4707) Expected 1 space before "=>"; 0 found
(#4707) Expected 1 space after "=>"; 0 found
(#4707) Variable "GradientEndR" must be all lower-case
(#4707) Commas (,) must be followed by white space.
(#4707) Expected 1 space before "=>"; 0 found
(#4707) Expected 1 space after "=>"; 0 found
(#4707) Variable "GradientEndG" must be all lower-case
(#4707) Commas (,) must be followed by white space.
(#4707) Expected 1 space before "=>"; 0 found
(#4707) Expected 1 space after "=>"; 0 found
(#4707) Variable "GradientEndB" must be all lower-case
(#4707) Commas (,) must be followed by white space.
(#4707) Expected 1 space before "=>"; 0 found
(#4707) Expected 1 space after "=>"; 0 found
(#4707) Variable "GradientStartR" must be all lower-case
(#4707) Commas (,) must be followed by white space.
(#4707) Expected 1 space before "=>"; 0 found
(#4707) Expected 1 space after "=>"; 0 found
(#4707) Variable "GradientStartG" must be all lower-case
(#4707) Commas (,) must be followed by white space.
(#4707) Expected 1 space before "=>"; 0 found
(#4707) Expected 1 space after "=>"; 0 found
(#4707) Variable "GradientStartB" must be all lower-case
(#4707) Commas (,) must be followed by white space.
(#4707) Expected 1 space before "=>"; 0 found
(#4707) Expected 1 space after "=>"; 0 found
(#4707) Variable "GradientAlpha" must be all lower-case
(#4707) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4708) Line indented incorrectly; expected at least 44 spaces, found 23
(#4708) Variable "GradienColor2" must be all lower-case
(#4708) Expected 1 space before "=>"; 0 found
(#4708) Expected 1 space after "=>"; 0 found
(#4708) Variable "GradientStartR" must be all lower-case
(#4708) Commas (,) must be followed by white space.
(#4708) Expected 1 space before "=>"; 0 found
(#4708) Expected 1 space after "=>"; 0 found
(#4708) Variable "GradientStartG" must be all lower-case
(#4708) Commas (,) must be followed by white space.
(#4708) Expected 1 space before "=>"; 0 found
(#4708) Expected 1 space after "=>"; 0 found
(#4708) Variable "GradientStartB" must be all lower-case
(#4708) Commas (,) must be followed by white space.
(#4708) Expected 1 space before "=>"; 0 found
(#4708) Expected 1 space after "=>"; 0 found
(#4708) Variable "GradientEndR" must be all lower-case
(#4708) Commas (,) must be followed by white space.
(#4708) Expected 1 space before "=>"; 0 found
(#4708) Expected 1 space after "=>"; 0 found
(#4708) Variable "GradientEndG" must be all lower-case
(#4708) Commas (,) must be followed by white space.
(#4708) Expected 1 space before "=>"; 0 found
(#4708) Expected 1 space after "=>"; 0 found
(#4708) Variable "GradientEndB" must be all lower-case
(#4708) Commas (,) must be followed by white space.
(#4708) Expected 1 space before "=>"; 0 found
(#4708) Expected 1 space after "=>"; 0 found
(#4708) Variable "GradientAlpha" must be all lower-case
(#4708) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4709) Line indented incorrectly; expected at least 44 spaces, found 23
(#4709) Variable "YSpan" must be all lower-case
(#4709) Variable "YSize" must be all lower-case
(#4711) Line indented incorrectly; expected at least 44 spaces, found 23
(#4711) Variable "X1" must be all lower-case
(#4711) Commas (,) must be followed by white space.
(#4711) Variable "Y" must be all lower-case
(#4711) Expected 1 space before "+"; 0 found
(#4711) Expected 1 space after "+"; 0 found
(#4711) Variable "YOffset" must be all lower-case
(#4711) Expected 1 space before "+"; 0 found
(#4711) Expected 1 space after "+"; 0 found
(#4711) Variable "YSpace" must be all lower-case
(#4711) Commas (,) must be followed by white space.
(#4711) Variable "X2" must be all lower-case
(#4711) Commas (,) must be followed by white space.
(#4711) Variable "Y" must be all lower-case
(#4711) Expected 1 space before "+"; 0 found
(#4711) Expected 1 space after "+"; 0 found
(#4711) Variable "YOffset" must be all lower-case
(#4711) Expected 1 space before "+"; 0 found
(#4711) Expected 1 space after "+"; 0 found
(#4711) Variable "YSpan" must be all lower-case
(#4711) Expected 1 space before "-"; 0 found
(#4711) Expected 1 space after "-"; 0 found
(#4711) Variable "YSpace" must be all lower-case
(#4711) Commas (,) must be followed by white space.
(#4711) Commas (,) must be followed by white space.
(#4711) Variable "GradienColor1" must be all lower-case
(#4711) Line exceeds 132 characters; contains 137 characters
(#4712) Line indented incorrectly; expected at least 44 spaces, found 23
(#4712) Variable "X1" must be all lower-case
(#4712) Commas (,) must be followed by white space.
(#4712) Variable "Y" must be all lower-case
(#4712) Expected 1 space before "+"; 0 found
(#4712) Expected 1 space after "+"; 0 found
(#4712) Variable "YOffset" must be all lower-case
(#4712) Expected 1 space before "+"; 0 found
(#4712) Expected 1 space after "+"; 0 found
(#4712) Variable "YSpan" must be all lower-case
(#4712) Commas (,) must be followed by white space.
(#4712) Variable "X2" must be all lower-case
(#4712) Commas (,) must be followed by white space.
(#4712) Variable "Y" must be all lower-case
(#4712) Expected 1 space before "+"; 0 found
(#4712) Expected 1 space after "+"; 0 found
(#4712) Variable "YOffset" must be all lower-case
(#4712) Expected 1 space before "+"; 0 found
(#4712) Expected 1 space after "+"; 0 found
(#4712) Variable "YSize" must be all lower-case
(#4712) Expected 1 space before "-"; 0 found
(#4712) Expected 1 space after "-"; 0 found
(#4712) Variable "YSpace" must be all lower-case
(#4712) Commas (,) must be followed by white space.
(#4712) Commas (,) must be followed by white space.
(#4712) Variable "GradienColor2" must be all lower-case
(#4712) Line exceeds 132 characters; contains 136 characters
(#4713) Line indented incorrectly; expected 40 spaces, found 22
(#4713) Closing brace indented incorrectly; expected 21 spaces, found 22
(#4714) Line indented incorrectly; expected at least 40 spaces, found 21
(#4714) Variable "RestoreShadow" must be all lower-case
(#4715) Line indented incorrectly; expected 36 spaces, found 20
(#4715) Closing brace indented incorrectly; expected 19 spaces, found 20
(#4716) Line indented incorrectly; expected 32 spaces, found 18
(#4716) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4718) Line indented incorrectly; expected 32 spaces, found 17
(#4718) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4718) Variable "Draw0Line" must be all lower-case
(#4719) Line indented incorrectly; expected at least 32 spaces, found 18
(#4720) Line indented incorrectly; expected at least 36 spaces, found 19
(#4720) Variable "Line0Color" must be all lower-case
(#4720) Expected 1 space before "=>"; 0 found
(#4720) Expected 1 space after "=>"; 0 found
(#4720) Commas (,) must be followed by white space.
(#4720) Expected 1 space before "=>"; 0 found
(#4720) Expected 1 space after "=>"; 0 found
(#4720) Commas (,) must be followed by white space.
(#4720) Expected 1 space before "=>"; 0 found
(#4720) Expected 1 space after "=>"; 0 found
(#4720) Commas (,) must be followed by white space.
(#4720) Expected 1 space before "=>"; 0 found
(#4720) Expected 1 space after "=>"; 0 found
(#4722) Line indented incorrectly; expected 36 spaces, found 19
(#4722) Expected "if (...) {\n"; found "if (...) { "
(#4722) Variable "X1" must be all lower-case
(#4722) Variable "X2" must be all lower-case
(#4722) Variable "Line0Width" must be all lower-case
(#4722) Closing brace must be on a line by itself
(#4722) Expected "} else {\n"; found "} else { "
(#4722) Variable "Line0Width" must be all lower-case
(#4722) Closing brace must be on a line by itself
(#4723) Line indented incorrectly; expected 36 spaces, found 19
(#4723) Expected "if (...) {\n"; found "if (...) { "
(#4723) Variable "X2" must be all lower-case
(#4723) Variable "X1" must be all lower-case
(#4723) Variable "Line0Width" must be all lower-case
(#4723) Variable "Line0Width" must be all lower-case
(#4723) Closing brace must be on a line by itself
(#4725) Line indented incorrectly; expected at least 36 spaces, found 19
(#4725) Variable "X1" must be all lower-case
(#4725) Commas (,) must be followed by white space.
(#4725) Variable "Y" must be all lower-case
(#4725) Expected 1 space before "+"; 0 found
(#4725) Expected 1 space after "+"; 0 found
(#4725) Variable "YOffset" must be all lower-case
(#4725) Expected 1 space before "+"; 0 found
(#4725) Expected 1 space after "+"; 0 found
(#4725) Variable "YSpace" must be all lower-case
(#4725) Commas (,) must be followed by white space.
(#4725) Variable "X1" must be all lower-case
(#4725) Expected 1 space before "+"; 0 found
(#4725) Expected 1 space after "+"; 0 found
(#4725) Variable "Line0Width" must be all lower-case
(#4725) Commas (,) must be followed by white space.
(#4725) Variable "Y" must be all lower-case
(#4725) Expected 1 space before "+"; 0 found
(#4725) Expected 1 space after "+"; 0 found
(#4725) Variable "YOffset" must be all lower-case
(#4725) Expected 1 space before "+"; 0 found
(#4725) Expected 1 space after "+"; 0 found
(#4725) Variable "YSize" must be all lower-case
(#4725) Expected 1 space before "-"; 0 found
(#4725) Expected 1 space after "-"; 0 found
(#4725) Variable "YSpace" must be all lower-case
(#4725) Commas (,) must be followed by white space.
(#4725) Variable "Line0Color" must be all lower-case
(#4725) Line exceeds 132 characters; contains 140 characters
(#4726) Line indented incorrectly; expected at least 36 spaces, found 19
(#4726) Variable "X1" must be all lower-case
(#4726) Commas (,) must be followed by white space.
(#4726) Variable "Y" must be all lower-case
(#4726) Expected 1 space before "+"; 0 found
(#4726) Expected 1 space after "+"; 0 found
(#4726) Variable "YOffset" must be all lower-case
(#4726) Expected 1 space before "+"; 0 found
(#4726) Expected 1 space after "+"; 0 found
(#4726) Variable "YSpace" must be all lower-case
(#4726) Commas (,) must be followed by white space.
(#4726) Variable "X1" must be all lower-case
(#4726) Commas (,) must be followed by white space.
(#4726) Variable "Y" must be all lower-case
(#4726) Expected 1 space before "+"; 0 found
(#4726) Expected 1 space after "+"; 0 found
(#4726) Variable "YOffset" must be all lower-case
(#4726) Expected 1 space before "+"; 0 found
(#4726) Expected 1 space after "+"; 0 found
(#4726) Variable "YSize" must be all lower-case
(#4726) Expected 1 space before "-"; 0 found
(#4726) Expected 1 space after "-"; 0 found
(#4726) Variable "YSpace" must be all lower-case
(#4726) Commas (,) must be followed by white space.
(#4726) Variable "Line0Color" must be all lower-case
(#4727) Line indented incorrectly; expected 32 spaces, found 18
(#4727) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4728) Line indented incorrectly; expected 28 spaces, found 16
(#4728) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4730) Line indented incorrectly; expected 28 spaces, found 15
(#4730) Expected "if (...) {\n"; found "if (...) \n {\n"
(#4730) Variable "DisplayValues" must be all lower-case
(#4730) Variable "Serie" must be all lower-case
(#4730) Variable "Key" must be all lower-case
(#4730) Whitespace found at end of line
(#4731) Line indented incorrectly; expected at least 28 spaces, found 16
(#4732) Line indented incorrectly; expected 32 spaces, found 17
(#4732) Expected "if (...) {\n"; found "if (...) { "
(#4732) Variable "DisplayShadow" must be all lower-case
(#4732) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4732) Closing brace must be on a line by itself
(#4734) Line indented incorrectly; expected at least 32 spaces, found 17
(#4734) Variable "Caption" must be all lower-case
(#4734) Variable "Serie" must be all lower-case
(#4734) Variable "Key" must be all lower-case
(#4734) Commas (,) must be followed by white space.
(#4734) Variable "Mode" must be all lower-case
(#4734) Commas (,) must be followed by white space.
(#4734) Variable "Format" must be all lower-case
(#4734) Commas (,) must be followed by white space.
(#4734) Variable "Unit" must be all lower-case
(#4735) Line indented incorrectly; expected at least 32 spaces, found 17
(#4735) Variable "TxtPos" must be all lower-case
(#4735) Commas (,) must be followed by white space.
(#4735) Commas (,) must be followed by white space.
(#4735) Variable "DisplayFont" must be all lower-case
(#4735) Commas (,) must be followed by white space.
(#4735) Variable "DisplaySize" must be all lower-case
(#4735) Commas (,) must be followed by white space.
(#4735) Commas (,) must be followed by white space.
(#4735) Variable "Caption" must be all lower-case
(#4736) Line indented incorrectly; expected at least 32 spaces, found 17
(#4736) Variable "TxtWidth" must be all lower-case
(#4736) Variable "TxtPos" must be all lower-case
(#4736) Variable "TxtPos" must be all lower-case
(#4736) Variable "TxtMargin" must be all lower-case
(#4738) Line indented incorrectly; expected 32 spaces, found 17
(#4738) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4738) Variable "DisplayPos" must be all lower-case
(#4738) Variable "TxtWidth" must be all lower-case
(#4738) Variable "BarWidth" must be all lower-case
(#4739) Line indented incorrectly; expected at least 32 spaces, found 18
(#4740) Line indented incorrectly; expected at least 36 spaces, found 19
(#4740) Variable "CenterX" must be all lower-case
(#4740) Variable "X2" must be all lower-case
(#4740) Expected 1 space before "-"; 0 found
(#4740) Expected 1 space after "-"; 0 found
(#4740) Variable "X1" must be all lower-case
(#4740) Expected 1 space before "/"; 0 found
(#4740) Expected 1 space after "/"; 0 found
(#4740) Variable "X1" must be all lower-case
(#4741) Line indented incorrectly; expected at least 36 spaces, found 19
(#4741) Variable "CenterY" must be all lower-case
(#4741) Variable "Y" must be all lower-case
(#4741) Expected 1 space before "+"; 0 found
(#4741) Expected 1 space after "+"; 0 found
(#4741) Variable "YOffset" must be all lower-case
(#4741) Expected 1 space before "+"; 0 found
(#4741) Expected 1 space after "+"; 0 found
(#4741) Variable "YSize" must be all lower-case
(#4741) Expected 1 space before "-"; 0 found
(#4741) Expected 1 space after "-"; 0 found
(#4741) Variable "YSpace" must be all lower-case
(#4741) Expected 1 space before "-"; 0 found
(#4741) Expected 1 space after "-"; 0 found
(#4741) Variable "Y" must be all lower-case
(#4741) Expected 1 space before "+"; 0 found
(#4741) Expected 1 space after "+"; 0 found
(#4741) Variable "YOffset" must be all lower-case
(#4741) Expected 1 space before "+"; 0 found
(#4741) Expected 1 space after "+"; 0 found
(#4741) Variable "YSpace" must be all lower-case
(#4741) Expected 1 space before "/"; 0 found
(#4741) Expected 1 space after "/"; 0 found
(#4741) Variable "Y" must be all lower-case
(#4741) Expected 1 space before "+"; 0 found
(#4741) Expected 1 space after "+"; 0 found
(#4741) Variable "YOffset" must be all lower-case
(#4741) Expected 1 space before "+"; 0 found
(#4741) Expected 1 space after "+"; 0 found
(#4741) Variable "YSpace" must be all lower-case
(#4743) Line indented incorrectly; expected at least 36 spaces, found 19
(#4743) Variable "CenterX" must be all lower-case
(#4743) Commas (,) must be followed by white space.
(#4743) Variable "CenterY" must be all lower-case
(#4743) Commas (,) must be followed by white space.
(#4743) Variable "Caption" must be all lower-case
(#4743) Commas (,) must be followed by white space.
(#4743) Expected 1 space before "=>"; 0 found
(#4743) Expected 1 space after "=>"; 0 found
(#4743) Variable "DisplayR" must be all lower-case
(#4743) Commas (,) must be followed by white space.
(#4743) Expected 1 space before "=>"; 0 found
(#4743) Expected 1 space after "=>"; 0 found
(#4743) Variable "DisplayG" must be all lower-case
(#4743) Commas (,) must be followed by white space.
(#4743) Expected 1 space before "=>"; 0 found
(#4743) Expected 1 space after "=>"; 0 found
(#4743) Variable "DisplayB" must be all lower-case
(#4743) Commas (,) must be followed by white space.
(#4743) Expected 1 space before "=>"; 0 found
(#4743) Expected 1 space after "=>"; 0 found
(#4743) Commas (,) must be followed by white space.
(#4743) Expected 1 space before "=>"; 0 found
(#4743) Expected 1 space after "=>"; 0 found
(#4743) Variable "DisplaySize" must be all lower-case
(#4743) Line exceeds 132 characters; contains 173 characters
(#4744) Line indented incorrectly; expected 32 spaces, found 18
(#4744) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4745) Line indented incorrectly; expected 32 spaces, found 17
(#4745) Expected "} else {\n"; found "}\n else\n {\n"
(#4746) Line indented incorrectly; expected at least 32 spaces, found 18
(#4747) Line indented incorrectly; expected 36 spaces, found 19
(#4747) Expected "if (...) {\n"; found "if (...) { "
(#4747) Variable "Serie" must be all lower-case
(#4747) Variable "Key" must be all lower-case
(#4747) Variable "Align" must be all lower-case
(#4747) Variable "Offset" must be all lower-case
(#4747) Variable "DisplayOffset" must be all lower-case
(#4747) Closing brace must be on a line by itself
(#4747) Expected "} else {\n"; found "} else { "
(#4747) Variable "Align" must be all lower-case
(#4747) Variable "Offset" must be all lower-case
(#4747) Variable "DisplayOffset" must be all lower-case
(#4747) Line exceeds maximum limit of 180 characters; contains 182 characters
(#4747) Closing brace must be on a line by itself
(#4748) Line indented incorrectly; expected at least 36 spaces, found 19
(#4748) Variable "X2" must be all lower-case
(#4748) Expected 1 space before "+"; 0 found
(#4748) Expected 1 space after "+"; 0 found
(#4748) Variable "Offset" must be all lower-case
(#4748) Commas (,) must be followed by white space.
(#4748) Variable "Y" must be all lower-case
(#4748) Expected 1 space before "+"; 0 found
(#4748) Expected 1 space after "+"; 0 found
(#4748) Variable "YOffset" must be all lower-case
(#4748) Expected 1 space before "+"; 0 found
(#4748) Expected 1 space after "+"; 0 found
(#4748) Variable "YSize" must be all lower-case
(#4748) Expected 1 space before "/"; 0 found
(#4748) Expected 1 space after "/"; 0 found
(#4748) Commas (,) must be followed by white space.
(#4748) Variable "Caption" must be all lower-case
(#4748) Commas (,) must be followed by white space.
(#4748) Expected 1 space before "=>"; 0 found
(#4748) Expected 1 space after "=>"; 0 found
(#4748) Variable "DisplayR" must be all lower-case
(#4748) Commas (,) must be followed by white space.
(#4748) Expected 1 space before "=>"; 0 found
(#4748) Expected 1 space after "=>"; 0 found
(#4748) Variable "DisplayG" must be all lower-case
(#4748) Commas (,) must be followed by white space.
(#4748) Expected 1 space before "=>"; 0 found
(#4748) Expected 1 space after "=>"; 0 found
(#4748) Variable "DisplayB" must be all lower-case
(#4748) Commas (,) must be followed by white space.
(#4748) Expected 1 space before "=>"; 0 found
(#4748) Expected 1 space after "=>"; 0 found
(#4748) Variable "Align" must be all lower-case
(#4748) Commas (,) must be followed by white space.
(#4748) Expected 1 space before "=>"; 0 found
(#4748) Expected 1 space after "=>"; 0 found
(#4748) Variable "DisplaySize" must be all lower-case
(#4748) Line exceeds 132 characters; contains 171 characters
(#4749) Line indented incorrectly; expected 32 spaces, found 18
(#4749) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4751) Line indented incorrectly; expected at least 32 spaces, found 17
(#4751) Variable "RestoreShadow" must be all lower-case
(#4752) Line indented incorrectly; expected 28 spaces, found 16
(#4752) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4753) Line indented incorrectly; expected 24 spaces, found 14
(#4753) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4754) Line indented incorrectly; expected at least 24 spaces, found 13
(#4754) Variable "Y" must be all lower-case
(#4754) Variable "Y" must be all lower-case
(#4754) Variable "YStep" must be all lower-case
(#4755) Line indented incorrectly; expected at least 24 spaces, found 13
(#4755) Variable "ID" must be all lower-case
(#4756) Line indented incorrectly; expected 20 spaces, found 12
(#4756) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4757) Line indented incorrectly; expected 16 spaces, found 10
(#4757) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4758) Line indented incorrectly; expected at least 16 spaces, found 9
(#4758) Variable "CurrentSerie" must be all lower-case
(#4759) Line indented incorrectly; expected 12 spaces, found 8
(#4759) Closing brace indented incorrectly; expected 7 spaces, found 8
(#4760) Line indented incorrectly; expected 8 spaces, found 6
(#4760) Closing brace indented incorrectly; expected 5 spaces, found 6
(#4761) Closing brace indented incorrectly; expected 3 spaces, found 4
(#4763) Line indented incorrectly; expected at least 4 spaces, found 3
(#4764) Line indented incorrectly; expected 4 spaces, found 3
(#4764) method name "pDraw::drawStackedBarChart" must be in lower-case letters only
(#4764) Visibility must be declared on method "drawStackedBarChart"
(#4764) Variable "Format" must be all lower-case
(#4764) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4765) Opening brace should be on the same line as the declaration
(#4766) Line indented incorrectly; expected at least 8 spaces, found 5
(#4766) Variable "DisplayValues" must be all lower-case
(#4766) Spaces must be used for alignment; tabs are not allowed
(#4766) Tab found within whitespace
(#4766) Variable "Format" must be all lower-case
(#4766) Variable "Format" must be all lower-case
(#4766) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4767) Line indented incorrectly; expected at least 8 spaces, found 5
(#4767) Variable "DisplayOrientation" must be all lower-case
(#4767) Variable "Format" must be all lower-case
(#4767) Variable "Format" must be all lower-case
(#4768) Line indented incorrectly; expected at least 8 spaces, found 5
(#4768) Variable "DisplayRound" must be all lower-case
(#4768) Variable "Format" must be all lower-case
(#4768) Variable "Format" must be all lower-case
(#4769) Line indented incorrectly; expected at least 8 spaces, found 5
(#4769) Variable "DisplayColor" must be all lower-case
(#4769) Spaces must be used for alignment; tabs are not allowed
(#4769) Tab found within whitespace
(#4769) Variable "Format" must be all lower-case
(#4769) Variable "Format" must be all lower-case
(#4770) Line indented incorrectly; expected at least 8 spaces, found 5
(#4770) Variable "DisplayFont" must be all lower-case
(#4770) Spaces must be used for alignment; tabs are not allowed
(#4770) Tab found within whitespace
(#4770) Variable "Format" must be all lower-case
(#4770) Variable "Format" must be all lower-case
(#4771) Line indented incorrectly; expected at least 8 spaces, found 5
(#4771) Variable "DisplaySize" must be all lower-case
(#4771) Spaces must be used for alignment; tabs are not allowed
(#4771) Tab found within whitespace
(#4771) Variable "Format" must be all lower-case
(#4771) Variable "Format" must be all lower-case
(#4772) Line indented incorrectly; expected at least 8 spaces, found 5
(#4772) Variable "DisplayR" must be all lower-case
(#4772) Spaces must be used for alignment; tabs are not allowed
(#4772) Tab found within whitespace
(#4772) Variable "Format" must be all lower-case
(#4772) Variable "Format" must be all lower-case
(#4773) Line indented incorrectly; expected at least 8 spaces, found 5
(#4773) Variable "DisplayG" must be all lower-case
(#4773) Spaces must be used for alignment; tabs are not allowed
(#4773) Tab found within whitespace
(#4773) Variable "Format" must be all lower-case
(#4773) Variable "Format" must be all lower-case
(#4774) Line indented incorrectly; expected at least 8 spaces, found 5
(#4774) Variable "DisplayB" must be all lower-case
(#4774) Spaces must be used for alignment; tabs are not allowed
(#4774) Tab found within whitespace
(#4774) Variable "Format" must be all lower-case
(#4774) Variable "Format" must be all lower-case
(#4775) Line indented incorrectly; expected at least 8 spaces, found 5
(#4775) Variable "Interleave" must be all lower-case
(#4775) Spaces must be used for alignment; tabs are not allowed
(#4775) Tab found within whitespace
(#4775) Variable "Format" must be all lower-case
(#4775) Variable "Format" must be all lower-case
(#4776) Line indented incorrectly; expected at least 8 spaces, found 5
(#4776) Variable "Rounded" must be all lower-case
(#4776) Spaces must be used for alignment; tabs are not allowed
(#4776) Tab found within whitespace
(#4776) Variable "Format" must be all lower-case
(#4776) Variable "Format" must be all lower-case
(#4776) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4777) Line indented incorrectly; expected at least 8 spaces, found 5
(#4777) Variable "RoundRadius" must be all lower-case
(#4777) Spaces must be used for alignment; tabs are not allowed
(#4777) Tab found within whitespace
(#4777) Variable "Format" must be all lower-case
(#4777) Variable "Format" must be all lower-case
(#4778) Line indented incorrectly; expected at least 8 spaces, found 5
(#4778) Variable "Surrounding" must be all lower-case
(#4778) Spaces must be used for alignment; tabs are not allowed
(#4778) Tab found within whitespace
(#4778) Variable "Format" must be all lower-case
(#4778) Variable "Format" must be all lower-case
(#4778) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4779) Line indented incorrectly; expected at least 8 spaces, found 5
(#4779) Variable "BorderR" must be all lower-case
(#4779) Spaces must be used for alignment; tabs are not allowed
(#4779) Tab found within whitespace
(#4779) Variable "Format" must be all lower-case
(#4779) Variable "Format" must be all lower-case
(#4780) Line indented incorrectly; expected at least 8 spaces, found 5
(#4780) Variable "BorderG" must be all lower-case
(#4780) Spaces must be used for alignment; tabs are not allowed
(#4780) Tab found within whitespace
(#4780) Variable "Format" must be all lower-case
(#4780) Variable "Format" must be all lower-case
(#4781) Line indented incorrectly; expected at least 8 spaces, found 5
(#4781) Variable "BorderB" must be all lower-case
(#4781) Spaces must be used for alignment; tabs are not allowed
(#4781) Tab found within whitespace
(#4781) Variable "Format" must be all lower-case
(#4781) Variable "Format" must be all lower-case
(#4782) Line indented incorrectly; expected at least 8 spaces, found 5
(#4782) Variable "Gradient" must be all lower-case
(#4782) Spaces must be used for alignment; tabs are not allowed
(#4782) Tab found within whitespace
(#4782) Variable "Format" must be all lower-case
(#4782) Variable "Format" must be all lower-case
(#4782) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4783) Line indented incorrectly; expected at least 8 spaces, found 5
(#4783) Variable "GradientMode" must be all lower-case
(#4783) Spaces must be used for alignment; tabs are not allowed
(#4783) Tab found within whitespace
(#4783) Variable "Format" must be all lower-case
(#4783) Variable "Format" must be all lower-case
(#4784) Line indented incorrectly; expected at least 8 spaces, found 5
(#4784) Variable "GradientAlpha" must be all lower-case
(#4784) Spaces must be used for alignment; tabs are not allowed
(#4784) Tab found within whitespace
(#4784) Variable "Format" must be all lower-case
(#4784) Variable "Format" must be all lower-case
(#4785) Line indented incorrectly; expected at least 8 spaces, found 5
(#4785) Variable "GradientStartR" must be all lower-case
(#4785) Spaces must be used for alignment; tabs are not allowed
(#4785) Tab found within whitespace
(#4785) Variable "Format" must be all lower-case
(#4785) Variable "Format" must be all lower-case
(#4786) Line indented incorrectly; expected at least 8 spaces, found 5
(#4786) Variable "GradientStartG" must be all lower-case
(#4786) Spaces must be used for alignment; tabs are not allowed
(#4786) Tab found within whitespace
(#4786) Variable "Format" must be all lower-case
(#4786) Variable "Format" must be all lower-case
(#4787) Line indented incorrectly; expected at least 8 spaces, found 5
(#4787) Variable "GradientStartB" must be all lower-case
(#4787) Spaces must be used for alignment; tabs are not allowed
(#4787) Tab found within whitespace
(#4787) Variable "Format" must be all lower-case
(#4787) Variable "Format" must be all lower-case
(#4788) Line indented incorrectly; expected at least 8 spaces, found 5
(#4788) Variable "GradientEndR" must be all lower-case
(#4788) Spaces must be used for alignment; tabs are not allowed
(#4788) Tab found within whitespace
(#4788) Variable "Format" must be all lower-case
(#4788) Variable "Format" must be all lower-case
(#4789) Line indented incorrectly; expected at least 8 spaces, found 5
(#4789) Variable "GradientEndG" must be all lower-case
(#4789) Spaces must be used for alignment; tabs are not allowed
(#4789) Tab found within whitespace
(#4789) Variable "Format" must be all lower-case
(#4789) Variable "Format" must be all lower-case
(#4790) Line indented incorrectly; expected at least 8 spaces, found 5
(#4790) Variable "GradientEndB" must be all lower-case
(#4790) Spaces must be used for alignment; tabs are not allowed
(#4790) Tab found within whitespace
(#4790) Variable "Format" must be all lower-case
(#4790) Variable "Format" must be all lower-case
(#4791) Line indented incorrectly; expected at least 8 spaces, found 5
(#4791) Variable "InnerSurrounding" must be all lower-case
(#4791) Spaces must be used for alignment; tabs are not allowed
(#4791) Tab found within whitespace
(#4791) Variable "Format" must be all lower-case
(#4791) Variable "Format" must be all lower-case
(#4791) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4792) Line indented incorrectly; expected at least 8 spaces, found 5
(#4792) Variable "InnerBorderR" must be all lower-case
(#4792) Spaces must be used for alignment; tabs are not allowed
(#4792) Tab found within whitespace
(#4792) Variable "Format" must be all lower-case
(#4792) Variable "Format" must be all lower-case
(#4793) Line indented incorrectly; expected at least 8 spaces, found 5
(#4793) Variable "InnerBorderG" must be all lower-case
(#4793) Spaces must be used for alignment; tabs are not allowed
(#4793) Tab found within whitespace
(#4793) Variable "Format" must be all lower-case
(#4793) Variable "Format" must be all lower-case
(#4794) Line indented incorrectly; expected at least 8 spaces, found 5
(#4794) Variable "InnerBorderB" must be all lower-case
(#4794) Spaces must be used for alignment; tabs are not allowed
(#4794) Tab found within whitespace
(#4794) Variable "Format" must be all lower-case
(#4794) Variable "Format" must be all lower-case
(#4795) Line indented incorrectly; expected at least 8 spaces, found 5
(#4795) Variable "RecordImageMap" must be all lower-case
(#4795) Spaces must be used for alignment; tabs are not allowed
(#4795) Tab found within whitespace
(#4795) Variable "Format" must be all lower-case
(#4795) Variable "Format" must be all lower-case
(#4795) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4796) Line indented incorrectly; expected at least 8 spaces, found 5
(#4796) Variable "FontFactor" must be all lower-case
(#4796) Spaces must be used for alignment; tabs are not allowed
(#4796) Tab found within whitespace
(#4796) Variable "Format" must be all lower-case
(#4796) Variable "Format" must be all lower-case
(#4798) Line indented incorrectly; expected at least 8 spaces, found 5
(#4800) Line indented incorrectly; expected at least 8 spaces, found 5
(#4800) Variable "Data" must be all lower-case
(#4801) Line indented incorrectly; expected at least 8 spaces, found 5
(#4801) Variable "XMargin" must be all lower-case
(#4801) Commas (,) must be followed by white space.
(#4801) Variable "XDivs" must be all lower-case
(#4803) Line indented incorrectly; expected at least 8 spaces, found 5
(#4803) Variable "RestoreShadow" must be all lower-case
(#4805) Line indented incorrectly; expected at least 8 spaces, found 5
(#4805) Variable "LastX" must be all lower-case
(#4805) Variable "LastY" must be all lower-case
(#4806) Line indented incorrectly; expected 8 spaces, found 5
(#4806) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4806) Variable "Data" must be all lower-case
(#4806) Variable "SerieName" must be all lower-case
(#4806) Variable "Serie" must be all lower-case
(#4807) Line indented incorrectly; expected at least 8 spaces, found 6
(#4808) Line indented incorrectly; expected 12 spaces, found 7
(#4808) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4808) Variable "Serie" must be all lower-case
(#4808) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4808) Variable "SerieName" must be all lower-case
(#4808) Variable "Data" must be all lower-case
(#4809) Line indented incorrectly; expected at least 12 spaces, found 8
(#4810) Line indented incorrectly; expected at least 16 spaces, found 9
(#4810) Variable "R" must be all lower-case
(#4810) Variable "Serie" must be all lower-case
(#4810) Variable "G" must be all lower-case
(#4810) Variable "Serie" must be all lower-case
(#4810) Variable "B" must be all lower-case
(#4810) Variable "Serie" must be all lower-case
(#4810) Variable "Alpha" must be all lower-case
(#4810) Variable "Serie" must be all lower-case
(#4810) Variable "Ticks" must be all lower-case
(#4810) Variable "Serie" must be all lower-case
(#4810) Line exceeds 132 characters; contains 150 characters
(#4811) Line indented incorrectly; expected 16 spaces, found 9
(#4811) Expected "if (...) {\n"; found "if (...) { "
(#4811) Variable "DisplayColor" must be all lower-case
(#4811) Variable "DisplayR" must be all lower-case
(#4811) Variable "DisplayG" must be all lower-case
(#4811) Variable "DisplayB" must be all lower-case
(#4811) Closing brace must be on a line by itself
(#4812) Line indented incorrectly; expected 16 spaces, found 9
(#4812) Expected "if (...) {\n"; found "if (...) { "
(#4812) Variable "Surrounding" must be all lower-case
(#4812) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4812) Variable "BorderR" must be all lower-case
(#4812) Variable "R" must be all lower-case
(#4812) Expected 1 space before "+"; 0 found
(#4812) Expected 1 space after "+"; 0 found
(#4812) Variable "Surrounding" must be all lower-case
(#4812) Variable "BorderG" must be all lower-case
(#4812) Variable "G" must be all lower-case
(#4812) Expected 1 space before "+"; 0 found
(#4812) Expected 1 space after "+"; 0 found
(#4812) Variable "Surrounding" must be all lower-case
(#4812) Variable "BorderB" must be all lower-case
(#4812) Variable "B" must be all lower-case
(#4812) Expected 1 space before "+"; 0 found
(#4812) Expected 1 space after "+"; 0 found
(#4812) Variable "Surrounding" must be all lower-case
(#4812) Closing brace must be on a line by itself
(#4813) Line indented incorrectly; expected 16 spaces, found 9
(#4813) Expected "if (...) {\n"; found "if (...) { "
(#4813) Variable "InnerSurrounding" must be all lower-case
(#4813) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4813) Variable "InnerBorderR" must be all lower-case
(#4813) Variable "R" must be all lower-case
(#4813) Expected 1 space before "+"; 0 found
(#4813) Expected 1 space after "+"; 0 found
(#4813) Variable "InnerSurrounding" must be all lower-case
(#4813) Variable "InnerBorderG" must be all lower-case
(#4813) Variable "G" must be all lower-case
(#4813) Expected 1 space before "+"; 0 found
(#4813) Expected 1 space after "+"; 0 found
(#4813) Variable "InnerSurrounding" must be all lower-case
(#4813) Variable "InnerBorderB" must be all lower-case
(#4813) Variable "B" must be all lower-case
(#4813) Expected 1 space before "+"; 0 found
(#4813) Expected 1 space after "+"; 0 found
(#4813) Variable "InnerSurrounding" must be all lower-case
(#4813) Line exceeds 132 characters; contains 159 characters
(#4813) Closing brace must be on a line by itself
(#4814) Line indented incorrectly; expected 16 spaces, found 9
(#4814) Expected "if (...) {\n"; found "if (...) { "
(#4814) Variable "InnerBorderR" must be all lower-case
(#4814) Variable "InnerColor" must be all lower-case
(#4814) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4814) Closing brace must be on a line by itself
(#4814) Expected "} else {\n"; found "} else { "
(#4814) Variable "InnerColor" must be all lower-case
(#4814) Expected 1 space before "=>"; 0 found
(#4814) Expected 1 space after "=>"; 0 found
(#4814) Variable "InnerBorderR" must be all lower-case
(#4814) Commas (,) must be followed by white space.
(#4814) Expected 1 space before "=>"; 0 found
(#4814) Expected 1 space after "=>"; 0 found
(#4814) Variable "InnerBorderG" must be all lower-case
(#4814) Commas (,) must be followed by white space.
(#4814) Expected 1 space before "=>"; 0 found
(#4814) Expected 1 space after "=>"; 0 found
(#4814) Variable "InnerBorderB" must be all lower-case
(#4814) Line exceeds 132 characters; contains 147 characters
(#4814) Closing brace must be on a line by itself
(#4816) Line indented incorrectly; expected at least 16 spaces, found 9
(#4816) Variable "AxisID" must be all lower-case
(#4816) Spaces must be used for alignment; tabs are not allowed
(#4816) Tab found within whitespace
(#4816) Variable "Serie" must be all lower-case
(#4817) Line indented incorrectly; expected at least 16 spaces, found 9
(#4817) Variable "Mode" must be all lower-case
(#4817) Spaces must be used for alignment; tabs are not allowed
(#4817) Tab found within whitespace
(#4817) Variable "Data" must be all lower-case
(#4817) Variable "AxisID" must be all lower-case
(#4818) Line indented incorrectly; expected at least 16 spaces, found 9
(#4818) Variable "Format" must be all lower-case
(#4818) Spaces must be used for alignment; tabs are not allowed
(#4818) Tab found within whitespace
(#4818) Variable "Data" must be all lower-case
(#4818) Variable "AxisID" must be all lower-case
(#4819) Line indented incorrectly; expected at least 16 spaces, found 9
(#4819) Variable "Unit" must be all lower-case
(#4819) Spaces must be used for alignment; tabs are not allowed
(#4819) Tab found within whitespace
(#4819) Variable "Data" must be all lower-case
(#4819) Variable "AxisID" must be all lower-case
(#4821) Line indented incorrectly; expected 16 spaces, found 9
(#4821) Expected "if (...) {\n"; found "if (...) { "
(#4821) Variable "Serie" must be all lower-case
(#4821) Variable "SerieDescription" must be all lower-case
(#4821) Variable "Serie" must be all lower-case
(#4821) Closing brace must be on a line by itself
(#4821) Expected "} else {\n"; found "} else { "
(#4821) Variable "SerieDescription" must be all lower-case
(#4821) Variable "SerieName" must be all lower-case
(#4821) Closing brace must be on a line by itself
(#4823) Line indented incorrectly; expected at least 16 spaces, found 9
(#4823) Variable "PosArray" must be all lower-case
(#4823) Variable "Serie" must be all lower-case
(#4823) Commas (,) must be followed by white space.
(#4823) Expected 1 space before "=>"; 0 found
(#4823) Expected 1 space after "=>"; 0 found
(#4823) Variable "Serie" must be all lower-case
(#4823) Commas (,) must be followed by white space.
(#4823) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4824) Line indented incorrectly; expected at least 16 spaces, found 9
(#4824) Variable "YZero" must be all lower-case
(#4824) Commas (,) must be followed by white space.
(#4824) Expected 1 space before "=>"; 0 found
(#4824) Expected 1 space after "=>"; 0 found
(#4824) Variable "Serie" must be all lower-case
(#4826) Line indented incorrectly; expected at least 16 spaces, found 9
(#4826) Variable "SerieName" must be all lower-case
(#4828) Line indented incorrectly; expected at least 16 spaces, found 9
(#4828) Variable "Color" must be all lower-case
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4828) Commas (,) must be followed by white space.
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) Variable "R" must be all lower-case
(#4828) Commas (,) must be followed by white space.
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) Variable "G" must be all lower-case
(#4828) Commas (,) must be followed by white space.
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) Variable "B" must be all lower-case
(#4828) Commas (,) must be followed by white space.
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) Variable "Alpha" must be all lower-case
(#4828) Commas (,) must be followed by white space.
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) Variable "BorderR" must be all lower-case
(#4828) Commas (,) must be followed by white space.
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) Variable "BorderG" must be all lower-case
(#4828) Commas (,) must be followed by white space.
(#4828) Expected 1 space before "=>"; 0 found
(#4828) Expected 1 space after "=>"; 0 found
(#4828) Variable "BorderB" must be all lower-case
(#4828) Line exceeds 132 characters; contains 145 characters
(#4830) Line indented incorrectly; expected 16 spaces, found 9
(#4830) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4830) Variable "Data" must be all lower-case
(#4831) Line indented incorrectly; expected at least 16 spaces, found 10
(#4832) Line indented incorrectly; expected 20 spaces, found 11
(#4832) Expected "if (...) {\n"; found "if (...) { "
(#4832) Variable "YZero" must be all lower-case
(#4832) Expected 1 space before "-"; 0 found
(#4832) Expected 1 space after "-"; 0 found
(#4832) Variable "YZero" must be all lower-case
(#4832) Expected 1 space before "-"; 0 found
(#4832) Expected 1 space after "-"; 0 found
(#4832) Closing brace must be on a line by itself
(#4833) Line indented incorrectly; expected 20 spaces, found 11
(#4833) Expected "if (...) {\n"; found "if (...) { "
(#4833) Variable "YZero" must be all lower-case
(#4833) Expected 1 space before "-"; 0 found
(#4833) Expected 1 space after "-"; 0 found
(#4833) Variable "YZero" must be all lower-case
(#4833) Expected 1 space before "-"; 0 found
(#4833) Expected 1 space after "-"; 0 found
(#4833) Closing brace must be on a line by itself
(#4835) Line indented incorrectly; expected 20 spaces, found 11
(#4835) Expected "if (...) {\n"; found "if (...) { "
(#4835) Variable "XDivs" must be all lower-case
(#4835) Variable "XStep" must be all lower-case
(#4835) Expected 1 space before "-"; 0 found
(#4835) Expected 1 space after "-"; 0 found
(#4835) Expected 1 space before "/"; 0 found
(#4835) Expected 1 space after "/"; 0 found
(#4835) Closing brace must be on a line by itself
(#4835) Expected "} else {\n"; found "} else { "
(#4835) Variable "XStep" must be all lower-case
(#4835) Expected 1 space before "-"; 0 found
(#4835) Expected 1 space after "-"; 0 found
(#4835) Expected 1 space before "-"; 0 found
(#4835) Expected 1 space after "-"; 0 found
(#4835) Variable "XMargin" must be all lower-case
(#4835) Expected 1 space before "*"; 0 found
(#4835) Expected 1 space after "*"; 0 found
(#4835) Expected 1 space before "/"; 0 found
(#4835) Expected 1 space after "/"; 0 found
(#4835) Variable "XDivs" must be all lower-case
(#4835) Line exceeds 132 characters; contains 162 characters
(#4835) Closing brace must be on a line by itself
(#4836) Line indented incorrectly; expected at least 20 spaces, found 11
(#4836) Variable "X" must be all lower-case
(#4836) Variable "XMargin" must be all lower-case
(#4838) Line indented incorrectly; expected at least 20 spaces, found 11
(#4838) Variable "XSize" must be all lower-case
(#4838) Variable "XStep" must be all lower-case
(#4838) Expected 1 space before "+"; 0 found
(#4838) Expected 1 space after "+"; 0 found
(#4838) Variable "Interleave" must be all lower-case
(#4839) Line indented incorrectly; expected at least 20 spaces, found 11
(#4839) Variable "XOffset" must be all lower-case
(#4839) Variable "XSize" must be all lower-case
(#4839) Expected 1 space before "/"; 0 found
(#4839) Expected 1 space after "/"; 0 found
(#4841) Line indented incorrectly; expected 20 spaces, found 11
(#4841) Expected "if (...) {\n"; found "if (...) { "
(#4841) Variable "PosArray" must be all lower-case
(#4841) Variable "Value" must be all lower-case
(#4841) Variable "PosArray" must be all lower-case
(#4841) Variable "PosArray" must be all lower-case
(#4841) Variable "PosArray" must be all lower-case
(#4841) Variable "Value" must be all lower-case
(#4841) Closing brace must be on a line by itself
(#4842) Line indented incorrectly; expected 20 spaces, found 11
(#4842) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4842) Variable "PosArray" must be all lower-case
(#4842) Variable "Key" must be all lower-case
(#4842) Variable "Height" must be all lower-case
(#4843) Line indented incorrectly; expected at least 20 spaces, found 12
(#4844) Line indented incorrectly; expected 24 spaces, found 13
(#4844) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4844) Variable "Height" must be all lower-case
(#4844) Variable "Serie" must be all lower-case
(#4844) Variable "Key" must be all lower-case
(#4845) Line indented incorrectly; expected at least 24 spaces, found 14
(#4846) Line indented incorrectly; expected 28 spaces, found 15
(#4846) Expected "if (...) {\n"; found "if (...) { "
(#4846) Variable "Serie" must be all lower-case
(#4846) Variable "Key" must be all lower-case
(#4846) Variable "Pos" must be all lower-case
(#4846) Closing brace must be on a line by itself
(#4846) Expected "} else {\n"; found "} else { "
(#4846) Variable "Pos" must be all lower-case
(#4846) Closing brace must be on a line by itself
(#4848) Line indented incorrectly; expected 28 spaces, found 15
(#4848) Expected "if (...) {\n"; found "if (...) { "
(#4848) Variable "LastY" must be all lower-case
(#4848) Variable "Key" must be all lower-case
(#4848) Variable "LastY" must be all lower-case
(#4848) Variable "Key" must be all lower-case
(#4848) Closing brace must be on a line by itself
(#4849) Line indented incorrectly; expected 28 spaces, found 15
(#4849) Expected "if (...) {\n"; found "if (...) { "
(#4849) Variable "LastY" must be all lower-case
(#4849) Variable "Key" must be all lower-case
(#4849) Variable "Pos" must be all lower-case
(#4849) Variable "LastY" must be all lower-case
(#4849) Variable "Key" must be all lower-case
(#4849) Variable "Pos" must be all lower-case
(#4849) Variable "YZero" must be all lower-case
(#4849) Closing brace must be on a line by itself
(#4851) Line indented incorrectly; expected at least 28 spaces, found 15
(#4851) Variable "Y1" must be all lower-case
(#4851) Variable "LastY" must be all lower-case
(#4851) Variable "Key" must be all lower-case
(#4851) Variable "Pos" must be all lower-case
(#4852) Line indented incorrectly; expected at least 28 spaces, found 15
(#4852) Variable "Y2" must be all lower-case
(#4852) Variable "Y1" must be all lower-case
(#4852) Variable "Height" must be all lower-case
(#4854) Line indented incorrectly; expected 28 spaces, found 15
(#4854) Expected "if (...) {\n"; found "if (...) { "
(#4854) Variable "Rounded" must be all lower-case
(#4854) Variable "BorderR" must be all lower-case
(#4854) Variable "Pos" must be all lower-case
(#4854) Variable "Y1" must be all lower-case
(#4854) Variable "YZero" must be all lower-case
(#4854) Variable "YSpaceUp" must be all lower-case
(#4854) Closing brace must be on a line by itself
(#4854) Expected "} else {\n"; found "} else { "
(#4854) Variable "YSpaceUp" must be all lower-case
(#4854) Closing brace must be on a line by itself
(#4855) Line indented incorrectly; expected 28 spaces, found 15
(#4855) Expected "if (...) {\n"; found "if (...) { "
(#4855) Variable "Rounded" must be all lower-case
(#4855) Variable "BorderR" must be all lower-case
(#4855) Variable "Pos" must be all lower-case
(#4855) Variable "Y1" must be all lower-case
(#4855) Variable "YZero" must be all lower-case
(#4855) Variable "YSpaceDown" must be all lower-case
(#4855) Closing brace must be on a line by itself
(#4855) Expected "} else {\n"; found "} else { "
(#4855) Variable "YSpaceDown" must be all lower-case
(#4855) Closing brace must be on a line by itself
(#4857) Line indented incorrectly; expected 28 spaces, found 15
(#4857) Expected "if (...) {\n"; found "if (...) { "
(#4857) Variable "RecordImageMap" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "X" must be all lower-case
(#4857) Expected 1 space before "+"; 0 found
(#4857) Expected 1 space after "+"; 0 found
(#4857) Variable "XOffset" must be all lower-case
(#4857) Variable "Y1" must be all lower-case
(#4857) Expected 1 space before "-"; 0 found
(#4857) Expected 1 space after "-"; 0 found
(#4857) Variable "YSpaceUp" must be all lower-case
(#4857) Expected 1 space before "+"; 0 found
(#4857) Expected 1 space after "+"; 0 found
(#4857) Variable "YSpaceDown" must be all lower-case
(#4857) Variable "X" must be all lower-case
(#4857) Expected 1 space before "+"; 0 found
(#4857) Expected 1 space after "+"; 0 found
(#4857) Variable "XOffset" must be all lower-case
(#4857) Expected 1 space before "+"; 0 found
(#4857) Expected 1 space after "+"; 0 found
(#4857) Variable "XSize" must be all lower-case
(#4857) Variable "Y2" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "R" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "G" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "B" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "SerieDescription" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "Serie" must be all lower-case
(#4857) Variable "Key" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "Mode" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "Format" must be all lower-case
(#4857) Commas (,) must be followed by white space.
(#4857) Variable "Unit" must be all lower-case
(#4857) Line exceeds maximum limit of 180 characters; contains 280 characters
(#4857) Closing brace must be on a line by itself
(#4859) Line indented incorrectly; expected at least 28 spaces, found 15
(#4859) Inline control structures are not allowed
(#4859) Variable "Rounded" must be all lower-case
(#4860) Line indented incorrectly; expected at least 28 spaces, found 16
(#4860) Variable "X" must be all lower-case
(#4860) Expected 1 space before "+"; 0 found
(#4860) Expected 1 space after "+"; 0 found
(#4860) Variable "XOffset" must be all lower-case
(#4860) Commas (,) must be followed by white space.
(#4860) Variable "Y1" must be all lower-case
(#4860) Expected 1 space before "-"; 0 found
(#4860) Expected 1 space after "-"; 0 found
(#4860) Variable "YSpaceUp" must be all lower-case
(#4860) Expected 1 space before "+"; 0 found
(#4860) Expected 1 space after "+"; 0 found
(#4860) Variable "YSpaceDown" must be all lower-case
(#4860) Commas (,) must be followed by white space.
(#4860) Variable "X" must be all lower-case
(#4860) Expected 1 space before "+"; 0 found
(#4860) Expected 1 space after "+"; 0 found
(#4860) Variable "XOffset" must be all lower-case
(#4860) Expected 1 space before "+"; 0 found
(#4860) Expected 1 space after "+"; 0 found
(#4860) Variable "XSize" must be all lower-case
(#4860) Commas (,) must be followed by white space.
(#4860) Variable "Y2" must be all lower-case
(#4860) Commas (,) must be followed by white space.
(#4860) Variable "RoundRadius" must be all lower-case
(#4860) Commas (,) must be followed by white space.
(#4860) Variable "Color" must be all lower-case
(#4861) Line indented incorrectly; expected 28 spaces, found 15
(#4862) Line indented incorrectly; expected at least 28 spaces, found 16
(#4863) Line indented incorrectly; expected at least 32 spaces, found 17
(#4863) Variable "X" must be all lower-case
(#4863) Expected 1 space before "+"; 0 found
(#4863) Expected 1 space after "+"; 0 found
(#4863) Variable "XOffset" must be all lower-case
(#4863) Commas (,) must be followed by white space.
(#4863) Variable "Y1" must be all lower-case
(#4863) Expected 1 space before "-"; 0 found
(#4863) Expected 1 space after "-"; 0 found
(#4863) Variable "YSpaceUp" must be all lower-case
(#4863) Expected 1 space before "+"; 0 found
(#4863) Expected 1 space after "+"; 0 found
(#4863) Variable "YSpaceDown" must be all lower-case
(#4863) Commas (,) must be followed by white space.
(#4863) Variable "X" must be all lower-case
(#4863) Expected 1 space before "+"; 0 found
(#4863) Expected 1 space after "+"; 0 found
(#4863) Variable "XOffset" must be all lower-case
(#4863) Expected 1 space before "+"; 0 found
(#4863) Expected 1 space after "+"; 0 found
(#4863) Variable "XSize" must be all lower-case
(#4863) Commas (,) must be followed by white space.
(#4863) Variable "Y2" must be all lower-case
(#4863) Commas (,) must be followed by white space.
(#4863) Variable "Color" must be all lower-case
(#4865) Line indented incorrectly; expected 32 spaces, found 17
(#4865) Expected "if (...) {\n"; found "if (...) { "
(#4865) Variable "InnerColor" must be all lower-case
(#4865) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4865) Variable "RestoreShadow" must be all lower-case
(#4865) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4865) Variable "X" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "XOffset" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "X" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "XOffset" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "XSize" must be all lower-case
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "Y1" must be all lower-case
(#4865) Expected 1 space before "-"; 0 found
(#4865) Expected 1 space after "-"; 0 found
(#4865) Variable "YSpaceUp" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "YSpaceDown" must be all lower-case
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "Y2" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "X" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "XOffset" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "X" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "XOffset" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "XSize" must be all lower-case
(#4865) Expected 1 space before "-"; 0 found
(#4865) Expected 1 space after "-"; 0 found
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "Y1" must be all lower-case
(#4865) Expected 1 space before "-"; 0 found
(#4865) Expected 1 space after "-"; 0 found
(#4865) Variable "YSpaceUp" must be all lower-case
(#4865) Expected 1 space before "+"; 0 found
(#4865) Expected 1 space after "+"; 0 found
(#4865) Variable "YSpaceDown" must be all lower-case
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "Y2" must be all lower-case
(#4865) Expected 1 space before "-"; 0 found
(#4865) Expected 1 space after "-"; 0 found
(#4865) Commas (,) must be followed by white space.
(#4865) Variable "InnerColor" must be all lower-case
(#4865) Variable "RestoreShadow" must be all lower-case
(#4865) Line exceeds maximum limit of 180 characters; contains 320 characters
(#4865) Closing brace must be on a line by itself
(#4867) Line indented incorrectly; expected 32 spaces, found 17
(#4867) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4867) Variable "Gradient" must be all lower-case
(#4868) Line indented incorrectly; expected at least 32 spaces, found 18
(#4869) Line indented incorrectly; expected at least 36 spaces, found 19
(#4869) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4871) Line indented incorrectly; expected 36 spaces, found 19
(#4871) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4871) Variable "GradientMode" must be all lower-case
(#4872) Line indented incorrectly; expected at least 36 spaces, found 20
(#4873) Line indented incorrectly; expected at least 40 spaces, found 21
(#4873) Variable "GradientColor" must be all lower-case
(#4873) Expected 1 space before "=>"; 0 found
(#4873) Expected 1 space after "=>"; 0 found
(#4873) Variable "GradientStartR" must be all lower-case
(#4873) Commas (,) must be followed by white space.
(#4873) Expected 1 space before "=>"; 0 found
(#4873) Expected 1 space after "=>"; 0 found
(#4873) Variable "GradientStartG" must be all lower-case
(#4873) Commas (,) must be followed by white space.
(#4873) Expected 1 space before "=>"; 0 found
(#4873) Expected 1 space after "=>"; 0 found
(#4873) Variable "GradientStartB" must be all lower-case
(#4873) Commas (,) must be followed by white space.
(#4873) Expected 1 space before "=>"; 0 found
(#4873) Expected 1 space after "=>"; 0 found
(#4873) Variable "GradientEndR" must be all lower-case
(#4873) Commas (,) must be followed by white space.
(#4873) Expected 1 space before "=>"; 0 found
(#4873) Expected 1 space after "=>"; 0 found
(#4873) Variable "GradientEndG" must be all lower-case
(#4873) Commas (,) must be followed by white space.
(#4873) Expected 1 space before "=>"; 0 found
(#4873) Expected 1 space after "=>"; 0 found
(#4873) Variable "GradientEndB" must be all lower-case
(#4873) Commas (,) must be followed by white space.
(#4873) Expected 1 space before "=>"; 0 found
(#4873) Expected 1 space after "=>"; 0 found
(#4873) Variable "GradientAlpha" must be all lower-case
(#4873) Line exceeds maximum limit of 180 characters; contains 213 characters
(#4874) Line indented incorrectly; expected at least 40 spaces, found 21
(#4874) Variable "X" must be all lower-case
(#4874) Expected 1 space before "+"; 0 found
(#4874) Expected 1 space after "+"; 0 found
(#4874) Variable "XOffset" must be all lower-case
(#4874) Commas (,) must be followed by white space.
(#4874) Variable "Y1" must be all lower-case
(#4874) Expected 1 space before "-"; 0 found
(#4874) Expected 1 space after "-"; 0 found
(#4874) Expected 1 space before "-"; 0 found
(#4874) Expected 1 space after "-"; 0 found
(#4874) Variable "YSpaceUp" must be all lower-case
(#4874) Expected 1 space before "+"; 0 found
(#4874) Expected 1 space after "+"; 0 found
(#4874) Variable "YSpaceDown" must be all lower-case
(#4874) Commas (,) must be followed by white space.
(#4874) Variable "X" must be all lower-case
(#4874) Expected 1 space before "+"; 0 found
(#4874) Expected 1 space after "+"; 0 found
(#4874) Variable "XOffset" must be all lower-case
(#4874) Expected 1 space before "+"; 0 found
(#4874) Expected 1 space after "+"; 0 found
(#4874) Variable "XSize" must be all lower-case
(#4874) Commas (,) must be followed by white space.
(#4874) Variable "Y2" must be all lower-case
(#4874) Expected 1 space before "+"; 0 found
(#4874) Expected 1 space after "+"; 0 found
(#4874) Commas (,) must be followed by white space.
(#4874) Commas (,) must be followed by white space.
(#4874) Variable "GradientColor" must be all lower-case
(#4874) Line exceeds 132 characters; contains 145 characters
(#4875) Line indented incorrectly; expected 36 spaces, found 20
(#4875) Closing brace indented incorrectly; expected 19 spaces, found 20
(#4876) Line indented incorrectly; expected 36 spaces, found 19
(#4876) Usage of ELSEIF not allowed; use ELSE IF instead
(#4876) Variable "GradientMode" must be all lower-case
(#4877) Line indented incorrectly; expected at least 36 spaces, found 20
(#4878) Line indented incorrectly; expected at least 40 spaces, found 21
(#4878) Variable "GradientColor1" must be all lower-case
(#4878) Expected 1 space before "=>"; 0 found
(#4878) Expected 1 space after "=>"; 0 found
(#4878) Variable "GradientEndR" must be all lower-case
(#4878) Commas (,) must be followed by white space.
(#4878) Expected 1 space before "=>"; 0 found
(#4878) Expected 1 space after "=>"; 0 found
(#4878) Variable "GradientEndG" must be all lower-case
(#4878) Commas (,) must be followed by white space.
(#4878) Expected 1 space before "=>"; 0 found
(#4878) Expected 1 space after "=>"; 0 found
(#4878) Variable "GradientEndB" must be all lower-case
(#4878) Commas (,) must be followed by white space.
(#4878) Expected 1 space before "=>"; 0 found
(#4878) Expected 1 space after "=>"; 0 found
(#4878) Variable "GradientStartR" must be all lower-case
(#4878) Commas (,) must be followed by white space.
(#4878) Expected 1 space before "=>"; 0 found
(#4878) Expected 1 space after "=>"; 0 found
(#4878) Variable "GradientStartG" must be all lower-case
(#4878) Commas (,) must be followed by white space.
(#4878) Expected 1 space before "=>"; 0 found
(#4878) Expected 1 space after "=>"; 0 found
(#4878) Variable "GradientStartB" must be all lower-case
(#4878) Commas (,) must be followed by white space.
(#4878) Expected 1 space before "=>"; 0 found
(#4878) Expected 1 space after "=>"; 0 found
(#4878) Variable "GradientAlpha" must be all lower-case
(#4878) Line exceeds maximum limit of 180 characters; contains 214 characters
(#4879) Line indented incorrectly; expected at least 40 spaces, found 21
(#4879) Variable "GradientColor2" must be all lower-case
(#4879) Expected 1 space before "=>"; 0 found
(#4879) Expected 1 space after "=>"; 0 found
(#4879) Variable "GradientStartR" must be all lower-case
(#4879) Commas (,) must be followed by white space.
(#4879) Expected 1 space before "=>"; 0 found
(#4879) Expected 1 space after "=>"; 0 found
(#4879) Variable "GradientStartG" must be all lower-case
(#4879) Commas (,) must be followed by white space.
(#4879) Expected 1 space before "=>"; 0 found
(#4879) Expected 1 space after "=>"; 0 found
(#4879) Variable "GradientStartB" must be all lower-case
(#4879) Commas (,) must be followed by white space.
(#4879) Expected 1 space before "=>"; 0 found
(#4879) Expected 1 space after "=>"; 0 found
(#4879) Variable "GradientEndR" must be all lower-case
(#4879) Commas (,) must be followed by white space.
(#4879) Expected 1 space before "=>"; 0 found
(#4879) Expected 1 space after "=>"; 0 found
(#4879) Variable "GradientEndG" must be all lower-case
(#4879) Commas (,) must be followed by white space.
(#4879) Expected 1 space before "=>"; 0 found
(#4879) Expected 1 space after "=>"; 0 found
(#4879) Variable "GradientEndB" must be all lower-case
(#4879) Commas (,) must be followed by white space.
(#4879) Expected 1 space before "=>"; 0 found
(#4879) Expected 1 space after "=>"; 0 found
(#4879) Variable "GradientAlpha" must be all lower-case
(#4879) Line exceeds maximum limit of 180 characters; contains 214 characters
(#4880) Line indented incorrectly; expected at least 40 spaces, found 21
(#4880) Variable "XSpan" must be all lower-case
(#4880) Variable "XSize" must be all lower-case
(#4882) Line indented incorrectly; expected at least 40 spaces, found 21
(#4882) Variable "X" must be all lower-case
(#4882) Expected 1 space before "+"; 0 found
(#4882) Expected 1 space after "+"; 0 found
(#4882) Variable "XOffset" must be all lower-case
(#4882) Expected 1 space before "-"; 0 found
(#4882) Expected 1 space after "-"; 0 found
(#4882) Commas (,) must be followed by white space.
(#4882) Variable "Y1" must be all lower-case
(#4882) Expected 1 space before "-"; 0 found
(#4882) Expected 1 space after "-"; 0 found
(#4882) Expected 1 space before "-"; 0 found
(#4882) Expected 1 space after "-"; 0 found
(#4882) Variable "YSpaceUp" must be all lower-case
(#4882) Expected 1 space before "+"; 0 found
(#4882) Expected 1 space after "+"; 0 found
(#4882) Variable "YSpaceDown" must be all lower-case
(#4882) Commas (,) must be followed by white space.
(#4882) Variable "X" must be all lower-case
(#4882) Expected 1 space before "+"; 0 found
(#4882) Expected 1 space after "+"; 0 found
(#4882) Variable "XOffset" must be all lower-case
(#4882) Expected 1 space before "+"; 0 found
(#4882) Expected 1 space after "+"; 0 found
(#4882) Variable "XSpan" must be all lower-case
(#4882) Commas (,) must be followed by white space.
(#4882) Variable "Y2" must be all lower-case
(#4882) Expected 1 space before "+"; 0 found
(#4882) Expected 1 space after "+"; 0 found
(#4882) Commas (,) must be followed by white space.
(#4882) Commas (,) must be followed by white space.
(#4882) Variable "GradientColor1" must be all lower-case
(#4882) Line exceeds 132 characters; contains 153 characters
(#4883) Line indented incorrectly; expected at least 40 spaces, found 21
(#4883) Variable "X" must be all lower-case
(#4883) Expected 1 space before "+"; 0 found
(#4883) Expected 1 space after "+"; 0 found
(#4883) Variable "XSpan" must be all lower-case
(#4883) Expected 1 space before "+"; 0 found
(#4883) Expected 1 space after "+"; 0 found
(#4883) Variable "XOffset" must be all lower-case
(#4883) Expected 1 space before "-"; 0 found
(#4883) Expected 1 space after "-"; 0 found
(#4883) Commas (,) must be followed by white space.
(#4883) Variable "Y1" must be all lower-case
(#4883) Expected 1 space before "-"; 0 found
(#4883) Expected 1 space after "-"; 0 found
(#4883) Expected 1 space before "-"; 0 found
(#4883) Expected 1 space after "-"; 0 found
(#4883) Variable "YSpaceUp" must be all lower-case
(#4883) Expected 1 space before "+"; 0 found
(#4883) Expected 1 space after "+"; 0 found
(#4883) Variable "YSpaceDown" must be all lower-case
(#4883) Commas (,) must be followed by white space.
(#4883) Variable "X" must be all lower-case
(#4883) Expected 1 space before "+"; 0 found
(#4883) Expected 1 space after "+"; 0 found
(#4883) Variable "XOffset" must be all lower-case
(#4883) Expected 1 space before "+"; 0 found
(#4883) Expected 1 space after "+"; 0 found
(#4883) Variable "XSize" must be all lower-case
(#4883) Commas (,) must be followed by white space.
(#4883) Variable "Y2" must be all lower-case
(#4883) Expected 1 space before "+"; 0 found
(#4883) Expected 1 space after "+"; 0 found
(#4883) Commas (,) must be followed by white space.
(#4883) Commas (,) must be followed by white space.
(#4883) Variable "GradientColor2" must be all lower-case
(#4883) Line exceeds 132 characters; contains 160 characters
(#4884) Line indented incorrectly; expected 36 spaces, found 20
(#4884) Closing brace indented incorrectly; expected 19 spaces, found 20
(#4885) Line indented incorrectly; expected at least 36 spaces, found 19
(#4885) Variable "RestoreShadow" must be all lower-case
(#4886) Line indented incorrectly; expected 32 spaces, found 18
(#4886) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4887) Line indented incorrectly; expected 28 spaces, found 16
(#4887) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4889) Line indented incorrectly; expected 28 spaces, found 15
(#4889) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4889) Variable "DisplayValues" must be all lower-case
(#4890) Line indented incorrectly; expected at least 28 spaces, found 16
(#4891) Line indented incorrectly; expected at least 32 spaces, found 17
(#4891) Variable "BarHeight" must be all lower-case
(#4891) Variable "Y2" must be all lower-case
(#4891) Expected 1 space before "-"; 0 found
(#4891) Expected 1 space after "-"; 0 found
(#4891) Variable "Y1" must be all lower-case
(#4891) Expected 1 space before "-"; 0 found
(#4891) Expected 1 space after "-"; 0 found
(#4892) Line indented incorrectly; expected at least 32 spaces, found 17
(#4892) Variable "BarWidth" must be all lower-case
(#4892) Variable "XSize" must be all lower-case
(#4892) Expected 1 space before "+"; 0 found
(#4892) Expected 1 space after "+"; 0 found
(#4892) Variable "XOffset" must be all lower-case
(#4892) Expected 1 space before "/"; 0 found
(#4892) Expected 1 space after "/"; 0 found
(#4892) Expected 1 space before "-"; 0 found
(#4892) Expected 1 space after "-"; 0 found
(#4892) Variable "FontFactor" must be all lower-case
(#4894) Line indented incorrectly; expected at least 32 spaces, found 17
(#4894) Variable "Caption" must be all lower-case
(#4894) Variable "Serie" must be all lower-case
(#4894) Variable "Key" must be all lower-case
(#4894) Commas (,) must be followed by white space.
(#4894) Variable "DisplayRound" must be all lower-case
(#4894) Commas (,) must be followed by white space.
(#4894) Variable "Mode" must be all lower-case
(#4894) Commas (,) must be followed by white space.
(#4894) Variable "Format" must be all lower-case
(#4894) Commas (,) must be followed by white space.
(#4894) Variable "Unit" must be all lower-case
(#4895) Line indented incorrectly; expected at least 32 spaces, found 17
(#4895) Variable "TxtPos" must be all lower-case
(#4895) Commas (,) must be followed by white space.
(#4895) Commas (,) must be followed by white space.
(#4895) Variable "DisplayFont" must be all lower-case
(#4895) Commas (,) must be followed by white space.
(#4895) Variable "DisplaySize" must be all lower-case
(#4895) Commas (,) must be followed by white space.
(#4895) Commas (,) must be followed by white space.
(#4895) Variable "Caption" must be all lower-case
(#4896) Line indented incorrectly; expected at least 32 spaces, found 17
(#4896) Variable "TxtHeight" must be all lower-case
(#4896) Variable "TxtPos" must be all lower-case
(#4896) Variable "TxtPos" must be all lower-case
(#4897) Line indented incorrectly; expected at least 32 spaces, found 17
(#4897) Variable "TxtWidth" must be all lower-case
(#4897) Variable "TxtPos" must be all lower-case
(#4897) Variable "TxtPos" must be all lower-case
(#4899) Line indented incorrectly; expected at least 32 spaces, found 17
(#4899) Variable "XCenter" must be all lower-case
(#4899) Variable "X" must be all lower-case
(#4899) Expected 1 space before "+"; 0 found
(#4899) Expected 1 space after "+"; 0 found
(#4899) Variable "XOffset" must be all lower-case
(#4899) Expected 1 space before "+"; 0 found
(#4899) Expected 1 space after "+"; 0 found
(#4899) Variable "XSize" must be all lower-case
(#4899) Variable "X" must be all lower-case
(#4899) Expected 1 space before "+"; 0 found
(#4899) Expected 1 space after "+"; 0 found
(#4899) Variable "XOffset" must be all lower-case
(#4899) Variable "X" must be all lower-case
(#4899) Expected 1 space before "+"; 0 found
(#4899) Expected 1 space after "+"; 0 found
(#4899) Variable "XOffset" must be all lower-case
(#4900) Line indented incorrectly; expected at least 32 spaces, found 17
(#4900) Variable "YCenter" must be all lower-case
(#4900) Variable "Y2" must be all lower-case
(#4900) Variable "Y1" must be all lower-case
(#4900) Expected 1 space before "-"; 0 found
(#4900) Expected 1 space after "-"; 0 found
(#4900) Variable "YSpaceUp" must be all lower-case
(#4900) Expected 1 space before "+"; 0 found
(#4900) Expected 1 space after "+"; 0 found
(#4900) Variable "YSpaceDown" must be all lower-case
(#4900) Variable "Y1" must be all lower-case
(#4900) Expected 1 space before "-"; 0 found
(#4900) Expected 1 space after "-"; 0 found
(#4900) Variable "YSpaceUp" must be all lower-case
(#4900) Expected 1 space before "+"; 0 found
(#4900) Expected 1 space after "+"; 0 found
(#4900) Variable "YSpaceDown" must be all lower-case
(#4902) Line indented incorrectly; expected at least 32 spaces, found 17
(#4902) Variable "Done" must be all lower-case
(#4902) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4903) Line indented incorrectly; expected 32 spaces, found 17
(#4903) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4903) Variable "DisplayOrientation" must be all lower-case
(#4903) Variable "DisplayOrientation" must be all lower-case
(#4904) Line indented incorrectly; expected at least 32 spaces, found 18
(#4905) Line indented incorrectly; expected 36 spaces, found 19
(#4905) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4905) Variable "TxtHeight" must be all lower-case
(#4905) Variable "BarHeight" must be all lower-case
(#4905) Variable "TxtWidth" must be all lower-case
(#4905) Variable "BarWidth" must be all lower-case
(#4906) Line indented incorrectly; expected at least 36 spaces, found 20
(#4907) Line indented incorrectly; expected at least 40 spaces, found 21
(#4907) Variable "XCenter" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Variable "YCenter" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Variable "Serie" must be all lower-case
(#4907) Variable "Key" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Variable "Mode" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Variable "Format" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Variable "Unit" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Expected 1 space before "=>"; 0 found
(#4907) Expected 1 space after "=>"; 0 found
(#4907) Variable "DisplayR" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Expected 1 space before "=>"; 0 found
(#4907) Expected 1 space after "=>"; 0 found
(#4907) Variable "DisplayG" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Expected 1 space before "=>"; 0 found
(#4907) Expected 1 space after "=>"; 0 found
(#4907) Variable "DisplayB" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Expected 1 space before "=>"; 0 found
(#4907) Expected 1 space after "=>"; 0 found
(#4907) Commas (,) must be followed by white space.
(#4907) Expected 1 space before "=>"; 0 found
(#4907) Expected 1 space after "=>"; 0 found
(#4907) Variable "DisplaySize" must be all lower-case
(#4907) Commas (,) must be followed by white space.
(#4907) Expected 1 space before "=>"; 0 found
(#4907) Expected 1 space after "=>"; 0 found
(#4907) Variable "DisplayFont" must be all lower-case
(#4907) Line exceeds maximum limit of 180 characters; contains 252 characters
(#4908) Line indented incorrectly; expected at least 40 spaces, found 21
(#4908) Variable "Done" must be all lower-case
(#4908) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#4909) Line indented incorrectly; expected 36 spaces, found 20
(#4909) Closing brace indented incorrectly; expected 19 spaces, found 20
(#4910) Line indented incorrectly; expected 32 spaces, found 18
(#4910) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4912) Line indented incorrectly; expected 32 spaces, found 17
(#4912) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4912) Variable "DisplayOrientation" must be all lower-case
(#4912) Variable "DisplayOrientation" must be all lower-case
(#4912) Variable "Done" must be all lower-case
(#4913) Line indented incorrectly; expected at least 32 spaces, found 18
(#4914) Line indented incorrectly; expected at least 36 spaces, found 19
(#4914) Inline control structures are not allowed
(#4914) Variable "TxtHeight" must be all lower-case
(#4914) Variable "BarWidth" must be all lower-case
(#4914) Variable "TxtWidth" must be all lower-case
(#4914) Variable "BarHeight" must be all lower-case
(#4915) Line indented incorrectly; expected at least 36 spaces, found 20
(#4915) Variable "XCenter" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Variable "YCenter" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Variable "Serie" must be all lower-case
(#4915) Variable "Key" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Variable "Mode" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Variable "Format" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Variable "Unit" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Expected 1 space before "=>"; 0 found
(#4915) Expected 1 space after "=>"; 0 found
(#4915) Variable "DisplayR" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Expected 1 space before "=>"; 0 found
(#4915) Expected 1 space after "=>"; 0 found
(#4915) Variable "DisplayG" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Expected 1 space before "=>"; 0 found
(#4915) Expected 1 space after "=>"; 0 found
(#4915) Variable "DisplayB" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Expected 1 space before "=>"; 0 found
(#4915) Expected 1 space after "=>"; 0 found
(#4915) Commas (,) must be followed by white space.
(#4915) Expected 1 space before "=>"; 0 found
(#4915) Expected 1 space after "=>"; 0 found
(#4915) Commas (,) must be followed by white space.
(#4915) Expected 1 space before "=>"; 0 found
(#4915) Expected 1 space after "=>"; 0 found
(#4915) Variable "DisplaySize" must be all lower-case
(#4915) Commas (,) must be followed by white space.
(#4915) Expected 1 space before "=>"; 0 found
(#4915) Expected 1 space after "=>"; 0 found
(#4915) Variable "DisplayFont" must be all lower-case
(#4915) Line exceeds maximum limit of 180 characters; contains 263 characters
(#4916) Line indented incorrectly; expected 32 spaces, found 18
(#4916) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4917) Line indented incorrectly; expected 28 spaces, found 16
(#4917) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4919) Line indented incorrectly; expected at least 28 spaces, found 15
(#4919) Variable "LastY" must be all lower-case
(#4919) Variable "Key" must be all lower-case
(#4919) Variable "Pos" must be all lower-case
(#4919) Variable "Y2" must be all lower-case
(#4920) Line indented incorrectly; expected 24 spaces, found 14
(#4920) Closing brace indented incorrectly; expected 13 spaces, found 14
(#4922) Line indented incorrectly; expected at least 24 spaces, found 13
(#4922) Variable "X" must be all lower-case
(#4922) Variable "X" must be all lower-case
(#4922) Variable "XStep" must be all lower-case
(#4923) Line indented incorrectly; expected 20 spaces, found 12
(#4923) Closing brace indented incorrectly; expected 11 spaces, found 12
(#4924) Line indented incorrectly; expected 16 spaces, found 10
(#4924) Closing brace indented incorrectly; expected 9 spaces, found 10
(#4925) Line indented incorrectly; expected 16 spaces, found 9
(#4925) Expected "} else {\n"; found "}\n else\n {\n"
(#4926) Line indented incorrectly; expected at least 16 spaces, found 10
(#4927) Line indented incorrectly; expected 20 spaces, found 11
(#4927) Expected "if (...) {\n"; found "if (...) { "
(#4927) Variable "YZero" must be all lower-case
(#4927) Expected 1 space before "+"; 0 found
(#4927) Expected 1 space after "+"; 0 found
(#4927) Variable "YZero" must be all lower-case
(#4927) Expected 1 space before "+"; 0 found
(#4927) Expected 1 space after "+"; 0 found
(#4927) Closing brace must be on a line by itself
(#4928) Line indented incorrectly; expected 20 spaces, found 11
(#4928) Expected "if (...) {\n"; found "if (...) { "
(#4928) Variable "YZero" must be all lower-case
(#4928) Expected 1 space before "-"; 0 found
(#4928) Expected 1 space after "-"; 0 found
(#4928) Variable "YZero" must be all lower-case
(#4928) Expected 1 space before "-"; 0 found
(#4928) Expected 1 space after "-"; 0 found
(#4928) Closing brace must be on a line by itself
(#4930) Line indented incorrectly; expected 20 spaces, found 11
(#4930) Expected "if (...) {\n"; found "if (...) { "
(#4930) Variable "XDivs" must be all lower-case
(#4930) Variable "YStep" must be all lower-case
(#4930) Expected 1 space before "-"; 0 found
(#4930) Expected 1 space after "-"; 0 found
(#4930) Expected 1 space before "/"; 0 found
(#4930) Expected 1 space after "/"; 0 found
(#4930) Closing brace must be on a line by itself
(#4930) Expected "} else {\n"; found "} else { "
(#4930) Variable "YStep" must be all lower-case
(#4930) Expected 1 space before "-"; 0 found
(#4930) Expected 1 space after "-"; 0 found
(#4930) Expected 1 space before "-"; 0 found
(#4930) Expected 1 space after "-"; 0 found
(#4930) Variable "XMargin" must be all lower-case
(#4930) Expected 1 space before "*"; 0 found
(#4930) Expected 1 space after "*"; 0 found
(#4930) Expected 1 space before "/"; 0 found
(#4930) Expected 1 space after "/"; 0 found
(#4930) Variable "XDivs" must be all lower-case
(#4930) Line exceeds 132 characters; contains 162 characters
(#4930) Closing brace must be on a line by itself
(#4931) Line indented incorrectly; expected at least 20 spaces, found 11
(#4931) Variable "Y" must be all lower-case
(#4931) Variable "XMargin" must be all lower-case
(#4933) Line indented incorrectly; expected at least 20 spaces, found 11
(#4933) Variable "YSize" must be all lower-case
(#4933) Variable "YStep" must be all lower-case
(#4933) Expected 1 space before "+"; 0 found
(#4933) Expected 1 space after "+"; 0 found
(#4933) Variable "Interleave" must be all lower-case
(#4934) Line indented incorrectly; expected at least 20 spaces, found 11
(#4934) Variable "YOffset" must be all lower-case
(#4934) Variable "YSize" must be all lower-case
(#4934) Expected 1 space before "/"; 0 found
(#4934) Expected 1 space after "/"; 0 found
(#4936) Line indented incorrectly; expected 20 spaces, found 11
(#4936) Expected "if (...) {\n"; found "if (...) { "
(#4936) Variable "PosArray" must be all lower-case
(#4936) Variable "Value" must be all lower-case
(#4936) Variable "PosArray" must be all lower-case
(#4936) Variable "PosArray" must be all lower-case
(#4936) Variable "PosArray" must be all lower-case
(#4936) Variable "Value" must be all lower-case
(#4936) Closing brace must be on a line by itself
(#4937) Line indented incorrectly; expected 20 spaces, found 11
(#4937) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#4937) Variable "PosArray" must be all lower-case
(#4937) Variable "Key" must be all lower-case
(#4937) Variable "Width" must be all lower-case
(#4938) Line indented incorrectly; expected at least 20 spaces, found 12
(#4939) Line indented incorrectly; expected 24 spaces, found 13
(#4939) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4939) Variable "Width" must be all lower-case
(#4939) Variable "Serie" must be all lower-case
(#4939) Variable "Key" must be all lower-case
(#4940) Line indented incorrectly; expected at least 24 spaces, found 14
(#4941) Line indented incorrectly; expected 28 spaces, found 15
(#4941) Expected "if (...) {\n"; found "if (...) { "
(#4941) Variable "Serie" must be all lower-case
(#4941) Variable "Key" must be all lower-case
(#4941) Variable "Pos" must be all lower-case
(#4941) Closing brace must be on a line by itself
(#4941) Expected "} else {\n"; found "} else { "
(#4941) Variable "Pos" must be all lower-case
(#4941) Closing brace must be on a line by itself
(#4943) Line indented incorrectly; expected 28 spaces, found 15
(#4943) Expected "if (...) {\n"; found "if (...) { "
(#4943) Variable "LastX" must be all lower-case
(#4943) Variable "Key" must be all lower-case
(#4943) Variable "LastX" must be all lower-case
(#4943) Variable "Key" must be all lower-case
(#4943) Closing brace must be on a line by itself
(#4944) Line indented incorrectly; expected 28 spaces, found 15
(#4944) Expected "if (...) {\n"; found "if (...) { "
(#4944) Variable "LastX" must be all lower-case
(#4944) Variable "Key" must be all lower-case
(#4944) Variable "Pos" must be all lower-case
(#4944) Variable "LastX" must be all lower-case
(#4944) Variable "Key" must be all lower-case
(#4944) Variable "Pos" must be all lower-case
(#4944) Variable "YZero" must be all lower-case
(#4944) Closing brace must be on a line by itself
(#4946) Line indented incorrectly; expected at least 28 spaces, found 15
(#4946) Variable "X1" must be all lower-case
(#4946) Variable "LastX" must be all lower-case
(#4946) Variable "Key" must be all lower-case
(#4946) Variable "Pos" must be all lower-case
(#4947) Line indented incorrectly; expected at least 28 spaces, found 15
(#4947) Variable "X2" must be all lower-case
(#4947) Variable "X1" must be all lower-case
(#4947) Variable "Width" must be all lower-case
(#4949) Line indented incorrectly; expected 28 spaces, found 15
(#4949) Expected "if (...) {\n"; found "if (...) { "
(#4949) Variable "Rounded" must be all lower-case
(#4949) Variable "BorderR" must be all lower-case
(#4949) Variable "Pos" must be all lower-case
(#4949) Variable "X1" must be all lower-case
(#4949) Variable "YZero" must be all lower-case
(#4949) Variable "XSpaceLeft" must be all lower-case
(#4949) Closing brace must be on a line by itself
(#4949) Expected "} else {\n"; found "} else { "
(#4949) Variable "XSpaceLeft" must be all lower-case
(#4949) Closing brace must be on a line by itself
(#4950) Line indented incorrectly; expected 28 spaces, found 15
(#4950) Expected "if (...) {\n"; found "if (...) { "
(#4950) Variable "Rounded" must be all lower-case
(#4950) Variable "BorderR" must be all lower-case
(#4950) Variable "Pos" must be all lower-case
(#4950) Variable "X1" must be all lower-case
(#4950) Variable "YZero" must be all lower-case
(#4950) Variable "XSpaceRight" must be all lower-case
(#4950) Closing brace must be on a line by itself
(#4950) Expected "} else {\n"; found "} else { "
(#4950) Variable "XSpaceRight" must be all lower-case
(#4950) Line exceeds 132 characters; contains 133 characters
(#4950) Closing brace must be on a line by itself
(#4952) Line indented incorrectly; expected 28 spaces, found 15
(#4952) Expected "if (...) {\n"; found "if (...) { "
(#4952) Variable "RecordImageMap" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "X1" must be all lower-case
(#4952) Expected 1 space before "+"; 0 found
(#4952) Expected 1 space after "+"; 0 found
(#4952) Variable "XSpaceLeft" must be all lower-case
(#4952) Variable "Y" must be all lower-case
(#4952) Expected 1 space before "+"; 0 found
(#4952) Expected 1 space after "+"; 0 found
(#4952) Variable "YOffset" must be all lower-case
(#4952) Variable "X2" must be all lower-case
(#4952) Expected 1 space before "-"; 0 found
(#4952) Expected 1 space after "-"; 0 found
(#4952) Variable "XSpaceRight" must be all lower-case
(#4952) Variable "Y" must be all lower-case
(#4952) Expected 1 space before "+"; 0 found
(#4952) Expected 1 space after "+"; 0 found
(#4952) Variable "YOffset" must be all lower-case
(#4952) Expected 1 space before "+"; 0 found
(#4952) Expected 1 space after "+"; 0 found
(#4952) Variable "YSize" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "R" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "G" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "B" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "SerieDescription" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "Serie" must be all lower-case
(#4952) Variable "Key" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "Mode" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "Format" must be all lower-case
(#4952) Commas (,) must be followed by white space.
(#4952) Variable "Unit" must be all lower-case
(#4952) Line exceeds maximum limit of 180 characters; contains 283 characters
(#4952) Closing brace must be on a line by itself
(#4954) Line indented incorrectly; expected at least 28 spaces, found 15
(#4954) Inline control structures are not allowed
(#4954) Variable "Rounded" must be all lower-case
(#4955) Line indented incorrectly; expected at least 28 spaces, found 16
(#4955) Variable "X1" must be all lower-case
(#4955) Expected 1 space before "+"; 0 found
(#4955) Expected 1 space after "+"; 0 found
(#4955) Variable "XSpaceLeft" must be all lower-case
(#4955) Commas (,) must be followed by white space.
(#4955) Variable "Y" must be all lower-case
(#4955) Expected 1 space before "+"; 0 found
(#4955) Expected 1 space after "+"; 0 found
(#4955) Variable "YOffset" must be all lower-case
(#4955) Commas (,) must be followed by white space.
(#4955) Variable "X2" must be all lower-case
(#4955) Expected 1 space before "-"; 0 found
(#4955) Expected 1 space after "-"; 0 found
(#4955) Variable "XSpaceRight" must be all lower-case
(#4955) Commas (,) must be followed by white space.
(#4955) Variable "Y" must be all lower-case
(#4955) Expected 1 space before "+"; 0 found
(#4955) Expected 1 space after "+"; 0 found
(#4955) Variable "YOffset" must be all lower-case
(#4955) Expected 1 space before "+"; 0 found
(#4955) Expected 1 space after "+"; 0 found
(#4955) Variable "YSize" must be all lower-case
(#4955) Commas (,) must be followed by white space.
(#4955) Variable "RoundRadius" must be all lower-case
(#4955) Commas (,) must be followed by white space.
(#4955) Variable "Color" must be all lower-case
(#4955) Line exceeds 132 characters; contains 135 characters
(#4956) Line indented incorrectly; expected 28 spaces, found 15
(#4957) Line indented incorrectly; expected at least 28 spaces, found 16
(#4958) Line indented incorrectly; expected at least 32 spaces, found 17
(#4958) Variable "X1" must be all lower-case
(#4958) Expected 1 space before "+"; 0 found
(#4958) Expected 1 space after "+"; 0 found
(#4958) Variable "XSpaceLeft" must be all lower-case
(#4958) Commas (,) must be followed by white space.
(#4958) Variable "Y" must be all lower-case
(#4958) Expected 1 space before "+"; 0 found
(#4958) Expected 1 space after "+"; 0 found
(#4958) Variable "YOffset" must be all lower-case
(#4958) Commas (,) must be followed by white space.
(#4958) Variable "X2" must be all lower-case
(#4958) Expected 1 space before "-"; 0 found
(#4958) Expected 1 space after "-"; 0 found
(#4958) Variable "XSpaceRight" must be all lower-case
(#4958) Commas (,) must be followed by white space.
(#4958) Variable "Y" must be all lower-case
(#4958) Expected 1 space before "+"; 0 found
(#4958) Expected 1 space after "+"; 0 found
(#4958) Variable "YOffset" must be all lower-case
(#4958) Expected 1 space before "+"; 0 found
(#4958) Expected 1 space after "+"; 0 found
(#4958) Variable "YSize" must be all lower-case
(#4958) Commas (,) must be followed by white space.
(#4958) Variable "Color" must be all lower-case
(#4960) Line indented incorrectly; expected 32 spaces, found 17
(#4960) Expected "if (...) {\n"; found "if (...) { "
(#4960) Variable "InnerColor" must be all lower-case
(#4960) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#4960) Variable "RestoreShadow" must be all lower-case
(#4960) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4960) Variable "X1" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "XSpaceLeft" must be all lower-case
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "X2" must be all lower-case
(#4960) Expected 1 space before "-"; 0 found
(#4960) Expected 1 space after "-"; 0 found
(#4960) Variable "XSpaceRight" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "Y" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "YOffset" must be all lower-case
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "Y" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "YOffset" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "YSize" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "X1" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "XSpaceLeft" must be all lower-case
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "X2" must be all lower-case
(#4960) Expected 1 space before "-"; 0 found
(#4960) Expected 1 space after "-"; 0 found
(#4960) Variable "XSpaceRight" must be all lower-case
(#4960) Expected 1 space before "-"; 0 found
(#4960) Expected 1 space after "-"; 0 found
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "Y" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "YOffset" must be all lower-case
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "Y" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "YOffset" must be all lower-case
(#4960) Expected 1 space before "+"; 0 found
(#4960) Expected 1 space after "+"; 0 found
(#4960) Variable "YSize" must be all lower-case
(#4960) Expected 1 space before "-"; 0 found
(#4960) Expected 1 space after "-"; 0 found
(#4960) Commas (,) must be followed by white space.
(#4960) Variable "InnerColor" must be all lower-case
(#4960) Variable "RestoreShadow" must be all lower-case
(#4960) Line exceeds maximum limit of 180 characters; contains 324 characters
(#4960) Closing brace must be on a line by itself
(#4962) Line indented incorrectly; expected 32 spaces, found 17
(#4962) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4962) Variable "Gradient" must be all lower-case
(#4963) Line indented incorrectly; expected at least 32 spaces, found 18
(#4964) Line indented incorrectly; expected at least 36 spaces, found 19
(#4964) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4966) Line indented incorrectly; expected 36 spaces, found 19
(#4966) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4966) Variable "GradientMode" must be all lower-case
(#4967) Line indented incorrectly; expected at least 36 spaces, found 20
(#4968) Line indented incorrectly; expected at least 40 spaces, found 21
(#4968) Variable "GradientColor" must be all lower-case
(#4968) Expected 1 space before "=>"; 0 found
(#4968) Expected 1 space after "=>"; 0 found
(#4968) Variable "GradientStartR" must be all lower-case
(#4968) Commas (,) must be followed by white space.
(#4968) Expected 1 space before "=>"; 0 found
(#4968) Expected 1 space after "=>"; 0 found
(#4968) Variable "GradientStartG" must be all lower-case
(#4968) Commas (,) must be followed by white space.
(#4968) Expected 1 space before "=>"; 0 found
(#4968) Expected 1 space after "=>"; 0 found
(#4968) Variable "GradientStartB" must be all lower-case
(#4968) Commas (,) must be followed by white space.
(#4968) Expected 1 space before "=>"; 0 found
(#4968) Expected 1 space after "=>"; 0 found
(#4968) Variable "GradientEndR" must be all lower-case
(#4968) Commas (,) must be followed by white space.
(#4968) Expected 1 space before "=>"; 0 found
(#4968) Expected 1 space after "=>"; 0 found
(#4968) Variable "GradientEndG" must be all lower-case
(#4968) Commas (,) must be followed by white space.
(#4968) Expected 1 space before "=>"; 0 found
(#4968) Expected 1 space after "=>"; 0 found
(#4968) Variable "GradientEndB" must be all lower-case
(#4968) Commas (,) must be followed by white space.
(#4968) Expected 1 space before "=>"; 0 found
(#4968) Expected 1 space after "=>"; 0 found
(#4968) Variable "GradientAlpha" must be all lower-case
(#4968) Line exceeds maximum limit of 180 characters; contains 213 characters
(#4969) Line indented incorrectly; expected at least 40 spaces, found 21
(#4969) Variable "X1" must be all lower-case
(#4969) Expected 1 space before "+"; 0 found
(#4969) Expected 1 space after "+"; 0 found
(#4969) Variable "XSpaceLeft" must be all lower-case
(#4969) Commas (,) must be followed by white space.
(#4969) Variable "Y" must be all lower-case
(#4969) Expected 1 space before "+"; 0 found
(#4969) Expected 1 space after "+"; 0 found
(#4969) Variable "YOffset" must be all lower-case
(#4969) Commas (,) must be followed by white space.
(#4969) Variable "X2" must be all lower-case
(#4969) Expected 1 space before "-"; 0 found
(#4969) Expected 1 space after "-"; 0 found
(#4969) Variable "XSpaceRight" must be all lower-case
(#4969) Commas (,) must be followed by white space.
(#4969) Variable "Y" must be all lower-case
(#4969) Expected 1 space before "+"; 0 found
(#4969) Expected 1 space after "+"; 0 found
(#4969) Variable "YOffset" must be all lower-case
(#4969) Expected 1 space before "+"; 0 found
(#4969) Expected 1 space after "+"; 0 found
(#4969) Variable "YSize" must be all lower-case
(#4969) Commas (,) must be followed by white space.
(#4969) Commas (,) must be followed by white space.
(#4969) Variable "GradientColor" must be all lower-case
(#4969) Line exceeds 132 characters; contains 146 characters
(#4970) Line indented incorrectly; expected 36 spaces, found 20
(#4970) Closing brace indented incorrectly; expected 19 spaces, found 20
(#4971) Line indented incorrectly; expected 36 spaces, found 19
(#4971) Usage of ELSEIF not allowed; use ELSE IF instead
(#4971) Variable "GradientMode" must be all lower-case
(#4972) Line indented incorrectly; expected at least 36 spaces, found 20
(#4973) Line indented incorrectly; expected at least 40 spaces, found 21
(#4973) Variable "GradientColor1" must be all lower-case
(#4973) Expected 1 space before "=>"; 0 found
(#4973) Expected 1 space after "=>"; 0 found
(#4973) Variable "GradientEndR" must be all lower-case
(#4973) Commas (,) must be followed by white space.
(#4973) Expected 1 space before "=>"; 0 found
(#4973) Expected 1 space after "=>"; 0 found
(#4973) Variable "GradientEndG" must be all lower-case
(#4973) Commas (,) must be followed by white space.
(#4973) Expected 1 space before "=>"; 0 found
(#4973) Expected 1 space after "=>"; 0 found
(#4973) Variable "GradientEndB" must be all lower-case
(#4973) Commas (,) must be followed by white space.
(#4973) Expected 1 space before "=>"; 0 found
(#4973) Expected 1 space after "=>"; 0 found
(#4973) Variable "GradientStartR" must be all lower-case
(#4973) Commas (,) must be followed by white space.
(#4973) Expected 1 space before "=>"; 0 found
(#4973) Expected 1 space after "=>"; 0 found
(#4973) Variable "GradientStartG" must be all lower-case
(#4973) Commas (,) must be followed by white space.
(#4973) Expected 1 space before "=>"; 0 found
(#4973) Expected 1 space after "=>"; 0 found
(#4973) Variable "GradientStartB" must be all lower-case
(#4973) Commas (,) must be followed by white space.
(#4973) Expected 1 space before "=>"; 0 found
(#4973) Expected 1 space after "=>"; 0 found
(#4973) Variable "GradientAlpha" must be all lower-case
(#4973) Line exceeds maximum limit of 180 characters; contains 214 characters
(#4974) Line indented incorrectly; expected at least 40 spaces, found 21
(#4974) Variable "GradientColor2" must be all lower-case
(#4974) Expected 1 space before "=>"; 0 found
(#4974) Expected 1 space after "=>"; 0 found
(#4974) Variable "GradientStartR" must be all lower-case
(#4974) Commas (,) must be followed by white space.
(#4974) Expected 1 space before "=>"; 0 found
(#4974) Expected 1 space after "=>"; 0 found
(#4974) Variable "GradientStartG" must be all lower-case
(#4974) Commas (,) must be followed by white space.
(#4974) Expected 1 space before "=>"; 0 found
(#4974) Expected 1 space after "=>"; 0 found
(#4974) Variable "GradientStartB" must be all lower-case
(#4974) Commas (,) must be followed by white space.
(#4974) Expected 1 space before "=>"; 0 found
(#4974) Expected 1 space after "=>"; 0 found
(#4974) Variable "GradientEndR" must be all lower-case
(#4974) Commas (,) must be followed by white space.
(#4974) Expected 1 space before "=>"; 0 found
(#4974) Expected 1 space after "=>"; 0 found
(#4974) Variable "GradientEndG" must be all lower-case
(#4974) Commas (,) must be followed by white space.
(#4974) Expected 1 space before "=>"; 0 found
(#4974) Expected 1 space after "=>"; 0 found
(#4974) Variable "GradientEndB" must be all lower-case
(#4974) Commas (,) must be followed by white space.
(#4974) Expected 1 space before "=>"; 0 found
(#4974) Expected 1 space after "=>"; 0 found
(#4974) Variable "GradientAlpha" must be all lower-case
(#4974) Line exceeds maximum limit of 180 characters; contains 214 characters
(#4975) Line indented incorrectly; expected at least 40 spaces, found 21
(#4975) Variable "YSpan" must be all lower-case
(#4975) Variable "YSize" must be all lower-case
(#4977) Line indented incorrectly; expected at least 40 spaces, found 21
(#4977) Variable "X1" must be all lower-case
(#4977) Expected 1 space before "+"; 0 found
(#4977) Expected 1 space after "+"; 0 found
(#4977) Variable "XSpaceLeft" must be all lower-case
(#4977) Commas (,) must be followed by white space.
(#4977) Variable "Y" must be all lower-case
(#4977) Expected 1 space before "+"; 0 found
(#4977) Expected 1 space after "+"; 0 found
(#4977) Variable "YOffset" must be all lower-case
(#4977) Commas (,) must be followed by white space.
(#4977) Variable "X2" must be all lower-case
(#4977) Expected 1 space before "-"; 0 found
(#4977) Expected 1 space after "-"; 0 found
(#4977) Variable "XSpaceRight" must be all lower-case
(#4977) Commas (,) must be followed by white space.
(#4977) Variable "Y" must be all lower-case
(#4977) Expected 1 space before "+"; 0 found
(#4977) Expected 1 space after "+"; 0 found
(#4977) Variable "YOffset" must be all lower-case
(#4977) Expected 1 space before "+"; 0 found
(#4977) Expected 1 space after "+"; 0 found
(#4977) Variable "YSpan" must be all lower-case
(#4977) Commas (,) must be followed by white space.
(#4977) Commas (,) must be followed by white space.
(#4977) Variable "GradientColor1" must be all lower-case
(#4977) Line exceeds 132 characters; contains 145 characters
(#4978) Line indented incorrectly; expected at least 40 spaces, found 21
(#4978) Variable "X1" must be all lower-case
(#4978) Expected 1 space before "+"; 0 found
(#4978) Expected 1 space after "+"; 0 found
(#4978) Variable "XSpaceLeft" must be all lower-case
(#4978) Commas (,) must be followed by white space.
(#4978) Variable "Y" must be all lower-case
(#4978) Expected 1 space before "+"; 0 found
(#4978) Expected 1 space after "+"; 0 found
(#4978) Variable "YOffset" must be all lower-case
(#4978) Expected 1 space before "+"; 0 found
(#4978) Expected 1 space after "+"; 0 found
(#4978) Variable "YSpan" must be all lower-case
(#4978) Commas (,) must be followed by white space.
(#4978) Variable "X2" must be all lower-case
(#4978) Expected 1 space before "-"; 0 found
(#4978) Expected 1 space after "-"; 0 found
(#4978) Variable "XSpaceRight" must be all lower-case
(#4978) Commas (,) must be followed by white space.
(#4978) Variable "Y" must be all lower-case
(#4978) Expected 1 space before "+"; 0 found
(#4978) Expected 1 space after "+"; 0 found
(#4978) Variable "YOffset" must be all lower-case
(#4978) Expected 1 space before "+"; 0 found
(#4978) Expected 1 space after "+"; 0 found
(#4978) Variable "YSize" must be all lower-case
(#4978) Commas (,) must be followed by white space.
(#4978) Commas (,) must be followed by white space.
(#4978) Variable "GradientColor2" must be all lower-case
(#4978) Line exceeds 132 characters; contains 152 characters
(#4979) Line indented incorrectly; expected 36 spaces, found 20
(#4979) Closing brace indented incorrectly; expected 19 spaces, found 20
(#4980) Line indented incorrectly; expected at least 36 spaces, found 19
(#4980) Variable "RestoreShadow" must be all lower-case
(#4981) Line indented incorrectly; expected 32 spaces, found 18
(#4981) Closing brace indented incorrectly; expected 17 spaces, found 18
(#4982) Line indented incorrectly; expected 28 spaces, found 16
(#4982) Closing brace indented incorrectly; expected 15 spaces, found 16
(#4984) Line indented incorrectly; expected 28 spaces, found 15
(#4984) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4984) Variable "DisplayValues" must be all lower-case
(#4985) Line indented incorrectly; expected at least 28 spaces, found 16
(#4986) Line indented incorrectly; expected at least 32 spaces, found 17
(#4986) Variable "BarWidth" must be all lower-case
(#4986) Variable "X2" must be all lower-case
(#4986) Expected 1 space before "-"; 0 found
(#4986) Expected 1 space after "-"; 0 found
(#4986) Variable "X1" must be all lower-case
(#4986) Expected 1 space before "-"; 0 found
(#4986) Expected 1 space after "-"; 0 found
(#4986) Variable "FontFactor" must be all lower-case
(#4987) Line indented incorrectly; expected at least 32 spaces, found 17
(#4987) Variable "BarHeight" must be all lower-case
(#4987) Variable "YSize" must be all lower-case
(#4987) Expected 1 space before "+"; 0 found
(#4987) Expected 1 space after "+"; 0 found
(#4987) Variable "YOffset" must be all lower-case
(#4987) Expected 1 space before "/"; 0 found
(#4987) Expected 1 space after "/"; 0 found
(#4987) Expected 1 space before "-"; 0 found
(#4987) Expected 1 space after "-"; 0 found
(#4987) Variable "FontFactor" must be all lower-case
(#4987) Expected 1 space before "/"; 0 found
(#4987) Expected 1 space after "/"; 0 found
(#4988) Line indented incorrectly; expected at least 32 spaces, found 17
(#4988) Variable "Caption" must be all lower-case
(#4988) Variable "Serie" must be all lower-case
(#4988) Variable "Key" must be all lower-case
(#4988) Commas (,) must be followed by white space.
(#4988) Variable "DisplayRound" must be all lower-case
(#4988) Commas (,) must be followed by white space.
(#4988) Variable "Mode" must be all lower-case
(#4988) Commas (,) must be followed by white space.
(#4988) Variable "Format" must be all lower-case
(#4988) Commas (,) must be followed by white space.
(#4988) Variable "Unit" must be all lower-case
(#4989) Line indented incorrectly; expected at least 32 spaces, found 17
(#4989) Variable "TxtPos" must be all lower-case
(#4989) Commas (,) must be followed by white space.
(#4989) Commas (,) must be followed by white space.
(#4989) Variable "DisplayFont" must be all lower-case
(#4989) Commas (,) must be followed by white space.
(#4989) Variable "DisplaySize" must be all lower-case
(#4989) Commas (,) must be followed by white space.
(#4989) Commas (,) must be followed by white space.
(#4989) Variable "Caption" must be all lower-case
(#4990) Line indented incorrectly; expected at least 32 spaces, found 17
(#4990) Variable "TxtHeight" must be all lower-case
(#4990) Variable "TxtPos" must be all lower-case
(#4990) Variable "TxtPos" must be all lower-case
(#4991) Line indented incorrectly; expected at least 32 spaces, found 17
(#4991) Variable "TxtWidth" must be all lower-case
(#4991) Variable "TxtPos" must be all lower-case
(#4991) Variable "TxtPos" must be all lower-case
(#4993) Line indented incorrectly; expected at least 32 spaces, found 17
(#4993) Variable "XCenter" must be all lower-case
(#4993) Variable "X2" must be all lower-case
(#4993) Variable "X1" must be all lower-case
(#4993) Variable "X1" must be all lower-case
(#4994) Line indented incorrectly; expected at least 32 spaces, found 17
(#4994) Variable "YCenter" must be all lower-case
(#4994) Variable "Y" must be all lower-case
(#4994) Expected 1 space before "+"; 0 found
(#4994) Expected 1 space after "+"; 0 found
(#4994) Variable "YOffset" must be all lower-case
(#4994) Expected 1 space before "+"; 0 found
(#4994) Expected 1 space after "+"; 0 found
(#4994) Variable "YSize" must be all lower-case
(#4994) Variable "Y" must be all lower-case
(#4994) Expected 1 space before "+"; 0 found
(#4994) Expected 1 space after "+"; 0 found
(#4994) Variable "YOffset" must be all lower-case
(#4994) Variable "Y" must be all lower-case
(#4994) Expected 1 space before "+"; 0 found
(#4994) Expected 1 space after "+"; 0 found
(#4994) Variable "YOffset" must be all lower-case
(#4996) Line indented incorrectly; expected at least 32 spaces, found 17
(#4996) Variable "Done" must be all lower-case
(#4996) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#4997) Line indented incorrectly; expected 32 spaces, found 17
(#4997) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4997) Variable "DisplayOrientation" must be all lower-case
(#4997) Variable "DisplayOrientation" must be all lower-case
(#4998) Line indented incorrectly; expected at least 32 spaces, found 18
(#4999) Line indented incorrectly; expected 36 spaces, found 19
(#4999) Expected "if (...) {\n"; found "if (...)\n {\n"
(#4999) Variable "TxtHeight" must be all lower-case
(#4999) Variable "BarHeight" must be all lower-case
(#4999) Variable "TxtWidth" must be all lower-case
(#4999) Variable "BarWidth" must be all lower-case
(#5000) Line indented incorrectly; expected at least 36 spaces, found 20
(#5001) Line indented incorrectly; expected at least 40 spaces, found 21
(#5001) Variable "XCenter" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Variable "YCenter" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Variable "Serie" must be all lower-case
(#5001) Variable "Key" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Variable "Mode" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Variable "Format" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Variable "Unit" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Expected 1 space before "=>"; 0 found
(#5001) Expected 1 space after "=>"; 0 found
(#5001) Variable "DisplayR" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Expected 1 space before "=>"; 0 found
(#5001) Expected 1 space after "=>"; 0 found
(#5001) Variable "DisplayG" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Expected 1 space before "=>"; 0 found
(#5001) Expected 1 space after "=>"; 0 found
(#5001) Variable "DisplayB" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Expected 1 space before "=>"; 0 found
(#5001) Expected 1 space after "=>"; 0 found
(#5001) Commas (,) must be followed by white space.
(#5001) Expected 1 space before "=>"; 0 found
(#5001) Expected 1 space after "=>"; 0 found
(#5001) Variable "DisplaySize" must be all lower-case
(#5001) Commas (,) must be followed by white space.
(#5001) Expected 1 space before "=>"; 0 found
(#5001) Expected 1 space after "=>"; 0 found
(#5001) Variable "DisplayFont" must be all lower-case
(#5001) Line exceeds maximum limit of 180 characters; contains 252 characters
(#5002) Line indented incorrectly; expected at least 40 spaces, found 21
(#5002) Variable "Done" must be all lower-case
(#5002) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5003) Line indented incorrectly; expected 36 spaces, found 20
(#5003) Closing brace indented incorrectly; expected 19 spaces, found 20
(#5004) Line indented incorrectly; expected 32 spaces, found 18
(#5004) Closing brace indented incorrectly; expected 17 spaces, found 18
(#5006) Line indented incorrectly; expected 32 spaces, found 17
(#5006) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5006) Variable "DisplayOrientation" must be all lower-case
(#5006) Variable "DisplayOrientation" must be all lower-case
(#5006) Variable "Done" must be all lower-case
(#5007) Line indented incorrectly; expected at least 32 spaces, found 18
(#5008) Line indented incorrectly; expected at least 36 spaces, found 19
(#5008) Inline control structures are not allowed
(#5008) Variable "TxtHeight" must be all lower-case
(#5008) Variable "BarWidth" must be all lower-case
(#5008) Variable "TxtWidth" must be all lower-case
(#5008) Variable "BarHeight" must be all lower-case
(#5009) Line indented incorrectly; expected at least 36 spaces, found 20
(#5009) Variable "XCenter" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Variable "YCenter" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Variable "Serie" must be all lower-case
(#5009) Variable "Key" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Variable "Mode" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Variable "Format" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Variable "Unit" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Expected 1 space before "=>"; 0 found
(#5009) Expected 1 space after "=>"; 0 found
(#5009) Variable "DisplayR" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Expected 1 space before "=>"; 0 found
(#5009) Expected 1 space after "=>"; 0 found
(#5009) Variable "DisplayG" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Expected 1 space before "=>"; 0 found
(#5009) Expected 1 space after "=>"; 0 found
(#5009) Variable "DisplayB" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Expected 1 space before "=>"; 0 found
(#5009) Expected 1 space after "=>"; 0 found
(#5009) Commas (,) must be followed by white space.
(#5009) Expected 1 space before "=>"; 0 found
(#5009) Expected 1 space after "=>"; 0 found
(#5009) Commas (,) must be followed by white space.
(#5009) Expected 1 space before "=>"; 0 found
(#5009) Expected 1 space after "=>"; 0 found
(#5009) Variable "DisplaySize" must be all lower-case
(#5009) Commas (,) must be followed by white space.
(#5009) Expected 1 space before "=>"; 0 found
(#5009) Expected 1 space after "=>"; 0 found
(#5009) Variable "DisplayFont" must be all lower-case
(#5009) Line exceeds maximum limit of 180 characters; contains 263 characters
(#5010) Line indented incorrectly; expected 32 spaces, found 18
(#5010) Closing brace indented incorrectly; expected 17 spaces, found 18
(#5011) Line indented incorrectly; expected 28 spaces, found 16
(#5011) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5013) Line indented incorrectly; expected at least 28 spaces, found 15
(#5013) Variable "LastX" must be all lower-case
(#5013) Variable "Key" must be all lower-case
(#5013) Variable "Pos" must be all lower-case
(#5013) Variable "X2" must be all lower-case
(#5014) Line indented incorrectly; expected 24 spaces, found 14
(#5014) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5016) Line indented incorrectly; expected at least 24 spaces, found 13
(#5016) Variable "Y" must be all lower-case
(#5016) Variable "Y" must be all lower-case
(#5016) Variable "YStep" must be all lower-case
(#5017) Line indented incorrectly; expected 20 spaces, found 12
(#5017) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5018) Line indented incorrectly; expected 16 spaces, found 10
(#5018) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5019) Line indented incorrectly; expected 12 spaces, found 8
(#5019) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5020) Line indented incorrectly; expected 8 spaces, found 6
(#5020) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5021) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5023) Line indented incorrectly; expected at least 4 spaces, found 3
(#5024) Line indented incorrectly; expected 4 spaces, found 3
(#5024) method name "pDraw::drawStackedAreaChart" must be in lower-case letters only
(#5024) Visibility must be declared on method "drawStackedAreaChart"
(#5024) Variable "Format" must be all lower-case
(#5024) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5025) Opening brace should be on the same line as the declaration
(#5026) Line indented incorrectly; expected at least 8 spaces, found 5
(#5026) Variable "DrawLine" must be all lower-case
(#5026) Spaces must be used for alignment; tabs are not allowed
(#5026) Tab found within whitespace
(#5026) Variable "Format" must be all lower-case
(#5026) Variable "Format" must be all lower-case
(#5026) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5027) Line indented incorrectly; expected at least 8 spaces, found 5
(#5027) Variable "LineSurrounding" must be all lower-case
(#5027) Spaces must be used for alignment; tabs are not allowed
(#5027) Tab found within whitespace
(#5027) Variable "Format" must be all lower-case
(#5027) Variable "Format" must be all lower-case
(#5027) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5028) Line indented incorrectly; expected at least 8 spaces, found 5
(#5028) Variable "LineR" must be all lower-case
(#5028) Spaces must be used for alignment; tabs are not allowed
(#5028) Tab found within whitespace
(#5028) Variable "Format" must be all lower-case
(#5028) Variable "Format" must be all lower-case
(#5029) Line indented incorrectly; expected at least 8 spaces, found 5
(#5029) Variable "LineG" must be all lower-case
(#5029) Spaces must be used for alignment; tabs are not allowed
(#5029) Tab found within whitespace
(#5029) Variable "Format" must be all lower-case
(#5029) Variable "Format" must be all lower-case
(#5030) Line indented incorrectly; expected at least 8 spaces, found 5
(#5030) Variable "LineB" must be all lower-case
(#5030) Spaces must be used for alignment; tabs are not allowed
(#5030) Tab found within whitespace
(#5030) Variable "Format" must be all lower-case
(#5030) Variable "Format" must be all lower-case
(#5031) Line indented incorrectly; expected at least 8 spaces, found 5
(#5031) Variable "LineAlpha" must be all lower-case
(#5031) Spaces must be used for alignment; tabs are not allowed
(#5031) Tab found within whitespace
(#5031) Variable "Format" must be all lower-case
(#5031) Variable "Format" must be all lower-case
(#5032) Line indented incorrectly; expected at least 8 spaces, found 5
(#5032) Variable "DrawPlot" must be all lower-case
(#5032) Spaces must be used for alignment; tabs are not allowed
(#5032) Tab found within whitespace
(#5032) Variable "Format" must be all lower-case
(#5032) Variable "Format" must be all lower-case
(#5032) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5033) Line indented incorrectly; expected at least 8 spaces, found 5
(#5033) Variable "PlotRadius" must be all lower-case
(#5033) Spaces must be used for alignment; tabs are not allowed
(#5033) Tab found within whitespace
(#5033) Variable "Format" must be all lower-case
(#5033) Variable "Format" must be all lower-case
(#5034) Line indented incorrectly; expected at least 8 spaces, found 5
(#5034) Variable "PlotBorder" must be all lower-case
(#5034) Spaces must be used for alignment; tabs are not allowed
(#5034) Tab found within whitespace
(#5034) Variable "Format" must be all lower-case
(#5034) Variable "Format" must be all lower-case
(#5035) Line indented incorrectly; expected at least 8 spaces, found 5
(#5035) Variable "PlotBorderSurrounding" must be all lower-case
(#5035) Variable "Format" must be all lower-case
(#5035) Variable "Format" must be all lower-case
(#5035) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5036) Line indented incorrectly; expected at least 8 spaces, found 5
(#5036) Variable "PlotBorderR" must be all lower-case
(#5036) Spaces must be used for alignment; tabs are not allowed
(#5036) Tab found within whitespace
(#5036) Variable "Format" must be all lower-case
(#5036) Variable "Format" must be all lower-case
(#5037) Line indented incorrectly; expected at least 8 spaces, found 5
(#5037) Variable "PlotBorderG" must be all lower-case
(#5037) Spaces must be used for alignment; tabs are not allowed
(#5037) Tab found within whitespace
(#5037) Variable "Format" must be all lower-case
(#5037) Variable "Format" must be all lower-case
(#5038) Line indented incorrectly; expected at least 8 spaces, found 5
(#5038) Variable "PlotBorderB" must be all lower-case
(#5038) Spaces must be used for alignment; tabs are not allowed
(#5038) Tab found within whitespace
(#5038) Variable "Format" must be all lower-case
(#5038) Variable "Format" must be all lower-case
(#5039) Line indented incorrectly; expected at least 8 spaces, found 5
(#5039) Variable "PlotBorderAlpha" must be all lower-case
(#5039) Spaces must be used for alignment; tabs are not allowed
(#5039) Tab found within whitespace
(#5039) Variable "Format" must be all lower-case
(#5039) Variable "Format" must be all lower-case
(#5040) Line indented incorrectly; expected at least 8 spaces, found 5
(#5040) Variable "ForceTransparency" must be all lower-case
(#5040) Spaces must be used for alignment; tabs are not allowed
(#5040) Tab found within whitespace
(#5040) Variable "Format" must be all lower-case
(#5040) Variable "Format" must be all lower-case
(#5040) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5042) Line indented incorrectly; expected at least 8 spaces, found 5
(#5044) Line indented incorrectly; expected at least 8 spaces, found 5
(#5044) Variable "Data" must be all lower-case
(#5045) Line indented incorrectly; expected at least 8 spaces, found 5
(#5045) Variable "XMargin" must be all lower-case
(#5045) Commas (,) must be followed by white space.
(#5045) Variable "XDivs" must be all lower-case
(#5047) Line indented incorrectly; expected at least 8 spaces, found 5
(#5047) Variable "RestoreShadow" must be all lower-case
(#5048) Line indented incorrectly; expected at least 8 spaces, found 5
(#5048) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5050) Line indented incorrectly; expected at least 8 spaces, found 5
(#5051) Line indented incorrectly; expected at least 8 spaces, found 5
(#5051) Variable "OffsetData" must be all lower-case
(#5052) Line indented incorrectly; expected at least 8 spaces, found 5
(#5052) Variable "OverallOffset" must be all lower-case
(#5053) Line indented incorrectly; expected at least 8 spaces, found 5
(#5053) Variable "SerieOrder" must be all lower-case
(#5054) Line indented incorrectly; expected 8 spaces, found 5
(#5054) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5054) Variable "Data" must be all lower-case
(#5054) Variable "SerieName" must be all lower-case
(#5054) Variable "Serie" must be all lower-case
(#5055) Line indented incorrectly; expected at least 8 spaces, found 6
(#5056) Line indented incorrectly; expected 12 spaces, found 7
(#5056) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5056) Variable "Serie" must be all lower-case
(#5056) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5056) Variable "SerieName" must be all lower-case
(#5056) Variable "Data" must be all lower-case
(#5057) Line indented incorrectly; expected at least 12 spaces, found 8
(#5058) Line indented incorrectly; expected at least 16 spaces, found 9
(#5058) Variable "SerieOrder" must be all lower-case
(#5058) Variable "SerieName" must be all lower-case
(#5060) Line indented incorrectly; expected 16 spaces, found 9
(#5060) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5060) Variable "Serie" must be all lower-case
(#5060) Variable "Key" must be all lower-case
(#5060) Variable "Value" must be all lower-case
(#5061) Line indented incorrectly; expected at least 16 spaces, found 10
(#5062) Line indented incorrectly; expected 20 spaces, found 11
(#5062) Expected "if (...) {\n"; found "if (...) { "
(#5062) Variable "Value" must be all lower-case
(#5062) Variable "Value" must be all lower-case
(#5062) Closing brace must be on a line by itself
(#5063) Line indented incorrectly; expected 20 spaces, found 11
(#5063) Expected "if (...) {\n"; found "if (...) { "
(#5063) Variable "Value" must be all lower-case
(#5063) Variable "Sign" must be all lower-case
(#5063) Closing brace must be on a line by itself
(#5063) Expected "} else {\n"; found "} else { "
(#5063) Variable "Sign" must be all lower-case
(#5063) Closing brace must be on a line by itself
(#5064) Line indented incorrectly; expected 20 spaces, found 11
(#5064) Expected "if (...) {\n"; found "if (...) { "
(#5064) Variable "OverallOffset" must be all lower-case
(#5064) Variable "Key" must be all lower-case
(#5064) Variable "OverallOffset" must be all lower-case
(#5064) Variable "Key" must be all lower-case
(#5064) Variable "Sign" must be all lower-case
(#5064) Variable "OverallOffset" must be all lower-case
(#5064) Variable "Key" must be all lower-case
(#5064) Variable "Sign" must be all lower-case
(#5064) Closing brace must be on a line by itself
(#5066) Line indented incorrectly; expected 20 spaces, found 11
(#5066) Expected "if (...) {\n"; found "if (...)\n { "
(#5066) Variable "Sign" must be all lower-case
(#5067) Line indented incorrectly; expected at least 20 spaces, found 12
(#5067) Variable "Data" must be all lower-case
(#5067) Variable "SerieName" must be all lower-case
(#5067) Variable "Key" must be all lower-case
(#5067) Variable "Value" must be all lower-case
(#5067) Variable "OverallOffset" must be all lower-case
(#5067) Variable "Key" must be all lower-case
(#5067) Variable "Sign" must be all lower-case
(#5067) Closing brace must be on a line by itself
(#5068) Line indented incorrectly; expected 20 spaces, found 11
(#5068) Expected "} else {\n"; found "}\n else\n { "
(#5069) Line indented incorrectly; expected at least 20 spaces, found 12
(#5069) Variable "Data" must be all lower-case
(#5069) Variable "SerieName" must be all lower-case
(#5069) Variable "Key" must be all lower-case
(#5069) Variable "Value" must be all lower-case
(#5069) Variable "OverallOffset" must be all lower-case
(#5069) Variable "Key" must be all lower-case
(#5069) Variable "Sign" must be all lower-case
(#5069) Closing brace must be on a line by itself
(#5071) Line indented incorrectly; expected at least 20 spaces, found 11
(#5071) Variable "OverallOffset" must be all lower-case
(#5071) Variable "Key" must be all lower-case
(#5071) Variable "Sign" must be all lower-case
(#5071) Variable "OverallOffset" must be all lower-case
(#5071) Variable "Key" must be all lower-case
(#5071) Variable "Sign" must be all lower-case
(#5071) Variable "Value" must be all lower-case
(#5072) Line indented incorrectly; expected 16 spaces, found 10
(#5072) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5073) Line indented incorrectly; expected 12 spaces, found 8
(#5073) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5073) Whitespace found at end of line
(#5074) Line indented incorrectly; expected 8 spaces, found 6
(#5074) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5075) Line indented incorrectly; expected at least 8 spaces, found 5
(#5075) Variable "SerieOrder" must be all lower-case
(#5075) Variable "SerieOrder" must be all lower-case
(#5077) Line indented incorrectly; expected at least 8 spaces, found 5
(#5077) Variable "LastX" must be all lower-case
(#5077) Variable "LastY" must be all lower-case
(#5078) Line indented incorrectly; expected 8 spaces, found 5
(#5078) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5078) Variable "SerieOrder" must be all lower-case
(#5078) Variable "Key" must be all lower-case
(#5078) Variable "SerieName" must be all lower-case
(#5079) Line indented incorrectly; expected at least 8 spaces, found 6
(#5080) Line indented incorrectly; expected at least 12 spaces, found 7
(#5080) Variable "Serie" must be all lower-case
(#5080) Variable "Data" must be all lower-case
(#5080) Variable "SerieName" must be all lower-case
(#5081) Line indented incorrectly; expected 12 spaces, found 7
(#5081) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5081) Variable "Serie" must be all lower-case
(#5081) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5081) Variable "SerieName" must be all lower-case
(#5081) Variable "Data" must be all lower-case
(#5082) Line indented incorrectly; expected at least 12 spaces, found 8
(#5083) Line indented incorrectly; expected at least 16 spaces, found 9
(#5083) Variable "R" must be all lower-case
(#5083) Variable "Serie" must be all lower-case
(#5083) Variable "G" must be all lower-case
(#5083) Variable "Serie" must be all lower-case
(#5083) Variable "B" must be all lower-case
(#5083) Variable "Serie" must be all lower-case
(#5083) Variable "Alpha" must be all lower-case
(#5083) Variable "Serie" must be all lower-case
(#5083) Variable "Ticks" must be all lower-case
(#5083) Variable "Serie" must be all lower-case
(#5083) Line exceeds 132 characters; contains 150 characters
(#5084) Line indented incorrectly; expected 16 spaces, found 9
(#5084) Expected "if (...) {\n"; found "if (...) { "
(#5084) Variable "ForceTransparency" must be all lower-case
(#5084) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5084) Variable "Alpha" must be all lower-case
(#5084) Variable "ForceTransparency" must be all lower-case
(#5084) Closing brace must be on a line by itself
(#5086) Line indented incorrectly; expected at least 16 spaces, found 9
(#5086) Variable "Color" must be all lower-case
(#5086) Expected 1 space before "=>"; 0 found
(#5086) Expected 1 space after "=>"; 0 found
(#5086) Variable "R" must be all lower-case
(#5086) Commas (,) must be followed by white space.
(#5086) Expected 1 space before "=>"; 0 found
(#5086) Expected 1 space after "=>"; 0 found
(#5086) Variable "G" must be all lower-case
(#5086) Commas (,) must be followed by white space.
(#5086) Expected 1 space before "=>"; 0 found
(#5086) Expected 1 space after "=>"; 0 found
(#5086) Variable "B" must be all lower-case
(#5086) Commas (,) must be followed by white space.
(#5086) Expected 1 space before "=>"; 0 found
(#5086) Expected 1 space after "=>"; 0 found
(#5086) Variable "Alpha" must be all lower-case
(#5088) Line indented incorrectly; expected at least 16 spaces, found 9
(#5088) Inline control structures are not allowed
(#5088) Variable "LineSurrounding" must be all lower-case
(#5088) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5089) Line indented incorrectly; expected at least 16 spaces, found 10
(#5089) Variable "LineColor" must be all lower-case
(#5089) Expected 1 space before "=>"; 0 found
(#5089) Expected 1 space after "=>"; 0 found
(#5089) Variable "R" must be all lower-case
(#5089) Expected 1 space before "+"; 0 found
(#5089) Expected 1 space after "+"; 0 found
(#5089) Variable "LineSurrounding" must be all lower-case
(#5089) Commas (,) must be followed by white space.
(#5089) Expected 1 space before "=>"; 0 found
(#5089) Expected 1 space after "=>"; 0 found
(#5089) Variable "G" must be all lower-case
(#5089) Expected 1 space before "+"; 0 found
(#5089) Expected 1 space after "+"; 0 found
(#5089) Variable "LineSurrounding" must be all lower-case
(#5089) Commas (,) must be followed by white space.
(#5089) Expected 1 space before "=>"; 0 found
(#5089) Expected 1 space after "=>"; 0 found
(#5089) Variable "B" must be all lower-case
(#5089) Expected 1 space before "+"; 0 found
(#5089) Expected 1 space after "+"; 0 found
(#5089) Variable "LineSurrounding" must be all lower-case
(#5089) Commas (,) must be followed by white space.
(#5089) Expected 1 space before "=>"; 0 found
(#5089) Expected 1 space after "=>"; 0 found
(#5089) Variable "Alpha" must be all lower-case
(#5090) Line indented incorrectly; expected at least 16 spaces, found 9
(#5090) Inline control structures are not allowed
(#5090) Usage of ELSEIF not allowed; use ELSE IF instead
(#5090) Variable "LineR" must be all lower-case
(#5091) Line indented incorrectly; expected at least 16 spaces, found 10
(#5091) Variable "LineColor" must be all lower-case
(#5091) Expected 1 space before "=>"; 0 found
(#5091) Expected 1 space after "=>"; 0 found
(#5091) Variable "LineR" must be all lower-case
(#5091) Commas (,) must be followed by white space.
(#5091) Expected 1 space before "=>"; 0 found
(#5091) Expected 1 space after "=>"; 0 found
(#5091) Variable "LineG" must be all lower-case
(#5091) Commas (,) must be followed by white space.
(#5091) Expected 1 space before "=>"; 0 found
(#5091) Expected 1 space after "=>"; 0 found
(#5091) Variable "LineB" must be all lower-case
(#5091) Commas (,) must be followed by white space.
(#5091) Expected 1 space before "=>"; 0 found
(#5091) Expected 1 space after "=>"; 0 found
(#5091) Variable "LineAlpha" must be all lower-case
(#5092) Line indented incorrectly; expected at least 16 spaces, found 9
(#5092) Inline control structures are not allowed
(#5093) Line indented incorrectly; expected at least 16 spaces, found 10
(#5093) Variable "LineColor" must be all lower-case
(#5093) Variable "Color" must be all lower-case
(#5095) Line indented incorrectly; expected at least 16 spaces, found 9
(#5095) Inline control structures are not allowed
(#5095) Variable "PlotBorderSurrounding" must be all lower-case
(#5095) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5096) Line indented incorrectly; expected at least 16 spaces, found 10
(#5096) Variable "PlotBorderColor" must be all lower-case
(#5096) Expected 1 space before "=>"; 0 found
(#5096) Expected 1 space after "=>"; 0 found
(#5096) Variable "R" must be all lower-case
(#5096) Expected 1 space before "+"; 0 found
(#5096) Expected 1 space after "+"; 0 found
(#5096) Variable "PlotBorderSurrounding" must be all lower-case
(#5096) Commas (,) must be followed by white space.
(#5096) Expected 1 space before "=>"; 0 found
(#5096) Expected 1 space after "=>"; 0 found
(#5096) Variable "G" must be all lower-case
(#5096) Expected 1 space before "+"; 0 found
(#5096) Expected 1 space after "+"; 0 found
(#5096) Variable "PlotBorderSurrounding" must be all lower-case
(#5096) Commas (,) must be followed by white space.
(#5096) Expected 1 space before "=>"; 0 found
(#5096) Expected 1 space after "=>"; 0 found
(#5096) Variable "B" must be all lower-case
(#5096) Expected 1 space before "+"; 0 found
(#5096) Expected 1 space after "+"; 0 found
(#5096) Variable "PlotBorderSurrounding" must be all lower-case
(#5096) Commas (,) must be followed by white space.
(#5096) Expected 1 space before "=>"; 0 found
(#5096) Expected 1 space after "=>"; 0 found
(#5096) Variable "PlotBorderAlpha" must be all lower-case
(#5096) Line exceeds 132 characters; contains 155 characters
(#5097) Line indented incorrectly; expected at least 16 spaces, found 9
(#5097) Inline control structures are not allowed
(#5098) Line indented incorrectly; expected at least 16 spaces, found 10
(#5098) Variable "PlotBorderColor" must be all lower-case
(#5098) Expected 1 space before "=>"; 0 found
(#5098) Expected 1 space after "=>"; 0 found
(#5098) Variable "PlotBorderR" must be all lower-case
(#5098) Commas (,) must be followed by white space.
(#5098) Expected 1 space before "=>"; 0 found
(#5098) Expected 1 space after "=>"; 0 found
(#5098) Variable "PlotBorderG" must be all lower-case
(#5098) Commas (,) must be followed by white space.
(#5098) Expected 1 space before "=>"; 0 found
(#5098) Expected 1 space after "=>"; 0 found
(#5098) Variable "PlotBorderB" must be all lower-case
(#5098) Commas (,) must be followed by white space.
(#5098) Expected 1 space before "=>"; 0 found
(#5098) Expected 1 space after "=>"; 0 found
(#5098) Variable "PlotBorderAlpha" must be all lower-case
(#5100) Line indented incorrectly; expected at least 16 spaces, found 9
(#5100) Variable "AxisID" must be all lower-case
(#5100) Spaces must be used for alignment; tabs are not allowed
(#5100) Tab found within whitespace
(#5100) Variable "Serie" must be all lower-case
(#5101) Line indented incorrectly; expected at least 16 spaces, found 9
(#5101) Variable "Mode" must be all lower-case
(#5101) Spaces must be used for alignment; tabs are not allowed
(#5101) Tab found within whitespace
(#5101) Variable "Data" must be all lower-case
(#5101) Variable "AxisID" must be all lower-case
(#5102) Line indented incorrectly; expected at least 16 spaces, found 9
(#5102) Variable "Format" must be all lower-case
(#5102) Spaces must be used for alignment; tabs are not allowed
(#5102) Tab found within whitespace
(#5102) Variable "Data" must be all lower-case
(#5102) Variable "AxisID" must be all lower-case
(#5103) Line indented incorrectly; expected at least 16 spaces, found 9
(#5103) Variable "Unit" must be all lower-case
(#5103) Spaces must be used for alignment; tabs are not allowed
(#5103) Tab found within whitespace
(#5103) Variable "Data" must be all lower-case
(#5103) Variable "AxisID" must be all lower-case
(#5105) Line indented incorrectly; expected at least 16 spaces, found 9
(#5105) Variable "PosArray" must be all lower-case
(#5105) Variable "Serie" must be all lower-case
(#5105) Commas (,) must be followed by white space.
(#5105) Expected 1 space before "=>"; 0 found
(#5105) Expected 1 space after "=>"; 0 found
(#5105) Variable "Serie" must be all lower-case
(#5105) Commas (,) must be followed by white space.
(#5105) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5106) Line indented incorrectly; expected at least 16 spaces, found 9
(#5106) Variable "YZero" must be all lower-case
(#5106) Commas (,) must be followed by white space.
(#5106) Expected 1 space before "=>"; 0 found
(#5106) Expected 1 space after "=>"; 0 found
(#5106) Variable "Serie" must be all lower-case
(#5108) Line indented incorrectly; expected at least 16 spaces, found 9
(#5108) Variable "SerieName" must be all lower-case
(#5110) Line indented incorrectly; expected 16 spaces, found 9
(#5110) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5110) Variable "Data" must be all lower-case
(#5111) Line indented incorrectly; expected at least 16 spaces, found 10
(#5112) Line indented incorrectly; expected 20 spaces, found 11
(#5112) Expected "if (...) {\n"; found "if (...) { "
(#5112) Variable "YZero" must be all lower-case
(#5112) Expected 1 space before "+"; 0 found
(#5112) Expected 1 space after "+"; 0 found
(#5112) Variable "YZero" must be all lower-case
(#5112) Expected 1 space before "+"; 0 found
(#5112) Expected 1 space after "+"; 0 found
(#5112) Closing brace must be on a line by itself
(#5113) Line indented incorrectly; expected 20 spaces, found 11
(#5113) Expected "if (...) {\n"; found "if (...) { "
(#5113) Variable "YZero" must be all lower-case
(#5113) Expected 1 space before "-"; 0 found
(#5113) Expected 1 space after "-"; 0 found
(#5113) Variable "YZero" must be all lower-case
(#5113) Expected 1 space before "-"; 0 found
(#5113) Expected 1 space after "-"; 0 found
(#5113) Closing brace must be on a line by itself
(#5115) Line indented incorrectly; expected 20 spaces, found 11
(#5115) Expected "if (...) {\n"; found "if (...) { "
(#5115) Variable "XDivs" must be all lower-case
(#5115) Variable "XStep" must be all lower-case
(#5115) Expected 1 space before "-"; 0 found
(#5115) Expected 1 space after "-"; 0 found
(#5115) Expected 1 space before "/"; 0 found
(#5115) Expected 1 space after "/"; 0 found
(#5115) Closing brace must be on a line by itself
(#5115) Expected "} else {\n"; found "} else { "
(#5115) Variable "XStep" must be all lower-case
(#5115) Expected 1 space before "-"; 0 found
(#5115) Expected 1 space after "-"; 0 found
(#5115) Expected 1 space before "-"; 0 found
(#5115) Expected 1 space after "-"; 0 found
(#5115) Variable "XMargin" must be all lower-case
(#5115) Expected 1 space before "*"; 0 found
(#5115) Expected 1 space after "*"; 0 found
(#5115) Expected 1 space before "/"; 0 found
(#5115) Expected 1 space after "/"; 0 found
(#5115) Variable "XDivs" must be all lower-case
(#5115) Line exceeds 132 characters; contains 162 characters
(#5115) Closing brace must be on a line by itself
(#5116) Line indented incorrectly; expected at least 20 spaces, found 11
(#5116) Variable "X" must be all lower-case
(#5116) Variable "XMargin" must be all lower-case
(#5118) Line indented incorrectly; expected 20 spaces, found 11
(#5118) Expected "if (...) {\n"; found "if (...) { "
(#5118) Variable "PosArray" must be all lower-case
(#5118) Variable "Value" must be all lower-case
(#5118) Variable "PosArray" must be all lower-case
(#5118) Variable "PosArray" must be all lower-case
(#5118) Variable "PosArray" must be all lower-case
(#5118) Variable "Value" must be all lower-case
(#5118) Closing brace must be on a line by itself
(#5120) Line indented incorrectly; expected at least 20 spaces, found 11
(#5120) Variable "Plots" must be all lower-case
(#5120) Variable "Plots" must be all lower-case
(#5120) Variable "X" must be all lower-case
(#5120) Variable "Plots" must be all lower-case
(#5120) Variable "YZero" must be all lower-case
(#5121) Line indented incorrectly; expected 20 spaces, found 11
(#5121) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5121) Variable "PosArray" must be all lower-case
(#5121) Variable "Key" must be all lower-case
(#5121) Variable "Height" must be all lower-case
(#5122) Line indented incorrectly; expected at least 20 spaces, found 12
(#5123) Line indented incorrectly; expected 24 spaces, found 13
(#5123) Expected "if (...) {\n"; found "if (...) { "
(#5123) Variable "Height" must be all lower-case
(#5123) Variable "Plots" must be all lower-case
(#5123) Variable "X" must be all lower-case
(#5123) Variable "Plots" must be all lower-case
(#5123) Variable "YZero" must be all lower-case
(#5123) Expected 1 space before "-"; 0 found
(#5123) Expected 1 space after "-"; 0 found
(#5123) Variable "Height" must be all lower-case
(#5123) Closing brace must be on a line by itself
(#5124) Line indented incorrectly; expected at least 24 spaces, found 13
(#5124) Variable "X" must be all lower-case
(#5124) Variable "X" must be all lower-case
(#5124) Variable "XStep" must be all lower-case
(#5125) Line indented incorrectly; expected 20 spaces, found 12
(#5125) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5126) Line indented incorrectly; expected at least 20 spaces, found 11
(#5126) Variable "Plots" must be all lower-case
(#5126) Variable "X" must be all lower-case
(#5126) Expected 1 space before "-"; 0 found
(#5126) Expected 1 space after "-"; 0 found
(#5126) Variable "XStep" must be all lower-case
(#5126) Variable "Plots" must be all lower-case
(#5126) Variable "YZero" must be all lower-case
(#5128) Line indented incorrectly; expected at least 20 spaces, found 11
(#5128) Variable "Plots" must be all lower-case
(#5128) Commas (,) must be followed by white space.
(#5128) Variable "Color" must be all lower-case
(#5130) Line indented incorrectly; expected at least 20 spaces, found 11
(#5130) Variable "RestoreShadow" must be all lower-case
(#5131) Line indented incorrectly; expected 20 spaces, found 11
(#5131) Expected "if (...) {\n"; found "if (...) { "
(#5131) Variable "DrawLine" must be all lower-case
(#5131) Expected "for (...) {\n"; found "for(...) { "
(#5131) Expected 1 space before "="; 0 found
(#5131) Expected 1 space after "="; 0 found
(#5131) Expected 1 space before "<="; 0 found
(#5131) Expected 1 space after "<="; 0 found
(#5131) Variable "Plots" must be all lower-case
(#5131) Expected 1 space before "-"; 0 found
(#5131) Expected 1 space after "-"; 0 found
(#5131) Expected 1 space before "="; 0 found
(#5131) Expected 1 space after "="; 0 found
(#5131) Expected 1 space before "+"; 0 found
(#5131) Expected 1 space after "+"; 0 found
(#5131) Variable "Plots" must be all lower-case
(#5131) Commas (,) must be followed by white space.
(#5131) Variable "Plots" must be all lower-case
(#5131) Expected 1 space before "+"; 0 found
(#5131) Expected 1 space after "+"; 0 found
(#5131) Commas (,) must be followed by white space.
(#5131) Variable "Plots" must be all lower-case
(#5131) Expected 1 space before "+"; 0 found
(#5131) Expected 1 space after "+"; 0 found
(#5131) Commas (,) must be followed by white space.
(#5131) Variable "Plots" must be all lower-case
(#5131) Expected 1 space before "+"; 0 found
(#5131) Expected 1 space after "+"; 0 found
(#5131) Commas (,) must be followed by white space.
(#5131) Variable "LineColor" must be all lower-case
(#5131) Closing brace must be on a line by itself
(#5131) Line exceeds 132 characters; contains 154 characters
(#5131) Closing brace must be on a line by itself
(#5132) Line indented incorrectly; expected 20 spaces, found 11
(#5132) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5132) Variable "DrawPlot" must be all lower-case
(#5133) Line indented incorrectly; expected at least 20 spaces, found 12
(#5134) Line indented incorrectly; expected 24 spaces, found 13
(#5134) Expected "for (...) {\n"; found "for(...)\n {\n"
(#5134) Expected 1 space before "="; 0 found
(#5134) Expected 1 space after "="; 0 found
(#5134) Expected 1 space before "<="; 0 found
(#5134) Expected 1 space after "<="; 0 found
(#5134) Variable "Plots" must be all lower-case
(#5134) Expected 1 space before "-"; 0 found
(#5134) Expected 1 space after "-"; 0 found
(#5134) Expected 1 space before "="; 0 found
(#5134) Expected 1 space after "="; 0 found
(#5134) Expected 1 space before "+"; 0 found
(#5134) Expected 1 space after "+"; 0 found
(#5135) Line indented incorrectly; expected at least 24 spaces, found 14
(#5136) Line indented incorrectly; expected 28 spaces, found 15
(#5136) Expected "if (...) {\n"; found "if (...)\n { "
(#5136) Variable "PlotBorder" must be all lower-case
(#5137) Line indented incorrectly; expected at least 28 spaces, found 16
(#5137) Variable "Plots" must be all lower-case
(#5137) Commas (,) must be followed by white space.
(#5137) Variable "Plots" must be all lower-case
(#5137) Expected 1 space before "+"; 0 found
(#5137) Expected 1 space after "+"; 0 found
(#5137) Commas (,) must be followed by white space.
(#5137) Variable "PlotRadius" must be all lower-case
(#5137) Expected 1 space before "+"; 0 found
(#5137) Expected 1 space after "+"; 0 found
(#5137) Variable "PlotBorder" must be all lower-case
(#5137) Commas (,) must be followed by white space.
(#5137) Variable "PlotBorderColor" must be all lower-case
(#5137) Closing brace must be on a line by itself
(#5139) Line indented incorrectly; expected at least 28 spaces, found 15
(#5139) Variable "Plots" must be all lower-case
(#5139) Commas (,) must be followed by white space.
(#5139) Variable "Plots" must be all lower-case
(#5139) Expected 1 space before "+"; 0 found
(#5139) Expected 1 space after "+"; 0 found
(#5139) Commas (,) must be followed by white space.
(#5139) Variable "PlotRadius" must be all lower-case
(#5139) Commas (,) must be followed by white space.
(#5139) Variable "Color" must be all lower-case
(#5140) Line indented incorrectly; expected 24 spaces, found 14
(#5140) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5141) Line indented incorrectly; expected 20 spaces, found 12
(#5141) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5142) Line indented incorrectly; expected at least 20 spaces, found 11
(#5142) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5143) Line indented incorrectly; expected 16 spaces, found 10
(#5143) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5144) Line indented incorrectly; expected 16 spaces, found 9
(#5144) Usage of ELSEIF not allowed; use ELSE IF instead
(#5144) Variable "Data" must be all lower-case
(#5145) Line indented incorrectly; expected at least 16 spaces, found 10
(#5146) Line indented incorrectly; expected 20 spaces, found 11
(#5146) Expected "if (...) {\n"; found "if (...) { "
(#5146) Variable "YZero" must be all lower-case
(#5146) Expected 1 space before "+"; 0 found
(#5146) Expected 1 space after "+"; 0 found
(#5146) Variable "YZero" must be all lower-case
(#5146) Expected 1 space before "+"; 0 found
(#5146) Expected 1 space after "+"; 0 found
(#5146) Closing brace must be on a line by itself
(#5147) Line indented incorrectly; expected 20 spaces, found 11
(#5147) Expected "if (...) {\n"; found "if (...) { "
(#5147) Variable "YZero" must be all lower-case
(#5147) Expected 1 space before "-"; 0 found
(#5147) Expected 1 space after "-"; 0 found
(#5147) Variable "YZero" must be all lower-case
(#5147) Expected 1 space before "-"; 0 found
(#5147) Expected 1 space after "-"; 0 found
(#5147) Closing brace must be on a line by itself
(#5149) Line indented incorrectly; expected 20 spaces, found 11
(#5149) Expected "if (...) {\n"; found "if (...) { "
(#5149) Variable "XDivs" must be all lower-case
(#5149) Variable "YStep" must be all lower-case
(#5149) Expected 1 space before "-"; 0 found
(#5149) Expected 1 space after "-"; 0 found
(#5149) Expected 1 space before "/"; 0 found
(#5149) Expected 1 space after "/"; 0 found
(#5149) Closing brace must be on a line by itself
(#5149) Expected "} else {\n"; found "} else { "
(#5149) Variable "YStep" must be all lower-case
(#5149) Expected 1 space before "-"; 0 found
(#5149) Expected 1 space after "-"; 0 found
(#5149) Expected 1 space before "-"; 0 found
(#5149) Expected 1 space after "-"; 0 found
(#5149) Variable "XMargin" must be all lower-case
(#5149) Expected 1 space before "*"; 0 found
(#5149) Expected 1 space after "*"; 0 found
(#5149) Expected 1 space before "/"; 0 found
(#5149) Expected 1 space after "/"; 0 found
(#5149) Variable "XDivs" must be all lower-case
(#5149) Line exceeds 132 characters; contains 162 characters
(#5149) Closing brace must be on a line by itself
(#5150) Line indented incorrectly; expected at least 20 spaces, found 11
(#5150) Variable "Y" must be all lower-case
(#5150) Variable "XMargin" must be all lower-case
(#5152) Line indented incorrectly; expected 20 spaces, found 11
(#5152) Expected "if (...) {\n"; found "if (...) { "
(#5152) Variable "PosArray" must be all lower-case
(#5152) Variable "Value" must be all lower-case
(#5152) Variable "PosArray" must be all lower-case
(#5152) Variable "PosArray" must be all lower-case
(#5152) Variable "PosArray" must be all lower-case
(#5152) Variable "Value" must be all lower-case
(#5152) Closing brace must be on a line by itself
(#5154) Line indented incorrectly; expected at least 20 spaces, found 11
(#5154) Variable "Plots" must be all lower-case
(#5154) Variable "Plots" must be all lower-case
(#5154) Variable "YZero" must be all lower-case
(#5154) Variable "Plots" must be all lower-case
(#5154) Variable "Y" must be all lower-case
(#5155) Line indented incorrectly; expected 20 spaces, found 11
(#5155) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5155) Variable "PosArray" must be all lower-case
(#5155) Variable "Key" must be all lower-case
(#5155) Variable "Height" must be all lower-case
(#5156) Line indented incorrectly; expected at least 20 spaces, found 12
(#5157) Line indented incorrectly; expected 24 spaces, found 13
(#5157) Expected "if (...) {\n"; found "if (...) { "
(#5157) Variable "Height" must be all lower-case
(#5157) Variable "Plots" must be all lower-case
(#5157) Variable "YZero" must be all lower-case
(#5157) Expected 1 space before "+"; 0 found
(#5157) Expected 1 space after "+"; 0 found
(#5157) Variable "Height" must be all lower-case
(#5157) Variable "Plots" must be all lower-case
(#5157) Variable "Y" must be all lower-case
(#5157) Closing brace must be on a line by itself
(#5158) Line indented incorrectly; expected at least 24 spaces, found 13
(#5158) Variable "Y" must be all lower-case
(#5158) Variable "Y" must be all lower-case
(#5158) Variable "YStep" must be all lower-case
(#5159) Line indented incorrectly; expected 20 spaces, found 12
(#5159) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5160) Line indented incorrectly; expected at least 20 spaces, found 11
(#5160) Variable "Plots" must be all lower-case
(#5160) Variable "YZero" must be all lower-case
(#5160) Variable "Plots" must be all lower-case
(#5160) Variable "Y" must be all lower-case
(#5160) Expected 1 space before "-"; 0 found
(#5160) Expected 1 space after "-"; 0 found
(#5160) Variable "YStep" must be all lower-case
(#5162) Line indented incorrectly; expected at least 20 spaces, found 11
(#5162) Variable "Plots" must be all lower-case
(#5162) Commas (,) must be followed by white space.
(#5162) Variable "Color" must be all lower-case
(#5164) Line indented incorrectly; expected at least 20 spaces, found 11
(#5164) Variable "RestoreShadow" must be all lower-case
(#5165) Line indented incorrectly; expected 20 spaces, found 11
(#5165) Expected "if (...) {\n"; found "if (...) { "
(#5165) Variable "DrawLine" must be all lower-case
(#5165) Expected "for (...) {\n"; found "for(...) { "
(#5165) Expected 1 space before "="; 0 found
(#5165) Expected 1 space after "="; 0 found
(#5165) Expected 1 space before "<="; 0 found
(#5165) Expected 1 space after "<="; 0 found
(#5165) Variable "Plots" must be all lower-case
(#5165) Expected 1 space before "-"; 0 found
(#5165) Expected 1 space after "-"; 0 found
(#5165) Expected 1 space before "="; 0 found
(#5165) Expected 1 space after "="; 0 found
(#5165) Expected 1 space before "+"; 0 found
(#5165) Expected 1 space after "+"; 0 found
(#5165) Variable "Plots" must be all lower-case
(#5165) Commas (,) must be followed by white space.
(#5165) Variable "Plots" must be all lower-case
(#5165) Expected 1 space before "+"; 0 found
(#5165) Expected 1 space after "+"; 0 found
(#5165) Commas (,) must be followed by white space.
(#5165) Variable "Plots" must be all lower-case
(#5165) Expected 1 space before "+"; 0 found
(#5165) Expected 1 space after "+"; 0 found
(#5165) Commas (,) must be followed by white space.
(#5165) Variable "Plots" must be all lower-case
(#5165) Expected 1 space before "+"; 0 found
(#5165) Expected 1 space after "+"; 0 found
(#5165) Commas (,) must be followed by white space.
(#5165) Variable "LineColor" must be all lower-case
(#5165) Closing brace must be on a line by itself
(#5165) Line exceeds 132 characters; contains 154 characters
(#5165) Closing brace must be on a line by itself
(#5166) Line indented incorrectly; expected 20 spaces, found 11
(#5166) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5166) Variable "DrawPlot" must be all lower-case
(#5167) Line indented incorrectly; expected at least 20 spaces, found 12
(#5168) Line indented incorrectly; expected 24 spaces, found 13
(#5168) Expected "for (...) {\n"; found "for(...)\n {\n"
(#5168) Expected 1 space before "="; 0 found
(#5168) Expected 1 space after "="; 0 found
(#5168) Expected 1 space before "<="; 0 found
(#5168) Expected 1 space after "<="; 0 found
(#5168) Variable "Plots" must be all lower-case
(#5168) Expected 1 space before "-"; 0 found
(#5168) Expected 1 space after "-"; 0 found
(#5168) Expected 1 space before "="; 0 found
(#5168) Expected 1 space after "="; 0 found
(#5168) Expected 1 space before "+"; 0 found
(#5168) Expected 1 space after "+"; 0 found
(#5169) Line indented incorrectly; expected at least 24 spaces, found 14
(#5170) Line indented incorrectly; expected 28 spaces, found 15
(#5170) Expected "if (...) {\n"; found "if (...)\n { "
(#5170) Variable "PlotBorder" must be all lower-case
(#5171) Line indented incorrectly; expected at least 28 spaces, found 16
(#5171) Variable "Plots" must be all lower-case
(#5171) Commas (,) must be followed by white space.
(#5171) Variable "Plots" must be all lower-case
(#5171) Expected 1 space before "+"; 0 found
(#5171) Expected 1 space after "+"; 0 found
(#5171) Commas (,) must be followed by white space.
(#5171) Variable "PlotRadius" must be all lower-case
(#5171) Expected 1 space before "+"; 0 found
(#5171) Expected 1 space after "+"; 0 found
(#5171) Variable "PlotBorder" must be all lower-case
(#5171) Commas (,) must be followed by white space.
(#5171) Variable "PlotBorderColor" must be all lower-case
(#5171) Closing brace must be on a line by itself
(#5173) Line indented incorrectly; expected at least 28 spaces, found 15
(#5173) Variable "Plots" must be all lower-case
(#5173) Commas (,) must be followed by white space.
(#5173) Variable "Plots" must be all lower-case
(#5173) Expected 1 space before "+"; 0 found
(#5173) Expected 1 space after "+"; 0 found
(#5173) Commas (,) must be followed by white space.
(#5173) Variable "PlotRadius" must be all lower-case
(#5173) Commas (,) must be followed by white space.
(#5173) Variable "Color" must be all lower-case
(#5174) Line indented incorrectly; expected 24 spaces, found 14
(#5174) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5175) Line indented incorrectly; expected 20 spaces, found 12
(#5175) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5176) Line indented incorrectly; expected at least 20 spaces, found 11
(#5176) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5177) Line indented incorrectly; expected 16 spaces, found 10
(#5177) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5178) Line indented incorrectly; expected 12 spaces, found 8
(#5178) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5179) Line indented incorrectly; expected 8 spaces, found 6
(#5179) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5180) Line indented incorrectly; expected at least 8 spaces, found 5
(#5180) Variable "RestoreShadow" must be all lower-case
(#5181) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5183) Line indented incorrectly; expected at least 4 spaces, found 3
(#5184) Line indented incorrectly; expected 4 spaces, found 3
(#5184) method name "pDraw::getRandomColor" must be in lower-case letters only
(#5184) Visibility must be declared on method "getRandomColor"
(#5184) Variable "Alpha" must be all lower-case
(#5185) Opening brace should be on the same line as the declaration
(#5185) Opening brace must be the last content on the line
(#5185) Expected 1 space before "=>"; 0 found
(#5185) Expected 1 space after "=>"; 0 found
(#5185) Commas (,) must be followed by white space.
(#5185) Commas (,) must be followed by white space.
(#5185) Expected 1 space before "=>"; 0 found
(#5185) Expected 1 space after "=>"; 0 found
(#5185) Commas (,) must be followed by white space.
(#5185) Commas (,) must be followed by white space.
(#5185) Expected 1 space before "=>"; 0 found
(#5185) Expected 1 space after "=>"; 0 found
(#5185) Commas (,) must be followed by white space.
(#5185) Commas (,) must be followed by white space.
(#5185) Expected 1 space before "=>"; 0 found
(#5185) Expected 1 space after "=>"; 0 found
(#5185) Variable "Alpha" must be all lower-case
(#5185) Closing brace must be on a line by itself
(#5186) Whitespace found at end of line
(#5187) Line indented incorrectly; expected at least 4 spaces, found 3
(#5188) Line indented incorrectly; expected 4 spaces, found 3
(#5188) method name "pDraw::validatePalette" must be in lower-case letters only
(#5188) Visibility must be declared on method "validatePalette"
(#5188) Variable "Colors" must be all lower-case
(#5188) Commas (,) must be followed by white space.
(#5188) Variable "Surrounding" must be all lower-case
(#5188) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5189) Opening brace should be on the same line as the declaration
(#5190) Line indented incorrectly; expected at least 8 spaces, found 5
(#5190) Variable "Result" must be all lower-case
(#5192) Line indented incorrectly; expected 8 spaces, found 5
(#5192) Expected "if (...) {\n"; found "if (...) { "
(#5192) Variable "Colors" must be all lower-case
(#5192) Closing brace must be on a line by itself
(#5194) Line indented incorrectly; expected 8 spaces, found 5
(#5194) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5194) Variable "Colors" must be all lower-case
(#5194) Variable "Key" must be all lower-case
(#5194) Variable "Values" must be all lower-case
(#5195) Line indented incorrectly; expected at least 8 spaces, found 6
(#5196) Line indented incorrectly; expected 12 spaces, found 7
(#5196) Expected "if (...) {\n"; found "if (...) { "
(#5196) Variable "Values" must be all lower-case
(#5196) Variable "Result" must be all lower-case
(#5196) Variable "Key" must be all lower-case
(#5196) Variable "Values" must be all lower-case
(#5196) Closing brace must be on a line by itself
(#5196) Expected "} else {\n"; found "} else { "
(#5196) Variable "Result" must be all lower-case
(#5196) Variable "Key" must be all lower-case
(#5196) Commas (,) must be followed by white space.
(#5196) Closing brace must be on a line by itself
(#5197) Line indented incorrectly; expected 12 spaces, found 7
(#5197) Expected "if (...) {\n"; found "if (...) { "
(#5197) Variable "Values" must be all lower-case
(#5197) Variable "Result" must be all lower-case
(#5197) Variable "Key" must be all lower-case
(#5197) Variable "Values" must be all lower-case
(#5197) Closing brace must be on a line by itself
(#5197) Expected "} else {\n"; found "} else { "
(#5197) Variable "Result" must be all lower-case
(#5197) Variable "Key" must be all lower-case
(#5197) Commas (,) must be followed by white space.
(#5197) Closing brace must be on a line by itself
(#5198) Line indented incorrectly; expected 12 spaces, found 7
(#5198) Expected "if (...) {\n"; found "if (...) { "
(#5198) Variable "Values" must be all lower-case
(#5198) Variable "Result" must be all lower-case
(#5198) Variable "Key" must be all lower-case
(#5198) Variable "Values" must be all lower-case
(#5198) Closing brace must be on a line by itself
(#5198) Expected "} else {\n"; found "} else { "
(#5198) Variable "Result" must be all lower-case
(#5198) Variable "Key" must be all lower-case
(#5198) Commas (,) must be followed by white space.
(#5198) Closing brace must be on a line by itself
(#5199) Line indented incorrectly; expected 12 spaces, found 7
(#5199) Expected "if (...) {\n"; found "if (...) { "
(#5199) Variable "Values" must be all lower-case
(#5199) Variable "Result" must be all lower-case
(#5199) Variable "Key" must be all lower-case
(#5199) Variable "Values" must be all lower-case
(#5199) Closing brace must be on a line by itself
(#5199) Expected "} else {\n"; found "} else { "
(#5199) Variable "Result" must be all lower-case
(#5199) Variable "Key" must be all lower-case
(#5199) Closing brace must be on a line by itself
(#5201) Line indented incorrectly; expected 12 spaces, found 7
(#5201) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5201) Variable "Surrounding" must be all lower-case
(#5201) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5202) Line indented incorrectly; expected at least 12 spaces, found 8
(#5203) Line indented incorrectly; expected at least 16 spaces, found 9
(#5203) Variable "Result" must be all lower-case
(#5203) Variable "Key" must be all lower-case
(#5203) Variable "Result" must be all lower-case
(#5203) Variable "Key" must be all lower-case
(#5203) Variable "Surrounding" must be all lower-case
(#5204) Line indented incorrectly; expected at least 16 spaces, found 9
(#5204) Variable "Result" must be all lower-case
(#5204) Variable "Key" must be all lower-case
(#5204) Variable "Result" must be all lower-case
(#5204) Variable "Key" must be all lower-case
(#5204) Variable "Surrounding" must be all lower-case
(#5205) Line indented incorrectly; expected at least 16 spaces, found 9
(#5205) Variable "Result" must be all lower-case
(#5205) Variable "Key" must be all lower-case
(#5205) Variable "Result" must be all lower-case
(#5205) Variable "Key" must be all lower-case
(#5205) Variable "Surrounding" must be all lower-case
(#5206) Line indented incorrectly; expected 12 spaces, found 8
(#5206) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5207) Line indented incorrectly; expected 12 spaces, found 7
(#5207) Expected "} else {\n"; found "}\n else\n {\n"
(#5208) Line indented incorrectly; expected at least 12 spaces, found 8
(#5209) Line indented incorrectly; expected 16 spaces, found 9
(#5209) Expected "if (...) {\n"; found "if (...) { "
(#5209) Variable "Values" must be all lower-case
(#5209) Variable "Result" must be all lower-case
(#5209) Variable "Key" must be all lower-case
(#5209) Variable "Values" must be all lower-case
(#5209) Closing brace must be on a line by itself
(#5209) Expected "} else {\n"; found "} else { "
(#5209) Variable "Result" must be all lower-case
(#5209) Variable "Key" must be all lower-case
(#5209) Variable "Result" must be all lower-case
(#5209) Variable "Key" must be all lower-case
(#5209) Line exceeds 132 characters; contains 152 characters
(#5209) Closing brace must be on a line by itself
(#5210) Line indented incorrectly; expected 16 spaces, found 9
(#5210) Expected "if (...) {\n"; found "if (...) { "
(#5210) Variable "Values" must be all lower-case
(#5210) Variable "Result" must be all lower-case
(#5210) Variable "Key" must be all lower-case
(#5210) Variable "Values" must be all lower-case
(#5210) Closing brace must be on a line by itself
(#5210) Expected "} else {\n"; found "} else { "
(#5210) Variable "Result" must be all lower-case
(#5210) Variable "Key" must be all lower-case
(#5210) Variable "Result" must be all lower-case
(#5210) Variable "Key" must be all lower-case
(#5210) Line exceeds 132 characters; contains 152 characters
(#5210) Closing brace must be on a line by itself
(#5211) Line indented incorrectly; expected 16 spaces, found 9
(#5211) Expected "if (...) {\n"; found "if (...) { "
(#5211) Variable "Values" must be all lower-case
(#5211) Variable "Result" must be all lower-case
(#5211) Variable "Key" must be all lower-case
(#5211) Variable "Values" must be all lower-case
(#5211) Closing brace must be on a line by itself
(#5211) Expected "} else {\n"; found "} else { "
(#5211) Variable "Result" must be all lower-case
(#5211) Variable "Key" must be all lower-case
(#5211) Variable "Result" must be all lower-case
(#5211) Variable "Key" must be all lower-case
(#5211) Line exceeds 132 characters; contains 152 characters
(#5211) Closing brace must be on a line by itself
(#5212) Line indented incorrectly; expected 16 spaces, found 9
(#5212) Expected "if (...) {\n"; found "if (...) { "
(#5212) Variable "Values" must be all lower-case
(#5212) Variable "Result" must be all lower-case
(#5212) Variable "Key" must be all lower-case
(#5212) Variable "Values" must be all lower-case
(#5212) Closing brace must be on a line by itself
(#5212) Expected "} else {\n"; found "} else { "
(#5212) Variable "Result" must be all lower-case
(#5212) Variable "Key" must be all lower-case
(#5212) Variable "Result" must be all lower-case
(#5212) Variable "Key" must be all lower-case
(#5212) Line exceeds 132 characters; contains 168 characters
(#5212) Closing brace must be on a line by itself
(#5213) Line indented incorrectly; expected 12 spaces, found 8
(#5213) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5214) Line indented incorrectly; expected 8 spaces, found 6
(#5214) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5216) Line indented incorrectly; expected at least 8 spaces, found 5
(#5216) Variable "Result" must be all lower-case
(#5217) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5219) Line indented incorrectly; expected at least 4 spaces, found 3
(#5220) Line indented incorrectly; expected 4 spaces, found 3
(#5220) method name "pDraw::drawDerivative" must be in lower-case letters only
(#5220) Visibility must be declared on method "drawDerivative"
(#5220) Variable "Format" must be all lower-case
(#5220) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5221) Opening brace should be on the same line as the declaration
(#5222) Line indented incorrectly; expected at least 8 spaces, found 5
(#5222) Variable "Offset" must be all lower-case
(#5222) Spaces must be used for alignment; tabs are not allowed
(#5222) Tab found within whitespace
(#5222) Variable "Format" must be all lower-case
(#5222) Variable "Format" must be all lower-case
(#5223) Line indented incorrectly; expected at least 8 spaces, found 5
(#5223) Variable "SerieSpacing" must be all lower-case
(#5223) Spaces must be used for alignment; tabs are not allowed
(#5223) Tab found within whitespace
(#5223) Variable "Format" must be all lower-case
(#5223) Variable "Format" must be all lower-case
(#5224) Line indented incorrectly; expected at least 8 spaces, found 5
(#5224) Variable "DerivativeHeight" must be all lower-case
(#5224) Spaces must be used for alignment; tabs are not allowed
(#5224) Tab found within whitespace
(#5224) Variable "Format" must be all lower-case
(#5224) Variable "Format" must be all lower-case
(#5225) Line indented incorrectly; expected at least 8 spaces, found 5
(#5225) Variable "ShadedSlopeBox" must be all lower-case
(#5225) Spaces must be used for alignment; tabs are not allowed
(#5225) Tab found within whitespace
(#5225) Variable "Format" must be all lower-case
(#5225) Variable "Format" must be all lower-case
(#5225) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5226) Line indented incorrectly; expected at least 8 spaces, found 5
(#5226) Variable "DrawBackground" must be all lower-case
(#5226) Spaces must be used for alignment; tabs are not allowed
(#5226) Tab found within whitespace
(#5226) Variable "Format" must be all lower-case
(#5226) Variable "Format" must be all lower-case
(#5226) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5227) Line indented incorrectly; expected at least 8 spaces, found 5
(#5227) Variable "BackgroundR" must be all lower-case
(#5227) Spaces must be used for alignment; tabs are not allowed
(#5227) Tab found within whitespace
(#5227) Variable "Format" must be all lower-case
(#5227) Variable "Format" must be all lower-case
(#5228) Line indented incorrectly; expected at least 8 spaces, found 5
(#5228) Variable "BackgroundG" must be all lower-case
(#5228) Spaces must be used for alignment; tabs are not allowed
(#5228) Tab found within whitespace
(#5228) Variable "Format" must be all lower-case
(#5228) Variable "Format" must be all lower-case
(#5229) Line indented incorrectly; expected at least 8 spaces, found 5
(#5229) Variable "BackgroundB" must be all lower-case
(#5229) Spaces must be used for alignment; tabs are not allowed
(#5229) Tab found within whitespace
(#5229) Variable "Format" must be all lower-case
(#5229) Variable "Format" must be all lower-case
(#5230) Line indented incorrectly; expected at least 8 spaces, found 5
(#5230) Variable "BackgroundAlpha" must be all lower-case
(#5230) Spaces must be used for alignment; tabs are not allowed
(#5230) Tab found within whitespace
(#5230) Variable "Format" must be all lower-case
(#5230) Variable "Format" must be all lower-case
(#5231) Line indented incorrectly; expected at least 8 spaces, found 5
(#5231) Variable "DrawBorder" must be all lower-case
(#5231) Spaces must be used for alignment; tabs are not allowed
(#5231) Tab found within whitespace
(#5231) Variable "Format" must be all lower-case
(#5231) Variable "Format" must be all lower-case
(#5231) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5232) Line indented incorrectly; expected at least 8 spaces, found 5
(#5232) Variable "BorderR" must be all lower-case
(#5232) Spaces must be used for alignment; tabs are not allowed
(#5232) Tab found within whitespace
(#5232) Variable "Format" must be all lower-case
(#5232) Variable "Format" must be all lower-case
(#5233) Line indented incorrectly; expected at least 8 spaces, found 5
(#5233) Variable "BorderG" must be all lower-case
(#5233) Spaces must be used for alignment; tabs are not allowed
(#5233) Tab found within whitespace
(#5233) Variable "Format" must be all lower-case
(#5233) Variable "Format" must be all lower-case
(#5234) Line indented incorrectly; expected at least 8 spaces, found 5
(#5234) Variable "BorderB" must be all lower-case
(#5234) Spaces must be used for alignment; tabs are not allowed
(#5234) Tab found within whitespace
(#5234) Variable "Format" must be all lower-case
(#5234) Variable "Format" must be all lower-case
(#5235) Line indented incorrectly; expected at least 8 spaces, found 5
(#5235) Variable "BorderAlpha" must be all lower-case
(#5235) Spaces must be used for alignment; tabs are not allowed
(#5235) Tab found within whitespace
(#5235) Variable "Format" must be all lower-case
(#5235) Variable "Format" must be all lower-case
(#5236) Line indented incorrectly; expected at least 8 spaces, found 5
(#5236) Variable "Caption" must be all lower-case
(#5236) Spaces must be used for alignment; tabs are not allowed
(#5236) Tab found within whitespace
(#5236) Variable "Format" must be all lower-case
(#5236) Variable "Format" must be all lower-case
(#5236) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5237) Line indented incorrectly; expected at least 8 spaces, found 5
(#5237) Variable "CaptionHeight" must be all lower-case
(#5237) Spaces must be used for alignment; tabs are not allowed
(#5237) Tab found within whitespace
(#5237) Variable "Format" must be all lower-case
(#5237) Variable "Format" must be all lower-case
(#5238) Line indented incorrectly; expected at least 8 spaces, found 5
(#5238) Variable "CaptionWidth" must be all lower-case
(#5238) Spaces must be used for alignment; tabs are not allowed
(#5238) Tab found within whitespace
(#5238) Variable "Format" must be all lower-case
(#5238) Variable "Format" must be all lower-case
(#5239) Line indented incorrectly; expected at least 8 spaces, found 5
(#5239) Variable "CaptionMargin" must be all lower-case
(#5239) Spaces must be used for alignment; tabs are not allowed
(#5239) Tab found within whitespace
(#5239) Variable "Format" must be all lower-case
(#5239) Variable "Format" must be all lower-case
(#5240) Line indented incorrectly; expected at least 8 spaces, found 5
(#5240) Variable "CaptionLine" must be all lower-case
(#5240) Spaces must be used for alignment; tabs are not allowed
(#5240) Tab found within whitespace
(#5240) Variable "Format" must be all lower-case
(#5240) Variable "Format" must be all lower-case
(#5240) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5241) Line indented incorrectly; expected at least 8 spaces, found 5
(#5241) Variable "CaptionBox" must be all lower-case
(#5241) Spaces must be used for alignment; tabs are not allowed
(#5241) Tab found within whitespace
(#5241) Variable "Format" must be all lower-case
(#5241) Variable "Format" must be all lower-case
(#5241) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5242) Line indented incorrectly; expected at least 8 spaces, found 5
(#5242) Variable "CaptionBorderR" must be all lower-case
(#5242) Spaces must be used for alignment; tabs are not allowed
(#5242) Tab found within whitespace
(#5242) Variable "Format" must be all lower-case
(#5242) Variable "Format" must be all lower-case
(#5243) Line indented incorrectly; expected at least 8 spaces, found 5
(#5243) Variable "CaptionBorderG" must be all lower-case
(#5243) Spaces must be used for alignment; tabs are not allowed
(#5243) Tab found within whitespace
(#5243) Variable "Format" must be all lower-case
(#5243) Variable "Format" must be all lower-case
(#5244) Line indented incorrectly; expected at least 8 spaces, found 5
(#5244) Variable "CaptionBorderB" must be all lower-case
(#5244) Spaces must be used for alignment; tabs are not allowed
(#5244) Tab found within whitespace
(#5244) Variable "Format" must be all lower-case
(#5244) Variable "Format" must be all lower-case
(#5245) Line indented incorrectly; expected at least 8 spaces, found 5
(#5245) Variable "CaptionFillR" must be all lower-case
(#5245) Spaces must be used for alignment; tabs are not allowed
(#5245) Tab found within whitespace
(#5245) Variable "Format" must be all lower-case
(#5245) Variable "Format" must be all lower-case
(#5246) Line indented incorrectly; expected at least 8 spaces, found 5
(#5246) Variable "CaptionFillG" must be all lower-case
(#5246) Spaces must be used for alignment; tabs are not allowed
(#5246) Tab found within whitespace
(#5246) Variable "Format" must be all lower-case
(#5246) Variable "Format" must be all lower-case
(#5247) Line indented incorrectly; expected at least 8 spaces, found 5
(#5247) Variable "CaptionFillB" must be all lower-case
(#5247) Spaces must be used for alignment; tabs are not allowed
(#5247) Tab found within whitespace
(#5247) Variable "Format" must be all lower-case
(#5247) Variable "Format" must be all lower-case
(#5248) Line indented incorrectly; expected at least 8 spaces, found 5
(#5248) Variable "CaptionFillAlpha" must be all lower-case
(#5248) Spaces must be used for alignment; tabs are not allowed
(#5248) Tab found within whitespace
(#5248) Variable "Format" must be all lower-case
(#5248) Variable "Format" must be all lower-case
(#5249) Line indented incorrectly; expected at least 8 spaces, found 5
(#5249) Variable "PositiveSlopeStartR" must be all lower-case
(#5249) Spaces must be used for alignment; tabs are not allowed
(#5249) Tab found within whitespace
(#5249) Variable "Format" must be all lower-case
(#5249) Variable "Format" must be all lower-case
(#5250) Line indented incorrectly; expected at least 8 spaces, found 5
(#5250) Variable "PositiveSlopeStartG" must be all lower-case
(#5250) Spaces must be used for alignment; tabs are not allowed
(#5250) Tab found within whitespace
(#5250) Variable "Format" must be all lower-case
(#5250) Variable "Format" must be all lower-case
(#5251) Line indented incorrectly; expected at least 8 spaces, found 5
(#5251) Variable "PositiveSlopeStartB" must be all lower-case
(#5251) Spaces must be used for alignment; tabs are not allowed
(#5251) Tab found within whitespace
(#5251) Variable "Format" must be all lower-case
(#5251) Variable "Format" must be all lower-case
(#5252) Line indented incorrectly; expected at least 8 spaces, found 5
(#5252) Variable "PositiveSlopeEndR" must be all lower-case
(#5252) Spaces must be used for alignment; tabs are not allowed
(#5252) Tab found within whitespace
(#5252) Variable "Format" must be all lower-case
(#5252) Variable "Format" must be all lower-case
(#5253) Line indented incorrectly; expected at least 8 spaces, found 5
(#5253) Variable "PositiveSlopeEndG" must be all lower-case
(#5253) Spaces must be used for alignment; tabs are not allowed
(#5253) Tab found within whitespace
(#5253) Variable "Format" must be all lower-case
(#5253) Variable "Format" must be all lower-case
(#5254) Line indented incorrectly; expected at least 8 spaces, found 5
(#5254) Variable "PositiveSlopeEndB" must be all lower-case
(#5254) Spaces must be used for alignment; tabs are not allowed
(#5254) Tab found within whitespace
(#5254) Variable "Format" must be all lower-case
(#5254) Variable "Format" must be all lower-case
(#5255) Line indented incorrectly; expected at least 8 spaces, found 5
(#5255) Variable "NegativeSlopeStartR" must be all lower-case
(#5255) Spaces must be used for alignment; tabs are not allowed
(#5255) Tab found within whitespace
(#5255) Variable "Format" must be all lower-case
(#5255) Variable "Format" must be all lower-case
(#5256) Line indented incorrectly; expected at least 8 spaces, found 5
(#5256) Variable "NegativeSlopeStartG" must be all lower-case
(#5256) Spaces must be used for alignment; tabs are not allowed
(#5256) Tab found within whitespace
(#5256) Variable "Format" must be all lower-case
(#5256) Variable "Format" must be all lower-case
(#5257) Line indented incorrectly; expected at least 8 spaces, found 5
(#5257) Variable "NegativeSlopeStartB" must be all lower-case
(#5257) Spaces must be used for alignment; tabs are not allowed
(#5257) Tab found within whitespace
(#5257) Variable "Format" must be all lower-case
(#5257) Variable "Format" must be all lower-case
(#5258) Line indented incorrectly; expected at least 8 spaces, found 5
(#5258) Variable "NegativeSlopeEndR" must be all lower-case
(#5258) Spaces must be used for alignment; tabs are not allowed
(#5258) Tab found within whitespace
(#5258) Variable "Format" must be all lower-case
(#5258) Variable "Format" must be all lower-case
(#5259) Line indented incorrectly; expected at least 8 spaces, found 5
(#5259) Variable "NegativeSlopeEndG" must be all lower-case
(#5259) Spaces must be used for alignment; tabs are not allowed
(#5259) Tab found within whitespace
(#5259) Variable "Format" must be all lower-case
(#5259) Variable "Format" must be all lower-case
(#5260) Line indented incorrectly; expected at least 8 spaces, found 5
(#5260) Variable "NegativeSlopeEndB" must be all lower-case
(#5260) Spaces must be used for alignment; tabs are not allowed
(#5260) Tab found within whitespace
(#5260) Variable "Format" must be all lower-case
(#5260) Variable "Format" must be all lower-case
(#5262) Line indented incorrectly; expected at least 8 spaces, found 5
(#5262) Variable "Data" must be all lower-case
(#5264) Line indented incorrectly; expected at least 8 spaces, found 5
(#5264) Variable "XMargin" must be all lower-case
(#5264) Commas (,) must be followed by white space.
(#5264) Variable "XDivs" must be all lower-case
(#5266) Line indented incorrectly; expected at least 8 spaces, found 5
(#5266) Inline control structures are not allowed
(#5266) Variable "Data" must be all lower-case
(#5267) Line indented incorrectly; expected at least 8 spaces, found 6
(#5267) Variable "YPos" must be all lower-case
(#5267) Variable "Offset" must be all lower-case
(#5268) Line indented incorrectly; expected at least 8 spaces, found 5
(#5268) Inline control structures are not allowed
(#5269) Line indented incorrectly; expected at least 8 spaces, found 6
(#5269) Variable "XPos" must be all lower-case
(#5269) Variable "Offset" must be all lower-case
(#5271) Line indented incorrectly; expected 8 spaces, found 5
(#5271) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5271) Variable "Data" must be all lower-case
(#5271) Variable "SerieName" must be all lower-case
(#5271) Variable "Serie" must be all lower-case
(#5272) Line indented incorrectly; expected at least 8 spaces, found 6
(#5273) Line indented incorrectly; expected 12 spaces, found 7
(#5273) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5273) Variable "Serie" must be all lower-case
(#5273) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5273) Variable "SerieName" must be all lower-case
(#5273) Variable "Data" must be all lower-case
(#5274) Line indented incorrectly; expected at least 12 spaces, found 8
(#5275) Line indented incorrectly; expected at least 16 spaces, found 9
(#5275) Variable "R" must be all lower-case
(#5275) Variable "Serie" must be all lower-case
(#5275) Variable "G" must be all lower-case
(#5275) Variable "Serie" must be all lower-case
(#5275) Variable "B" must be all lower-case
(#5275) Variable "Serie" must be all lower-case
(#5275) Variable "Alpha" must be all lower-case
(#5275) Variable "Serie" must be all lower-case
(#5275) Variable "Ticks" must be all lower-case
(#5275) Variable "Serie" must be all lower-case
(#5275) Variable "Weight" must be all lower-case
(#5275) Variable "Serie" must be all lower-case
(#5275) Line exceeds 132 characters; contains 178 characters
(#5277) Line indented incorrectly; expected at least 16 spaces, found 9
(#5277) Variable "AxisID" must be all lower-case
(#5277) Variable "Serie" must be all lower-case
(#5278) Line indented incorrectly; expected at least 16 spaces, found 9
(#5278) Variable "PosArray" must be all lower-case
(#5278) Variable "Serie" must be all lower-case
(#5278) Commas (,) must be followed by white space.
(#5278) Expected 1 space before "=>"; 0 found
(#5278) Expected 1 space after "=>"; 0 found
(#5278) Variable "Serie" must be all lower-case
(#5280) Line indented incorrectly; expected 16 spaces, found 9
(#5280) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5280) Variable "Data" must be all lower-case
(#5281) Line indented incorrectly; expected at least 16 spaces, found 10
(#5282) Line indented incorrectly; expected 20 spaces, found 11
(#5282) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5282) Variable "Caption" must be all lower-case
(#5283) Line indented incorrectly; expected at least 20 spaces, found 12
(#5284) Line indented incorrectly; expected 24 spaces, found 13
(#5284) Expected "if (...) {\n"; found "if (...) \n {\n"
(#5284) Variable "CaptionLine" must be all lower-case
(#5284) Whitespace found at end of line
(#5285) Line indented incorrectly; expected at least 24 spaces, found 14
(#5286) Line indented incorrectly; expected at least 28 spaces, found 15
(#5286) Variable "StartX" must be all lower-case
(#5286) Expected 1 space before "-"; 0 found
(#5286) Expected 1 space after "-"; 0 found
(#5286) Variable "CaptionWidth" must be all lower-case
(#5286) Expected 1 space before "+"; 0 found
(#5286) Expected 1 space after "+"; 0 found
(#5286) Variable "XMargin" must be all lower-case
(#5286) Expected 1 space before "-"; 0 found
(#5286) Expected 1 space after "-"; 0 found
(#5286) Variable "CaptionMargin" must be all lower-case
(#5287) Line indented incorrectly; expected at least 28 spaces, found 15
(#5287) Variable "EndX" must be all lower-case
(#5287) Expected 1 space before "-"; 0 found
(#5287) Expected 1 space after "-"; 0 found
(#5287) Variable "CaptionMargin" must be all lower-case
(#5287) Expected 1 space before "+"; 0 found
(#5287) Expected 1 space after "+"; 0 found
(#5287) Variable "XMargin" must be all lower-case
(#5289) Line indented incorrectly; expected at least 28 spaces, found 15
(#5289) Variable "CaptionSettings" must be all lower-case
(#5289) Expected 1 space before "=>"; 0 found
(#5289) Expected 1 space after "=>"; 0 found
(#5289) Variable "R" must be all lower-case
(#5289) Commas (,) must be followed by white space.
(#5289) Expected 1 space before "=>"; 0 found
(#5289) Expected 1 space after "=>"; 0 found
(#5289) Variable "G" must be all lower-case
(#5289) Commas (,) must be followed by white space.
(#5289) Expected 1 space before "=>"; 0 found
(#5289) Expected 1 space after "=>"; 0 found
(#5289) Variable "B" must be all lower-case
(#5289) Commas (,) must be followed by white space.
(#5289) Expected 1 space before "=>"; 0 found
(#5289) Expected 1 space after "=>"; 0 found
(#5289) Variable "Alpha" must be all lower-case
(#5289) Commas (,) must be followed by white space.
(#5289) Expected 1 space before "=>"; 0 found
(#5289) Expected 1 space after "=>"; 0 found
(#5289) Variable "Ticks" must be all lower-case
(#5289) Commas (,) must be followed by white space.
(#5289) Expected 1 space before "=>"; 0 found
(#5289) Expected 1 space after "=>"; 0 found
(#5289) Variable "Weight" must be all lower-case
(#5290) Line indented incorrectly; expected 28 spaces, found 15
(#5290) Expected "if (...) {\n"; found "if (...) { "
(#5290) Variable "CaptionBox" must be all lower-case
(#5290) Variable "StartX" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Variable "YPos" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Variable "EndX" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Variable "YPos" must be all lower-case
(#5290) Expected 1 space before "+"; 0 found
(#5290) Expected 1 space after "+"; 0 found
(#5290) Variable "CaptionHeight" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Expected 1 space before "=>"; 0 found
(#5290) Expected 1 space after "=>"; 0 found
(#5290) Variable "CaptionFillR" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Expected 1 space before "=>"; 0 found
(#5290) Expected 1 space after "=>"; 0 found
(#5290) Variable "CaptionFillG" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Expected 1 space before "=>"; 0 found
(#5290) Expected 1 space after "=>"; 0 found
(#5290) Variable "CaptionFillB" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Expected 1 space before "=>"; 0 found
(#5290) Expected 1 space after "=>"; 0 found
(#5290) Variable "CaptionBorderR" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Expected 1 space before "=>"; 0 found
(#5290) Expected 1 space after "=>"; 0 found
(#5290) Variable "CaptionBorderG" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Expected 1 space before "=>"; 0 found
(#5290) Expected 1 space after "=>"; 0 found
(#5290) Variable "CaptionBorderB" must be all lower-case
(#5290) Commas (,) must be followed by white space.
(#5290) Expected 1 space before "=>"; 0 found
(#5290) Expected 1 space after "=>"; 0 found
(#5290) Variable "CaptionFillAlpha" must be all lower-case
(#5290) Line exceeds maximum limit of 180 characters; contains 279 characters
(#5290) Closing brace must be on a line by itself
(#5291) Line indented incorrectly; expected at least 28 spaces, found 15
(#5291) Variable "StartX" must be all lower-case
(#5291) Expected 1 space before "+"; 0 found
(#5291) Expected 1 space after "+"; 0 found
(#5291) Commas (,) must be followed by white space.
(#5291) Variable "YPos" must be all lower-case
(#5291) Expected 1 space before "+"; 0 found
(#5291) Expected 1 space after "+"; 0 found
(#5291) Variable "CaptionHeight" must be all lower-case
(#5291) Expected 1 space before "/"; 0 found
(#5291) Expected 1 space after "/"; 0 found
(#5291) Commas (,) must be followed by white space.
(#5291) Variable "EndX" must be all lower-case
(#5291) Expected 1 space before "-"; 0 found
(#5291) Expected 1 space after "-"; 0 found
(#5291) Commas (,) must be followed by white space.
(#5291) Variable "YPos" must be all lower-case
(#5291) Expected 1 space before "+"; 0 found
(#5291) Expected 1 space after "+"; 0 found
(#5291) Variable "CaptionHeight" must be all lower-case
(#5291) Expected 1 space before "/"; 0 found
(#5291) Expected 1 space after "/"; 0 found
(#5291) Commas (,) must be followed by white space.
(#5291) Variable "CaptionSettings" must be all lower-case
(#5292) Line indented incorrectly; expected 24 spaces, found 14
(#5292) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5293) Line indented incorrectly; expected at least 24 spaces, found 13
(#5293) Inline control structures are not allowed
(#5294) Line indented incorrectly; expected at least 24 spaces, found 14
(#5294) Expected 1 space before "-"; 0 found
(#5294) Expected 1 space after "-"; 0 found
(#5294) Variable "CaptionWidth" must be all lower-case
(#5294) Expected 1 space before "+"; 0 found
(#5294) Expected 1 space after "+"; 0 found
(#5294) Variable "XMargin" must be all lower-case
(#5294) Expected 1 space before "-"; 0 found
(#5294) Expected 1 space after "-"; 0 found
(#5294) Variable "CaptionMargin" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Variable "YPos" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Expected 1 space before "-"; 0 found
(#5294) Expected 1 space after "-"; 0 found
(#5294) Variable "CaptionMargin" must be all lower-case
(#5294) Expected 1 space before "+"; 0 found
(#5294) Expected 1 space after "+"; 0 found
(#5294) Variable "XMargin" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Variable "YPos" must be all lower-case
(#5294) Expected 1 space before "+"; 0 found
(#5294) Expected 1 space after "+"; 0 found
(#5294) Variable "CaptionHeight" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Expected 1 space before "=>"; 0 found
(#5294) Expected 1 space after "=>"; 0 found
(#5294) Variable "R" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Expected 1 space before "=>"; 0 found
(#5294) Expected 1 space after "=>"; 0 found
(#5294) Variable "G" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Expected 1 space before "=>"; 0 found
(#5294) Expected 1 space after "=>"; 0 found
(#5294) Variable "B" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Expected 1 space before "=>"; 0 found
(#5294) Expected 1 space after "=>"; 0 found
(#5294) Variable "CaptionBorderR" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Expected 1 space before "=>"; 0 found
(#5294) Expected 1 space after "=>"; 0 found
(#5294) Variable "CaptionBorderG" must be all lower-case
(#5294) Commas (,) must be followed by white space.
(#5294) Expected 1 space before "=>"; 0 found
(#5294) Expected 1 space after "=>"; 0 found
(#5294) Variable "CaptionBorderB" must be all lower-case
(#5294) Line exceeds maximum limit of 180 characters; contains 281 characters
(#5295) Line indented incorrectly; expected 20 spaces, found 12
(#5295) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5297) Line indented incorrectly; expected 20 spaces, found 11
(#5297) Expected "if (...) {\n"; found "if (...) { "
(#5297) Variable "XDivs" must be all lower-case
(#5297) Variable "XStep" must be all lower-case
(#5297) Expected 1 space before "-"; 0 found
(#5297) Expected 1 space after "-"; 0 found
(#5297) Expected 1 space before "/"; 0 found
(#5297) Expected 1 space after "/"; 0 found
(#5297) Closing brace must be on a line by itself
(#5297) Expected "} else {\n"; found "} else { "
(#5297) Variable "XStep" must be all lower-case
(#5297) Expected 1 space before "-"; 0 found
(#5297) Expected 1 space after "-"; 0 found
(#5297) Expected 1 space before "-"; 0 found
(#5297) Expected 1 space after "-"; 0 found
(#5297) Variable "XMargin" must be all lower-case
(#5297) Expected 1 space before "*"; 0 found
(#5297) Expected 1 space after "*"; 0 found
(#5297) Expected 1 space before "/"; 0 found
(#5297) Expected 1 space after "/"; 0 found
(#5297) Variable "XDivs" must be all lower-case
(#5297) Line exceeds 132 characters; contains 162 characters
(#5297) Closing brace must be on a line by itself
(#5298) Line indented incorrectly; expected at least 20 spaces, found 11
(#5298) Variable "X" must be all lower-case
(#5298) Variable "XMargin" must be all lower-case
(#5300) Line indented incorrectly; expected at least 20 spaces, found 11
(#5300) Variable "TopY" must be all lower-case
(#5300) Variable "YPos" must be all lower-case
(#5300) Variable "CaptionHeight" must be all lower-case
(#5300) Expected 1 space before "/"; 0 found
(#5300) Expected 1 space after "/"; 0 found
(#5300) Variable "DerivativeHeight" must be all lower-case
(#5300) Expected 1 space before "/"; 0 found
(#5300) Expected 1 space after "/"; 0 found
(#5301) Line indented incorrectly; expected at least 20 spaces, found 11
(#5301) Variable "BottomY" must be all lower-case
(#5301) Variable "YPos" must be all lower-case
(#5301) Variable "CaptionHeight" must be all lower-case
(#5301) Expected 1 space before "/"; 0 found
(#5301) Expected 1 space after "/"; 0 found
(#5301) Variable "DerivativeHeight" must be all lower-case
(#5301) Expected 1 space before "/"; 0 found
(#5301) Expected 1 space after "/"; 0 found
(#5303) Line indented incorrectly; expected at least 20 spaces, found 11
(#5303) Variable "StartX" must be all lower-case
(#5303) Expected 1 space before "+"; 0 found
(#5303) Expected 1 space after "+"; 0 found
(#5303) Variable "XMargin" must be all lower-case
(#5304) Line indented incorrectly; expected at least 20 spaces, found 11
(#5304) Variable "EndX" must be all lower-case
(#5304) Expected 1 space before "-"; 0 found
(#5304) Expected 1 space after "-"; 0 found
(#5304) Variable "XMargin" must be all lower-case
(#5306) Line indented incorrectly; expected 20 spaces, found 11
(#5306) Expected "if (...) {\n"; found "if (...) { "
(#5306) Variable "DrawBackground" must be all lower-case
(#5306) Variable "StartX" must be all lower-case
(#5306) Expected 1 space before "-"; 0 found
(#5306) Expected 1 space after "-"; 0 found
(#5306) Commas (,) must be followed by white space.
(#5306) Variable "TopY" must be all lower-case
(#5306) Expected 1 space before "-"; 0 found
(#5306) Expected 1 space after "-"; 0 found
(#5306) Commas (,) must be followed by white space.
(#5306) Variable "EndX" must be all lower-case
(#5306) Expected 1 space before "+"; 0 found
(#5306) Expected 1 space after "+"; 0 found
(#5306) Commas (,) must be followed by white space.
(#5306) Variable "BottomY" must be all lower-case
(#5306) Expected 1 space before "+"; 0 found
(#5306) Expected 1 space after "+"; 0 found
(#5306) Commas (,) must be followed by white space.
(#5306) Expected 1 space before "=>"; 0 found
(#5306) Expected 1 space after "=>"; 0 found
(#5306) Variable "BackgroundR" must be all lower-case
(#5306) Commas (,) must be followed by white space.
(#5306) Expected 1 space before "=>"; 0 found
(#5306) Expected 1 space after "=>"; 0 found
(#5306) Variable "BackgroundG" must be all lower-case
(#5306) Commas (,) must be followed by white space.
(#5306) Expected 1 space before "=>"; 0 found
(#5306) Expected 1 space after "=>"; 0 found
(#5306) Variable "BackgroundB" must be all lower-case
(#5306) Commas (,) must be followed by white space.
(#5306) Expected 1 space before "=>"; 0 found
(#5306) Expected 1 space after "=>"; 0 found
(#5306) Variable "BackgroundAlpha" must be all lower-case
(#5306) Line exceeds maximum limit of 180 characters; contains 190 characters
(#5306) Closing brace must be on a line by itself
(#5307) Line indented incorrectly; expected 20 spaces, found 11
(#5307) Expected "if (...) {\n"; found "if (...) { "
(#5307) Variable "DrawBorder" must be all lower-case
(#5307) Variable "StartX" must be all lower-case
(#5307) Expected 1 space before "-"; 0 found
(#5307) Expected 1 space after "-"; 0 found
(#5307) Commas (,) must be followed by white space.
(#5307) Variable "TopY" must be all lower-case
(#5307) Expected 1 space before "-"; 0 found
(#5307) Expected 1 space after "-"; 0 found
(#5307) Commas (,) must be followed by white space.
(#5307) Variable "EndX" must be all lower-case
(#5307) Expected 1 space before "+"; 0 found
(#5307) Expected 1 space after "+"; 0 found
(#5307) Commas (,) must be followed by white space.
(#5307) Variable "BottomY" must be all lower-case
(#5307) Expected 1 space before "+"; 0 found
(#5307) Expected 1 space after "+"; 0 found
(#5307) Commas (,) must be followed by white space.
(#5307) Expected 1 space before "=>"; 0 found
(#5307) Expected 1 space after "=>"; 0 found
(#5307) Variable "BorderR" must be all lower-case
(#5307) Commas (,) must be followed by white space.
(#5307) Expected 1 space before "=>"; 0 found
(#5307) Expected 1 space after "=>"; 0 found
(#5307) Variable "BorderG" must be all lower-case
(#5307) Commas (,) must be followed by white space.
(#5307) Expected 1 space before "=>"; 0 found
(#5307) Expected 1 space after "=>"; 0 found
(#5307) Variable "BorderB" must be all lower-case
(#5307) Commas (,) must be followed by white space.
(#5307) Expected 1 space before "=>"; 0 found
(#5307) Expected 1 space after "=>"; 0 found
(#5307) Variable "BorderAlpha" must be all lower-case
(#5307) Line exceeds 132 characters; contains 164 characters
(#5307) Closing brace must be on a line by itself
(#5309) Line indented incorrectly; expected 20 spaces, found 11
(#5309) Expected "if (...) {\n"; found "if (...) { "
(#5309) Variable "PosArray" must be all lower-case
(#5309) Variable "Value" must be all lower-case
(#5309) Variable "PosArray" must be all lower-case
(#5309) Variable "PosArray" must be all lower-case
(#5309) Variable "PosArray" must be all lower-case
(#5309) Variable "Value" must be all lower-case
(#5309) Closing brace must be on a line by itself
(#5311) Line indented incorrectly; expected at least 20 spaces, found 11
(#5311) Variable "RestoreShadow" must be all lower-case
(#5312) Line indented incorrectly; expected at least 20 spaces, found 11
(#5312) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5314) Line indented incorrectly; expected at least 20 spaces, found 11
(#5315) Line indented incorrectly; expected at least 20 spaces, found 11
(#5315) Variable "LastX" must be all lower-case
(#5315) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5315) Variable "LastY" must be all lower-case
(#5315) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5315) Variable "MinSlope" must be all lower-case
(#5315) Variable "MaxSlope" must be all lower-case
(#5316) Line indented incorrectly; expected 20 spaces, found 11
(#5316) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5316) Variable "PosArray" must be all lower-case
(#5316) Variable "Key" must be all lower-case
(#5316) Variable "Y" must be all lower-case
(#5317) Line indented incorrectly; expected at least 20 spaces, found 12
(#5318) Line indented incorrectly; expected 24 spaces, found 13
(#5318) Expected "if (...) {\n"; found "if (...)\n { "
(#5318) Variable "Y" must be all lower-case
(#5318) Variable "LastX" must be all lower-case
(#5318) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5319) Line indented incorrectly; expected at least 24 spaces, found 14
(#5319) Variable "Slope" must be all lower-case
(#5319) Variable "LastY" must be all lower-case
(#5319) Variable "Y" must be all lower-case
(#5319) Expected "if (...) {\n"; found "if (...) { "
(#5319) Variable "Slope" must be all lower-case
(#5319) Variable "MaxSlope" must be all lower-case
(#5319) Variable "MaxSlope" must be all lower-case
(#5319) Variable "Slope" must be all lower-case
(#5319) Closing brace must be on a line by itself
(#5319) Expected "if (...) {\n"; found "if (...) { "
(#5319) Variable "Slope" must be all lower-case
(#5319) Variable "MinSlope" must be all lower-case
(#5319) Variable "MinSlope" must be all lower-case
(#5319) Variable "Slope" must be all lower-case
(#5319) Closing brace must be on a line by itself
(#5319) Line exceeds 132 characters; contains 141 characters
(#5319) Closing brace must be on a line by itself
(#5321) Line indented incorrectly; expected 24 spaces, found 13
(#5321) Expected "if (...) {\n"; found "if (...)\n { "
(#5321) Variable "Y" must be all lower-case
(#5322) Line indented incorrectly; expected at least 24 spaces, found 14
(#5322) Variable "LastX" must be all lower-case
(#5322) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5322) Variable "LastY" must be all lower-case
(#5322) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5322) Closing brace must be on a line by itself
(#5323) Line indented incorrectly; expected 24 spaces, found 13
(#5323) Expected "} else {\n"; found "}\n else\n { "
(#5324) Line indented incorrectly; expected at least 24 spaces, found 14
(#5324) Variable "LastX" must be all lower-case
(#5324) Variable "X" must be all lower-case
(#5324) Variable "LastY" must be all lower-case
(#5324) Variable "Y" must be all lower-case
(#5324) Closing brace must be on a line by itself
(#5325) Line indented incorrectly; expected 20 spaces, found 12
(#5325) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5327) Line indented incorrectly; expected at least 20 spaces, found 11
(#5327) Variable "LastX" must be all lower-case
(#5327) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5327) Variable "LastY" must be all lower-case
(#5327) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5327) Variable "LastColor" must be all lower-case
(#5327) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5328) Line indented incorrectly; expected 20 spaces, found 11
(#5328) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5328) Variable "PosArray" must be all lower-case
(#5328) Variable "Key" must be all lower-case
(#5328) Variable "Y" must be all lower-case
(#5329) Line indented incorrectly; expected at least 20 spaces, found 12
(#5330) Line indented incorrectly; expected 24 spaces, found 13
(#5330) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5330) Variable "Y" must be all lower-case
(#5330) Variable "LastY" must be all lower-case
(#5330) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5331) Line indented incorrectly; expected at least 24 spaces, found 14
(#5332) Line indented incorrectly; expected at least 28 spaces, found 15
(#5332) Variable "Slope" must be all lower-case
(#5332) Variable "LastY" must be all lower-case
(#5332) Variable "Y" must be all lower-case
(#5334) Line indented incorrectly; expected 28 spaces, found 15
(#5334) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5334) Variable "Slope" must be all lower-case
(#5335) Line indented incorrectly; expected at least 28 spaces, found 16
(#5336) Line indented incorrectly; expected at least 32 spaces, found 17
(#5336) Variable "SlopeIndex" must be all lower-case
(#5336) Variable "MaxSlope" must be all lower-case
(#5336) Variable "Slope" must be all lower-case
(#5337) Line indented incorrectly; expected at least 32 spaces, found 17
(#5337) Variable "R" must be all lower-case
(#5337) Variable "PositiveSlopeEndR" must be all lower-case
(#5337) Variable "PositiveSlopeStartR" must be all lower-case
(#5337) Expected 1 space before "/"; 0 found
(#5337) Expected 1 space after "/"; 0 found
(#5337) Expected 1 space before "*"; 0 found
(#5337) Expected 1 space after "*"; 0 found
(#5337) Variable "SlopeIndex" must be all lower-case
(#5337) Expected 1 space before "+"; 0 found
(#5337) Expected 1 space after "+"; 0 found
(#5337) Variable "PositiveSlopeStartR" must be all lower-case
(#5338) Line indented incorrectly; expected at least 32 spaces, found 17
(#5338) Variable "G" must be all lower-case
(#5338) Variable "PositiveSlopeEndG" must be all lower-case
(#5338) Variable "PositiveSlopeStartG" must be all lower-case
(#5338) Expected 1 space before "/"; 0 found
(#5338) Expected 1 space after "/"; 0 found
(#5338) Expected 1 space before "*"; 0 found
(#5338) Expected 1 space after "*"; 0 found
(#5338) Variable "SlopeIndex" must be all lower-case
(#5338) Expected 1 space before "+"; 0 found
(#5338) Expected 1 space after "+"; 0 found
(#5338) Variable "PositiveSlopeStartG" must be all lower-case
(#5339) Line indented incorrectly; expected at least 32 spaces, found 17
(#5339) Variable "B" must be all lower-case
(#5339) Variable "PositiveSlopeEndB" must be all lower-case
(#5339) Variable "PositiveSlopeStartB" must be all lower-case
(#5339) Expected 1 space before "/"; 0 found
(#5339) Expected 1 space after "/"; 0 found
(#5339) Expected 1 space before "*"; 0 found
(#5339) Expected 1 space after "*"; 0 found
(#5339) Variable "SlopeIndex" must be all lower-case
(#5339) Expected 1 space before "+"; 0 found
(#5339) Expected 1 space after "+"; 0 found
(#5339) Variable "PositiveSlopeStartB" must be all lower-case
(#5340) Line indented incorrectly; expected 28 spaces, found 16
(#5340) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5341) Line indented incorrectly; expected 28 spaces, found 15
(#5341) Usage of ELSEIF not allowed; use ELSE IF instead
(#5341) Variable "Slope" must be all lower-case
(#5342) Line indented incorrectly; expected at least 28 spaces, found 16
(#5343) Line indented incorrectly; expected at least 32 spaces, found 17
(#5343) Variable "SlopeIndex" must be all lower-case
(#5343) Variable "MinSlope" must be all lower-case
(#5343) Variable "Slope" must be all lower-case
(#5344) Line indented incorrectly; expected at least 32 spaces, found 17
(#5344) Variable "R" must be all lower-case
(#5344) Variable "NegativeSlopeEndR" must be all lower-case
(#5344) Variable "NegativeSlopeStartR" must be all lower-case
(#5344) Expected 1 space before "/"; 0 found
(#5344) Expected 1 space after "/"; 0 found
(#5344) Expected 1 space before "*"; 0 found
(#5344) Expected 1 space after "*"; 0 found
(#5344) Variable "SlopeIndex" must be all lower-case
(#5344) Expected 1 space before "+"; 0 found
(#5344) Expected 1 space after "+"; 0 found
(#5344) Variable "NegativeSlopeStartR" must be all lower-case
(#5345) Line indented incorrectly; expected at least 32 spaces, found 17
(#5345) Variable "G" must be all lower-case
(#5345) Variable "NegativeSlopeEndG" must be all lower-case
(#5345) Variable "NegativeSlopeStartG" must be all lower-case
(#5345) Expected 1 space before "/"; 0 found
(#5345) Expected 1 space after "/"; 0 found
(#5345) Expected 1 space before "*"; 0 found
(#5345) Expected 1 space after "*"; 0 found
(#5345) Variable "SlopeIndex" must be all lower-case
(#5345) Expected 1 space before "+"; 0 found
(#5345) Expected 1 space after "+"; 0 found
(#5345) Variable "NegativeSlopeStartG" must be all lower-case
(#5346) Line indented incorrectly; expected at least 32 spaces, found 17
(#5346) Variable "B" must be all lower-case
(#5346) Variable "NegativeSlopeEndB" must be all lower-case
(#5346) Variable "NegativeSlopeStartB" must be all lower-case
(#5346) Expected 1 space before "/"; 0 found
(#5346) Expected 1 space after "/"; 0 found
(#5346) Expected 1 space before "*"; 0 found
(#5346) Expected 1 space after "*"; 0 found
(#5346) Variable "SlopeIndex" must be all lower-case
(#5346) Expected 1 space before "+"; 0 found
(#5346) Expected 1 space after "+"; 0 found
(#5346) Variable "NegativeSlopeStartB" must be all lower-case
(#5347) Line indented incorrectly; expected 28 spaces, found 16
(#5347) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5349) Line indented incorrectly; expected at least 28 spaces, found 15
(#5349) Variable "Color" must be all lower-case
(#5349) Expected 1 space before "=>"; 0 found
(#5349) Expected 1 space after "=>"; 0 found
(#5349) Variable "R" must be all lower-case
(#5349) Commas (,) must be followed by white space.
(#5349) Expected 1 space before "=>"; 0 found
(#5349) Expected 1 space after "=>"; 0 found
(#5349) Variable "G" must be all lower-case
(#5349) Commas (,) must be followed by white space.
(#5349) Expected 1 space before "=>"; 0 found
(#5349) Expected 1 space after "=>"; 0 found
(#5349) Variable "B" must be all lower-case
(#5351) Line indented incorrectly; expected 28 spaces, found 15
(#5351) Expected "if (...) {\n"; found "if (...) // && $Slope != 0\n {\n"
(#5351) Variable "ShadedSlopeBox" must be all lower-case
(#5351) Variable "LastColor" must be all lower-case
(#5351) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5351) Inline comments must end in full-stops, exclamation marks, or question marks
(#5351) This comment is 45% valid code; is this commented out code?
(#5352) Line indented incorrectly; expected at least 28 spaces, found 16
(#5353) Line indented incorrectly; expected at least 32 spaces, found 17
(#5353) Variable "GradientSettings" must be all lower-case
(#5353) Expected 1 space before "=>"; 0 found
(#5353) Expected 1 space after "=>"; 0 found
(#5353) Variable "LastColor" must be all lower-case
(#5353) Commas (,) must be followed by white space.
(#5353) Expected 1 space before "=>"; 0 found
(#5353) Expected 1 space after "=>"; 0 found
(#5353) Variable "LastColor" must be all lower-case
(#5353) Commas (,) must be followed by white space.
(#5353) Expected 1 space before "=>"; 0 found
(#5353) Expected 1 space after "=>"; 0 found
(#5353) Variable "LastColor" must be all lower-case
(#5353) Commas (,) must be followed by white space.
(#5353) Expected 1 space before "=>"; 0 found
(#5353) Expected 1 space after "=>"; 0 found
(#5353) Variable "R" must be all lower-case
(#5353) Commas (,) must be followed by white space.
(#5353) Expected 1 space before "=>"; 0 found
(#5353) Expected 1 space after "=>"; 0 found
(#5353) Variable "G" must be all lower-case
(#5353) Commas (,) must be followed by white space.
(#5353) Expected 1 space before "=>"; 0 found
(#5353) Expected 1 space after "=>"; 0 found
(#5353) Variable "B" must be all lower-case
(#5353) Line exceeds 132 characters; contains 155 characters
(#5354) Line indented incorrectly; expected at least 32 spaces, found 17
(#5354) Variable "LastX" must be all lower-case
(#5354) Commas (,) must be followed by white space.
(#5354) Variable "TopY" must be all lower-case
(#5354) Commas (,) must be followed by white space.
(#5354) Variable "X" must be all lower-case
(#5354) Commas (,) must be followed by white space.
(#5354) Variable "BottomY" must be all lower-case
(#5354) Commas (,) must be followed by white space.
(#5354) Commas (,) must be followed by white space.
(#5354) Variable "GradientSettings" must be all lower-case
(#5355) Line indented incorrectly; expected 28 spaces, found 16
(#5355) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5356) Line indented incorrectly; expected at least 28 spaces, found 15
(#5356) Inline control structures are not allowed
(#5356) Usage of ELSEIF not allowed; use ELSE IF instead
(#5356) Variable "ShadedSlopeBox" must be all lower-case
(#5356) Variable "LastColor" must be all lower-case
(#5356) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5356) Inline comments must end in full-stops, exclamation marks, or question marks
(#5357) Line indented incorrectly; expected at least 28 spaces, found 16
(#5357) Variable "LastX" must be all lower-case
(#5357) Commas (,) must be followed by white space.
(#5357) Variable "TopY" must be all lower-case
(#5357) Commas (,) must be followed by white space.
(#5357) Variable "X" must be all lower-case
(#5357) Commas (,) must be followed by white space.
(#5357) Variable "BottomY" must be all lower-case
(#5357) Commas (,) must be followed by white space.
(#5357) Variable "Color" must be all lower-case
(#5359) Line indented incorrectly; expected at least 28 spaces, found 15
(#5359) Variable "LastColor" must be all lower-case
(#5359) Variable "Color" must be all lower-case
(#5360) Line indented incorrectly; expected 24 spaces, found 14
(#5360) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5362) Line indented incorrectly; expected 24 spaces, found 13
(#5362) Expected "if (...) {\n"; found "if (...)\n { "
(#5362) Variable "Y" must be all lower-case
(#5363) Line indented incorrectly; expected at least 24 spaces, found 14
(#5363) Variable "LastY" must be all lower-case
(#5363) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5363) Closing brace must be on a line by itself
(#5364) Line indented incorrectly; expected 24 spaces, found 13
(#5364) Expected "} else {\n"; found "}\n else\n { "
(#5365) Line indented incorrectly; expected at least 24 spaces, found 14
(#5365) Variable "LastX" must be all lower-case
(#5365) Variable "X" must be all lower-case
(#5365) Variable "LastY" must be all lower-case
(#5365) Variable "Y" must be all lower-case
(#5365) Closing brace must be on a line by itself
(#5367) Line indented incorrectly; expected at least 24 spaces, found 13
(#5367) Variable "X" must be all lower-case
(#5367) Variable "X" must be all lower-case
(#5367) Variable "XStep" must be all lower-case
(#5368) Line indented incorrectly; expected 20 spaces, found 12
(#5368) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5370) Line indented incorrectly; expected at least 20 spaces, found 11
(#5370) Variable "YPos" must be all lower-case
(#5370) Variable "YPos" must be all lower-case
(#5370) Variable "CaptionHeight" must be all lower-case
(#5370) Variable "SerieSpacing" must be all lower-case
(#5371) Line indented incorrectly; expected 16 spaces, found 10
(#5371) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5372) Line indented incorrectly; expected 16 spaces, found 9
(#5372) Expected "} else {\n"; found "}\n else\n {\n"
(#5373) Line indented incorrectly; expected at least 16 spaces, found 10
(#5374) Line indented incorrectly; expected 20 spaces, found 11
(#5374) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5374) Variable "Caption" must be all lower-case
(#5375) Line indented incorrectly; expected at least 20 spaces, found 12
(#5376) Line indented incorrectly; expected at least 24 spaces, found 13
(#5376) Variable "StartY" must be all lower-case
(#5376) Expected 1 space before "-"; 0 found
(#5376) Expected 1 space after "-"; 0 found
(#5376) Variable "CaptionWidth" must be all lower-case
(#5376) Expected 1 space before "+"; 0 found
(#5376) Expected 1 space after "+"; 0 found
(#5376) Variable "XMargin" must be all lower-case
(#5376) Expected 1 space before "-"; 0 found
(#5376) Expected 1 space after "-"; 0 found
(#5376) Variable "CaptionMargin" must be all lower-case
(#5377) Line indented incorrectly; expected at least 24 spaces, found 13
(#5377) Variable "EndY" must be all lower-case
(#5377) Expected 1 space before "-"; 0 found
(#5377) Expected 1 space after "-"; 0 found
(#5377) Variable "CaptionMargin" must be all lower-case
(#5377) Expected 1 space before "+"; 0 found
(#5377) Expected 1 space after "+"; 0 found
(#5377) Variable "XMargin" must be all lower-case
(#5378) Line indented incorrectly; expected 24 spaces, found 13
(#5378) Expected "if (...) {\n"; found "if (...) \n {\n"
(#5378) Variable "CaptionLine" must be all lower-case
(#5378) Whitespace found at end of line
(#5379) Line indented incorrectly; expected at least 24 spaces, found 14
(#5380) Line indented incorrectly; expected at least 28 spaces, found 15
(#5380) Variable "CaptionSettings" must be all lower-case
(#5380) Expected 1 space before "=>"; 0 found
(#5380) Expected 1 space after "=>"; 0 found
(#5380) Variable "R" must be all lower-case
(#5380) Commas (,) must be followed by white space.
(#5380) Expected 1 space before "=>"; 0 found
(#5380) Expected 1 space after "=>"; 0 found
(#5380) Variable "G" must be all lower-case
(#5380) Commas (,) must be followed by white space.
(#5380) Expected 1 space before "=>"; 0 found
(#5380) Expected 1 space after "=>"; 0 found
(#5380) Variable "B" must be all lower-case
(#5380) Commas (,) must be followed by white space.
(#5380) Expected 1 space before "=>"; 0 found
(#5380) Expected 1 space after "=>"; 0 found
(#5380) Variable "Alpha" must be all lower-case
(#5380) Commas (,) must be followed by white space.
(#5380) Expected 1 space before "=>"; 0 found
(#5380) Expected 1 space after "=>"; 0 found
(#5380) Variable "Ticks" must be all lower-case
(#5380) Commas (,) must be followed by white space.
(#5380) Expected 1 space before "=>"; 0 found
(#5380) Expected 1 space after "=>"; 0 found
(#5380) Variable "Weight" must be all lower-case
(#5381) Line indented incorrectly; expected 28 spaces, found 15
(#5381) Expected "if (...) {\n"; found "if (...) { "
(#5381) Variable "CaptionBox" must be all lower-case
(#5381) Variable "XPos" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Variable "StartY" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Variable "XPos" must be all lower-case
(#5381) Expected 1 space before "+"; 0 found
(#5381) Expected 1 space after "+"; 0 found
(#5381) Variable "CaptionHeight" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Variable "EndY" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Expected 1 space before "=>"; 0 found
(#5381) Expected 1 space after "=>"; 0 found
(#5381) Variable "CaptionFillR" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Expected 1 space before "=>"; 0 found
(#5381) Expected 1 space after "=>"; 0 found
(#5381) Variable "CaptionFillG" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Expected 1 space before "=>"; 0 found
(#5381) Expected 1 space after "=>"; 0 found
(#5381) Variable "CaptionFillB" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Expected 1 space before "=>"; 0 found
(#5381) Expected 1 space after "=>"; 0 found
(#5381) Variable "CaptionBorderR" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Expected 1 space before "=>"; 0 found
(#5381) Expected 1 space after "=>"; 0 found
(#5381) Variable "CaptionBorderG" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Expected 1 space before "=>"; 0 found
(#5381) Expected 1 space after "=>"; 0 found
(#5381) Variable "CaptionBorderB" must be all lower-case
(#5381) Commas (,) must be followed by white space.
(#5381) Expected 1 space before "=>"; 0 found
(#5381) Expected 1 space after "=>"; 0 found
(#5381) Variable "CaptionFillAlpha" must be all lower-case
(#5381) Line exceeds maximum limit of 180 characters; contains 279 characters
(#5381) Closing brace must be on a line by itself
(#5382) Line indented incorrectly; expected at least 28 spaces, found 15
(#5382) Variable "XPos" must be all lower-case
(#5382) Expected 1 space before "+"; 0 found
(#5382) Expected 1 space after "+"; 0 found
(#5382) Variable "CaptionHeight" must be all lower-case
(#5382) Expected 1 space before "/"; 0 found
(#5382) Expected 1 space after "/"; 0 found
(#5382) Commas (,) must be followed by white space.
(#5382) Variable "StartY" must be all lower-case
(#5382) Expected 1 space before "+"; 0 found
(#5382) Expected 1 space after "+"; 0 found
(#5382) Commas (,) must be followed by white space.
(#5382) Variable "XPos" must be all lower-case
(#5382) Expected 1 space before "+"; 0 found
(#5382) Expected 1 space after "+"; 0 found
(#5382) Variable "CaptionHeight" must be all lower-case
(#5382) Expected 1 space before "/"; 0 found
(#5382) Expected 1 space after "/"; 0 found
(#5382) Commas (,) must be followed by white space.
(#5382) Variable "EndY" must be all lower-case
(#5382) Expected 1 space before "-"; 0 found
(#5382) Expected 1 space after "-"; 0 found
(#5382) Commas (,) must be followed by white space.
(#5382) Variable "CaptionSettings" must be all lower-case
(#5383) Line indented incorrectly; expected 24 spaces, found 14
(#5383) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5384) Line indented incorrectly; expected at least 24 spaces, found 13
(#5384) Inline control structures are not allowed
(#5385) Line indented incorrectly; expected at least 24 spaces, found 14
(#5385) Variable "XPos" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Variable "StartY" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Variable "XPos" must be all lower-case
(#5385) Expected 1 space before "+"; 0 found
(#5385) Expected 1 space after "+"; 0 found
(#5385) Variable "CaptionHeight" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Variable "EndY" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Expected 1 space before "=>"; 0 found
(#5385) Expected 1 space after "=>"; 0 found
(#5385) Variable "R" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Expected 1 space before "=>"; 0 found
(#5385) Expected 1 space after "=>"; 0 found
(#5385) Variable "G" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Expected 1 space before "=>"; 0 found
(#5385) Expected 1 space after "=>"; 0 found
(#5385) Variable "B" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Expected 1 space before "=>"; 0 found
(#5385) Expected 1 space after "=>"; 0 found
(#5385) Variable "CaptionBorderR" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Expected 1 space before "=>"; 0 found
(#5385) Expected 1 space after "=>"; 0 found
(#5385) Variable "CaptionBorderG" must be all lower-case
(#5385) Commas (,) must be followed by white space.
(#5385) Expected 1 space before "=>"; 0 found
(#5385) Expected 1 space after "=>"; 0 found
(#5385) Variable "CaptionBorderB" must be all lower-case
(#5385) Line exceeds maximum limit of 180 characters; contains 195 characters
(#5386) Line indented incorrectly; expected 20 spaces, found 12
(#5386) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5387) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#5389) Line indented incorrectly; expected 20 spaces, found 11
(#5389) Expected "if (...) {\n"; found "if (...) { "
(#5389) Variable "XDivs" must be all lower-case
(#5389) Variable "XStep" must be all lower-case
(#5389) Expected 1 space before "-"; 0 found
(#5389) Expected 1 space after "-"; 0 found
(#5389) Expected 1 space before "/"; 0 found
(#5389) Expected 1 space after "/"; 0 found
(#5389) Closing brace must be on a line by itself
(#5389) Expected "} else {\n"; found "} else { "
(#5389) Variable "XStep" must be all lower-case
(#5389) Expected 1 space before "-"; 0 found
(#5389) Expected 1 space after "-"; 0 found
(#5389) Expected 1 space before "-"; 0 found
(#5389) Expected 1 space after "-"; 0 found
(#5389) Variable "XMargin" must be all lower-case
(#5389) Expected 1 space before "*"; 0 found
(#5389) Expected 1 space after "*"; 0 found
(#5389) Expected 1 space before "/"; 0 found
(#5389) Expected 1 space after "/"; 0 found
(#5389) Variable "XDivs" must be all lower-case
(#5389) Line exceeds 132 characters; contains 162 characters
(#5389) Closing brace must be on a line by itself
(#5390) Line indented incorrectly; expected at least 20 spaces, found 11
(#5390) Variable "Y" must be all lower-case
(#5390) Variable "XMargin" must be all lower-case
(#5392) Line indented incorrectly; expected at least 20 spaces, found 11
(#5392) Variable "TopX" must be all lower-case
(#5392) Variable "XPos" must be all lower-case
(#5392) Variable "CaptionHeight" must be all lower-case
(#5392) Expected 1 space before "/"; 0 found
(#5392) Expected 1 space after "/"; 0 found
(#5392) Variable "DerivativeHeight" must be all lower-case
(#5392) Expected 1 space before "/"; 0 found
(#5392) Expected 1 space after "/"; 0 found
(#5393) Line indented incorrectly; expected at least 20 spaces, found 11
(#5393) Variable "BottomX" must be all lower-case
(#5393) Variable "XPos" must be all lower-case
(#5393) Variable "CaptionHeight" must be all lower-case
(#5393) Expected 1 space before "/"; 0 found
(#5393) Expected 1 space after "/"; 0 found
(#5393) Variable "DerivativeHeight" must be all lower-case
(#5393) Expected 1 space before "/"; 0 found
(#5393) Expected 1 space after "/"; 0 found
(#5395) Line indented incorrectly; expected at least 20 spaces, found 11
(#5395) Variable "StartY" must be all lower-case
(#5395) Expected 1 space before "+"; 0 found
(#5395) Expected 1 space after "+"; 0 found
(#5395) Variable "XMargin" must be all lower-case
(#5396) Line indented incorrectly; expected at least 20 spaces, found 11
(#5396) Variable "EndY" must be all lower-case
(#5396) Expected 1 space before "-"; 0 found
(#5396) Expected 1 space after "-"; 0 found
(#5396) Variable "XMargin" must be all lower-case
(#5398) Line indented incorrectly; expected 20 spaces, found 11
(#5398) Expected "if (...) {\n"; found "if (...) { "
(#5398) Variable "DrawBackground" must be all lower-case
(#5398) Variable "TopX" must be all lower-case
(#5398) Expected 1 space before "-"; 0 found
(#5398) Expected 1 space after "-"; 0 found
(#5398) Commas (,) must be followed by white space.
(#5398) Variable "StartY" must be all lower-case
(#5398) Expected 1 space before "-"; 0 found
(#5398) Expected 1 space after "-"; 0 found
(#5398) Commas (,) must be followed by white space.
(#5398) Variable "BottomX" must be all lower-case
(#5398) Expected 1 space before "+"; 0 found
(#5398) Expected 1 space after "+"; 0 found
(#5398) Commas (,) must be followed by white space.
(#5398) Variable "EndY" must be all lower-case
(#5398) Expected 1 space before "+"; 0 found
(#5398) Expected 1 space after "+"; 0 found
(#5398) Commas (,) must be followed by white space.
(#5398) Expected 1 space before "=>"; 0 found
(#5398) Expected 1 space after "=>"; 0 found
(#5398) Variable "BackgroundR" must be all lower-case
(#5398) Commas (,) must be followed by white space.
(#5398) Expected 1 space before "=>"; 0 found
(#5398) Expected 1 space after "=>"; 0 found
(#5398) Variable "BackgroundG" must be all lower-case
(#5398) Commas (,) must be followed by white space.
(#5398) Expected 1 space before "=>"; 0 found
(#5398) Expected 1 space after "=>"; 0 found
(#5398) Variable "BackgroundB" must be all lower-case
(#5398) Commas (,) must be followed by white space.
(#5398) Expected 1 space before "=>"; 0 found
(#5398) Expected 1 space after "=>"; 0 found
(#5398) Variable "BackgroundAlpha" must be all lower-case
(#5398) Line exceeds maximum limit of 180 characters; contains 190 characters
(#5398) Closing brace must be on a line by itself
(#5399) Line indented incorrectly; expected 20 spaces, found 11
(#5399) Expected "if (...) {\n"; found "if (...) { "
(#5399) Variable "DrawBorder" must be all lower-case
(#5399) Variable "TopX" must be all lower-case
(#5399) Expected 1 space before "-"; 0 found
(#5399) Expected 1 space after "-"; 0 found
(#5399) Commas (,) must be followed by white space.
(#5399) Variable "StartY" must be all lower-case
(#5399) Expected 1 space before "-"; 0 found
(#5399) Expected 1 space after "-"; 0 found
(#5399) Commas (,) must be followed by white space.
(#5399) Variable "BottomX" must be all lower-case
(#5399) Expected 1 space before "+"; 0 found
(#5399) Expected 1 space after "+"; 0 found
(#5399) Commas (,) must be followed by white space.
(#5399) Variable "EndY" must be all lower-case
(#5399) Expected 1 space before "+"; 0 found
(#5399) Expected 1 space after "+"; 0 found
(#5399) Commas (,) must be followed by white space.
(#5399) Expected 1 space before "=>"; 0 found
(#5399) Expected 1 space after "=>"; 0 found
(#5399) Variable "BorderR" must be all lower-case
(#5399) Commas (,) must be followed by white space.
(#5399) Expected 1 space before "=>"; 0 found
(#5399) Expected 1 space after "=>"; 0 found
(#5399) Variable "BorderG" must be all lower-case
(#5399) Commas (,) must be followed by white space.
(#5399) Expected 1 space before "=>"; 0 found
(#5399) Expected 1 space after "=>"; 0 found
(#5399) Variable "BorderB" must be all lower-case
(#5399) Commas (,) must be followed by white space.
(#5399) Expected 1 space before "=>"; 0 found
(#5399) Expected 1 space after "=>"; 0 found
(#5399) Variable "BorderAlpha" must be all lower-case
(#5399) Line exceeds 132 characters; contains 164 characters
(#5399) Closing brace must be on a line by itself
(#5401) Line indented incorrectly; expected 20 spaces, found 11
(#5401) Expected "if (...) {\n"; found "if (...) { "
(#5401) Variable "PosArray" must be all lower-case
(#5401) Variable "Value" must be all lower-case
(#5401) Variable "PosArray" must be all lower-case
(#5401) Variable "PosArray" must be all lower-case
(#5401) Variable "PosArray" must be all lower-case
(#5401) Variable "Value" must be all lower-case
(#5401) Closing brace must be on a line by itself
(#5403) Line indented incorrectly; expected at least 20 spaces, found 11
(#5403) Variable "RestoreShadow" must be all lower-case
(#5404) Line indented incorrectly; expected at least 20 spaces, found 11
(#5404) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5406) Line indented incorrectly; expected at least 20 spaces, found 11
(#5407) Line indented incorrectly; expected at least 20 spaces, found 11
(#5407) Variable "LastX" must be all lower-case
(#5407) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5407) Variable "LastY" must be all lower-case
(#5407) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5407) Variable "MinSlope" must be all lower-case
(#5407) Variable "MaxSlope" must be all lower-case
(#5408) Line indented incorrectly; expected 20 spaces, found 11
(#5408) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5408) Variable "PosArray" must be all lower-case
(#5408) Variable "Key" must be all lower-case
(#5408) Variable "X" must be all lower-case
(#5409) Line indented incorrectly; expected at least 20 spaces, found 12
(#5410) Line indented incorrectly; expected 24 spaces, found 13
(#5410) Expected "if (...) {\n"; found "if (...)\n { "
(#5410) Variable "X" must be all lower-case
(#5410) Variable "LastX" must be all lower-case
(#5410) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5411) Line indented incorrectly; expected at least 24 spaces, found 14
(#5411) Variable "Slope" must be all lower-case
(#5411) Variable "X" must be all lower-case
(#5411) Variable "LastX" must be all lower-case
(#5411) Expected "if (...) {\n"; found "if (...) { "
(#5411) Variable "Slope" must be all lower-case
(#5411) Variable "MaxSlope" must be all lower-case
(#5411) Variable "MaxSlope" must be all lower-case
(#5411) Variable "Slope" must be all lower-case
(#5411) Closing brace must be on a line by itself
(#5411) Expected "if (...) {\n"; found "if (...) { "
(#5411) Variable "Slope" must be all lower-case
(#5411) Variable "MinSlope" must be all lower-case
(#5411) Variable "MinSlope" must be all lower-case
(#5411) Variable "Slope" must be all lower-case
(#5411) Closing brace must be on a line by itself
(#5411) Line exceeds 132 characters; contains 141 characters
(#5411) Closing brace must be on a line by itself
(#5413) Line indented incorrectly; expected 24 spaces, found 13
(#5413) Expected "if (...) {\n"; found "if (...)\n { "
(#5413) Variable "X" must be all lower-case
(#5414) Line indented incorrectly; expected at least 24 spaces, found 14
(#5414) Variable "LastX" must be all lower-case
(#5414) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5414) Closing brace must be on a line by itself
(#5415) Line indented incorrectly; expected 24 spaces, found 13
(#5415) Expected "} else {\n"; found "}\n else\n { "
(#5416) Line indented incorrectly; expected at least 24 spaces, found 14
(#5416) Variable "LastX" must be all lower-case
(#5416) Variable "X" must be all lower-case
(#5416) Closing brace must be on a line by itself
(#5417) Line indented incorrectly; expected 20 spaces, found 12
(#5417) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5419) Line indented incorrectly; expected at least 20 spaces, found 11
(#5419) Variable "LastX" must be all lower-case
(#5419) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5419) Variable "LastY" must be all lower-case
(#5419) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5419) Variable "LastColor" must be all lower-case
(#5419) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5420) Line indented incorrectly; expected 20 spaces, found 11
(#5420) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5420) Variable "PosArray" must be all lower-case
(#5420) Variable "Key" must be all lower-case
(#5420) Variable "X" must be all lower-case
(#5421) Line indented incorrectly; expected at least 20 spaces, found 12
(#5422) Line indented incorrectly; expected 24 spaces, found 13
(#5422) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5422) Variable "X" must be all lower-case
(#5422) Variable "LastX" must be all lower-case
(#5422) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5423) Line indented incorrectly; expected at least 24 spaces, found 14
(#5424) Line indented incorrectly; expected at least 28 spaces, found 15
(#5424) Variable "Slope" must be all lower-case
(#5424) Variable "X" must be all lower-case
(#5424) Variable "LastX" must be all lower-case
(#5426) Line indented incorrectly; expected 28 spaces, found 15
(#5426) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5426) Variable "Slope" must be all lower-case
(#5427) Line indented incorrectly; expected at least 28 spaces, found 16
(#5428) Line indented incorrectly; expected at least 32 spaces, found 17
(#5428) Variable "SlopeIndex" must be all lower-case
(#5428) Variable "MaxSlope" must be all lower-case
(#5428) Variable "Slope" must be all lower-case
(#5429) Line indented incorrectly; expected at least 32 spaces, found 17
(#5429) Variable "R" must be all lower-case
(#5429) Variable "PositiveSlopeEndR" must be all lower-case
(#5429) Variable "PositiveSlopeStartR" must be all lower-case
(#5429) Expected 1 space before "/"; 0 found
(#5429) Expected 1 space after "/"; 0 found
(#5429) Expected 1 space before "*"; 0 found
(#5429) Expected 1 space after "*"; 0 found
(#5429) Variable "SlopeIndex" must be all lower-case
(#5429) Expected 1 space before "+"; 0 found
(#5429) Expected 1 space after "+"; 0 found
(#5429) Variable "PositiveSlopeStartR" must be all lower-case
(#5430) Line indented incorrectly; expected at least 32 spaces, found 17
(#5430) Variable "G" must be all lower-case
(#5430) Variable "PositiveSlopeEndG" must be all lower-case
(#5430) Variable "PositiveSlopeStartG" must be all lower-case
(#5430) Expected 1 space before "/"; 0 found
(#5430) Expected 1 space after "/"; 0 found
(#5430) Expected 1 space before "*"; 0 found
(#5430) Expected 1 space after "*"; 0 found
(#5430) Variable "SlopeIndex" must be all lower-case
(#5430) Expected 1 space before "+"; 0 found
(#5430) Expected 1 space after "+"; 0 found
(#5430) Variable "PositiveSlopeStartG" must be all lower-case
(#5431) Line indented incorrectly; expected at least 32 spaces, found 17
(#5431) Variable "B" must be all lower-case
(#5431) Variable "PositiveSlopeEndB" must be all lower-case
(#5431) Variable "PositiveSlopeStartB" must be all lower-case
(#5431) Expected 1 space before "/"; 0 found
(#5431) Expected 1 space after "/"; 0 found
(#5431) Expected 1 space before "*"; 0 found
(#5431) Expected 1 space after "*"; 0 found
(#5431) Variable "SlopeIndex" must be all lower-case
(#5431) Expected 1 space before "+"; 0 found
(#5431) Expected 1 space after "+"; 0 found
(#5431) Variable "PositiveSlopeStartB" must be all lower-case
(#5432) Line indented incorrectly; expected 28 spaces, found 16
(#5432) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5433) Line indented incorrectly; expected 28 spaces, found 15
(#5433) Usage of ELSEIF not allowed; use ELSE IF instead
(#5433) Variable "Slope" must be all lower-case
(#5434) Line indented incorrectly; expected at least 28 spaces, found 16
(#5435) Line indented incorrectly; expected at least 32 spaces, found 17
(#5435) Variable "SlopeIndex" must be all lower-case
(#5435) Variable "MinSlope" must be all lower-case
(#5435) Variable "Slope" must be all lower-case
(#5436) Line indented incorrectly; expected at least 32 spaces, found 17
(#5436) Variable "R" must be all lower-case
(#5436) Variable "NegativeSlopeEndR" must be all lower-case
(#5436) Variable "NegativeSlopeStartR" must be all lower-case
(#5436) Expected 1 space before "/"; 0 found
(#5436) Expected 1 space after "/"; 0 found
(#5436) Expected 1 space before "*"; 0 found
(#5436) Expected 1 space after "*"; 0 found
(#5436) Variable "SlopeIndex" must be all lower-case
(#5436) Expected 1 space before "+"; 0 found
(#5436) Expected 1 space after "+"; 0 found
(#5436) Variable "NegativeSlopeStartR" must be all lower-case
(#5437) Line indented incorrectly; expected at least 32 spaces, found 17
(#5437) Variable "G" must be all lower-case
(#5437) Variable "NegativeSlopeEndG" must be all lower-case
(#5437) Variable "NegativeSlopeStartG" must be all lower-case
(#5437) Expected 1 space before "/"; 0 found
(#5437) Expected 1 space after "/"; 0 found
(#5437) Expected 1 space before "*"; 0 found
(#5437) Expected 1 space after "*"; 0 found
(#5437) Variable "SlopeIndex" must be all lower-case
(#5437) Expected 1 space before "+"; 0 found
(#5437) Expected 1 space after "+"; 0 found
(#5437) Variable "NegativeSlopeStartG" must be all lower-case
(#5438) Line indented incorrectly; expected at least 32 spaces, found 17
(#5438) Variable "B" must be all lower-case
(#5438) Variable "NegativeSlopeEndB" must be all lower-case
(#5438) Variable "NegativeSlopeStartB" must be all lower-case
(#5438) Expected 1 space before "/"; 0 found
(#5438) Expected 1 space after "/"; 0 found
(#5438) Expected 1 space before "*"; 0 found
(#5438) Expected 1 space after "*"; 0 found
(#5438) Variable "SlopeIndex" must be all lower-case
(#5438) Expected 1 space before "+"; 0 found
(#5438) Expected 1 space after "+"; 0 found
(#5438) Variable "NegativeSlopeStartB" must be all lower-case
(#5439) Line indented incorrectly; expected 28 spaces, found 16
(#5439) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5441) Line indented incorrectly; expected at least 28 spaces, found 15
(#5441) Variable "Color" must be all lower-case
(#5441) Expected 1 space before "=>"; 0 found
(#5441) Expected 1 space after "=>"; 0 found
(#5441) Variable "R" must be all lower-case
(#5441) Commas (,) must be followed by white space.
(#5441) Expected 1 space before "=>"; 0 found
(#5441) Expected 1 space after "=>"; 0 found
(#5441) Variable "G" must be all lower-case
(#5441) Commas (,) must be followed by white space.
(#5441) Expected 1 space before "=>"; 0 found
(#5441) Expected 1 space after "=>"; 0 found
(#5441) Variable "B" must be all lower-case
(#5443) Line indented incorrectly; expected 28 spaces, found 15
(#5443) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5443) Variable "ShadedSlopeBox" must be all lower-case
(#5443) Variable "LastColor" must be all lower-case
(#5443) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5444) Line indented incorrectly; expected at least 28 spaces, found 16
(#5445) Line indented incorrectly; expected at least 32 spaces, found 17
(#5445) Variable "GradientSettings" must be all lower-case
(#5445) Expected 1 space before "=>"; 0 found
(#5445) Expected 1 space after "=>"; 0 found
(#5445) Variable "LastColor" must be all lower-case
(#5445) Commas (,) must be followed by white space.
(#5445) Expected 1 space before "=>"; 0 found
(#5445) Expected 1 space after "=>"; 0 found
(#5445) Variable "LastColor" must be all lower-case
(#5445) Commas (,) must be followed by white space.
(#5445) Expected 1 space before "=>"; 0 found
(#5445) Expected 1 space after "=>"; 0 found
(#5445) Variable "LastColor" must be all lower-case
(#5445) Commas (,) must be followed by white space.
(#5445) Expected 1 space before "=>"; 0 found
(#5445) Expected 1 space after "=>"; 0 found
(#5445) Variable "R" must be all lower-case
(#5445) Commas (,) must be followed by white space.
(#5445) Expected 1 space before "=>"; 0 found
(#5445) Expected 1 space after "=>"; 0 found
(#5445) Variable "G" must be all lower-case
(#5445) Commas (,) must be followed by white space.
(#5445) Expected 1 space before "=>"; 0 found
(#5445) Expected 1 space after "=>"; 0 found
(#5445) Variable "B" must be all lower-case
(#5445) Line exceeds 132 characters; contains 155 characters
(#5447) Line indented incorrectly; expected at least 32 spaces, found 17
(#5447) Variable "TopX" must be all lower-case
(#5447) Commas (,) must be followed by white space.
(#5447) Variable "LastY" must be all lower-case
(#5447) Commas (,) must be followed by white space.
(#5447) Variable "BottomX" must be all lower-case
(#5447) Commas (,) must be followed by white space.
(#5447) Variable "Y" must be all lower-case
(#5447) Commas (,) must be followed by white space.
(#5447) Commas (,) must be followed by white space.
(#5447) Variable "GradientSettings" must be all lower-case
(#5448) Line indented incorrectly; expected 28 spaces, found 16
(#5448) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5449) Line indented incorrectly; expected at least 28 spaces, found 15
(#5449) Inline control structures are not allowed
(#5449) Usage of ELSEIF not allowed; use ELSE IF instead
(#5449) Variable "ShadedSlopeBox" must be all lower-case
(#5449) Variable "LastColor" must be all lower-case
(#5449) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5449) Whitespace found at end of line
(#5450) Line indented incorrectly; expected at least 28 spaces, found 16
(#5450) Variable "TopX" must be all lower-case
(#5450) Commas (,) must be followed by white space.
(#5450) Variable "LastY" must be all lower-case
(#5450) Commas (,) must be followed by white space.
(#5450) Variable "BottomX" must be all lower-case
(#5450) Commas (,) must be followed by white space.
(#5450) Variable "Y" must be all lower-case
(#5450) Commas (,) must be followed by white space.
(#5450) Variable "Color" must be all lower-case
(#5452) Line indented incorrectly; expected at least 28 spaces, found 15
(#5452) Variable "LastColor" must be all lower-case
(#5452) Variable "Color" must be all lower-case
(#5453) Line indented incorrectly; expected 24 spaces, found 14
(#5453) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5455) Line indented incorrectly; expected 24 spaces, found 13
(#5455) Expected "if (...) {\n"; found "if (...)\n { "
(#5455) Variable "X" must be all lower-case
(#5456) Line indented incorrectly; expected at least 24 spaces, found 14
(#5456) Variable "LastX" must be all lower-case
(#5456) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5456) Closing brace must be on a line by itself
(#5457) Line indented incorrectly; expected 24 spaces, found 13
(#5457) Expected "} else {\n"; found "}\n else\n { "
(#5458) Line indented incorrectly; expected at least 24 spaces, found 14
(#5458) Variable "LastX" must be all lower-case
(#5458) Variable "X" must be all lower-case
(#5458) Variable "LastY" must be all lower-case
(#5458) Variable "Y" must be all lower-case
(#5458) Closing brace must be on a line by itself
(#5460) Line indented incorrectly; expected at least 24 spaces, found 13
(#5460) Variable "Y" must be all lower-case
(#5460) Variable "Y" must be all lower-case
(#5460) Variable "XStep" must be all lower-case
(#5461) Line indented incorrectly; expected 20 spaces, found 12
(#5461) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5463) Line indented incorrectly; expected at least 20 spaces, found 11
(#5463) Variable "XPos" must be all lower-case
(#5463) Variable "XPos" must be all lower-case
(#5463) Variable "CaptionHeight" must be all lower-case
(#5463) Variable "SerieSpacing" must be all lower-case
(#5464) Line indented incorrectly; expected 16 spaces, found 10
(#5464) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5466) Line indented incorrectly; expected at least 16 spaces, found 9
(#5466) Variable "RestoreShadow" must be all lower-case
(#5467) Line indented incorrectly; expected 12 spaces, found 8
(#5467) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5468) Line indented incorrectly; expected 8 spaces, found 6
(#5468) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5469) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5471) Line indented incorrectly; expected at least 4 spaces, found 3
(#5472) Line indented incorrectly; expected 4 spaces, found 3
(#5472) method name "pDraw::drawBestFit" must be in lower-case letters only
(#5472) Visibility must be declared on method "drawBestFit"
(#5472) Variable "Format" must be all lower-case
(#5473) Opening brace should be on the same line as the declaration
(#5474) Line indented incorrectly; expected at least 8 spaces, found 5
(#5474) Variable "OverrideTicks" must be all lower-case
(#5474) Spaces must be used for alignment; tabs are not allowed
(#5474) Tab found within whitespace
(#5474) Variable "Format" must be all lower-case
(#5474) Variable "Format" must be all lower-case
(#5474) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5475) Line indented incorrectly; expected at least 8 spaces, found 5
(#5475) Variable "OverrideR" must be all lower-case
(#5475) Spaces must be used for alignment; tabs are not allowed
(#5475) Tab found within whitespace
(#5475) Variable "Format" must be all lower-case
(#5475) Variable "Format" must be all lower-case
(#5476) Line indented incorrectly; expected at least 8 spaces, found 5
(#5476) Variable "OverrideG" must be all lower-case
(#5476) Spaces must be used for alignment; tabs are not allowed
(#5476) Tab found within whitespace
(#5476) Variable "Format" must be all lower-case
(#5476) Variable "Format" must be all lower-case
(#5477) Line indented incorrectly; expected at least 8 spaces, found 5
(#5477) Variable "OverrideB" must be all lower-case
(#5477) Spaces must be used for alignment; tabs are not allowed
(#5477) Tab found within whitespace
(#5477) Variable "Format" must be all lower-case
(#5477) Variable "Format" must be all lower-case
(#5478) Line indented incorrectly; expected at least 8 spaces, found 5
(#5478) Variable "OverrideAlpha" must be all lower-case
(#5478) Spaces must be used for alignment; tabs are not allowed
(#5478) Tab found within whitespace
(#5478) Variable "Format" must be all lower-case
(#5478) Variable "Format" must be all lower-case
(#5480) Line indented incorrectly; expected at least 8 spaces, found 5
(#5480) Variable "Data" must be all lower-case
(#5481) Line indented incorrectly; expected at least 8 spaces, found 5
(#5481) Variable "XMargin" must be all lower-case
(#5481) Commas (,) must be followed by white space.
(#5481) Variable "XDivs" must be all lower-case
(#5483) Line indented incorrectly; expected 8 spaces, found 5
(#5483) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5483) Variable "Data" must be all lower-case
(#5483) Variable "SerieName" must be all lower-case
(#5483) Variable "Serie" must be all lower-case
(#5484) Line indented incorrectly; expected at least 8 spaces, found 6
(#5485) Line indented incorrectly; expected 12 spaces, found 7
(#5485) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5485) Variable "Serie" must be all lower-case
(#5485) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5485) Variable "SerieName" must be all lower-case
(#5485) Variable "Data" must be all lower-case
(#5486) Line indented incorrectly; expected at least 12 spaces, found 8
(#5487) Line indented incorrectly; expected 16 spaces, found 9
(#5487) Expected "if (...) {\n"; found "if (...) { "
(#5487) Variable "OverrideR" must be all lower-case
(#5487) Variable "OverrideG" must be all lower-case
(#5487) Variable "OverrideB" must be all lower-case
(#5487) Variable "R" must be all lower-case
(#5487) Variable "OverrideR" must be all lower-case
(#5487) Variable "G" must be all lower-case
(#5487) Variable "OverrideG" must be all lower-case
(#5487) Variable "B" must be all lower-case
(#5487) Variable "OverrideB" must be all lower-case
(#5487) Closing brace must be on a line by itself
(#5487) Expected "} else {\n"; found "} else { "
(#5487) Variable "R" must be all lower-case
(#5487) Variable "Serie" must be all lower-case
(#5487) Variable "G" must be all lower-case
(#5487) Variable "Serie" must be all lower-case
(#5487) Variable "B" must be all lower-case
(#5487) Variable "Serie" must be all lower-case
(#5487) Line exceeds maximum limit of 180 characters; contains 223 characters
(#5487) Closing brace must be on a line by itself
(#5488) Line indented incorrectly; expected 16 spaces, found 9
(#5488) Expected "if (...) {\n"; found "if (...) { "
(#5488) Variable "OverrideTicks" must be all lower-case
(#5488) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5488) Variable "Ticks" must be all lower-case
(#5488) Variable "Serie" must be all lower-case
(#5488) Closing brace must be on a line by itself
(#5488) Expected "} else {\n"; found "} else { "
(#5488) Variable "Ticks" must be all lower-case
(#5488) Variable "OverrideTicks" must be all lower-case
(#5488) Closing brace must be on a line by itself
(#5489) Line indented incorrectly; expected 16 spaces, found 9
(#5489) Expected "if (...) {\n"; found "if (...) { "
(#5489) Variable "OverrideAlpha" must be all lower-case
(#5489) Variable "Alpha" must be all lower-case
(#5489) Variable "Serie" must be all lower-case
(#5489) Closing brace must be on a line by itself
(#5489) Expected "} else {\n"; found "} else { "
(#5489) Variable "Alpha" must be all lower-case
(#5489) Variable "OverrideAlpha" must be all lower-case
(#5489) Closing brace must be on a line by itself
(#5491) Line indented incorrectly; expected at least 16 spaces, found 9
(#5491) Variable "Color" must be all lower-case
(#5491) Expected 1 space before "=>"; 0 found
(#5491) Expected 1 space after "=>"; 0 found
(#5491) Variable "R" must be all lower-case
(#5491) Commas (,) must be followed by white space.
(#5491) Expected 1 space before "=>"; 0 found
(#5491) Expected 1 space after "=>"; 0 found
(#5491) Variable "G" must be all lower-case
(#5491) Commas (,) must be followed by white space.
(#5491) Expected 1 space before "=>"; 0 found
(#5491) Expected 1 space after "=>"; 0 found
(#5491) Variable "B" must be all lower-case
(#5491) Commas (,) must be followed by white space.
(#5491) Expected 1 space before "=>"; 0 found
(#5491) Expected 1 space after "=>"; 0 found
(#5491) Variable "Alpha" must be all lower-case
(#5491) Commas (,) must be followed by white space.
(#5491) Expected 1 space before "=>"; 0 found
(#5491) Expected 1 space after "=>"; 0 found
(#5491) Variable "Ticks" must be all lower-case
(#5493) Line indented incorrectly; expected at least 16 spaces, found 9
(#5493) Variable "AxisID" must be all lower-case
(#5493) Variable "Serie" must be all lower-case
(#5494) Line indented incorrectly; expected at least 16 spaces, found 9
(#5494) Variable "PosArray" must be all lower-case
(#5494) Variable "Serie" must be all lower-case
(#5494) Commas (,) must be followed by white space.
(#5494) Expected 1 space before "=>"; 0 found
(#5494) Expected 1 space after "=>"; 0 found
(#5494) Variable "Serie" must be all lower-case
(#5496) Line indented incorrectly; expected 16 spaces, found 9
(#5496) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5496) Variable "Data" must be all lower-case
(#5497) Line indented incorrectly; expected at least 16 spaces, found 10
(#5498) Line indented incorrectly; expected 20 spaces, found 11
(#5498) Expected "if (...) {\n"; found "if (...) { "
(#5498) Variable "XDivs" must be all lower-case
(#5498) Variable "XStep" must be all lower-case
(#5498) Expected 1 space before "-"; 0 found
(#5498) Expected 1 space after "-"; 0 found
(#5498) Expected 1 space before "/"; 0 found
(#5498) Expected 1 space after "/"; 0 found
(#5498) Closing brace must be on a line by itself
(#5498) Expected "} else {\n"; found "} else { "
(#5498) Variable "XStep" must be all lower-case
(#5498) Expected 1 space before "-"; 0 found
(#5498) Expected 1 space after "-"; 0 found
(#5498) Expected 1 space before "-"; 0 found
(#5498) Expected 1 space after "-"; 0 found
(#5498) Variable "XMargin" must be all lower-case
(#5498) Expected 1 space before "*"; 0 found
(#5498) Expected 1 space after "*"; 0 found
(#5498) Expected 1 space before "/"; 0 found
(#5498) Expected 1 space after "/"; 0 found
(#5498) Variable "XDivs" must be all lower-case
(#5498) Line exceeds 132 characters; contains 162 characters
(#5498) Closing brace must be on a line by itself
(#5499) Line indented incorrectly; expected at least 20 spaces, found 11
(#5499) Variable "X" must be all lower-case
(#5499) Variable "XMargin" must be all lower-case
(#5501) Line indented incorrectly; expected 20 spaces, found 11
(#5501) Expected "if (...) {\n"; found "if (...) { "
(#5501) Variable "PosArray" must be all lower-case
(#5501) Variable "Value" must be all lower-case
(#5501) Variable "PosArray" must be all lower-case
(#5501) Variable "PosArray" must be all lower-case
(#5501) Variable "PosArray" must be all lower-case
(#5501) Variable "Value" must be all lower-case
(#5501) Closing brace must be on a line by itself
(#5502) Line indented incorrectly; expected at least 20 spaces, found 11
(#5502) Variable "Sxy" must be all lower-case
(#5502) Variable "Sx" must be all lower-case
(#5502) Variable "Sy" must be all lower-case
(#5502) Variable "Sxx" must be all lower-case
(#5503) Line indented incorrectly; expected 20 spaces, found 11
(#5503) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5503) Variable "PosArray" must be all lower-case
(#5503) Variable "Key" must be all lower-case
(#5503) Variable "Y" must be all lower-case
(#5504) Line indented incorrectly; expected at least 20 spaces, found 12
(#5505) Line indented incorrectly; expected 24 spaces, found 13
(#5505) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5505) Variable "Y" must be all lower-case
(#5506) Line indented incorrectly; expected at least 24 spaces, found 14
(#5507) Line indented incorrectly; expected at least 28 spaces, found 15
(#5507) Variable "Sxy" must be all lower-case
(#5507) Variable "Sxy" must be all lower-case
(#5507) Variable "X" must be all lower-case
(#5507) Expected 1 space before "*"; 0 found
(#5507) Expected 1 space after "*"; 0 found
(#5507) Variable "Y" must be all lower-case
(#5508) Line indented incorrectly; expected at least 28 spaces, found 15
(#5508) Variable "Sx" must be all lower-case
(#5508) Variable "Sx" must be all lower-case
(#5508) Variable "X" must be all lower-case
(#5509) Line indented incorrectly; expected at least 28 spaces, found 15
(#5509) Variable "Sy" must be all lower-case
(#5509) Variable "Sy" must be all lower-case
(#5509) Variable "Y" must be all lower-case
(#5510) Line indented incorrectly; expected at least 28 spaces, found 15
(#5510) Variable "Sxx" must be all lower-case
(#5510) Variable "Sxx" must be all lower-case
(#5510) Variable "X" must be all lower-case
(#5510) Expected 1 space before "*"; 0 found
(#5510) Expected 1 space after "*"; 0 found
(#5510) Variable "X" must be all lower-case
(#5511) Line indented incorrectly; expected 24 spaces, found 14
(#5511) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5513) Line indented incorrectly; expected at least 24 spaces, found 13
(#5513) Variable "X" must be all lower-case
(#5513) Variable "X" must be all lower-case
(#5513) Variable "XStep" must be all lower-case
(#5514) Line indented incorrectly; expected 20 spaces, found 12
(#5514) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5515) Line indented incorrectly; expected at least 20 spaces, found 11
(#5515) Variable "PosArray" must be all lower-case
(#5515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5515) Inline comments must end in full-stops, exclamation marks, or question marks
(#5515) This comment is 56% valid code; is this commented out code?
(#5515) No space found before comment text; expected "// $n = count($PosArray);" but found "//$n = count($PosArray);"
(#5516) Line indented incorrectly; expected at least 20 spaces, found 11
(#5516) Variable "M" must be all lower-case
(#5516) Expected 1 space before "*"; 0 found
(#5516) Expected 1 space after "*"; 0 found
(#5516) Variable "Sxy" must be all lower-case
(#5516) Expected 1 space before "-"; 0 found
(#5516) Expected 1 space after "-"; 0 found
(#5516) Variable "Sx" must be all lower-case
(#5516) Expected 1 space before "*"; 0 found
(#5516) Expected 1 space after "*"; 0 found
(#5516) Variable "Sy" must be all lower-case
(#5516) Expected 1 space before "*"; 0 found
(#5516) Expected 1 space after "*"; 0 found
(#5516) Variable "Sxx" must be all lower-case
(#5516) Expected 1 space before "-"; 0 found
(#5516) Expected 1 space after "-"; 0 found
(#5516) Variable "Sx" must be all lower-case
(#5516) Expected 1 space before "*"; 0 found
(#5516) Expected 1 space after "*"; 0 found
(#5516) Variable "Sx" must be all lower-case
(#5517) Line indented incorrectly; expected at least 20 spaces, found 11
(#5517) Variable "B" must be all lower-case
(#5517) Variable "Sy" must be all lower-case
(#5517) Expected 1 space before "-"; 0 found
(#5517) Expected 1 space after "-"; 0 found
(#5517) Variable "M" must be all lower-case
(#5517) Expected 1 space before "*"; 0 found
(#5517) Expected 1 space after "*"; 0 found
(#5517) Variable "Sx" must be all lower-case
(#5517) Expected 1 space before "/"; 0 found
(#5517) Expected 1 space after "/"; 0 found
(#5519) Line indented incorrectly; expected at least 20 spaces, found 11
(#5519) Variable "X1" must be all lower-case
(#5519) Variable "XMargin" must be all lower-case
(#5520) Line indented incorrectly; expected at least 20 spaces, found 11
(#5520) Variable "Y1" must be all lower-case
(#5520) Variable "M" must be all lower-case
(#5520) Variable "X1" must be all lower-case
(#5520) Variable "B" must be all lower-case
(#5521) Line indented incorrectly; expected at least 20 spaces, found 11
(#5521) Variable "X2" must be all lower-case
(#5521) Variable "XMargin" must be all lower-case
(#5522) Line indented incorrectly; expected at least 20 spaces, found 11
(#5522) Variable "Y2" must be all lower-case
(#5522) Variable "M" must be all lower-case
(#5522) Variable "X2" must be all lower-case
(#5522) Variable "B" must be all lower-case
(#5524) Line indented incorrectly; expected 20 spaces, found 11
(#5524) Expected "if (...) {\n"; found "if (...) { "
(#5524) Variable "Y1" must be all lower-case
(#5524) Variable "X1" must be all lower-case
(#5524) Variable "X1" must be all lower-case
(#5524) Expected 1 space before "-"; 0 found
(#5524) Expected 1 space after "-"; 0 found
(#5524) Variable "Y1" must be all lower-case
(#5524) Variable "Y1" must be all lower-case
(#5524) Closing brace must be on a line by itself
(#5525) Line indented incorrectly; expected 20 spaces, found 11
(#5525) Expected "if (...) {\n"; found "if (...) { "
(#5525) Variable "Y1" must be all lower-case
(#5525) Variable "X1" must be all lower-case
(#5525) Variable "X1" must be all lower-case
(#5525) Variable "Y1" must be all lower-case
(#5525) Expected 1 space before "-"; 0 found
(#5525) Expected 1 space after "-"; 0 found
(#5525) Variable "Y1" must be all lower-case
(#5525) Closing brace must be on a line by itself
(#5526) Line indented incorrectly; expected 20 spaces, found 11
(#5526) Expected "if (...) {\n"; found "if (...) { "
(#5526) Variable "Y2" must be all lower-case
(#5526) Variable "X2" must be all lower-case
(#5526) Variable "X2" must be all lower-case
(#5526) Expected 1 space before "-"; 0 found
(#5526) Expected 1 space after "-"; 0 found
(#5526) Variable "Y2" must be all lower-case
(#5526) Variable "Y2" must be all lower-case
(#5526) Closing brace must be on a line by itself
(#5527) Line indented incorrectly; expected 20 spaces, found 11
(#5527) Expected "if (...) {\n"; found "if (...) { "
(#5527) Variable "Y2" must be all lower-case
(#5527) Variable "X2" must be all lower-case
(#5527) Variable "X2" must be all lower-case
(#5527) Variable "Y2" must be all lower-case
(#5527) Expected 1 space before "-"; 0 found
(#5527) Expected 1 space after "-"; 0 found
(#5527) Variable "Y2" must be all lower-case
(#5527) Closing brace must be on a line by itself
(#5529) Line indented incorrectly; expected at least 20 spaces, found 11
(#5529) Variable "X1" must be all lower-case
(#5529) Commas (,) must be followed by white space.
(#5529) Variable "Y1" must be all lower-case
(#5529) Commas (,) must be followed by white space.
(#5529) Variable "X2" must be all lower-case
(#5529) Commas (,) must be followed by white space.
(#5529) Variable "Y2" must be all lower-case
(#5529) Commas (,) must be followed by white space.
(#5529) Variable "Color" must be all lower-case
(#5530) Line indented incorrectly; expected 16 spaces, found 10
(#5530) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5531) Line indented incorrectly; expected 16 spaces, found 9
(#5531) Expected "} else {\n"; found "}\n else\n {\n"
(#5532) Line indented incorrectly; expected at least 16 spaces, found 10
(#5533) Line indented incorrectly; expected 20 spaces, found 11
(#5533) Expected "if (...) {\n"; found "if (...) { "
(#5533) Variable "XDivs" must be all lower-case
(#5533) Variable "YStep" must be all lower-case
(#5533) Expected 1 space before "-"; 0 found
(#5533) Expected 1 space after "-"; 0 found
(#5533) Expected 1 space before "/"; 0 found
(#5533) Expected 1 space after "/"; 0 found
(#5533) Closing brace must be on a line by itself
(#5533) Expected "} else {\n"; found "} else { "
(#5533) Variable "YStep" must be all lower-case
(#5533) Expected 1 space before "-"; 0 found
(#5533) Expected 1 space after "-"; 0 found
(#5533) Expected 1 space before "-"; 0 found
(#5533) Expected 1 space after "-"; 0 found
(#5533) Variable "XMargin" must be all lower-case
(#5533) Expected 1 space before "*"; 0 found
(#5533) Expected 1 space after "*"; 0 found
(#5533) Expected 1 space before "/"; 0 found
(#5533) Expected 1 space after "/"; 0 found
(#5533) Variable "XDivs" must be all lower-case
(#5533) Line exceeds 132 characters; contains 162 characters
(#5533) Closing brace must be on a line by itself
(#5534) Line indented incorrectly; expected at least 20 spaces, found 11
(#5534) Variable "Y" must be all lower-case
(#5534) Variable "XMargin" must be all lower-case
(#5536) Line indented incorrectly; expected 20 spaces, found 11
(#5536) Expected "if (...) {\n"; found "if (...) { "
(#5536) Variable "PosArray" must be all lower-case
(#5536) Variable "Value" must be all lower-case
(#5536) Variable "PosArray" must be all lower-case
(#5536) Variable "PosArray" must be all lower-case
(#5536) Variable "PosArray" must be all lower-case
(#5536) Variable "Value" must be all lower-case
(#5536) Closing brace must be on a line by itself
(#5537) Line indented incorrectly; expected at least 20 spaces, found 11
(#5537) Variable "Sxy" must be all lower-case
(#5537) Variable "Sx" must be all lower-case
(#5537) Variable "Sy" must be all lower-case
(#5537) Variable "Sxx" must be all lower-case
(#5538) Line indented incorrectly; expected 20 spaces, found 11
(#5538) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5538) Variable "PosArray" must be all lower-case
(#5538) Variable "Key" must be all lower-case
(#5538) Variable "X" must be all lower-case
(#5539) Line indented incorrectly; expected at least 20 spaces, found 12
(#5540) Line indented incorrectly; expected 24 spaces, found 13
(#5540) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5540) Variable "X" must be all lower-case
(#5541) Line indented incorrectly; expected at least 24 spaces, found 14
(#5542) Line indented incorrectly; expected at least 28 spaces, found 15
(#5542) Variable "Sxy" must be all lower-case
(#5542) Variable "Sxy" must be all lower-case
(#5542) Variable "X" must be all lower-case
(#5542) Expected 1 space before "*"; 0 found
(#5542) Expected 1 space after "*"; 0 found
(#5542) Variable "Y" must be all lower-case
(#5543) Line indented incorrectly; expected at least 28 spaces, found 15
(#5543) Variable "Sx" must be all lower-case
(#5543) Variable "Sx" must be all lower-case
(#5543) Variable "Y" must be all lower-case
(#5544) Line indented incorrectly; expected at least 28 spaces, found 15
(#5544) Variable "Sy" must be all lower-case
(#5544) Variable "Sy" must be all lower-case
(#5544) Variable "X" must be all lower-case
(#5545) Line indented incorrectly; expected at least 28 spaces, found 15
(#5545) Variable "Sxx" must be all lower-case
(#5545) Variable "Sxx" must be all lower-case
(#5545) Variable "Y" must be all lower-case
(#5545) Expected 1 space before "*"; 0 found
(#5545) Expected 1 space after "*"; 0 found
(#5545) Variable "Y" must be all lower-case
(#5546) Line indented incorrectly; expected 24 spaces, found 14
(#5546) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5548) Line indented incorrectly; expected at least 24 spaces, found 13
(#5548) Variable "Y" must be all lower-case
(#5548) Variable "Y" must be all lower-case
(#5548) Variable "YStep" must be all lower-case
(#5549) Line indented incorrectly; expected 20 spaces, found 12
(#5549) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5550) Line indented incorrectly; expected at least 20 spaces, found 11
(#5550) Variable "PosArray" must be all lower-case
(#5550) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5550) Inline comments must end in full-stops, exclamation marks, or question marks
(#5550) This comment is 56% valid code; is this commented out code?
(#5550) No space found before comment text; expected "// $n = count($PosArray);" but found "//$n = count($PosArray);"
(#5551) Line indented incorrectly; expected at least 20 spaces, found 11
(#5551) Variable "M" must be all lower-case
(#5551) Expected 1 space before "*"; 0 found
(#5551) Expected 1 space after "*"; 0 found
(#5551) Variable "Sxy" must be all lower-case
(#5551) Expected 1 space before "-"; 0 found
(#5551) Expected 1 space after "-"; 0 found
(#5551) Variable "Sx" must be all lower-case
(#5551) Expected 1 space before "*"; 0 found
(#5551) Expected 1 space after "*"; 0 found
(#5551) Variable "Sy" must be all lower-case
(#5551) Expected 1 space before "*"; 0 found
(#5551) Expected 1 space after "*"; 0 found
(#5551) Variable "Sxx" must be all lower-case
(#5551) Expected 1 space before "-"; 0 found
(#5551) Expected 1 space after "-"; 0 found
(#5551) Variable "Sx" must be all lower-case
(#5551) Expected 1 space before "*"; 0 found
(#5551) Expected 1 space after "*"; 0 found
(#5551) Variable "Sx" must be all lower-case
(#5552) Line indented incorrectly; expected at least 20 spaces, found 11
(#5552) Variable "B" must be all lower-case
(#5552) Variable "Sy" must be all lower-case
(#5552) Expected 1 space before "-"; 0 found
(#5552) Expected 1 space after "-"; 0 found
(#5552) Variable "M" must be all lower-case
(#5552) Expected 1 space before "*"; 0 found
(#5552) Expected 1 space after "*"; 0 found
(#5552) Variable "Sx" must be all lower-case
(#5552) Expected 1 space before "/"; 0 found
(#5552) Expected 1 space after "/"; 0 found
(#5554) Line indented incorrectly; expected at least 20 spaces, found 11
(#5554) Variable "Y1" must be all lower-case
(#5554) Variable "XMargin" must be all lower-case
(#5555) Line indented incorrectly; expected at least 20 spaces, found 11
(#5555) Variable "X1" must be all lower-case
(#5555) Variable "M" must be all lower-case
(#5555) Variable "Y1" must be all lower-case
(#5555) Variable "B" must be all lower-case
(#5556) Line indented incorrectly; expected at least 20 spaces, found 11
(#5556) Variable "Y2" must be all lower-case
(#5556) Variable "XMargin" must be all lower-case
(#5557) Line indented incorrectly; expected at least 20 spaces, found 11
(#5557) Variable "X2" must be all lower-case
(#5557) Variable "M" must be all lower-case
(#5557) Variable "Y2" must be all lower-case
(#5557) Variable "B" must be all lower-case
(#5559) Line indented incorrectly; expected 20 spaces, found 11
(#5559) Expected "if (...) {\n"; found "if (...) { "
(#5559) Variable "X1" must be all lower-case
(#5559) Variable "Y1" must be all lower-case
(#5559) Variable "Y1" must be all lower-case
(#5559) Expected 1 space before "-"; 0 found
(#5559) Expected 1 space after "-"; 0 found
(#5559) Variable "X1" must be all lower-case
(#5559) Variable "X1" must be all lower-case
(#5559) Closing brace must be on a line by itself
(#5560) Line indented incorrectly; expected 20 spaces, found 11
(#5560) Expected "if (...) {\n"; found "if (...) { "
(#5560) Variable "X1" must be all lower-case
(#5560) Variable "Y1" must be all lower-case
(#5560) Variable "Y1" must be all lower-case
(#5560) Variable "X1" must be all lower-case
(#5560) Expected 1 space before "-"; 0 found
(#5560) Expected 1 space after "-"; 0 found
(#5560) Variable "X1" must be all lower-case
(#5560) Closing brace must be on a line by itself
(#5561) Line indented incorrectly; expected 20 spaces, found 11
(#5561) Expected "if (...) {\n"; found "if (...) { "
(#5561) Variable "X2" must be all lower-case
(#5561) Variable "Y2" must be all lower-case
(#5561) Variable "Y2" must be all lower-case
(#5561) Expected 1 space before "-"; 0 found
(#5561) Expected 1 space after "-"; 0 found
(#5561) Variable "X2" must be all lower-case
(#5561) Variable "X2" must be all lower-case
(#5561) Closing brace must be on a line by itself
(#5562) Line indented incorrectly; expected 20 spaces, found 11
(#5562) Expected "if (...) {\n"; found "if (...) { "
(#5562) Variable "X2" must be all lower-case
(#5562) Variable "Y2" must be all lower-case
(#5562) Variable "Y2" must be all lower-case
(#5562) Variable "X2" must be all lower-case
(#5562) Expected 1 space before "-"; 0 found
(#5562) Expected 1 space after "-"; 0 found
(#5562) Variable "X2" must be all lower-case
(#5562) Closing brace must be on a line by itself
(#5564) Line indented incorrectly; expected at least 20 spaces, found 11
(#5564) Variable "X1" must be all lower-case
(#5564) Commas (,) must be followed by white space.
(#5564) Variable "Y1" must be all lower-case
(#5564) Commas (,) must be followed by white space.
(#5564) Variable "X2" must be all lower-case
(#5564) Commas (,) must be followed by white space.
(#5564) Variable "Y2" must be all lower-case
(#5564) Commas (,) must be followed by white space.
(#5564) Variable "Color" must be all lower-case
(#5565) Line indented incorrectly; expected 16 spaces, found 10
(#5565) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5566) Line indented incorrectly; expected 12 spaces, found 8
(#5566) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5567) Line indented incorrectly; expected 8 spaces, found 6
(#5567) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5568) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5570) Line indented incorrectly; expected at least 4 spaces, found 3
(#5571) Line indented incorrectly; expected 4 spaces, found 3
(#5571) method name "pDraw::writeLabel" must be in lower-case letters only
(#5571) Visibility must be declared on method "writeLabel"
(#5571) Variable "SeriesName" must be all lower-case
(#5571) Commas (,) must be followed by white space.
(#5571) Variable "Indexes" must be all lower-case
(#5571) Commas (,) must be followed by white space.
(#5571) Variable "Format" must be all lower-case
(#5572) Opening brace should be on the same line as the declaration
(#5573) Line indented incorrectly; expected at least 8 spaces, found 5
(#5573) Variable "OverrideTitle" must be all lower-case
(#5573) Spaces must be used for alignment; tabs are not allowed
(#5573) Tab found within whitespace
(#5573) Variable "Format" must be all lower-case
(#5573) Variable "Format" must be all lower-case
(#5573) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5574) Line indented incorrectly; expected at least 8 spaces, found 5
(#5574) Variable "ForceLabels" must be all lower-case
(#5574) Spaces must be used for alignment; tabs are not allowed
(#5574) Tab found within whitespace
(#5574) Variable "Format" must be all lower-case
(#5574) Variable "Format" must be all lower-case
(#5574) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5575) Line indented incorrectly; expected at least 8 spaces, found 5
(#5575) Variable "DrawPoint" must be all lower-case
(#5575) Spaces must be used for alignment; tabs are not allowed
(#5575) Tab found within whitespace
(#5575) Variable "Format" must be all lower-case
(#5575) Variable "Format" must be all lower-case
(#5576) Line indented incorrectly; expected at least 8 spaces, found 5
(#5576) Variable "DrawVerticalLine" must be all lower-case
(#5576) Spaces must be used for alignment; tabs are not allowed
(#5576) Tab found within whitespace
(#5576) Variable "Format" must be all lower-case
(#5576) Variable "Format" must be all lower-case
(#5576) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5577) Line indented incorrectly; expected at least 8 spaces, found 5
(#5577) Variable "VerticalLineR" must be all lower-case
(#5577) Spaces must be used for alignment; tabs are not allowed
(#5577) Tab found within whitespace
(#5577) Variable "Format" must be all lower-case
(#5577) Variable "Format" must be all lower-case
(#5578) Line indented incorrectly; expected at least 8 spaces, found 5
(#5578) Variable "VerticalLineG" must be all lower-case
(#5578) Spaces must be used for alignment; tabs are not allowed
(#5578) Tab found within whitespace
(#5578) Variable "Format" must be all lower-case
(#5578) Variable "Format" must be all lower-case
(#5579) Line indented incorrectly; expected at least 8 spaces, found 5
(#5579) Variable "VerticalLineB" must be all lower-case
(#5579) Spaces must be used for alignment; tabs are not allowed
(#5579) Tab found within whitespace
(#5579) Variable "Format" must be all lower-case
(#5579) Variable "Format" must be all lower-case
(#5580) Line indented incorrectly; expected at least 8 spaces, found 5
(#5580) Variable "VerticalLineAlpha" must be all lower-case
(#5580) Spaces must be used for alignment; tabs are not allowed
(#5580) Tab found within whitespace
(#5580) Variable "Format" must be all lower-case
(#5580) Variable "Format" must be all lower-case
(#5581) Line indented incorrectly; expected at least 8 spaces, found 5
(#5581) Variable "VerticalLineTicks" must be all lower-case
(#5581) Spaces must be used for alignment; tabs are not allowed
(#5581) Tab found within whitespace
(#5581) Variable "Format" must be all lower-case
(#5581) Variable "Format" must be all lower-case
(#5583) Line indented incorrectly; expected at least 8 spaces, found 5
(#5583) Variable "Data" must be all lower-case
(#5584) Line indented incorrectly; expected at least 8 spaces, found 5
(#5584) Variable "XMargin" must be all lower-case
(#5584) Commas (,) must be followed by white space.
(#5584) Variable "XDivs" must be all lower-case
(#5586) Line indented incorrectly; expected 8 spaces, found 5
(#5586) Expected "if (...) {\n"; found "if (...) { "
(#5586) Variable "Indexes" must be all lower-case
(#5586) Variable "Index" must be all lower-case
(#5586) Variable "Indexes" must be all lower-case
(#5586) Variable "Indexes" must be all lower-case
(#5586) Variable "Indexes" must be all lower-case
(#5586) Variable "Index" must be all lower-case
(#5586) Closing brace must be on a line by itself
(#5587) Line indented incorrectly; expected 8 spaces, found 5
(#5587) Expected "if (...) {\n"; found "if (...) { "
(#5587) Variable "SeriesName" must be all lower-case
(#5587) Variable "SerieName" must be all lower-case
(#5587) Variable "SeriesName" must be all lower-case
(#5587) Variable "SeriesName" must be all lower-case
(#5587) Variable "SeriesName" must be all lower-case
(#5587) Variable "SerieName" must be all lower-case
(#5587) Closing brace must be on a line by itself
(#5588) Line indented incorrectly; expected 8 spaces, found 5
(#5588) Expected "if (...) {\n"; found "if (...) { "
(#5588) Variable "ForceLabels" must be all lower-case
(#5588) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5588) Variable "ForceLabels" must be all lower-case
(#5588) Variable "ForceLabel" must be all lower-case
(#5588) Variable "ForceLabels" must be all lower-case
(#5588) Variable "ForceLabels" must be all lower-case
(#5588) Variable "ForceLabels" must be all lower-case
(#5588) Variable "ForceLabel" must be all lower-case
(#5588) Line exceeds 132 characters; contains 140 characters
(#5588) Closing brace must be on a line by itself
(#5590) Line indented incorrectly; expected 8 spaces, found 5
(#5590) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#5590) Variable "Indexes" must be all lower-case
(#5590) Variable "Key" must be all lower-case
(#5590) Variable "Index" must be all lower-case
(#5591) Line indented incorrectly; expected at least 8 spaces, found 6
(#5592) Line indented incorrectly; expected at least 12 spaces, found 7
(#5592) Variable "Series" must be all lower-case
(#5594) Line indented incorrectly; expected 12 spaces, found 7
(#5594) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5594) Variable "Data" must be all lower-case
(#5595) Line indented incorrectly; expected at least 12 spaces, found 8
(#5596) Line indented incorrectly; expected 16 spaces, found 9
(#5596) Expected "if (...) {\n"; found "if (...) { "
(#5596) Variable "XDivs" must be all lower-case
(#5596) Variable "XStep" must be all lower-case
(#5596) Expected 1 space before "-"; 0 found
(#5596) Expected 1 space after "-"; 0 found
(#5596) Expected 1 space before "/"; 0 found
(#5596) Expected 1 space after "/"; 0 found
(#5596) Closing brace must be on a line by itself
(#5596) Expected "} else {\n"; found "} else { "
(#5596) Variable "XStep" must be all lower-case
(#5596) Expected 1 space before "-"; 0 found
(#5596) Expected 1 space after "-"; 0 found
(#5596) Expected 1 space before "-"; 0 found
(#5596) Expected 1 space after "-"; 0 found
(#5596) Variable "XMargin" must be all lower-case
(#5596) Expected 1 space before "*"; 0 found
(#5596) Expected 1 space after "*"; 0 found
(#5596) Expected 1 space before "/"; 0 found
(#5596) Expected 1 space after "/"; 0 found
(#5596) Variable "XDivs" must be all lower-case
(#5596) Line exceeds 132 characters; contains 160 characters
(#5596) Closing brace must be on a line by itself
(#5597) Line indented incorrectly; expected at least 16 spaces, found 9
(#5597) Variable "X" must be all lower-case
(#5597) Variable "XMargin" must be all lower-case
(#5597) Variable "Index" must be all lower-case
(#5597) Variable "XStep" must be all lower-case
(#5599) Line indented incorrectly; expected 16 spaces, found 9
(#5599) Expected "if (...) {\n"; found "if (...) { "
(#5599) Variable "DrawVerticalLine" must be all lower-case
(#5599) Variable "X" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Expected 1 space before "+"; 0 found
(#5599) Expected 1 space after "+"; 0 found
(#5599) Variable "Data" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Variable "X" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Expected 1 space before "-"; 0 found
(#5599) Expected 1 space after "-"; 0 found
(#5599) Variable "Data" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Expected 1 space before "=>"; 0 found
(#5599) Expected 1 space after "=>"; 0 found
(#5599) Variable "VerticalLineR" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Expected 1 space before "=>"; 0 found
(#5599) Expected 1 space after "=>"; 0 found
(#5599) Variable "VerticalLineG" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Expected 1 space before "=>"; 0 found
(#5599) Expected 1 space after "=>"; 0 found
(#5599) Variable "VerticalLineB" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Expected 1 space before "=>"; 0 found
(#5599) Expected 1 space after "=>"; 0 found
(#5599) Variable "VerticalLineAlpha" must be all lower-case
(#5599) Commas (,) must be followed by white space.
(#5599) Expected 1 space before "=>"; 0 found
(#5599) Expected 1 space after "=>"; 0 found
(#5599) Variable "VerticalLineTicks" must be all lower-case
(#5599) Line exceeds maximum limit of 180 characters; contains 256 characters
(#5599) Closing brace must be on a line by itself
(#5601) Line indented incorrectly; expected at least 16 spaces, found 9
(#5601) Variable "MinY" must be all lower-case
(#5602) Line indented incorrectly; expected 16 spaces, found 9
(#5602) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#5602) Variable "SeriesName" must be all lower-case
(#5602) Variable "iKey" must be all lower-case
(#5602) Variable "SerieName" must be all lower-case
(#5603) Line indented incorrectly; expected at least 16 spaces, found 10
(#5604) Line indented incorrectly; expected 20 spaces, found 11
(#5604) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5604) Variable "Data" must be all lower-case
(#5604) Variable "SerieName" must be all lower-case
(#5604) Variable "Index" must be all lower-case
(#5605) Line indented incorrectly; expected at least 20 spaces, found 12
(#5606) Line indented incorrectly; expected at least 24 spaces, found 13
(#5606) Variable "AxisID" must be all lower-case
(#5606) Variable "Data" must be all lower-case
(#5606) Variable "SerieName" must be all lower-case
(#5608) Line indented incorrectly; expected at least 24 spaces, found 13
(#5608) Inline control structures are not allowed
(#5608) Variable "OverrideTitle" must be all lower-case
(#5608) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5609) Line indented incorrectly; expected at least 24 spaces, found 14
(#5609) Variable "Description" must be all lower-case
(#5609) Variable "OverrideTitle" must be all lower-case
(#5610) Line indented incorrectly; expected 24 spaces, found 13
(#5610) Usage of ELSEIF not allowed; use ELSE IF instead
(#5610) Variable "SeriesName" must be all lower-case
(#5611) Line indented incorrectly; expected at least 24 spaces, found 14
(#5612) Line indented incorrectly; expected at least 28 spaces, found 15
(#5612) Inline control structures are not allowed
(#5612) Variable "Data" must be all lower-case
(#5612) Variable "Data" must be all lower-case
(#5612) Variable "Data" must be all lower-case
(#5612) Variable "Index" must be all lower-case
(#5613) Line indented incorrectly; expected at least 28 spaces, found 16
(#5613) Variable "Description" must be all lower-case
(#5613) Variable "Data" must be all lower-case
(#5613) Variable "SerieName" must be all lower-case
(#5613) Variable "Data" must be all lower-case
(#5613) Variable "Data" must be all lower-case
(#5613) Variable "Index" must be all lower-case
(#5614) Line indented incorrectly; expected at least 28 spaces, found 15
(#5614) Inline control structures are not allowed
(#5615) Line indented incorrectly; expected at least 28 spaces, found 16
(#5615) Variable "Description" must be all lower-case
(#5615) Variable "Data" must be all lower-case
(#5615) Variable "SerieName" must be all lower-case
(#5616) Line indented incorrectly; expected 24 spaces, found 14
(#5616) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5617) Line indented incorrectly; expected at least 24 spaces, found 13
(#5617) Inline control structures are not allowed
(#5617) Usage of ELSEIF not allowed; use ELSE IF instead
(#5617) Variable "Data" must be all lower-case
(#5617) Variable "Data" must be all lower-case
(#5617) Variable "Data" must be all lower-case
(#5617) Variable "Index" must be all lower-case
(#5618) Line indented incorrectly; expected at least 24 spaces, found 14
(#5618) Variable "Description" must be all lower-case
(#5618) Variable "Data" must be all lower-case
(#5618) Variable "Data" must be all lower-case
(#5618) Variable "Index" must be all lower-case
(#5620) Line indented incorrectly; expected at least 24 spaces, found 13
(#5620) Variable "AxisMode" must be all lower-case
(#5620) Variable "Data" must be all lower-case
(#5620) Variable "AxisID" must be all lower-case
(#5621) Line indented incorrectly; expected at least 24 spaces, found 13
(#5621) Variable "AxisFormat" must be all lower-case
(#5621) Variable "Data" must be all lower-case
(#5621) Variable "AxisID" must be all lower-case
(#5622) Line indented incorrectly; expected at least 24 spaces, found 13
(#5622) Variable "AxisUnit" must be all lower-case
(#5622) Variable "Data" must be all lower-case
(#5622) Variable "AxisID" must be all lower-case
(#5624) Line indented incorrectly; expected at least 24 spaces, found 13
(#5624) Variable "Serie" must be all lower-case
(#5625) Line indented incorrectly; expected at least 24 spaces, found 13
(#5625) Variable "Serie" must be all lower-case
(#5625) Variable "Data" must be all lower-case
(#5625) Variable "SerieName" must be all lower-case
(#5626) Line indented incorrectly; expected at least 24 spaces, found 13
(#5626) Variable "Serie" must be all lower-case
(#5626) Variable "Data" must be all lower-case
(#5626) Variable "SerieName" must be all lower-case
(#5627) Line indented incorrectly; expected at least 24 spaces, found 13
(#5627) Variable "Serie" must be all lower-case
(#5627) Variable "Data" must be all lower-case
(#5627) Variable "SerieName" must be all lower-case
(#5628) Line indented incorrectly; expected at least 24 spaces, found 13
(#5628) Variable "Serie" must be all lower-case
(#5628) Variable "Data" must be all lower-case
(#5628) Variable "SerieName" must be all lower-case
(#5630) Line indented incorrectly; expected at least 24 spaces, found 13
(#5630) Inline control structures are not allowed
(#5630) Variable "SeriesName" must be all lower-case
(#5630) Variable "Data" must be all lower-case
(#5630) Variable "SerieName" must be all lower-case
(#5631) Line indented incorrectly; expected at least 24 spaces, found 14
(#5631) Variable "SerieOffset" must be all lower-case
(#5631) Variable "Data" must be all lower-case
(#5631) Variable "SerieName" must be all lower-case
(#5632) Line indented incorrectly; expected at least 24 spaces, found 13
(#5632) Inline control structures are not allowed
(#5633) Line indented incorrectly; expected at least 24 spaces, found 14
(#5633) Variable "SerieOffset" must be all lower-case
(#5635) Line indented incorrectly; expected at least 24 spaces, found 13
(#5635) Variable "Value" must be all lower-case
(#5635) Variable "Data" must be all lower-case
(#5635) Variable "SerieName" must be all lower-case
(#5635) Variable "Index" must be all lower-case
(#5636) Line indented incorrectly; expected 24 spaces, found 13
(#5636) Expected "if (...) {\n"; found "if (...) { "
(#5636) Variable "Value" must be all lower-case
(#5636) Variable "Value" must be all lower-case
(#5636) Closing brace must be on a line by itself
(#5638) Line indented incorrectly; expected at least 24 spaces, found 13
(#5638) Inline control structures are not allowed
(#5638) Variable "ForceLabels" must be all lower-case
(#5638) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5639) Line indented incorrectly; expected at least 24 spaces, found 14
(#5639) Variable "Caption" must be all lower-case
(#5639) Variable "ForceLabels" must be all lower-case
(#5639) Variable "Key" must be all lower-case
(#5639) Variable "ForceLabels" must be all lower-case
(#5639) Variable "Key" must be all lower-case
(#5640) Line indented incorrectly; expected at least 24 spaces, found 13
(#5640) Inline control structures are not allowed
(#5641) Line indented incorrectly; expected at least 24 spaces, found 14
(#5641) Variable "Caption" must be all lower-case
(#5641) Variable "Value" must be all lower-case
(#5641) Commas (,) must be followed by white space.
(#5641) Variable "AxisMode" must be all lower-case
(#5641) Commas (,) must be followed by white space.
(#5641) Variable "AxisFormat" must be all lower-case
(#5641) Commas (,) must be followed by white space.
(#5641) Variable "AxisUnit" must be all lower-case
(#5643) Line indented incorrectly; expected 24 spaces, found 13
(#5643) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5644) Line indented incorrectly; expected at least 24 spaces, found 14
(#5645) Line indented incorrectly; expected 28 spaces, found 15
(#5645) Expected "if (...) {\n"; found "if (...) { "
(#5645) Variable "Value" must be all lower-case
(#5645) Expected 1 space after ">="; 0 found
(#5645) Variable "LookFor" must be all lower-case
(#5645) Closing brace must be on a line by itself
(#5645) Expected "} else {\n"; found "} else { "
(#5645) Variable "LookFor" must be all lower-case
(#5645) Closing brace must be on a line by itself
(#5647) Line indented incorrectly; expected at least 28 spaces, found 15
(#5647) Variable "Value" must be all lower-case
(#5647) Variable "Done" must be all lower-case
(#5647) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5648) Line indented incorrectly; expected 28 spaces, found 15
(#5648) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5648) Variable "Data" must be all lower-case
(#5648) Variable "Name" must be all lower-case
(#5648) Variable "SerieLookup" must be all lower-case
(#5649) Line indented incorrectly; expected at least 28 spaces, found 16
(#5650) Line indented incorrectly; expected 32 spaces, found 17
(#5650) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5650) Variable "SerieLookup" must be all lower-case
(#5650) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5650) Variable "Name" must be all lower-case
(#5650) Variable "Data" must be all lower-case
(#5650) Variable "Done" must be all lower-case
(#5651) Line indented incorrectly; expected at least 32 spaces, found 18
(#5652) Line indented incorrectly; expected 36 spaces, found 19
(#5652) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5652) Variable "Data" must be all lower-case
(#5652) Variable "Name" must be all lower-case
(#5652) Variable "Index" must be all lower-case
(#5652) Variable "Data" must be all lower-case
(#5652) Variable "Name" must be all lower-case
(#5652) Variable "Index" must be all lower-case
(#5653) Line indented incorrectly; expected at least 36 spaces, found 20
(#5654) Line indented incorrectly; expected 40 spaces, found 21
(#5654) Expected "if (...) {\n"; found "if (...) { "
(#5654) Variable "Data" must be all lower-case
(#5654) Variable "Name" must be all lower-case
(#5654) Variable "Index" must be all lower-case
(#5654) Variable "LookFor" must be all lower-case
(#5654) Variable "Value" must be all lower-case
(#5654) Variable "Value" must be all lower-case
(#5654) Variable "Data" must be all lower-case
(#5654) Variable "Name" must be all lower-case
(#5654) Variable "Index" must be all lower-case
(#5654) Line exceeds 132 characters; contains 151 characters
(#5654) Closing brace must be on a line by itself
(#5655) Line indented incorrectly; expected 40 spaces, found 21
(#5655) Expected "if (...) {\n"; found "if (...) { "
(#5655) Variable "Data" must be all lower-case
(#5655) Variable "Name" must be all lower-case
(#5655) Variable "Index" must be all lower-case
(#5655) Variable "LookFor" must be all lower-case
(#5655) Variable "Value" must be all lower-case
(#5655) Variable "Value" must be all lower-case
(#5655) Variable "Data" must be all lower-case
(#5655) Variable "Name" must be all lower-case
(#5655) Variable "Index" must be all lower-case
(#5655) Line exceeds 132 characters; contains 151 characters
(#5655) Closing brace must be on a line by itself
(#5656) Line indented incorrectly; expected 40 spaces, found 21
(#5656) Expected "if (...) {\n"; found "if (...) { "
(#5656) Variable "Name" must be all lower-case
(#5656) Variable "SerieName" must be all lower-case
(#5656) Variable "Done" must be all lower-case
(#5656) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5656) Closing brace must be on a line by itself
(#5657) Line indented incorrectly; expected 36 spaces, found 20
(#5657) Closing brace indented incorrectly; expected 19 spaces, found 20
(#5658) Line indented incorrectly; expected 32 spaces, found 18
(#5658) Closing brace indented incorrectly; expected 17 spaces, found 18
(#5659) Line indented incorrectly; expected 28 spaces, found 16
(#5659) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5660) Line indented incorrectly; expected 24 spaces, found 14
(#5660) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5662) Line indented incorrectly; expected at least 24 spaces, found 13
(#5662) Variable "X" must be all lower-case
(#5662) Variable "XMargin" must be all lower-case
(#5662) Variable "Index" must be all lower-case
(#5662) Variable "XStep" must be all lower-case
(#5662) Variable "SerieOffset" must be all lower-case
(#5663) Line indented incorrectly; expected at least 24 spaces, found 13
(#5663) Variable "Y" must be all lower-case
(#5663) Variable "Value" must be all lower-case
(#5663) Commas (,) must be followed by white space.
(#5663) Expected 1 space before "=>"; 0 found
(#5663) Expected 1 space after "=>"; 0 found
(#5663) Variable "AxisID" must be all lower-case
(#5665) Line indented incorrectly; expected 24 spaces, found 13
(#5665) Expected "if (...) {\n"; found "if (...) { "
(#5665) Variable "Y" must be all lower-case
(#5665) Variable "MinY" must be all lower-case
(#5665) Variable "MinY" must be all lower-case
(#5665) Variable "Y" must be all lower-case
(#5665) Closing brace must be on a line by itself
(#5667) Line indented incorrectly; expected at least 24 spaces, found 13
(#5667) Inline control structures are not allowed
(#5667) Variable "DrawPoint" must be all lower-case
(#5668) Line indented incorrectly; expected at least 24 spaces, found 14
(#5668) Variable "X" must be all lower-case
(#5668) Commas (,) must be followed by white space.
(#5668) Variable "Y" must be all lower-case
(#5668) Commas (,) must be followed by white space.
(#5668) Commas (,) must be followed by white space.
(#5668) Expected 1 space before "=>"; 0 found
(#5668) Expected 1 space after "=>"; 0 found
(#5668) Commas (,) must be followed by white space.
(#5668) Expected 1 space before "=>"; 0 found
(#5668) Expected 1 space after "=>"; 0 found
(#5668) Commas (,) must be followed by white space.
(#5668) Expected 1 space before "=>"; 0 found
(#5668) Expected 1 space after "=>"; 0 found
(#5668) Commas (,) must be followed by white space.
(#5668) Expected 1 space before "=>"; 0 found
(#5668) Expected 1 space after "=>"; 0 found
(#5668) Commas (,) must be followed by white space.
(#5668) Expected 1 space before "=>"; 0 found
(#5668) Expected 1 space after "=>"; 0 found
(#5668) Commas (,) must be followed by white space.
(#5668) Expected 1 space before "=>"; 0 found
(#5668) Expected 1 space after "=>"; 0 found
(#5669) Line indented incorrectly; expected at least 24 spaces, found 13
(#5669) Inline control structures are not allowed
(#5669) Usage of ELSEIF not allowed; use ELSE IF instead
(#5669) Variable "DrawPoint" must be all lower-case
(#5670) Line indented incorrectly; expected at least 24 spaces, found 14
(#5670) Variable "X" must be all lower-case
(#5670) Expected 1 space before "-"; 0 found
(#5670) Expected 1 space after "-"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Variable "Y" must be all lower-case
(#5670) Expected 1 space before "-"; 0 found
(#5670) Expected 1 space after "-"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Variable "X" must be all lower-case
(#5670) Expected 1 space before "+"; 0 found
(#5670) Expected 1 space after "+"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Variable "Y" must be all lower-case
(#5670) Expected 1 space before "+"; 0 found
(#5670) Expected 1 space after "+"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Expected 1 space before "=>"; 0 found
(#5670) Expected 1 space after "=>"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Expected 1 space before "=>"; 0 found
(#5670) Expected 1 space after "=>"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Expected 1 space before "=>"; 0 found
(#5670) Expected 1 space after "=>"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Expected 1 space before "=>"; 0 found
(#5670) Expected 1 space after "=>"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Expected 1 space before "=>"; 0 found
(#5670) Expected 1 space after "=>"; 0 found
(#5670) Commas (,) must be followed by white space.
(#5670) Expected 1 space before "=>"; 0 found
(#5670) Expected 1 space after "=>"; 0 found
(#5670) Line exceeds 132 characters; contains 135 characters
(#5672) Line indented incorrectly; expected at least 24 spaces, found 13
(#5672) Variable "Series" must be all lower-case
(#5672) Expected 1 space before "=>"; 0 found
(#5672) Expected 1 space after "=>"; 0 found
(#5672) Variable "Serie" must be all lower-case
(#5672) Commas (,) must be followed by white space.
(#5672) Expected 1 space before "=>"; 0 found
(#5672) Expected 1 space after "=>"; 0 found
(#5672) Variable "Caption" must be all lower-case
(#5673) Line indented incorrectly; expected 20 spaces, found 12
(#5673) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5674) Line indented incorrectly; expected 16 spaces, found 10
(#5674) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5675) Line indented incorrectly; expected at least 16 spaces, found 9
(#5675) Variable "X" must be all lower-case
(#5675) Commas (,) must be followed by white space.
(#5675) Variable "MinY" must be all lower-case
(#5675) Expected 1 space before "-"; 0 found
(#5675) Expected 1 space after "-"; 0 found
(#5675) Commas (,) must be followed by white space.
(#5675) Variable "Description" must be all lower-case
(#5675) Commas (,) must be followed by white space.
(#5675) Variable "Series" must be all lower-case
(#5675) Commas (,) must be followed by white space.
(#5675) Variable "Format" must be all lower-case
(#5677) Line indented incorrectly; expected 12 spaces, found 8
(#5677) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5678) Line indented incorrectly; expected 12 spaces, found 7
(#5678) Expected "} else {\n"; found "}\n else\n {\n"
(#5679) Line indented incorrectly; expected at least 12 spaces, found 8
(#5680) Line indented incorrectly; expected 16 spaces, found 9
(#5680) Expected "if (...) {\n"; found "if (...) { "
(#5680) Variable "XDivs" must be all lower-case
(#5680) Variable "XStep" must be all lower-case
(#5680) Expected 1 space before "-"; 0 found
(#5680) Expected 1 space after "-"; 0 found
(#5680) Expected 1 space before "/"; 0 found
(#5680) Expected 1 space after "/"; 0 found
(#5680) Closing brace must be on a line by itself
(#5680) Expected "} else {\n"; found "} else { "
(#5680) Variable "XStep" must be all lower-case
(#5680) Expected 1 space before "-"; 0 found
(#5680) Expected 1 space after "-"; 0 found
(#5680) Expected 1 space before "-"; 0 found
(#5680) Expected 1 space after "-"; 0 found
(#5680) Variable "XMargin" must be all lower-case
(#5680) Expected 1 space before "*"; 0 found
(#5680) Expected 1 space after "*"; 0 found
(#5680) Expected 1 space before "/"; 0 found
(#5680) Expected 1 space after "/"; 0 found
(#5680) Variable "XDivs" must be all lower-case
(#5680) Line exceeds 132 characters; contains 160 characters
(#5680) Closing brace must be on a line by itself
(#5681) Line indented incorrectly; expected at least 16 spaces, found 9
(#5681) Variable "Y" must be all lower-case
(#5681) Variable "XMargin" must be all lower-case
(#5681) Variable "Index" must be all lower-case
(#5681) Variable "XStep" must be all lower-case
(#5683) Line indented incorrectly; expected 16 spaces, found 9
(#5683) Expected "if (...) {\n"; found "if (...) { "
(#5683) Variable "DrawVerticalLine" must be all lower-case
(#5683) Expected 1 space before "+"; 0 found
(#5683) Expected 1 space after "+"; 0 found
(#5683) Variable "Data" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Variable "Y" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Expected 1 space before "-"; 0 found
(#5683) Expected 1 space after "-"; 0 found
(#5683) Variable "Data" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Variable "Y" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Expected 1 space before "=>"; 0 found
(#5683) Expected 1 space after "=>"; 0 found
(#5683) Variable "VerticalLineR" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Expected 1 space before "=>"; 0 found
(#5683) Expected 1 space after "=>"; 0 found
(#5683) Variable "VerticalLineG" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Expected 1 space before "=>"; 0 found
(#5683) Expected 1 space after "=>"; 0 found
(#5683) Variable "VerticalLineB" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Expected 1 space before "=>"; 0 found
(#5683) Expected 1 space after "=>"; 0 found
(#5683) Variable "VerticalLineAlpha" must be all lower-case
(#5683) Commas (,) must be followed by white space.
(#5683) Expected 1 space before "=>"; 0 found
(#5683) Expected 1 space after "=>"; 0 found
(#5683) Variable "VerticalLineTicks" must be all lower-case
(#5683) Line exceeds maximum limit of 180 characters; contains 256 characters
(#5683) Closing brace must be on a line by itself
(#5685) Line indented incorrectly; expected at least 16 spaces, found 9
(#5685) Variable "MinX" must be all lower-case
(#5686) Line indented incorrectly; expected 16 spaces, found 9
(#5686) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#5686) Variable "SeriesName" must be all lower-case
(#5686) Variable "Key" must be all lower-case
(#5686) Variable "SerieName" must be all lower-case
(#5687) Line indented incorrectly; expected at least 16 spaces, found 10
(#5688) Line indented incorrectly; expected 20 spaces, found 11
(#5688) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5688) Variable "Data" must be all lower-case
(#5688) Variable "SerieName" must be all lower-case
(#5688) Variable "Index" must be all lower-case
(#5689) Line indented incorrectly; expected at least 20 spaces, found 12
(#5690) Line indented incorrectly; expected at least 24 spaces, found 13
(#5690) Variable "AxisID" must be all lower-case
(#5690) Variable "Data" must be all lower-case
(#5690) Variable "SerieName" must be all lower-case
(#5692) Line indented incorrectly; expected at least 24 spaces, found 13
(#5692) Inline control structures are not allowed
(#5692) Variable "OverrideTitle" must be all lower-case
(#5692) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5693) Line indented incorrectly; expected at least 24 spaces, found 14
(#5693) Variable "Description" must be all lower-case
(#5693) Variable "OverrideTitle" must be all lower-case
(#5694) Line indented incorrectly; expected 24 spaces, found 13
(#5694) Usage of ELSEIF not allowed; use ELSE IF instead
(#5694) Variable "SeriesName" must be all lower-case
(#5695) Line indented incorrectly; expected at least 24 spaces, found 14
(#5696) Line indented incorrectly; expected at least 28 spaces, found 15
(#5696) Inline control structures are not allowed
(#5696) Variable "Data" must be all lower-case
(#5696) Variable "Data" must be all lower-case
(#5696) Variable "Data" must be all lower-case
(#5696) Variable "Index" must be all lower-case
(#5697) Line indented incorrectly; expected at least 28 spaces, found 16
(#5697) Variable "Description" must be all lower-case
(#5697) Variable "Data" must be all lower-case
(#5697) Variable "SerieName" must be all lower-case
(#5697) Variable "Data" must be all lower-case
(#5697) Variable "Data" must be all lower-case
(#5697) Variable "Index" must be all lower-case
(#5698) Line indented incorrectly; expected at least 28 spaces, found 15
(#5698) Inline control structures are not allowed
(#5699) Line indented incorrectly; expected at least 28 spaces, found 16
(#5699) Variable "Description" must be all lower-case
(#5699) Variable "Data" must be all lower-case
(#5699) Variable "SerieName" must be all lower-case
(#5700) Line indented incorrectly; expected 24 spaces, found 14
(#5700) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5701) Line indented incorrectly; expected at least 24 spaces, found 13
(#5701) Inline control structures are not allowed
(#5701) Usage of ELSEIF not allowed; use ELSE IF instead
(#5701) Variable "Data" must be all lower-case
(#5701) Variable "Data" must be all lower-case
(#5701) Variable "Data" must be all lower-case
(#5701) Variable "Index" must be all lower-case
(#5702) Line indented incorrectly; expected at least 24 spaces, found 14
(#5702) Variable "Description" must be all lower-case
(#5702) Variable "Data" must be all lower-case
(#5702) Variable "Data" must be all lower-case
(#5702) Variable "Index" must be all lower-case
(#5704) Line indented incorrectly; expected at least 24 spaces, found 13
(#5704) Variable "AxisMode" must be all lower-case
(#5704) Variable "Data" must be all lower-case
(#5704) Variable "AxisID" must be all lower-case
(#5705) Line indented incorrectly; expected at least 24 spaces, found 13
(#5705) Variable "AxisFormat" must be all lower-case
(#5705) Variable "Data" must be all lower-case
(#5705) Variable "AxisID" must be all lower-case
(#5706) Line indented incorrectly; expected at least 24 spaces, found 13
(#5706) Variable "AxisUnit" must be all lower-case
(#5706) Variable "Data" must be all lower-case
(#5706) Variable "AxisID" must be all lower-case
(#5708) Line indented incorrectly; expected at least 24 spaces, found 13
(#5708) Variable "Serie" must be all lower-case
(#5709) Line indented incorrectly; expected 24 spaces, found 13
(#5709) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5709) Variable "Data" must be all lower-case
(#5709) Variable "Index" must be all lower-case
(#5710) Line indented incorrectly; expected at least 24 spaces, found 14
(#5711) Line indented incorrectly; expected at least 28 spaces, found 15
(#5711) Variable "Serie" must be all lower-case
(#5711) Variable "Data" must be all lower-case
(#5711) Variable "Index" must be all lower-case
(#5712) Line indented incorrectly; expected at least 28 spaces, found 15
(#5712) Variable "Serie" must be all lower-case
(#5712) Variable "Data" must be all lower-case
(#5712) Variable "Index" must be all lower-case
(#5713) Line indented incorrectly; expected at least 28 spaces, found 15
(#5713) Variable "Serie" must be all lower-case
(#5713) Variable "Data" must be all lower-case
(#5713) Variable "Index" must be all lower-case
(#5714) Line indented incorrectly; expected at least 28 spaces, found 15
(#5714) Variable "Serie" must be all lower-case
(#5714) Variable "Data" must be all lower-case
(#5714) Variable "Index" must be all lower-case
(#5715) Line indented incorrectly; expected 24 spaces, found 14
(#5715) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5716) Line indented incorrectly; expected 24 spaces, found 13
(#5716) Expected "} else {\n"; found "}\n else\n {\n"
(#5717) Line indented incorrectly; expected at least 24 spaces, found 14
(#5718) Line indented incorrectly; expected at least 28 spaces, found 15
(#5718) Variable "Serie" must be all lower-case
(#5718) Variable "Data" must be all lower-case
(#5718) Variable "SerieName" must be all lower-case
(#5719) Line indented incorrectly; expected at least 28 spaces, found 15
(#5719) Variable "Serie" must be all lower-case
(#5719) Variable "Data" must be all lower-case
(#5719) Variable "SerieName" must be all lower-case
(#5720) Line indented incorrectly; expected at least 28 spaces, found 15
(#5720) Variable "Serie" must be all lower-case
(#5720) Variable "Data" must be all lower-case
(#5720) Variable "SerieName" must be all lower-case
(#5721) Line indented incorrectly; expected at least 28 spaces, found 15
(#5721) Variable "Serie" must be all lower-case
(#5721) Variable "Data" must be all lower-case
(#5721) Variable "SerieName" must be all lower-case
(#5722) Line indented incorrectly; expected 24 spaces, found 14
(#5722) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5724) Line indented incorrectly; expected at least 24 spaces, found 13
(#5724) Inline control structures are not allowed
(#5724) Variable "SeriesName" must be all lower-case
(#5724) Variable "Data" must be all lower-case
(#5724) Variable "SerieName" must be all lower-case
(#5725) Line indented incorrectly; expected at least 24 spaces, found 14
(#5725) Variable "SerieOffset" must be all lower-case
(#5725) Variable "Data" must be all lower-case
(#5725) Variable "SerieName" must be all lower-case
(#5726) Line indented incorrectly; expected at least 24 spaces, found 13
(#5726) Inline control structures are not allowed
(#5727) Line indented incorrectly; expected at least 24 spaces, found 14
(#5727) Variable "SerieOffset" must be all lower-case
(#5729) Line indented incorrectly; expected at least 24 spaces, found 13
(#5729) Variable "Value" must be all lower-case
(#5729) Variable "Data" must be all lower-case
(#5729) Variable "SerieName" must be all lower-case
(#5729) Variable "Index" must be all lower-case
(#5730) Line indented incorrectly; expected at least 24 spaces, found 13
(#5730) Inline control structures are not allowed
(#5730) Variable "ForceLabels" must be all lower-case
(#5730) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5731) Line indented incorrectly; expected at least 24 spaces, found 14
(#5731) Variable "Caption" must be all lower-case
(#5731) Variable "ForceLabels" must be all lower-case
(#5731) Variable "Key" must be all lower-case
(#5731) Variable "ForceLabels" must be all lower-case
(#5731) Variable "Key" must be all lower-case
(#5732) Line indented incorrectly; expected at least 24 spaces, found 13
(#5732) Inline control structures are not allowed
(#5733) Line indented incorrectly; expected at least 24 spaces, found 14
(#5733) Variable "Caption" must be all lower-case
(#5733) Variable "Value" must be all lower-case
(#5733) Commas (,) must be followed by white space.
(#5733) Variable "AxisMode" must be all lower-case
(#5733) Commas (,) must be followed by white space.
(#5733) Variable "AxisFormat" must be all lower-case
(#5733) Commas (,) must be followed by white space.
(#5733) Variable "AxisUnit" must be all lower-case
(#5734) Line indented incorrectly; expected 24 spaces, found 13
(#5734) Expected "if (...) {\n"; found "if (...) { "
(#5734) Variable "Value" must be all lower-case
(#5734) Variable "Value" must be all lower-case
(#5734) Closing brace must be on a line by itself
(#5736) Line indented incorrectly; expected 24 spaces, found 13
(#5736) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5737) Line indented incorrectly; expected at least 24 spaces, found 14
(#5738) Line indented incorrectly; expected 28 spaces, found 15
(#5738) Expected "if (...) {\n"; found "if (...) { "
(#5738) Variable "Value" must be all lower-case
(#5738) Expected 1 space after ">="; 0 found
(#5738) Variable "LookFor" must be all lower-case
(#5738) Closing brace must be on a line by itself
(#5738) Expected "} else {\n"; found "} else { "
(#5738) Variable "LookFor" must be all lower-case
(#5738) Closing brace must be on a line by itself
(#5740) Line indented incorrectly; expected at least 28 spaces, found 15
(#5740) Variable "Value" must be all lower-case
(#5740) Variable "Done" must be all lower-case
(#5740) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5741) Line indented incorrectly; expected 28 spaces, found 15
(#5741) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5741) Variable "Data" must be all lower-case
(#5741) Variable "Name" must be all lower-case
(#5741) Variable "SerieLookup" must be all lower-case
(#5742) Line indented incorrectly; expected at least 28 spaces, found 16
(#5743) Line indented incorrectly; expected 32 spaces, found 17
(#5743) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5743) Variable "SerieLookup" must be all lower-case
(#5743) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5743) Variable "Name" must be all lower-case
(#5743) Variable "Data" must be all lower-case
(#5743) Variable "Done" must be all lower-case
(#5744) Line indented incorrectly; expected at least 32 spaces, found 18
(#5745) Line indented incorrectly; expected 36 spaces, found 19
(#5745) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5745) Variable "Data" must be all lower-case
(#5745) Variable "Name" must be all lower-case
(#5745) Variable "Index" must be all lower-case
(#5745) Variable "Data" must be all lower-case
(#5745) Variable "Name" must be all lower-case
(#5745) Variable "Index" must be all lower-case
(#5746) Line indented incorrectly; expected at least 36 spaces, found 20
(#5747) Line indented incorrectly; expected 40 spaces, found 21
(#5747) Expected "if (...) {\n"; found "if (...) { "
(#5747) Variable "Data" must be all lower-case
(#5747) Variable "Name" must be all lower-case
(#5747) Variable "Index" must be all lower-case
(#5747) Variable "LookFor" must be all lower-case
(#5747) Variable "Value" must be all lower-case
(#5747) Variable "Value" must be all lower-case
(#5747) Variable "Data" must be all lower-case
(#5747) Variable "Name" must be all lower-case
(#5747) Variable "Index" must be all lower-case
(#5747) Line exceeds 132 characters; contains 151 characters
(#5747) Closing brace must be on a line by itself
(#5748) Line indented incorrectly; expected 40 spaces, found 21
(#5748) Expected "if (...) {\n"; found "if (...) { "
(#5748) Variable "Data" must be all lower-case
(#5748) Variable "Name" must be all lower-case
(#5748) Variable "Index" must be all lower-case
(#5748) Variable "LookFor" must be all lower-case
(#5748) Variable "Value" must be all lower-case
(#5748) Variable "Value" must be all lower-case
(#5748) Variable "Data" must be all lower-case
(#5748) Variable "Name" must be all lower-case
(#5748) Variable "Index" must be all lower-case
(#5748) Line exceeds 132 characters; contains 151 characters
(#5748) Closing brace must be on a line by itself
(#5749) Line indented incorrectly; expected 40 spaces, found 21
(#5749) Expected "if (...) {\n"; found "if (...) { "
(#5749) Variable "Name" must be all lower-case
(#5749) Variable "SerieName" must be all lower-case
(#5749) Variable "Done" must be all lower-case
(#5749) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5749) Closing brace must be on a line by itself
(#5750) Line indented incorrectly; expected 36 spaces, found 20
(#5750) Closing brace indented incorrectly; expected 19 spaces, found 20
(#5751) Line indented incorrectly; expected 32 spaces, found 18
(#5751) Closing brace indented incorrectly; expected 17 spaces, found 18
(#5752) Line indented incorrectly; expected 28 spaces, found 16
(#5752) Closing brace indented incorrectly; expected 15 spaces, found 16
(#5753) Line indented incorrectly; expected 24 spaces, found 14
(#5753) Closing brace indented incorrectly; expected 13 spaces, found 14
(#5755) Line indented incorrectly; expected at least 24 spaces, found 13
(#5755) Variable "X" must be all lower-case
(#5755) Variable "Value" must be all lower-case
(#5755) Commas (,) must be followed by white space.
(#5755) Expected 1 space before "=>"; 0 found
(#5755) Expected 1 space after "=>"; 0 found
(#5755) Variable "AxisID" must be all lower-case
(#5756) Line indented incorrectly; expected at least 24 spaces, found 13
(#5756) Variable "Y" must be all lower-case
(#5756) Variable "XMargin" must be all lower-case
(#5756) Variable "Index" must be all lower-case
(#5756) Variable "XStep" must be all lower-case
(#5756) Variable "SerieOffset" must be all lower-case
(#5758) Line indented incorrectly; expected 24 spaces, found 13
(#5758) Expected "if (...) {\n"; found "if (...) { "
(#5758) Variable "X" must be all lower-case
(#5758) Variable "MinX" must be all lower-case
(#5758) Variable "MinX" must be all lower-case
(#5758) Variable "X" must be all lower-case
(#5758) Closing brace must be on a line by itself
(#5760) Line indented incorrectly; expected at least 24 spaces, found 13
(#5760) Inline control structures are not allowed
(#5760) Variable "DrawPoint" must be all lower-case
(#5761) Line indented incorrectly; expected at least 24 spaces, found 14
(#5761) Variable "X" must be all lower-case
(#5761) Commas (,) must be followed by white space.
(#5761) Variable "Y" must be all lower-case
(#5761) Commas (,) must be followed by white space.
(#5761) Commas (,) must be followed by white space.
(#5761) Expected 1 space before "=>"; 0 found
(#5761) Expected 1 space after "=>"; 0 found
(#5761) Commas (,) must be followed by white space.
(#5761) Expected 1 space before "=>"; 0 found
(#5761) Expected 1 space after "=>"; 0 found
(#5761) Commas (,) must be followed by white space.
(#5761) Expected 1 space before "=>"; 0 found
(#5761) Expected 1 space after "=>"; 0 found
(#5761) Commas (,) must be followed by white space.
(#5761) Expected 1 space before "=>"; 0 found
(#5761) Expected 1 space after "=>"; 0 found
(#5761) Commas (,) must be followed by white space.
(#5761) Expected 1 space before "=>"; 0 found
(#5761) Expected 1 space after "=>"; 0 found
(#5761) Commas (,) must be followed by white space.
(#5761) Expected 1 space before "=>"; 0 found
(#5761) Expected 1 space after "=>"; 0 found
(#5762) Line indented incorrectly; expected at least 24 spaces, found 13
(#5762) Inline control structures are not allowed
(#5762) Usage of ELSEIF not allowed; use ELSE IF instead
(#5762) Variable "DrawPoint" must be all lower-case
(#5763) Line indented incorrectly; expected at least 24 spaces, found 14
(#5763) Variable "X" must be all lower-case
(#5763) Expected 1 space before "-"; 0 found
(#5763) Expected 1 space after "-"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Variable "Y" must be all lower-case
(#5763) Expected 1 space before "-"; 0 found
(#5763) Expected 1 space after "-"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Variable "X" must be all lower-case
(#5763) Expected 1 space before "+"; 0 found
(#5763) Expected 1 space after "+"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Variable "Y" must be all lower-case
(#5763) Expected 1 space before "+"; 0 found
(#5763) Expected 1 space after "+"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Expected 1 space before "=>"; 0 found
(#5763) Expected 1 space after "=>"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Expected 1 space before "=>"; 0 found
(#5763) Expected 1 space after "=>"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Expected 1 space before "=>"; 0 found
(#5763) Expected 1 space after "=>"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Expected 1 space before "=>"; 0 found
(#5763) Expected 1 space after "=>"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Expected 1 space before "=>"; 0 found
(#5763) Expected 1 space after "=>"; 0 found
(#5763) Commas (,) must be followed by white space.
(#5763) Expected 1 space before "=>"; 0 found
(#5763) Expected 1 space after "=>"; 0 found
(#5763) Line exceeds 132 characters; contains 135 characters
(#5765) Line indented incorrectly; expected at least 24 spaces, found 13
(#5765) Variable "Series" must be all lower-case
(#5765) Expected 1 space before "=>"; 0 found
(#5765) Expected 1 space after "=>"; 0 found
(#5765) Variable "Serie" must be all lower-case
(#5765) Commas (,) must be followed by white space.
(#5765) Expected 1 space before "=>"; 0 found
(#5765) Expected 1 space after "=>"; 0 found
(#5765) Variable "Caption" must be all lower-case
(#5766) Line indented incorrectly; expected 20 spaces, found 12
(#5766) Closing brace indented incorrectly; expected 11 spaces, found 12
(#5767) Line indented incorrectly; expected 16 spaces, found 10
(#5767) Closing brace indented incorrectly; expected 9 spaces, found 10
(#5768) Line indented incorrectly; expected at least 16 spaces, found 9
(#5768) Variable "MinX" must be all lower-case
(#5768) Commas (,) must be followed by white space.
(#5768) Variable "Y" must be all lower-case
(#5768) Expected 1 space before "-"; 0 found
(#5768) Expected 1 space after "-"; 0 found
(#5768) Commas (,) must be followed by white space.
(#5768) Variable "Description" must be all lower-case
(#5768) Commas (,) must be followed by white space.
(#5768) Variable "Series" must be all lower-case
(#5768) Commas (,) must be followed by white space.
(#5768) Variable "Format" must be all lower-case
(#5770) Line indented incorrectly; expected 12 spaces, found 8
(#5770) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5771) Line indented incorrectly; expected 8 spaces, found 6
(#5771) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5772) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5774) Line indented incorrectly; expected at least 4 spaces, found 3
(#5775) Line indented incorrectly; expected 4 spaces, found 3
(#5775) method name "pDraw::drawLabelBox" must be in lower-case letters only
(#5775) Visibility must be declared on method "drawLabelBox"
(#5775) Variable "X" must be all lower-case
(#5775) Commas (,) must be followed by white space.
(#5775) Variable "Y" must be all lower-case
(#5775) Commas (,) must be followed by white space.
(#5775) Variable "Title" must be all lower-case
(#5775) Commas (,) must be followed by white space.
(#5775) Variable "Captions" must be all lower-case
(#5775) Commas (,) must be followed by white space.
(#5775) Variable "Format" must be all lower-case
(#5776) Opening brace should be on the same line as the declaration
(#5777) Line indented incorrectly; expected at least 8 spaces, found 5
(#5777) Variable "NoTitle" must be all lower-case
(#5777) Spaces must be used for alignment; tabs are not allowed
(#5777) Tab found within whitespace
(#5777) Variable "Format" must be all lower-case
(#5777) Variable "Format" must be all lower-case
(#5777) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5778) Line indented incorrectly; expected at least 8 spaces, found 5
(#5778) Variable "BoxWidth" must be all lower-case
(#5778) Spaces must be used for alignment; tabs are not allowed
(#5778) Tab found within whitespace
(#5778) Variable "Format" must be all lower-case
(#5778) Variable "Format" must be all lower-case
(#5779) Line indented incorrectly; expected at least 8 spaces, found 5
(#5779) Variable "DrawSerieColor" must be all lower-case
(#5779) Spaces must be used for alignment; tabs are not allowed
(#5779) Tab found within whitespace
(#5779) Variable "Format" must be all lower-case
(#5779) Variable "Format" must be all lower-case
(#5779) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5780) Line indented incorrectly; expected at least 8 spaces, found 5
(#5780) Variable "SerieR" must be all lower-case
(#5780) Spaces must be used for alignment; tabs are not allowed
(#5780) Tab found within whitespace
(#5780) Variable "Format" must be all lower-case
(#5780) Variable "Format" must be all lower-case
(#5780) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5781) Line indented incorrectly; expected at least 8 spaces, found 5
(#5781) Variable "SerieG" must be all lower-case
(#5781) Spaces must be used for alignment; tabs are not allowed
(#5781) Tab found within whitespace
(#5781) Variable "Format" must be all lower-case
(#5781) Variable "Format" must be all lower-case
(#5781) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5782) Line indented incorrectly; expected at least 8 spaces, found 5
(#5782) Variable "SerieB" must be all lower-case
(#5782) Spaces must be used for alignment; tabs are not allowed
(#5782) Tab found within whitespace
(#5782) Variable "Format" must be all lower-case
(#5782) Variable "Format" must be all lower-case
(#5782) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5783) Line indented incorrectly; expected at least 8 spaces, found 5
(#5783) Variable "SerieAlpha" must be all lower-case
(#5783) Spaces must be used for alignment; tabs are not allowed
(#5783) Tab found within whitespace
(#5783) Variable "Format" must be all lower-case
(#5783) Variable "Format" must be all lower-case
(#5783) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#5784) Line indented incorrectly; expected at least 8 spaces, found 5
(#5784) Variable "SerieBoxSize" must be all lower-case
(#5784) Spaces must be used for alignment; tabs are not allowed
(#5784) Tab found within whitespace
(#5784) Variable "Format" must be all lower-case
(#5784) Variable "Format" must be all lower-case
(#5785) Line indented incorrectly; expected at least 8 spaces, found 5
(#5785) Variable "SerieBoxSpacing" must be all lower-case
(#5785) Spaces must be used for alignment; tabs are not allowed
(#5785) Tab found within whitespace
(#5785) Variable "Format" must be all lower-case
(#5785) Variable "Format" must be all lower-case
(#5786) Line indented incorrectly; expected at least 8 spaces, found 5
(#5786) Variable "VerticalMargin" must be all lower-case
(#5786) Spaces must be used for alignment; tabs are not allowed
(#5786) Tab found within whitespace
(#5786) Variable "Format" must be all lower-case
(#5786) Variable "Format" must be all lower-case
(#5787) Line indented incorrectly; expected at least 8 spaces, found 5
(#5787) Variable "HorizontalMargin" must be all lower-case
(#5787) Spaces must be used for alignment; tabs are not allowed
(#5787) Tab found within whitespace
(#5787) Variable "Format" must be all lower-case
(#5787) Variable "Format" must be all lower-case
(#5788) Line indented incorrectly; expected at least 8 spaces, found 5
(#5788) Variable "R" must be all lower-case
(#5788) Spaces must be used for alignment; tabs are not allowed
(#5788) Tab found within whitespace
(#5788) Variable "Format" must be all lower-case
(#5788) Variable "Format" must be all lower-case
(#5789) Line indented incorrectly; expected at least 8 spaces, found 5
(#5789) Variable "G" must be all lower-case
(#5789) Spaces must be used for alignment; tabs are not allowed
(#5789) Tab found within whitespace
(#5789) Variable "Format" must be all lower-case
(#5789) Variable "Format" must be all lower-case
(#5790) Line indented incorrectly; expected at least 8 spaces, found 5
(#5790) Variable "B" must be all lower-case
(#5790) Spaces must be used for alignment; tabs are not allowed
(#5790) Tab found within whitespace
(#5790) Variable "Format" must be all lower-case
(#5790) Variable "Format" must be all lower-case
(#5791) Line indented incorrectly; expected at least 8 spaces, found 5
(#5791) Variable "Alpha" must be all lower-case
(#5791) Spaces must be used for alignment; tabs are not allowed
(#5791) Tab found within whitespace
(#5791) Variable "Format" must be all lower-case
(#5791) Variable "Format" must be all lower-case
(#5792) Line indented incorrectly; expected at least 8 spaces, found 5
(#5792) Variable "FontName" must be all lower-case
(#5792) Spaces must be used for alignment; tabs are not allowed
(#5792) Tab found within whitespace
(#5792) Variable "Format" must be all lower-case
(#5792) Variable "Format" must be all lower-case
(#5793) Line indented incorrectly; expected at least 8 spaces, found 5
(#5793) Variable "FontSize" must be all lower-case
(#5793) Spaces must be used for alignment; tabs are not allowed
(#5793) Tab found within whitespace
(#5793) Variable "Format" must be all lower-case
(#5793) Variable "Format" must be all lower-case
(#5794) Line indented incorrectly; expected at least 8 spaces, found 5
(#5794) Variable "TitleMode" must be all lower-case
(#5794) Spaces must be used for alignment; tabs are not allowed
(#5794) Tab found within whitespace
(#5794) Variable "Format" must be all lower-case
(#5794) Variable "Format" must be all lower-case
(#5795) Line indented incorrectly; expected at least 8 spaces, found 5
(#5795) Variable "TitleR" must be all lower-case
(#5795) Spaces must be used for alignment; tabs are not allowed
(#5795) Tab found within whitespace
(#5795) Variable "Format" must be all lower-case
(#5795) Variable "Format" must be all lower-case
(#5795) Variable "R" must be all lower-case
(#5796) Line indented incorrectly; expected at least 8 spaces, found 5
(#5796) Variable "TitleG" must be all lower-case
(#5796) Spaces must be used for alignment; tabs are not allowed
(#5796) Tab found within whitespace
(#5796) Variable "Format" must be all lower-case
(#5796) Variable "Format" must be all lower-case
(#5796) Variable "G" must be all lower-case
(#5797) Line indented incorrectly; expected at least 8 spaces, found 5
(#5797) Variable "TitleB" must be all lower-case
(#5797) Spaces must be used for alignment; tabs are not allowed
(#5797) Tab found within whitespace
(#5797) Variable "Format" must be all lower-case
(#5797) Variable "Format" must be all lower-case
(#5797) Variable "B" must be all lower-case
(#5798) Line indented incorrectly; expected at least 8 spaces, found 5
(#5798) Variable "TitleBackgroundR" must be all lower-case
(#5798) Spaces must be used for alignment; tabs are not allowed
(#5798) Tab found within whitespace
(#5798) Variable "Format" must be all lower-case
(#5798) Variable "Format" must be all lower-case
(#5799) Line indented incorrectly; expected at least 8 spaces, found 5
(#5799) Variable "TitleBackgroundG" must be all lower-case
(#5799) Spaces must be used for alignment; tabs are not allowed
(#5799) Tab found within whitespace
(#5799) Variable "Format" must be all lower-case
(#5799) Variable "Format" must be all lower-case
(#5800) Line indented incorrectly; expected at least 8 spaces, found 5
(#5800) Variable "TitleBackgroundB" must be all lower-case
(#5800) Spaces must be used for alignment; tabs are not allowed
(#5800) Tab found within whitespace
(#5800) Variable "Format" must be all lower-case
(#5800) Variable "Format" must be all lower-case
(#5801) Line indented incorrectly; expected at least 8 spaces, found 5
(#5801) Variable "GradientStartR" must be all lower-case
(#5801) Spaces must be used for alignment; tabs are not allowed
(#5801) Tab found within whitespace
(#5801) Variable "Format" must be all lower-case
(#5801) Variable "Format" must be all lower-case
(#5802) Line indented incorrectly; expected at least 8 spaces, found 5
(#5802) Variable "GradientStartG" must be all lower-case
(#5802) Spaces must be used for alignment; tabs are not allowed
(#5802) Tab found within whitespace
(#5802) Variable "Format" must be all lower-case
(#5802) Variable "Format" must be all lower-case
(#5803) Line indented incorrectly; expected at least 8 spaces, found 5
(#5803) Variable "GradientStartB" must be all lower-case
(#5803) Spaces must be used for alignment; tabs are not allowed
(#5803) Tab found within whitespace
(#5803) Variable "Format" must be all lower-case
(#5803) Variable "Format" must be all lower-case
(#5804) Line indented incorrectly; expected at least 8 spaces, found 5
(#5804) Variable "GradientEndR" must be all lower-case
(#5804) Spaces must be used for alignment; tabs are not allowed
(#5804) Tab found within whitespace
(#5804) Variable "Format" must be all lower-case
(#5804) Variable "Format" must be all lower-case
(#5805) Line indented incorrectly; expected at least 8 spaces, found 5
(#5805) Variable "GradientEndG" must be all lower-case
(#5805) Spaces must be used for alignment; tabs are not allowed
(#5805) Tab found within whitespace
(#5805) Variable "Format" must be all lower-case
(#5805) Variable "Format" must be all lower-case
(#5806) Line indented incorrectly; expected at least 8 spaces, found 5
(#5806) Variable "GradientEndB" must be all lower-case
(#5806) Spaces must be used for alignment; tabs are not allowed
(#5806) Tab found within whitespace
(#5806) Variable "Format" must be all lower-case
(#5806) Variable "Format" must be all lower-case
(#5808) Line indented incorrectly; expected 8 spaces, found 5
(#5808) Expected "if (...) {\n"; found "if (...) { "
(#5808) Variable "DrawSerieColor" must be all lower-case
(#5808) Variable "SerieBoxSize" must be all lower-case
(#5808) Variable "SerieBoxSpacing" must be all lower-case
(#5808) Closing brace must be on a line by itself
(#5810) Line indented incorrectly; expected at least 8 spaces, found 5
(#5810) Variable "TxtPos" must be all lower-case
(#5810) Variable "X" must be all lower-case
(#5810) Commas (,) must be followed by white space.
(#5810) Variable "Y" must be all lower-case
(#5810) Commas (,) must be followed by white space.
(#5810) Variable "FontName" must be all lower-case
(#5810) Commas (,) must be followed by white space.
(#5810) Variable "FontSize" must be all lower-case
(#5810) Commas (,) must be followed by white space.
(#5810) Commas (,) must be followed by white space.
(#5810) Variable "Title" must be all lower-case
(#5811) Line indented incorrectly; expected at least 8 spaces, found 5
(#5811) Variable "TitleWidth" must be all lower-case
(#5811) Variable "TxtPos" must be all lower-case
(#5811) Variable "TxtPos" must be all lower-case
(#5811) Expected 1 space before "+"; 0 found
(#5811) Expected 1 space after "+"; 0 found
(#5811) Variable "VerticalMargin" must be all lower-case
(#5811) Expected 1 space before "*"; 0 found
(#5811) Expected 1 space after "*"; 0 found
(#5812) Line indented incorrectly; expected at least 8 spaces, found 5
(#5812) Variable "TitleHeight" must be all lower-case
(#5812) Variable "TxtPos" must be all lower-case
(#5812) Variable "TxtPos" must be all lower-case
(#5814) Line indented incorrectly; expected 8 spaces, found 5
(#5814) Expected "if (...) {\n"; found "if (...) { "
(#5814) Variable "NoTitle" must be all lower-case
(#5814) Variable "TitleWidth" must be all lower-case
(#5814) Variable "TitleHeight" must be all lower-case
(#5814) Closing brace must be on a line by itself
(#5816) Line indented incorrectly; expected at least 8 spaces, found 5
(#5816) Variable "CaptionWidth" must be all lower-case
(#5816) Variable "CaptionHeight" must be all lower-case
(#5816) Variable "HorizontalMargin" must be all lower-case
(#5817) Line indented incorrectly; expected 8 spaces, found 5
(#5817) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5817) Expected 1 space after "=>"; 0 found
(#5817) Variable "Captions" must be all lower-case
(#5817) Variable "Key" must be all lower-case
(#5817) Expected 1 space after "=>"; 0 found
(#5817) Variable "Caption" must be all lower-case
(#5818) Line indented incorrectly; expected at least 8 spaces, found 6
(#5819) Line indented incorrectly; expected at least 12 spaces, found 7
(#5819) Variable "TxtPos" must be all lower-case
(#5819) Variable "X" must be all lower-case
(#5819) Commas (,) must be followed by white space.
(#5819) Variable "Y" must be all lower-case
(#5819) Commas (,) must be followed by white space.
(#5819) Variable "FontName" must be all lower-case
(#5819) Commas (,) must be followed by white space.
(#5819) Variable "FontSize" must be all lower-case
(#5819) Commas (,) must be followed by white space.
(#5819) Commas (,) must be followed by white space.
(#5819) Variable "Caption" must be all lower-case
(#5820) Line indented incorrectly; expected at least 12 spaces, found 7
(#5820) Variable "CaptionWidth" must be all lower-case
(#5820) Variable "CaptionWidth" must be all lower-case
(#5820) Commas (,) must be followed by white space.
(#5820) Variable "TxtPos" must be all lower-case
(#5820) Variable "TxtPos" must be all lower-case
(#5820) Expected 1 space before "+"; 0 found
(#5820) Expected 1 space after "+"; 0 found
(#5820) Variable "VerticalMargin" must be all lower-case
(#5820) Expected 1 space before "*"; 0 found
(#5820) Expected 1 space after "*"; 0 found
(#5821) Line indented incorrectly; expected at least 12 spaces, found 7
(#5821) Variable "CaptionHeight" must be all lower-case
(#5821) Variable "CaptionHeight" must be all lower-case
(#5821) Variable "TxtPos" must be all lower-case
(#5821) Variable "TxtPos" must be all lower-case
(#5821) Commas (,) must be followed by white space.
(#5821) Variable "SerieBoxSize" must be all lower-case
(#5821) Expected 1 space before "+"; 0 found
(#5821) Expected 1 space after "+"; 0 found
(#5821) Variable "HorizontalMargin" must be all lower-case
(#5822) Line indented incorrectly; expected 8 spaces, found 6
(#5822) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5824) Line indented incorrectly; expected 8 spaces, found 5
(#5824) Expected "if (...) {\n"; found "if (...) { "
(#5824) Variable "CaptionHeight" must be all lower-case
(#5824) Variable "CaptionHeight" must be all lower-case
(#5824) Variable "CaptionHeight" must be all lower-case
(#5824) Variable "HorizontalMargin" must be all lower-case
(#5824) Expected 1 space before "/"; 0 found
(#5824) Expected 1 space after "/"; 0 found
(#5824) Closing brace must be on a line by itself
(#5826) Line indented incorrectly; expected 8 spaces, found 5
(#5826) Expected "if (...) {\n"; found "if (...) { "
(#5826) Variable "DrawSerieColor" must be all lower-case
(#5826) Variable "CaptionWidth" must be all lower-case
(#5826) Variable "CaptionWidth" must be all lower-case
(#5826) Variable "SerieBoxSize" must be all lower-case
(#5826) Variable "SerieBoxSpacing" must be all lower-case
(#5826) Closing brace must be on a line by itself
(#5828) Line indented incorrectly; expected at least 8 spaces, found 5
(#5828) Variable "BoxWidth" must be all lower-case
(#5828) Variable "BoxWidth" must be all lower-case
(#5828) Commas (,) must be followed by white space.
(#5828) Variable "TitleWidth" must be all lower-case
(#5828) Commas (,) must be followed by white space.
(#5828) Variable "CaptionWidth" must be all lower-case
(#5830) Line indented incorrectly; expected at least 8 spaces, found 5
(#5830) Variable "XMin" must be all lower-case
(#5830) Variable "X" must be all lower-case
(#5830) Variable "BoxWidth" must be all lower-case
(#5830) Expected 1 space before "-"; 0 found
(#5830) Expected 1 space after "-"; 0 found
(#5831) Line indented incorrectly; expected at least 8 spaces, found 5
(#5831) Variable "XMax" must be all lower-case
(#5831) Variable "X" must be all lower-case
(#5831) Variable "BoxWidth" must be all lower-case
(#5831) Expected 1 space before "-"; 0 found
(#5831) Expected 1 space after "-"; 0 found
(#5833) Line indented incorrectly; expected at least 8 spaces, found 5
(#5833) Variable "RestoreShadow" must be all lower-case
(#5834) Line indented incorrectly; expected 8 spaces, found 5
(#5834) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5834) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5835) Line indented incorrectly; expected at least 8 spaces, found 6
(#5836) Line indented incorrectly; expected at least 12 spaces, found 7
(#5836) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#5838) Line indented incorrectly; expected at least 12 spaces, found 7
(#5838) Variable "Poly" must be all lower-case
(#5839) Line indented incorrectly; expected at least 12 spaces, found 7
(#5839) Variable "Poly" must be all lower-case
(#5839) Variable "X" must be all lower-case
(#5839) Expected 1 space before "+"; 0 found
(#5839) Expected 1 space after "+"; 0 found
(#5839) Variable "Poly" must be all lower-case
(#5839) Variable "Y" must be all lower-case
(#5839) Expected 1 space before "+"; 0 found
(#5839) Expected 1 space after "+"; 0 found
(#5840) Line indented incorrectly; expected at least 12 spaces, found 7
(#5840) Variable "Poly" must be all lower-case
(#5840) Variable "X" must be all lower-case
(#5840) Expected 1 space before "+"; 0 found
(#5840) Expected 1 space after "+"; 0 found
(#5840) Expected 1 space before "+"; 0 found
(#5840) Expected 1 space after "+"; 0 found
(#5840) Variable "Poly" must be all lower-case
(#5840) Variable "Y" must be all lower-case
(#5840) Expected 1 space before "-"; 0 found
(#5840) Expected 1 space after "-"; 0 found
(#5840) Expected 1 space before "+"; 0 found
(#5840) Expected 1 space after "+"; 0 found
(#5841) Line indented incorrectly; expected at least 12 spaces, found 7
(#5841) Variable "Poly" must be all lower-case
(#5841) Variable "XMax" must be all lower-case
(#5841) Expected 1 space before "+"; 0 found
(#5841) Expected 1 space after "+"; 0 found
(#5841) Variable "Poly" must be all lower-case
(#5841) Variable "Y" must be all lower-case
(#5841) Expected 1 space before "-"; 0 found
(#5841) Expected 1 space after "-"; 0 found
(#5841) Expected 1 space before "+"; 0 found
(#5841) Expected 1 space after "+"; 0 found
(#5843) Line indented incorrectly; expected 12 spaces, found 7
(#5843) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5843) Variable "NoTitle" must be all lower-case
(#5844) Line indented incorrectly; expected at least 12 spaces, found 8
(#5845) Line indented incorrectly; expected at least 16 spaces, found 9
(#5845) Variable "Poly" must be all lower-case
(#5845) Variable "XMax" must be all lower-case
(#5845) Expected 1 space before "+"; 0 found
(#5845) Expected 1 space after "+"; 0 found
(#5845) Variable "Poly" must be all lower-case
(#5845) Variable "Y" must be all lower-case
(#5845) Expected 1 space before "-"; 0 found
(#5845) Expected 1 space after "-"; 0 found
(#5845) Expected 1 space before "-"; 0 found
(#5845) Expected 1 space after "-"; 0 found
(#5845) Variable "TitleHeight" must be all lower-case
(#5845) Expected 1 space before "-"; 0 found
(#5845) Expected 1 space after "-"; 0 found
(#5845) Variable "CaptionHeight" must be all lower-case
(#5845) Expected 1 space before "-"; 0 found
(#5845) Expected 1 space after "-"; 0 found
(#5845) Variable "HorizontalMargin" must be all lower-case
(#5845) Expected 1 space before "*"; 0 found
(#5845) Expected 1 space after "*"; 0 found
(#5845) Expected 1 space before "+"; 0 found
(#5845) Expected 1 space after "+"; 0 found
(#5846) Line indented incorrectly; expected at least 16 spaces, found 9
(#5846) Variable "Poly" must be all lower-case
(#5846) Variable "XMin" must be all lower-case
(#5846) Expected 1 space before "+"; 0 found
(#5846) Expected 1 space after "+"; 0 found
(#5846) Variable "Poly" must be all lower-case
(#5846) Variable "Y" must be all lower-case
(#5846) Expected 1 space before "-"; 0 found
(#5846) Expected 1 space after "-"; 0 found
(#5846) Expected 1 space before "-"; 0 found
(#5846) Expected 1 space after "-"; 0 found
(#5846) Variable "TitleHeight" must be all lower-case
(#5846) Expected 1 space before "-"; 0 found
(#5846) Expected 1 space after "-"; 0 found
(#5846) Variable "CaptionHeight" must be all lower-case
(#5846) Expected 1 space before "-"; 0 found
(#5846) Expected 1 space after "-"; 0 found
(#5846) Variable "HorizontalMargin" must be all lower-case
(#5846) Expected 1 space before "*"; 0 found
(#5846) Expected 1 space after "*"; 0 found
(#5846) Expected 1 space before "+"; 0 found
(#5846) Expected 1 space after "+"; 0 found
(#5847) Line indented incorrectly; expected 12 spaces, found 8
(#5847) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5848) Line indented incorrectly; expected 12 spaces, found 7
(#5848) Expected "} else {\n"; found "}\n else\n {\n"
(#5849) Line indented incorrectly; expected at least 12 spaces, found 8
(#5850) Line indented incorrectly; expected at least 16 spaces, found 9
(#5850) Variable "Poly" must be all lower-case
(#5850) Variable "XMax" must be all lower-case
(#5850) Expected 1 space before "+"; 0 found
(#5850) Expected 1 space after "+"; 0 found
(#5850) Variable "Poly" must be all lower-case
(#5850) Variable "Y" must be all lower-case
(#5850) Expected 1 space before "-"; 0 found
(#5850) Expected 1 space after "-"; 0 found
(#5850) Expected 1 space before "-"; 0 found
(#5850) Expected 1 space after "-"; 0 found
(#5850) Variable "TitleHeight" must be all lower-case
(#5850) Expected 1 space before "-"; 0 found
(#5850) Expected 1 space after "-"; 0 found
(#5850) Variable "CaptionHeight" must be all lower-case
(#5850) Expected 1 space before "-"; 0 found
(#5850) Expected 1 space after "-"; 0 found
(#5850) Variable "HorizontalMargin" must be all lower-case
(#5850) Expected 1 space before "*"; 0 found
(#5850) Expected 1 space after "*"; 0 found
(#5850) Expected 1 space before "+"; 0 found
(#5850) Expected 1 space after "+"; 0 found
(#5851) Line indented incorrectly; expected at least 16 spaces, found 9
(#5851) Variable "Poly" must be all lower-case
(#5851) Variable "XMin" must be all lower-case
(#5851) Expected 1 space before "+"; 0 found
(#5851) Expected 1 space after "+"; 0 found
(#5851) Variable "Poly" must be all lower-case
(#5851) Variable "Y" must be all lower-case
(#5851) Expected 1 space before "-"; 0 found
(#5851) Expected 1 space after "-"; 0 found
(#5851) Expected 1 space before "-"; 0 found
(#5851) Expected 1 space after "-"; 0 found
(#5851) Variable "TitleHeight" must be all lower-case
(#5851) Expected 1 space before "-"; 0 found
(#5851) Expected 1 space after "-"; 0 found
(#5851) Variable "CaptionHeight" must be all lower-case
(#5851) Expected 1 space before "-"; 0 found
(#5851) Expected 1 space after "-"; 0 found
(#5851) Variable "HorizontalMargin" must be all lower-case
(#5851) Expected 1 space before "*"; 0 found
(#5851) Expected 1 space after "*"; 0 found
(#5851) Expected 1 space before "+"; 0 found
(#5851) Expected 1 space after "+"; 0 found
(#5852) Line indented incorrectly; expected 12 spaces, found 8
(#5852) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5854) Line indented incorrectly; expected at least 12 spaces, found 7
(#5854) Variable "Poly" must be all lower-case
(#5854) Variable "XMin" must be all lower-case
(#5854) Expected 1 space before "+"; 0 found
(#5854) Expected 1 space after "+"; 0 found
(#5854) Variable "Poly" must be all lower-case
(#5854) Variable "Y" must be all lower-case
(#5854) Expected 1 space before "-"; 0 found
(#5854) Expected 1 space after "-"; 0 found
(#5854) Expected 1 space before "+"; 0 found
(#5854) Expected 1 space after "+"; 0 found
(#5855) Line indented incorrectly; expected at least 12 spaces, found 7
(#5855) Variable "Poly" must be all lower-case
(#5855) Variable "X" must be all lower-case
(#5855) Expected 1 space before "-"; 0 found
(#5855) Expected 1 space after "-"; 0 found
(#5855) Expected 1 space before "+"; 0 found
(#5855) Expected 1 space after "+"; 0 found
(#5855) Variable "Poly" must be all lower-case
(#5855) Variable "Y" must be all lower-case
(#5855) Expected 1 space before "-"; 0 found
(#5855) Expected 1 space after "-"; 0 found
(#5855) Expected 1 space before "+"; 0 found
(#5855) Expected 1 space after "+"; 0 found
(#5856) Line indented incorrectly; expected at least 12 spaces, found 7
(#5856) Variable "Poly" must be all lower-case
(#5856) Commas (,) must be followed by white space.
(#5856) Expected 1 space before "=>"; 0 found
(#5856) Expected 1 space after "=>"; 0 found
(#5856) Commas (,) must be followed by white space.
(#5856) Expected 1 space before "=>"; 0 found
(#5856) Expected 1 space after "=>"; 0 found
(#5856) Commas (,) must be followed by white space.
(#5856) Expected 1 space before "=>"; 0 found
(#5856) Expected 1 space after "=>"; 0 found
(#5856) Commas (,) must be followed by white space.
(#5856) Expected 1 space before "=>"; 0 found
(#5856) Expected 1 space after "=>"; 0 found
(#5857) Line indented incorrectly; expected 8 spaces, found 6
(#5857) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5859) Line indented incorrectly; expected at least 8 spaces, found 5
(#5860) Line indented incorrectly; expected at least 8 spaces, found 5
(#5860) Variable "GradientSettings" must be all lower-case
(#5860) Expected 1 space before "=>"; 0 found
(#5860) Expected 1 space after "=>"; 0 found
(#5860) Variable "GradientStartR" must be all lower-case
(#5860) Commas (,) must be followed by white space.
(#5860) Expected 1 space before "=>"; 0 found
(#5860) Expected 1 space after "=>"; 0 found
(#5860) Variable "GradientStartG" must be all lower-case
(#5860) Commas (,) must be followed by white space.
(#5860) Expected 1 space before "=>"; 0 found
(#5860) Expected 1 space after "=>"; 0 found
(#5860) Variable "GradientStartB" must be all lower-case
(#5860) Commas (,) must be followed by white space.
(#5860) Expected 1 space before "=>"; 0 found
(#5860) Expected 1 space after "=>"; 0 found
(#5860) Variable "GradientEndR" must be all lower-case
(#5860) Commas (,) must be followed by white space.
(#5860) Expected 1 space before "=>"; 0 found
(#5860) Expected 1 space after "=>"; 0 found
(#5860) Variable "GradientEndG" must be all lower-case
(#5860) Commas (,) must be followed by white space.
(#5860) Expected 1 space before "=>"; 0 found
(#5860) Expected 1 space after "=>"; 0 found
(#5860) Variable "GradientEndB" must be all lower-case
(#5860) Line exceeds 132 characters; contains 176 characters
(#5861) Line indented incorrectly; expected at least 8 spaces, found 5
(#5861) Inline control structures are not allowed
(#5861) Variable "NoTitle" must be all lower-case
(#5862) Line indented incorrectly; expected at least 8 spaces, found 6
(#5862) Variable "XMin" must be all lower-case
(#5862) Commas (,) must be followed by white space.
(#5862) Variable "Y" must be all lower-case
(#5862) Expected 1 space before "-"; 0 found
(#5862) Expected 1 space after "-"; 0 found
(#5862) Expected 1 space before "-"; 0 found
(#5862) Expected 1 space after "-"; 0 found
(#5862) Variable "TitleHeight" must be all lower-case
(#5862) Expected 1 space before "-"; 0 found
(#5862) Expected 1 space after "-"; 0 found
(#5862) Variable "CaptionHeight" must be all lower-case
(#5862) Expected 1 space before "-"; 0 found
(#5862) Expected 1 space after "-"; 0 found
(#5862) Variable "HorizontalMargin" must be all lower-case
(#5862) Expected 1 space before "*"; 0 found
(#5862) Expected 1 space after "*"; 0 found
(#5862) Commas (,) must be followed by white space.
(#5862) Variable "XMax" must be all lower-case
(#5862) Commas (,) must be followed by white space.
(#5862) Variable "Y" must be all lower-case
(#5862) Expected 1 space before "-"; 0 found
(#5862) Expected 1 space after "-"; 0 found
(#5862) Commas (,) must be followed by white space.
(#5862) Commas (,) must be followed by white space.
(#5862) Variable "GradientSettings" must be all lower-case
(#5862) Line exceeds 132 characters; contains 138 characters
(#5863) Line indented incorrectly; expected at least 8 spaces, found 5
(#5863) Inline control structures are not allowed
(#5864) Line indented incorrectly; expected at least 8 spaces, found 6
(#5864) Variable "XMin" must be all lower-case
(#5864) Commas (,) must be followed by white space.
(#5864) Variable "Y" must be all lower-case
(#5864) Expected 1 space before "-"; 0 found
(#5864) Expected 1 space after "-"; 0 found
(#5864) Expected 1 space before "-"; 0 found
(#5864) Expected 1 space after "-"; 0 found
(#5864) Variable "TitleHeight" must be all lower-case
(#5864) Expected 1 space before "-"; 0 found
(#5864) Expected 1 space after "-"; 0 found
(#5864) Variable "CaptionHeight" must be all lower-case
(#5864) Expected 1 space before "-"; 0 found
(#5864) Expected 1 space after "-"; 0 found
(#5864) Variable "HorizontalMargin" must be all lower-case
(#5864) Expected 1 space before "*"; 0 found
(#5864) Expected 1 space after "*"; 0 found
(#5864) Commas (,) must be followed by white space.
(#5864) Variable "XMax" must be all lower-case
(#5864) Commas (,) must be followed by white space.
(#5864) Variable "Y" must be all lower-case
(#5864) Expected 1 space before "-"; 0 found
(#5864) Expected 1 space after "-"; 0 found
(#5864) Commas (,) must be followed by white space.
(#5864) Commas (,) must be followed by white space.
(#5864) Variable "GradientSettings" must be all lower-case
(#5864) Line exceeds 132 characters; contains 138 characters
(#5865) Line indented incorrectly; expected at least 8 spaces, found 5
(#5865) Variable "Poly" must be all lower-case
(#5865) Variable "Poly" must be all lower-case
(#5865) Variable "X" must be all lower-case
(#5865) Variable "Poly" must be all lower-case
(#5865) Variable "Y" must be all lower-case
(#5865) Variable "Poly" must be all lower-case
(#5865) Variable "X" must be all lower-case
(#5865) Expected 1 space before "-"; 0 found
(#5865) Expected 1 space after "-"; 0 found
(#5865) Variable "Poly" must be all lower-case
(#5865) Variable "Y" must be all lower-case
(#5865) Expected 1 space before "-"; 0 found
(#5865) Expected 1 space after "-"; 0 found
(#5865) Variable "Poly" must be all lower-case
(#5865) Variable "X" must be all lower-case
(#5865) Expected 1 space before "+"; 0 found
(#5865) Expected 1 space after "+"; 0 found
(#5865) Variable "Poly" must be all lower-case
(#5865) Variable "Y" must be all lower-case
(#5865) Expected 1 space before "-"; 0 found
(#5865) Expected 1 space after "-"; 0 found
(#5866) Line indented incorrectly; expected at least 8 spaces, found 5
(#5866) Variable "Poly" must be all lower-case
(#5866) Commas (,) must be followed by white space.
(#5866) Expected 1 space before "=>"; 0 found
(#5866) Expected 1 space after "=>"; 0 found
(#5866) Variable "GradientEndR" must be all lower-case
(#5866) Commas (,) must be followed by white space.
(#5866) Expected 1 space before "=>"; 0 found
(#5866) Expected 1 space after "=>"; 0 found
(#5866) Variable "GradientEndG" must be all lower-case
(#5866) Commas (,) must be followed by white space.
(#5866) Expected 1 space before "=>"; 0 found
(#5866) Expected 1 space after "=>"; 0 found
(#5866) Variable "GradientEndB" must be all lower-case
(#5866) Commas (,) must be followed by white space.
(#5866) Expected 1 space before "=>"; 0 found
(#5866) Expected 1 space after "=>"; 0 found
(#5866) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5868) Line indented incorrectly; expected at least 8 spaces, found 5
(#5869) Line indented incorrectly; expected at least 8 spaces, found 5
(#5869) Variable "OuterBorderColor" must be all lower-case
(#5869) Commas (,) must be followed by white space.
(#5869) Commas (,) must be followed by white space.
(#5869) Commas (,) must be followed by white space.
(#5869) Commas (,) must be followed by white space.
(#5870) Line indented incorrectly; expected at least 8 spaces, found 5
(#5870) Commas (,) must be followed by white space.
(#5870) Variable "XMin" must be all lower-case
(#5870) Commas (,) must be followed by white space.
(#5870) Variable "Y" must be all lower-case
(#5870) Expected 1 space before "-"; 0 found
(#5870) Expected 1 space after "-"; 0 found
(#5870) Commas (,) must be followed by white space.
(#5870) Variable "X" must be all lower-case
(#5870) Expected 1 space before "-"; 0 found
(#5870) Expected 1 space after "-"; 0 found
(#5870) Commas (,) must be followed by white space.
(#5870) Variable "Y" must be all lower-case
(#5870) Expected 1 space before "-"; 0 found
(#5870) Expected 1 space after "-"; 0 found
(#5870) Commas (,) must be followed by white space.
(#5870) Variable "OuterBorderColor" must be all lower-case
(#5871) Line indented incorrectly; expected at least 8 spaces, found 5
(#5871) Commas (,) must be followed by white space.
(#5871) Variable "X" must be all lower-case
(#5871) Commas (,) must be followed by white space.
(#5871) Variable "Y" must be all lower-case
(#5871) Commas (,) must be followed by white space.
(#5871) Variable "X" must be all lower-case
(#5871) Expected 1 space before "-"; 0 found
(#5871) Expected 1 space after "-"; 0 found
(#5871) Commas (,) must be followed by white space.
(#5871) Variable "Y" must be all lower-case
(#5871) Expected 1 space before "-"; 0 found
(#5871) Expected 1 space after "-"; 0 found
(#5871) Commas (,) must be followed by white space.
(#5871) Variable "OuterBorderColor" must be all lower-case
(#5872) Line indented incorrectly; expected at least 8 spaces, found 5
(#5872) Commas (,) must be followed by white space.
(#5872) Variable "X" must be all lower-case
(#5872) Commas (,) must be followed by white space.
(#5872) Variable "Y" must be all lower-case
(#5872) Commas (,) must be followed by white space.
(#5872) Variable "X" must be all lower-case
(#5872) Expected 1 space before "+"; 0 found
(#5872) Expected 1 space after "+"; 0 found
(#5872) Commas (,) must be followed by white space.
(#5872) Variable "Y" must be all lower-case
(#5872) Expected 1 space before "-"; 0 found
(#5872) Expected 1 space after "-"; 0 found
(#5872) Commas (,) must be followed by white space.
(#5872) Variable "OuterBorderColor" must be all lower-case
(#5873) Line indented incorrectly; expected at least 8 spaces, found 5
(#5873) Commas (,) must be followed by white space.
(#5873) Variable "X" must be all lower-case
(#5873) Expected 1 space before "+"; 0 found
(#5873) Expected 1 space after "+"; 0 found
(#5873) Commas (,) must be followed by white space.
(#5873) Variable "Y" must be all lower-case
(#5873) Expected 1 space before "-"; 0 found
(#5873) Expected 1 space after "-"; 0 found
(#5873) Commas (,) must be followed by white space.
(#5873) Variable "XMax" must be all lower-case
(#5873) Commas (,) must be followed by white space.
(#5873) Variable "Y" must be all lower-case
(#5873) Expected 1 space before "-"; 0 found
(#5873) Expected 1 space after "-"; 0 found
(#5873) Commas (,) must be followed by white space.
(#5873) Variable "OuterBorderColor" must be all lower-case
(#5874) Line indented incorrectly; expected 8 spaces, found 5
(#5874) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5874) Variable "NoTitle" must be all lower-case
(#5875) Line indented incorrectly; expected at least 8 spaces, found 6
(#5876) Line indented incorrectly; expected at least 12 spaces, found 7
(#5876) Commas (,) must be followed by white space.
(#5876) Variable "XMin" must be all lower-case
(#5876) Commas (,) must be followed by white space.
(#5876) Variable "Y" must be all lower-case
(#5876) Expected 1 space before "-"; 0 found
(#5876) Expected 1 space after "-"; 0 found
(#5876) Expected 1 space before "-"; 0 found
(#5876) Expected 1 space after "-"; 0 found
(#5876) Variable "TitleHeight" must be all lower-case
(#5876) Expected 1 space before "-"; 0 found
(#5876) Expected 1 space after "-"; 0 found
(#5876) Variable "CaptionHeight" must be all lower-case
(#5876) Expected 1 space before "-"; 0 found
(#5876) Expected 1 space after "-"; 0 found
(#5876) Variable "HorizontalMargin" must be all lower-case
(#5876) Expected 1 space before "*"; 0 found
(#5876) Expected 1 space after "*"; 0 found
(#5876) Commas (,) must be followed by white space.
(#5876) Variable "XMin" must be all lower-case
(#5876) Commas (,) must be followed by white space.
(#5876) Variable "Y" must be all lower-case
(#5876) Expected 1 space before "-"; 0 found
(#5876) Expected 1 space after "-"; 0 found
(#5876) Commas (,) must be followed by white space.
(#5876) Variable "OuterBorderColor" must be all lower-case
(#5877) Line indented incorrectly; expected at least 12 spaces, found 7
(#5877) Commas (,) must be followed by white space.
(#5877) Variable "XMax" must be all lower-case
(#5877) Commas (,) must be followed by white space.
(#5877) Variable "Y" must be all lower-case
(#5877) Expected 1 space before "-"; 0 found
(#5877) Expected 1 space after "-"; 0 found
(#5877) Expected 1 space before "-"; 0 found
(#5877) Expected 1 space after "-"; 0 found
(#5877) Variable "TitleHeight" must be all lower-case
(#5877) Expected 1 space before "-"; 0 found
(#5877) Expected 1 space after "-"; 0 found
(#5877) Variable "CaptionHeight" must be all lower-case
(#5877) Expected 1 space before "-"; 0 found
(#5877) Expected 1 space after "-"; 0 found
(#5877) Variable "HorizontalMargin" must be all lower-case
(#5877) Expected 1 space before "*"; 0 found
(#5877) Expected 1 space after "*"; 0 found
(#5877) Commas (,) must be followed by white space.
(#5877) Variable "XMax" must be all lower-case
(#5877) Commas (,) must be followed by white space.
(#5877) Variable "Y" must be all lower-case
(#5877) Expected 1 space before "-"; 0 found
(#5877) Expected 1 space after "-"; 0 found
(#5877) Commas (,) must be followed by white space.
(#5877) Variable "OuterBorderColor" must be all lower-case
(#5878) Line indented incorrectly; expected at least 12 spaces, found 7
(#5878) Commas (,) must be followed by white space.
(#5878) Variable "XMin" must be all lower-case
(#5878) Commas (,) must be followed by white space.
(#5878) Variable "Y" must be all lower-case
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Variable "TitleHeight" must be all lower-case
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Variable "CaptionHeight" must be all lower-case
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Variable "HorizontalMargin" must be all lower-case
(#5878) Expected 1 space before "*"; 0 found
(#5878) Expected 1 space after "*"; 0 found
(#5878) Commas (,) must be followed by white space.
(#5878) Variable "XMax" must be all lower-case
(#5878) Commas (,) must be followed by white space.
(#5878) Variable "Y" must be all lower-case
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Variable "TitleHeight" must be all lower-case
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Variable "CaptionHeight" must be all lower-case
(#5878) Expected 1 space before "-"; 0 found
(#5878) Expected 1 space after "-"; 0 found
(#5878) Variable "HorizontalMargin" must be all lower-case
(#5878) Expected 1 space before "*"; 0 found
(#5878) Expected 1 space after "*"; 0 found
(#5878) Commas (,) must be followed by white space.
(#5878) Variable "OuterBorderColor" must be all lower-case
(#5878) Line exceeds 132 characters; contains 169 characters
(#5879) Line indented incorrectly; expected 8 spaces, found 6
(#5879) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5880) Line indented incorrectly; expected 8 spaces, found 5
(#5880) Expected "} else {\n"; found "}\n else\n {\n"
(#5881) Line indented incorrectly; expected at least 8 spaces, found 6
(#5882) Line indented incorrectly; expected at least 12 spaces, found 7
(#5882) Commas (,) must be followed by white space.
(#5882) Variable "XMin" must be all lower-case
(#5882) Commas (,) must be followed by white space.
(#5882) Variable "Y" must be all lower-case
(#5882) Expected 1 space before "-"; 0 found
(#5882) Expected 1 space after "-"; 0 found
(#5882) Expected 1 space before "-"; 0 found
(#5882) Expected 1 space after "-"; 0 found
(#5882) Variable "TitleHeight" must be all lower-case
(#5882) Expected 1 space before "-"; 0 found
(#5882) Expected 1 space after "-"; 0 found
(#5882) Variable "CaptionHeight" must be all lower-case
(#5882) Expected 1 space before "-"; 0 found
(#5882) Expected 1 space after "-"; 0 found
(#5882) Variable "HorizontalMargin" must be all lower-case
(#5882) Expected 1 space before "*"; 0 found
(#5882) Expected 1 space after "*"; 0 found
(#5882) Commas (,) must be followed by white space.
(#5882) Variable "XMin" must be all lower-case
(#5882) Commas (,) must be followed by white space.
(#5882) Variable "Y" must be all lower-case
(#5882) Expected 1 space before "-"; 0 found
(#5882) Expected 1 space after "-"; 0 found
(#5882) Commas (,) must be followed by white space.
(#5882) Variable "OuterBorderColor" must be all lower-case
(#5883) Line indented incorrectly; expected at least 12 spaces, found 7
(#5883) Commas (,) must be followed by white space.
(#5883) Variable "XMax" must be all lower-case
(#5883) Commas (,) must be followed by white space.
(#5883) Variable "Y" must be all lower-case
(#5883) Expected 1 space before "-"; 0 found
(#5883) Expected 1 space after "-"; 0 found
(#5883) Expected 1 space before "-"; 0 found
(#5883) Expected 1 space after "-"; 0 found
(#5883) Variable "TitleHeight" must be all lower-case
(#5883) Expected 1 space before "-"; 0 found
(#5883) Expected 1 space after "-"; 0 found
(#5883) Variable "CaptionHeight" must be all lower-case
(#5883) Expected 1 space before "-"; 0 found
(#5883) Expected 1 space after "-"; 0 found
(#5883) Variable "HorizontalMargin" must be all lower-case
(#5883) Expected 1 space before "*"; 0 found
(#5883) Expected 1 space after "*"; 0 found
(#5883) Commas (,) must be followed by white space.
(#5883) Variable "XMax" must be all lower-case
(#5883) Commas (,) must be followed by white space.
(#5883) Variable "Y" must be all lower-case
(#5883) Expected 1 space before "-"; 0 found
(#5883) Expected 1 space after "-"; 0 found
(#5883) Commas (,) must be followed by white space.
(#5883) Variable "OuterBorderColor" must be all lower-case
(#5884) Line indented incorrectly; expected at least 12 spaces, found 7
(#5884) Commas (,) must be followed by white space.
(#5884) Variable "XMin" must be all lower-case
(#5884) Commas (,) must be followed by white space.
(#5884) Variable "Y" must be all lower-case
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Variable "TitleHeight" must be all lower-case
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Variable "CaptionHeight" must be all lower-case
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Variable "HorizontalMargin" must be all lower-case
(#5884) Expected 1 space before "*"; 0 found
(#5884) Expected 1 space after "*"; 0 found
(#5884) Commas (,) must be followed by white space.
(#5884) Variable "XMax" must be all lower-case
(#5884) Commas (,) must be followed by white space.
(#5884) Variable "Y" must be all lower-case
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Variable "TitleHeight" must be all lower-case
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Variable "CaptionHeight" must be all lower-case
(#5884) Expected 1 space before "-"; 0 found
(#5884) Expected 1 space after "-"; 0 found
(#5884) Variable "HorizontalMargin" must be all lower-case
(#5884) Expected 1 space before "*"; 0 found
(#5884) Expected 1 space after "*"; 0 found
(#5884) Commas (,) must be followed by white space.
(#5884) Variable "OuterBorderColor" must be all lower-case
(#5884) Line exceeds 132 characters; contains 169 characters
(#5885) Line indented incorrectly; expected 8 spaces, found 6
(#5885) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5887) Line indented incorrectly; expected at least 8 spaces, found 5
(#5888) Line indented incorrectly; expected at least 8 spaces, found 5
(#5888) Variable "InnerBorderColor" must be all lower-case
(#5888) Commas (,) must be followed by white space.
(#5888) Commas (,) must be followed by white space.
(#5888) Commas (,) must be followed by white space.
(#5888) Commas (,) must be followed by white space.
(#5889) Line indented incorrectly; expected at least 8 spaces, found 5
(#5889) Commas (,) must be followed by white space.
(#5889) Variable "XMin" must be all lower-case
(#5889) Expected 1 space before "+"; 0 found
(#5889) Expected 1 space after "+"; 0 found
(#5889) Commas (,) must be followed by white space.
(#5889) Variable "Y" must be all lower-case
(#5889) Expected 1 space before "-"; 0 found
(#5889) Expected 1 space after "-"; 0 found
(#5889) Commas (,) must be followed by white space.
(#5889) Variable "X" must be all lower-case
(#5889) Expected 1 space before "-"; 0 found
(#5889) Expected 1 space after "-"; 0 found
(#5889) Commas (,) must be followed by white space.
(#5889) Variable "Y" must be all lower-case
(#5889) Expected 1 space before "-"; 0 found
(#5889) Expected 1 space after "-"; 0 found
(#5889) Commas (,) must be followed by white space.
(#5889) Variable "InnerBorderColor" must be all lower-case
(#5890) Line indented incorrectly; expected at least 8 spaces, found 5
(#5890) Commas (,) must be followed by white space.
(#5890) Variable "X" must be all lower-case
(#5890) Commas (,) must be followed by white space.
(#5890) Variable "Y" must be all lower-case
(#5890) Expected 1 space before "-"; 0 found
(#5890) Expected 1 space after "-"; 0 found
(#5890) Commas (,) must be followed by white space.
(#5890) Variable "X" must be all lower-case
(#5890) Expected 1 space before "-"; 0 found
(#5890) Expected 1 space after "-"; 0 found
(#5890) Commas (,) must be followed by white space.
(#5890) Variable "Y" must be all lower-case
(#5890) Expected 1 space before "-"; 0 found
(#5890) Expected 1 space after "-"; 0 found
(#5890) Commas (,) must be followed by white space.
(#5890) Variable "InnerBorderColor" must be all lower-case
(#5891) Line indented incorrectly; expected at least 8 spaces, found 5
(#5891) Commas (,) must be followed by white space.
(#5891) Variable "X" must be all lower-case
(#5891) Commas (,) must be followed by white space.
(#5891) Variable "Y" must be all lower-case
(#5891) Expected 1 space before "-"; 0 found
(#5891) Expected 1 space after "-"; 0 found
(#5891) Commas (,) must be followed by white space.
(#5891) Variable "X" must be all lower-case
(#5891) Expected 1 space before "+"; 0 found
(#5891) Expected 1 space after "+"; 0 found
(#5891) Commas (,) must be followed by white space.
(#5891) Variable "Y" must be all lower-case
(#5891) Expected 1 space before "-"; 0 found
(#5891) Expected 1 space after "-"; 0 found
(#5891) Commas (,) must be followed by white space.
(#5891) Variable "InnerBorderColor" must be all lower-case
(#5892) Line indented incorrectly; expected at least 8 spaces, found 5
(#5892) Commas (,) must be followed by white space.
(#5892) Variable "X" must be all lower-case
(#5892) Expected 1 space before "+"; 0 found
(#5892) Expected 1 space after "+"; 0 found
(#5892) Commas (,) must be followed by white space.
(#5892) Variable "Y" must be all lower-case
(#5892) Expected 1 space before "-"; 0 found
(#5892) Expected 1 space after "-"; 0 found
(#5892) Commas (,) must be followed by white space.
(#5892) Variable "XMax" must be all lower-case
(#5892) Expected 1 space before "-"; 0 found
(#5892) Expected 1 space after "-"; 0 found
(#5892) Commas (,) must be followed by white space.
(#5892) Variable "Y" must be all lower-case
(#5892) Expected 1 space before "-"; 0 found
(#5892) Expected 1 space after "-"; 0 found
(#5892) Commas (,) must be followed by white space.
(#5892) Variable "InnerBorderColor" must be all lower-case
(#5893) Line indented incorrectly; expected 8 spaces, found 5
(#5893) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5893) Variable "NoTitle" must be all lower-case
(#5894) Line indented incorrectly; expected at least 8 spaces, found 6
(#5895) Line indented incorrectly; expected at least 12 spaces, found 7
(#5895) Commas (,) must be followed by white space.
(#5895) Variable "XMin" must be all lower-case
(#5895) Expected 1 space before "+"; 0 found
(#5895) Expected 1 space after "+"; 0 found
(#5895) Commas (,) must be followed by white space.
(#5895) Variable "Y" must be all lower-case
(#5895) Expected 1 space before "-"; 0 found
(#5895) Expected 1 space after "-"; 0 found
(#5895) Expected 1 space before "-"; 0 found
(#5895) Expected 1 space after "-"; 0 found
(#5895) Variable "TitleHeight" must be all lower-case
(#5895) Expected 1 space before "-"; 0 found
(#5895) Expected 1 space after "-"; 0 found
(#5895) Variable "CaptionHeight" must be all lower-case
(#5895) Expected 1 space before "-"; 0 found
(#5895) Expected 1 space after "-"; 0 found
(#5895) Variable "HorizontalMargin" must be all lower-case
(#5895) Expected 1 space before "*"; 0 found
(#5895) Expected 1 space after "*"; 0 found
(#5895) Commas (,) must be followed by white space.
(#5895) Variable "XMin" must be all lower-case
(#5895) Expected 1 space before "+"; 0 found
(#5895) Expected 1 space after "+"; 0 found
(#5895) Commas (,) must be followed by white space.
(#5895) Variable "Y" must be all lower-case
(#5895) Expected 1 space before "-"; 0 found
(#5895) Expected 1 space after "-"; 0 found
(#5895) Commas (,) must be followed by white space.
(#5895) Variable "InnerBorderColor" must be all lower-case
(#5896) Line indented incorrectly; expected at least 12 spaces, found 7
(#5896) Commas (,) must be followed by white space.
(#5896) Variable "XMax" must be all lower-case
(#5896) Expected 1 space before "-"; 0 found
(#5896) Expected 1 space after "-"; 0 found
(#5896) Commas (,) must be followed by white space.
(#5896) Variable "Y" must be all lower-case
(#5896) Expected 1 space before "-"; 0 found
(#5896) Expected 1 space after "-"; 0 found
(#5896) Expected 1 space before "-"; 0 found
(#5896) Expected 1 space after "-"; 0 found
(#5896) Variable "TitleHeight" must be all lower-case
(#5896) Expected 1 space before "-"; 0 found
(#5896) Expected 1 space after "-"; 0 found
(#5896) Variable "CaptionHeight" must be all lower-case
(#5896) Expected 1 space before "-"; 0 found
(#5896) Expected 1 space after "-"; 0 found
(#5896) Variable "HorizontalMargin" must be all lower-case
(#5896) Expected 1 space before "*"; 0 found
(#5896) Expected 1 space after "*"; 0 found
(#5896) Commas (,) must be followed by white space.
(#5896) Variable "XMax" must be all lower-case
(#5896) Expected 1 space before "-"; 0 found
(#5896) Expected 1 space after "-"; 0 found
(#5896) Commas (,) must be followed by white space.
(#5896) Variable "Y" must be all lower-case
(#5896) Expected 1 space before "-"; 0 found
(#5896) Expected 1 space after "-"; 0 found
(#5896) Commas (,) must be followed by white space.
(#5896) Variable "InnerBorderColor" must be all lower-case
(#5897) Line indented incorrectly; expected at least 12 spaces, found 7
(#5897) Commas (,) must be followed by white space.
(#5897) Variable "XMin" must be all lower-case
(#5897) Expected 1 space before "+"; 0 found
(#5897) Expected 1 space after "+"; 0 found
(#5897) Commas (,) must be followed by white space.
(#5897) Variable "Y" must be all lower-case
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Variable "TitleHeight" must be all lower-case
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Variable "CaptionHeight" must be all lower-case
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Variable "HorizontalMargin" must be all lower-case
(#5897) Expected 1 space before "*"; 0 found
(#5897) Expected 1 space after "*"; 0 found
(#5897) Commas (,) must be followed by white space.
(#5897) Variable "XMax" must be all lower-case
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Commas (,) must be followed by white space.
(#5897) Variable "Y" must be all lower-case
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Variable "TitleHeight" must be all lower-case
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Variable "CaptionHeight" must be all lower-case
(#5897) Expected 1 space before "-"; 0 found
(#5897) Expected 1 space after "-"; 0 found
(#5897) Variable "HorizontalMargin" must be all lower-case
(#5897) Expected 1 space before "*"; 0 found
(#5897) Expected 1 space after "*"; 0 found
(#5897) Commas (,) must be followed by white space.
(#5897) Variable "InnerBorderColor" must be all lower-case
(#5897) Line exceeds 132 characters; contains 173 characters
(#5898) Line indented incorrectly; expected 8 spaces, found 6
(#5898) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5899) Line indented incorrectly; expected 8 spaces, found 5
(#5899) Expected "} else {\n"; found "}\n else\n {\n"
(#5900) Line indented incorrectly; expected at least 8 spaces, found 6
(#5901) Line indented incorrectly; expected at least 12 spaces, found 7
(#5901) Commas (,) must be followed by white space.
(#5901) Variable "XMin" must be all lower-case
(#5901) Expected 1 space before "+"; 0 found
(#5901) Expected 1 space after "+"; 0 found
(#5901) Commas (,) must be followed by white space.
(#5901) Variable "Y" must be all lower-case
(#5901) Expected 1 space before "-"; 0 found
(#5901) Expected 1 space after "-"; 0 found
(#5901) Expected 1 space before "-"; 0 found
(#5901) Expected 1 space after "-"; 0 found
(#5901) Variable "TitleHeight" must be all lower-case
(#5901) Expected 1 space before "-"; 0 found
(#5901) Expected 1 space after "-"; 0 found
(#5901) Variable "CaptionHeight" must be all lower-case
(#5901) Expected 1 space before "-"; 0 found
(#5901) Expected 1 space after "-"; 0 found
(#5901) Variable "HorizontalMargin" must be all lower-case
(#5901) Expected 1 space before "*"; 0 found
(#5901) Expected 1 space after "*"; 0 found
(#5901) Commas (,) must be followed by white space.
(#5901) Variable "XMin" must be all lower-case
(#5901) Expected 1 space before "+"; 0 found
(#5901) Expected 1 space after "+"; 0 found
(#5901) Commas (,) must be followed by white space.
(#5901) Variable "Y" must be all lower-case
(#5901) Expected 1 space before "-"; 0 found
(#5901) Expected 1 space after "-"; 0 found
(#5901) Commas (,) must be followed by white space.
(#5901) Variable "InnerBorderColor" must be all lower-case
(#5902) Line indented incorrectly; expected at least 12 spaces, found 7
(#5902) Commas (,) must be followed by white space.
(#5902) Variable "XMax" must be all lower-case
(#5902) Expected 1 space before "-"; 0 found
(#5902) Expected 1 space after "-"; 0 found
(#5902) Commas (,) must be followed by white space.
(#5902) Variable "Y" must be all lower-case
(#5902) Expected 1 space before "-"; 0 found
(#5902) Expected 1 space after "-"; 0 found
(#5902) Expected 1 space before "-"; 0 found
(#5902) Expected 1 space after "-"; 0 found
(#5902) Variable "TitleHeight" must be all lower-case
(#5902) Expected 1 space before "-"; 0 found
(#5902) Expected 1 space after "-"; 0 found
(#5902) Variable "CaptionHeight" must be all lower-case
(#5902) Expected 1 space before "-"; 0 found
(#5902) Expected 1 space after "-"; 0 found
(#5902) Variable "HorizontalMargin" must be all lower-case
(#5902) Expected 1 space before "*"; 0 found
(#5902) Expected 1 space after "*"; 0 found
(#5902) Commas (,) must be followed by white space.
(#5902) Variable "XMax" must be all lower-case
(#5902) Expected 1 space before "-"; 0 found
(#5902) Expected 1 space after "-"; 0 found
(#5902) Commas (,) must be followed by white space.
(#5902) Variable "Y" must be all lower-case
(#5902) Expected 1 space before "-"; 0 found
(#5902) Expected 1 space after "-"; 0 found
(#5902) Commas (,) must be followed by white space.
(#5902) Variable "InnerBorderColor" must be all lower-case
(#5903) Line indented incorrectly; expected at least 12 spaces, found 7
(#5903) Commas (,) must be followed by white space.
(#5903) Variable "XMin" must be all lower-case
(#5903) Expected 1 space before "+"; 0 found
(#5903) Expected 1 space after "+"; 0 found
(#5903) Commas (,) must be followed by white space.
(#5903) Variable "Y" must be all lower-case
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Variable "TitleHeight" must be all lower-case
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Variable "CaptionHeight" must be all lower-case
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Variable "HorizontalMargin" must be all lower-case
(#5903) Expected 1 space before "*"; 0 found
(#5903) Expected 1 space after "*"; 0 found
(#5903) Commas (,) must be followed by white space.
(#5903) Variable "XMax" must be all lower-case
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Commas (,) must be followed by white space.
(#5903) Variable "Y" must be all lower-case
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Variable "TitleHeight" must be all lower-case
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Variable "CaptionHeight" must be all lower-case
(#5903) Expected 1 space before "-"; 0 found
(#5903) Expected 1 space after "-"; 0 found
(#5903) Variable "HorizontalMargin" must be all lower-case
(#5903) Expected 1 space before "*"; 0 found
(#5903) Expected 1 space after "*"; 0 found
(#5903) Commas (,) must be followed by white space.
(#5903) Variable "InnerBorderColor" must be all lower-case
(#5903) Line exceeds 132 characters; contains 173 characters
(#5904) Line indented incorrectly; expected 8 spaces, found 6
(#5904) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5906) Line indented incorrectly; expected at least 8 spaces, found 5
(#5907) Line indented incorrectly; expected 8 spaces, found 5
(#5907) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5907) Variable "TitleMode" must be all lower-case
(#5907) Variable "NoTitle" must be all lower-case
(#5908) Line indented incorrectly; expected at least 8 spaces, found 6
(#5909) Line indented incorrectly; expected at least 12 spaces, found 7
(#5909) Variable "YPos" must be all lower-case
(#5909) Variable "Y" must be all lower-case
(#5909) Expected 1 space before "-"; 0 found
(#5909) Expected 1 space after "-"; 0 found
(#5909) Expected 1 space before "-"; 0 found
(#5909) Expected 1 space after "-"; 0 found
(#5909) Variable "CaptionHeight" must be all lower-case
(#5909) Expected 1 space before "-"; 0 found
(#5909) Expected 1 space after "-"; 0 found
(#5909) Variable "HorizontalMargin" must be all lower-case
(#5909) Expected 1 space before "-"; 0 found
(#5909) Expected 1 space after "-"; 0 found
(#5909) Variable "HorizontalMargin" must be all lower-case
(#5909) Expected 1 space before "/"; 0 found
(#5909) Expected 1 space after "/"; 0 found
(#5910) Line indented incorrectly; expected at least 12 spaces, found 7
(#5910) Variable "XMargin" must be all lower-case
(#5910) Variable "VerticalMargin" must be all lower-case
(#5911) Line indented incorrectly; expected at least 12 spaces, found 7
(#5911) Variable "XMin" must be all lower-case
(#5911) Expected 1 space before "+"; 0 found
(#5911) Expected 1 space after "+"; 0 found
(#5911) Variable "XMargin" must be all lower-case
(#5911) Commas (,) must be followed by white space.
(#5911) Variable "YPos" must be all lower-case
(#5911) Expected 1 space before "+"; 0 found
(#5911) Expected 1 space after "+"; 0 found
(#5911) Commas (,) must be followed by white space.
(#5911) Variable "XMax" must be all lower-case
(#5911) Expected 1 space before "-"; 0 found
(#5911) Expected 1 space after "-"; 0 found
(#5911) Variable "XMargin" must be all lower-case
(#5911) Commas (,) must be followed by white space.
(#5911) Variable "YPos" must be all lower-case
(#5911) Expected 1 space before "+"; 0 found
(#5911) Expected 1 space after "+"; 0 found
(#5911) Commas (,) must be followed by white space.
(#5911) Expected 1 space before "=>"; 0 found
(#5911) Expected 1 space after "=>"; 0 found
(#5911) Variable "GradientEndR" must be all lower-case
(#5911) Commas (,) must be followed by white space.
(#5911) Expected 1 space before "=>"; 0 found
(#5911) Expected 1 space after "=>"; 0 found
(#5911) Variable "GradientEndG" must be all lower-case
(#5911) Commas (,) must be followed by white space.
(#5911) Expected 1 space before "=>"; 0 found
(#5911) Expected 1 space after "=>"; 0 found
(#5911) Variable "GradientEndB" must be all lower-case
(#5911) Line exceeds 132 characters; contains 134 characters
(#5912) Line indented incorrectly; expected at least 12 spaces, found 7
(#5912) Variable "XMin" must be all lower-case
(#5912) Expected 1 space before "+"; 0 found
(#5912) Expected 1 space after "+"; 0 found
(#5912) Variable "XMargin" must be all lower-case
(#5912) Commas (,) must be followed by white space.
(#5912) Variable "YPos" must be all lower-case
(#5912) Commas (,) must be followed by white space.
(#5912) Variable "XMax" must be all lower-case
(#5912) Expected 1 space before "-"; 0 found
(#5912) Expected 1 space after "-"; 0 found
(#5912) Variable "XMargin" must be all lower-case
(#5912) Commas (,) must be followed by white space.
(#5912) Variable "YPos" must be all lower-case
(#5912) Commas (,) must be followed by white space.
(#5912) Expected 1 space before "=>"; 0 found
(#5912) Expected 1 space after "=>"; 0 found
(#5912) Variable "GradientStartR" must be all lower-case
(#5912) Commas (,) must be followed by white space.
(#5912) Expected 1 space before "=>"; 0 found
(#5912) Expected 1 space after "=>"; 0 found
(#5912) Variable "GradientStartG" must be all lower-case
(#5912) Commas (,) must be followed by white space.
(#5912) Expected 1 space before "=>"; 0 found
(#5912) Expected 1 space after "=>"; 0 found
(#5912) Variable "GradientStartB" must be all lower-case
(#5912) Line exceeds 132 characters; contains 136 characters
(#5913) Line indented incorrectly; expected 8 spaces, found 6
(#5913) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5914) Line indented incorrectly; expected 8 spaces, found 5
(#5914) Usage of ELSEIF not allowed; use ELSE IF instead
(#5914) Variable "TitleMode" must be all lower-case
(#5915) Line indented incorrectly; expected at least 8 spaces, found 6
(#5916) Line indented incorrectly; expected at least 12 spaces, found 7
(#5916) Variable "XMin" must be all lower-case
(#5916) Commas (,) must be followed by white space.
(#5916) Variable "Y" must be all lower-case
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Variable "TitleHeight" must be all lower-case
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Variable "CaptionHeight" must be all lower-case
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Variable "HorizontalMargin" must be all lower-case
(#5916) Expected 1 space before "*"; 0 found
(#5916) Expected 1 space after "*"; 0 found
(#5916) Commas (,) must be followed by white space.
(#5916) Variable "XMax" must be all lower-case
(#5916) Commas (,) must be followed by white space.
(#5916) Variable "Y" must be all lower-case
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Variable "TitleHeight" must be all lower-case
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Variable "CaptionHeight" must be all lower-case
(#5916) Expected 1 space before "-"; 0 found
(#5916) Expected 1 space after "-"; 0 found
(#5916) Variable "HorizontalMargin" must be all lower-case
(#5916) Expected 1 space before "+"; 0 found
(#5916) Expected 1 space after "+"; 0 found
(#5916) Variable "HorizontalMargin" must be all lower-case
(#5916) Expected 1 space before "/"; 0 found
(#5916) Expected 1 space after "/"; 0 found
(#5916) Commas (,) must be followed by white space.
(#5916) Expected 1 space before "=>"; 0 found
(#5916) Expected 1 space after "=>"; 0 found
(#5916) Variable "TitleBackgroundR" must be all lower-case
(#5916) Commas (,) must be followed by white space.
(#5916) Expected 1 space before "=>"; 0 found
(#5916) Expected 1 space after "=>"; 0 found
(#5916) Variable "TitleBackgroundG" must be all lower-case
(#5916) Commas (,) must be followed by white space.
(#5916) Expected 1 space before "=>"; 0 found
(#5916) Expected 1 space after "=>"; 0 found
(#5916) Variable "TitleBackgroundB" must be all lower-case
(#5916) Line exceeds maximum limit of 180 characters; contains 247 characters
(#5917) Line indented incorrectly; expected at least 12 spaces, found 7
(#5917) Commas (,) must be followed by white space.
(#5917) Variable "XMin" must be all lower-case
(#5917) Expected 1 space before "+"; 0 found
(#5917) Expected 1 space after "+"; 0 found
(#5917) Commas (,) must be followed by white space.
(#5917) Variable "Y" must be all lower-case
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Variable "TitleHeight" must be all lower-case
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Variable "CaptionHeight" must be all lower-case
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Variable "HorizontalMargin" must be all lower-case
(#5917) Expected 1 space before "+"; 0 found
(#5917) Expected 1 space after "+"; 0 found
(#5917) Variable "HorizontalMargin" must be all lower-case
(#5917) Expected 1 space before "/"; 0 found
(#5917) Expected 1 space after "/"; 0 found
(#5917) Expected 1 space before "+"; 0 found
(#5917) Expected 1 space after "+"; 0 found
(#5917) Commas (,) must be followed by white space.
(#5917) Variable "XMax" must be all lower-case
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Commas (,) must be followed by white space.
(#5917) Variable "Y" must be all lower-case
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Variable "TitleHeight" must be all lower-case
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Variable "CaptionHeight" must be all lower-case
(#5917) Expected 1 space before "-"; 0 found
(#5917) Expected 1 space after "-"; 0 found
(#5917) Variable "HorizontalMargin" must be all lower-case
(#5917) Expected 1 space before "+"; 0 found
(#5917) Expected 1 space after "+"; 0 found
(#5917) Variable "HorizontalMargin" must be all lower-case
(#5917) Expected 1 space before "/"; 0 found
(#5917) Expected 1 space after "/"; 0 found
(#5917) Expected 1 space before "+"; 0 found
(#5917) Expected 1 space after "+"; 0 found
(#5917) Commas (,) must be followed by white space.
(#5917) Variable "InnerBorderColor" must be all lower-case
(#5917) Line exceeds maximum limit of 180 characters; contains 213 characters
(#5918) Line indented incorrectly; expected 8 spaces, found 6
(#5918) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5920) Line indented incorrectly; expected at least 8 spaces, found 5
(#5921) Line indented incorrectly; expected at least 8 spaces, found 5
(#5921) Inline control structures are not allowed
(#5921) Variable "NoTitle" must be all lower-case
(#5922) Line indented incorrectly; expected at least 8 spaces, found 6
(#5922) Variable "XMin" must be all lower-case
(#5922) Expected 1 space before "+"; 0 found
(#5922) Expected 1 space after "+"; 0 found
(#5922) Variable "VerticalMargin" must be all lower-case
(#5922) Commas (,) must be followed by white space.
(#5922) Variable "Y" must be all lower-case
(#5922) Expected 1 space before "-"; 0 found
(#5922) Expected 1 space after "-"; 0 found
(#5922) Expected 1 space before "-"; 0 found
(#5922) Expected 1 space after "-"; 0 found
(#5922) Variable "CaptionHeight" must be all lower-case
(#5922) Expected 1 space before "-"; 0 found
(#5922) Expected 1 space after "-"; 0 found
(#5922) Variable "HorizontalMargin" must be all lower-case
(#5922) Expected 1 space before "*"; 0 found
(#5922) Expected 1 space after "*"; 0 found
(#5922) Commas (,) must be followed by white space.
(#5922) Variable "Title" must be all lower-case
(#5922) Commas (,) must be followed by white space.
(#5922) Expected 1 space before "=>"; 0 found
(#5922) Expected 1 space after "=>"; 0 found
(#5922) Commas (,) must be followed by white space.
(#5922) Expected 1 space before "=>"; 0 found
(#5922) Expected 1 space after "=>"; 0 found
(#5922) Variable "TitleR" must be all lower-case
(#5922) Commas (,) must be followed by white space.
(#5922) Expected 1 space before "=>"; 0 found
(#5922) Expected 1 space after "=>"; 0 found
(#5922) Variable "TitleG" must be all lower-case
(#5922) Commas (,) must be followed by white space.
(#5922) Expected 1 space before "=>"; 0 found
(#5922) Expected 1 space after "=>"; 0 found
(#5922) Variable "TitleB" must be all lower-case
(#5922) Line exceeds 132 characters; contains 169 characters
(#5924) Line indented incorrectly; expected at least 8 spaces, found 5
(#5925) Line indented incorrectly; expected at least 8 spaces, found 5
(#5925) Variable "YPos" must be all lower-case
(#5925) Variable "Y" must be all lower-case
(#5925) Expected 1 space before "-"; 0 found
(#5925) Expected 1 space after "-"; 0 found
(#5925) Expected 1 space before "-"; 0 found
(#5925) Expected 1 space after "-"; 0 found
(#5925) Variable "HorizontalMargin" must be all lower-case
(#5925) Variable "XPos" must be all lower-case
(#5925) Variable "XMin" must be all lower-case
(#5925) Expected 1 space before "+"; 0 found
(#5925) Expected 1 space after "+"; 0 found
(#5925) Variable "VerticalMargin" must be all lower-case
(#5925) Expected 1 space before "+"; 0 found
(#5925) Expected 1 space after "+"; 0 found
(#5925) Variable "SerieBoxSize" must be all lower-case
(#5925) Expected 1 space before "+"; 0 found
(#5925) Expected 1 space after "+"; 0 found
(#5925) Variable "SerieBoxSpacing" must be all lower-case
(#5926) Line indented incorrectly; expected 8 spaces, found 5
(#5926) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#5926) Variable "Captions" must be all lower-case
(#5926) Variable "Key" must be all lower-case
(#5926) Variable "Caption" must be all lower-case
(#5927) Line indented incorrectly; expected at least 8 spaces, found 6
(#5928) Line indented incorrectly; expected at least 12 spaces, found 7
(#5928) Variable "CaptionTxt" must be all lower-case
(#5928) Variable "Caption" must be all lower-case
(#5929) Line indented incorrectly; expected at least 12 spaces, found 7
(#5929) Variable "TxtPos" must be all lower-case
(#5929) Variable "XPos" must be all lower-case
(#5929) Commas (,) must be followed by white space.
(#5929) Variable "YPos" must be all lower-case
(#5929) Commas (,) must be followed by white space.
(#5929) Variable "FontName" must be all lower-case
(#5929) Commas (,) must be followed by white space.
(#5929) Variable "FontSize" must be all lower-case
(#5929) Commas (,) must be followed by white space.
(#5929) Commas (,) must be followed by white space.
(#5929) Variable "CaptionTxt" must be all lower-case
(#5930) Line indented incorrectly; expected at least 12 spaces, found 7
(#5930) Variable "CaptionHeight" must be all lower-case
(#5930) Variable "TxtPos" must be all lower-case
(#5930) Variable "TxtPos" must be all lower-case
(#5932) Line indented incorrectly; expected at least 12 spaces, found 7
(#5933) Line indented incorrectly; expected 12 spaces, found 7
(#5933) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5933) Variable "DrawSerieColor" must be all lower-case
(#5934) Line indented incorrectly; expected at least 12 spaces, found 8
(#5935) Line indented incorrectly; expected at least 16 spaces, found 9
(#5935) Variable "BoxSettings" must be all lower-case
(#5935) Expected 1 space before "=>"; 0 found
(#5935) Expected 1 space after "=>"; 0 found
(#5935) Variable "Caption" must be all lower-case
(#5935) Commas (,) must be followed by white space.
(#5935) Expected 1 space before "=>"; 0 found
(#5935) Expected 1 space after "=>"; 0 found
(#5935) Variable "Caption" must be all lower-case
(#5935) Commas (,) must be followed by white space.
(#5935) Expected 1 space before "=>"; 0 found
(#5935) Expected 1 space after "=>"; 0 found
(#5935) Variable "Caption" must be all lower-case
(#5935) Commas (,) must be followed by white space.
(#5935) Expected 1 space before "=>"; 0 found
(#5935) Expected 1 space after "=>"; 0 found
(#5935) Variable "Caption" must be all lower-case
(#5935) Commas (,) must be followed by white space.
(#5935) Expected 1 space before "=>"; 0 found
(#5935) Expected 1 space after "=>"; 0 found
(#5935) Commas (,) must be followed by white space.
(#5935) Expected 1 space before "=>"; 0 found
(#5935) Expected 1 space after "=>"; 0 found
(#5935) Commas (,) must be followed by white space.
(#5935) Expected 1 space before "=>"; 0 found
(#5935) Expected 1 space after "=>"; 0 found
(#5935) Line exceeds maximum limit of 180 characters; contains 194 characters
(#5936) Line indented incorrectly; expected at least 16 spaces, found 9
(#5936) Variable "XMin" must be all lower-case
(#5936) Expected 1 space before "+"; 0 found
(#5936) Expected 1 space after "+"; 0 found
(#5936) Variable "VerticalMargin" must be all lower-case
(#5936) Commas (,) must be followed by white space.
(#5936) Variable "YPos" must be all lower-case
(#5936) Expected 1 space before "-"; 0 found
(#5936) Expected 1 space after "-"; 0 found
(#5936) Variable "SerieBoxSize" must be all lower-case
(#5936) Commas (,) must be followed by white space.
(#5936) Variable "XMin" must be all lower-case
(#5936) Expected 1 space before "+"; 0 found
(#5936) Expected 1 space after "+"; 0 found
(#5936) Variable "VerticalMargin" must be all lower-case
(#5936) Expected 1 space before "+"; 0 found
(#5936) Expected 1 space after "+"; 0 found
(#5936) Variable "SerieBoxSize" must be all lower-case
(#5936) Commas (,) must be followed by white space.
(#5936) Variable "YPos" must be all lower-case
(#5936) Commas (,) must be followed by white space.
(#5936) Variable "BoxSettings" must be all lower-case
(#5936) Line exceeds 132 characters; contains 134 characters
(#5937) Line indented incorrectly; expected 12 spaces, found 8
(#5937) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5939) Line indented incorrectly; expected at least 12 spaces, found 7
(#5939) Variable "XPos" must be all lower-case
(#5939) Commas (,) must be followed by white space.
(#5939) Variable "YPos" must be all lower-case
(#5939) Commas (,) must be followed by white space.
(#5939) Variable "CaptionTxt" must be all lower-case
(#5939) Commas (,) must be followed by white space.
(#5939) Expected 1 space before "=>"; 0 found
(#5939) Expected 1 space after "=>"; 0 found
(#5941) Line indented incorrectly; expected at least 12 spaces, found 7
(#5941) Variable "YPos" must be all lower-case
(#5941) Variable "YPos" must be all lower-case
(#5941) Variable "CaptionHeight" must be all lower-case
(#5941) Variable "HorizontalMargin" must be all lower-case
(#5942) Line indented incorrectly; expected 8 spaces, found 6
(#5942) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5944) Line indented incorrectly; expected at least 8 spaces, found 5
(#5944) Variable "RestoreShadow" must be all lower-case
(#5945) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5947) Line indented incorrectly; expected at least 4 spaces, found 3
(#5948) Line indented incorrectly; expected 4 spaces, found 3
(#5948) method name "pDraw::drawShape" must be in lower-case letters only
(#5948) Visibility must be declared on method "drawShape"
(#5948) Variable "X" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "Y" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "Shape" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "PlotSize" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "PlotBorder" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "BorderSize" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "R" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "G" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "B" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "Alpha" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "BorderR" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "BorderG" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "BorderB" must be all lower-case
(#5948) Commas (,) must be followed by white space.
(#5948) Variable "BorderAlpha" must be all lower-case
(#5949) Opening brace should be on the same line as the declaration
(#5950) Line indented incorrectly; expected 8 spaces, found 5
(#5950) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5950) Variable "Shape" must be all lower-case
(#5951) Line indented incorrectly; expected at least 8 spaces, found 6
(#5952) Line indented incorrectly; expected 12 spaces, found 7
(#5952) Expected "if (...) {\n"; found "if (...) { "
(#5952) Variable "PlotBorder" must be all lower-case
(#5952) Variable "X" must be all lower-case
(#5952) Commas (,) must be followed by white space.
(#5952) Variable "Y" must be all lower-case
(#5952) Commas (,) must be followed by white space.
(#5952) Variable "PlotSize" must be all lower-case
(#5952) Expected 1 space before "+"; 0 found
(#5952) Expected 1 space after "+"; 0 found
(#5952) Variable "BorderSize" must be all lower-case
(#5952) Commas (,) must be followed by white space.
(#5952) Expected 1 space before "=>"; 0 found
(#5952) Expected 1 space after "=>"; 0 found
(#5952) Variable "BorderR" must be all lower-case
(#5952) Commas (,) must be followed by white space.
(#5952) Expected 1 space before "=>"; 0 found
(#5952) Expected 1 space after "=>"; 0 found
(#5952) Variable "BorderG" must be all lower-case
(#5952) Commas (,) must be followed by white space.
(#5952) Expected 1 space before "=>"; 0 found
(#5952) Expected 1 space after "=>"; 0 found
(#5952) Variable "BorderB" must be all lower-case
(#5952) Commas (,) must be followed by white space.
(#5952) Expected 1 space before "=>"; 0 found
(#5952) Expected 1 space after "=>"; 0 found
(#5952) Variable "BorderAlpha" must be all lower-case
(#5952) Line exceeds 132 characters; contains 154 characters
(#5952) Closing brace must be on a line by itself
(#5953) Line indented incorrectly; expected at least 12 spaces, found 7
(#5953) Variable "X" must be all lower-case
(#5953) Commas (,) must be followed by white space.
(#5953) Variable "Y" must be all lower-case
(#5953) Commas (,) must be followed by white space.
(#5953) Variable "PlotSize" must be all lower-case
(#5953) Commas (,) must be followed by white space.
(#5953) Expected 1 space before "=>"; 0 found
(#5953) Expected 1 space after "=>"; 0 found
(#5953) Variable "R" must be all lower-case
(#5953) Commas (,) must be followed by white space.
(#5953) Expected 1 space before "=>"; 0 found
(#5953) Expected 1 space after "=>"; 0 found
(#5953) Variable "G" must be all lower-case
(#5953) Commas (,) must be followed by white space.
(#5953) Expected 1 space before "=>"; 0 found
(#5953) Expected 1 space after "=>"; 0 found
(#5953) Variable "B" must be all lower-case
(#5953) Commas (,) must be followed by white space.
(#5953) Expected 1 space before "=>"; 0 found
(#5953) Expected 1 space after "=>"; 0 found
(#5953) Variable "Alpha" must be all lower-case
(#5954) Line indented incorrectly; expected 8 spaces, found 6
(#5954) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5955) Line indented incorrectly; expected 8 spaces, found 5
(#5955) Usage of ELSEIF not allowed; use ELSE IF instead
(#5955) Variable "Shape" must be all lower-case
(#5956) Line indented incorrectly; expected at least 8 spaces, found 6
(#5957) Line indented incorrectly; expected 12 spaces, found 7
(#5957) Expected "if (...) {\n"; found "if (...) { "
(#5957) Variable "PlotBorder" must be all lower-case
(#5957) Variable "X" must be all lower-case
(#5957) Expected 1 space before "-"; 0 found
(#5957) Expected 1 space after "-"; 0 found
(#5957) Variable "PlotSize" must be all lower-case
(#5957) Expected 1 space before "-"; 0 found
(#5957) Expected 1 space after "-"; 0 found
(#5957) Variable "BorderSize" must be all lower-case
(#5957) Commas (,) must be followed by white space.
(#5957) Variable "Y" must be all lower-case
(#5957) Expected 1 space before "-"; 0 found
(#5957) Expected 1 space after "-"; 0 found
(#5957) Variable "PlotSize" must be all lower-case
(#5957) Expected 1 space before "-"; 0 found
(#5957) Expected 1 space after "-"; 0 found
(#5957) Variable "BorderSize" must be all lower-case
(#5957) Commas (,) must be followed by white space.
(#5957) Variable "X" must be all lower-case
(#5957) Expected 1 space before "+"; 0 found
(#5957) Expected 1 space after "+"; 0 found
(#5957) Variable "PlotSize" must be all lower-case
(#5957) Expected 1 space before "+"; 0 found
(#5957) Expected 1 space after "+"; 0 found
(#5957) Variable "BorderSize" must be all lower-case
(#5957) Commas (,) must be followed by white space.
(#5957) Variable "Y" must be all lower-case
(#5957) Expected 1 space before "+"; 0 found
(#5957) Expected 1 space after "+"; 0 found
(#5957) Variable "PlotSize" must be all lower-case
(#5957) Expected 1 space before "+"; 0 found
(#5957) Expected 1 space after "+"; 0 found
(#5957) Variable "BorderSize" must be all lower-case
(#5957) Commas (,) must be followed by white space.
(#5957) Expected 1 space before "=>"; 0 found
(#5957) Expected 1 space after "=>"; 0 found
(#5957) Variable "BorderR" must be all lower-case
(#5957) Commas (,) must be followed by white space.
(#5957) Expected 1 space before "=>"; 0 found
(#5957) Expected 1 space after "=>"; 0 found
(#5957) Variable "BorderG" must be all lower-case
(#5957) Commas (,) must be followed by white space.
(#5957) Expected 1 space before "=>"; 0 found
(#5957) Expected 1 space after "=>"; 0 found
(#5957) Variable "BorderB" must be all lower-case
(#5957) Commas (,) must be followed by white space.
(#5957) Expected 1 space before "=>"; 0 found
(#5957) Expected 1 space after "=>"; 0 found
(#5957) Variable "BorderAlpha" must be all lower-case
(#5957) Line exceeds maximum limit of 180 characters; contains 229 characters
(#5957) Closing brace must be on a line by itself
(#5958) Line indented incorrectly; expected at least 12 spaces, found 7
(#5958) Variable "X" must be all lower-case
(#5958) Expected 1 space before "-"; 0 found
(#5958) Expected 1 space after "-"; 0 found
(#5958) Variable "PlotSize" must be all lower-case
(#5958) Commas (,) must be followed by white space.
(#5958) Variable "Y" must be all lower-case
(#5958) Expected 1 space before "-"; 0 found
(#5958) Expected 1 space after "-"; 0 found
(#5958) Variable "PlotSize" must be all lower-case
(#5958) Commas (,) must be followed by white space.
(#5958) Variable "X" must be all lower-case
(#5958) Expected 1 space before "+"; 0 found
(#5958) Expected 1 space after "+"; 0 found
(#5958) Variable "PlotSize" must be all lower-case
(#5958) Commas (,) must be followed by white space.
(#5958) Variable "Y" must be all lower-case
(#5958) Expected 1 space before "+"; 0 found
(#5958) Expected 1 space after "+"; 0 found
(#5958) Variable "PlotSize" must be all lower-case
(#5958) Commas (,) must be followed by white space.
(#5958) Expected 1 space before "=>"; 0 found
(#5958) Expected 1 space after "=>"; 0 found
(#5958) Variable "R" must be all lower-case
(#5958) Commas (,) must be followed by white space.
(#5958) Expected 1 space before "=>"; 0 found
(#5958) Expected 1 space after "=>"; 0 found
(#5958) Variable "G" must be all lower-case
(#5958) Commas (,) must be followed by white space.
(#5958) Expected 1 space before "=>"; 0 found
(#5958) Expected 1 space after "=>"; 0 found
(#5958) Variable "B" must be all lower-case
(#5958) Commas (,) must be followed by white space.
(#5958) Expected 1 space before "=>"; 0 found
(#5958) Expected 1 space after "=>"; 0 found
(#5958) Variable "Alpha" must be all lower-case
(#5958) Line exceeds 132 characters; contains 134 characters
(#5959) Line indented incorrectly; expected 8 spaces, found 6
(#5959) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5960) Line indented incorrectly; expected 8 spaces, found 5
(#5960) Usage of ELSEIF not allowed; use ELSE IF instead
(#5960) Variable "Shape" must be all lower-case
(#5961) Line indented incorrectly; expected at least 8 spaces, found 6
(#5962) Line indented incorrectly; expected 12 spaces, found 7
(#5962) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5962) Variable "PlotBorder" must be all lower-case
(#5963) Line indented incorrectly; expected at least 12 spaces, found 8
(#5964) Line indented incorrectly; expected at least 16 spaces, found 9
(#5964) Variable "Pos" must be all lower-case
(#5964) Variable "Pos" must be all lower-case
(#5964) Expected 1 space before "="; 0 found
(#5964) Expected 1 space after "="; 0 found
(#5964) Variable "X" must be all lower-case
(#5964) Variable "Pos" must be all lower-case
(#5964) Expected 1 space before "="; 0 found
(#5964) Expected 1 space after "="; 0 found
(#5964) Variable "Y" must be all lower-case
(#5964) Expected 1 space before "-"; 0 found
(#5964) Expected 1 space after "-"; 0 found
(#5964) Variable "PlotSize" must be all lower-case
(#5964) Expected 1 space before "-"; 0 found
(#5964) Expected 1 space after "-"; 0 found
(#5964) Variable "BorderSize" must be all lower-case
(#5964) Variable "Pos" must be all lower-case
(#5964) Expected 1 space before "="; 0 found
(#5964) Expected 1 space after "="; 0 found
(#5964) Variable "X" must be all lower-case
(#5964) Expected 1 space before "-"; 0 found
(#5964) Expected 1 space after "-"; 0 found
(#5964) Variable "PlotSize" must be all lower-case
(#5964) Expected 1 space before "-"; 0 found
(#5964) Expected 1 space after "-"; 0 found
(#5964) Variable "BorderSize" must be all lower-case
(#5964) Variable "Pos" must be all lower-case
(#5964) Expected 1 space before "="; 0 found
(#5964) Expected 1 space after "="; 0 found
(#5964) Variable "Y" must be all lower-case
(#5964) Expected 1 space before "+"; 0 found
(#5964) Expected 1 space after "+"; 0 found
(#5964) Variable "PlotSize" must be all lower-case
(#5964) Expected 1 space before "+"; 0 found
(#5964) Expected 1 space after "+"; 0 found
(#5964) Variable "BorderSize" must be all lower-case
(#5964) Variable "Pos" must be all lower-case
(#5964) Expected 1 space before "="; 0 found
(#5964) Expected 1 space after "="; 0 found
(#5964) Variable "X" must be all lower-case
(#5964) Expected 1 space before "+"; 0 found
(#5964) Expected 1 space after "+"; 0 found
(#5964) Variable "PlotSize" must be all lower-case
(#5964) Expected 1 space before "+"; 0 found
(#5964) Expected 1 space after "+"; 0 found
(#5964) Variable "BorderSize" must be all lower-case
(#5964) Variable "Pos" must be all lower-case
(#5964) Expected 1 space before "="; 0 found
(#5964) Expected 1 space after "="; 0 found
(#5964) Variable "Y" must be all lower-case
(#5964) Expected 1 space before "+"; 0 found
(#5964) Expected 1 space after "+"; 0 found
(#5964) Variable "PlotSize" must be all lower-case
(#5964) Expected 1 space before "+"; 0 found
(#5964) Expected 1 space after "+"; 0 found
(#5964) Variable "BorderSize" must be all lower-case
(#5964) Line exceeds maximum limit of 180 characters; contains 195 characters
(#5965) Line indented incorrectly; expected at least 16 spaces, found 9
(#5965) Variable "Pos" must be all lower-case
(#5965) Commas (,) must be followed by white space.
(#5965) Expected 1 space before "=>"; 0 found
(#5965) Expected 1 space after "=>"; 0 found
(#5965) Variable "BorderR" must be all lower-case
(#5965) Commas (,) must be followed by white space.
(#5965) Expected 1 space before "=>"; 0 found
(#5965) Expected 1 space after "=>"; 0 found
(#5965) Variable "BorderG" must be all lower-case
(#5965) Commas (,) must be followed by white space.
(#5965) Expected 1 space before "=>"; 0 found
(#5965) Expected 1 space after "=>"; 0 found
(#5965) Variable "BorderB" must be all lower-case
(#5965) Commas (,) must be followed by white space.
(#5965) Expected 1 space before "=>"; 0 found
(#5965) Expected 1 space after "=>"; 0 found
(#5965) Variable "BorderAlpha" must be all lower-case
(#5966) Line indented incorrectly; expected 12 spaces, found 8
(#5966) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5968) Line indented incorrectly; expected at least 12 spaces, found 7
(#5968) Variable "Pos" must be all lower-case
(#5968) Variable "Pos" must be all lower-case
(#5968) Expected 1 space before "="; 0 found
(#5968) Expected 1 space after "="; 0 found
(#5968) Variable "X" must be all lower-case
(#5968) Variable "Pos" must be all lower-case
(#5968) Expected 1 space before "="; 0 found
(#5968) Expected 1 space after "="; 0 found
(#5968) Variable "Y" must be all lower-case
(#5968) Expected 1 space before "-"; 0 found
(#5968) Expected 1 space after "-"; 0 found
(#5968) Variable "PlotSize" must be all lower-case
(#5968) Variable "Pos" must be all lower-case
(#5968) Expected 1 space before "="; 0 found
(#5968) Expected 1 space after "="; 0 found
(#5968) Variable "X" must be all lower-case
(#5968) Expected 1 space before "-"; 0 found
(#5968) Expected 1 space after "-"; 0 found
(#5968) Variable "PlotSize" must be all lower-case
(#5968) Variable "Pos" must be all lower-case
(#5968) Expected 1 space before "="; 0 found
(#5968) Expected 1 space after "="; 0 found
(#5968) Variable "Y" must be all lower-case
(#5968) Expected 1 space before "+"; 0 found
(#5968) Expected 1 space after "+"; 0 found
(#5968) Variable "PlotSize" must be all lower-case
(#5968) Variable "Pos" must be all lower-case
(#5968) Expected 1 space before "="; 0 found
(#5968) Expected 1 space after "="; 0 found
(#5968) Variable "X" must be all lower-case
(#5968) Expected 1 space before "+"; 0 found
(#5968) Expected 1 space after "+"; 0 found
(#5968) Variable "PlotSize" must be all lower-case
(#5968) Variable "Pos" must be all lower-case
(#5968) Expected 1 space before "="; 0 found
(#5968) Expected 1 space after "="; 0 found
(#5968) Variable "Y" must be all lower-case
(#5968) Expected 1 space before "+"; 0 found
(#5968) Expected 1 space after "+"; 0 found
(#5968) Variable "PlotSize" must be all lower-case
(#5968) Line exceeds 132 characters; contains 133 characters
(#5969) Line indented incorrectly; expected at least 12 spaces, found 7
(#5969) Variable "Pos" must be all lower-case
(#5969) Commas (,) must be followed by white space.
(#5969) Expected 1 space before "=>"; 0 found
(#5969) Expected 1 space after "=>"; 0 found
(#5969) Variable "R" must be all lower-case
(#5969) Commas (,) must be followed by white space.
(#5969) Expected 1 space before "=>"; 0 found
(#5969) Expected 1 space after "=>"; 0 found
(#5969) Variable "G" must be all lower-case
(#5969) Commas (,) must be followed by white space.
(#5969) Expected 1 space before "=>"; 0 found
(#5969) Expected 1 space after "=>"; 0 found
(#5969) Variable "B" must be all lower-case
(#5969) Commas (,) must be followed by white space.
(#5969) Expected 1 space before "=>"; 0 found
(#5969) Expected 1 space after "=>"; 0 found
(#5969) Variable "Alpha" must be all lower-case
(#5970) Line indented incorrectly; expected 8 spaces, found 6
(#5970) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5971) Line indented incorrectly; expected 8 spaces, found 5
(#5971) Usage of ELSEIF not allowed; use ELSE IF instead
(#5971) Variable "Shape" must be all lower-case
(#5972) Line indented incorrectly; expected at least 8 spaces, found 6
(#5973) Line indented incorrectly; expected at least 12 spaces, found 7
(#5973) Variable "X" must be all lower-case
(#5973) Commas (,) must be followed by white space.
(#5973) Variable "Y" must be all lower-case
(#5973) Expected 1 space before "-"; 0 found
(#5973) Expected 1 space after "-"; 0 found
(#5973) Variable "PlotSize" must be all lower-case
(#5973) Commas (,) must be followed by white space.
(#5973) Variable "X" must be all lower-case
(#5973) Expected 1 space before "-"; 0 found
(#5973) Expected 1 space after "-"; 0 found
(#5973) Variable "PlotSize" must be all lower-case
(#5973) Commas (,) must be followed by white space.
(#5973) Variable "Y" must be all lower-case
(#5973) Expected 1 space before "+"; 0 found
(#5973) Expected 1 space after "+"; 0 found
(#5973) Variable "PlotSize" must be all lower-case
(#5973) Commas (,) must be followed by white space.
(#5973) Expected 1 space before "=>"; 0 found
(#5973) Expected 1 space after "=>"; 0 found
(#5973) Variable "R" must be all lower-case
(#5973) Commas (,) must be followed by white space.
(#5973) Expected 1 space before "=>"; 0 found
(#5973) Expected 1 space after "=>"; 0 found
(#5973) Variable "G" must be all lower-case
(#5973) Commas (,) must be followed by white space.
(#5973) Expected 1 space before "=>"; 0 found
(#5973) Expected 1 space after "=>"; 0 found
(#5973) Variable "B" must be all lower-case
(#5973) Commas (,) must be followed by white space.
(#5973) Expected 1 space before "=>"; 0 found
(#5973) Expected 1 space after "=>"; 0 found
(#5973) Variable "Alpha" must be all lower-case
(#5974) Line indented incorrectly; expected at least 12 spaces, found 7
(#5974) Variable "X" must be all lower-case
(#5974) Expected 1 space before "-"; 0 found
(#5974) Expected 1 space after "-"; 0 found
(#5974) Variable "PlotSize" must be all lower-case
(#5974) Commas (,) must be followed by white space.
(#5974) Variable "Y" must be all lower-case
(#5974) Expected 1 space before "+"; 0 found
(#5974) Expected 1 space after "+"; 0 found
(#5974) Variable "PlotSize" must be all lower-case
(#5974) Commas (,) must be followed by white space.
(#5974) Variable "X" must be all lower-case
(#5974) Expected 1 space before "+"; 0 found
(#5974) Expected 1 space after "+"; 0 found
(#5974) Variable "PlotSize" must be all lower-case
(#5974) Commas (,) must be followed by white space.
(#5974) Variable "Y" must be all lower-case
(#5974) Expected 1 space before "+"; 0 found
(#5974) Expected 1 space after "+"; 0 found
(#5974) Variable "PlotSize" must be all lower-case
(#5974) Commas (,) must be followed by white space.
(#5974) Expected 1 space before "=>"; 0 found
(#5974) Expected 1 space after "=>"; 0 found
(#5974) Variable "R" must be all lower-case
(#5974) Commas (,) must be followed by white space.
(#5974) Expected 1 space before "=>"; 0 found
(#5974) Expected 1 space after "=>"; 0 found
(#5974) Variable "G" must be all lower-case
(#5974) Commas (,) must be followed by white space.
(#5974) Expected 1 space before "=>"; 0 found
(#5974) Expected 1 space after "=>"; 0 found
(#5974) Variable "B" must be all lower-case
(#5974) Commas (,) must be followed by white space.
(#5974) Expected 1 space before "=>"; 0 found
(#5974) Expected 1 space after "=>"; 0 found
(#5974) Variable "Alpha" must be all lower-case
(#5975) Line indented incorrectly; expected at least 12 spaces, found 7
(#5975) Variable "X" must be all lower-case
(#5975) Expected 1 space before "+"; 0 found
(#5975) Expected 1 space after "+"; 0 found
(#5975) Variable "PlotSize" must be all lower-case
(#5975) Commas (,) must be followed by white space.
(#5975) Variable "Y" must be all lower-case
(#5975) Expected 1 space before "+"; 0 found
(#5975) Expected 1 space after "+"; 0 found
(#5975) Variable "PlotSize" must be all lower-case
(#5975) Commas (,) must be followed by white space.
(#5975) Variable "X" must be all lower-case
(#5975) Commas (,) must be followed by white space.
(#5975) Variable "Y" must be all lower-case
(#5975) Expected 1 space before "-"; 0 found
(#5975) Expected 1 space after "-"; 0 found
(#5975) Variable "PlotSize" must be all lower-case
(#5975) Commas (,) must be followed by white space.
(#5975) Expected 1 space before "=>"; 0 found
(#5975) Expected 1 space after "=>"; 0 found
(#5975) Variable "R" must be all lower-case
(#5975) Commas (,) must be followed by white space.
(#5975) Expected 1 space before "=>"; 0 found
(#5975) Expected 1 space after "=>"; 0 found
(#5975) Variable "G" must be all lower-case
(#5975) Commas (,) must be followed by white space.
(#5975) Expected 1 space before "=>"; 0 found
(#5975) Expected 1 space after "=>"; 0 found
(#5975) Variable "B" must be all lower-case
(#5975) Commas (,) must be followed by white space.
(#5975) Expected 1 space before "=>"; 0 found
(#5975) Expected 1 space after "=>"; 0 found
(#5975) Variable "Alpha" must be all lower-case
(#5976) Line indented incorrectly; expected 8 spaces, found 6
(#5976) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5977) Line indented incorrectly; expected at least 8 spaces, found 5
(#5977) Inline control structures are not allowed
(#5977) Usage of ELSEIF not allowed; use ELSE IF instead
(#5977) Variable "Shape" must be all lower-case
(#5978) Line indented incorrectly; expected at least 8 spaces, found 6
(#5978) Variable "X" must be all lower-case
(#5978) Expected 1 space before "-"; 0 found
(#5978) Expected 1 space after "-"; 0 found
(#5978) Variable "PlotSize" must be all lower-case
(#5978) Commas (,) must be followed by white space.
(#5978) Variable "Y" must be all lower-case
(#5978) Expected 1 space before "-"; 0 found
(#5978) Expected 1 space after "-"; 0 found
(#5978) Variable "PlotSize" must be all lower-case
(#5978) Commas (,) must be followed by white space.
(#5978) Variable "X" must be all lower-case
(#5978) Expected 1 space before "+"; 0 found
(#5978) Expected 1 space after "+"; 0 found
(#5978) Variable "PlotSize" must be all lower-case
(#5978) Commas (,) must be followed by white space.
(#5978) Variable "Y" must be all lower-case
(#5978) Expected 1 space before "+"; 0 found
(#5978) Expected 1 space after "+"; 0 found
(#5978) Variable "PlotSize" must be all lower-case
(#5978) Commas (,) must be followed by white space.
(#5978) Expected 1 space before "=>"; 0 found
(#5978) Expected 1 space after "=>"; 0 found
(#5978) Variable "R" must be all lower-case
(#5978) Commas (,) must be followed by white space.
(#5978) Expected 1 space before "=>"; 0 found
(#5978) Expected 1 space after "=>"; 0 found
(#5978) Variable "G" must be all lower-case
(#5978) Commas (,) must be followed by white space.
(#5978) Expected 1 space before "=>"; 0 found
(#5978) Expected 1 space after "=>"; 0 found
(#5978) Variable "B" must be all lower-case
(#5978) Commas (,) must be followed by white space.
(#5978) Expected 1 space before "=>"; 0 found
(#5978) Expected 1 space after "=>"; 0 found
(#5978) Variable "Alpha" must be all lower-case
(#5979) Line indented incorrectly; expected at least 8 spaces, found 5
(#5979) Inline control structures are not allowed
(#5979) Usage of ELSEIF not allowed; use ELSE IF instead
(#5979) Variable "Shape" must be all lower-case
(#5980) Line indented incorrectly; expected at least 8 spaces, found 6
(#5980) Variable "X" must be all lower-case
(#5980) Commas (,) must be followed by white space.
(#5980) Variable "Y" must be all lower-case
(#5980) Commas (,) must be followed by white space.
(#5980) Variable "PlotSize" must be all lower-case
(#5980) Commas (,) must be followed by white space.
(#5980) Variable "PlotSize" must be all lower-case
(#5980) Commas (,) must be followed by white space.
(#5980) Expected 1 space before "=>"; 0 found
(#5980) Expected 1 space after "=>"; 0 found
(#5980) Variable "R" must be all lower-case
(#5980) Commas (,) must be followed by white space.
(#5980) Expected 1 space before "=>"; 0 found
(#5980) Expected 1 space after "=>"; 0 found
(#5980) Variable "G" must be all lower-case
(#5980) Commas (,) must be followed by white space.
(#5980) Expected 1 space before "=>"; 0 found
(#5980) Expected 1 space after "=>"; 0 found
(#5980) Variable "B" must be all lower-case
(#5980) Commas (,) must be followed by white space.
(#5980) Expected 1 space before "=>"; 0 found
(#5980) Expected 1 space after "=>"; 0 found
(#5980) Variable "Alpha" must be all lower-case
(#5981) Line indented incorrectly; expected 8 spaces, found 5
(#5981) Usage of ELSEIF not allowed; use ELSE IF instead
(#5981) Variable "Shape" must be all lower-case
(#5982) Line indented incorrectly; expected at least 8 spaces, found 6
(#5983) Line indented incorrectly; expected at least 12 spaces, found 7
(#5983) Variable "Pos" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "X" must be all lower-case
(#5983) Expected 1 space before "-"; 0 found
(#5983) Expected 1 space after "-"; 0 found
(#5983) Variable "PlotSize" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "Y" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "X" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "Y" must be all lower-case
(#5983) Expected 1 space before "-"; 0 found
(#5983) Expected 1 space after "-"; 0 found
(#5983) Variable "PlotSize" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "X" must be all lower-case
(#5983) Expected 1 space before "+"; 0 found
(#5983) Expected 1 space after "+"; 0 found
(#5983) Variable "PlotSize" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "Y" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "X" must be all lower-case
(#5983) Variable "Pos" must be all lower-case
(#5983) Expected 1 space before "="; 0 found
(#5983) Expected 1 space after "="; 0 found
(#5983) Variable "Y" must be all lower-case
(#5983) Expected 1 space before "+"; 0 found
(#5983) Expected 1 space after "+"; 0 found
(#5983) Variable "PlotSize" must be all lower-case
(#5983) Line exceeds 132 characters; contains 145 characters
(#5984) Line indented incorrectly; expected at least 12 spaces, found 7
(#5984) Variable "Pos" must be all lower-case
(#5984) Commas (,) must be followed by white space.
(#5984) Expected 1 space before "=>"; 0 found
(#5984) Expected 1 space after "=>"; 0 found
(#5984) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#5984) Commas (,) must be followed by white space.
(#5984) Expected 1 space before "=>"; 0 found
(#5984) Expected 1 space after "=>"; 0 found
(#5984) Variable "R" must be all lower-case
(#5984) Commas (,) must be followed by white space.
(#5984) Expected 1 space before "=>"; 0 found
(#5984) Expected 1 space after "=>"; 0 found
(#5984) Variable "G" must be all lower-case
(#5984) Commas (,) must be followed by white space.
(#5984) Expected 1 space before "=>"; 0 found
(#5984) Expected 1 space after "=>"; 0 found
(#5984) Variable "B" must be all lower-case
(#5984) Commas (,) must be followed by white space.
(#5984) Expected 1 space before "=>"; 0 found
(#5984) Expected 1 space after "=>"; 0 found
(#5984) Variable "Alpha" must be all lower-case
(#5985) Line indented incorrectly; expected 8 spaces, found 6
(#5985) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5985) Whitespace found at end of line
(#5986) Line indented incorrectly; expected 8 spaces, found 5
(#5986) Usage of ELSEIF not allowed; use ELSE IF instead
(#5986) Variable "Shape" must be all lower-case
(#5987) Line indented incorrectly; expected at least 8 spaces, found 6
(#5988) Line indented incorrectly; expected 12 spaces, found 7
(#5988) Expected "if (...) {\n"; found "if (...)\n {\n"
(#5988) Variable "PlotBorder" must be all lower-case
(#5989) Line indented incorrectly; expected at least 12 spaces, found 8
(#5990) Line indented incorrectly; expected at least 16 spaces, found 9
(#5990) Variable "Pos" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "X" must be all lower-case
(#5990) Expected 1 space before "-"; 0 found
(#5990) Expected 1 space after "-"; 0 found
(#5990) Variable "PlotSize" must be all lower-case
(#5990) Expected 1 space before "-"; 0 found
(#5990) Expected 1 space after "-"; 0 found
(#5990) Variable "BorderSize" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "Y" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "X" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "Y" must be all lower-case
(#5990) Expected 1 space before "-"; 0 found
(#5990) Expected 1 space after "-"; 0 found
(#5990) Variable "PlotSize" must be all lower-case
(#5990) Expected 1 space before "-"; 0 found
(#5990) Expected 1 space after "-"; 0 found
(#5990) Variable "BorderSize" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "X" must be all lower-case
(#5990) Expected 1 space before "+"; 0 found
(#5990) Expected 1 space after "+"; 0 found
(#5990) Variable "PlotSize" must be all lower-case
(#5990) Expected 1 space before "+"; 0 found
(#5990) Expected 1 space after "+"; 0 found
(#5990) Variable "BorderSize" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "Y" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "X" must be all lower-case
(#5990) Variable "Pos" must be all lower-case
(#5990) Expected 1 space before "="; 0 found
(#5990) Expected 1 space after "="; 0 found
(#5990) Variable "Y" must be all lower-case
(#5990) Expected 1 space before "+"; 0 found
(#5990) Expected 1 space after "+"; 0 found
(#5990) Variable "PlotSize" must be all lower-case
(#5990) Expected 1 space before "+"; 0 found
(#5990) Expected 1 space after "+"; 0 found
(#5990) Variable "BorderSize" must be all lower-case
(#5990) Line exceeds maximum limit of 180 characters; contains 195 characters
(#5991) Line indented incorrectly; expected at least 16 spaces, found 9
(#5991) Variable "Pos" must be all lower-case
(#5991) Commas (,) must be followed by white space.
(#5991) Expected 1 space before "=>"; 0 found
(#5991) Expected 1 space after "=>"; 0 found
(#5991) Variable "BorderR" must be all lower-case
(#5991) Commas (,) must be followed by white space.
(#5991) Expected 1 space before "=>"; 0 found
(#5991) Expected 1 space after "=>"; 0 found
(#5991) Variable "BorderG" must be all lower-case
(#5991) Commas (,) must be followed by white space.
(#5991) Expected 1 space before "=>"; 0 found
(#5991) Expected 1 space after "=>"; 0 found
(#5991) Variable "BorderB" must be all lower-case
(#5991) Commas (,) must be followed by white space.
(#5991) Expected 1 space before "=>"; 0 found
(#5991) Expected 1 space after "=>"; 0 found
(#5991) Variable "BorderAlpha" must be all lower-case
(#5992) Line indented incorrectly; expected 12 spaces, found 8
(#5992) Closing brace indented incorrectly; expected 7 spaces, found 8
(#5994) Line indented incorrectly; expected at least 12 spaces, found 7
(#5994) Variable "Pos" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "X" must be all lower-case
(#5994) Expected 1 space before "-"; 0 found
(#5994) Expected 1 space after "-"; 0 found
(#5994) Variable "PlotSize" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "Y" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "X" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "Y" must be all lower-case
(#5994) Expected 1 space before "-"; 0 found
(#5994) Expected 1 space after "-"; 0 found
(#5994) Variable "PlotSize" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "X" must be all lower-case
(#5994) Expected 1 space before "+"; 0 found
(#5994) Expected 1 space after "+"; 0 found
(#5994) Variable "PlotSize" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "Y" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "X" must be all lower-case
(#5994) Variable "Pos" must be all lower-case
(#5994) Expected 1 space before "="; 0 found
(#5994) Expected 1 space after "="; 0 found
(#5994) Variable "Y" must be all lower-case
(#5994) Expected 1 space before "+"; 0 found
(#5994) Expected 1 space after "+"; 0 found
(#5994) Variable "PlotSize" must be all lower-case
(#5994) Line exceeds 132 characters; contains 145 characters
(#5995) Line indented incorrectly; expected at least 12 spaces, found 7
(#5995) Variable "Pos" must be all lower-case
(#5995) Commas (,) must be followed by white space.
(#5995) Expected 1 space before "=>"; 0 found
(#5995) Expected 1 space after "=>"; 0 found
(#5995) Variable "R" must be all lower-case
(#5995) Commas (,) must be followed by white space.
(#5995) Expected 1 space before "=>"; 0 found
(#5995) Expected 1 space after "=>"; 0 found
(#5995) Variable "G" must be all lower-case
(#5995) Commas (,) must be followed by white space.
(#5995) Expected 1 space before "=>"; 0 found
(#5995) Expected 1 space after "=>"; 0 found
(#5995) Variable "B" must be all lower-case
(#5995) Commas (,) must be followed by white space.
(#5995) Expected 1 space before "=>"; 0 found
(#5995) Expected 1 space after "=>"; 0 found
(#5995) Variable "Alpha" must be all lower-case
(#5996) Line indented incorrectly; expected 8 spaces, found 6
(#5996) Closing brace indented incorrectly; expected 5 spaces, found 6
(#5996) Whitespace found at end of line
(#5997) Closing brace indented incorrectly; expected 3 spaces, found 4
(#5999) Line indented incorrectly; expected 4 spaces, found 3
(#5999) method name "pDraw::drawPolygonChart" must be in lower-case letters only
(#5999) Visibility must be declared on method "drawPolygonChart"
(#5999) Variable "Points" must be all lower-case
(#5999) Commas (,) must be followed by white space.
(#5999) Variable "Format" must be all lower-case
(#6000) Opening brace should be on the same line as the declaration
(#6001) Line indented incorrectly; expected at least 8 spaces, found 5
(#6001) Variable "R" must be all lower-case
(#6001) Spaces must be used for alignment; tabs are not allowed
(#6001) Tab found within whitespace
(#6001) Variable "Format" must be all lower-case
(#6001) Variable "Format" must be all lower-case
(#6002) Line indented incorrectly; expected at least 8 spaces, found 5
(#6002) Variable "G" must be all lower-case
(#6002) Spaces must be used for alignment; tabs are not allowed
(#6002) Tab found within whitespace
(#6002) Variable "Format" must be all lower-case
(#6002) Variable "Format" must be all lower-case
(#6003) Line indented incorrectly; expected at least 8 spaces, found 5
(#6003) Variable "B" must be all lower-case
(#6003) Spaces must be used for alignment; tabs are not allowed
(#6003) Tab found within whitespace
(#6003) Variable "Format" must be all lower-case
(#6003) Variable "Format" must be all lower-case
(#6004) Line indented incorrectly; expected at least 8 spaces, found 5
(#6004) Variable "Alpha" must be all lower-case
(#6004) Spaces must be used for alignment; tabs are not allowed
(#6004) Tab found within whitespace
(#6004) Variable "Format" must be all lower-case
(#6004) Variable "Format" must be all lower-case
(#6005) Line indented incorrectly; expected at least 8 spaces, found 5
(#6005) Variable "NoFill" must be all lower-case
(#6005) Spaces must be used for alignment; tabs are not allowed
(#6005) Tab found within whitespace
(#6005) Variable "Format" must be all lower-case
(#6005) Variable "Format" must be all lower-case
(#6005) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#6006) Line indented incorrectly; expected at least 8 spaces, found 5
(#6006) Variable "NoBorder" must be all lower-case
(#6006) Spaces must be used for alignment; tabs are not allowed
(#6006) Tab found within whitespace
(#6006) Variable "Format" must be all lower-case
(#6006) Variable "Format" must be all lower-case
(#6006) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#6007) Line indented incorrectly; expected at least 8 spaces, found 5
(#6007) Variable "BorderR" must be all lower-case
(#6007) Spaces must be used for alignment; tabs are not allowed
(#6007) Tab found within whitespace
(#6007) Variable "Format" must be all lower-case
(#6007) Variable "Format" must be all lower-case
(#6007) Variable "R" must be all lower-case
(#6008) Line indented incorrectly; expected at least 8 spaces, found 5
(#6008) Variable "BorderG" must be all lower-case
(#6008) Spaces must be used for alignment; tabs are not allowed
(#6008) Tab found within whitespace
(#6008) Variable "Format" must be all lower-case
(#6008) Variable "Format" must be all lower-case
(#6008) Variable "G" must be all lower-case
(#6009) Line indented incorrectly; expected at least 8 spaces, found 5
(#6009) Variable "BorderB" must be all lower-case
(#6009) Spaces must be used for alignment; tabs are not allowed
(#6009) Tab found within whitespace
(#6009) Variable "Format" must be all lower-case
(#6009) Variable "Format" must be all lower-case
(#6009) Variable "B" must be all lower-case
(#6010) Line indented incorrectly; expected at least 8 spaces, found 5
(#6010) Variable "BorderAlpha" must be all lower-case
(#6010) Spaces must be used for alignment; tabs are not allowed
(#6010) Tab found within whitespace
(#6010) Variable "Format" must be all lower-case
(#6010) Variable "Format" must be all lower-case
(#6010) Variable "Alpha" must be all lower-case
(#6011) Line indented incorrectly; expected at least 8 spaces, found 5
(#6011) Variable "Surrounding" must be all lower-case
(#6011) Spaces must be used for alignment; tabs are not allowed
(#6011) Tab found within whitespace
(#6011) Variable "Format" must be all lower-case
(#6011) Variable "Format" must be all lower-case
(#6011) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#6012) Line indented incorrectly; expected at least 8 spaces, found 5
(#6012) Variable "Threshold" must be all lower-case
(#6012) Variable "Format" must be all lower-case
(#6012) Variable "Format" must be all lower-case
(#6012) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#6014) Line indented incorrectly; expected 8 spaces, found 5
(#6014) Expected "if (...) {\n"; found "if (...) { "
(#6014) Variable "Surrounding" must be all lower-case
(#6014) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#6014) Variable "BorderR" must be all lower-case
(#6014) Variable "R" must be all lower-case
(#6014) Expected 1 space before "+"; 0 found
(#6014) Expected 1 space after "+"; 0 found
(#6014) Variable "Surrounding" must be all lower-case
(#6014) Variable "BorderG" must be all lower-case
(#6014) Variable "G" must be all lower-case
(#6014) Expected 1 space before "+"; 0 found
(#6014) Expected 1 space after "+"; 0 found
(#6014) Variable "Surrounding" must be all lower-case
(#6014) Variable "BorderB" must be all lower-case
(#6014) Variable "B" must be all lower-case
(#6014) Expected 1 space before "+"; 0 found
(#6014) Expected 1 space after "+"; 0 found
(#6014) Variable "Surrounding" must be all lower-case
(#6014) Closing brace must be on a line by itself
(#6016) Line indented incorrectly; expected at least 8 spaces, found 5
(#6016) Variable "RestoreShadow" must be all lower-case
(#6017) Line indented incorrectly; expected at least 8 spaces, found 5
(#6017) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#6019) Line indented incorrectly; expected at least 8 spaces, found 5
(#6019) Variable "AllIntegers" must be all lower-case
(#6019) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#6020) Line indented incorrectly; expected 8 spaces, found 5
(#6020) Expected "for (...) {\n"; found "for(...)\n { "
(#6020) Expected 1 space after first semicolon of FOR loop; 0 found
(#6020) Expected 1 space after second semicolon of FOR loop; 0 found
(#6020) Expected 1 space before "="; 0 found
(#6020) Expected 1 space after "="; 0 found
(#6020) Expected 1 space before "<="; 0 found
(#6020) Expected 1 space after "<="; 0 found
(#6020) Variable "Points" must be all lower-case
(#6020) Expected 1 space before "-"; 0 found
(#6020) Expected 1 space after "-"; 0 found
(#6020) Expected 1 space before "="; 0 found
(#6020) Expected 1 space after "="; 0 found
(#6020) Expected 1 space before "+"; 0 found
(#6020) Expected 1 space after "+"; 0 found
(#6021) Line indented incorrectly; expected at least 8 spaces, found 6
(#6021) Expected "if (...) {\n"; found "if (...) { "
(#6021) Variable "Points" must be all lower-case
(#6021) Expected 1 space before "+"; 0 found
(#6021) Expected 1 space after "+"; 0 found
(#6021) Variable "AllIntegers" must be all lower-case
(#6021) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#6021) Closing brace must be on a line by itself
(#6021) Closing brace must be on a line by itself
(#6023) Line indented incorrectly; expected at least 8 spaces, found 5
(#6024) Line indented incorrectly; expected at least 8 spaces, found 5
(#6024) Variable "Segments" must be all lower-case
(#6025) Line indented incorrectly; expected 8 spaces, found 5
(#6025) Expected "for (...) {\n"; found "for(...)\n { "
(#6025) Expected 1 space after first semicolon of FOR loop; 0 found
(#6025) Expected 1 space after second semicolon of FOR loop; 0 found
(#6025) Expected 1 space before "="; 0 found
(#6025) Expected 1 space after "="; 0 found
(#6025) Expected 1 space before "<="; 0 found
(#6025) Expected 1 space after "<="; 0 found
(#6025) Variable "Points" must be all lower-case
(#6025) Expected 1 space before "-"; 0 found
(#6025) Expected 1 space after "-"; 0 found
(#6025) Expected 1 space before "="; 0 found
(#6025) Expected 1 space after "="; 0 found
(#6025) Expected 1 space before "+"; 0 found
(#6025) Expected 1 space after "+"; 0 found
(#6026) Line indented incorrectly; expected at least 8 spaces, found 6
(#6026) Variable "Segments" must be all lower-case
(#6026) Expected 1 space before "=>"; 0 found
(#6026) Expected 1 space after "=>"; 0 found
(#6026) Variable "Points" must be all lower-case
(#6026) Expected 1 space before "-"; 0 found
(#6026) Expected 1 space after "-"; 0 found
(#6026) Commas (,) must be followed by white space.
(#6026) Expected 1 space before "=>"; 0 found
(#6026) Expected 1 space after "=>"; 0 found
(#6026) Variable "Points" must be all lower-case
(#6026) Expected 1 space before "-"; 0 found
(#6026) Expected 1 space after "-"; 0 found
(#6026) Commas (,) must be followed by white space.
(#6026) Expected 1 space before "=>"; 0 found
(#6026) Expected 1 space after "=>"; 0 found
(#6026) Variable "Points" must be all lower-case
(#6026) Commas (,) must be followed by white space.
(#6026) Expected 1 space before "=>"; 0 found
(#6026) Expected 1 space after "=>"; 0 found
(#6026) Variable "Points" must be all lower-case
(#6026) Expected 1 space before "+"; 0 found
(#6026) Expected 1 space after "+"; 0 found
(#6026) Closing brace must be on a line by itself
(#6027) Line indented incorrectly; expected at least 8 spaces, found 5
(#6027) Variable "Segments" must be all lower-case
(#6027) Expected 1 space before "=>"; 0 found
(#6027) Expected 1 space after "=>"; 0 found
(#6027) Variable "Points" must be all lower-case
(#6027) Expected 1 space before "-"; 0 found
(#6027) Expected 1 space after "-"; 0 found
(#6027) Commas (,) must be followed by white space.
(#6027) Expected 1 space before "=>"; 0 found
(#6027) Expected 1 space after "=>"; 0 found
(#6027) Variable "Points" must be all lower-case
(#6027) Expected 1 space before "-"; 0 found
(#6027) Expected 1 space after "-"; 0 found
(#6027) Commas (,) must be followed by white space.
(#6027) Expected 1 space before "=>"; 0 found
(#6027) Expected 1 space after "=>"; 0 found
(#6027) Variable "Points" must be all lower-case
(#6027) Commas (,) must be followed by white space.
(#6027) Expected 1 space before "=>"; 0 found
(#6027) Expected 1 space after "=>"; 0 found
(#6027) Variable "Points" must be all lower-case
(#6029) Line indented incorrectly; expected at least 8 spaces, found 5
(#6030) Line indented incorrectly; expected at least 8 spaces, found 5
(#6030) Variable "Result" must be all lower-case
(#6030) Variable "inHorizon" must be all lower-case
(#6030) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#6030) Variable "LastX" must be all lower-case
(#6031) Line indented incorrectly; expected 8 spaces, found 5
(#6031) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#6031) Variable "Segments" must be all lower-case
(#6031) Variable "Key" must be all lower-case
(#6031) Variable "Pos" must be all lower-case
(#6032) Line indented incorrectly; expected at least 8 spaces, found 6
(#6033) Line indented incorrectly; expected 12 spaces, found 7
(#6033) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6033) Variable "Pos" must be all lower-case
(#6033) Variable "Pos" must be all lower-case
(#6034) Line indented incorrectly; expected at least 12 spaces, found 8
(#6035) Line indented incorrectly; expected 16 spaces, found 9
(#6035) Expected "if (...) {\n"; found "if (...) { "
(#6035) Variable "inHorizon" must be all lower-case
(#6035) Variable "inHorizon" must be all lower-case
(#6035) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#6035) Variable "Result" must be all lower-case
(#6035) Expected 1 space before "=>"; 0 found
(#6035) Expected 1 space after "=>"; 0 found
(#6035) Variable "LastX" must be all lower-case
(#6035) Commas (,) must be followed by white space.
(#6035) Expected 1 space before "=>"; 0 found
(#6035) Expected 1 space after "=>"; 0 found
(#6035) Variable "Pos" must be all lower-case
(#6035) Commas (,) must be followed by white space.
(#6035) Expected 1 space before "=>"; 0 found
(#6035) Expected 1 space after "=>"; 0 found
(#6035) Variable "Pos" must be all lower-case
(#6035) Commas (,) must be followed by white space.
(#6035) Expected 1 space before "=>"; 0 found
(#6035) Expected 1 space after "=>"; 0 found
(#6035) Variable "Pos" must be all lower-case
(#6035) Line exceeds 132 characters; contains 134 characters
(#6035) Closing brace must be on a line by itself
(#6037) Line indented incorrectly; expected at least 16 spaces, found 9
(#6037) Variable "Result" must be all lower-case
(#6037) Expected 1 space before "=>"; 0 found
(#6037) Expected 1 space after "=>"; 0 found
(#6037) Variable "Pos" must be all lower-case
(#6037) Commas (,) must be followed by white space.
(#6037) Expected 1 space before "=>"; 0 found
(#6037) Expected 1 space after "=>"; 0 found
(#6037) Variable "Pos" must be all lower-case
(#6037) Commas (,) must be followed by white space.
(#6037) Expected 1 space before "=>"; 0 found
(#6037) Expected 1 space after "=>"; 0 found
(#6037) Variable "Pos" must be all lower-case
(#6037) Commas (,) must be followed by white space.
(#6037) Expected 1 space before "=>"; 0 found
(#6037) Expected 1 space after "=>"; 0 found
(#6037) Variable "Pos" must be all lower-case
(#6038) Line indented incorrectly; expected 12 spaces, found 8
(#6038) Closing brace indented incorrectly; expected 7 spaces, found 8
(#6039) Line indented incorrectly; expected 12 spaces, found 7
(#6039) Expected "} else {\n"; found "}\n else { "
(#6039) Expected "if (...) {\n"; found "if (...) { "
(#6039) Variable "inHorizon" must be all lower-case
(#6039) Variable "inHorizon" must be all lower-case
(#6039) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#6039) Variable "LastX" must be all lower-case
(#6039) Variable "Pos" must be all lower-case
(#6039) Closing brace must be on a line by itself
(#6039) Closing brace must be on a line by itself
(#6040) Line indented incorrectly; expected 8 spaces, found 6
(#6040) Closing brace indented incorrectly; expected 5 spaces, found 6
(#6041) Line indented incorrectly; expected at least 8 spaces, found 5
(#6041) Variable "Segments" must be all lower-case
(#6041) Variable "Result" must be all lower-case
(#6043) Line indented incorrectly; expected at least 8 spaces, found 5
(#6044) Line indented incorrectly; expected 8 spaces, found 5
(#6044) Expected "if (...) {\n"; found "if (...) { "
(#6044) Variable "Segments" must be all lower-case
(#6044) Closing brace must be on a line by itself
(#6046) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6046) Line indented incorrectly; expected at least 8 spaces, found 5
(#6047) This comment is 67% valid code; is this commented out code?
(#6047) Line indented incorrectly; expected at least 8 spaces, found 5
(#6047) No space found before comment text; expected "// foreach($Segments as $Key => $Pos)" but found "//foreach($Segments as $Key => $Pos)"
(#6048) Inline comments must end in full-stops, exclamation marks, or question marks
(#6048) This comment is 71% valid code; is this commented out code?
(#6048) Line indented incorrectly; expected at least 8 spaces, found 5
(#6050) Line indented incorrectly; expected at least 8 spaces, found 5
(#6051) Line indented incorrectly; expected at least 8 spaces, found 5
(#6051) Variable "MinY" must be all lower-case
(#6051) Variable "MaxY" must be all lower-case
(#6052) Line indented incorrectly; expected 8 spaces, found 5
(#6052) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#6052) Variable "Segments" must be all lower-case
(#6052) Variable "Key" must be all lower-case
(#6052) Variable "Coords" must be all lower-case
(#6053) Line indented incorrectly; expected at least 8 spaces, found 6
(#6054) Line indented incorrectly; expected 12 spaces, found 7
(#6054) Expected "if (...) {\n"; found "if (...) { "
(#6054) Variable "MinY" must be all lower-case
(#6054) Variable "MinY" must be all lower-case
(#6054) Variable "Coords" must be all lower-case
(#6054) Commas (,) must be followed by white space.
(#6054) Variable "Coords" must be all lower-case
(#6054) Variable "MinY" must be all lower-case
(#6054) Variable "Coords" must be all lower-case
(#6054) Commas (,) must be followed by white space.
(#6054) Variable "Coords" must be all lower-case
(#6054) Closing brace must be on a line by itself
(#6055) Line indented incorrectly; expected 12 spaces, found 7
(#6055) Expected "if (...) {\n"; found "if (...) { "
(#6055) Variable "MaxY" must be all lower-case
(#6055) Variable "MaxY" must be all lower-case
(#6055) Variable "Coords" must be all lower-case
(#6055) Commas (,) must be followed by white space.
(#6055) Variable "Coords" must be all lower-case
(#6055) Variable "MaxY" must be all lower-case
(#6055) Variable "Coords" must be all lower-case
(#6055) Commas (,) must be followed by white space.
(#6055) Variable "Coords" must be all lower-case
(#6055) Closing brace must be on a line by itself
(#6056) Line indented incorrectly; expected 8 spaces, found 6
(#6056) Closing brace indented incorrectly; expected 5 spaces, found 6
(#6058) Line indented incorrectly; expected 8 spaces, found 5
(#6058) Expected "if (...) {\n"; found "if (...) { "
(#6058) Variable "AllIntegers" must be all lower-case
(#6058) Variable "YStep" must be all lower-case
(#6058) Closing brace must be on a line by itself
(#6058) Expected "} else {\n"; found "} else { "
(#6058) Variable "YStep" must be all lower-case
(#6058) Closing brace must be on a line by itself
(#6060) Line indented incorrectly; expected at least 8 spaces, found 5
(#6060) Variable "MinY" must be all lower-case
(#6060) Variable "MinY" must be all lower-case
(#6060) Variable "MaxY" must be all lower-case
(#6060) Variable "MaxY" must be all lower-case
(#6062) Line indented incorrectly; expected at least 8 spaces, found 5
(#6063) Line indented incorrectly; expected at least 8 spaces, found 5
(#6063) Variable "DefaultColor" must be all lower-case
(#6063) Commas (,) must be followed by white space.
(#6063) Variable "R" must be all lower-case
(#6063) Commas (,) must be followed by white space.
(#6063) Variable "G" must be all lower-case
(#6063) Commas (,) must be followed by white space.
(#6063) Variable "B" must be all lower-case
(#6063) Commas (,) must be followed by white space.
(#6063) Variable "Alpha" must be all lower-case
(#6064) Line indented incorrectly; expected at least 8 spaces, found 5
(#6064) Variable "DebugLine" must be all lower-case
(#6064) Variable "DebugColor" must be all lower-case
(#6064) Commas (,) must be followed by white space.
(#6064) Commas (,) must be followed by white space.
(#6064) Commas (,) must be followed by white space.
(#6064) Commas (,) must be followed by white space.
(#6066) Line indented incorrectly; expected at least 8 spaces, found 5
(#6066) Variable "MinY" must be all lower-case
(#6066) Variable "MinY" must be all lower-case
(#6066) Variable "MaxY" must be all lower-case
(#6066) Variable "MaxY" must be all lower-case
(#6066) Variable "YStep" must be all lower-case
(#6066) Whitespace found at end of line
(#6068) Line indented incorrectly; expected 8 spaces, found 5
(#6068) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6068) Variable "NoFill" must be all lower-case
(#6069) Line indented incorrectly; expected at least 8 spaces, found 6
(#6070) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6070) Inline comments must end in full-stops, exclamation marks, or question marks
(#6070) This comment is 48% valid code; is this commented out code?
(#6070) Line indented incorrectly; expected at least 12 spaces, found 7
(#6070) No space found before comment text; expected "// if ( $DebugLine ) { $MinY = $DebugLine; $MaxY = $DebugLine; }" but found "//if ( $DebugLine ) { $MinY = $DebugLine; $MaxY = $DebugLine; }"
(#6071) Line indented incorrectly; expected 12 spaces, found 7
(#6071) Expected "for (...) {\n"; found "for(...)\n {\n"
(#6071) Expected 1 space after first semicolon of FOR loop; 0 found
(#6071) Expected 1 space after second semicolon of FOR loop; 0 found
(#6071) Variable "Y" must be all lower-case
(#6071) Expected 1 space before "="; 0 found
(#6071) Expected 1 space after "="; 0 found
(#6071) Variable "MinY" must be all lower-case
(#6071) Variable "Y" must be all lower-case
(#6071) Expected 1 space before "<="; 0 found
(#6071) Expected 1 space after "<="; 0 found
(#6071) Variable "MaxY" must be all lower-case
(#6071) Variable "Y" must be all lower-case
(#6071) Expected 1 space before "="; 0 found
(#6071) Expected 1 space after "="; 0 found
(#6071) Variable "Y" must be all lower-case
(#6071) Expected 1 space before "+"; 0 found
(#6071) Expected 1 space after "+"; 0 found
(#6071) Variable "YStep" must be all lower-case
(#6072) Line indented incorrectly; expected at least 12 spaces, found 8
(#6073) Line indented incorrectly; expected at least 16 spaces, found 9
(#6073) Variable "Intersections" must be all lower-case
(#6073) Variable "LastSlope" must be all lower-case
(#6073) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#6073) Variable "RestoreLast" must be all lower-case
(#6074) Line indented incorrectly; expected 16 spaces, found 9
(#6074) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#6074) Variable "Segments" must be all lower-case
(#6074) Variable "Key" must be all lower-case
(#6074) Variable "Coords" must be all lower-case
(#6075) Line indented incorrectly; expected at least 16 spaces, found 10
(#6076) Line indented incorrectly; expected at least 20 spaces, found 11
(#6076) Variable "X1" must be all lower-case
(#6076) Variable "Coords" must be all lower-case
(#6076) Variable "X2" must be all lower-case
(#6076) Variable "Coords" must be all lower-case
(#6076) Variable "Y1" must be all lower-case
(#6076) Variable "Coords" must be all lower-case
(#6076) Variable "Y2" must be all lower-case
(#6076) Variable "Coords" must be all lower-case
(#6078) Line indented incorrectly; expected 20 spaces, found 11
(#6078) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6078) Variable "Y1" must be all lower-case
(#6078) Commas (,) must be followed by white space.
(#6078) Variable "Y2" must be all lower-case
(#6078) Variable "Y" must be all lower-case
(#6078) Variable "Y1" must be all lower-case
(#6078) Commas (,) must be followed by white space.
(#6078) Variable "Y2" must be all lower-case
(#6078) Variable "Y" must be all lower-case
(#6079) Line indented incorrectly; expected at least 20 spaces, found 12
(#6080) Line indented incorrectly; expected 24 spaces, found 13
(#6080) Expected "if (...) {\n"; found "if (...)\n { "
(#6080) Variable "Y1" must be all lower-case
(#6080) Variable "Y2" must be all lower-case
(#6081) Line indented incorrectly; expected at least 24 spaces, found 14
(#6081) Variable "X" must be all lower-case
(#6081) Variable "X1" must be all lower-case
(#6081) Closing brace must be on a line by itself
(#6082) Line indented incorrectly; expected 24 spaces, found 13
(#6082) Expected "} else {\n"; found "}\n else\n { "
(#6083) Line indented incorrectly; expected at least 24 spaces, found 14
(#6083) Variable "X" must be all lower-case
(#6083) Variable "X1" must be all lower-case
(#6083) Variable "Y" must be all lower-case
(#6083) Expected 1 space before "-"; 0 found
(#6083) Expected 1 space after "-"; 0 found
(#6083) Variable "Y1" must be all lower-case
(#6083) Expected 1 space before "*"; 0 found
(#6083) Expected 1 space after "*"; 0 found
(#6083) Variable "X2" must be all lower-case
(#6083) Variable "Y" must be all lower-case
(#6083) Expected 1 space before "-"; 0 found
(#6083) Expected 1 space after "-"; 0 found
(#6083) Variable "Y1" must be all lower-case
(#6083) Expected 1 space before "*"; 0 found
(#6083) Expected 1 space after "*"; 0 found
(#6083) Variable "X1" must be all lower-case
(#6083) Variable "Y2" must be all lower-case
(#6083) Expected 1 space before "-"; 0 found
(#6083) Expected 1 space after "-"; 0 found
(#6083) Variable "Y1" must be all lower-case
(#6083) Closing brace must be on a line by itself
(#6085) Line indented incorrectly; expected at least 24 spaces, found 13
(#6085) Variable "X" must be all lower-case
(#6085) Variable "X" must be all lower-case
(#6087) Line indented incorrectly; expected 24 spaces, found 13
(#6087) Expected "if (...) {\n"; found "if (...)\n { "
(#6087) Variable "X2" must be all lower-case
(#6087) Variable "X1" must be all lower-case
(#6088) Line indented incorrectly; expected at least 24 spaces, found 14
(#6088) Variable "Slope" must be all lower-case
(#6088) Closing brace must be on a line by itself
(#6089) Line indented incorrectly; expected 24 spaces, found 13
(#6089) Expected "} else {\n"; found "}\n else\n {\n"
(#6090) Line indented incorrectly; expected at least 24 spaces, found 14
(#6091) Line indented incorrectly; expected at least 28 spaces, found 15
(#6091) Variable "SlopeC" must be all lower-case
(#6091) Variable "Y2" must be all lower-case
(#6091) Variable "Y1" must be all lower-case
(#6091) Variable "X2" must be all lower-case
(#6091) Variable "X1" must be all lower-case
(#6092) Line indented incorrectly; expected 28 spaces, found 15
(#6092) Expected "if (...) {\n"; found "if(...)\n { "
(#6092) Variable "SlopeC" must be all lower-case
(#6093) Line indented incorrectly; expected at least 28 spaces, found 16
(#6093) Variable "Slope" must be all lower-case
(#6093) Closing brace must be on a line by itself
(#6094) Line indented incorrectly; expected 28 spaces, found 15
(#6094) Usage of ELSEIF not allowed; use ELSE IF instead
(#6094) Variable "SlopeC" must be all lower-case
(#6095) Line indented incorrectly; expected at least 28 spaces, found 16
(#6095) Variable "Slope" must be all lower-case
(#6095) Closing brace must be on a line by itself
(#6096) Line indented incorrectly; expected 28 spaces, found 15
(#6096) Usage of ELSEIF not allowed; use ELSE IF instead
(#6096) Variable "SlopeC" must be all lower-case
(#6097) Line indented incorrectly; expected at least 28 spaces, found 16
(#6097) Variable "Slope" must be all lower-case
(#6097) Closing brace must be on a line by itself
(#6098) Line indented incorrectly; expected 24 spaces, found 14
(#6098) Closing brace indented incorrectly; expected 13 spaces, found 14
(#6100) Line indented incorrectly; expected 24 spaces, found 13
(#6100) Expected "if (...) {\n"; found "if (...)\n { "
(#6100) Variable "Intersections" must be all lower-case
(#6101) Line indented incorrectly; expected at least 24 spaces, found 14
(#6101) Variable "Intersections" must be all lower-case
(#6101) Variable "X" must be all lower-case
(#6101) Closing brace must be on a line by itself
(#6102) Line indented incorrectly; expected 24 spaces, found 13
(#6102) Usage of ELSEIF not allowed; use ELSE IF instead
(#6102) Variable "X" must be all lower-case
(#6102) Commas (,) must be followed by white space.
(#6102) Variable "Intersections" must be all lower-case
(#6103) Line indented incorrectly; expected at least 24 spaces, found 14
(#6103) Variable "Intersections" must be all lower-case
(#6103) Variable "X" must be all lower-case
(#6103) Closing brace must be on a line by itself
(#6104) Line indented incorrectly; expected 24 spaces, found 13
(#6104) Usage of ELSEIF not allowed; use ELSE IF instead
(#6104) Variable "X" must be all lower-case
(#6104) Commas (,) must be followed by white space.
(#6104) Variable "Intersections" must be all lower-case
(#6105) Line indented incorrectly; expected at least 24 spaces, found 14
(#6106) Line indented incorrectly; expected 28 spaces, found 15
(#6106) Expected "if (...) {\n"; found "if (...) { "
(#6106) Variable "Y" must be all lower-case
(#6106) Variable "DebugLine" must be all lower-case
(#6106) Variable "Slope" must be all lower-case
(#6106) Variable "LastSlope" must be all lower-case
(#6106) Variable "X" must be all lower-case
(#6106) Closing brace must be on a line by itself
(#6108) Line indented incorrectly; expected 28 spaces, found 15
(#6108) Expected "if (...) {\n"; found "if (...) { "
(#6108) Variable "Slope" must be all lower-case
(#6108) Variable "LastSlope" must be all lower-case
(#6108) Variable "Intersections" must be all lower-case
(#6108) Variable "X" must be all lower-case
(#6108) Closing brace must be on a line by itself
(#6109) Line indented incorrectly; expected 28 spaces, found 15
(#6109) Expected "if (...) {\n"; found "if (...) { "
(#6109) Variable "Slope" must be all lower-case
(#6109) Variable "LastSlope" must be all lower-case
(#6109) Variable "LastSlope" must be all lower-case
(#6109) Variable "LastSlope" must be all lower-case
(#6109) Variable "Intersections" must be all lower-case
(#6109) Variable "X" must be all lower-case
(#6109) Closing brace must be on a line by itself
(#6110) Line indented incorrectly; expected 28 spaces, found 15
(#6110) Expected "if (...) {\n"; found "if (...) { "
(#6110) Variable "Slope" must be all lower-case
(#6110) Variable "LastSlope" must be all lower-case
(#6110) Variable "LastSlope" must be all lower-case
(#6110) Variable "Slope" must be all lower-case
(#6110) Variable "Intersections" must be all lower-case
(#6110) Variable "X" must be all lower-case
(#6110) Closing brace must be on a line by itself
(#6111) Line indented incorrectly; expected 24 spaces, found 14
(#6111) Closing brace indented incorrectly; expected 13 spaces, found 14
(#6113) Line indented incorrectly; expected 24 spaces, found 13
(#6113) Expected "if (...) {\n"; found "if (...) { "
(#6113) Variable "Intersections" must be all lower-case
(#6113) Variable "X" must be all lower-case
(#6113) Commas (,) must be followed by white space.
(#6113) Variable "Intersections" must be all lower-case
(#6113) Variable "LastSlope" must be all lower-case
(#6113) Variable "Slope" must be all lower-case
(#6113) Variable "Intersections" must be all lower-case
(#6113) Variable "X" must be all lower-case
(#6113) Line exceeds 132 characters; contains 142 characters
(#6113) Closing brace must be on a line by itself
(#6115) Line indented incorrectly; expected at least 24 spaces, found 13
(#6115) Variable "LastSlope" must be all lower-case
(#6115) Variable "Slope" must be all lower-case
(#6116) Line indented incorrectly; expected 20 spaces, found 12
(#6116) Closing brace indented incorrectly; expected 11 spaces, found 12
(#6117) Line indented incorrectly; expected 16 spaces, found 10
(#6117) Closing brace indented incorrectly; expected 9 spaces, found 10
(#6118) Line indented incorrectly; expected 16 spaces, found 9
(#6118) Expected "if (...) {\n"; found "if (...) { "
(#6118) Variable "RestoreLast" must be all lower-case
(#6118) Variable "Intersections" must be all lower-case
(#6118) Variable "RestoreLast" must be all lower-case
(#6118) Variable "Y" must be all lower-case
(#6118) Closing brace must be on a line by itself
(#6120) Line indented incorrectly; expected 16 spaces, found 9
(#6120) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6120) Variable "Intersections" must be all lower-case
(#6121) Line indented incorrectly; expected at least 16 spaces, found 10
(#6122) Line indented incorrectly; expected at least 20 spaces, found 11
(#6122) Variable "Intersections" must be all lower-case
(#6124) Line indented incorrectly; expected 20 spaces, found 11
(#6124) Expected "if (...) {\n"; found "if (...) { "
(#6124) Variable "Y" must be all lower-case
(#6124) Variable "DebugLine" must be all lower-case
(#6124) The use of function print_r() is forbidden
(#6124) Variable "Intersections" must be all lower-case
(#6124) Closing brace must be on a line by itself
(#6126) Line indented incorrectly; expected at least 20 spaces, found 11
(#6127) Line indented incorrectly; expected at least 20 spaces, found 11
(#6127) Variable "Result" must be all lower-case
(#6128) Line indented incorrectly; expected 20 spaces, found 11
(#6128) Expected "for (...) {\n"; found "for(...)\n {\n"
(#6128) Expected 1 space after first semicolon of FOR loop; 0 found
(#6128) Expected 1 space after second semicolon of FOR loop; 0 found
(#6128) Expected 1 space before "="; 0 found
(#6128) Expected 1 space after "="; 0 found
(#6128) Expected 1 space before "<="; 0 found
(#6128) Expected 1 space after "<="; 0 found
(#6128) Variable "Intersections" must be all lower-case
(#6128) Expected 1 space before "-"; 0 found
(#6128) Expected 1 space after "-"; 0 found
(#6128) Expected 1 space before "="; 0 found
(#6128) Expected 1 space after "="; 0 found
(#6128) Expected 1 space before "+"; 0 found
(#6128) Expected 1 space after "+"; 0 found
(#6129) Line indented incorrectly; expected at least 20 spaces, found 12
(#6130) Line indented incorrectly; expected 24 spaces, found 13
(#6130) Expected "if (...) {\n"; found "if (...)\n { "
(#6130) Variable "Intersections" must be all lower-case
(#6130) Expected 1 space before "+"; 0 found
(#6130) Expected 1 space after "+"; 0 found
(#6131) Line indented incorrectly; expected at least 24 spaces, found 14
(#6131) Expected "if (...) {\n"; found "if (...) { "
(#6131) Variable "Intersections" must be all lower-case
(#6131) Variable "Intersections" must be all lower-case
(#6131) Expected 1 space before "+"; 0 found
(#6131) Expected 1 space after "+"; 0 found
(#6131) Variable "Result" must be all lower-case
(#6131) Variable "Intersections" must be all lower-case
(#6131) Variable "Result" must be all lower-case
(#6131) Variable "Intersections" must be all lower-case
(#6131) Expected 1 space before "+"; 0 found
(#6131) Expected 1 space after "+"; 0 found
(#6131) Closing brace must be on a line by itself
(#6131) Line exceeds 132 characters; contains 137 characters
(#6131) Closing brace must be on a line by itself
(#6132) Line indented incorrectly; expected 20 spaces, found 12
(#6132) Closing brace indented incorrectly; expected 11 spaces, found 12
(#6134) Line indented incorrectly; expected 20 spaces, found 11
(#6134) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6134) Variable "Result" must be all lower-case
(#6135) Line indented incorrectly; expected at least 20 spaces, found 12
(#6136) Line indented incorrectly; expected at least 24 spaces, found 13
(#6136) Variable "Intersections" must be all lower-case
(#6136) Variable "Result" must be all lower-case
(#6138) Line indented incorrectly; expected at least 24 spaces, found 13
(#6138) Variable "LastX" must be all lower-case
(#6139) Line indented incorrectly; expected 24 spaces, found 13
(#6139) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#6139) Variable "Intersections" must be all lower-case
(#6139) Variable "Key" must be all lower-case
(#6139) Variable "X" must be all lower-case
(#6140) Line indented incorrectly; expected at least 24 spaces, found 14
(#6141) Line indented incorrectly; expected at least 28 spaces, found 15
(#6141) Inline control structures are not allowed
(#6141) Variable "LastX" must be all lower-case
(#6142) Line indented incorrectly; expected at least 28 spaces, found 16
(#6142) Variable "LastX" must be all lower-case
(#6142) Variable "X" must be all lower-case
(#6143) Line indented incorrectly; expected 28 spaces, found 15
(#6143) Usage of ELSEIF not allowed; use ELSE IF instead
(#6143) Variable "LastX" must be all lower-case
(#6144) Line indented incorrectly; expected at least 28 spaces, found 16
(#6145) Line indented incorrectly; expected 32 spaces, found 17
(#6145) Expected "if (...) {\n"; found "if (...) { "
(#6145) Variable "LastX" must be all lower-case
(#6145) Variable "LastX" must be all lower-case
(#6145) Closing brace must be on a line by itself
(#6147) Line indented incorrectly; expected at least 32 spaces, found 17
(#6147) Variable "Color" must be all lower-case
(#6147) Variable "DefaultColor" must be all lower-case
(#6148) Line indented incorrectly; expected 32 spaces, found 17
(#6148) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6148) Variable "Threshold" must be all lower-case
(#6148) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#6149) Line indented incorrectly; expected at least 32 spaces, found 18
(#6150) Line indented incorrectly; expected 36 spaces, found 19
(#6150) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#6150) Variable "Threshold" must be all lower-case
(#6150) Variable "Key" must be all lower-case
(#6150) Variable "Parameters" must be all lower-case
(#6151) Line indented incorrectly; expected at least 36 spaces, found 20
(#6152) Line indented incorrectly; expected 40 spaces, found 21
(#6152) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6152) Variable "Y" must be all lower-case
(#6152) Variable "Parameters" must be all lower-case
(#6152) Variable "Y" must be all lower-case
(#6152) Variable "Parameters" must be all lower-case
(#6153) Line indented incorrectly; expected at least 40 spaces, found 22
(#6154) Line indented incorrectly; expected 44 spaces, found 23
(#6154) Expected "if (...) {\n"; found "if (...) { "
(#6154) Variable "Parameters" must be all lower-case
(#6154) Variable "R" must be all lower-case
(#6154) Variable "Parameters" must be all lower-case
(#6154) Closing brace must be on a line by itself
(#6154) Expected "} else {\n"; found "} else { "
(#6154) Variable "R" must be all lower-case
(#6154) Closing brace must be on a line by itself
(#6155) Line indented incorrectly; expected 44 spaces, found 23
(#6155) Expected "if (...) {\n"; found "if (...) { "
(#6155) Variable "Parameters" must be all lower-case
(#6155) Variable "G" must be all lower-case
(#6155) Variable "Parameters" must be all lower-case
(#6155) Closing brace must be on a line by itself
(#6155) Expected "} else {\n"; found "} else { "
(#6155) Variable "G" must be all lower-case
(#6155) Closing brace must be on a line by itself
(#6156) Line indented incorrectly; expected 44 spaces, found 23
(#6156) Expected "if (...) {\n"; found "if (...) { "
(#6156) Variable "Parameters" must be all lower-case
(#6156) Variable "B" must be all lower-case
(#6156) Variable "Parameters" must be all lower-case
(#6156) Closing brace must be on a line by itself
(#6156) Expected "} else {\n"; found "} else { "
(#6156) Variable "B" must be all lower-case
(#6156) Closing brace must be on a line by itself
(#6157) Line indented incorrectly; expected 44 spaces, found 23
(#6157) Expected "if (...) {\n"; found "if (...) { "
(#6157) Variable "Parameters" must be all lower-case
(#6157) Variable "Alpha" must be all lower-case
(#6157) Variable "Parameters" must be all lower-case
(#6157) Closing brace must be on a line by itself
(#6157) Expected "} else {\n"; found "} else { "
(#6157) Variable "Alpha" must be all lower-case
(#6157) Closing brace must be on a line by itself
(#6158) Line indented incorrectly; expected at least 44 spaces, found 23
(#6158) Variable "Color" must be all lower-case
(#6158) Commas (,) must be followed by white space.
(#6158) Variable "R" must be all lower-case
(#6158) Commas (,) must be followed by white space.
(#6158) Variable "G" must be all lower-case
(#6158) Commas (,) must be followed by white space.
(#6158) Variable "B" must be all lower-case
(#6158) Commas (,) must be followed by white space.
(#6158) Variable "Alpha" must be all lower-case
(#6159) Line indented incorrectly; expected 40 spaces, found 22
(#6159) Closing brace indented incorrectly; expected 21 spaces, found 22
(#6160) Line indented incorrectly; expected 36 spaces, found 20
(#6160) Closing brace indented incorrectly; expected 19 spaces, found 20
(#6161) Line indented incorrectly; expected 32 spaces, found 18
(#6161) Closing brace indented incorrectly; expected 17 spaces, found 18
(#6163) Line indented incorrectly; expected at least 32 spaces, found 17
(#6163) Commas (,) must be followed by white space.
(#6163) Variable "LastX" must be all lower-case
(#6163) Commas (,) must be followed by white space.
(#6163) Variable "Y" must be all lower-case
(#6163) Commas (,) must be followed by white space.
(#6163) Variable "X" must be all lower-case
(#6163) Commas (,) must be followed by white space.
(#6163) Variable "Y" must be all lower-case
(#6163) Commas (,) must be followed by white space.
(#6163) Variable "Color" must be all lower-case
(#6165) Line indented incorrectly; expected 32 spaces, found 17
(#6165) Expected "if (...) {\n"; found "if (...) { "
(#6165) Variable "Y" must be all lower-case
(#6165) Variable "DebugLine" must be all lower-case
(#6165) Commas (,) must be followed by white space.
(#6165) Variable "LastX" must be all lower-case
(#6165) Commas (,) must be followed by white space.
(#6165) Variable "Y" must be all lower-case
(#6165) Commas (,) must be followed by white space.
(#6165) Variable "X" must be all lower-case
(#6165) Commas (,) must be followed by white space.
(#6165) Variable "Y" must be all lower-case
(#6165) Commas (,) must be followed by white space.
(#6165) Variable "DebugColor" must be all lower-case
(#6165) Closing brace must be on a line by itself
(#6167) Line indented incorrectly; expected at least 32 spaces, found 17
(#6167) Variable "LastX" must be all lower-case
(#6168) Line indented incorrectly; expected 28 spaces, found 16
(#6168) Closing brace indented incorrectly; expected 15 spaces, found 16
(#6169) Line indented incorrectly; expected 24 spaces, found 14
(#6169) Closing brace indented incorrectly; expected 13 spaces, found 14
(#6170) Line indented incorrectly; expected 20 spaces, found 12
(#6170) Closing brace indented incorrectly; expected 11 spaces, found 12
(#6171) Line indented incorrectly; expected 16 spaces, found 10
(#6171) Closing brace indented incorrectly; expected 9 spaces, found 10
(#6172) Line indented incorrectly; expected 12 spaces, found 8
(#6172) Closing brace indented incorrectly; expected 7 spaces, found 8
(#6173) Line indented incorrectly; expected 8 spaces, found 6
(#6173) Closing brace indented incorrectly; expected 5 spaces, found 6
(#6175) Line indented incorrectly; expected at least 8 spaces, found 5
(#6176) Line indented incorrectly; expected 8 spaces, found 5
(#6176) Expected "if (...) {\n"; found "if (...)\n {\n"
(#6176) Variable "NoBorder" must be all lower-case
(#6177) Line indented incorrectly; expected at least 8 spaces, found 6
(#6178) Line indented incorrectly; expected at least 12 spaces, found 7
(#6178) Inline control structures are not allowed
(#6178) Variable "Segments" must be all lower-case
(#6178) Variable "Key" must be all lower-case
(#6178) Variable "Coords" must be all lower-case
(#6179) Line indented incorrectly; expected at least 12 spaces, found 8
(#6179) Variable "Coords" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Variable "Coords" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Variable "Coords" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Variable "Coords" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Expected 1 space before "=>"; 0 found
(#6179) Expected 1 space after "=>"; 0 found
(#6179) Variable "BorderR" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Expected 1 space before "=>"; 0 found
(#6179) Expected 1 space after "=>"; 0 found
(#6179) Variable "BorderG" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Expected 1 space before "=>"; 0 found
(#6179) Expected 1 space after "=>"; 0 found
(#6179) Variable "BorderB" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Expected 1 space before "=>"; 0 found
(#6179) Expected 1 space after "=>"; 0 found
(#6179) Variable "BorderAlpha" must be all lower-case
(#6179) Commas (,) must be followed by white space.
(#6179) Expected 1 space before "=>"; 0 found
(#6179) Expected 1 space after "=>"; 0 found
(#6179) Variable "Threshold" must be all lower-case
(#6179) Line exceeds 132 characters; contains 176 characters
(#6180) Line indented incorrectly; expected 8 spaces, found 6
(#6180) Closing brace indented incorrectly; expected 5 spaces, found 6
(#6182) Line indented incorrectly; expected at least 8 spaces, found 5
(#6182) Variable "RestoreShadow" must be all lower-case
(#6183) Closing brace indented incorrectly; expected 3 spaces, found 4
(#6185) Line indented incorrectly; expected at least 4 spaces, found 3
(#6186) Line indented incorrectly; expected 4 spaces, found 3
(#6186) method name "pDraw::getAbscissaMargin" must be in lower-case letters only
(#6186) Visibility must be declared on method "getAbscissaMargin"
(#6186) Variable "Data" must be all lower-case
(#6187) Opening brace should be on the same line as the declaration
(#6188) Line indented incorrectly; expected 8 spaces, found 5
(#6188) Expected "foreach (...) {\n"; found "foreach(...) { "
(#6188) Variable "Data" must be all lower-case
(#6188) Variable "AxisID" must be all lower-case
(#6188) Variable "Values" must be all lower-case
(#6188) Expected "if (...) {\n"; found "if (...) { "
(#6188) Variable "Values" must be all lower-case
(#6188) Variable "Values" must be all lower-case
(#6188) Closing brace must be on a line by itself
(#6188) Closing brace must be on a line by itself
(#6189) Line indented incorrectly; expected at least 8 spaces, found 5
(#6190) Closing brace indented incorrectly; expected 3 spaces, found 4
(#6192) Line indented incorrectly; expected 0 spaces, found 2
(#6192) Closing brace indented incorrectly; expected 1 spaces, found 2
(#6193) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pImage.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) Line indented incorrectly; expected 0 spaces, found 1
(#17) Expected "if (...) {\n"; found "if (...)\n {\n"
(#19) Line indented incorrectly; expected at least 4 spaces, found 3
(#20) Line indented incorrectly; expected at least 4 spaces, found 3
(#21) Line indented incorrectly; expected 0 spaces, found 2
(#21) Closing brace indented incorrectly; expected 1 spaces, found 2
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#34) Line indented incorrectly; expected 0 spaces, found 1
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Line indented incorrectly; expected at least 4 spaces, found 3
(#37) Line indented incorrectly; expected at least 4 spaces, found 3
(#37) Member variable "XSize" must be all lower-case
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$XSize"
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 3
(#38) Member variable "YSize" must be all lower-case
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$YSize"
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 3
(#39) Member variable "Picture" must be all lower-case
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$Picture"
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 3
(#40) Member variable "Antialias" must be all lower-case
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$Antialias"
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 4 spaces, found 3
(#41) Member variable "AntialiasQuality" must be all lower-case
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$AntialiasQuality"
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 3
(#42) Member variable "Mask" must be all lower-case
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$Mask"
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 3
(#43) Member variable "TransparentBackground" must be all lower-case
(#43) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#43) Scope modifier not specified for member variable "$TransparentBackground"
(#43) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Line indented incorrectly; expected at least 4 spaces, found 3
(#46) Line indented incorrectly; expected at least 4 spaces, found 3
(#46) Member variable "GraphAreaX1" must be all lower-case
(#46) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#46) Scope modifier not specified for member variable "$GraphAreaX1"
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 3
(#47) Member variable "GraphAreaY1" must be all lower-case
(#47) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#47) Scope modifier not specified for member variable "$GraphAreaY1"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 3
(#48) Member variable "GraphAreaX2" must be all lower-case
(#48) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#48) Scope modifier not specified for member variable "$GraphAreaX2"
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 3
(#49) Member variable "GraphAreaY2" must be all lower-case
(#49) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#49) Scope modifier not specified for member variable "$GraphAreaY2"
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Line indented incorrectly; expected at least 4 spaces, found 3
(#52) Line indented incorrectly; expected at least 4 spaces, found 3
(#52) Member variable "ScaleMinDivHeight" must be all lower-case
(#52) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#52) Scope modifier not specified for member variable "$ScaleMinDivHeight"
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Line indented incorrectly; expected at least 4 spaces, found 3
(#55) Line indented incorrectly; expected at least 4 spaces, found 3
(#55) Member variable "FontName" must be all lower-case
(#55) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#55) Scope modifier not specified for member variable "$FontName"
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 3
(#56) Member variable "FontSize" must be all lower-case
(#56) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#56) Scope modifier not specified for member variable "$FontSize"
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 3
(#57) Member variable "FontBox" must be all lower-case
(#57) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#57) Scope modifier not specified for member variable "$FontBox"
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 3
(#58) Member variable "FontColorR" must be all lower-case
(#58) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#58) Scope modifier not specified for member variable "$FontColorR"
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 3
(#59) Member variable "FontColorG" must be all lower-case
(#59) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#59) Scope modifier not specified for member variable "$FontColorG"
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 3
(#60) Member variable "FontColorB" must be all lower-case
(#60) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#60) Scope modifier not specified for member variable "$FontColorB"
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 3
(#61) Member variable "FontColorA" must be all lower-case
(#61) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#61) Scope modifier not specified for member variable "$FontColorA"
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Line indented incorrectly; expected at least 4 spaces, found 3
(#64) Line indented incorrectly; expected at least 4 spaces, found 3
(#64) Member variable "Shadow" must be all lower-case
(#64) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#64) Scope modifier not specified for member variable "$Shadow"
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 3
(#65) Member variable "ShadowX" must be all lower-case
(#65) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#65) Scope modifier not specified for member variable "$ShadowX"
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 3
(#66) Member variable "ShadowY" must be all lower-case
(#66) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#66) Scope modifier not specified for member variable "$ShadowY"
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 3
(#67) Member variable "ShadowR" must be all lower-case
(#67) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#67) Scope modifier not specified for member variable "$ShadowR"
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 3
(#68) Member variable "ShadowG" must be all lower-case
(#68) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#68) Scope modifier not specified for member variable "$ShadowG"
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 3
(#69) Member variable "ShadowB" must be all lower-case
(#69) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#69) Scope modifier not specified for member variable "$ShadowB"
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 3
(#70) Member variable "Shadowa" must be all lower-case
(#70) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#70) Scope modifier not specified for member variable "$Shadowa"
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Line indented incorrectly; expected at least 4 spaces, found 3
(#73) Line indented incorrectly; expected at least 4 spaces, found 3
(#73) Member variable "ImageMap" must be all lower-case
(#73) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#73) Scope modifier not specified for member variable "$ImageMap"
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 3
(#74) Member variable "ImageMapIndex" must be all lower-case
(#74) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#74) Scope modifier not specified for member variable "$ImageMapIndex"
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 3
(#75) Member variable "ImageMapStorageMode" must be all lower-case
(#75) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#75) Scope modifier not specified for member variable "$ImageMapStorageMode"
(#75) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 3
(#76) Member variable "ImageMapAutoDelete" must be all lower-case
(#76) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#76) Scope modifier not specified for member variable "$ImageMapAutoDelete"
(#76) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Line indented incorrectly; expected at least 4 spaces, found 3
(#79) Line indented incorrectly; expected at least 4 spaces, found 3
(#79) Member variable "DataSet" must be all lower-case
(#79) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#79) Scope modifier not specified for member variable "$DataSet"
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Line indented incorrectly; expected at least 4 spaces, found 3
(#82) Line indented incorrectly; expected at least 4 spaces, found 3
(#82) Member variable "LastChartLayout" must be all lower-case
(#82) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#82) Scope modifier not specified for member variable "$LastChartLayout"
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 4 spaces, found 3
(#85) Line indented incorrectly; expected 4 spaces, found 3
(#85) method name "pImage::pImage" must be in lower-case letters only
(#85) PHP4 style constructors are not allowed; use "__construct()" instead
(#85) Visibility must be declared on method "pImage"
(#85) Variable "XSize" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Variable "YSize" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Variable "DataSet" must be all lower-case
(#85) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#85) Commas (,) must be followed by white space.
(#85) Variable "TransparentBackground" must be all lower-case
(#85) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#86) Opening brace should be on the same line as the declaration
(#87) Line indented incorrectly; expected at least 8 spaces, found 5
(#87) Variable "TransparentBackground" must be all lower-case
(#89) Line indented incorrectly; expected 8 spaces, found 5
(#89) Expected "if (...) {\n"; found "if (...) { "
(#89) Variable "DataSet" must be all lower-case
(#89) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#89) Variable "DataSet" must be all lower-case
(#89) Closing brace must be on a line by itself
(#91) Line indented incorrectly; expected at least 8 spaces, found 5
(#91) Variable "XSize" must be all lower-case
(#92) Line indented incorrectly; expected at least 8 spaces, found 5
(#92) Variable "YSize" must be all lower-case
(#93) Line indented incorrectly; expected at least 8 spaces, found 5
(#93) Variable "XSize" must be all lower-case
(#93) Commas (,) must be followed by white space.
(#93) Variable "YSize" must be all lower-case
(#95) Line indented incorrectly; expected 8 spaces, found 5
(#95) Expected "if (...) {\n"; found "if (...)\n {\n"
(#96) Line indented incorrectly; expected at least 8 spaces, found 6
(#97) Line indented incorrectly; expected at least 12 spaces, found 7
(#97) Commas (,) must be followed by white space.
(#97) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#98) Line indented incorrectly; expected at least 12 spaces, found 7
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Variable "XSize" must be all lower-case
(#98) Variable "YSize" must be all lower-case
(#99) Line indented incorrectly; expected at least 12 spaces, found 7
(#99) Commas (,) must be followed by white space.
(#99) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#100) Line indented incorrectly; expected at least 12 spaces, found 7
(#100) Commas (,) must be followed by white space.
(#100) Whitespace found at end of line
(#101) Line indented incorrectly; expected 8 spaces, found 6
(#101) Closing brace indented incorrectly; expected 5 spaces, found 6
(#102) Line indented incorrectly; expected 8 spaces, found 5
(#102) Expected "} else {\n"; found "}\n else\n {\n"
(#103) Line indented incorrectly; expected at least 8 spaces, found 6
(#104) Line indented incorrectly; expected at least 12 spaces, found 7
(#104) Variable "C_White" must be all lower-case
(#104) Variable "C_White" must not contain underscores.
(#104) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#105) Line indented incorrectly; expected at least 12 spaces, found 7
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Variable "XSize" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "YSize" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "C_White" must be all lower-case
(#105) Variable "C_White" must not contain underscores.
(#106) Line indented incorrectly; expected 8 spaces, found 6
(#106) Closing brace indented incorrectly; expected 5 spaces, found 6
(#107) Closing brace indented incorrectly; expected 3 spaces, found 4
(#109) Line indented incorrectly; expected at least 4 spaces, found 3
(#110) Line indented incorrectly; expected 4 spaces, found 3
(#110) method name "pImage::setShadow" must be in lower-case letters only
(#110) Visibility must be declared on method "setShadow"
(#110) Variable "Enabled" must be all lower-case
(#110) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#110) Commas (,) must be followed by white space.
(#110) Variable "Format" must be all lower-case
(#111) Opening brace should be on the same line as the declaration
(#112) Line indented incorrectly; expected at least 8 spaces, found 5
(#112) Variable "X" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Variable "Format" must be all lower-case
(#112) Variable "Format" must be all lower-case
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#113) Variable "Y" must be all lower-case
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Variable "Format" must be all lower-case
(#113) Variable "Format" must be all lower-case
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "R" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Variable "Format" must be all lower-case
(#114) Variable "Format" must be all lower-case
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Variable "G" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Variable "Format" must be all lower-case
(#115) Variable "Format" must be all lower-case
(#116) Line indented incorrectly; expected at least 8 spaces, found 5
(#116) Variable "B" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Variable "Format" must be all lower-case
(#116) Variable "Format" must be all lower-case
(#117) Line indented incorrectly; expected at least 8 spaces, found 5
(#117) Variable "Alpha" must be all lower-case
(#117) Variable "Format" must be all lower-case
(#117) Variable "Format" must be all lower-case
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "Enabled" must be all lower-case
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "X" must be all lower-case
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "Y" must be all lower-case
(#122) Line indented incorrectly; expected at least 8 spaces, found 5
(#122) Variable "R" must be all lower-case
(#123) Line indented incorrectly; expected at least 8 spaces, found 5
(#123) Variable "G" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 5
(#124) Variable "B" must be all lower-case
(#125) Line indented incorrectly; expected at least 8 spaces, found 5
(#125) Variable "Alpha" must be all lower-case
(#126) Closing brace indented incorrectly; expected 3 spaces, found 4
(#128) Line indented incorrectly; expected at least 4 spaces, found 3
(#129) Line indented incorrectly; expected 4 spaces, found 3
(#129) method name "pImage::setGraphArea" must be in lower-case letters only
(#129) Visibility must be declared on method "setGraphArea"
(#129) Variable "X1" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Variable "Y1" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Variable "X2" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Variable "Y2" must be all lower-case
(#130) Opening brace should be on the same line as the declaration
(#131) Line indented incorrectly; expected 8 spaces, found 5
(#131) Expected "if (...) {\n"; found "if (...) { "
(#131) Variable "X2" must be all lower-case
(#131) Variable "X1" must be all lower-case
(#131) Variable "X1" must be all lower-case
(#131) Variable "X2" must be all lower-case
(#131) Variable "Y2" must be all lower-case
(#131) Variable "Y1" must be all lower-case
(#131) Variable "Y1" must be all lower-case
(#131) Variable "Y2" must be all lower-case
(#131) Closing brace must be on a line by itself
(#133) Line indented incorrectly; expected at least 8 spaces, found 5
(#133) Variable "X1" must be all lower-case
(#133) Variable "X1" must be all lower-case
(#134) Line indented incorrectly; expected at least 8 spaces, found 5
(#134) Variable "Y1" must be all lower-case
(#134) Variable "Y1" must be all lower-case
(#135) Line indented incorrectly; expected at least 8 spaces, found 5
(#135) Variable "X2" must be all lower-case
(#135) Variable "X2" must be all lower-case
(#136) Line indented incorrectly; expected at least 8 spaces, found 5
(#136) Variable "Y2" must be all lower-case
(#136) Variable "Y2" must be all lower-case
(#137) Closing brace indented incorrectly; expected 3 spaces, found 4
(#139) Line indented incorrectly; expected at least 4 spaces, found 3
(#140) Line indented incorrectly; expected 4 spaces, found 3
(#140) method name "pImage::getWidth" must be in lower-case letters only
(#140) Visibility must be declared on method "getWidth"
(#141) Opening brace should be on the same line as the declaration
(#141) Opening brace must be the last content on the line
(#141) Closing brace must be on a line by itself
(#143) Line indented incorrectly; expected at least 4 spaces, found 3
(#144) Line indented incorrectly; expected 4 spaces, found 3
(#144) method name "pImage::getHeight" must be in lower-case letters only
(#144) Visibility must be declared on method "getHeight"
(#145) Opening brace should be on the same line as the declaration
(#145) Opening brace must be the last content on the line
(#145) Closing brace must be on a line by itself
(#147) Line indented incorrectly; expected at least 4 spaces, found 3
(#148) Line indented incorrectly; expected 4 spaces, found 3
(#148) Visibility must be declared on method "render"
(#148) Variable "FileName" must be all lower-case
(#149) Opening brace should be on the same line as the declaration
(#150) Line indented incorrectly; expected 8 spaces, found 5
(#150) Expected "if (...) {\n"; found "if (...) { "
(#150) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#150) Closing brace must be on a line by itself
(#151) Line indented incorrectly; expected at least 8 spaces, found 5
(#151) Commas (,) must be followed by white space.
(#151) Variable "FileName" must be all lower-case
(#152) Closing brace indented incorrectly; expected 3 spaces, found 4
(#154) Line indented incorrectly; expected at least 4 spaces, found 3
(#155) Line indented incorrectly; expected 4 spaces, found 3
(#155) Visibility must be declared on method "stroke"
(#155) Variable "BrowserExpire" must be all lower-case
(#155) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#156) Opening brace should be on the same line as the declaration
(#157) Line indented incorrectly; expected 8 spaces, found 5
(#157) Expected "if (...) {\n"; found "if (...) { "
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#157) Closing brace must be on a line by itself
(#159) Line indented incorrectly; expected 8 spaces, found 5
(#159) Expected "if (...) {\n"; found "if (...)\n {\n"
(#159) Variable "BrowserExpire" must be all lower-case
(#160) Line indented incorrectly; expected at least 8 spaces, found 6
(#161) Line indented incorrectly; expected at least 12 spaces, found 7
(#162) Line indented incorrectly; expected at least 12 spaces, found 7
(#163) Line indented incorrectly; expected at least 12 spaces, found 7
(#164) Line indented incorrectly; expected 8 spaces, found 6
(#164) Closing brace indented incorrectly; expected 5 spaces, found 6
(#166) Line indented incorrectly; expected at least 8 spaces, found 5
(#167) Line indented incorrectly; expected at least 8 spaces, found 5
(#168) Closing brace indented incorrectly; expected 3 spaces, found 4
(#170) Line indented incorrectly; expected at least 4 spaces, found 3
(#171) Line indented incorrectly; expected 4 spaces, found 3
(#171) method name "pImage::autoOutput" must be in lower-case letters only
(#171) Visibility must be declared on method "autoOutput"
(#171) Variable "FileName" must be all lower-case
(#172) Opening brace should be on the same line as the declaration
(#173) Line indented incorrectly; expected at least 8 spaces, found 5
(#173) Inline control structures are not allowed
(#174) Line indented incorrectly; expected at least 8 spaces, found 6
(#174) Variable "FileName" must be all lower-case
(#175) Line indented incorrectly; expected at least 8 spaces, found 5
(#175) Inline control structures are not allowed
(#176) Line indented incorrectly; expected at least 8 spaces, found 6
(#177) Closing brace indented incorrectly; expected 3 spaces, found 4
(#179) Line indented incorrectly; expected at least 4 spaces, found 3
(#180) Line indented incorrectly; expected 4 spaces, found 3
(#180) method name "pImage::getLength" must be in lower-case letters only
(#180) Visibility must be declared on method "getLength"
(#180) Variable "X1" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Y1" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "X2" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Y2" must be all lower-case
(#181) Opening brace should be on the same line as the declaration
(#181) Opening brace must be the last content on the line
(#181) Variable "X1" must be all lower-case
(#181) Commas (,) must be followed by white space.
(#181) Variable "X2" must be all lower-case
(#181) Expected 1 space before "-"; 0 found
(#181) Expected 1 space after "-"; 0 found
(#181) Variable "X1" must be all lower-case
(#181) Commas (,) must be followed by white space.
(#181) Variable "X2" must be all lower-case
(#181) Commas (,) must be followed by white space.
(#181) Expected 1 space before "+"; 0 found
(#181) Expected 1 space after "+"; 0 found
(#181) Variable "Y1" must be all lower-case
(#181) Commas (,) must be followed by white space.
(#181) Variable "Y2" must be all lower-case
(#181) Expected 1 space before "-"; 0 found
(#181) Expected 1 space after "-"; 0 found
(#181) Variable "Y1" must be all lower-case
(#181) Commas (,) must be followed by white space.
(#181) Variable "Y2" must be all lower-case
(#181) Commas (,) must be followed by white space.
(#181) Closing brace must be on a line by itself
(#183) Line indented incorrectly; expected at least 4 spaces, found 3
(#184) Line indented incorrectly; expected 4 spaces, found 3
(#184) method name "pImage::getAngle" must be in lower-case letters only
(#184) Visibility must be declared on method "getAngle"
(#184) Variable "X1" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Variable "Y1" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Variable "X2" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Variable "Y2" must be all lower-case
(#185) Opening brace should be on the same line as the declaration
(#186) Line indented incorrectly; expected at least 8 spaces, found 5
(#186) Variable "Opposite" must be all lower-case
(#186) Variable "Y2" must be all lower-case
(#186) Variable "Y1" must be all lower-case
(#186) Variable "Adjacent" must be all lower-case
(#186) Variable "X2" must be all lower-case
(#186) Variable "X1" must be all lower-case
(#186) Variable "Angle" must be all lower-case
(#186) Variable "Opposite" must be all lower-case
(#186) Commas (,) must be followed by white space.
(#186) Variable "Adjacent" must be all lower-case
(#187) Line indented incorrectly; expected 8 spaces, found 5
(#187) Expected "if (...) {\n"; found "if (...) { "
(#187) Variable "Angle" must be all lower-case
(#187) Variable "Angle" must be all lower-case
(#187) Closing brace must be on a line by itself
(#187) Expected "} else {\n"; found "} else { "
(#187) Expected 1 space before "-"; 0 found
(#187) Expected 1 space after "-"; 0 found
(#187) Variable "Angle" must be all lower-case
(#187) Closing brace must be on a line by itself
(#188) Closing brace indented incorrectly; expected 3 spaces, found 4
(#190) Line indented incorrectly; expected at least 4 spaces, found 3
(#191) Line indented incorrectly; expected 4 spaces, found 3
(#191) method name "pImage::getTextBox_deprecated" must be in lower-case letters only
(#191) Visibility must be declared on method "getTextBox_deprecated"
(#191) Variable "X" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "Y" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "FontName" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "FontSize" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "Angle" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "Text" must be all lower-case
(#192) Opening brace should be on the same line as the declaration
(#193) Line indented incorrectly; expected at least 8 spaces, found 5
(#193) Variable "Size" must be all lower-case
(#193) Variable "FontSize" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "Angle" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "FontName" must be all lower-case
(#193) Commas (,) must be followed by white space.
(#193) Variable "Text" must be all lower-case
(#194) Line indented incorrectly; expected at least 8 spaces, found 5
(#194) Variable "Width" must be all lower-case
(#194) Variable "Size" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Variable "Size" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Variable "Size" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Variable "Size" must be all lower-case
(#194) Expected 1 space before "+"; 0 found
(#194) Expected 1 space after "+"; 0 found
(#195) Line indented incorrectly; expected at least 8 spaces, found 5
(#195) Variable "Height" must be all lower-case
(#195) Variable "Size" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "Size" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "Size" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "Size" must be all lower-case
(#195) Expected 1 space before "+"; 0 found
(#195) Expected 1 space after "+"; 0 found
(#197) Line indented incorrectly; expected at least 8 spaces, found 5
(#197) Variable "RealPos" must be all lower-case
(#197) Variable "X" must be all lower-case
(#197) Variable "RealPos" must be all lower-case
(#197) Variable "Y" must be all lower-case
(#198) Line indented incorrectly; expected at least 8 spaces, found 5
(#198) Variable "RealPos" must be all lower-case
(#198) Expected 1 space before "-"; 0 found
(#198) Expected 1 space after "-"; 0 found
(#198) Variable "Angle" must be all lower-case
(#198) Expected 1 space before "*"; 0 found
(#198) Expected 1 space after "*"; 0 found
(#198) Expected 1 space before "/"; 0 found
(#198) Expected 1 space after "/"; 0 found
(#198) Expected 1 space before "*"; 0 found
(#198) Expected 1 space after "*"; 0 found
(#198) Variable "Width" must be all lower-case
(#198) Variable "RealPos" must be all lower-case
(#198) Variable "RealPos" must be all lower-case
(#198) Expected 1 space before "-"; 0 found
(#198) Expected 1 space after "-"; 0 found
(#198) Variable "Angle" must be all lower-case
(#198) Expected 1 space before "*"; 0 found
(#198) Expected 1 space after "*"; 0 found
(#198) Expected 1 space before "/"; 0 found
(#198) Expected 1 space after "/"; 0 found
(#198) Expected 1 space before "*"; 0 found
(#198) Expected 1 space after "*"; 0 found
(#198) Variable "Width" must be all lower-case
(#198) Variable "RealPos" must be all lower-case
(#198) Line exceeds 132 characters; contains 146 characters
(#199) Line indented incorrectly; expected at least 8 spaces, found 5
(#199) Variable "RealPos" must be all lower-case
(#199) Expected 1 space before "-"; 0 found
(#199) Expected 1 space after "-"; 0 found
(#199) Variable "Angle" must be all lower-case
(#199) Expected 1 space before "*"; 0 found
(#199) Expected 1 space after "*"; 0 found
(#199) Expected 1 space before "/"; 0 found
(#199) Expected 1 space after "/"; 0 found
(#199) Expected 1 space before "*"; 0 found
(#199) Expected 1 space after "*"; 0 found
(#199) Variable "Height" must be all lower-case
(#199) Variable "RealPos" must be all lower-case
(#199) Variable "RealPos" must be all lower-case
(#199) Expected 1 space before "-"; 0 found
(#199) Expected 1 space after "-"; 0 found
(#199) Variable "Angle" must be all lower-case
(#199) Expected 1 space before "*"; 0 found
(#199) Expected 1 space after "*"; 0 found
(#199) Expected 1 space before "/"; 0 found
(#199) Expected 1 space after "/"; 0 found
(#199) Expected 1 space before "*"; 0 found
(#199) Expected 1 space after "*"; 0 found
(#199) Variable "Height" must be all lower-case
(#199) Variable "RealPos" must be all lower-case
(#199) Line exceeds 132 characters; contains 148 characters
(#200) Line indented incorrectly; expected at least 8 spaces, found 5
(#200) Variable "RealPos" must be all lower-case
(#200) Expected 1 space before "-"; 0 found
(#200) Expected 1 space after "-"; 0 found
(#200) Variable "Angle" must be all lower-case
(#200) Expected 1 space before "*"; 0 found
(#200) Expected 1 space after "*"; 0 found
(#200) Expected 1 space before "/"; 0 found
(#200) Expected 1 space after "/"; 0 found
(#200) Expected 1 space before "*"; 0 found
(#200) Expected 1 space after "*"; 0 found
(#200) Variable "Width" must be all lower-case
(#200) Variable "RealPos" must be all lower-case
(#200) Variable "RealPos" must be all lower-case
(#200) Expected 1 space before "-"; 0 found
(#200) Expected 1 space after "-"; 0 found
(#200) Variable "Angle" must be all lower-case
(#200) Expected 1 space before "*"; 0 found
(#200) Expected 1 space after "*"; 0 found
(#200) Expected 1 space before "/"; 0 found
(#200) Expected 1 space after "/"; 0 found
(#200) Expected 1 space before "*"; 0 found
(#200) Expected 1 space after "*"; 0 found
(#200) Variable "Width" must be all lower-case
(#200) Variable "RealPos" must be all lower-case
(#200) Line exceeds 132 characters; contains 146 characters
(#202) Line indented incorrectly; expected at least 8 spaces, found 5
(#202) Variable "RealPos" must be all lower-case
(#202) Variable "RealPos" must be all lower-case
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Variable "RealPos" must be all lower-case
(#202) Variable "RealPos" must be all lower-case
(#203) Line indented incorrectly; expected at least 8 spaces, found 5
(#203) Variable "RealPos" must be all lower-case
(#203) Variable "RealPos" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Variable "RealPos" must be all lower-case
(#203) Variable "RealPos" must be all lower-case
(#205) Line indented incorrectly; expected at least 8 spaces, found 5
(#205) Variable "RealPos" must be all lower-case
(#206) Closing brace indented incorrectly; expected 3 spaces, found 4
(#208) Line indented incorrectly; expected at least 4 spaces, found 3
(#209) Line indented incorrectly; expected 4 spaces, found 3
(#209) method name "pImage::getTextBox" must be in lower-case letters only
(#209) Visibility must be declared on method "getTextBox"
(#209) Variable "X" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "Y" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "FontName" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "FontSize" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "Angle" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "Text" must be all lower-case
(#210) Opening brace should be on the same line as the declaration
(#211) Line indented incorrectly; expected at least 8 spaces, found 5
(#211) Variable "FontSize" must be all lower-case
(#211) Variable "FontName" must be all lower-case
(#211) Variable "Text" must be all lower-case
(#213) Line indented incorrectly; expected at least 8 spaces, found 5
(#213) Variable "Angle" must be all lower-case
(#213) Variable "RealPos" must be all lower-case
(#214) Line indented incorrectly; expected 8 spaces, found 5
(#214) Expected "for (...) {\n"; found "for(...)\n {\n"
(#215) Line indented incorrectly; expected at least 8 spaces, found 6
(#216) Line indented incorrectly; expected at least 12 spaces, found 7
(#216) Variable "RealPos" must be all lower-case
(#216) Expected 1 space before "/"; 0 found
(#216) Expected 1 space after "/"; 0 found
(#216) Variable "X" must be all lower-case
(#216) Expected 1 space before "+"; 0 found
(#216) Expected 1 space after "+"; 0 found
(#217) Line indented incorrectly; expected at least 12 spaces, found 7
(#217) Variable "RealPos" must be all lower-case
(#217) Expected 1 space before "/"; 0 found
(#217) Expected 1 space after "/"; 0 found
(#217) Variable "Y" must be all lower-case
(#217) Expected 1 space before "+"; 0 found
(#217) Expected 1 space after "+"; 0 found
(#218) Line indented incorrectly; expected 8 spaces, found 6
(#218) Closing brace indented incorrectly; expected 5 spaces, found 6
(#220) Line indented incorrectly; expected at least 8 spaces, found 5
(#220) Variable "RealPos" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Variable "RealPos" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Variable "RealPos" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Variable "RealPos" must be all lower-case
(#221) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Variable "RealPos" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Variable "RealPos" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Variable "RealPos" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Variable "RealPos" must be all lower-case
(#222) Line indented incorrectly; expected at least 8 spaces, found 5
(#222) Variable "RealPos" must be all lower-case
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Variable "RealPos" must be all lower-case
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Variable "RealPos" must be all lower-case
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Variable "RealPos" must be all lower-case
(#223) Line indented incorrectly; expected at least 8 spaces, found 5
(#223) Variable "RealPos" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Variable "RealPos" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Variable "RealPos" must be all lower-case
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Variable "RealPos" must be all lower-case
(#224) Line indented incorrectly; expected at least 8 spaces, found 5
(#224) Variable "RealPos" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Variable "RealPos" must be all lower-case
(#224) Expected 1 space before "-"; 0 found
(#224) Expected 1 space after "-"; 0 found
(#224) Variable "RealPos" must be all lower-case
(#224) Expected 1 space before "/"; 0 found
(#224) Expected 1 space after "/"; 0 found
(#224) Expected 1 space before "+"; 0 found
(#224) Expected 1 space after "+"; 0 found
(#224) Variable "RealPos" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Variable "RealPos" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Variable "RealPos" must be all lower-case
(#224) Expected 1 space before "-"; 0 found
(#224) Expected 1 space after "-"; 0 found
(#224) Variable "RealPos" must be all lower-case
(#224) Expected 1 space before "/"; 0 found
(#224) Expected 1 space after "/"; 0 found
(#224) Expected 1 space before "+"; 0 found
(#224) Expected 1 space after "+"; 0 found
(#224) Variable "RealPos" must be all lower-case
(#224) Line exceeds maximum limit of 180 characters; contains 198 characters
(#225) Line indented incorrectly; expected at least 8 spaces, found 5
(#225) Variable "RealPos" must be all lower-case
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Variable "RealPos" must be all lower-case
(#225) Expected 1 space before "-"; 0 found
(#225) Expected 1 space after "-"; 0 found
(#225) Variable "RealPos" must be all lower-case
(#225) Expected 1 space before "/"; 0 found
(#225) Expected 1 space after "/"; 0 found
(#225) Expected 1 space before "+"; 0 found
(#225) Expected 1 space after "+"; 0 found
(#225) Variable "RealPos" must be all lower-case
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Variable "RealPos" must be all lower-case
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Variable "RealPos" must be all lower-case
(#225) Expected 1 space before "-"; 0 found
(#225) Expected 1 space after "-"; 0 found
(#225) Variable "RealPos" must be all lower-case
(#225) Expected 1 space before "/"; 0 found
(#225) Expected 1 space after "/"; 0 found
(#225) Expected 1 space before "+"; 0 found
(#225) Expected 1 space after "+"; 0 found
(#225) Variable "RealPos" must be all lower-case
(#225) Line exceeds maximum limit of 180 characters; contains 192 characters
(#226) Line indented incorrectly; expected at least 8 spaces, found 5
(#226) Variable "RealPos" must be all lower-case
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Variable "RealPos" must be all lower-case
(#226) Expected 1 space before "-"; 0 found
(#226) Expected 1 space after "-"; 0 found
(#226) Variable "RealPos" must be all lower-case
(#226) Expected 1 space before "/"; 0 found
(#226) Expected 1 space after "/"; 0 found
(#226) Expected 1 space before "+"; 0 found
(#226) Expected 1 space after "+"; 0 found
(#226) Variable "RealPos" must be all lower-case
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Variable "RealPos" must be all lower-case
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Variable "RealPos" must be all lower-case
(#226) Expected 1 space before "-"; 0 found
(#226) Expected 1 space after "-"; 0 found
(#226) Variable "RealPos" must be all lower-case
(#226) Expected 1 space before "/"; 0 found
(#226) Expected 1 space after "/"; 0 found
(#226) Expected 1 space before "+"; 0 found
(#226) Expected 1 space after "+"; 0 found
(#226) Variable "RealPos" must be all lower-case
(#226) Line exceeds maximum limit of 180 characters; contains 194 characters
(#227) Line indented incorrectly; expected at least 8 spaces, found 5
(#227) Variable "RealPos" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Variable "RealPos" must be all lower-case
(#227) Expected 1 space before "-"; 0 found
(#227) Expected 1 space after "-"; 0 found
(#227) Variable "RealPos" must be all lower-case
(#227) Expected 1 space before "/"; 0 found
(#227) Expected 1 space after "/"; 0 found
(#227) Expected 1 space before "+"; 0 found
(#227) Expected 1 space after "+"; 0 found
(#227) Variable "RealPos" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Variable "RealPos" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Variable "RealPos" must be all lower-case
(#227) Expected 1 space before "-"; 0 found
(#227) Expected 1 space after "-"; 0 found
(#227) Variable "RealPos" must be all lower-case
(#227) Expected 1 space before "/"; 0 found
(#227) Expected 1 space after "/"; 0 found
(#227) Expected 1 space before "+"; 0 found
(#227) Expected 1 space after "+"; 0 found
(#227) Variable "RealPos" must be all lower-case
(#227) Line exceeds maximum limit of 180 characters; contains 196 characters
(#228) Line indented incorrectly; expected at least 8 spaces, found 5
(#228) Variable "RealPos" must be all lower-case
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Variable "RealPos" must be all lower-case
(#228) Expected 1 space before "-"; 0 found
(#228) Expected 1 space after "-"; 0 found
(#228) Variable "RealPos" must be all lower-case
(#228) Expected 1 space before "/"; 0 found
(#228) Expected 1 space after "/"; 0 found
(#228) Expected 1 space before "+"; 0 found
(#228) Expected 1 space after "+"; 0 found
(#228) Variable "RealPos" must be all lower-case
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Variable "RealPos" must be all lower-case
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Variable "RealPos" must be all lower-case
(#228) Expected 1 space before "-"; 0 found
(#228) Expected 1 space after "-"; 0 found
(#228) Variable "RealPos" must be all lower-case
(#228) Expected 1 space before "/"; 0 found
(#228) Expected 1 space after "/"; 0 found
(#228) Expected 1 space before "+"; 0 found
(#228) Expected 1 space after "+"; 0 found
(#228) Variable "RealPos" must be all lower-case
(#228) Line exceeds maximum limit of 180 characters; contains 198 characters
(#230) Line indented incorrectly; expected at least 8 spaces, found 5
(#230) Variable "RealPos" must be all lower-case
(#231) Closing brace indented incorrectly; expected 3 spaces, found 4
(#233) Line indented incorrectly; expected at least 4 spaces, found 3
(#234) Line indented incorrectly; expected 4 spaces, found 3
(#234) method name "pImage::setFontProperties" must be in lower-case letters only
(#234) Visibility must be declared on method "setFontProperties"
(#234) Variable "Format" must be all lower-case
(#235) Opening brace should be on the same line as the declaration
(#236) Line indented incorrectly; expected at least 8 spaces, found 5
(#236) Variable "R" must be all lower-case
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Variable "Format" must be all lower-case
(#236) Variable "Format" must be all lower-case
(#237) Line indented incorrectly; expected at least 8 spaces, found 5
(#237) Variable "G" must be all lower-case
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Variable "Format" must be all lower-case
(#237) Variable "Format" must be all lower-case
(#238) Line indented incorrectly; expected at least 8 spaces, found 5
(#238) Variable "B" must be all lower-case
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Variable "Format" must be all lower-case
(#238) Variable "Format" must be all lower-case
(#239) Line indented incorrectly; expected at least 8 spaces, found 5
(#239) Variable "Alpha" must be all lower-case
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Variable "Format" must be all lower-case
(#239) Variable "Format" must be all lower-case
(#240) Line indented incorrectly; expected at least 8 spaces, found 5
(#240) Variable "FontName" must be all lower-case
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Variable "Format" must be all lower-case
(#240) Variable "Format" must be all lower-case
(#240) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#241) Line indented incorrectly; expected at least 8 spaces, found 5
(#241) Variable "FontSize" must be all lower-case
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Variable "Format" must be all lower-case
(#241) Variable "Format" must be all lower-case
(#241) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#243) Line indented incorrectly; expected 8 spaces, found 5
(#243) Expected "if (...) {\n"; found "if (...) { "
(#243) Variable "R" must be all lower-case
(#243) Variable "R" must be all lower-case
(#243) Closing brace must be on a line by itself
(#244) Line indented incorrectly; expected 8 spaces, found 5
(#244) Expected "if (...) {\n"; found "if (...) { "
(#244) Variable "G" must be all lower-case
(#244) Variable "G" must be all lower-case
(#244) Closing brace must be on a line by itself
(#245) Line indented incorrectly; expected 8 spaces, found 5
(#245) Expected "if (...) {\n"; found "if (...) { "
(#245) Variable "B" must be all lower-case
(#245) Variable "B" must be all lower-case
(#245) Closing brace must be on a line by itself
(#246) Line indented incorrectly; expected 8 spaces, found 5
(#246) Expected "if (...) {\n"; found "if (...) { "
(#246) Variable "Alpha" must be all lower-case
(#246) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#246) Variable "Alpha" must be all lower-case
(#246) Closing brace must be on a line by itself
(#248) Line indented incorrectly; expected at least 8 spaces, found 5
(#248) Inline control structures are not allowed
(#248) Variable "FontName" must be all lower-case
(#248) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#249) Line indented incorrectly; expected at least 8 spaces, found 6
(#249) Variable "FontName" must be all lower-case
(#250) Whitespace found at end of line
(#251) Line indented incorrectly; expected at least 8 spaces, found 5
(#251) Inline control structures are not allowed
(#251) Variable "FontSize" must be all lower-case
(#251) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#252) Line indented incorrectly; expected at least 8 spaces, found 6
(#252) Variable "FontSize" must be all lower-case
(#253) Closing brace indented incorrectly; expected 3 spaces, found 4
(#255) Line indented incorrectly; expected at least 4 spaces, found 3
(#256) Line indented incorrectly; expected 4 spaces, found 3
(#256) method name "pImage::getFirstDecimal" must be in lower-case letters only
(#256) Visibility must be declared on method "getFirstDecimal"
(#256) Variable "Value" must be all lower-case
(#257) Opening brace should be on the same line as the declaration
(#258) Line indented incorrectly; expected at least 8 spaces, found 5
(#258) Variable "Values" must be all lower-case
(#258) Commas (,) must be followed by white space.
(#258) Variable "Value" must be all lower-case
(#259) Line indented incorrectly; expected 8 spaces, found 5
(#259) Expected "if (...) {\n"; found "if (...) { "
(#259) Variable "Values" must be all lower-case
(#259) Variable "Values" must be all lower-case
(#259) Commas (,) must be followed by white space.
(#259) Commas (,) must be followed by white space.
(#259) Closing brace must be on a line by itself
(#259) Expected "} else {\n"; found "} else { "
(#259) Closing brace must be on a line by itself
(#260) Closing brace indented incorrectly; expected 3 spaces, found 4
(#262) Line indented incorrectly; expected at least 4 spaces, found 3
(#263) Line indented incorrectly; expected 4 spaces, found 3
(#263) method name "pImage::setDataSet" must be in lower-case letters only
(#263) Visibility must be declared on method "setDataSet"
(#263) Variable "DataSet" must be all lower-case
(#264) Opening brace should be on the same line as the declaration
(#264) Opening brace must be the last content on the line
(#264) Variable "DataSet" must be all lower-case
(#264) Closing brace must be on a line by itself
(#266) Line indented incorrectly; expected at least 4 spaces, found 3
(#267) Line indented incorrectly; expected 4 spaces, found 3
(#267) method name "pImage::printDataSet" must be in lower-case letters only
(#267) Visibility must be declared on method "printDataSet"
(#268) Opening brace should be on the same line as the declaration
(#268) Opening brace must be the last content on the line
(#268) The use of function print_r() is forbidden
(#268) Closing brace must be on a line by itself
(#270) Line indented incorrectly; expected at least 4 spaces, found 3
(#271) Line indented incorrectly; expected 4 spaces, found 3
(#271) method name "pImage::initialiseImageMap" must be in lower-case letters only
(#271) Visibility must be declared on method "initialiseImageMap"
(#271) Variable "Name" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "StorageMode" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "UniqueID" must be all lower-case
(#271) Commas (,) must be followed by white space.
(#271) Variable "StorageFolder" must be all lower-case
(#272) Opening brace should be on the same line as the declaration
(#273) Line indented incorrectly; expected at least 8 spaces, found 5
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Variable "Name" must be all lower-case
(#274) Line indented incorrectly; expected at least 8 spaces, found 5
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Variable "StorageMode" must be all lower-case
(#276) Line indented incorrectly; expected 8 spaces, found 5
(#276) Expected "if (...) {\n"; found "if (...)\n {\n"
(#276) Variable "StorageMode" must be all lower-case
(#277) Line indented incorrectly; expected at least 8 spaces, found 6
(#278) Line indented incorrectly; expected 12 spaces, found 7
(#278) Expected "if (...) {\n"; found "if(...) { "
(#278) Closing brace must be on a line by itself
(#279) Line indented incorrectly; expected at least 12 spaces, found 7
(#279) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#280) Line indented incorrectly; expected 8 spaces, found 6
(#280) Closing brace indented incorrectly; expected 5 spaces, found 6
(#281) Line indented incorrectly; expected 8 spaces, found 5
(#281) Usage of ELSEIF not allowed; use ELSE IF instead
(#281) Variable "StorageMode" must be all lower-case
(#282) Line indented incorrectly; expected at least 8 spaces, found 6
(#283) Line indented incorrectly; expected at least 12 spaces, found 7
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Variable "UniqueID" must be all lower-case
(#284) Line indented incorrectly; expected at least 12 spaces, found 7
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Variable "StorageFolder" must be all lower-case
(#286) Line indented incorrectly; expected 12 spaces, found 7
(#286) Expected "if (...) {\n"; found "if (...) { "
(#286) Variable "StorageFolder" must be all lower-case
(#286) Variable "UniqueID" must be all lower-case
(#286) Variable "StorageFolder" must be all lower-case
(#286) Variable "UniqueID" must be all lower-case
(#286) Closing brace must be on a line by itself
(#287) Line indented incorrectly; expected 8 spaces, found 6
(#287) Closing brace indented incorrectly; expected 5 spaces, found 6
(#288) Closing brace indented incorrectly; expected 3 spaces, found 4
(#290) Line indented incorrectly; expected at least 4 spaces, found 3
(#291) Line indented incorrectly; expected 4 spaces, found 3
(#291) method name "pImage::addToImageMap" must be in lower-case letters only
(#291) Visibility must be declared on method "addToImageMap"
(#291) Variable "Type" must be all lower-case
(#291) Commas (,) must be followed by white space.
(#291) Variable "Plots" must be all lower-case
(#291) Commas (,) must be followed by white space.
(#291) Variable "Color" must be all lower-case
(#291) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#291) Commas (,) must be followed by white space.
(#291) Variable "Title" must be all lower-case
(#291) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#291) Commas (,) must be followed by white space.
(#291) Variable "Message" must be all lower-case
(#291) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#291) Commas (,) must be followed by white space.
(#291) Variable "HTMLEncode" must be all lower-case
(#291) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#292) Opening brace should be on the same line as the declaration
(#293) Line indented incorrectly; expected 8 spaces, found 5
(#293) Expected "if (...) {\n"; found "if (...) { "
(#293) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#293) Closing brace must be on a line by itself
(#295) Line indented incorrectly; expected at least 8 spaces, found 5
(#296) Line indented incorrectly; expected at least 8 spaces, found 5
(#296) Variable "Title" must be all lower-case
(#296) Commas (,) must be followed by white space.
(#296) Commas (,) must be followed by white space.
(#296) Variable "Title" must be all lower-case
(#297) Line indented incorrectly; expected at least 8 spaces, found 5
(#297) Variable "Title" must be all lower-case
(#297) Variable "Title" must be all lower-case
(#297) Commas (,) must be followed by white space.
(#297) Commas (,) must be followed by white space.
(#298) Line indented incorrectly; expected 8 spaces, found 5
(#298) Expected "if (...) {\n"; found "if (...)\n {\n"
(#298) Variable "HTMLEncode" must be all lower-case
(#299) Line indented incorrectly; expected at least 8 spaces, found 6
(#300) Line indented incorrectly; expected at least 12 spaces, found 7
(#300) Variable "Message" must be all lower-case
(#300) Variable "Message" must be all lower-case
(#300) Commas (,) must be followed by white space.
(#300) Commas (,) must be followed by white space.
(#301) Line indented incorrectly; expected at least 12 spaces, found 7
(#301) Variable "Message" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Commas (,) must be followed by white space.
(#301) Variable "Message" must be all lower-case
(#302) Line indented incorrectly; expected at least 12 spaces, found 7
(#302) Variable "Message" must be all lower-case
(#302) Commas (,) must be followed by white space.
(#302) Commas (,) must be followed by white space.
(#302) Variable "Message" must be all lower-case
(#303) Line indented incorrectly; expected 8 spaces, found 6
(#303) Closing brace indented incorrectly; expected 5 spaces, found 6
(#305) Line indented incorrectly; expected 8 spaces, found 5
(#305) Expected "if (...) {\n"; found "if (...)\n {\n"
(#306) Line indented incorrectly; expected at least 8 spaces, found 6
(#307) Line indented incorrectly; expected 12 spaces, found 7
(#307) Expected "if (...) {\n"; found "if(...) { "
(#307) Closing brace must be on a line by itself
(#308) Line indented incorrectly; expected at least 12 spaces, found 7
(#308) Variable "Type" must be all lower-case
(#308) Commas (,) must be followed by white space.
(#308) Variable "Plots" must be all lower-case
(#308) Commas (,) must be followed by white space.
(#308) Variable "Color" must be all lower-case
(#308) Commas (,) must be followed by white space.
(#308) Variable "Title" must be all lower-case
(#308) Commas (,) must be followed by white space.
(#308) Variable "Message" must be all lower-case
(#309) Line indented incorrectly; expected 8 spaces, found 6
(#309) Closing brace indented incorrectly; expected 5 spaces, found 6
(#310) Line indented incorrectly; expected 8 spaces, found 5
(#310) Usage of ELSEIF not allowed; use ELSE IF instead
(#311) Line indented incorrectly; expected at least 8 spaces, found 6
(#312) Line indented incorrectly; expected at least 12 spaces, found 7
(#312) Variable "Handle" must be all lower-case
(#313) Line indented incorrectly; expected at least 12 spaces, found 7
(#313) Variable "Handle" must be all lower-case
(#313) Variable "Type" must be all lower-case
(#313) Variable "Plots" must be all lower-case
(#313) Variable "Color" must be all lower-case
(#313) Variable "Title" must be all lower-case
(#313) Variable "Message" must be all lower-case
(#313) Line exceeds 132 characters; contains 147 characters
(#314) Line indented incorrectly; expected at least 12 spaces, found 7
(#314) Variable "Handle" must be all lower-case
(#315) Line indented incorrectly; expected 8 spaces, found 6
(#315) Closing brace indented incorrectly; expected 5 spaces, found 6
(#316) Closing brace indented incorrectly; expected 3 spaces, found 4
(#318) Line indented incorrectly; expected at least 4 spaces, found 3
(#319) Line indented incorrectly; expected 4 spaces, found 3
(#319) method name "pImage::removeVOIDFromArray" must be in lower-case letters only
(#319) Visibility must be declared on method "removeVOIDFromArray"
(#319) Variable "SerieName" must be all lower-case
(#319) Variable "Values" must be all lower-case
(#320) Opening brace should be on the same line as the declaration
(#321) Line indented incorrectly; expected 8 spaces, found 5
(#321) Expected "if (...) {\n"; found "if (...) { "
(#321) Variable "SerieName" must be all lower-case
(#321) Closing brace must be on a line by itself
(#323) Line indented incorrectly; expected at least 8 spaces, found 5
(#323) Variable "Result" must be all lower-case
(#324) Line indented incorrectly; expected 8 spaces, found 5
(#324) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#324) Variable "SerieName" must be all lower-case
(#324) Variable "Key" must be all lower-case
(#324) Variable "Value" must be all lower-case
(#325) Line indented incorrectly; expected at least 8 spaces, found 6
(#325) Expected "if (...) {\n"; found "if (...) { "
(#325) Variable "Value" must be all lower-case
(#325) Variable "Values" must be all lower-case
(#325) Variable "Key" must be all lower-case
(#325) Variable "Result" must be all lower-case
(#325) Variable "Values" must be all lower-case
(#325) Variable "Key" must be all lower-case
(#325) Closing brace must be on a line by itself
(#325) Closing brace must be on a line by itself
(#326) Line indented incorrectly; expected at least 8 spaces, found 5
(#326) Variable "Result" must be all lower-case
(#327) Closing brace indented incorrectly; expected 3 spaces, found 4
(#329) Line indented incorrectly; expected at least 4 spaces, found 3
(#330) Line indented incorrectly; expected 4 spaces, found 3
(#330) method name "pImage::replaceImageMapTitle" must be in lower-case letters only
(#330) Visibility must be declared on method "replaceImageMapTitle"
(#330) Variable "OldTitle" must be all lower-case
(#330) Variable "NewTitle" must be all lower-case
(#331) Opening brace should be on the same line as the declaration
(#332) Line indented incorrectly; expected 8 spaces, found 5
(#332) Expected "if (...) {\n"; found "if (...) { "
(#332) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#332) Closing brace must be on a line by itself
(#334) Line indented incorrectly; expected 8 spaces, found 5
(#334) Expected "if (...) {\n"; found "if (...) { "
(#334) Variable "NewTitle" must be all lower-case
(#334) Variable "NewTitle" must be all lower-case
(#334) Variable "OldTitle" must be all lower-case
(#334) Variable "NewTitle" must be all lower-case
(#334) Closing brace must be on a line by itself
(#335) Whitespace found at end of line
(#336) Line indented incorrectly; expected 8 spaces, found 5
(#336) Expected "if (...) {\n"; found "if (...)\n {\n"
(#337) Line indented incorrectly; expected at least 8 spaces, found 6
(#338) Line indented incorrectly; expected 12 spaces, found 7
(#338) Expected "if (...) {\n"; found "if(...) { "
(#338) Closing brace must be on a line by itself
(#339) Line indented incorrectly; expected 12 spaces, found 7
(#339) Expected "if (...) {\n"; found "if (...)\n { "
(#339) Variable "NewTitle" must be all lower-case
(#340) Line indented incorrectly; expected at least 12 spaces, found 8
(#340) Variable "ID" must be all lower-case
(#340) Expected "foreach (...) {\n"; found "foreach(...) { "
(#340) Variable "Key" must be all lower-case
(#340) Variable "Settings" must be all lower-case
(#340) Expected "if (...) {\n"; found "if (...) { "
(#340) Variable "Settings" must be all lower-case
(#340) Variable "OldTitle" must be all lower-case
(#340) Variable "NewTitle" must be all lower-case
(#340) Variable "ID" must be all lower-case
(#340) Variable "Key" must be all lower-case
(#340) Variable "NewTitle" must be all lower-case
(#340) Variable "ID" must be all lower-case
(#340) Variable "ID" must be all lower-case
(#340) Closing brace must be on a line by itself
(#340) Closing brace must be on a line by itself
(#340) Line exceeds maximum limit of 180 characters; contains 213 characters
(#340) Closing brace must be on a line by itself
(#341) Line indented incorrectly; expected 12 spaces, found 7
(#341) Expected "} else {\n"; found "}\n else\n { "
(#342) Line indented incorrectly; expected at least 12 spaces, found 8
(#342) Expected "foreach (...) {\n"; found "foreach(...) { "
(#342) Variable "Key" must be all lower-case
(#342) Variable "Settings" must be all lower-case
(#342) Expected "if (...) {\n"; found "if (...) { "
(#342) Variable "Settings" must be all lower-case
(#342) Variable "OldTitle" must be all lower-case
(#342) Variable "Key" must be all lower-case
(#342) Variable "NewTitle" must be all lower-case
(#342) Closing brace must be on a line by itself
(#342) Closing brace must be on a line by itself
(#342) Line exceeds 132 characters; contains 168 characters
(#342) Closing brace must be on a line by itself
(#343) Line indented incorrectly; expected 8 spaces, found 6
(#343) Closing brace indented incorrectly; expected 5 spaces, found 6
(#344) Line indented incorrectly; expected 8 spaces, found 5
(#344) Usage of ELSEIF not allowed; use ELSE IF instead
(#345) Line indented incorrectly; expected at least 8 spaces, found 6
(#346) Line indented incorrectly; expected at least 12 spaces, found 7
(#346) Variable "TempArray" must be all lower-case
(#347) Line indented incorrectly; expected at least 12 spaces, found 7
(#347) Variable "Handle" must be all lower-case
(#348) Line indented incorrectly; expected 12 spaces, found 7
(#348) Expected "if (...) {\n"; found "if (...)\n {\n"
(#348) Variable "Handle" must be all lower-case
(#349) Line indented incorrectly; expected at least 12 spaces, found 8
(#350) Line indented incorrectly; expected 16 spaces, found 9
(#350) Expected "while (...) {\n"; found "while (...)\n {\n"
(#350) Variable "Buffer" must be all lower-case
(#350) Variable "Handle" must be all lower-case
(#351) Line indented incorrectly; expected at least 16 spaces, found 10
(#352) Line indented incorrectly; expected at least 20 spaces, found 11
(#352) Variable "Fields" must be all lower-case
(#352) The use of function split is discouraged from PHP version 5.3; use preg_split instead
(#352) Function split() has been deprecated
(#352) Commas (,) must be followed by white space.
(#352) Commas (,) must be followed by white space.
(#352) Commas (,) must be followed by white space.
(#352) Commas (,) must be followed by white space.
(#352) Variable "Buffer" must be all lower-case
(#353) Line indented incorrectly; expected at least 20 spaces, found 11
(#353) Variable "TempArray" must be all lower-case
(#353) Variable "Fields" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Variable "Fields" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Variable "Fields" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Variable "Fields" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Variable "Fields" must be all lower-case
(#354) Line indented incorrectly; expected 16 spaces, found 10
(#354) Closing brace indented incorrectly; expected 9 spaces, found 10
(#355) Line indented incorrectly; expected at least 16 spaces, found 9
(#355) Variable "Handle" must be all lower-case
(#357) Line indented incorrectly; expected 16 spaces, found 9
(#357) Expected "if (...) {\n"; found "if (...)\n { "
(#357) Variable "NewTitle" must be all lower-case
(#358) Line indented incorrectly; expected at least 16 spaces, found 10
(#358) Variable "ID" must be all lower-case
(#358) Expected "foreach (...) {\n"; found "foreach(...) { "
(#358) Variable "TempArray" must be all lower-case
(#358) Variable "Key" must be all lower-case
(#358) Variable "Settings" must be all lower-case
(#358) Expected "if (...) {\n"; found "if (...) { "
(#358) Variable "Settings" must be all lower-case
(#358) Variable "OldTitle" must be all lower-case
(#358) Variable "NewTitle" must be all lower-case
(#358) Variable "ID" must be all lower-case
(#358) Variable "TempArray" must be all lower-case
(#358) Variable "Key" must be all lower-case
(#358) Variable "NewTitle" must be all lower-case
(#358) Variable "ID" must be all lower-case
(#358) Variable "ID" must be all lower-case
(#358) Closing brace must be on a line by itself
(#358) Closing brace must be on a line by itself
(#358) Line exceeds 132 characters; contains 174 characters
(#358) Closing brace must be on a line by itself
(#359) Line indented incorrectly; expected 16 spaces, found 9
(#359) Expected "} else {\n"; found "}\n else\n { "
(#360) Line indented incorrectly; expected at least 16 spaces, found 10
(#360) Expected "foreach (...) {\n"; found "foreach(...) { "
(#360) Variable "TempArray" must be all lower-case
(#360) Variable "Key" must be all lower-case
(#360) Variable "Settings" must be all lower-case
(#360) Expected "if (...) {\n"; found "if (...) { "
(#360) Variable "Settings" must be all lower-case
(#360) Variable "OldTitle" must be all lower-case
(#360) Variable "TempArray" must be all lower-case
(#360) Variable "Key" must be all lower-case
(#360) Variable "NewTitle" must be all lower-case
(#360) Closing brace must be on a line by itself
(#360) Closing brace must be on a line by itself
(#360) Closing brace must be on a line by itself
(#362) Line indented incorrectly; expected at least 16 spaces, found 9
(#362) Variable "Handle" must be all lower-case
(#363) Line indented incorrectly; expected 16 spaces, found 9
(#363) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#363) Variable "TempArray" must be all lower-case
(#363) Variable "Key" must be all lower-case
(#363) Variable "Settings" must be all lower-case
(#364) Line indented incorrectly; expected at least 16 spaces, found 10
(#364) Variable "Handle" must be all lower-case
(#364) Variable "Settings" must be all lower-case
(#364) Variable "Settings" must be all lower-case
(#364) Variable "Settings" must be all lower-case
(#364) Variable "Settings" must be all lower-case
(#364) Variable "Settings" must be all lower-case
(#364) Line exceeds maximum limit of 180 characters; contains 183 characters
(#364) Closing brace must be on a line by itself
(#365) Line indented incorrectly; expected at least 16 spaces, found 9
(#365) Variable "Handle" must be all lower-case
(#366) Line indented incorrectly; expected 12 spaces, found 8
(#366) Closing brace indented incorrectly; expected 7 spaces, found 8
(#367) Line indented incorrectly; expected 8 spaces, found 6
(#367) Closing brace indented incorrectly; expected 5 spaces, found 6
(#368) Closing brace indented incorrectly; expected 3 spaces, found 4
(#370) Line indented incorrectly; expected at least 4 spaces, found 3
(#371) Line indented incorrectly; expected 4 spaces, found 3
(#371) method name "pImage::replaceImageMapValues" must be in lower-case letters only
(#371) Visibility must be declared on method "replaceImageMapValues"
(#371) Variable "Title" must be all lower-case
(#371) Variable "Values" must be all lower-case
(#372) Opening brace should be on the same line as the declaration
(#373) Line indented incorrectly; expected 8 spaces, found 5
(#373) Expected "if (...) {\n"; found "if (...) { "
(#373) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#373) Closing brace must be on a line by itself
(#375) Line indented incorrectly; expected at least 8 spaces, found 5
(#375) Variable "Values" must be all lower-case
(#375) Variable "Title" must be all lower-case
(#375) Variable "Values" must be all lower-case
(#376) Line indented incorrectly; expected at least 8 spaces, found 5
(#376) Variable "ID" must be all lower-case
(#376) Whitespace found at end of line
(#377) Line indented incorrectly; expected 8 spaces, found 5
(#377) Expected "if (...) {\n"; found "if (...)\n {\n"
(#378) Line indented incorrectly; expected at least 8 spaces, found 6
(#379) Line indented incorrectly; expected 12 spaces, found 7
(#379) Expected "if (...) {\n"; found "if(...) { "
(#379) Closing brace must be on a line by itself
(#380) Line indented incorrectly; expected 12 spaces, found 7
(#380) Expected "foreach (...) {\n"; found "foreach(...) { "
(#380) Variable "Key" must be all lower-case
(#380) Variable "Settings" must be all lower-case
(#380) Expected "if (...) {\n"; found "if (...) { "
(#380) Variable "Settings" must be all lower-case
(#380) Variable "Title" must be all lower-case
(#380) Expected "if (...) {\n"; found "if (...) { "
(#380) Variable "Values" must be all lower-case
(#380) Variable "ID" must be all lower-case
(#380) Variable "Key" must be all lower-case
(#380) Variable "Values" must be all lower-case
(#380) Variable "ID" must be all lower-case
(#380) Closing brace must be on a line by itself
(#380) Variable "ID" must be all lower-case
(#380) Closing brace must be on a line by itself
(#380) Line exceeds maximum limit of 180 characters; contains 201 characters
(#380) Closing brace must be on a line by itself
(#381) Line indented incorrectly; expected 8 spaces, found 6
(#381) Closing brace indented incorrectly; expected 5 spaces, found 6
(#382) Line indented incorrectly; expected 8 spaces, found 5
(#382) Usage of ELSEIF not allowed; use ELSE IF instead
(#383) Line indented incorrectly; expected at least 8 spaces, found 6
(#384) Line indented incorrectly; expected at least 12 spaces, found 7
(#384) Variable "TempArray" must be all lower-case
(#385) Line indented incorrectly; expected at least 12 spaces, found 7
(#385) Variable "Handle" must be all lower-case
(#386) Line indented incorrectly; expected 12 spaces, found 7
(#386) Expected "if (...) {\n"; found "if (...)\n {\n"
(#386) Variable "Handle" must be all lower-case
(#387) Line indented incorrectly; expected at least 12 spaces, found 8
(#388) Line indented incorrectly; expected 16 spaces, found 9
(#388) Expected "while (...) {\n"; found "while (...)\n {\n"
(#388) Variable "Buffer" must be all lower-case
(#388) Variable "Handle" must be all lower-case
(#389) Line indented incorrectly; expected at least 16 spaces, found 10
(#390) Line indented incorrectly; expected at least 20 spaces, found 11
(#390) Variable "Fields" must be all lower-case
(#390) The use of function split is discouraged from PHP version 5.3; use preg_split instead
(#390) Function split() has been deprecated
(#390) Commas (,) must be followed by white space.
(#390) Commas (,) must be followed by white space.
(#390) Commas (,) must be followed by white space.
(#390) Commas (,) must be followed by white space.
(#390) Variable "Buffer" must be all lower-case
(#391) Line indented incorrectly; expected at least 20 spaces, found 11
(#391) Variable "TempArray" must be all lower-case
(#391) Variable "Fields" must be all lower-case
(#391) Commas (,) must be followed by white space.
(#391) Variable "Fields" must be all lower-case
(#391) Commas (,) must be followed by white space.
(#391) Variable "Fields" must be all lower-case
(#391) Commas (,) must be followed by white space.
(#391) Variable "Fields" must be all lower-case
(#391) Commas (,) must be followed by white space.
(#391) Variable "Fields" must be all lower-case
(#392) Line indented incorrectly; expected 16 spaces, found 10
(#392) Closing brace indented incorrectly; expected 9 spaces, found 10
(#393) Line indented incorrectly; expected at least 16 spaces, found 9
(#393) Variable "Handle" must be all lower-case
(#395) Line indented incorrectly; expected 16 spaces, found 9
(#395) Expected "foreach (...) {\n"; found "foreach(...) { "
(#395) Variable "TempArray" must be all lower-case
(#395) Variable "Key" must be all lower-case
(#395) Variable "Settings" must be all lower-case
(#395) Expected "if (...) {\n"; found "if (...) { "
(#395) Variable "Settings" must be all lower-case
(#395) Variable "Title" must be all lower-case
(#395) Expected "if (...) {\n"; found "if (...) { "
(#395) Variable "Values" must be all lower-case
(#395) Variable "ID" must be all lower-case
(#395) Variable "TempArray" must be all lower-case
(#395) Variable "Key" must be all lower-case
(#395) Variable "Values" must be all lower-case
(#395) Variable "ID" must be all lower-case
(#395) Closing brace must be on a line by itself
(#395) Variable "ID" must be all lower-case
(#395) Closing brace must be on a line by itself
(#395) Line exceeds 132 characters; contains 161 characters
(#395) Closing brace must be on a line by itself
(#397) Line indented incorrectly; expected at least 16 spaces, found 9
(#397) Variable "Handle" must be all lower-case
(#398) Line indented incorrectly; expected 16 spaces, found 9
(#398) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#398) Variable "TempArray" must be all lower-case
(#398) Variable "Key" must be all lower-case
(#398) Variable "Settings" must be all lower-case
(#399) Line indented incorrectly; expected at least 16 spaces, found 10
(#399) Variable "Handle" must be all lower-case
(#399) Variable "Settings" must be all lower-case
(#399) Variable "Settings" must be all lower-case
(#399) Variable "Settings" must be all lower-case
(#399) Variable "Settings" must be all lower-case
(#399) Variable "Settings" must be all lower-case
(#399) Line exceeds maximum limit of 180 characters; contains 183 characters
(#399) Closing brace must be on a line by itself
(#400) Line indented incorrectly; expected at least 16 spaces, found 9
(#400) Variable "Handle" must be all lower-case
(#401) Line indented incorrectly; expected 12 spaces, found 8
(#401) Closing brace indented incorrectly; expected 7 spaces, found 8
(#402) Line indented incorrectly; expected 8 spaces, found 6
(#402) Closing brace indented incorrectly; expected 5 spaces, found 6
(#403) Closing brace indented incorrectly; expected 3 spaces, found 4
(#405) Line indented incorrectly; expected at least 4 spaces, found 3
(#406) Line indented incorrectly; expected 4 spaces, found 3
(#406) method name "pImage::dumpImageMap" must be in lower-case letters only
(#406) Visibility must be declared on method "dumpImageMap"
(#406) Variable "Name" must be all lower-case
(#406) Commas (,) must be followed by white space.
(#406) Variable "StorageMode" must be all lower-case
(#406) Commas (,) must be followed by white space.
(#406) Variable "UniqueID" must be all lower-case
(#406) Commas (,) must be followed by white space.
(#406) Variable "StorageFolder" must be all lower-case
(#407) Opening brace should be on the same line as the declaration
(#408) Line indented incorrectly; expected at least 8 spaces, found 5
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Variable "Name" must be all lower-case
(#409) Line indented incorrectly; expected at least 8 spaces, found 5
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Variable "StorageMode" must be all lower-case
(#411) Line indented incorrectly; expected 8 spaces, found 5
(#411) Expected "if (...) {\n"; found "if (...)\n {\n"
(#412) Line indented incorrectly; expected at least 8 spaces, found 6
(#413) Line indented incorrectly; expected 12 spaces, found 7
(#413) Expected "if (...) {\n"; found "if(...) { "
(#413) Closing brace must be on a line by itself
(#414) Line indented incorrectly; expected 12 spaces, found 7
(#414) Expected "if (...) {\n"; found "if (...)\n {\n"
(#414) Variable "Name" must be all lower-case
(#414) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#415) Line indented incorrectly; expected at least 12 spaces, found 8
(#416) Line indented incorrectly; expected 16 spaces, found 9
(#416) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#416) Variable "Name" must be all lower-case
(#416) Variable "Key" must be all lower-case
(#416) Variable "Params" must be all lower-case
(#417) Line indented incorrectly; expected at least 16 spaces, found 10
(#417) Variable "Params" must be all lower-case
(#417) Variable "Params" must be all lower-case
(#417) Variable "Params" must be all lower-case
(#417) Variable "Params" must be all lower-case
(#417) Variable "Params" must be all lower-case
(#417) Line exceeds 132 characters; contains 161 characters
(#417) Closing brace must be on a line by itself
(#418) Line indented incorrectly; expected 12 spaces, found 8
(#418) Closing brace indented incorrectly; expected 7 spaces, found 8
(#419) Line indented incorrectly; expected 8 spaces, found 6
(#419) Closing brace indented incorrectly; expected 5 spaces, found 6
(#420) Line indented incorrectly; expected 8 spaces, found 5
(#420) Usage of ELSEIF not allowed; use ELSE IF instead
(#421) Line indented incorrectly; expected at least 8 spaces, found 6
(#422) Line indented incorrectly; expected 12 spaces, found 7
(#422) Expected "if (...) {\n"; found "if (...)\n {\n"
(#422) Variable "StorageFolder" must be all lower-case
(#422) Variable "UniqueID" must be all lower-case
(#423) Line indented incorrectly; expected at least 12 spaces, found 8
(#424) Line indented incorrectly; expected at least 16 spaces, found 9
(#424) Variable "Handle" must be all lower-case
(#424) Variable "StorageFolder" must be all lower-case
(#424) Variable "UniqueID" must be all lower-case
(#425) Line indented incorrectly; expected 16 spaces, found 9
(#425) Expected "if (...) {\n"; found "if (...) { "
(#425) Variable "Handle" must be all lower-case
(#425) Expected "while (...) {\n"; found "while (...) { "
(#425) Variable "Buffer" must be all lower-case
(#425) Variable "Handle" must be all lower-case
(#425) Variable "Buffer" must be all lower-case
(#425) Closing brace must be on a line by itself
(#425) Closing brace must be on a line by itself
(#426) Line indented incorrectly; expected at least 16 spaces, found 9
(#426) Variable "Handle" must be all lower-case
(#428) Line indented incorrectly; expected 16 spaces, found 9
(#428) Expected "if (...) {\n"; found "if (...) { "
(#428) Variable "StorageFolder" must be all lower-case
(#428) Variable "UniqueID" must be all lower-case
(#428) Closing brace must be on a line by itself
(#429) Line indented incorrectly; expected 12 spaces, found 8
(#429) Closing brace indented incorrectly; expected 7 spaces, found 8
(#430) Line indented incorrectly; expected 8 spaces, found 6
(#430) Closing brace indented incorrectly; expected 5 spaces, found 6
(#432) Line indented incorrectly; expected at least 8 spaces, found 5
(#433) Line indented incorrectly; expected at least 8 spaces, found 5
(#434) Closing brace indented incorrectly; expected 3 spaces, found 4
(#436) Line indented incorrectly; expected at least 4 spaces, found 3
(#437) Line indented incorrectly; expected 4 spaces, found 3
(#437) method name "pImage::toHTMLColor" must be in lower-case letters only
(#437) Visibility must be declared on method "toHTMLColor"
(#437) Variable "R" must be all lower-case
(#437) Commas (,) must be followed by white space.
(#437) Variable "G" must be all lower-case
(#437) Commas (,) must be followed by white space.
(#437) Variable "B" must be all lower-case
(#438) Opening brace should be on the same line as the declaration
(#439) Line indented incorrectly; expected at least 8 spaces, found 5
(#439) Variable "R" must be all lower-case
(#439) Expected 1 space before "="; 0 found
(#439) Expected 1 space after "="; 0 found
(#439) Variable "R" must be all lower-case
(#439) Variable "G" must be all lower-case
(#439) Expected 1 space before "="; 0 found
(#439) Expected 1 space after "="; 0 found
(#439) Variable "G" must be all lower-case
(#439) Variable "B" must be all lower-case
(#439) Expected 1 space before "="; 0 found
(#439) Expected 1 space after "="; 0 found
(#439) Variable "B" must be all lower-case
(#440) Line indented incorrectly; expected at least 8 spaces, found 5
(#440) Variable "R" must be all lower-case
(#440) Expected 1 space before "="; 0 found
(#440) Expected 1 space after "="; 0 found
(#440) Variable "R" must be all lower-case
(#440) Expected 1 space before "<"; 0 found
(#440) Expected 1 space after "<"; 0 found
(#440) Expected 1 space before "?"; 0 found
(#440) Expected 1 space after "?"; 0 found
(#440) Expected 1 space before ":"; 0 found
(#440) Expected 1 space after ":"; 0 found
(#440) Variable "R" must be all lower-case
(#440) Expected 1 space before ">"; 0 found
(#440) Expected 1 space after ">"; 0 found
(#440) Expected 1 space before "?"; 0 found
(#440) Expected 1 space after "?"; 0 found
(#440) Expected 1 space before ":"; 0 found
(#440) Expected 1 space after ":"; 0 found
(#440) Variable "R" must be all lower-case
(#440) Variable "G" must be all lower-case
(#440) Expected 1 space before "="; 0 found
(#440) Expected 1 space after "="; 0 found
(#440) Variable "G" must be all lower-case
(#440) Expected 1 space before "<"; 0 found
(#440) Expected 1 space after "<"; 0 found
(#440) Expected 1 space before "?"; 0 found
(#440) Expected 1 space after "?"; 0 found
(#440) Expected 1 space before ":"; 0 found
(#440) Expected 1 space after ":"; 0 found
(#440) Variable "G" must be all lower-case
(#440) Expected 1 space before ">"; 0 found
(#440) Expected 1 space after ">"; 0 found
(#440) Expected 1 space before "?"; 0 found
(#440) Expected 1 space after "?"; 0 found
(#440) Expected 1 space before ":"; 0 found
(#440) Expected 1 space after ":"; 0 found
(#440) Variable "G" must be all lower-case
(#440) Variable "B" must be all lower-case
(#440) Expected 1 space before "="; 0 found
(#440) Expected 1 space after "="; 0 found
(#440) Variable "B" must be all lower-case
(#440) Expected 1 space before "<"; 0 found
(#440) Expected 1 space after "<"; 0 found
(#440) Expected 1 space before "?"; 0 found
(#440) Expected 1 space after "?"; 0 found
(#440) Expected 1 space before ":"; 0 found
(#440) Expected 1 space after ":"; 0 found
(#440) Variable "B" must be all lower-case
(#440) Expected 1 space before ">"; 0 found
(#440) Expected 1 space after ">"; 0 found
(#440) Expected 1 space before "?"; 0 found
(#440) Expected 1 space after "?"; 0 found
(#440) Expected 1 space before ":"; 0 found
(#440) Expected 1 space after ":"; 0 found
(#440) Variable "B" must be all lower-case
(#441) Line indented incorrectly; expected at least 8 spaces, found 5
(#441) Variable "Color" must be all lower-case
(#441) Expected 1 space before "="; 0 found
(#441) Expected 1 space after "="; 0 found
(#441) Variable "R" must be all lower-case
(#441) Expected 1 space before "?"; 0 found
(#441) Expected 1 space after "?"; 0 found
(#441) Expected 1 space before ":"; 0 found
(#441) Expected 1 space after ":"; 0 found
(#441) Variable "R" must be all lower-case
(#441) Variable "Color" must be all lower-case
(#441) Expected 1 space before ".="; 0 found
(#441) Expected 1 space after ".="; 0 found
(#441) Variable "G" must be all lower-case
(#441) Expected 1 space before "?"; 0 found
(#441) Expected 1 space after "?"; 0 found
(#441) Expected 1 space before ":"; 0 found
(#441) Expected 1 space after ":"; 0 found
(#441) Variable "G" must be all lower-case
(#441) Variable "Color" must be all lower-case
(#441) Expected 1 space before ".="; 0 found
(#441) Variable "B" must be all lower-case
(#441) Expected 1 space before "?"; 0 found
(#441) Expected 1 space after "?"; 0 found
(#441) Expected 1 space before ":"; 0 found
(#441) Expected 1 space after ":"; 0 found
(#441) Variable "B" must be all lower-case
(#442) Line indented incorrectly; expected at least 8 spaces, found 5
(#442) Variable "Color" must be all lower-case
(#443) Closing brace indented incorrectly; expected 3 spaces, found 4
(#445) Line indented incorrectly; expected at least 4 spaces, found 3
(#446) Line indented incorrectly; expected 4 spaces, found 3
(#446) method name "pImage::reversePlots" must be in lower-case letters only
(#446) Visibility must be declared on method "reversePlots"
(#446) Variable "Plots" must be all lower-case
(#447) Opening brace should be on the same line as the declaration
(#448) Line indented incorrectly; expected at least 8 spaces, found 5
(#448) Variable "Result" must be all lower-case
(#449) Line indented incorrectly; expected 8 spaces, found 5
(#449) Expected "for (...) {\n"; found "for(...) { "
(#449) Expected 1 space after first semicolon of FOR loop; 0 found
(#449) Expected 1 space after second semicolon of FOR loop; 0 found
(#449) Expected 1 space before "="; 0 found
(#449) Expected 1 space after "="; 0 found
(#449) Variable "Plots" must be all lower-case
(#449) Expected 1 space before "-"; 0 found
(#449) Expected 1 space after "-"; 0 found
(#449) Expected 1 space before ">="; 0 found
(#449) Expected 1 space after ">="; 0 found
(#449) Expected 1 space before "="; 0 found
(#449) Expected 1 space after "="; 0 found
(#449) Expected 1 space before "-"; 0 found
(#449) Expected 1 space after "-"; 0 found
(#449) Variable "Result" must be all lower-case
(#449) Variable "Plots" must be all lower-case
(#449) Variable "Result" must be all lower-case
(#449) Variable "Plots" must be all lower-case
(#449) Expected 1 space before "+"; 0 found
(#449) Expected 1 space after "+"; 0 found
(#449) Closing brace must be on a line by itself
(#450) Line indented incorrectly; expected at least 8 spaces, found 5
(#450) Variable "Result" must be all lower-case
(#451) Closing brace indented incorrectly; expected 3 spaces, found 4
(#453) Line indented incorrectly; expected at least 4 spaces, found 3
(#454) Line indented incorrectly; expected 4 spaces, found 3
(#454) method name "pImage::drawAreaMirror" must be in lower-case letters only
(#454) Visibility must be declared on method "drawAreaMirror"
(#454) Variable "X" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Variable "Y" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Variable "Width" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Variable "Height" must be all lower-case
(#454) Commas (,) must be followed by white space.
(#454) Variable "Format" must be all lower-case
(#455) Opening brace should be on the same line as the declaration
(#456) Line indented incorrectly; expected at least 8 spaces, found 5
(#456) Variable "StartAlpha" must be all lower-case
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Variable "Format" must be all lower-case
(#456) Variable "Format" must be all lower-case
(#457) Line indented incorrectly; expected at least 8 spaces, found 5
(#457) Variable "EndAlpha" must be all lower-case
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Variable "Format" must be all lower-case
(#457) Variable "Format" must be all lower-case
(#459) Line indented incorrectly; expected at least 8 spaces, found 5
(#459) Variable "AlphaStep" must be all lower-case
(#459) Variable "StartAlpha" must be all lower-case
(#459) Expected 1 space before "-"; 0 found
(#459) Expected 1 space after "-"; 0 found
(#459) Variable "EndAlpha" must be all lower-case
(#459) Expected 1 space before "/"; 0 found
(#459) Expected 1 space after "/"; 0 found
(#459) Variable "Height" must be all lower-case
(#461) Line indented incorrectly; expected at least 8 spaces, found 5
(#461) Variable "Picture" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#462) Line indented incorrectly; expected at least 8 spaces, found 5
(#462) Variable "Picture" must be all lower-case
(#462) Commas (,) must be followed by white space.
(#462) Commas (,) must be followed by white space.
(#462) Commas (,) must be followed by white space.
(#462) Commas (,) must be followed by white space.
(#462) Commas (,) must be followed by white space.
(#462) Commas (,) must be followed by white space.
(#462) Commas (,) must be followed by white space.
(#463) Whitespace found at end of line
(#464) Line indented incorrectly; expected 8 spaces, found 5
(#464) Expected "for (...) {\n"; found "for(...)\n {\n"
(#464) Expected 1 space after first semicolon of FOR loop; 0 found
(#464) Expected 1 space after second semicolon of FOR loop; 0 found
(#464) Expected 1 space before "="; 0 found
(#464) Expected 1 space after "="; 0 found
(#464) Expected 1 space before "<="; 0 found
(#464) Expected 1 space after "<="; 0 found
(#464) Variable "Height" must be all lower-case
(#465) Line indented incorrectly; expected at least 8 spaces, found 6
(#466) Line indented incorrectly; expected 12 spaces, found 7
(#466) Expected "if (...) {\n"; found "if (...) { "
(#466) Variable "Y" must be all lower-case
(#466) Expected 1 space before "+"; 0 found
(#466) Expected 1 space after "+"; 0 found
(#466) Expected 1 space before "-"; 0 found
(#466) Expected 1 space after "-"; 0 found
(#466) Variable "Y" must be all lower-case
(#466) Expected 1 space before "-"; 0 found
(#466) Expected 1 space after "-"; 0 found
(#466) Variable "Picture" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Commas (,) must be followed by white space.
(#466) Variable "X" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "Y" must be all lower-case
(#466) Expected 1 space before "+"; 0 found
(#466) Expected 1 space after "+"; 0 found
(#466) Expected 1 space before "-"; 0 found
(#466) Expected 1 space after "-"; 0 found
(#466) Commas (,) must be followed by white space.
(#466) Variable "X" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "Y" must be all lower-case
(#466) Expected 1 space before "-"; 0 found
(#466) Expected 1 space after "-"; 0 found
(#466) Commas (,) must be followed by white space.
(#466) Variable "Width" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Commas (,) must be followed by white space.
(#466) Variable "StartAlpha" must be all lower-case
(#466) Expected 1 space before "-"; 0 found
(#466) Expected 1 space after "-"; 0 found
(#466) Variable "AlphaStep" must be all lower-case
(#466) Expected 1 space before "*"; 0 found
(#466) Expected 1 space after "*"; 0 found
(#466) Line exceeds 132 characters; contains 153 characters
(#466) Closing brace must be on a line by itself
(#467) Line indented incorrectly; expected 8 spaces, found 6
(#467) Closing brace indented incorrectly; expected 5 spaces, found 6
(#469) Line indented incorrectly; expected at least 8 spaces, found 5
(#469) Commas (,) must be followed by white space.
(#469) Variable "Picture" must be all lower-case
(#469) Commas (,) must be followed by white space.
(#469) Commas (,) must be followed by white space.
(#469) Commas (,) must be followed by white space.
(#469) Commas (,) must be followed by white space.
(#469) Commas (,) must be followed by white space.
(#469) Commas (,) must be followed by white space.
(#470) Closing brace indented incorrectly; expected 3 spaces, found 4
(#471) Line indented incorrectly; expected 0 spaces, found 2
(#471) Closing brace indented incorrectly; expected 1 spaces, found 2
(#472) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pIndicator.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Line indented incorrectly; expected 0 spaces, found 1
(#28) Line indented incorrectly; expected at least 4 spaces, found 3
(#28) Member variable "pChartObject" must be all lower-case
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$pChartObject"
(#30) Line indented incorrectly; expected at least 4 spaces, found 3
(#31) Line indented incorrectly; expected 4 spaces, found 3
(#31) method name "pIndicator::pIndicator" must be in lower-case letters only
(#31) PHP4 style constructors are not allowed; use "__construct()" instead
(#31) Visibility must be declared on method "pIndicator"
(#31) Variable "pChartObject" must be all lower-case
(#32) Opening brace should be on the same line as the declaration
(#33) Line indented incorrectly; expected at least 8 spaces, found 5
(#33) Variable "pChartObject" must be all lower-case
(#34) Closing brace indented incorrectly; expected 3 spaces, found 4
(#36) Line indented incorrectly; expected at least 4 spaces, found 3
(#37) Line indented incorrectly; expected 4 spaces, found 3
(#37) Visibility must be declared on method "draw"
(#37) Variable "X" must be all lower-case
(#37) Commas (,) must be followed by white space.
(#37) Variable "Y" must be all lower-case
(#37) Commas (,) must be followed by white space.
(#37) Variable "Width" must be all lower-case
(#37) Commas (,) must be followed by white space.
(#37) Variable "Height" must be all lower-case
(#37) Commas (,) must be followed by white space.
(#37) Variable "Format" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Variable "Values" must be all lower-case
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Variable "Format" must be all lower-case
(#39) Variable "Format" must be all lower-case
(#40) Line indented incorrectly; expected at least 8 spaces, found 5
(#40) Variable "IndicatorSections" must be all lower-case
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Variable "Format" must be all lower-case
(#40) Variable "Format" must be all lower-case
(#40) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#41) Variable "ValueDisplay" must be all lower-case
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Variable "Format" must be all lower-case
(#41) Variable "Format" must be all lower-case
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Variable "SectionsMargin" must be all lower-case
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Variable "Format" must be all lower-case
(#42) Variable "Format" must be all lower-case
(#43) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Variable "DrawLeftHead" must be all lower-case
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Variable "Format" must be all lower-case
(#43) Variable "Format" must be all lower-case
(#43) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#44) Variable "DrawRightHead" must be all lower-case
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Variable "Format" must be all lower-case
(#44) Variable "Format" must be all lower-case
(#44) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Variable "HeadSize" must be all lower-case
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Variable "Format" must be all lower-case
(#45) Variable "Format" must be all lower-case
(#45) Variable "Height" must be all lower-case
(#45) Expected 1 space before "/"; 0 found
(#45) Expected 1 space after "/"; 0 found
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Variable "TextPadding" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Variable "Format" must be all lower-case
(#46) Variable "Format" must be all lower-case
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#47) Variable "CaptionLayout" must be all lower-case
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Variable "Format" must be all lower-case
(#47) Variable "Format" must be all lower-case
(#48) Line indented incorrectly; expected at least 8 spaces, found 5
(#48) Variable "CaptionPosition" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Variable "Format" must be all lower-case
(#48) Variable "Format" must be all lower-case
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Variable "CaptionColorFactor" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Variable "Format" must be all lower-case
(#49) Variable "Format" must be all lower-case
(#49) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Variable "CaptionR" must be all lower-case
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Variable "Format" must be all lower-case
(#50) Variable "Format" must be all lower-case
(#51) Line indented incorrectly; expected at least 8 spaces, found 5
(#51) Variable "CaptionG" must be all lower-case
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Variable "Format" must be all lower-case
(#51) Variable "Format" must be all lower-case
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Variable "CaptionB" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Variable "Format" must be all lower-case
(#52) Variable "Format" must be all lower-case
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "CaptionAlpha" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Variable "Format" must be all lower-case
(#53) Variable "Format" must be all lower-case
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "SubCaptionColorFactor" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Variable "Format" must be all lower-case
(#54) Variable "Format" must be all lower-case
(#54) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "SubCaptionR" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Variable "Format" must be all lower-case
(#55) Variable "Format" must be all lower-case
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "SubCaptionG" must be all lower-case
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "Format" must be all lower-case
(#56) Variable "Format" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Variable "SubCaptionB" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "Format" must be all lower-case
(#57) Variable "Format" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Variable "SubCaptionAlpha" must be all lower-case
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Variable "Format" must be all lower-case
(#58) Variable "Format" must be all lower-case
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Variable "ValueFontName" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "Format" must be all lower-case
(#59) Variable "Format" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Variable "ValueFontSize" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Variable "Format" must be all lower-case
(#60) Variable "Format" must be all lower-case
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Variable "CaptionFontName" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "Format" must be all lower-case
(#61) Variable "Format" must be all lower-case
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Variable "CaptionFontSize" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Variable "Format" must be all lower-case
(#62) Variable "Format" must be all lower-case
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "Unit" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Variable "Format" must be all lower-case
(#63) Variable "Format" must be all lower-case
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Line indented incorrectly; expected 8 spaces, found 5
(#66) Expected "if (...) {\n"; found "if (...) { "
(#66) Variable "Values" must be all lower-case
(#66) Variable "Value" must be all lower-case
(#66) Variable "Values" must be all lower-case
(#66) Variable "Values" must be all lower-case
(#66) Variable "Values" must be all lower-case
(#66) Variable "Value" must be all lower-case
(#66) Closing brace must be on a line by itself
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Line indented incorrectly; expected 8 spaces, found 5
(#69) Expected "if (...) {\n"; found "if (...) { "
(#69) Variable "IndicatorSections" must be all lower-case
(#69) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#69) Closing brace must be on a line by itself
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "OverallMin" must be all lower-case
(#72) Variable "IndicatorSections" must be all lower-case
(#72) Variable "OverallMax" must be all lower-case
(#72) Variable "IndicatorSections" must be all lower-case
(#73) Line indented incorrectly; expected 8 spaces, found 5
(#73) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#73) Variable "IndicatorSections" must be all lower-case
(#73) Variable "Key" must be all lower-case
(#73) Variable "Settings" must be all lower-case
(#74) Line indented incorrectly; expected at least 8 spaces, found 6
(#75) Line indented incorrectly; expected 12 spaces, found 7
(#75) Expected "if (...) {\n"; found "if (...) { "
(#75) Variable "Settings" must be all lower-case
(#75) Variable "OverallMax" must be all lower-case
(#75) Variable "OverallMax" must be all lower-case
(#75) Variable "Settings" must be all lower-case
(#75) Closing brace must be on a line by itself
(#76) Line indented incorrectly; expected 12 spaces, found 7
(#76) Expected "if (...) {\n"; found "if (...) { "
(#76) Variable "Settings" must be all lower-case
(#76) Variable "OverallMin" must be all lower-case
(#76) Variable "OverallMin" must be all lower-case
(#76) Variable "Settings" must be all lower-case
(#76) Closing brace must be on a line by itself
(#77) Line indented incorrectly; expected 8 spaces, found 6
(#77) Closing brace indented incorrectly; expected 5 spaces, found 6
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Variable "RealWidth" must be all lower-case
(#78) Variable "Width" must be all lower-case
(#78) Variable "IndicatorSections" must be all lower-case
(#78) Expected 1 space before "-"; 0 found
(#78) Expected 1 space after "-"; 0 found
(#78) Expected 1 space before "*"; 0 found
(#78) Expected 1 space after "*"; 0 found
(#78) Variable "SectionsMargin" must be all lower-case
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Variable "XScale" must be all lower-case
(#79) Variable "RealWidth" must be all lower-case
(#79) Variable "OverallMax" must be all lower-case
(#79) Expected 1 space before "-"; 0 found
(#79) Expected 1 space after "-"; 0 found
(#79) Variable "OverallMin" must be all lower-case
(#81) Line indented incorrectly; expected at least 8 spaces, found 5
(#81) Variable "X1" must be all lower-case
(#81) Variable "X" must be all lower-case
(#81) Variable "ValuesPos" must be all lower-case
(#82) Line indented incorrectly; expected 8 spaces, found 5
(#82) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#82) Variable "IndicatorSections" must be all lower-case
(#82) Variable "Key" must be all lower-case
(#82) Variable "Settings" must be all lower-case
(#83) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Line indented incorrectly; expected at least 12 spaces, found 7
(#84) Variable "Color" must be all lower-case
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Variable "Settings" must be all lower-case
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Variable "Settings" must be all lower-case
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Variable "Settings" must be all lower-case
(#85) Line indented incorrectly; expected at least 12 spaces, found 7
(#85) Variable "Caption" must be all lower-case
(#85) Variable "Settings" must be all lower-case
(#86) Line indented incorrectly; expected at least 12 spaces, found 7
(#86) Variable "SubCaption" must be all lower-case
(#86) Variable "Settings" must be all lower-case
(#86) Variable "Settings" must be all lower-case
(#88) Line indented incorrectly; expected at least 12 spaces, found 7
(#88) Variable "X2" must be all lower-case
(#88) Variable "X1" must be all lower-case
(#88) Variable "Settings" must be all lower-case
(#88) Variable "Settings" must be all lower-case
(#88) Variable "XScale" must be all lower-case
(#90) Line indented incorrectly; expected 12 spaces, found 7
(#90) Expected "if (...) {\n"; found "if (...)\n {\n"
(#90) Variable "Key" must be all lower-case
(#90) Variable "DrawLeftHead" must be all lower-case
(#91) Line indented incorrectly; expected at least 12 spaces, found 8
(#92) Line indented incorrectly; expected at least 16 spaces, found 9
(#92) Variable "Poly" must be all lower-case
(#92) Variable "Poly" must be all lower-case
(#92) Variable "X1" must be all lower-case
(#92) Expected 1 space before "-"; 0 found
(#92) Expected 1 space after "-"; 0 found
(#92) Variable "Poly" must be all lower-case
(#92) Variable "Y" must be all lower-case
(#92) Variable "Poly" must be all lower-case
(#92) Variable "X1" must be all lower-case
(#92) Expected 1 space before "-"; 0 found
(#92) Expected 1 space after "-"; 0 found
(#92) Variable "Poly" must be all lower-case
(#92) Variable "Y" must be all lower-case
(#92) Expected 1 space before "+"; 0 found
(#92) Expected 1 space after "+"; 0 found
(#92) Variable "Height" must be all lower-case
(#92) Variable "Poly" must be all lower-case
(#92) Variable "X1" must be all lower-case
(#92) Expected 1 space before "-"; 0 found
(#92) Expected 1 space after "-"; 0 found
(#92) Expected 1 space before "-"; 0 found
(#92) Expected 1 space after "-"; 0 found
(#92) Variable "HeadSize" must be all lower-case
(#92) Variable "Poly" must be all lower-case
(#92) Variable "Y" must be all lower-case
(#92) Expected 1 space before "+"; 0 found
(#92) Expected 1 space after "+"; 0 found
(#92) Variable "Height" must be all lower-case
(#92) Expected 1 space before "/"; 0 found
(#92) Expected 1 space after "/"; 0 found
(#92) Line exceeds 132 characters; contains 143 characters
(#93) Line indented incorrectly; expected at least 16 spaces, found 9
(#93) Variable "Poly" must be all lower-case
(#93) Commas (,) must be followed by white space.
(#93) Variable "Color" must be all lower-case
(#94) Line indented incorrectly; expected at least 16 spaces, found 9
(#94) Variable "X1" must be all lower-case
(#94) Expected 1 space before "-"; 0 found
(#94) Expected 1 space after "-"; 0 found
(#94) Commas (,) must be followed by white space.
(#94) Variable "Y" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "X1" must be all lower-case
(#94) Expected 1 space before "-"; 0 found
(#94) Expected 1 space after "-"; 0 found
(#94) Expected 1 space before "-"; 0 found
(#94) Expected 1 space after "-"; 0 found
(#94) Variable "HeadSize" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "Y" must be all lower-case
(#94) Expected 1 space before "+"; 0 found
(#94) Expected 1 space after "+"; 0 found
(#94) Variable "Height" must be all lower-case
(#94) Expected 1 space before "/"; 0 found
(#94) Expected 1 space after "/"; 0 found
(#94) Commas (,) must be followed by white space.
(#94) Variable "Color" must be all lower-case
(#95) Line indented incorrectly; expected at least 16 spaces, found 9
(#95) Variable "X1" must be all lower-case
(#95) Expected 1 space before "-"; 0 found
(#95) Expected 1 space after "-"; 0 found
(#95) Commas (,) must be followed by white space.
(#95) Variable "Y" must be all lower-case
(#95) Expected 1 space before "+"; 0 found
(#95) Expected 1 space after "+"; 0 found
(#95) Variable "Height" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#95) Variable "X1" must be all lower-case
(#95) Expected 1 space before "-"; 0 found
(#95) Expected 1 space after "-"; 0 found
(#95) Expected 1 space before "-"; 0 found
(#95) Expected 1 space after "-"; 0 found
(#95) Variable "HeadSize" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#95) Variable "Y" must be all lower-case
(#95) Expected 1 space before "+"; 0 found
(#95) Expected 1 space after "+"; 0 found
(#95) Variable "Height" must be all lower-case
(#95) Expected 1 space before "/"; 0 found
(#95) Expected 1 space after "/"; 0 found
(#95) Commas (,) must be followed by white space.
(#95) Variable "Color" must be all lower-case
(#96) Line indented incorrectly; expected 12 spaces, found 8
(#96) Closing brace indented incorrectly; expected 7 spaces, found 8
(#98) Line indented incorrectly; expected at least 12 spaces, found 7
(#99) Line indented incorrectly; expected at least 12 spaces, found 7
(#99) Variable "Break" must be all lower-case
(#100) Line indented incorrectly; expected 12 spaces, found 7
(#100) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#100) Variable "Values" must be all lower-case
(#100) Variable "iKey" must be all lower-case
(#100) Variable "Value" must be all lower-case
(#101) Line indented incorrectly; expected at least 12 spaces, found 8
(#102) Line indented incorrectly; expected 16 spaces, found 9
(#102) Expected "if (...) {\n"; found "if (...)\n {\n"
(#102) Variable "Value" must be all lower-case
(#102) Variable "Settings" must be all lower-case
(#102) Variable "Value" must be all lower-case
(#102) Variable "Settings" must be all lower-case
(#103) Line indented incorrectly; expected at least 16 spaces, found 10
(#104) Line indented incorrectly; expected at least 20 spaces, found 11
(#104) Variable "XBreak" must be all lower-case
(#104) Variable "X1" must be all lower-case
(#104) Variable "Value" must be all lower-case
(#104) Variable "Settings" must be all lower-case
(#104) Variable "XScale" must be all lower-case
(#105) Line indented incorrectly; expected at least 20 spaces, found 11
(#105) Variable "ValuesPos" must be all lower-case
(#105) Variable "Value" must be all lower-case
(#105) Variable "XBreak" must be all lower-case
(#106) Line indented incorrectly; expected at least 20 spaces, found 11
(#106) Variable "Break" must be all lower-case
(#106) Variable "XBreak" must be all lower-case
(#107) Line indented incorrectly; expected 16 spaces, found 10
(#107) Closing brace indented incorrectly; expected 9 spaces, found 10
(#108) Line indented incorrectly; expected 12 spaces, found 8
(#108) Closing brace indented incorrectly; expected 7 spaces, found 8
(#110) Line indented incorrectly; expected 12 spaces, found 7
(#110) Expected "if (...) {\n"; found "if (...)\n {\n"
(#110) Variable "ValueDisplay" must be all lower-case
(#111) Line indented incorrectly; expected at least 12 spaces, found 8
(#112) Line indented incorrectly; expected at least 16 spaces, found 9
(#112) Inline control structures are not allowed
(#112) Variable "Break" must be all lower-case
(#113) Line indented incorrectly; expected at least 16 spaces, found 10
(#113) Variable "X1" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Variable "Y" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Variable "X2" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Variable "Y" must be all lower-case
(#113) Expected 1 space before "+"; 0 found
(#113) Expected 1 space after "+"; 0 found
(#113) Variable "Height" must be all lower-case
(#113) Commas (,) must be followed by white space.
(#113) Variable "Color" must be all lower-case
(#114) Line indented incorrectly; expected 16 spaces, found 9
(#115) Line indented incorrectly; expected at least 16 spaces, found 10
(#116) Line indented incorrectly; expected at least 20 spaces, found 11
(#116) Variable "Break" must be all lower-case
(#117) Line indented incorrectly; expected at least 20 spaces, found 11
(#117) Variable "Poly" must be all lower-case
(#117) Variable "Poly" must be all lower-case
(#117) Variable "X1" must be all lower-case
(#117) Variable "Poly" must be all lower-case
(#117) Variable "Y" must be all lower-case
(#117) Variable "LastPointWritten" must be all lower-case
(#117) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#118) Line indented incorrectly; expected 20 spaces, found 11
(#118) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#118) Variable "Break" must be all lower-case
(#118) Variable "iKey" must be all lower-case
(#118) Variable "Value" must be all lower-case
(#119) Line indented incorrectly; expected at least 20 spaces, found 12
(#120) Line indented incorrectly; expected 24 spaces, found 13
(#120) Expected "if (...) {\n"; found "if (...)\n { "
(#120) Variable "Value" must be all lower-case
(#120) Expected 1 space before "-"; 0 found
(#120) Expected 1 space after "-"; 0 found
(#120) Variable "X1" must be all lower-case
(#121) Line indented incorrectly; expected at least 24 spaces, found 14
(#121) Variable "Poly" must be all lower-case
(#121) Variable "Value" must be all lower-case
(#121) Expected 1 space before "-"; 0 found
(#121) Expected 1 space after "-"; 0 found
(#121) Variable "Poly" must be all lower-case
(#121) Variable "Y" must be all lower-case
(#121) Closing brace must be on a line by itself
(#122) Line indented incorrectly; expected 24 spaces, found 13
(#122) Usage of ELSEIF not allowed; use ELSE IF instead
(#122) Variable "X1" must be all lower-case
(#122) Variable "Value" must be all lower-case
(#122) Expected 1 space before "-"; 0 found
(#122) Expected 1 space after "-"; 0 found
(#123) Line indented incorrectly; expected at least 24 spaces, found 14
(#124) Line indented incorrectly; expected at least 28 spaces, found 15
(#124) Variable "Offset" must be all lower-case
(#124) Variable "X1" must be all lower-case
(#124) Variable "Value" must be all lower-case
(#124) Expected 1 space before "-"; 0 found
(#124) Expected 1 space after "-"; 0 found
(#125) Line indented incorrectly; expected at least 28 spaces, found 15
(#125) Variable "Poly" must be all lower-case
(#125) Variable "Poly" must be all lower-case
(#125) Variable "X1" must be all lower-case
(#125) Variable "Poly" must be all lower-case
(#125) Variable "Y" must be all lower-case
(#125) Variable "Offset" must be all lower-case
(#126) Line indented incorrectly; expected 24 spaces, found 14
(#126) Closing brace indented incorrectly; expected 13 spaces, found 14
(#128) Line indented incorrectly; expected at least 24 spaces, found 13
(#128) Variable "Poly" must be all lower-case
(#128) Variable "Value" must be all lower-case
(#128) Variable "Poly" must be all lower-case
(#128) Variable "Y" must be all lower-case
(#128) Expected 1 space before "+"; 0 found
(#128) Expected 1 space after "+"; 0 found
(#130) Line indented incorrectly; expected 24 spaces, found 13
(#130) Expected "if (...) {\n"; found "if (...)\n { "
(#130) Variable "Value" must be all lower-case
(#130) Expected 1 space before "+"; 0 found
(#130) Expected 1 space after "+"; 0 found
(#130) Variable "X2" must be all lower-case
(#131) Line indented incorrectly; expected at least 24 spaces, found 14
(#131) Variable "Poly" must be all lower-case
(#131) Variable "Value" must be all lower-case
(#131) Expected 1 space before "+"; 0 found
(#131) Expected 1 space after "+"; 0 found
(#131) Variable "Poly" must be all lower-case
(#131) Variable "Y" must be all lower-case
(#131) Closing brace must be on a line by itself
(#132) Line indented incorrectly; expected 24 spaces, found 13
(#132) Usage of ELSEIF not allowed; use ELSE IF instead
(#132) Variable "Value" must be all lower-case
(#132) Expected 1 space before "+"; 0 found
(#132) Expected 1 space after "+"; 0 found
(#132) Variable "X2" must be all lower-case
(#133) Line indented incorrectly; expected at least 24 spaces, found 14
(#134) Line indented incorrectly; expected at least 28 spaces, found 15
(#134) Variable "Offset" must be all lower-case
(#134) Variable "Value" must be all lower-case
(#134) Expected 1 space before "+"; 0 found
(#134) Expected 1 space after "+"; 0 found
(#134) Variable "X2" must be all lower-case
(#135) Line indented incorrectly; expected at least 28 spaces, found 15
(#135) Variable "Poly" must be all lower-case
(#135) Variable "X2" must be all lower-case
(#135) Variable "Poly" must be all lower-case
(#135) Variable "Y" must be all lower-case
(#135) Variable "Offset" must be all lower-case
(#136) Line indented incorrectly; expected at least 28 spaces, found 15
(#136) Variable "LastPointWritten" must be all lower-case
(#136) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#137) Line indented incorrectly; expected 24 spaces, found 14
(#137) Closing brace indented incorrectly; expected 13 spaces, found 14
(#139) Line indented incorrectly; expected 20 spaces, found 12
(#139) Closing brace indented incorrectly; expected 11 spaces, found 12
(#140) Line indented incorrectly; expected 20 spaces, found 11
(#140) Expected "if (...) {\n"; found "if (...) { "
(#140) Variable "LastPointWritten" must be all lower-case
(#140) Variable "Poly" must be all lower-case
(#140) Variable "X2" must be all lower-case
(#140) Variable "Poly" must be all lower-case
(#140) Variable "Y" must be all lower-case
(#140) Closing brace must be on a line by itself
(#141) Line indented incorrectly; expected at least 20 spaces, found 11
(#141) Variable "Poly" must be all lower-case
(#141) Variable "X2" must be all lower-case
(#141) Variable "Poly" must be all lower-case
(#141) Variable "Y" must be all lower-case
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#141) Variable "Height" must be all lower-case
(#142) Line indented incorrectly; expected at least 20 spaces, found 11
(#142) Variable "Poly" must be all lower-case
(#142) Variable "X1" must be all lower-case
(#142) Variable "Poly" must be all lower-case
(#142) Variable "Y" must be all lower-case
(#142) Expected 1 space before "+"; 0 found
(#142) Expected 1 space after "+"; 0 found
(#142) Variable "Height" must be all lower-case
(#144) Line indented incorrectly; expected at least 20 spaces, found 11
(#144) Variable "Poly" must be all lower-case
(#144) Commas (,) must be followed by white space.
(#144) Variable "Color" must be all lower-case
(#145) Line indented incorrectly; expected 16 spaces, found 10
(#145) Closing brace indented incorrectly; expected 9 spaces, found 10
(#146) Line indented incorrectly; expected 12 spaces, found 8
(#146) Closing brace indented incorrectly; expected 7 spaces, found 8
(#147) Line indented incorrectly; expected at least 12 spaces, found 7
(#147) Inline control structures are not allowed
(#148) Line indented incorrectly; expected at least 12 spaces, found 8
(#148) Variable "X1" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "Y" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "X2" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "Y" must be all lower-case
(#148) Expected 1 space before "+"; 0 found
(#148) Expected 1 space after "+"; 0 found
(#148) Variable "Height" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "Color" must be all lower-case
(#150) Line indented incorrectly; expected 12 spaces, found 7
(#150) Expected "if (...) {\n"; found "if (...)\n {\n"
(#150) Variable "Key" must be all lower-case
(#150) Variable "IndicatorSections" must be all lower-case
(#150) Expected 1 space before "-"; 0 found
(#150) Expected 1 space after "-"; 0 found
(#150) Variable "DrawRightHead" must be all lower-case
(#151) Line indented incorrectly; expected at least 12 spaces, found 8
(#152) Line indented incorrectly; expected at least 16 spaces, found 9
(#152) Variable "Poly" must be all lower-case
(#152) Variable "Poly" must be all lower-case
(#152) Variable "X2" must be all lower-case
(#152) Expected 1 space before "+"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Variable "Poly" must be all lower-case
(#152) Variable "Y" must be all lower-case
(#152) Variable "Poly" must be all lower-case
(#152) Variable "X2" must be all lower-case
(#152) Expected 1 space before "+"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Variable "Poly" must be all lower-case
(#152) Variable "Y" must be all lower-case
(#152) Expected 1 space before "+"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Variable "Height" must be all lower-case
(#152) Variable "Poly" must be all lower-case
(#152) Variable "X2" must be all lower-case
(#152) Expected 1 space before "+"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Expected 1 space before "+"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Variable "HeadSize" must be all lower-case
(#152) Variable "Poly" must be all lower-case
(#152) Variable "Y" must be all lower-case
(#152) Expected 1 space before "+"; 0 found
(#152) Expected 1 space after "+"; 0 found
(#152) Variable "Height" must be all lower-case
(#152) Expected 1 space before "/"; 0 found
(#152) Expected 1 space after "/"; 0 found
(#152) Line exceeds 132 characters; contains 143 characters
(#153) Line indented incorrectly; expected at least 16 spaces, found 9
(#153) Variable "Poly" must be all lower-case
(#153) Commas (,) must be followed by white space.
(#153) Variable "Color" must be all lower-case
(#154) Line indented incorrectly; expected at least 16 spaces, found 9
(#154) Variable "X2" must be all lower-case
(#154) Expected 1 space before "+"; 0 found
(#154) Expected 1 space after "+"; 0 found
(#154) Commas (,) must be followed by white space.
(#154) Variable "Y" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "X2" must be all lower-case
(#154) Expected 1 space before "+"; 0 found
(#154) Expected 1 space after "+"; 0 found
(#154) Expected 1 space before "+"; 0 found
(#154) Expected 1 space after "+"; 0 found
(#154) Variable "HeadSize" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "Y" must be all lower-case
(#154) Expected 1 space before "+"; 0 found
(#154) Expected 1 space after "+"; 0 found
(#154) Variable "Height" must be all lower-case
(#154) Expected 1 space before "/"; 0 found
(#154) Expected 1 space after "/"; 0 found
(#154) Commas (,) must be followed by white space.
(#154) Variable "Color" must be all lower-case
(#155) Line indented incorrectly; expected at least 16 spaces, found 9
(#155) Variable "X2" must be all lower-case
(#155) Expected 1 space before "+"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Variable "Y" must be all lower-case
(#155) Expected 1 space before "+"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Variable "Height" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "X2" must be all lower-case
(#155) Expected 1 space before "+"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Expected 1 space before "+"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Variable "HeadSize" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "Y" must be all lower-case
(#155) Expected 1 space before "+"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Variable "Height" must be all lower-case
(#155) Expected 1 space before "/"; 0 found
(#155) Expected 1 space after "/"; 0 found
(#155) Commas (,) must be followed by white space.
(#155) Variable "Color" must be all lower-case
(#156) Line indented incorrectly; expected 12 spaces, found 8
(#156) Closing brace indented incorrectly; expected 7 spaces, found 8
(#158) Line indented incorrectly; expected 12 spaces, found 7
(#158) Expected "if (...) {\n"; found "if (...)\n {\n"
(#158) Variable "CaptionPosition" must be all lower-case
(#159) Line indented incorrectly; expected at least 12 spaces, found 8
(#160) Line indented incorrectly; expected at least 16 spaces, found 9
(#160) Variable "TxtPos" must be all lower-case
(#160) Variable "X1" must be all lower-case
(#160) Commas (,) must be followed by white space.
(#160) Variable "Y" must be all lower-case
(#160) Expected 1 space before "+"; 0 found
(#160) Expected 1 space after "+"; 0 found
(#160) Variable "Height" must be all lower-case
(#160) Expected 1 space before "+"; 0 found
(#160) Expected 1 space after "+"; 0 found
(#160) Variable "TextPadding" must be all lower-case
(#160) Commas (,) must be followed by white space.
(#160) Variable "CaptionFontName" must be all lower-case
(#160) Commas (,) must be followed by white space.
(#160) Variable "CaptionFontSize" must be all lower-case
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Variable "Caption" must be all lower-case
(#161) Line indented incorrectly; expected at least 16 spaces, found 9
(#161) Variable "YOffset" must be all lower-case
(#161) Variable "TxtPos" must be all lower-case
(#161) Variable "TxtPos" must be all lower-case
(#161) Variable "TextPadding" must be all lower-case
(#163) Line indented incorrectly; expected 16 spaces, found 9
(#163) Expected "if (...) {\n"; found "if (...)\n {\n"
(#163) Variable "CaptionLayout" must be all lower-case
(#164) Line indented incorrectly; expected at least 16 spaces, found 10
(#165) Line indented incorrectly; expected at least 20 spaces, found 11
(#165) Variable "TxtPos" must be all lower-case
(#165) Variable "X1" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "Y" must be all lower-case
(#165) Expected 1 space before "+"; 0 found
(#165) Expected 1 space after "+"; 0 found
(#165) Variable "Height" must be all lower-case
(#165) Expected 1 space before "+"; 0 found
(#165) Expected 1 space after "+"; 0 found
(#165) Variable "TextPadding" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "CaptionFontName" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "CaptionFontSize" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Variable "SubCaption" must be all lower-case
(#166) Line indented incorrectly; expected at least 20 spaces, found 11
(#166) Variable "YOffset" must be all lower-case
(#166) Variable "YOffset" must be all lower-case
(#166) Variable "TxtPos" must be all lower-case
(#166) Variable "TxtPos" must be all lower-case
(#166) Variable "TextPadding" must be all lower-case
(#166) Expected 1 space before "*"; 0 found
(#166) Expected 1 space after "*"; 0 found
(#167) Line indented incorrectly; expected 16 spaces, found 10
(#167) Closing brace indented incorrectly; expected 9 spaces, found 10
(#169) Line indented incorrectly; expected at least 16 spaces, found 9
(#169) Variable "XOffset" must be all lower-case
(#169) Variable "TextPadding" must be all lower-case
(#170) Line indented incorrectly; expected 12 spaces, found 8
(#170) Closing brace indented incorrectly; expected 7 spaces, found 8
(#171) Line indented incorrectly; expected 12 spaces, found 7
(#171) Expected "} else {\n"; found "}\n else\n { "
(#172) Line indented incorrectly; expected at least 12 spaces, found 8
(#172) Variable "YOffset" must be all lower-case
(#172) Variable "XOffset" must be all lower-case
(#172) Closing brace must be on a line by itself
(#174) Line indented incorrectly; expected 12 spaces, found 7
(#174) Expected "if (...) {\n"; found "if (...)\n { "
(#174) Variable "CaptionColorFactor" must be all lower-case
(#174) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#175) Line indented incorrectly; expected at least 12 spaces, found 8
(#175) Variable "CaptionColor" must be all lower-case
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "CaptionFontName" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "CaptionFontSize" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "CaptionR" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "CaptionG" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "CaptionB" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "CaptionAlpha" must be all lower-case
(#175) Line exceeds maximum limit of 180 characters; contains 192 characters
(#175) Closing brace must be on a line by itself
(#176) Line indented incorrectly; expected 12 spaces, found 7
(#176) Expected "} else {\n"; found "}\n else\n { "
(#177) Line indented incorrectly; expected at least 12 spaces, found 8
(#177) Variable "CaptionColor" must be all lower-case
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Variable "CaptionFontName" must be all lower-case
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Variable "CaptionFontSize" must be all lower-case
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Variable "Settings" must be all lower-case
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Variable "CaptionColorFactor" must be all lower-case
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Variable "Settings" must be all lower-case
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Variable "CaptionColorFactor" must be all lower-case
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Variable "Settings" must be all lower-case
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Variable "CaptionColorFactor" must be all lower-case
(#177) Line exceeds maximum limit of 180 characters; contains 244 characters
(#177) Closing brace must be on a line by itself
(#179) Line indented incorrectly; expected at least 12 spaces, found 7
(#179) Inline control structures are not allowed
(#179) Variable "SubCaptionColorFactor" must be all lower-case
(#179) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#180) Line indented incorrectly; expected at least 12 spaces, found 8
(#180) Variable "SubCaptionColor" must be all lower-case
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Variable "CaptionFontName" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Variable "CaptionFontSize" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Variable "SubCaptionR" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Variable "SubCaptionG" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Variable "SubCaptionB" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#180) Variable "SubCaptionAlpha" must be all lower-case
(#180) Line exceeds maximum limit of 180 characters; contains 200 characters
(#181) Line indented incorrectly; expected at least 12 spaces, found 7
(#181) Inline control structures are not allowed
(#182) Line indented incorrectly; expected at least 12 spaces, found 8
(#182) Variable "SubCaptionColor" must be all lower-case
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Variable "CaptionFontName" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Variable "CaptionFontSize" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Variable "Settings" must be all lower-case
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Variable "SubCaptionColorFactor" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Variable "Settings" must be all lower-case
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Variable "SubCaptionColorFactor" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space before "=>"; 0 found
(#182) Expected 1 space after "=>"; 0 found
(#182) Variable "Settings" must be all lower-case
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Variable "SubCaptionColorFactor" must be all lower-case
(#182) Line exceeds maximum limit of 180 characters; contains 249 characters
(#184) Line indented incorrectly; expected at least 12 spaces, found 7
(#184) Variable "RestoreShadow" must be all lower-case
(#185) Line indented incorrectly; expected at least 12 spaces, found 7
(#185) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#187) Line indented incorrectly; expected at least 12 spaces, found 7
(#187) Inline control structures are not allowed
(#187) Variable "CaptionLayout" must be all lower-case
(#188) Line indented incorrectly; expected at least 12 spaces, found 8
(#188) Variable "X1" must be all lower-case
(#188) Commas (,) must be followed by white space.
(#188) Variable "Y" must be all lower-case
(#188) Expected 1 space before "+"; 0 found
(#188) Expected 1 space after "+"; 0 found
(#188) Variable "Height" must be all lower-case
(#188) Expected 1 space before "+"; 0 found
(#188) Expected 1 space after "+"; 0 found
(#188) Variable "TextPadding" must be all lower-case
(#188) Commas (,) must be followed by white space.
(#188) Variable "Caption" must be all lower-case
(#188) Commas (,) must be followed by white space.
(#188) Variable "CaptionColor" must be all lower-case
(#189) Line indented incorrectly; expected 12 spaces, found 7
(#189) Usage of ELSEIF not allowed; use ELSE IF instead
(#189) Variable "CaptionLayout" must be all lower-case
(#190) Line indented incorrectly; expected at least 12 spaces, found 8
(#191) Line indented incorrectly; expected at least 16 spaces, found 9
(#191) Variable "TxtPos" must be all lower-case
(#191) Variable "X1" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "Y" must be all lower-case
(#191) Expected 1 space before "+"; 0 found
(#191) Expected 1 space after "+"; 0 found
(#191) Variable "Height" must be all lower-case
(#191) Expected 1 space before "+"; 0 found
(#191) Expected 1 space after "+"; 0 found
(#191) Variable "TextPadding" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "CaptionFontName" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "CaptionFontSize" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Commas (,) must be followed by white space.
(#191) Variable "Caption" must be all lower-case
(#192) Line indented incorrectly; expected at least 16 spaces, found 9
(#192) Variable "CaptionHeight" must be all lower-case
(#192) Variable "TxtPos" must be all lower-case
(#192) Variable "TxtPos" must be all lower-case
(#194) Line indented incorrectly; expected at least 16 spaces, found 9
(#194) Variable "X1" must be all lower-case
(#194) Expected 1 space before "+"; 0 found
(#194) Expected 1 space after "+"; 0 found
(#194) Variable "XOffset" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Variable "Y" must be all lower-case
(#194) Expected 1 space before "+"; 0 found
(#194) Expected 1 space after "+"; 0 found
(#194) Variable "Height" must be all lower-case
(#194) Expected 1 space before "-"; 0 found
(#194) Expected 1 space after "-"; 0 found
(#194) Variable "YOffset" must be all lower-case
(#194) Expected 1 space before "+"; 0 found
(#194) Expected 1 space after "+"; 0 found
(#194) Variable "TextPadding" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Variable "Caption" must be all lower-case
(#194) Commas (,) must be followed by white space.
(#194) Variable "CaptionColor" must be all lower-case
(#195) Line indented incorrectly; expected at least 16 spaces, found 9
(#195) Variable "X1" must be all lower-case
(#195) Expected 1 space before "+"; 0 found
(#195) Expected 1 space after "+"; 0 found
(#195) Variable "XOffset" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "Y" must be all lower-case
(#195) Expected 1 space before "+"; 0 found
(#195) Expected 1 space after "+"; 0 found
(#195) Variable "Height" must be all lower-case
(#195) Expected 1 space before "-"; 0 found
(#195) Expected 1 space after "-"; 0 found
(#195) Variable "YOffset" must be all lower-case
(#195) Expected 1 space before "+"; 0 found
(#195) Expected 1 space after "+"; 0 found
(#195) Variable "CaptionHeight" must be all lower-case
(#195) Expected 1 space before "+"; 0 found
(#195) Expected 1 space after "+"; 0 found
(#195) Variable "TextPadding" must be all lower-case
(#195) Expected 1 space before "*"; 0 found
(#195) Expected 1 space after "*"; 0 found
(#195) Commas (,) must be followed by white space.
(#195) Variable "SubCaption" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "SubCaptionColor" must be all lower-case
(#196) Line indented incorrectly; expected 12 spaces, found 8
(#196) Closing brace indented incorrectly; expected 7 spaces, found 8
(#198) Line indented incorrectly; expected at least 12 spaces, found 7
(#198) Variable "RestoreShadow" must be all lower-case
(#200) Line indented incorrectly; expected at least 12 spaces, found 7
(#200) Variable "X1" must be all lower-case
(#200) Variable "X2" must be all lower-case
(#200) Variable "SectionsMargin" must be all lower-case
(#201) Line indented incorrectly; expected 8 spaces, found 6
(#201) Closing brace indented incorrectly; expected 5 spaces, found 6
(#203) Line indented incorrectly; expected at least 8 spaces, found 5
(#203) Variable "RestoreShadow" must be all lower-case
(#204) Line indented incorrectly; expected at least 8 spaces, found 5
(#204) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#206) Line indented incorrectly; expected 8 spaces, found 5
(#206) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#206) Variable "Values" must be all lower-case
(#206) Variable "Key" must be all lower-case
(#206) Variable "Value" must be all lower-case
(#207) Line indented incorrectly; expected at least 8 spaces, found 6
(#208) Line indented incorrectly; expected 12 spaces, found 7
(#208) Expected "if (...) {\n"; found "if (...)\n {\n"
(#208) Variable "Value" must be all lower-case
(#208) Variable "OverallMin" must be all lower-case
(#208) Variable "Value" must be all lower-case
(#208) Variable "OverallMax" must be all lower-case
(#209) Line indented incorrectly; expected at least 12 spaces, found 8
(#210) Line indented incorrectly; expected 16 spaces, found 9
(#210) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#210) Variable "IndicatorSections" must be all lower-case
(#210) Variable "Key" must be all lower-case
(#210) Variable "Settings" must be all lower-case
(#211) Line indented incorrectly; expected at least 16 spaces, found 10
(#212) Line indented incorrectly; expected 20 spaces, found 11
(#212) Expected "if (...) {\n"; found "if (...)\n {\n"
(#212) Variable "Value" must be all lower-case
(#212) Variable "Settings" must be all lower-case
(#212) Variable "Value" must be all lower-case
(#212) Variable "Settings" must be all lower-case
(#213) Line indented incorrectly; expected at least 20 spaces, found 12
(#214) Line indented incorrectly; expected at least 24 spaces, found 13
(#214) Variable "X1" must be all lower-case
(#214) Variable "ValuesPos" must be all lower-case
(#214) Variable "Value" must be all lower-case
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) This comment is 41% valid code; is this commented out code?
(#214) No space found before comment text; expected "// $X + $Key*$SectionsMargin + ($Value - $OverallMin) * $XScale;" but found "//$X + $Key*$SectionsMargin + ($Value - $OverallMin) * $XScale;"
(#216) Line indented incorrectly; expected 24 spaces, found 13
(#216) Expected "if (...) {\n"; found "if (...)\n {\n"
(#216) Variable "ValueDisplay" must be all lower-case
(#217) Line indented incorrectly; expected at least 24 spaces, found 14
(#218) Line indented incorrectly; expected at least 28 spaces, found 15
(#218) Variable "TxtPos" must be all lower-case
(#218) Variable "X1" must be all lower-case
(#218) Commas (,) must be followed by white space.
(#218) Variable "Y" must be all lower-case
(#218) Commas (,) must be followed by white space.
(#218) Variable "ValueFontName" must be all lower-case
(#218) Commas (,) must be followed by white space.
(#218) Variable "ValueFontSize" must be all lower-case
(#218) Commas (,) must be followed by white space.
(#218) Commas (,) must be followed by white space.
(#218) Variable "Value" must be all lower-case
(#218) Variable "Unit" must be all lower-case
(#219) Line indented incorrectly; expected at least 28 spaces, found 15
(#219) Variable "Radius" must be all lower-case
(#219) Variable "TxtPos" must be all lower-case
(#219) Variable "TxtPos" must be all lower-case
(#219) Variable "TextPadding" must be all lower-case
(#219) Expected 1 space before "*"; 0 found
(#219) Expected 1 space after "*"; 0 found
(#219) Expected 1 space before "/"; 0 found
(#219) Expected 1 space after "/"; 0 found
(#221) Line indented incorrectly; expected at least 28 spaces, found 15
(#221) Variable "X1" must be all lower-case
(#221) Commas (,) must be followed by white space.
(#221) Variable "Y" must be all lower-case
(#221) Commas (,) must be followed by white space.
(#221) Variable "Radius" must be all lower-case
(#221) Expected 1 space before "+"; 0 found
(#221) Expected 1 space after "+"; 0 found
(#221) Commas (,) must be followed by white space.
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#221) Variable "Settings" must be all lower-case
(#221) Expected 1 space before "+"; 0 found
(#221) Expected 1 space after "+"; 0 found
(#221) Commas (,) must be followed by white space.
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#221) Variable "Settings" must be all lower-case
(#221) Expected 1 space before "+"; 0 found
(#221) Expected 1 space after "+"; 0 found
(#221) Commas (,) must be followed by white space.
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#221) Variable "Settings" must be all lower-case
(#221) Expected 1 space before "+"; 0 found
(#221) Expected 1 space after "+"; 0 found
(#221) Line exceeds 132 characters; contains 147 characters
(#222) Line indented incorrectly; expected at least 28 spaces, found 15
(#222) Variable "X1" must be all lower-case
(#222) Commas (,) must be followed by white space.
(#222) Variable "Y" must be all lower-case
(#222) Commas (,) must be followed by white space.
(#222) Variable "Radius" must be all lower-case
(#222) Commas (,) must be followed by white space.
(#222) Expected 1 space before "=>"; 0 found
(#222) Expected 1 space after "=>"; 0 found
(#222) Commas (,) must be followed by white space.
(#222) Expected 1 space before "=>"; 0 found
(#222) Expected 1 space after "=>"; 0 found
(#222) Commas (,) must be followed by white space.
(#222) Expected 1 space before "=>"; 0 found
(#222) Expected 1 space after "=>"; 0 found
(#224) Line indented incorrectly; expected at least 28 spaces, found 15
(#224) Variable "TextSettings" must be all lower-case
(#224) Expected 1 space before "=>"; 0 found
(#224) Expected 1 space after "=>"; 0 found
(#224) Commas (,) must be followed by white space.
(#224) Expected 1 space before "=>"; 0 found
(#224) Expected 1 space after "=>"; 0 found
(#224) Variable "ValueFontName" must be all lower-case
(#224) Commas (,) must be followed by white space.
(#224) Expected 1 space before "=>"; 0 found
(#224) Expected 1 space after "=>"; 0 found
(#224) Variable "ValueFontSize" must be all lower-case
(#225) Line indented incorrectly; expected at least 28 spaces, found 15
(#225) Variable "X1" must be all lower-case
(#225) Expected 1 space before "-"; 0 found
(#225) Expected 1 space after "-"; 0 found
(#225) Commas (,) must be followed by white space.
(#225) Variable "Y" must be all lower-case
(#225) Expected 1 space before "-"; 0 found
(#225) Expected 1 space after "-"; 0 found
(#225) Commas (,) must be followed by white space.
(#225) Variable "Value" must be all lower-case
(#225) Variable "Unit" must be all lower-case
(#225) Commas (,) must be followed by white space.
(#225) Variable "TextSettings" must be all lower-case
(#226) Line indented incorrectly; expected 24 spaces, found 14
(#226) Closing brace indented incorrectly; expected 13 spaces, found 14
(#227) Line indented incorrectly; expected 24 spaces, found 13
(#227) Usage of ELSEIF not allowed; use ELSE IF instead
(#227) Variable "ValueDisplay" must be all lower-case
(#228) Line indented incorrectly; expected at least 24 spaces, found 14
(#229) Line indented incorrectly; expected at least 28 spaces, found 15
(#229) Variable "Caption" must be all lower-case
(#230) Line indented incorrectly; expected at least 28 spaces, found 15
(#230) Variable "Caption" must be all lower-case
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#230) Variable "Settings" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#230) Variable "Settings" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#230) Variable "Settings" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#230) Commas (,) must be followed by white space.
(#230) Expected 1 space before "=>"; 0 found
(#230) Expected 1 space after "=>"; 0 found
(#230) Variable "Value" must be all lower-case
(#230) Variable "Unit" must be all lower-case
(#230) Line exceeds 132 characters; contains 149 characters
(#231) Line indented incorrectly; expected at least 28 spaces, found 15
(#231) Variable "X1" must be all lower-case
(#231) Commas (,) must be followed by white space.
(#231) Variable "Y" must be all lower-case
(#231) Expected 1 space before "+"; 0 found
(#231) Expected 1 space after "+"; 0 found
(#231) Commas (,) must be followed by white space.
(#231) Variable "Settings" must be all lower-case
(#231) Commas (,) must be followed by white space.
(#231) Variable "Caption" must be all lower-case
(#232) Line indented incorrectly; expected 24 spaces, found 14
(#232) Closing brace indented incorrectly; expected 13 spaces, found 14
(#233) Line indented incorrectly; expected 20 spaces, found 12
(#233) Closing brace indented incorrectly; expected 11 spaces, found 12
(#234) Line indented incorrectly; expected at least 20 spaces, found 11
(#234) Variable "X1" must be all lower-case
(#234) Variable "X2" must be all lower-case
(#234) Variable "SectionsMargin" must be all lower-case
(#235) Line indented incorrectly; expected 16 spaces, found 10
(#235) Closing brace indented incorrectly; expected 9 spaces, found 10
(#236) Line indented incorrectly; expected 12 spaces, found 8
(#236) Closing brace indented incorrectly; expected 7 spaces, found 8
(#237) Line indented incorrectly; expected 8 spaces, found 6
(#237) Closing brace indented incorrectly; expected 5 spaces, found 6
(#238) Line indented incorrectly; expected at least 8 spaces, found 5
(#238) Variable "RestoreShadow" must be all lower-case
(#239) Closing brace indented incorrectly; expected 3 spaces, found 4
(#240) Line indented incorrectly; expected 0 spaces, found 2
(#240) Closing brace indented incorrectly; expected 1 spaces, found 2
(#241) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pPie.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#18) Spaces must be used for alignment; tabs are not allowed
(#18) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Line indented incorrectly; expected 0 spaces, found 1
(#34) Line indented incorrectly; expected at least 4 spaces, found 3
(#34) Member variable "pChartObject" must be all lower-case
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$pChartObject"
(#35) Line indented incorrectly; expected at least 4 spaces, found 3
(#35) Member variable "pDataObject" must be all lower-case
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$pDataObject"
(#36) Line indented incorrectly; expected at least 4 spaces, found 3
(#36) Member variable "LabelPos" must be all lower-case
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$LabelPos"
(#36) Space found before semicolon; expected """;" but found """ ;"
(#38) Line indented incorrectly; expected at least 4 spaces, found 3
(#39) Line indented incorrectly; expected 4 spaces, found 3
(#39) method name "pPie::pPie" must be in lower-case letters only
(#39) PHP4 style constructors are not allowed; use "__construct()" instead
(#39) Visibility must be declared on method "pPie"
(#39) Variable "Object" must be all lower-case
(#39) Commas (,) must be followed by white space.
(#39) Variable "pDataObject" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Variable "Object" must be all lower-case
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Variable "pDataObject" must be all lower-case
(#46) Closing brace indented incorrectly; expected 3 spaces, found 4
(#48) Line indented incorrectly; expected at least 4 spaces, found 3
(#49) Line indented incorrectly; expected 4 spaces, found 3
(#49) method name "pPie::draw2DPie" must be in lower-case letters only
(#49) Visibility must be declared on method "draw2DPie"
(#49) Variable "X" must be all lower-case
(#49) Commas (,) must be followed by white space.
(#49) Variable "Y" must be all lower-case
(#49) Commas (,) must be followed by white space.
(#49) Variable "Format" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#51) Line indented incorrectly; expected at least 8 spaces, found 5
(#51) Variable "Radius" must be all lower-case
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Variable "Format" must be all lower-case
(#51) Variable "Format" must be all lower-case
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Variable "Precision" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Variable "Format" must be all lower-case
(#52) Variable "Format" must be all lower-case
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "DataGapAngle" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Variable "Format" must be all lower-case
(#53) Variable "Format" must be all lower-case
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "DataGapRadius" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Variable "Format" must be all lower-case
(#54) Variable "Format" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "SecondPass" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Variable "Format" must be all lower-case
(#55) Variable "Format" must be all lower-case
(#55) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "Border" must be all lower-case
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "Format" must be all lower-case
(#56) Variable "Format" must be all lower-case
(#56) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Variable "BorderR" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "Format" must be all lower-case
(#57) Variable "Format" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Variable "BorderG" must be all lower-case
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Variable "Format" must be all lower-case
(#58) Variable "Format" must be all lower-case
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Variable "BorderB" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "Format" must be all lower-case
(#59) Variable "Format" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Variable "Shadow" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Variable "Format" must be all lower-case
(#60) Variable "Format" must be all lower-case
(#60) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Variable "DrawLabels" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "Format" must be all lower-case
(#61) Variable "Format" must be all lower-case
(#61) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Variable "LabelStacked" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Variable "Format" must be all lower-case
(#62) Variable "Format" must be all lower-case
(#62) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "LabelColor" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Variable "Format" must be all lower-case
(#63) Variable "Format" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) Variable "LabelR" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Variable "Format" must be all lower-case
(#64) Variable "Format" must be all lower-case
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Variable "LabelG" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Variable "Format" must be all lower-case
(#65) Variable "Format" must be all lower-case
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "LabelB" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Variable "Format" must be all lower-case
(#66) Variable "Format" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "LabelAlpha" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Variable "Format" must be all lower-case
(#67) Variable "Format" must be all lower-case
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Variable "WriteValues" must be all lower-case
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Variable "Format" must be all lower-case
(#68) Variable "Format" must be all lower-case
(#68) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Variable "ValuePosition" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Variable "Format" must be all lower-case
(#69) Variable "Format" must be all lower-case
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "ValuePadding" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Variable "Format" must be all lower-case
(#70) Variable "Format" must be all lower-case
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) Variable "ValueSuffix" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Variable "Format" must be all lower-case
(#71) Variable "Format" must be all lower-case
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "ValueR" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Variable "Format" must be all lower-case
(#72) Variable "Format" must be all lower-case
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "ValueG" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Variable "Format" must be all lower-case
(#73) Variable "Format" must be all lower-case
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "ValueB" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Variable "Format" must be all lower-case
(#74) Variable "Format" must be all lower-case
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Variable "ValueAlpha" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Variable "Format" must be all lower-case
(#75) Variable "Format" must be all lower-case
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Variable "RecordImageMap" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Variable "Format" must be all lower-case
(#76) Variable "Format" must be all lower-case
(#76) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Variable "Data" must be all lower-case
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Variable "Palette" must be all lower-case
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#83) Line indented incorrectly; expected 8 spaces, found 5
(#83) Expected "if (...) {\n"; found "if (...) { "
(#83) Variable "Data" must be all lower-case
(#83) Closing brace must be on a line by itself
(#85) Line indented incorrectly; expected at least 8 spaces, found 5
(#86) Line indented incorrectly; expected at least 8 spaces, found 5
(#86) Variable "DataSerie" must be all lower-case
(#87) Line indented incorrectly; expected 8 spaces, found 5
(#87) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#87) Variable "Data" must be all lower-case
(#87) Variable "SerieName" must be all lower-case
(#87) Variable "SerieData" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 6
(#88) Expected "if (...) {\n"; found "if (...) { "
(#88) Variable "SerieName" must be all lower-case
(#88) Variable "Data" must be all lower-case
(#88) Variable "DataSerie" must be all lower-case
(#88) Variable "SerieName" must be all lower-case
(#88) Closing brace must be on a line by itself
(#88) Closing brace must be on a line by itself
(#90) Line indented incorrectly; expected at least 8 spaces, found 5
(#91) Line indented incorrectly; expected 8 spaces, found 5
(#91) Expected "if (...) {\n"; found "if (...) { "
(#91) Variable "DataSerie" must be all lower-case
(#91) Closing brace must be on a line by itself
(#93) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "Data" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "Palette" must be all lower-case
(#94) Variable "Data" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "Palette" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "DataSerie" must be all lower-case
(#94) Commas (,) must be followed by white space.
(#94) Variable "Data" must be all lower-case
(#96) Line indented incorrectly; expected at least 8 spaces, found 5
(#97) Line indented incorrectly; expected at least 8 spaces, found 5
(#97) Variable "SerieSum" must be all lower-case
(#97) Variable "DataSerie" must be all lower-case
(#99) Line indented incorrectly; expected at least 8 spaces, found 5
(#100) Line indented incorrectly; expected 8 spaces, found 5
(#100) Expected "if (...) {\n"; found "if (...) { "
(#100) Variable "SerieSum" must be all lower-case
(#100) Closing brace must be on a line by itself
(#102) Line indented incorrectly; expected at least 8 spaces, found 5
(#103) Line indented incorrectly; expected at least 8 spaces, found 5
(#103) Variable "Values" must be all lower-case
(#104) Line indented incorrectly; expected 8 spaces, found 5
(#104) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#104) Variable "Data" must be all lower-case
(#104) Variable "DataSerie" must be all lower-case
(#104) Variable "Key" must be all lower-case
(#104) Variable "Value" must be all lower-case
(#105) Line indented incorrectly; expected at least 8 spaces, found 6
(#105) Expected "if (...) {\n"; found "if (...) { "
(#105) Variable "Value" must be all lower-case
(#105) Variable "Values" must be all lower-case
(#105) Variable "Value" must be all lower-case
(#105) Closing brace must be on a line by itself
(#105) Closing brace must be on a line by itself
(#107) Line indented incorrectly; expected at least 8 spaces, found 5
(#108) Line indented incorrectly; expected 8 spaces, found 5
(#108) Expected "if (...) {\n"; found "if (...) { "
(#108) Variable "Values" must be all lower-case
(#108) Expected 1 space before "=="; 0 found
(#108) Expected 1 space after "=="; 0 found
(#108) Variable "WastedAngular" must be all lower-case
(#108) Closing brace must be on a line by itself
(#108) Expected "} else {\n"; found "} else { "
(#108) Variable "WastedAngular" must be all lower-case
(#108) Variable "Values" must be all lower-case
(#108) Variable "DataGapAngle" must be all lower-case
(#108) Closing brace must be on a line by itself
(#110) Line indented incorrectly; expected at least 8 spaces, found 5
(#111) Line indented incorrectly; expected at least 8 spaces, found 5
(#111) Variable "ScaleFactor" must be all lower-case
(#111) Variable "WastedAngular" must be all lower-case
(#111) Variable "SerieSum" must be all lower-case
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#113) Variable "RestoreShadow" must be all lower-case
(#114) Line indented incorrectly; expected 8 spaces, found 5
(#114) Expected "if (...) {\n"; found "if (...)\n {\n"
(#115) Line indented incorrectly; expected at least 8 spaces, found 6
(#116) Line indented incorrectly; expected at least 12 spaces, found 7
(#116) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#118) Line indented incorrectly; expected at least 12 spaces, found 7
(#118) Variable "ShadowFormat" must be all lower-case
(#118) Variable "Format" must be all lower-case
(#118) Variable "ShadowFormat" must be all lower-case
(#118) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#119) Line indented incorrectly; expected at least 12 spaces, found 7
(#119) Variable "X" must be all lower-case
(#119) Expected 1 space before "+"; 0 found
(#119) Expected 1 space after "+"; 0 found
(#119) Commas (,) must be followed by white space.
(#119) Variable "Y" must be all lower-case
(#119) Expected 1 space before "+"; 0 found
(#119) Expected 1 space after "+"; 0 found
(#119) Commas (,) must be followed by white space.
(#119) Variable "ShadowFormat" must be all lower-case
(#120) Line indented incorrectly; expected 8 spaces, found 6
(#120) Closing brace indented incorrectly; expected 5 spaces, found 6
(#122) Line indented incorrectly; expected at least 8 spaces, found 5
(#123) Line indented incorrectly; expected at least 8 spaces, found 5
(#123) Variable "Step" must be all lower-case
(#123) Variable "Radius" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 5
(#124) Variable "Offset" must be all lower-case
(#124) Variable "ID" must be all lower-case
(#125) Line indented incorrectly; expected 8 spaces, found 5
(#125) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#125) Variable "Values" must be all lower-case
(#125) Variable "Key" must be all lower-case
(#125) Variable "Value" must be all lower-case
(#126) Line indented incorrectly; expected at least 8 spaces, found 6
(#127) Line indented incorrectly; expected at least 12 spaces, found 7
(#127) Inline control structures are not allowed
(#127) Variable "Shadow" must be all lower-case
(#128) Line indented incorrectly; expected at least 12 spaces, found 8
(#128) Variable "Settings" must be all lower-case
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Line exceeds 132 characters; contains 167 characters
(#129) Line indented incorrectly; expected 12 spaces, found 7
(#130) Line indented incorrectly; expected at least 12 spaces, found 8
(#131) Line indented incorrectly; expected 16 spaces, found 9
(#131) Expected "if (...) {\n"; found "if (...) { "
(#131) Variable "Palette" must be all lower-case
(#131) Variable "ID" must be all lower-case
(#131) Variable "Color" must be all lower-case
(#131) Variable "Palette" must be all lower-case
(#131) Variable "ID" must be all lower-case
(#131) Variable "Color" must be all lower-case
(#131) Variable "ID" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) Variable "Color" must be all lower-case
(#131) Line exceeds 132 characters; contains 163 characters
(#131) Closing brace must be on a line by itself
(#132) Line indented incorrectly; expected at least 16 spaces, found 9
(#132) Variable "Settings" must be all lower-case
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#132) Variable "Palette" must be all lower-case
(#132) Variable "ID" must be all lower-case
(#132) Commas (,) must be followed by white space.
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#132) Variable "Palette" must be all lower-case
(#132) Variable "ID" must be all lower-case
(#132) Commas (,) must be followed by white space.
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#132) Variable "Palette" must be all lower-case
(#132) Variable "ID" must be all lower-case
(#132) Commas (,) must be followed by white space.
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#132) Variable "Palette" must be all lower-case
(#132) Variable "ID" must be all lower-case
(#133) Line indented incorrectly; expected 12 spaces, found 8
(#133) Closing brace indented incorrectly; expected 7 spaces, found 8
(#135) Line indented incorrectly; expected 12 spaces, found 7
(#135) Expected "if (...) {\n"; found "if (...)\n {\n"
(#135) Variable "SecondPass" must be all lower-case
(#135) Variable "Shadow" must be all lower-case
(#136) Line indented incorrectly; expected at least 12 spaces, found 8
(#137) Line indented incorrectly; expected at least 16 spaces, found 9
(#137) Inline control structures are not allowed
(#137) Variable "Border" must be all lower-case
(#138) Line indented incorrectly; expected at least 16 spaces, found 10
(#138) Variable "Settings" must be all lower-case
(#139) Line indented incorrectly; expected 16 spaces, found 9
(#140) Line indented incorrectly; expected at least 16 spaces, found 10
(#140) Variable "Settings" must be all lower-case
(#140) Variable "BorderR" must be all lower-case
(#140) Variable "Settings" must be all lower-case
(#140) Variable "BorderG" must be all lower-case
(#140) Variable "Settings" must be all lower-case
(#140) Variable "BorderB" must be all lower-case
(#140) Closing brace must be on a line by itself
(#141) Line indented incorrectly; expected 12 spaces, found 8
(#141) Closing brace indented incorrectly; expected 7 spaces, found 8
(#143) Line indented incorrectly; expected at least 12 spaces, found 7
(#143) Variable "Plots" must be all lower-case
(#144) Line indented incorrectly; expected at least 12 spaces, found 7
(#144) Variable "EndAngle" must be all lower-case
(#144) Variable "Offset" must be all lower-case
(#144) Expected 1 space before "+"; 0 found
(#144) Expected 1 space after "+"; 0 found
(#144) Variable "Value" must be all lower-case
(#144) Expected 1 space before "*"; 0 found
(#144) Expected 1 space after "*"; 0 found
(#144) Variable "ScaleFactor" must be all lower-case
(#144) Expected "if (...) {\n"; found "if (...) { "
(#144) Variable "EndAngle" must be all lower-case
(#144) Variable "EndAngle" must be all lower-case
(#144) Closing brace must be on a line by itself
(#146) Line indented incorrectly; expected at least 12 spaces, found 7
(#146) Variable "Angle" must be all lower-case
(#146) Variable "EndAngle" must be all lower-case
(#146) Variable "Offset" must be all lower-case
(#146) Expected 1 space before "/"; 0 found
(#146) Expected 1 space after "/"; 0 found
(#146) Variable "Offset" must be all lower-case
(#147) Line indented incorrectly; expected 12 spaces, found 7
(#147) Expected "if (...) {\n"; found "if (...)\n { "
(#147) Variable "DataGapAngle" must be all lower-case
(#148) Line indented incorrectly; expected at least 12 spaces, found 8
(#148) Variable "X0" must be all lower-case
(#148) Variable "X" must be all lower-case
(#148) Variable "Y0" must be all lower-case
(#148) Variable "Y" must be all lower-case
(#148) Closing brace must be on a line by itself
(#149) Line indented incorrectly; expected 12 spaces, found 7
(#149) Expected "} else {\n"; found "}\n else\n {\n"
(#150) Line indented incorrectly; expected at least 12 spaces, found 8
(#151) Line indented incorrectly; expected at least 16 spaces, found 9
(#151) Variable "X0" must be all lower-case
(#151) Variable "Angle" must be all lower-case
(#151) Expected 1 space before "-"; 0 found
(#151) Expected 1 space after "-"; 0 found
(#151) Expected 1 space before "*"; 0 found
(#151) Expected 1 space after "*"; 0 found
(#151) Expected 1 space before "/"; 0 found
(#151) Expected 1 space after "/"; 0 found
(#151) Variable "DataGapRadius" must be all lower-case
(#151) Variable "X" must be all lower-case
(#152) Line indented incorrectly; expected at least 16 spaces, found 9
(#152) Variable "Y0" must be all lower-case
(#152) Variable "Angle" must be all lower-case
(#152) Expected 1 space before "-"; 0 found
(#152) Expected 1 space after "-"; 0 found
(#152) Expected 1 space before "*"; 0 found
(#152) Expected 1 space after "*"; 0 found
(#152) Expected 1 space before "/"; 0 found
(#152) Expected 1 space after "/"; 0 found
(#152) Variable "DataGapRadius" must be all lower-case
(#152) Variable "Y" must be all lower-case
(#153) Line indented incorrectly; expected 12 spaces, found 8
(#153) Closing brace indented incorrectly; expected 7 spaces, found 8
(#155) Line indented incorrectly; expected at least 12 spaces, found 7
(#155) Variable "Plots" must be all lower-case
(#155) Variable "X0" must be all lower-case
(#155) Variable "Plots" must be all lower-case
(#155) Variable "Y0" must be all lower-case
(#156) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#158) Line indented incorrectly; expected 12 spaces, found 7
(#158) Expected "for (...) {\n"; found "for(...)\n {\n"
(#158) Expected 1 space after first semicolon of FOR loop; 0 found
(#158) Expected 1 space after second semicolon of FOR loop; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Variable "Offset" must be all lower-case
(#158) Expected 1 space before "<="; 0 found
(#158) Expected 1 space after "<="; 0 found
(#158) Variable "EndAngle" must be all lower-case
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#158) Expected 1 space before "+"; 0 found
(#158) Expected 1 space after "+"; 0 found
(#158) Variable "Step" must be all lower-case
(#159) Line indented incorrectly; expected at least 12 spaces, found 8
(#160) Line indented incorrectly; expected at least 16 spaces, found 9
(#160) Variable "Xc" must be all lower-case
(#160) Expected 1 space before "-"; 0 found
(#160) Expected 1 space after "-"; 0 found
(#160) Expected 1 space before "*"; 0 found
(#160) Expected 1 space after "*"; 0 found
(#160) Expected 1 space before "/"; 0 found
(#160) Expected 1 space after "/"; 0 found
(#160) Variable "Radius" must be all lower-case
(#160) Variable "X" must be all lower-case
(#161) Line indented incorrectly; expected at least 16 spaces, found 9
(#161) Variable "Yc" must be all lower-case
(#161) Expected 1 space before "-"; 0 found
(#161) Expected 1 space after "-"; 0 found
(#161) Expected 1 space before "*"; 0 found
(#161) Expected 1 space after "*"; 0 found
(#161) Expected 1 space before "/"; 0 found
(#161) Expected 1 space after "/"; 0 found
(#161) Variable "Radius" must be all lower-case
(#161) Variable "Y" must be all lower-case
(#163) Line indented incorrectly; expected 16 spaces, found 9
(#163) Expected "if (...) {\n"; found "if (...) { "
(#163) Variable "SecondPass" must be all lower-case
(#163) Expected 1 space before "<"; 0 found
(#163) Expected 1 space after "<"; 0 found
(#163) Variable "Yc" must be all lower-case
(#163) Closing brace must be on a line by itself
(#164) Line indented incorrectly; expected 16 spaces, found 9
(#164) Expected "if (...) {\n"; found "if (...) { "
(#164) Variable "SecondPass" must be all lower-case
(#164) Expected 1 space before ">"; 0 found
(#164) Expected 1 space after ">"; 0 found
(#164) Expected 1 space before "<"; 0 found
(#164) Expected 1 space after "<"; 0 found
(#164) Variable "Xc" must be all lower-case
(#164) Closing brace must be on a line by itself
(#165) Line indented incorrectly; expected 16 spaces, found 9
(#165) Expected "if (...) {\n"; found "if (...) { "
(#165) Variable "SecondPass" must be all lower-case
(#165) Expected 1 space before ">="; 0 found
(#165) Expected 1 space after ">="; 0 found
(#165) Variable "Xc" must be all lower-case
(#165) Variable "Yc" must be all lower-case
(#165) Closing brace must be on a line by itself
(#167) Line indented incorrectly; expected at least 16 spaces, found 9
(#167) Variable "Plots" must be all lower-case
(#167) Variable "Xc" must be all lower-case
(#167) Variable "Plots" must be all lower-case
(#167) Variable "Yc" must be all lower-case
(#168) Line indented incorrectly; expected 12 spaces, found 8
(#168) Closing brace indented incorrectly; expected 7 spaces, found 8
(#170) Line indented incorrectly; expected at least 12 spaces, found 7
(#170) Variable "Plots" must be all lower-case
(#170) Commas (,) must be followed by white space.
(#170) Variable "Settings" must be all lower-case
(#171) Line indented incorrectly; expected 12 spaces, found 7
(#171) Expected "if (...) {\n"; found "if (...) { "
(#171) Variable "RecordImageMap" must be all lower-case
(#171) Variable "Shadow" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "Plots" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "Palette" must be all lower-case
(#171) Variable "ID" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "Palette" must be all lower-case
(#171) Variable "ID" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "Palette" must be all lower-case
(#171) Variable "ID" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "Data" must be all lower-case
(#171) Variable "Data" must be all lower-case
(#171) Variable "Key" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Variable "Value" must be all lower-case
(#171) Line exceeds maximum limit of 180 characters; contains 266 characters
(#171) Closing brace must be on a line by itself
(#173) Line indented incorrectly; expected 12 spaces, found 7
(#173) Expected "if (...) {\n"; found "if (...)\n {\n"
(#173) Variable "DrawLabels" must be all lower-case
(#173) Variable "Shadow" must be all lower-case
(#173) Variable "SecondPass" must be all lower-case
(#174) Line indented incorrectly; expected at least 12 spaces, found 8
(#175) Line indented incorrectly; expected 16 spaces, found 9
(#175) Expected "if (...) {\n"; found "if (...)\n { "
(#175) Variable "LabelColor" must be all lower-case
(#176) Line indented incorrectly; expected at least 16 spaces, found 10
(#176) Variable "Settings" must be all lower-case
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Variable "Palette" must be all lower-case
(#176) Variable "ID" must be all lower-case
(#176) Commas (,) must be followed by white space.
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Variable "Palette" must be all lower-case
(#176) Variable "ID" must be all lower-case
(#176) Commas (,) must be followed by white space.
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Variable "Palette" must be all lower-case
(#176) Variable "ID" must be all lower-case
(#176) Commas (,) must be followed by white space.
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Variable "Palette" must be all lower-case
(#176) Variable "ID" must be all lower-case
(#176) Line exceeds 132 characters; contains 148 characters
(#176) Closing brace must be on a line by itself
(#177) Line indented incorrectly; expected 16 spaces, found 9
(#177) Expected "} else {\n"; found "}\n else\n { "
(#178) Line indented incorrectly; expected at least 16 spaces, found 10
(#178) Variable "Settings" must be all lower-case
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Variable "LabelR" must be all lower-case
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Variable "LabelG" must be all lower-case
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Variable "LabelB" must be all lower-case
(#178) Commas (,) must be followed by white space.
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Variable "LabelAlpha" must be all lower-case
(#178) Closing brace must be on a line by itself
(#180) Line indented incorrectly; expected at least 16 spaces, found 9
(#180) Variable "Angle" must be all lower-case
(#180) Variable "EndAngle" must be all lower-case
(#180) Variable "Offset" must be all lower-case
(#180) Expected 1 space before "/"; 0 found
(#180) Expected 1 space after "/"; 0 found
(#180) Variable "Offset" must be all lower-case
(#181) Line indented incorrectly; expected at least 16 spaces, found 9
(#181) Variable "Xc" must be all lower-case
(#181) Variable "Angle" must be all lower-case
(#181) Expected 1 space before "-"; 0 found
(#181) Expected 1 space after "-"; 0 found
(#181) Expected 1 space before "*"; 0 found
(#181) Expected 1 space after "*"; 0 found
(#181) Expected 1 space before "/"; 0 found
(#181) Expected 1 space after "/"; 0 found
(#181) Variable "Radius" must be all lower-case
(#181) Variable "X" must be all lower-case
(#182) Line indented incorrectly; expected at least 16 spaces, found 9
(#182) Variable "Yc" must be all lower-case
(#182) Variable "Angle" must be all lower-case
(#182) Expected 1 space before "-"; 0 found
(#182) Expected 1 space after "-"; 0 found
(#182) Expected 1 space before "*"; 0 found
(#182) Expected 1 space after "*"; 0 found
(#182) Expected 1 space before "/"; 0 found
(#182) Expected 1 space after "/"; 0 found
(#182) Variable "Radius" must be all lower-case
(#182) Variable "Y" must be all lower-case
(#184) Line indented incorrectly; expected at least 16 spaces, found 9
(#184) Variable "Label" must be all lower-case
(#184) Variable "Data" must be all lower-case
(#184) Variable "Data" must be all lower-case
(#184) Variable "Key" must be all lower-case
(#186) Line indented incorrectly; expected at least 16 spaces, found 9
(#186) Inline control structures are not allowed
(#186) Variable "LabelStacked" must be all lower-case
(#187) Line indented incorrectly; expected at least 16 spaces, found 10
(#187) Variable "Xc" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Yc" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Label" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Angle" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Settings" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#187) Commas (,) must be followed by white space.
(#187) Variable "X" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Y" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "Radius" must be all lower-case
(#188) Line indented incorrectly; expected at least 16 spaces, found 9
(#188) Inline control structures are not allowed
(#189) Line indented incorrectly; expected at least 16 spaces, found 10
(#189) Variable "Xc" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "Yc" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "Label" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "Angle" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "Settings" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#190) Line indented incorrectly; expected 12 spaces, found 8
(#190) Closing brace indented incorrectly; expected 7 spaces, found 8
(#192) Line indented incorrectly; expected at least 12 spaces, found 7
(#192) Variable "Offset" must be all lower-case
(#192) Variable "DataGapAngle" must be all lower-case
(#192) Variable "ID" must be all lower-case
(#193) Line indented incorrectly; expected 8 spaces, found 6
(#193) Closing brace indented incorrectly; expected 5 spaces, found 6
(#195) Line indented incorrectly; expected at least 8 spaces, found 5
(#196) Line indented incorrectly; expected 8 spaces, found 5
(#196) Expected "if (...) {\n"; found "if (...)\n {\n"
(#196) Variable "SecondPass" must be all lower-case
(#197) Line indented incorrectly; expected at least 8 spaces, found 6
(#198) Line indented incorrectly; expected at least 12 spaces, found 7
(#198) Variable "Step" must be all lower-case
(#198) Variable "Radius" must be all lower-case
(#199) Line indented incorrectly; expected at least 12 spaces, found 7
(#199) Variable "Offset" must be all lower-case
(#199) Variable "ID" must be all lower-case
(#200) Line indented incorrectly; expected 12 spaces, found 7
(#200) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#200) Variable "Values" must be all lower-case
(#200) Variable "Key" must be all lower-case
(#200) Variable "Value" must be all lower-case
(#201) Line indented incorrectly; expected at least 12 spaces, found 8
(#202) Line indented incorrectly; expected at least 16 spaces, found 9
(#202) Variable "FirstPoint" must be all lower-case
(#202) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#203) Line indented incorrectly; expected at least 16 spaces, found 9
(#203) Inline control structures are not allowed
(#203) Variable "Shadow" must be all lower-case
(#204) Line indented incorrectly; expected at least 16 spaces, found 10
(#204) Variable "Settings" must be all lower-case
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Commas (,) must be followed by white space.
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Commas (,) must be followed by white space.
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Commas (,) must be followed by white space.
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Line exceeds 132 characters; contains 169 characters
(#205) Line indented incorrectly; expected 16 spaces, found 9
(#206) Line indented incorrectly; expected at least 16 spaces, found 10
(#207) Line indented incorrectly; expected at least 20 spaces, found 11
(#207) Inline control structures are not allowed
(#207) Variable "Border" must be all lower-case
(#208) Line indented incorrectly; expected at least 20 spaces, found 12
(#208) Variable "Settings" must be all lower-case
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Variable "BorderR" must be all lower-case
(#208) Commas (,) must be followed by white space.
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Variable "BorderG" must be all lower-case
(#208) Commas (,) must be followed by white space.
(#208) Expected 1 space before "=>"; 0 found
(#208) Expected 1 space after "=>"; 0 found
(#208) Variable "BorderB" must be all lower-case
(#209) Line indented incorrectly; expected at least 20 spaces, found 11
(#209) Inline control structures are not allowed
(#210) Line indented incorrectly; expected at least 20 spaces, found 12
(#210) Variable "Settings" must be all lower-case
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#210) Variable "Palette" must be all lower-case
(#210) Variable "ID" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#210) Variable "Palette" must be all lower-case
(#210) Variable "ID" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#210) Variable "Palette" must be all lower-case
(#210) Variable "ID" must be all lower-case
(#210) Commas (,) must be followed by white space.
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#210) Variable "Palette" must be all lower-case
(#210) Variable "ID" must be all lower-case
(#210) Line exceeds 132 characters; contains 135 characters
(#211) Line indented incorrectly; expected 16 spaces, found 10
(#211) Closing brace indented incorrectly; expected 9 spaces, found 10
(#213) Line indented incorrectly; expected at least 16 spaces, found 9
(#213) Variable "EndAngle" must be all lower-case
(#213) Variable "Offset" must be all lower-case
(#213) Expected 1 space before "+"; 0 found
(#213) Expected 1 space after "+"; 0 found
(#213) Variable "Value" must be all lower-case
(#213) Expected 1 space before "*"; 0 found
(#213) Expected 1 space after "*"; 0 found
(#213) Variable "ScaleFactor" must be all lower-case
(#213) Expected "if (...) {\n"; found "if (...) { "
(#213) Variable "EndAngle" must be all lower-case
(#213) Variable "EndAngle" must be all lower-case
(#213) Closing brace must be on a line by itself
(#215) Line indented incorrectly; expected 16 spaces, found 9
(#215) Expected "if (...) {\n"; found "if (...)\n { "
(#215) Variable "DataGapAngle" must be all lower-case
(#216) Line indented incorrectly; expected at least 16 spaces, found 10
(#216) Variable "X0" must be all lower-case
(#216) Variable "X" must be all lower-case
(#216) Variable "Y0" must be all lower-case
(#216) Variable "Y" must be all lower-case
(#216) Closing brace must be on a line by itself
(#217) Line indented incorrectly; expected 16 spaces, found 9
(#217) Expected "} else {\n"; found "}\n else\n {\n"
(#218) Line indented incorrectly; expected at least 16 spaces, found 10
(#219) Line indented incorrectly; expected at least 20 spaces, found 11
(#219) Variable "Angle" must be all lower-case
(#219) Variable "EndAngle" must be all lower-case
(#219) Variable "Offset" must be all lower-case
(#219) Expected 1 space before "/"; 0 found
(#219) Expected 1 space after "/"; 0 found
(#219) Variable "Offset" must be all lower-case
(#220) Line indented incorrectly; expected at least 20 spaces, found 11
(#220) Variable "X0" must be all lower-case
(#220) Variable "Angle" must be all lower-case
(#220) Expected 1 space before "-"; 0 found
(#220) Expected 1 space after "-"; 0 found
(#220) Expected 1 space before "*"; 0 found
(#220) Expected 1 space after "*"; 0 found
(#220) Expected 1 space before "/"; 0 found
(#220) Expected 1 space after "/"; 0 found
(#220) Variable "DataGapRadius" must be all lower-case
(#220) Variable "X" must be all lower-case
(#221) Line indented incorrectly; expected at least 20 spaces, found 11
(#221) Variable "Y0" must be all lower-case
(#221) Variable "Angle" must be all lower-case
(#221) Expected 1 space before "-"; 0 found
(#221) Expected 1 space after "-"; 0 found
(#221) Expected 1 space before "*"; 0 found
(#221) Expected 1 space after "*"; 0 found
(#221) Expected 1 space before "/"; 0 found
(#221) Expected 1 space after "/"; 0 found
(#221) Variable "DataGapRadius" must be all lower-case
(#221) Variable "Y" must be all lower-case
(#222) Line indented incorrectly; expected 16 spaces, found 10
(#222) Closing brace indented incorrectly; expected 9 spaces, found 10
(#223) Line indented incorrectly; expected at least 16 spaces, found 9
(#223) Variable "Plots" must be all lower-case
(#223) Variable "X0" must be all lower-case
(#223) Variable "Plots" must be all lower-case
(#223) Variable "Y0" must be all lower-case
(#225) Line indented incorrectly; expected 16 spaces, found 9
(#225) Expected "for (...) {\n"; found "for(...)\n {\n"
(#225) Expected 1 space after first semicolon of FOR loop; 0 found
(#225) Expected 1 space after second semicolon of FOR loop; 0 found
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#225) Variable "Offset" must be all lower-case
(#225) Expected 1 space before "<="; 0 found
(#225) Expected 1 space after "<="; 0 found
(#225) Variable "EndAngle" must be all lower-case
(#225) Expected 1 space before "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#225) Expected 1 space before "+"; 0 found
(#225) Expected 1 space after "+"; 0 found
(#225) Variable "Step" must be all lower-case
(#226) Line indented incorrectly; expected at least 16 spaces, found 10
(#227) Line indented incorrectly; expected at least 20 spaces, found 11
(#227) Variable "Xc" must be all lower-case
(#227) Expected 1 space before "-"; 0 found
(#227) Expected 1 space after "-"; 0 found
(#227) Expected 1 space before "*"; 0 found
(#227) Expected 1 space after "*"; 0 found
(#227) Expected 1 space before "/"; 0 found
(#227) Expected 1 space after "/"; 0 found
(#227) Variable "Radius" must be all lower-case
(#227) Variable "X" must be all lower-case
(#228) Line indented incorrectly; expected at least 20 spaces, found 11
(#228) Variable "Yc" must be all lower-case
(#228) Expected 1 space before "-"; 0 found
(#228) Expected 1 space after "-"; 0 found
(#228) Expected 1 space before "*"; 0 found
(#228) Expected 1 space after "*"; 0 found
(#228) Expected 1 space before "/"; 0 found
(#228) Expected 1 space after "/"; 0 found
(#228) Variable "Radius" must be all lower-case
(#228) Variable "Y" must be all lower-case
(#230) Line indented incorrectly; expected 20 spaces, found 11
(#230) Expected "if (...) {\n"; found "if (...) { "
(#230) Variable "FirstPoint" must be all lower-case
(#230) Variable "Xc" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "Yc" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "X0" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "Y0" must be all lower-case
(#230) Commas (,) must be followed by white space.
(#230) Variable "Settings" must be all lower-case
(#230) Closing brace must be on a line by itself
(#230) Variable "FirstPoint" must be all lower-case
(#230) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#231) Whitespace found at end of line
(#232) Line indented incorrectly; expected at least 20 spaces, found 11
(#232) Variable "Xc" must be all lower-case
(#232) Commas (,) must be followed by white space.
(#232) Variable "Yc" must be all lower-case
(#232) Commas (,) must be followed by white space.
(#232) Variable "Settings" must be all lower-case
(#233) Line indented incorrectly; expected 16 spaces, found 10
(#233) Closing brace indented incorrectly; expected 9 spaces, found 10
(#234) Line indented incorrectly; expected at least 16 spaces, found 9
(#234) Variable "Xc" must be all lower-case
(#234) Commas (,) must be followed by white space.
(#234) Variable "Yc" must be all lower-case
(#234) Commas (,) must be followed by white space.
(#234) Variable "X0" must be all lower-case
(#234) Commas (,) must be followed by white space.
(#234) Variable "Y0" must be all lower-case
(#234) Commas (,) must be followed by white space.
(#234) Variable "Settings" must be all lower-case
(#236) Line indented incorrectly; expected 16 spaces, found 9
(#236) Expected "if (...) {\n"; found "if (...)\n {\n"
(#236) Variable "DrawLabels" must be all lower-case
(#236) Variable "Shadow" must be all lower-case
(#237) Line indented incorrectly; expected at least 16 spaces, found 10
(#238) Line indented incorrectly; expected 20 spaces, found 11
(#238) Expected "if (...) {\n"; found "if (...)\n { "
(#238) Variable "LabelColor" must be all lower-case
(#239) Line indented incorrectly; expected at least 20 spaces, found 12
(#239) Variable "Settings" must be all lower-case
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#239) Variable "Palette" must be all lower-case
(#239) Variable "ID" must be all lower-case
(#239) Commas (,) must be followed by white space.
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#239) Variable "Palette" must be all lower-case
(#239) Variable "ID" must be all lower-case
(#239) Commas (,) must be followed by white space.
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#239) Variable "Palette" must be all lower-case
(#239) Variable "ID" must be all lower-case
(#239) Commas (,) must be followed by white space.
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#239) Variable "Palette" must be all lower-case
(#239) Variable "ID" must be all lower-case
(#239) Line exceeds 132 characters; contains 150 characters
(#239) Closing brace must be on a line by itself
(#240) Line indented incorrectly; expected 20 spaces, found 11
(#240) Expected "} else {\n"; found "}\n else\n { "
(#241) Line indented incorrectly; expected at least 20 spaces, found 12
(#241) Variable "Settings" must be all lower-case
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Variable "LabelR" must be all lower-case
(#241) Commas (,) must be followed by white space.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Variable "LabelG" must be all lower-case
(#241) Commas (,) must be followed by white space.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Variable "LabelB" must be all lower-case
(#241) Commas (,) must be followed by white space.
(#241) Expected 1 space before "=>"; 0 found
(#241) Expected 1 space after "=>"; 0 found
(#241) Variable "LabelAlpha" must be all lower-case
(#241) Closing brace must be on a line by itself
(#243) Line indented incorrectly; expected at least 20 spaces, found 11
(#243) Variable "Angle" must be all lower-case
(#243) Variable "EndAngle" must be all lower-case
(#243) Variable "Offset" must be all lower-case
(#243) Expected 1 space before "/"; 0 found
(#243) Expected 1 space after "/"; 0 found
(#243) Variable "Offset" must be all lower-case
(#244) Line indented incorrectly; expected at least 20 spaces, found 11
(#244) Variable "Xc" must be all lower-case
(#244) Variable "Angle" must be all lower-case
(#244) Expected 1 space before "-"; 0 found
(#244) Expected 1 space after "-"; 0 found
(#244) Expected 1 space before "*"; 0 found
(#244) Expected 1 space after "*"; 0 found
(#244) Expected 1 space before "/"; 0 found
(#244) Expected 1 space after "/"; 0 found
(#244) Variable "Radius" must be all lower-case
(#244) Variable "X" must be all lower-case
(#245) Line indented incorrectly; expected at least 20 spaces, found 11
(#245) Variable "Yc" must be all lower-case
(#245) Variable "Angle" must be all lower-case
(#245) Expected 1 space before "-"; 0 found
(#245) Expected 1 space after "-"; 0 found
(#245) Expected 1 space before "*"; 0 found
(#245) Expected 1 space after "*"; 0 found
(#245) Expected 1 space before "/"; 0 found
(#245) Expected 1 space after "/"; 0 found
(#245) Variable "Radius" must be all lower-case
(#245) Variable "Y" must be all lower-case
(#247) Line indented incorrectly; expected at least 20 spaces, found 11
(#247) Variable "Label" must be all lower-case
(#247) Variable "Data" must be all lower-case
(#247) Variable "Data" must be all lower-case
(#247) Variable "Key" must be all lower-case
(#249) Line indented incorrectly; expected at least 20 spaces, found 11
(#249) Inline control structures are not allowed
(#249) Variable "LabelStacked" must be all lower-case
(#250) Line indented incorrectly; expected at least 20 spaces, found 12
(#250) Variable "Xc" must be all lower-case
(#250) Commas (,) must be followed by white space.
(#250) Variable "Yc" must be all lower-case
(#250) Commas (,) must be followed by white space.
(#250) Variable "Label" must be all lower-case
(#250) Commas (,) must be followed by white space.
(#250) Variable "Angle" must be all lower-case
(#250) Commas (,) must be followed by white space.
(#250) Variable "Settings" must be all lower-case
(#250) Commas (,) must be followed by white space.
(#250) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#250) Commas (,) must be followed by white space.
(#250) Variable "X" must be all lower-case
(#250) Commas (,) must be followed by white space.
(#250) Variable "Y" must be all lower-case
(#250) Commas (,) must be followed by white space.
(#250) Variable "Radius" must be all lower-case
(#251) Line indented incorrectly; expected at least 20 spaces, found 11
(#251) Inline control structures are not allowed
(#252) Line indented incorrectly; expected at least 20 spaces, found 12
(#252) Variable "Xc" must be all lower-case
(#252) Commas (,) must be followed by white space.
(#252) Variable "Yc" must be all lower-case
(#252) Commas (,) must be followed by white space.
(#252) Variable "Label" must be all lower-case
(#252) Commas (,) must be followed by white space.
(#252) Variable "Angle" must be all lower-case
(#252) Commas (,) must be followed by white space.
(#252) Variable "Settings" must be all lower-case
(#252) Commas (,) must be followed by white space.
(#252) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#253) Line indented incorrectly; expected 16 spaces, found 10
(#253) Closing brace indented incorrectly; expected 9 spaces, found 10
(#254) Whitespace found at end of line
(#255) Line indented incorrectly; expected at least 16 spaces, found 9
(#255) Variable "Offset" must be all lower-case
(#255) Variable "DataGapAngle" must be all lower-case
(#255) Variable "ID" must be all lower-case
(#256) Line indented incorrectly; expected 12 spaces, found 8
(#256) Closing brace indented incorrectly; expected 7 spaces, found 8
(#257) Line indented incorrectly; expected 8 spaces, found 6
(#257) Closing brace indented incorrectly; expected 5 spaces, found 6
(#259) Line indented incorrectly; expected 8 spaces, found 5
(#259) Expected "if (...) {\n"; found "if (...)\n {\n"
(#259) Variable "WriteValues" must be all lower-case
(#259) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#259) Variable "Shadow" must be all lower-case
(#260) Line indented incorrectly; expected at least 8 spaces, found 6
(#261) Line indented incorrectly; expected at least 12 spaces, found 7
(#261) Variable "Step" must be all lower-case
(#261) Variable "Radius" must be all lower-case
(#262) Line indented incorrectly; expected at least 12 spaces, found 7
(#262) Variable "Offset" must be all lower-case
(#262) Variable "ID" must be all lower-case
(#262) Variable "Values" must be all lower-case
(#262) Expected 1 space before "-"; 0 found
(#262) Expected 1 space after "-"; 0 found
(#263) Line indented incorrectly; expected at least 12 spaces, found 7
(#263) Variable "Settings" must be all lower-case
(#263) Expected 1 space before "=>"; 0 found
(#263) Expected 1 space after "=>"; 0 found
(#263) Commas (,) must be followed by white space.
(#263) Expected 1 space before "=>"; 0 found
(#263) Expected 1 space after "=>"; 0 found
(#263) Variable "ValueR" must be all lower-case
(#263) Commas (,) must be followed by white space.
(#263) Expected 1 space before "=>"; 0 found
(#263) Expected 1 space after "=>"; 0 found
(#263) Variable "ValueG" must be all lower-case
(#263) Commas (,) must be followed by white space.
(#263) Expected 1 space before "=>"; 0 found
(#263) Expected 1 space after "=>"; 0 found
(#263) Variable "ValueB" must be all lower-case
(#263) Commas (,) must be followed by white space.
(#263) Expected 1 space before "=>"; 0 found
(#263) Expected 1 space after "=>"; 0 found
(#263) Variable "ValueAlpha" must be all lower-case
(#264) Line indented incorrectly; expected 12 spaces, found 7
(#264) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#264) Variable "Values" must be all lower-case
(#264) Variable "Key" must be all lower-case
(#264) Variable "Value" must be all lower-case
(#265) Line indented incorrectly; expected at least 12 spaces, found 8
(#266) Line indented incorrectly; expected at least 16 spaces, found 9
(#266) Variable "EndAngle" must be all lower-case
(#266) Variable "Value" must be all lower-case
(#266) Expected 1 space before "*"; 0 found
(#266) Expected 1 space after "*"; 0 found
(#266) Variable "ScaleFactor" must be all lower-case
(#266) Variable "Offset" must be all lower-case
(#266) Expected "if (...) {\n"; found "if (...) { "
(#266) Variable "EndAngle" must be all lower-case
(#266) Variable "EndAngle" must be all lower-case
(#266) Closing brace must be on a line by itself
(#267) Line indented incorrectly; expected at least 16 spaces, found 9
(#267) Variable "Angle" must be all lower-case
(#267) Variable "EndAngle" must be all lower-case
(#267) Variable "Offset" must be all lower-case
(#267) Expected 1 space before "/"; 0 found
(#267) Expected 1 space after "/"; 0 found
(#267) Variable "Offset" must be all lower-case
(#269) Line indented incorrectly; expected 16 spaces, found 9
(#269) Expected "if (...) {\n"; found "if (...)\n {\n"
(#269) Variable "ValuePosition" must be all lower-case
(#270) Line indented incorrectly; expected at least 16 spaces, found 10
(#271) Line indented incorrectly; expected at least 20 spaces, found 11
(#271) Variable "Xc" must be all lower-case
(#271) Variable "Angle" must be all lower-case
(#271) Expected 1 space before "-"; 0 found
(#271) Expected 1 space after "-"; 0 found
(#271) Expected 1 space before "*"; 0 found
(#271) Expected 1 space after "*"; 0 found
(#271) Expected 1 space before "/"; 0 found
(#271) Expected 1 space after "/"; 0 found
(#271) Variable "Radius" must be all lower-case
(#271) Expected 1 space before "+"; 0 found
(#271) Expected 1 space after "+"; 0 found
(#271) Variable "ValuePadding" must be all lower-case
(#271) Variable "X" must be all lower-case
(#272) Line indented incorrectly; expected at least 20 spaces, found 11
(#272) Variable "Yc" must be all lower-case
(#272) Variable "Angle" must be all lower-case
(#272) Expected 1 space before "-"; 0 found
(#272) Expected 1 space after "-"; 0 found
(#272) Expected 1 space before "*"; 0 found
(#272) Expected 1 space after "*"; 0 found
(#272) Expected 1 space before "/"; 0 found
(#272) Expected 1 space after "/"; 0 found
(#272) Variable "Radius" must be all lower-case
(#272) Expected 1 space before "+"; 0 found
(#272) Expected 1 space after "+"; 0 found
(#272) Variable "ValuePadding" must be all lower-case
(#272) Variable "Y" must be all lower-case
(#273) Line indented incorrectly; expected 16 spaces, found 10
(#273) Closing brace indented incorrectly; expected 9 spaces, found 10
(#274) Line indented incorrectly; expected 16 spaces, found 9
(#274) Expected "} else {\n"; found "}\n else\n {\n"
(#275) Line indented incorrectly; expected at least 16 spaces, found 10
(#276) Line indented incorrectly; expected at least 20 spaces, found 11
(#276) Variable "Xc" must be all lower-case
(#276) Variable "Angle" must be all lower-case
(#276) Expected 1 space before "-"; 0 found
(#276) Expected 1 space after "-"; 0 found
(#276) Expected 1 space before "*"; 0 found
(#276) Expected 1 space after "*"; 0 found
(#276) Expected 1 space before "/"; 0 found
(#276) Expected 1 space after "/"; 0 found
(#276) Variable "Radius" must be all lower-case
(#276) Expected 1 space before "/"; 0 found
(#276) Expected 1 space after "/"; 0 found
(#276) Variable "X" must be all lower-case
(#277) Line indented incorrectly; expected at least 20 spaces, found 11
(#277) Variable "Yc" must be all lower-case
(#277) Variable "Angle" must be all lower-case
(#277) Expected 1 space before "-"; 0 found
(#277) Expected 1 space after "-"; 0 found
(#277) Expected 1 space before "*"; 0 found
(#277) Expected 1 space after "*"; 0 found
(#277) Expected 1 space before "/"; 0 found
(#277) Expected 1 space after "/"; 0 found
(#277) Variable "Radius" must be all lower-case
(#277) Expected 1 space before "/"; 0 found
(#277) Expected 1 space after "/"; 0 found
(#277) Variable "Y" must be all lower-case
(#278) Line indented incorrectly; expected 16 spaces, found 10
(#278) Closing brace indented incorrectly; expected 9 spaces, found 10
(#280) Line indented incorrectly; expected at least 16 spaces, found 9
(#280) Inline control structures are not allowed
(#280) Variable "WriteValues" must be all lower-case
(#281) Line indented incorrectly; expected at least 16 spaces, found 10
(#281) Variable "Display" must be all lower-case
(#281) Variable "SerieSum" must be all lower-case
(#281) Variable "Value" must be all lower-case
(#281) Commas (,) must be followed by white space.
(#281) Variable "Precision" must be all lower-case
(#282) Line indented incorrectly; expected at least 16 spaces, found 9
(#282) Inline control structures are not allowed
(#282) Usage of ELSEIF not allowed; use ELSE IF instead
(#282) Variable "WriteValues" must be all lower-case
(#283) Line indented incorrectly; expected at least 16 spaces, found 10
(#283) Variable "Display" must be all lower-case
(#283) Variable "Value" must be all lower-case
(#283) Variable "ValueSuffix" must be all lower-case
(#285) Line indented incorrectly; expected at least 16 spaces, found 9
(#285) Variable "Xc" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Variable "Yc" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Variable "Display" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Variable "Settings" must be all lower-case
(#287) Line indented incorrectly; expected at least 16 spaces, found 9
(#287) Variable "Offset" must be all lower-case
(#287) Variable "EndAngle" must be all lower-case
(#287) Variable "DataGapAngle" must be all lower-case
(#287) Variable "ID" must be all lower-case
(#288) Line indented incorrectly; expected 12 spaces, found 8
(#288) Closing brace indented incorrectly; expected 7 spaces, found 8
(#289) Line indented incorrectly; expected 8 spaces, found 6
(#289) Closing brace indented incorrectly; expected 5 spaces, found 6
(#291) Line indented incorrectly; expected 8 spaces, found 5
(#291) Expected "if (...) {\n"; found "if (...) { "
(#291) Variable "DrawLabels" must be all lower-case
(#291) Variable "LabelStacked" must be all lower-case
(#291) Closing brace must be on a line by itself
(#293) Line indented incorrectly; expected at least 8 spaces, found 5
(#293) Variable "RestoreShadow" must be all lower-case
(#295) Line indented incorrectly; expected at least 8 spaces, found 5
(#296) Closing brace indented incorrectly; expected 3 spaces, found 4
(#298) Line indented incorrectly; expected at least 4 spaces, found 3
(#299) Line indented incorrectly; expected 4 spaces, found 3
(#299) method name "pPie::draw3DPie" must be in lower-case letters only
(#299) Visibility must be declared on method "draw3DPie"
(#299) Variable "X" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Variable "Y" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Variable "Format" must be all lower-case
(#300) Opening brace should be on the same line as the declaration
(#301) Line indented incorrectly; expected at least 8 spaces, found 5
(#302) Line indented incorrectly; expected at least 8 spaces, found 5
(#302) Variable "Radius" must be all lower-case
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Variable "Format" must be all lower-case
(#302) Variable "Format" must be all lower-case
(#303) Line indented incorrectly; expected at least 8 spaces, found 5
(#303) Variable "Precision" must be all lower-case
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Variable "Format" must be all lower-case
(#303) Variable "Format" must be all lower-case
(#304) Line indented incorrectly; expected at least 8 spaces, found 5
(#304) Variable "SkewFactor" must be all lower-case
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Variable "Format" must be all lower-case
(#304) Variable "Format" must be all lower-case
(#305) Line indented incorrectly; expected at least 8 spaces, found 5
(#305) Variable "SliceHeight" must be all lower-case
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Variable "Format" must be all lower-case
(#305) Variable "Format" must be all lower-case
(#306) Line indented incorrectly; expected at least 8 spaces, found 5
(#306) Variable "DataGapAngle" must be all lower-case
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Variable "Format" must be all lower-case
(#306) Variable "Format" must be all lower-case
(#307) Line indented incorrectly; expected at least 8 spaces, found 5
(#307) Variable "DataGapRadius" must be all lower-case
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Variable "Format" must be all lower-case
(#307) Variable "Format" must be all lower-case
(#308) Line indented incorrectly; expected at least 8 spaces, found 5
(#308) Variable "SecondPass" must be all lower-case
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Variable "Format" must be all lower-case
(#308) Variable "Format" must be all lower-case
(#308) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#309) Line indented incorrectly; expected at least 8 spaces, found 5
(#309) Variable "Border" must be all lower-case
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Variable "Format" must be all lower-case
(#309) Variable "Format" must be all lower-case
(#309) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#310) Line indented incorrectly; expected at least 8 spaces, found 5
(#310) Variable "Shadow" must be all lower-case
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Variable "Format" must be all lower-case
(#310) Variable "Format" must be all lower-case
(#310) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#311) Line indented incorrectly; expected at least 8 spaces, found 5
(#311) Variable "DrawLabels" must be all lower-case
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Variable "Format" must be all lower-case
(#311) Variable "Format" must be all lower-case
(#311) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#312) Line indented incorrectly; expected at least 8 spaces, found 5
(#312) Variable "LabelStacked" must be all lower-case
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Variable "Format" must be all lower-case
(#312) Variable "Format" must be all lower-case
(#312) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#313) Line indented incorrectly; expected at least 8 spaces, found 5
(#313) Variable "LabelColor" must be all lower-case
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Variable "Format" must be all lower-case
(#313) Variable "Format" must be all lower-case
(#314) Line indented incorrectly; expected at least 8 spaces, found 5
(#314) Variable "LabelR" must be all lower-case
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Variable "Format" must be all lower-case
(#314) Variable "Format" must be all lower-case
(#315) Line indented incorrectly; expected at least 8 spaces, found 5
(#315) Variable "LabelG" must be all lower-case
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Variable "Format" must be all lower-case
(#315) Variable "Format" must be all lower-case
(#316) Line indented incorrectly; expected at least 8 spaces, found 5
(#316) Variable "LabelB" must be all lower-case
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Variable "Format" must be all lower-case
(#316) Variable "Format" must be all lower-case
(#317) Line indented incorrectly; expected at least 8 spaces, found 5
(#317) Variable "LabelAlpha" must be all lower-case
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Variable "Format" must be all lower-case
(#317) Variable "Format" must be all lower-case
(#318) Line indented incorrectly; expected at least 8 spaces, found 5
(#318) Variable "WriteValues" must be all lower-case
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Variable "Format" must be all lower-case
(#318) Variable "Format" must be all lower-case
(#318) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// PIE_VALUE_PERCENTAGE" but found "//PIE_VALUE_PERCENTAGE"
(#319) Line indented incorrectly; expected at least 8 spaces, found 5
(#319) Variable "ValuePosition" must be all lower-case
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Variable "Format" must be all lower-case
(#319) Variable "Format" must be all lower-case
(#320) Line indented incorrectly; expected at least 8 spaces, found 5
(#320) Variable "ValuePadding" must be all lower-case
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Variable "Format" must be all lower-case
(#320) Variable "Format" must be all lower-case
(#321) Line indented incorrectly; expected at least 8 spaces, found 5
(#321) Variable "ValueSuffix" must be all lower-case
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Variable "Format" must be all lower-case
(#321) Variable "Format" must be all lower-case
(#322) Line indented incorrectly; expected at least 8 spaces, found 5
(#322) Variable "ValueR" must be all lower-case
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Variable "Format" must be all lower-case
(#322) Variable "Format" must be all lower-case
(#323) Line indented incorrectly; expected at least 8 spaces, found 5
(#323) Variable "ValueG" must be all lower-case
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Variable "Format" must be all lower-case
(#323) Variable "Format" must be all lower-case
(#324) Line indented incorrectly; expected at least 8 spaces, found 5
(#324) Variable "ValueB" must be all lower-case
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Variable "Format" must be all lower-case
(#324) Variable "Format" must be all lower-case
(#325) Line indented incorrectly; expected at least 8 spaces, found 5
(#325) Variable "ValueAlpha" must be all lower-case
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Variable "Format" must be all lower-case
(#325) Variable "Format" must be all lower-case
(#326) Line indented incorrectly; expected at least 8 spaces, found 5
(#326) Variable "RecordImageMap" must be all lower-case
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Variable "Format" must be all lower-case
(#326) Variable "Format" must be all lower-case
(#326) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#328) Line indented incorrectly; expected at least 8 spaces, found 5
(#329) Line indented incorrectly; expected 8 spaces, found 5
(#329) Expected "if (...) {\n"; found "if (...) { "
(#329) Variable "SkewFactor" must be all lower-case
(#329) Variable "SkewFactor" must be all lower-case
(#329) Closing brace must be on a line by itself
(#331) Line indented incorrectly; expected at least 8 spaces, found 5
(#332) Line indented incorrectly; expected at least 8 spaces, found 5
(#332) Variable "Data" must be all lower-case
(#333) Line indented incorrectly; expected at least 8 spaces, found 5
(#333) Variable "Palette" must be all lower-case
(#335) Line indented incorrectly; expected at least 8 spaces, found 5
(#336) Line indented incorrectly; expected 8 spaces, found 5
(#336) Expected "if (...) {\n"; found "if (...) { "
(#336) Variable "Data" must be all lower-case
(#336) Closing brace must be on a line by itself
(#338) Line indented incorrectly; expected at least 8 spaces, found 5
(#339) Line indented incorrectly; expected at least 8 spaces, found 5
(#339) Variable "DataSerie" must be all lower-case
(#340) Line indented incorrectly; expected 8 spaces, found 5
(#340) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#340) Variable "Data" must be all lower-case
(#340) Variable "SerieName" must be all lower-case
(#340) Variable "SerieData" must be all lower-case
(#341) Line indented incorrectly; expected at least 8 spaces, found 6
(#341) Expected "if (...) {\n"; found "if (...) { "
(#341) Variable "SerieName" must be all lower-case
(#341) Variable "Data" must be all lower-case
(#341) Variable "DataSerie" must be all lower-case
(#341) Variable "SerieName" must be all lower-case
(#341) Closing brace must be on a line by itself
(#341) Closing brace must be on a line by itself
(#343) Line indented incorrectly; expected at least 8 spaces, found 5
(#344) Line indented incorrectly; expected 8 spaces, found 5
(#344) Expected "if (...) {\n"; found "if (...) { "
(#344) Variable "DataSerie" must be all lower-case
(#344) Closing brace must be on a line by itself
(#346) Line indented incorrectly; expected at least 8 spaces, found 5
(#347) Line indented incorrectly; expected at least 8 spaces, found 5
(#347) Variable "Data" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Variable "Palette" must be all lower-case
(#347) Variable "Data" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Variable "Palette" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Variable "DataSerie" must be all lower-case
(#347) Commas (,) must be followed by white space.
(#347) Variable "Data" must be all lower-case
(#349) Line indented incorrectly; expected at least 8 spaces, found 5
(#350) Line indented incorrectly; expected at least 8 spaces, found 5
(#350) Variable "SerieSum" must be all lower-case
(#350) Variable "DataSerie" must be all lower-case
(#352) Line indented incorrectly; expected at least 8 spaces, found 5
(#353) Line indented incorrectly; expected 8 spaces, found 5
(#353) Expected "if (...) {\n"; found "if (...) { "
(#353) Variable "SerieSum" must be all lower-case
(#353) Closing brace must be on a line by itself
(#355) Line indented incorrectly; expected at least 8 spaces, found 5
(#356) Line indented incorrectly; expected at least 8 spaces, found 5
(#356) Variable "Values" must be all lower-case
(#357) Line indented incorrectly; expected 8 spaces, found 5
(#357) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#357) Variable "Data" must be all lower-case
(#357) Variable "DataSerie" must be all lower-case
(#357) Variable "Key" must be all lower-case
(#357) Variable "Value" must be all lower-case
(#358) Line indented incorrectly; expected at least 8 spaces, found 6
(#358) Expected "if (...) {\n"; found "if (...) { "
(#358) Variable "Value" must be all lower-case
(#358) Variable "Values" must be all lower-case
(#358) Variable "Value" must be all lower-case
(#358) Closing brace must be on a line by itself
(#358) Closing brace must be on a line by itself
(#360) Line indented incorrectly; expected at least 8 spaces, found 5
(#361) Line indented incorrectly; expected 8 spaces, found 5
(#361) Expected "if (...) {\n"; found "if (...) { "
(#361) Variable "Values" must be all lower-case
(#361) Expected 1 space before "=="; 0 found
(#361) Expected 1 space after "=="; 0 found
(#361) Variable "WastedAngular" must be all lower-case
(#361) Closing brace must be on a line by itself
(#361) Expected "} else {\n"; found "} else { "
(#361) Variable "WastedAngular" must be all lower-case
(#361) Variable "Values" must be all lower-case
(#361) Variable "DataGapAngle" must be all lower-case
(#361) Closing brace must be on a line by itself
(#363) Line indented incorrectly; expected at least 8 spaces, found 5
(#364) Line indented incorrectly; expected at least 8 spaces, found 5
(#364) Variable "ScaleFactor" must be all lower-case
(#364) Variable "WastedAngular" must be all lower-case
(#364) Variable "SerieSum" must be all lower-case
(#366) Line indented incorrectly; expected at least 8 spaces, found 5
(#366) Variable "RestoreShadow" must be all lower-case
(#367) Line indented incorrectly; expected 8 spaces, found 5
(#367) Expected "if (...) {\n"; found "if (...) { "
(#367) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#367) Closing brace must be on a line by itself
(#369) Line indented incorrectly; expected at least 8 spaces, found 5
(#370) Line indented incorrectly; expected at least 8 spaces, found 5
(#370) Variable "Step" must be all lower-case
(#370) Variable "Radius" must be all lower-case
(#371) Line indented incorrectly; expected at least 8 spaces, found 5
(#371) Variable "Offset" must be all lower-case
(#371) Variable "ID" must be all lower-case
(#371) Variable "Values" must be all lower-case
(#371) Expected 1 space before "-"; 0 found
(#371) Expected 1 space after "-"; 0 found
(#372) Line indented incorrectly; expected at least 8 spaces, found 5
(#372) Variable "Values" must be all lower-case
(#372) Variable "Values" must be all lower-case
(#373) Line indented incorrectly; expected at least 8 spaces, found 5
(#373) Variable "Slice" must be all lower-case
(#373) Variable "Slices" must be all lower-case
(#373) Variable "SliceColors" must be all lower-case
(#373) Variable "Visible" must be all lower-case
(#373) Variable "SliceAngle" must be all lower-case
(#374) Line indented incorrectly; expected 8 spaces, found 5
(#374) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#374) Variable "Values" must be all lower-case
(#374) Variable "Key" must be all lower-case
(#374) Variable "Value" must be all lower-case
(#375) Line indented incorrectly; expected at least 8 spaces, found 6
(#376) Line indented incorrectly; expected 12 spaces, found 7
(#376) Expected "if (...) {\n"; found "if (...) { "
(#376) Variable "Palette" must be all lower-case
(#376) Variable "ID" must be all lower-case
(#376) Variable "Color" must be all lower-case
(#376) Variable "Palette" must be all lower-case
(#376) Variable "ID" must be all lower-case
(#376) Variable "Color" must be all lower-case
(#376) Variable "ID" must be all lower-case
(#376) Commas (,) must be followed by white space.
(#376) Variable "Color" must be all lower-case
(#376) Line exceeds 132 characters; contains 161 characters
(#376) Closing brace must be on a line by itself
(#377) Line indented incorrectly; expected at least 12 spaces, found 7
(#377) Variable "Settings" must be all lower-case
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#377) Variable "Palette" must be all lower-case
(#377) Variable "ID" must be all lower-case
(#377) Commas (,) must be followed by white space.
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#377) Variable "Palette" must be all lower-case
(#377) Variable "ID" must be all lower-case
(#377) Commas (,) must be followed by white space.
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#377) Variable "Palette" must be all lower-case
(#377) Variable "ID" must be all lower-case
(#377) Commas (,) must be followed by white space.
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#377) Variable "Palette" must be all lower-case
(#377) Variable "ID" must be all lower-case
(#379) Line indented incorrectly; expected at least 12 spaces, found 7
(#379) Variable "SliceColors" must be all lower-case
(#379) Variable "Slice" must be all lower-case
(#379) Variable "Settings" must be all lower-case
(#381) Line indented incorrectly; expected at least 12 spaces, found 7
(#381) Variable "StartAngle" must be all lower-case
(#381) Variable "Offset" must be all lower-case
(#382) Line indented incorrectly; expected at least 12 spaces, found 7
(#382) Variable "EndAngle" must be all lower-case
(#382) Variable "Offset" must be all lower-case
(#382) Expected 1 space before "-"; 0 found
(#382) Expected 1 space after "-"; 0 found
(#382) Variable "Value" must be all lower-case
(#382) Expected 1 space before "*"; 0 found
(#382) Expected 1 space after "*"; 0 found
(#382) Variable "ScaleFactor" must be all lower-case
(#382) Expected "if (...) {\n"; found "if (...) { "
(#382) Variable "EndAngle" must be all lower-case
(#382) Variable "EndAngle" must be all lower-case
(#382) Closing brace must be on a line by itself
(#384) Line indented incorrectly; expected 12 spaces, found 7
(#384) Expected "if (...) {\n"; found "if (...) { "
(#384) Variable "StartAngle" must be all lower-case
(#384) Variable "Visible" must be all lower-case
(#384) Variable "Slice" must be all lower-case
(#384) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#384) Closing brace must be on a line by itself
(#384) Expected "} else {\n"; found "} else { "
(#384) Variable "Visible" must be all lower-case
(#384) Variable "Slice" must be all lower-case
(#384) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#384) Closing brace must be on a line by itself
(#385) Line indented incorrectly; expected 12 spaces, found 7
(#385) Expected "if (...) {\n"; found "if (...) { "
(#385) Variable "EndAngle" must be all lower-case
(#385) Variable "Visible" must be all lower-case
(#385) Variable "Slice" must be all lower-case
(#385) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#385) Closing brace must be on a line by itself
(#385) Expected "} else {\n"; found "} else { "
(#385) Variable "Visible" must be all lower-case
(#385) Variable "Slice" must be all lower-case
(#385) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#385) Closing brace must be on a line by itself
(#387) Line indented incorrectly; expected 12 spaces, found 7
(#387) Expected "if (...) {\n"; found "if (...)\n { "
(#387) Variable "DataGapAngle" must be all lower-case
(#388) Line indented incorrectly; expected at least 12 spaces, found 8
(#388) Variable "X0" must be all lower-case
(#388) Variable "X" must be all lower-case
(#388) Variable "Y0" must be all lower-case
(#388) Variable "Y" must be all lower-case
(#388) Closing brace must be on a line by itself
(#389) Line indented incorrectly; expected 12 spaces, found 7
(#389) Expected "} else {\n"; found "}\n else\n {\n"
(#390) Line indented incorrectly; expected at least 12 spaces, found 8
(#391) Line indented incorrectly; expected at least 16 spaces, found 9
(#391) Variable "Angle" must be all lower-case
(#391) Variable "EndAngle" must be all lower-case
(#391) Variable "Offset" must be all lower-case
(#391) Expected 1 space before "/"; 0 found
(#391) Expected 1 space after "/"; 0 found
(#391) Variable "Offset" must be all lower-case
(#392) Line indented incorrectly; expected at least 16 spaces, found 9
(#392) Variable "X0" must be all lower-case
(#392) Variable "Angle" must be all lower-case
(#392) Expected 1 space before "-"; 0 found
(#392) Expected 1 space after "-"; 0 found
(#392) Expected 1 space before "*"; 0 found
(#392) Expected 1 space after "*"; 0 found
(#392) Expected 1 space before "/"; 0 found
(#392) Expected 1 space after "/"; 0 found
(#392) Variable "DataGapRadius" must be all lower-case
(#392) Variable "X" must be all lower-case
(#393) Line indented incorrectly; expected at least 16 spaces, found 9
(#393) Variable "Y0" must be all lower-case
(#393) Variable "Angle" must be all lower-case
(#393) Expected 1 space before "-"; 0 found
(#393) Expected 1 space after "-"; 0 found
(#393) Expected 1 space before "*"; 0 found
(#393) Expected 1 space after "*"; 0 found
(#393) Expected 1 space before "/"; 0 found
(#393) Expected 1 space after "/"; 0 found
(#393) Variable "DataGapRadius" must be all lower-case
(#393) Expected 1 space before "*"; 0 found
(#393) Expected 1 space after "*"; 0 found
(#393) Variable "SkewFactor" must be all lower-case
(#393) Variable "Y" must be all lower-case
(#394) Line indented incorrectly; expected 12 spaces, found 8
(#394) Closing brace indented incorrectly; expected 7 spaces, found 8
(#395) Line indented incorrectly; expected at least 12 spaces, found 7
(#395) Variable "Slices" must be all lower-case
(#395) Variable "Slice" must be all lower-case
(#395) Variable "X0" must be all lower-case
(#395) Variable "Slices" must be all lower-case
(#395) Variable "Slice" must be all lower-case
(#395) Variable "Y0" must be all lower-case
(#395) Variable "SliceAngle" must be all lower-case
(#395) Variable "Slice" must be all lower-case
(#397) Line indented incorrectly; expected 12 spaces, found 7
(#397) Expected "for (...) {\n"; found "for(...)\n {\n"
(#397) Expected 1 space after first semicolon of FOR loop; 0 found
(#397) Expected 1 space after second semicolon of FOR loop; 0 found
(#397) Expected 1 space before "="; 0 found
(#397) Expected 1 space after "="; 0 found
(#397) Variable "Offset" must be all lower-case
(#397) Expected 1 space before ">="; 0 found
(#397) Expected 1 space after ">="; 0 found
(#397) Variable "EndAngle" must be all lower-case
(#397) Expected 1 space before "="; 0 found
(#397) Expected 1 space after "="; 0 found
(#397) Expected 1 space before "-"; 0 found
(#397) Expected 1 space after "-"; 0 found
(#397) Variable "Step" must be all lower-case
(#398) Line indented incorrectly; expected at least 12 spaces, found 8
(#399) Line indented incorrectly; expected at least 16 spaces, found 9
(#399) Variable "Xc" must be all lower-case
(#399) Expected 1 space before "-"; 0 found
(#399) Expected 1 space after "-"; 0 found
(#399) Expected 1 space before "*"; 0 found
(#399) Expected 1 space after "*"; 0 found
(#399) Expected 1 space before "/"; 0 found
(#399) Expected 1 space after "/"; 0 found
(#399) Variable "Radius" must be all lower-case
(#399) Variable "X" must be all lower-case
(#400) Line indented incorrectly; expected at least 16 spaces, found 9
(#400) Variable "Yc" must be all lower-case
(#400) Expected 1 space before "-"; 0 found
(#400) Expected 1 space after "-"; 0 found
(#400) Expected 1 space before "*"; 0 found
(#400) Expected 1 space after "*"; 0 found
(#400) Expected 1 space before "/"; 0 found
(#400) Expected 1 space after "/"; 0 found
(#400) Variable "Radius" must be all lower-case
(#400) Expected 1 space before "*"; 0 found
(#400) Expected 1 space after "*"; 0 found
(#400) Variable "SkewFactor" must be all lower-case
(#400) Variable "Y" must be all lower-case
(#402) Line indented incorrectly; expected 16 spaces, found 9
(#402) Expected "if (...) {\n"; found "if (...) { "
(#402) Variable "SecondPass" must be all lower-case
(#402) Variable "RestoreShadow" must be all lower-case
(#402) Expected 1 space before "<"; 0 found
(#402) Expected 1 space after "<"; 0 found
(#402) Variable "Yc" must be all lower-case
(#402) Closing brace must be on a line by itself
(#403) Line indented incorrectly; expected 16 spaces, found 9
(#403) Expected "if (...) {\n"; found "if (...) { "
(#403) Variable "SecondPass" must be all lower-case
(#403) Variable "RestoreShadow" must be all lower-case
(#403) Expected 1 space before ">"; 0 found
(#403) Expected 1 space after ">"; 0 found
(#403) Expected 1 space before "<"; 0 found
(#403) Expected 1 space after "<"; 0 found
(#403) Variable "Xc" must be all lower-case
(#403) Closing brace must be on a line by itself
(#404) Line indented incorrectly; expected 16 spaces, found 9
(#404) Expected "if (...) {\n"; found "if (...) { "
(#404) Variable "SecondPass" must be all lower-case
(#404) Variable "RestoreShadow" must be all lower-case
(#404) Expected 1 space before ">"; 0 found
(#404) Expected 1 space after ">"; 0 found
(#404) Expected 1 space before "<"; 0 found
(#404) Expected 1 space after "<"; 0 found
(#404) Variable "Xc" must be all lower-case
(#404) Closing brace must be on a line by itself
(#405) Line indented incorrectly; expected 16 spaces, found 9
(#405) Expected "if (...) {\n"; found "if (...) { "
(#405) Variable "SecondPass" must be all lower-case
(#405) Variable "RestoreShadow" must be all lower-case
(#405) Expected 1 space before ">="; 0 found
(#405) Expected 1 space after ">="; 0 found
(#405) Variable "Xc" must be all lower-case
(#405) Variable "Yc" must be all lower-case
(#405) Closing brace must be on a line by itself
(#407) Line indented incorrectly; expected at least 16 spaces, found 9
(#407) Variable "Slices" must be all lower-case
(#407) Variable "Slice" must be all lower-case
(#407) Variable "Xc" must be all lower-case
(#407) Variable "Slices" must be all lower-case
(#407) Variable "Slice" must be all lower-case
(#407) Variable "Yc" must be all lower-case
(#407) Variable "SliceAngle" must be all lower-case
(#407) Variable "Slice" must be all lower-case
(#408) Line indented incorrectly; expected 12 spaces, found 8
(#408) Closing brace indented incorrectly; expected 7 spaces, found 8
(#410) Line indented incorrectly; expected at least 12 spaces, found 7
(#410) Variable "Offset" must be all lower-case
(#410) Variable "DataGapAngle" must be all lower-case
(#410) Variable "ID" must be all lower-case
(#410) Variable "Slice" must be all lower-case
(#411) Line indented incorrectly; expected 8 spaces, found 6
(#411) Closing brace indented incorrectly; expected 5 spaces, found 6
(#413) Line indented incorrectly; expected at least 8 spaces, found 5
(#414) Line indented incorrectly; expected 8 spaces, found 5
(#414) Expected "if (...) {\n"; found "if (...)\n {\n"
(#414) Variable "RestoreShadow" must be all lower-case
(#414) Expected 1 space after "!="; 0 found
(#415) Line indented incorrectly; expected at least 8 spaces, found 6
(#416) Line indented incorrectly; expected 12 spaces, found 7
(#416) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#416) Variable "Slices" must be all lower-case
(#416) Variable "SliceID" must be all lower-case
(#416) Variable "Plots" must be all lower-case
(#417) Line indented incorrectly; expected at least 12 spaces, found 8
(#418) Line indented incorrectly; expected at least 16 spaces, found 9
(#418) Variable "ShadowPie" must be all lower-case
(#419) Line indented incorrectly; expected 16 spaces, found 9
(#419) Expected "for (...) {\n"; found "for(...)\n { "
(#419) Expected 1 space after first semicolon of FOR loop; 0 found
(#419) Expected 1 space after second semicolon of FOR loop; 0 found
(#419) Expected 1 space before "="; 0 found
(#419) Expected 1 space after "="; 0 found
(#419) Expected 1 space before "<"; 0 found
(#419) Expected 1 space after "<"; 0 found
(#419) Variable "Plots" must be all lower-case
(#419) Expected 1 space before "="; 0 found
(#419) Expected 1 space after "="; 0 found
(#419) Expected 1 space before "+"; 0 found
(#419) Expected 1 space after "+"; 0 found
(#420) Line indented incorrectly; expected at least 16 spaces, found 10
(#420) Variable "ShadowPie" must be all lower-case
(#420) Variable "Plots" must be all lower-case
(#420) Expected 1 space before "+"; 0 found
(#420) Expected 1 space after "+"; 0 found
(#420) Variable "ShadowPie" must be all lower-case
(#420) Variable "Plots" must be all lower-case
(#420) Expected 1 space before "+"; 0 found
(#420) Expected 1 space after "+"; 0 found
(#420) Expected 1 space before "+"; 0 found
(#420) Expected 1 space after "+"; 0 found
(#420) Closing brace must be on a line by itself
(#422) Line indented incorrectly; expected at least 16 spaces, found 9
(#422) Variable "Settings" must be all lower-case
(#422) Expected 1 space before "=>"; 0 found
(#422) Expected 1 space after "=>"; 0 found
(#422) Commas (,) must be followed by white space.
(#422) Expected 1 space before "=>"; 0 found
(#422) Expected 1 space after "=>"; 0 found
(#422) Commas (,) must be followed by white space.
(#422) Expected 1 space before "=>"; 0 found
(#422) Expected 1 space after "=>"; 0 found
(#422) Commas (,) must be followed by white space.
(#422) Expected 1 space before "=>"; 0 found
(#422) Expected 1 space after "=>"; 0 found
(#422) Commas (,) must be followed by white space.
(#422) Expected 1 space before "=>"; 0 found
(#422) Expected 1 space after "=>"; 0 found
(#422) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#422) Line exceeds maximum limit of 180 characters; contains 185 characters
(#423) Line indented incorrectly; expected at least 16 spaces, found 9
(#423) Variable "ShadowPie" must be all lower-case
(#423) Commas (,) must be followed by white space.
(#423) Variable "Settings" must be all lower-case
(#424) Line indented incorrectly; expected 12 spaces, found 8
(#424) Closing brace indented incorrectly; expected 7 spaces, found 8
(#426) Line indented incorrectly; expected at least 12 spaces, found 7
(#426) Variable "Step" must be all lower-case
(#426) Variable "Radius" must be all lower-case
(#427) Line indented incorrectly; expected at least 12 spaces, found 7
(#427) Variable "Offset" must be all lower-case
(#428) Line indented incorrectly; expected 12 spaces, found 7
(#428) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#428) Variable "Values" must be all lower-case
(#428) Variable "Key" must be all lower-case
(#428) Variable "Value" must be all lower-case
(#429) Line indented incorrectly; expected at least 12 spaces, found 8
(#430) Line indented incorrectly; expected at least 16 spaces, found 9
(#430) Variable "EndAngle" must be all lower-case
(#430) Variable "Offset" must be all lower-case
(#430) Expected 1 space before "-"; 0 found
(#430) Expected 1 space after "-"; 0 found
(#430) Variable "Value" must be all lower-case
(#430) Expected 1 space before "*"; 0 found
(#430) Expected 1 space after "*"; 0 found
(#430) Variable "ScaleFactor" must be all lower-case
(#430) Expected "if (...) {\n"; found "if (...) { "
(#430) Variable "EndAngle" must be all lower-case
(#430) Variable "EndAngle" must be all lower-case
(#430) Closing brace must be on a line by itself
(#432) Line indented incorrectly; expected 16 spaces, found 9
(#432) Expected "for (...) {\n"; found "for(...)\n {\n"
(#432) Expected 1 space after first semicolon of FOR loop; 0 found
(#432) Expected 1 space after second semicolon of FOR loop; 0 found
(#432) Expected 1 space before "="; 0 found
(#432) Expected 1 space after "="; 0 found
(#432) Variable "Offset" must be all lower-case
(#432) Expected 1 space before ">="; 0 found
(#432) Expected 1 space after ">="; 0 found
(#432) Variable "EndAngle" must be all lower-case
(#432) Expected 1 space before "="; 0 found
(#432) Expected 1 space after "="; 0 found
(#432) Expected 1 space before "-"; 0 found
(#432) Expected 1 space after "-"; 0 found
(#432) Variable "Step" must be all lower-case
(#433) Line indented incorrectly; expected at least 16 spaces, found 10
(#434) Line indented incorrectly; expected at least 20 spaces, found 11
(#434) Variable "Xc" must be all lower-case
(#434) Expected 1 space before "-"; 0 found
(#434) Expected 1 space after "-"; 0 found
(#434) Expected 1 space before "*"; 0 found
(#434) Expected 1 space after "*"; 0 found
(#434) Expected 1 space before "/"; 0 found
(#434) Expected 1 space after "/"; 0 found
(#434) Variable "Radius" must be all lower-case
(#434) Variable "X" must be all lower-case
(#435) Line indented incorrectly; expected at least 20 spaces, found 11
(#435) Variable "Yc" must be all lower-case
(#435) Expected 1 space before "-"; 0 found
(#435) Expected 1 space after "-"; 0 found
(#435) Expected 1 space before "*"; 0 found
(#435) Expected 1 space after "*"; 0 found
(#435) Expected 1 space before "/"; 0 found
(#435) Expected 1 space after "/"; 0 found
(#435) Variable "Radius" must be all lower-case
(#435) Expected 1 space before "*"; 0 found
(#435) Expected 1 space after "*"; 0 found
(#435) Variable "SkewFactor" must be all lower-case
(#435) Variable "Y" must be all lower-case
(#437) Line indented incorrectly; expected at least 20 spaces, found 11
(#437) Variable "Xc" must be all lower-case
(#437) Commas (,) must be followed by white space.
(#437) Variable "Yc" must be all lower-case
(#437) Commas (,) must be followed by white space.
(#437) Variable "Settings" must be all lower-case
(#438) Line indented incorrectly; expected 16 spaces, found 10
(#438) Closing brace indented incorrectly; expected 9 spaces, found 10
(#440) Line indented incorrectly; expected at least 16 spaces, found 9
(#440) Variable "Offset" must be all lower-case
(#440) Variable "DataGapAngle" must be all lower-case
(#440) Variable "ID" must be all lower-case
(#441) Line indented incorrectly; expected 12 spaces, found 8
(#441) Closing brace indented incorrectly; expected 7 spaces, found 8
(#442) Line indented incorrectly; expected 8 spaces, found 6
(#442) Closing brace indented incorrectly; expected 5 spaces, found 6
(#444) Line indented incorrectly; expected at least 8 spaces, found 5
(#445) Line indented incorrectly; expected 8 spaces, found 5
(#445) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#445) Variable "Slices" must be all lower-case
(#445) Variable "SliceID" must be all lower-case
(#445) Variable "Plots" must be all lower-case
(#446) Line indented incorrectly; expected at least 8 spaces, found 6
(#447) Line indented incorrectly; expected at least 12 spaces, found 7
(#447) Variable "Settings" must be all lower-case
(#447) Variable "SliceColors" must be all lower-case
(#447) Variable "SliceID" must be all lower-case
(#447) Variable "Settings" must be all lower-case
(#447) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#448) Line indented incorrectly; expected at least 12 spaces, found 7
(#448) Variable "Plots" must be all lower-case
(#448) Commas (,) must be followed by white space.
(#448) Variable "Settings" must be all lower-case
(#450) Line indented incorrectly; expected 12 spaces, found 7
(#450) Expected "if (...) {\n"; found "if (...)\n {\n"
(#450) Variable "SecondPass" must be all lower-case
(#451) Line indented incorrectly; expected at least 12 spaces, found 8
(#452) Line indented incorrectly; expected at least 16 spaces, found 9
(#452) Variable "Settings" must be all lower-case
(#452) Variable "SliceColors" must be all lower-case
(#452) Variable "SliceID" must be all lower-case
(#453) Line indented incorrectly; expected 16 spaces, found 9
(#453) Expected "if (...) {\n"; found "if (...)\n { "
(#453) Variable "Border" must be all lower-case
(#454) Line indented incorrectly; expected at least 16 spaces, found 10
(#454) Variable "Settings" must be all lower-case
(#454) Expected 1 space before "+="; 0 found
(#454) Variable "Settings" must be all lower-case
(#454) Expected 1 space before "+="; 0 found
(#454) Variable "Settings" must be all lower-case
(#454) Expected 1 space before "+="; 0 found
(#454) Closing brace must be on a line by itself
(#455) Whitespace found at end of line
(#456) Line indented incorrectly; expected 16 spaces, found 9
(#456) Expected "if (...) {\n"; found "if (...) /* Empty error handling */\n {\n"
(#456) Variable "SliceAngle" must be all lower-case
(#456) Variable "SliceID" must be all lower-case
(#457) Line indented incorrectly; expected at least 16 spaces, found 10
(#458) Line indented incorrectly; expected at least 20 spaces, found 11
(#458) Variable "Angle" must be all lower-case
(#458) Variable "SliceAngle" must be all lower-case
(#458) Variable "SliceID" must be all lower-case
(#459) Line indented incorrectly; expected at least 20 spaces, found 11
(#459) Variable "Xc" must be all lower-case
(#459) Variable "Angle" must be all lower-case
(#459) Expected 1 space before "-"; 0 found
(#459) Expected 1 space after "-"; 0 found
(#459) Expected 1 space before "*"; 0 found
(#459) Expected 1 space after "*"; 0 found
(#459) Expected 1 space before "/"; 0 found
(#459) Expected 1 space after "/"; 0 found
(#459) Variable "Radius" must be all lower-case
(#459) Variable "X" must be all lower-case
(#460) Line indented incorrectly; expected at least 20 spaces, found 11
(#460) Variable "Yc" must be all lower-case
(#460) Variable "Angle" must be all lower-case
(#460) Expected 1 space before "-"; 0 found
(#460) Expected 1 space after "-"; 0 found
(#460) Expected 1 space before "*"; 0 found
(#460) Expected 1 space after "*"; 0 found
(#460) Expected 1 space before "/"; 0 found
(#460) Expected 1 space after "/"; 0 found
(#460) Variable "Radius" must be all lower-case
(#460) Expected 1 space before "*"; 0 found
(#460) Expected 1 space after "*"; 0 found
(#460) Variable "SkewFactor" must be all lower-case
(#460) Variable "Y" must be all lower-case
(#461) Line indented incorrectly; expected at least 20 spaces, found 11
(#461) Variable "Plots" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Plots" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Xc" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Yc" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Settings" must be all lower-case
(#463) Line indented incorrectly; expected at least 20 spaces, found 11
(#463) Variable "Angle" must be all lower-case
(#463) Variable "SliceAngle" must be all lower-case
(#463) Variable "SliceID" must be all lower-case
(#463) Variable "SliceAngle" must be all lower-case
(#463) Variable "SliceID" must be all lower-case
(#463) Expected 1 space before "-"; 0 found
(#463) Expected 1 space after "-"; 0 found
(#464) Line indented incorrectly; expected at least 20 spaces, found 11
(#464) Variable "Xc" must be all lower-case
(#464) Variable "Angle" must be all lower-case
(#464) Expected 1 space before "-"; 0 found
(#464) Expected 1 space after "-"; 0 found
(#464) Expected 1 space before "*"; 0 found
(#464) Expected 1 space after "*"; 0 found
(#464) Expected 1 space before "/"; 0 found
(#464) Expected 1 space after "/"; 0 found
(#464) Variable "Radius" must be all lower-case
(#464) Variable "X" must be all lower-case
(#465) Line indented incorrectly; expected at least 20 spaces, found 11
(#465) Variable "Yc" must be all lower-case
(#465) Variable "Angle" must be all lower-case
(#465) Expected 1 space before "-"; 0 found
(#465) Expected 1 space after "-"; 0 found
(#465) Expected 1 space before "*"; 0 found
(#465) Expected 1 space after "*"; 0 found
(#465) Expected 1 space before "/"; 0 found
(#465) Expected 1 space after "/"; 0 found
(#465) Variable "Radius" must be all lower-case
(#465) Expected 1 space before "*"; 0 found
(#465) Expected 1 space after "*"; 0 found
(#465) Variable "SkewFactor" must be all lower-case
(#465) Variable "Y" must be all lower-case
(#466) Line indented incorrectly; expected at least 20 spaces, found 11
(#466) Variable "Plots" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "Plots" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "Xc" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "Yc" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "Settings" must be all lower-case
(#467) Line indented incorrectly; expected 16 spaces, found 10
(#467) Closing brace indented incorrectly; expected 9 spaces, found 10
(#468) Line indented incorrectly; expected 12 spaces, found 8
(#468) Closing brace indented incorrectly; expected 7 spaces, found 8
(#469) Line indented incorrectly; expected 8 spaces, found 6
(#469) Closing brace indented incorrectly; expected 5 spaces, found 6
(#471) Line indented incorrectly; expected at least 8 spaces, found 5
(#472) Line indented incorrectly; expected at least 8 spaces, found 5
(#472) Variable "Slices" must be all lower-case
(#472) Variable "Slices" must be all lower-case
(#473) Line indented incorrectly; expected at least 8 spaces, found 5
(#473) Variable "SliceColors" must be all lower-case
(#473) Variable "SliceColors" must be all lower-case
(#474) Line indented incorrectly; expected 8 spaces, found 5
(#474) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#474) Variable "Slices" must be all lower-case
(#474) Variable "SliceID" must be all lower-case
(#474) Variable "Plots" must be all lower-case
(#475) Line indented incorrectly; expected at least 8 spaces, found 6
(#476) Line indented incorrectly; expected at least 12 spaces, found 7
(#476) Variable "Settings" must be all lower-case
(#476) Variable "SliceColors" must be all lower-case
(#476) Variable "SliceID" must be all lower-case
(#477) Line indented incorrectly; expected at least 12 spaces, found 7
(#477) Variable "Settings" must be all lower-case
(#477) Expected 1 space before "+="; 0 found
(#477) Variable "Settings" must be all lower-case
(#477) Expected 1 space before "+="; 0 found
(#477) Variable "Settings" must be all lower-case
(#477) Expected 1 space before "+="; 0 found
(#477) Variable "Settings" must be all lower-case
(#477) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#479) Line indented incorrectly; expected 12 spaces, found 7
(#479) Expected "if (...) {\n"; found "if (...) /* Empty error handling */\n {\n"
(#479) Variable "Visible" must be all lower-case
(#479) Variable "SliceID" must be all lower-case
(#479) Variable "Plots" must be all lower-case
(#480) Line indented incorrectly; expected at least 12 spaces, found 8
(#481) Line indented incorrectly; expected at least 16 spaces, found 9
(#481) Variable "Plots" must be all lower-case
(#481) Commas (,) must be followed by white space.
(#481) Variable "Plots" must be all lower-case
(#481) Commas (,) must be followed by white space.
(#481) Variable "Plots" must be all lower-case
(#481) Commas (,) must be followed by white space.
(#481) Variable "Plots" must be all lower-case
(#481) Expected 1 space before "-"; 0 found
(#481) Variable "SliceHeight" must be all lower-case
(#481) Commas (,) must be followed by white space.
(#481) Expected 1 space before "=>"; 0 found
(#481) Expected 1 space after "=>"; 0 found
(#481) Variable "Settings" must be all lower-case
(#481) Commas (,) must be followed by white space.
(#481) Expected 1 space before "=>"; 0 found
(#481) Expected 1 space after "=>"; 0 found
(#481) Variable "Settings" must be all lower-case
(#481) Commas (,) must be followed by white space.
(#481) Expected 1 space before "=>"; 0 found
(#481) Expected 1 space after "=>"; 0 found
(#481) Variable "Settings" must be all lower-case
(#481) Line exceeds 132 characters; contains 161 characters
(#482) Line indented incorrectly; expected at least 16 spaces, found 9
(#482) Variable "Border" must be all lower-case
(#483) Line indented incorrectly; expected at least 16 spaces, found 9
(#483) Variable "Border" must be all lower-case
(#483) Variable "Plots" must be all lower-case
(#483) Variable "Border" must be all lower-case
(#483) Variable "Plots" must be all lower-case
(#483) Variable "Border" must be all lower-case
(#483) Variable "Plots" must be all lower-case
(#483) Variable "Border" must be all lower-case
(#483) Variable "Plots" must be all lower-case
(#483) Variable "SliceHeight" must be all lower-case
(#484) Line indented incorrectly; expected at least 16 spaces, found 9
(#484) Variable "Border" must be all lower-case
(#484) Variable "Plots" must be all lower-case
(#484) Variable "Border" must be all lower-case
(#484) Variable "Plots" must be all lower-case
(#484) Variable "SliceHeight" must be all lower-case
(#484) Variable "Border" must be all lower-case
(#484) Variable "Plots" must be all lower-case
(#484) Variable "Border" must be all lower-case
(#484) Variable "Plots" must be all lower-case
(#484) Whitespace found at end of line
(#485) Line indented incorrectly; expected at least 16 spaces, found 9
(#485) Variable "Border" must be all lower-case
(#485) Commas (,) must be followed by white space.
(#485) Variable "Settings" must be all lower-case
(#486) Line indented incorrectly; expected 12 spaces, found 8
(#486) Closing brace indented incorrectly; expected 7 spaces, found 8
(#487) Line indented incorrectly; expected 8 spaces, found 6
(#487) Closing brace indented incorrectly; expected 5 spaces, found 6
(#489) Line indented incorrectly; expected at least 8 spaces, found 5
(#489) Variable "Slices" must be all lower-case
(#489) Variable "Slices" must be all lower-case
(#490) Line indented incorrectly; expected at least 8 spaces, found 5
(#490) Variable "SliceColors" must be all lower-case
(#490) Variable "SliceColors" must be all lower-case
(#491) Line indented incorrectly; expected 8 spaces, found 5
(#491) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#491) Variable "Slices" must be all lower-case
(#491) Variable "SliceID" must be all lower-case
(#491) Variable "Plots" must be all lower-case
(#492) Line indented incorrectly; expected at least 8 spaces, found 6
(#493) Line indented incorrectly; expected at least 12 spaces, found 7
(#493) Variable "Settings" must be all lower-case
(#493) Variable "SliceColors" must be all lower-case
(#493) Variable "SliceID" must be all lower-case
(#494) Line indented incorrectly; expected at least 12 spaces, found 7
(#494) Variable "Settings" must be all lower-case
(#494) Expected 1 space before "+="; 0 found
(#494) Variable "Settings" must be all lower-case
(#494) Expected 1 space before "+="; 0 found
(#494) Variable "Settings" must be all lower-case
(#494) Expected 1 space before "+="; 0 found
(#494) Variable "Settings" must be all lower-case
(#494) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#495) Line indented incorrectly; expected 12 spaces, found 7
(#495) Expected "if (...) {\n"; found "if (...)\n {\n"
(#495) Variable "Visible" must be all lower-case
(#495) Variable "SliceID" must be all lower-case
(#496) Line indented incorrectly; expected at least 12 spaces, found 8
(#497) Line indented incorrectly; expected at least 16 spaces, found 9
(#497) Variable "Plots" must be all lower-case
(#497) Variable "Plots" must be all lower-case
(#497) Expected 1 space before "-"; 0 found
(#497) Expected 1 space after "-"; 0 found
(#497) Commas (,) must be followed by white space.
(#497) Variable "Plots" must be all lower-case
(#497) Variable "Plots" must be all lower-case
(#497) Expected 1 space before "-"; 0 found
(#497) Expected 1 space after "-"; 0 found
(#497) Commas (,) must be followed by white space.
(#497) Variable "Plots" must be all lower-case
(#497) Variable "Plots" must be all lower-case
(#497) Expected 1 space before "-"; 0 found
(#497) Expected 1 space after "-"; 0 found
(#497) Commas (,) must be followed by white space.
(#497) Variable "Plots" must be all lower-case
(#497) Variable "Plots" must be all lower-case
(#497) Expected 1 space before "-"; 0 found
(#497) Expected 1 space after "-"; 0 found
(#497) Expected 1 space before "-"; 0 found
(#497) Variable "SliceHeight" must be all lower-case
(#497) Commas (,) must be followed by white space.
(#497) Expected 1 space before "=>"; 0 found
(#497) Expected 1 space after "=>"; 0 found
(#497) Variable "Settings" must be all lower-case
(#497) Commas (,) must be followed by white space.
(#497) Expected 1 space before "=>"; 0 found
(#497) Expected 1 space after "=>"; 0 found
(#497) Variable "Settings" must be all lower-case
(#497) Commas (,) must be followed by white space.
(#497) Expected 1 space before "=>"; 0 found
(#497) Expected 1 space after "=>"; 0 found
(#497) Variable "Settings" must be all lower-case
(#497) Line exceeds maximum limit of 180 characters; contains 217 characters
(#499) Line indented incorrectly; expected at least 16 spaces, found 9
(#499) Variable "Border" must be all lower-case
(#500) Line indented incorrectly; expected at least 16 spaces, found 9
(#500) Variable "Border" must be all lower-case
(#500) Variable "Plots" must be all lower-case
(#500) Variable "Border" must be all lower-case
(#500) Variable "Plots" must be all lower-case
(#500) Variable "Border" must be all lower-case
(#500) Variable "Plots" must be all lower-case
(#500) Variable "Border" must be all lower-case
(#500) Variable "Plots" must be all lower-case
(#500) Variable "SliceHeight" must be all lower-case
(#501) Line indented incorrectly; expected at least 16 spaces, found 9
(#501) Variable "Border" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Expected 1 space before "-"; 0 found
(#501) Expected 1 space after "-"; 0 found
(#501) Variable "Border" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Expected 1 space before "-"; 0 found
(#501) Expected 1 space after "-"; 0 found
(#501) Variable "SliceHeight" must be all lower-case
(#501) Variable "Border" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Expected 1 space before "-"; 0 found
(#501) Expected 1 space after "-"; 0 found
(#501) Variable "Border" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Variable "Plots" must be all lower-case
(#501) Expected 1 space before "-"; 0 found
(#501) Expected 1 space after "-"; 0 found
(#501) Line exceeds 132 characters; contains 172 characters
(#501) Whitespace found at end of line
(#502) Line indented incorrectly; expected at least 16 spaces, found 9
(#502) Variable "Border" must be all lower-case
(#502) Commas (,) must be followed by white space.
(#502) Variable "Settings" must be all lower-case
(#503) Line indented incorrectly; expected 12 spaces, found 8
(#503) Closing brace indented incorrectly; expected 7 spaces, found 8
(#504) Line indented incorrectly; expected 8 spaces, found 6
(#504) Closing brace indented incorrectly; expected 5 spaces, found 6
(#506) Line indented incorrectly; expected at least 8 spaces, found 5
(#507) Line indented incorrectly; expected 8 spaces, found 5
(#507) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#507) Variable "Slices" must be all lower-case
(#507) Variable "SliceID" must be all lower-case
(#507) Variable "Plots" must be all lower-case
(#508) Line indented incorrectly; expected at least 8 spaces, found 6
(#509) Line indented incorrectly; expected at least 12 spaces, found 7
(#509) Variable "Settings" must be all lower-case
(#509) Variable "SliceColors" must be all lower-case
(#509) Variable "SliceID" must be all lower-case
(#510) Line indented incorrectly; expected at least 12 spaces, found 7
(#510) Variable "Settings" must be all lower-case
(#510) Expected 1 space before "+="; 0 found
(#510) Variable "Settings" must be all lower-case
(#510) Expected 1 space before "+="; 0 found
(#510) Variable "Settings" must be all lower-case
(#510) Expected 1 space before "+="; 0 found
(#510) Variable "Settings" must be all lower-case
(#510) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#512) Line indented incorrectly; expected 12 spaces, found 7
(#512) Expected "for (...) {\n"; found "for (...)\n {\n"
(#512) Expected 1 space after first semicolon of FOR loop; 0 found
(#512) Expected 1 space after second semicolon of FOR loop; 0 found
(#512) Expected 1 space before "="; 0 found
(#512) Expected 1 space after "="; 0 found
(#512) Expected 1 space before "<"; 0 found
(#512) Expected 1 space after "<"; 0 found
(#512) Variable "Plots" must be all lower-case
(#512) Expected 1 space before "-"; 0 found
(#512) Expected 1 space after "-"; 0 found
(#512) Expected 1 space before "="; 0 found
(#512) Expected 1 space after "="; 0 found
(#512) Expected 1 space before "+"; 0 found
(#512) Expected 1 space after "+"; 0 found
(#513) Line indented incorrectly; expected at least 12 spaces, found 8
(#514) Line indented incorrectly; expected at least 16 spaces, found 9
(#514) Variable "Angle" must be all lower-case
(#514) Variable "SliceAngle" must be all lower-case
(#514) Variable "SliceID" must be all lower-case
(#514) Expected 1 space before "/"; 0 found
(#514) Expected 1 space after "/"; 0 found
(#515) Line indented incorrectly; expected 16 spaces, found 9
(#515) Expected "if (...) {\n"; found "if (...)\n {\n"
(#515) Variable "Angle" must be all lower-case
(#515) Variable "Angle" must be all lower-case
(#516) Line indented incorrectly; expected at least 16 spaces, found 10
(#517) Line indented incorrectly; expected at least 20 spaces, found 11
(#517) Variable "Border" must be all lower-case
(#518) Line indented incorrectly; expected at least 20 spaces, found 11
(#518) Variable "Border" must be all lower-case
(#518) Variable "Plots" must be all lower-case
(#518) Variable "Border" must be all lower-case
(#518) Variable "Plots" must be all lower-case
(#518) Expected 1 space before "+"; 0 found
(#518) Expected 1 space after "+"; 0 found
(#519) Line indented incorrectly; expected at least 20 spaces, found 11
(#519) Variable "Border" must be all lower-case
(#519) Variable "Plots" must be all lower-case
(#519) Expected 1 space before "+"; 0 found
(#519) Expected 1 space after "+"; 0 found
(#519) Variable "Border" must be all lower-case
(#519) Variable "Plots" must be all lower-case
(#519) Expected 1 space before "+"; 0 found
(#519) Expected 1 space after "+"; 0 found
(#520) Line indented incorrectly; expected at least 20 spaces, found 11
(#520) Variable "Border" must be all lower-case
(#520) Variable "Plots" must be all lower-case
(#520) Expected 1 space before "+"; 0 found
(#520) Expected 1 space after "+"; 0 found
(#520) Variable "Border" must be all lower-case
(#520) Variable "Plots" must be all lower-case
(#520) Expected 1 space before "+"; 0 found
(#520) Expected 1 space after "+"; 0 found
(#520) Variable "SliceHeight" must be all lower-case
(#521) Line indented incorrectly; expected at least 20 spaces, found 11
(#521) Variable "Border" must be all lower-case
(#521) Variable "Plots" must be all lower-case
(#521) Variable "Border" must be all lower-case
(#521) Variable "Plots" must be all lower-case
(#521) Expected 1 space before "+"; 0 found
(#521) Expected 1 space after "+"; 0 found
(#521) Variable "SliceHeight" must be all lower-case
(#522) Line indented incorrectly; expected at least 20 spaces, found 11
(#522) Variable "Border" must be all lower-case
(#522) Commas (,) must be followed by white space.
(#522) Variable "Settings" must be all lower-case
(#523) Line indented incorrectly; expected 16 spaces, found 10
(#523) Closing brace indented incorrectly; expected 9 spaces, found 10
(#524) Line indented incorrectly; expected 12 spaces, found 8
(#524) Closing brace indented incorrectly; expected 7 spaces, found 8
(#526) Line indented incorrectly; expected 12 spaces, found 7
(#526) Expected "if (...) {\n"; found "if (...)\n {\n"
(#526) Variable "SecondPass" must be all lower-case
(#527) Line indented incorrectly; expected at least 12 spaces, found 8
(#528) Line indented incorrectly; expected at least 16 spaces, found 9
(#528) Variable "Settings" must be all lower-case
(#528) Variable "SliceColors" must be all lower-case
(#528) Variable "SliceID" must be all lower-case
(#529) Line indented incorrectly; expected 16 spaces, found 9
(#529) Expected "if (...) {\n"; found "if (...)\n { "
(#529) Variable "Border" must be all lower-case
(#530) Line indented incorrectly; expected at least 16 spaces, found 10
(#530) Variable "Settings" must be all lower-case
(#530) Expected 1 space before "+="; 0 found
(#530) Variable "Settings" must be all lower-case
(#530) Expected 1 space before "+="; 0 found
(#530) Variable "Settings" must be all lower-case
(#530) Expected 1 space before "+="; 0 found
(#530) Closing brace must be on a line by itself
(#531) Whitespace found at end of line
(#532) Line indented incorrectly; expected 16 spaces, found 9
(#532) Expected "if (...) {\n"; found "if (...) /* Empty error handling */\n {\n"
(#532) Variable "SliceAngle" must be all lower-case
(#532) Variable "SliceID" must be all lower-case
(#533) Line indented incorrectly; expected at least 16 spaces, found 10
(#534) Line indented incorrectly; expected at least 20 spaces, found 11
(#534) Variable "Angle" must be all lower-case
(#534) Variable "SliceAngle" must be all lower-case
(#534) Variable "SliceID" must be all lower-case
(#535) Line indented incorrectly; expected 20 spaces, found 11
(#535) Expected "if (...) {\n"; found "if (...)\n {\n"
(#535) Variable "Angle" must be all lower-case
(#535) Variable "Angle" must be all lower-case
(#536) Line indented incorrectly; expected at least 20 spaces, found 12
(#537) Line indented incorrectly; expected at least 24 spaces, found 13
(#537) Variable "Xc" must be all lower-case
(#537) Variable "Angle" must be all lower-case
(#537) Expected 1 space before "-"; 0 found
(#537) Expected 1 space after "-"; 0 found
(#537) Expected 1 space before "*"; 0 found
(#537) Expected 1 space after "*"; 0 found
(#537) Expected 1 space before "/"; 0 found
(#537) Expected 1 space after "/"; 0 found
(#537) Variable "Radius" must be all lower-case
(#537) Variable "X" must be all lower-case
(#538) Line indented incorrectly; expected at least 24 spaces, found 13
(#538) Variable "Yc" must be all lower-case
(#538) Variable "Angle" must be all lower-case
(#538) Expected 1 space before "-"; 0 found
(#538) Expected 1 space after "-"; 0 found
(#538) Expected 1 space before "*"; 0 found
(#538) Expected 1 space after "*"; 0 found
(#538) Expected 1 space before "/"; 0 found
(#538) Expected 1 space after "/"; 0 found
(#538) Variable "Radius" must be all lower-case
(#538) Expected 1 space before "*"; 0 found
(#538) Expected 1 space after "*"; 0 found
(#538) Variable "SkewFactor" must be all lower-case
(#538) Variable "Y" must be all lower-case
(#539) Line indented incorrectly; expected at least 24 spaces, found 13
(#539) Variable "Xc" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#539) Variable "Yc" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#539) Variable "Xc" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#539) Variable "Yc" must be all lower-case
(#539) Expected 1 space before "-"; 0 found
(#539) Expected 1 space after "-"; 0 found
(#539) Variable "SliceHeight" must be all lower-case
(#539) Commas (,) must be followed by white space.
(#539) Variable "Settings" must be all lower-case
(#540) Line indented incorrectly; expected 20 spaces, found 12
(#540) Closing brace indented incorrectly; expected 11 spaces, found 12
(#541) Line indented incorrectly; expected 16 spaces, found 10
(#541) Closing brace indented incorrectly; expected 9 spaces, found 10
(#543) Line indented incorrectly; expected at least 16 spaces, found 9
(#543) Variable "Angle" must be all lower-case
(#543) Variable "SliceAngle" must be all lower-case
(#543) Variable "SliceID" must be all lower-case
(#543) Variable "SliceAngle" must be all lower-case
(#543) Variable "SliceID" must be all lower-case
(#543) Expected 1 space before "-"; 0 found
(#543) Expected 1 space after "-"; 0 found
(#544) Line indented incorrectly; expected 16 spaces, found 9
(#544) Expected "if (...) {\n"; found "if (...)\n {\n"
(#544) Variable "Angle" must be all lower-case
(#544) Variable "Angle" must be all lower-case
(#545) Line indented incorrectly; expected at least 16 spaces, found 10
(#546) Line indented incorrectly; expected at least 20 spaces, found 11
(#546) Variable "Xc" must be all lower-case
(#546) Variable "Angle" must be all lower-case
(#546) Expected 1 space before "-"; 0 found
(#546) Expected 1 space after "-"; 0 found
(#546) Expected 1 space before "*"; 0 found
(#546) Expected 1 space after "*"; 0 found
(#546) Expected 1 space before "/"; 0 found
(#546) Expected 1 space after "/"; 0 found
(#546) Variable "Radius" must be all lower-case
(#546) Variable "X" must be all lower-case
(#547) Line indented incorrectly; expected at least 20 spaces, found 11
(#547) Variable "Yc" must be all lower-case
(#547) Variable "Angle" must be all lower-case
(#547) Expected 1 space before "-"; 0 found
(#547) Expected 1 space after "-"; 0 found
(#547) Expected 1 space before "*"; 0 found
(#547) Expected 1 space after "*"; 0 found
(#547) Expected 1 space before "/"; 0 found
(#547) Expected 1 space after "/"; 0 found
(#547) Variable "Radius" must be all lower-case
(#547) Expected 1 space before "*"; 0 found
(#547) Expected 1 space after "*"; 0 found
(#547) Variable "SkewFactor" must be all lower-case
(#547) Variable "Y" must be all lower-case
(#548) Line indented incorrectly; expected at least 20 spaces, found 11
(#548) Variable "Xc" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "Yc" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "Xc" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "Yc" must be all lower-case
(#548) Expected 1 space before "-"; 0 found
(#548) Expected 1 space after "-"; 0 found
(#548) Variable "SliceHeight" must be all lower-case
(#548) Commas (,) must be followed by white space.
(#548) Variable "Settings" must be all lower-case
(#549) Line indented incorrectly; expected 16 spaces, found 10
(#549) Closing brace indented incorrectly; expected 9 spaces, found 10
(#551) Line indented incorrectly; expected 16 spaces, found 9
(#551) Expected "if (...) {\n"; found "if (...)\n {\n"
(#551) Variable "SliceAngle" must be all lower-case
(#551) Variable "SliceID" must be all lower-case
(#551) Variable "SliceAngle" must be all lower-case
(#551) Variable "SliceID" must be all lower-case
(#551) Variable "SliceAngle" must be all lower-case
(#551) Variable "SliceID" must be all lower-case
(#551) Variable "SliceAngle" must be all lower-case
(#551) Variable "SliceID" must be all lower-case
(#551) Expected 1 space before "-"; 0 found
(#551) Expected 1 space after "-"; 0 found
(#551) Line exceeds 132 characters; contains 144 characters
(#552) Line indented incorrectly; expected at least 16 spaces, found 10
(#553) Line indented incorrectly; expected at least 20 spaces, found 11
(#553) Variable "Xc" must be all lower-case
(#553) Expected 1 space before "-"; 0 found
(#553) Expected 1 space after "-"; 0 found
(#553) Expected 1 space before "*"; 0 found
(#553) Expected 1 space after "*"; 0 found
(#553) Expected 1 space before "/"; 0 found
(#553) Expected 1 space after "/"; 0 found
(#553) Variable "Radius" must be all lower-case
(#553) Variable "X" must be all lower-case
(#554) Line indented incorrectly; expected at least 20 spaces, found 11
(#554) Variable "Yc" must be all lower-case
(#554) Expected 1 space before "-"; 0 found
(#554) Expected 1 space after "-"; 0 found
(#554) Expected 1 space before "*"; 0 found
(#554) Expected 1 space after "*"; 0 found
(#554) Expected 1 space before "/"; 0 found
(#554) Expected 1 space after "/"; 0 found
(#554) Variable "Radius" must be all lower-case
(#554) Expected 1 space before "*"; 0 found
(#554) Expected 1 space after "*"; 0 found
(#554) Variable "SkewFactor" must be all lower-case
(#554) Variable "Y" must be all lower-case
(#555) Line indented incorrectly; expected at least 20 spaces, found 11
(#555) Variable "Xc" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "Yc" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "Xc" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "Yc" must be all lower-case
(#555) Expected 1 space before "-"; 0 found
(#555) Expected 1 space after "-"; 0 found
(#555) Variable "SliceHeight" must be all lower-case
(#555) Commas (,) must be followed by white space.
(#555) Variable "Settings" must be all lower-case
(#556) Line indented incorrectly; expected 16 spaces, found 10
(#556) Closing brace indented incorrectly; expected 9 spaces, found 10
(#558) Line indented incorrectly; expected 16 spaces, found 9
(#558) Expected "if (...) {\n"; found "if (...)\n {\n"
(#558) Variable "SliceAngle" must be all lower-case
(#558) Variable "SliceID" must be all lower-case
(#558) Variable "SliceAngle" must be all lower-case
(#558) Variable "SliceID" must be all lower-case
(#558) Variable "SliceAngle" must be all lower-case
(#558) Variable "SliceID" must be all lower-case
(#558) Variable "SliceAngle" must be all lower-case
(#558) Variable "SliceID" must be all lower-case
(#558) Expected 1 space before "-"; 0 found
(#558) Expected 1 space after "-"; 0 found
(#558) Line exceeds 132 characters; contains 142 characters
(#559) Line indented incorrectly; expected at least 16 spaces, found 10
(#560) Line indented incorrectly; expected at least 20 spaces, found 11
(#560) Variable "Xc" must be all lower-case
(#560) Expected 1 space before "*"; 0 found
(#560) Expected 1 space after "*"; 0 found
(#560) Expected 1 space before "/"; 0 found
(#560) Expected 1 space after "/"; 0 found
(#560) Variable "Radius" must be all lower-case
(#560) Variable "X" must be all lower-case
(#561) Line indented incorrectly; expected at least 20 spaces, found 11
(#561) Variable "Yc" must be all lower-case
(#561) Expected 1 space before "*"; 0 found
(#561) Expected 1 space after "*"; 0 found
(#561) Expected 1 space before "/"; 0 found
(#561) Expected 1 space after "/"; 0 found
(#561) Variable "Radius" must be all lower-case
(#561) Expected 1 space before "*"; 0 found
(#561) Expected 1 space after "*"; 0 found
(#561) Variable "SkewFactor" must be all lower-case
(#561) Variable "Y" must be all lower-case
(#562) Line indented incorrectly; expected at least 20 spaces, found 11
(#562) Variable "Xc" must be all lower-case
(#562) Commas (,) must be followed by white space.
(#562) Variable "Yc" must be all lower-case
(#562) Commas (,) must be followed by white space.
(#562) Variable "Xc" must be all lower-case
(#562) Commas (,) must be followed by white space.
(#562) Variable "Yc" must be all lower-case
(#562) Expected 1 space before "-"; 0 found
(#562) Expected 1 space after "-"; 0 found
(#562) Variable "SliceHeight" must be all lower-case
(#562) Commas (,) must be followed by white space.
(#562) Variable "Settings" must be all lower-case
(#563) Line indented incorrectly; expected 16 spaces, found 10
(#563) Closing brace indented incorrectly; expected 9 spaces, found 10
(#565) Line indented incorrectly; expected 12 spaces, found 8
(#565) Closing brace indented incorrectly; expected 7 spaces, found 8
(#566) Line indented incorrectly; expected 8 spaces, found 6
(#566) Closing brace indented incorrectly; expected 5 spaces, found 6
(#568) Line indented incorrectly; expected at least 8 spaces, found 5
(#569) Line indented incorrectly; expected 8 spaces, found 5
(#569) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#569) Variable "Slices" must be all lower-case
(#569) Variable "SliceID" must be all lower-case
(#569) Variable "Plots" must be all lower-case
(#570) Line indented incorrectly; expected at least 8 spaces, found 6
(#571) Line indented incorrectly; expected at least 12 spaces, found 7
(#571) Variable "Settings" must be all lower-case
(#571) Variable "SliceColors" must be all lower-case
(#571) Variable "SliceID" must be all lower-case
(#572) Line indented incorrectly; expected at least 12 spaces, found 7
(#572) Variable "Settings" must be all lower-case
(#572) Expected 1 space before "+="; 0 found
(#572) Variable "Settings" must be all lower-case
(#572) Expected 1 space before "+="; 0 found
(#572) Variable "Settings" must be all lower-case
(#572) Expected 1 space before "+="; 0 found
(#574) Line indented incorrectly; expected at least 12 spaces, found 7
(#574) Variable "Top" must be all lower-case
(#575) Line indented incorrectly; expected 12 spaces, found 7
(#575) Expected "for (...) {\n"; found "for(...) { "
(#575) Expected 1 space after first semicolon of FOR loop; 0 found
(#575) Expected 1 space after second semicolon of FOR loop; 0 found
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Expected 1 space before "<"; 0 found
(#575) Expected 1 space after "<"; 0 found
(#575) Variable "Plots" must be all lower-case
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Expected 1 space before "+"; 0 found
(#575) Expected 1 space after "+"; 0 found
(#575) Variable "Top" must be all lower-case
(#575) Variable "Plots" must be all lower-case
(#575) Variable "Top" must be all lower-case
(#575) Variable "Plots" must be all lower-case
(#575) Expected 1 space before "+"; 0 found
(#575) Expected 1 space after "+"; 0 found
(#575) Expected 1 space before "-"; 0 found
(#575) Variable "SliceHeight" must be all lower-case
(#575) Closing brace must be on a line by itself
(#576) Line indented incorrectly; expected at least 12 spaces, found 7
(#576) Variable "Top" must be all lower-case
(#576) Commas (,) must be followed by white space.
(#576) Variable "Settings" must be all lower-case
(#578) Line indented incorrectly; expected 12 spaces, found 7
(#578) Expected "if (...) {\n"; found "if (...) { "
(#578) Variable "RecordImageMap" must be all lower-case
(#578) Variable "Shadow" must be all lower-case
(#578) Commas (,) must be followed by white space.
(#578) Variable "Top" must be all lower-case
(#578) Commas (,) must be followed by white space.
(#578) Variable "Settings" must be all lower-case
(#578) Commas (,) must be followed by white space.
(#578) Variable "Settings" must be all lower-case
(#578) Commas (,) must be followed by white space.
(#578) Variable "Settings" must be all lower-case
(#578) Commas (,) must be followed by white space.
(#578) Variable "Data" must be all lower-case
(#578) Variable "Data" must be all lower-case
(#578) Variable "Slices" must be all lower-case
(#578) Expected 1 space before "-"; 0 found
(#578) Expected 1 space after "-"; 0 found
(#578) Variable "SliceID" must be all lower-case
(#578) Expected 1 space before "-"; 0 found
(#578) Expected 1 space after "-"; 0 found
(#578) Commas (,) must be followed by white space.
(#578) Variable "Values" must be all lower-case
(#578) Variable "SliceID" must be all lower-case
(#578) Line exceeds maximum limit of 180 characters; contains 284 characters
(#578) Closing brace must be on a line by itself
(#579) Line indented incorrectly; expected 8 spaces, found 6
(#579) Closing brace indented incorrectly; expected 5 spaces, found 6
(#580) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#582) Line indented incorrectly; expected at least 8 spaces, found 5
(#583) Line indented incorrectly; expected 8 spaces, found 5
(#583) Expected "if (...) {\n"; found "if (...)\n {\n"
(#583) Variable "SecondPass" must be all lower-case
(#584) Line indented incorrectly; expected at least 8 spaces, found 6
(#585) Line indented incorrectly; expected at least 12 spaces, found 7
(#585) Variable "Step" must be all lower-case
(#585) Variable "Radius" must be all lower-case
(#586) Line indented incorrectly; expected at least 12 spaces, found 7
(#586) Variable "Offset" must be all lower-case
(#586) Variable "ID" must be all lower-case
(#586) Variable "Values" must be all lower-case
(#586) Expected 1 space before "-"; 0 found
(#586) Expected 1 space after "-"; 0 found
(#587) Line indented incorrectly; expected 12 spaces, found 7
(#587) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#587) Variable "Values" must be all lower-case
(#587) Variable "Key" must be all lower-case
(#587) Variable "Value" must be all lower-case
(#588) Line indented incorrectly; expected at least 12 spaces, found 8
(#589) Line indented incorrectly; expected at least 16 spaces, found 9
(#589) Variable "FirstPoint" must be all lower-case
(#589) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#590) Line indented incorrectly; expected at least 16 spaces, found 9
(#590) Inline control structures are not allowed
(#590) Variable "Shadow" must be all lower-case
(#591) Line indented incorrectly; expected at least 16 spaces, found 10
(#591) Variable "Settings" must be all lower-case
(#591) Expected 1 space before "=>"; 0 found
(#591) Expected 1 space after "=>"; 0 found
(#591) Commas (,) must be followed by white space.
(#591) Expected 1 space before "=>"; 0 found
(#591) Expected 1 space after "=>"; 0 found
(#591) Commas (,) must be followed by white space.
(#591) Expected 1 space before "=>"; 0 found
(#591) Expected 1 space after "=>"; 0 found
(#591) Commas (,) must be followed by white space.
(#591) Expected 1 space before "=>"; 0 found
(#591) Expected 1 space after "=>"; 0 found
(#591) Line exceeds 132 characters; contains 169 characters
(#592) Line indented incorrectly; expected 16 spaces, found 9
(#593) Line indented incorrectly; expected at least 16 spaces, found 10
(#594) Line indented incorrectly; expected 20 spaces, found 11
(#594) Expected "if (...) {\n"; found "if (...)\n { "
(#594) Variable "Border" must be all lower-case
(#595) Line indented incorrectly; expected at least 20 spaces, found 12
(#595) Variable "Settings" must be all lower-case
(#595) Expected 1 space before "=>"; 0 found
(#595) Expected 1 space after "=>"; 0 found
(#595) Variable "Palette" must be all lower-case
(#595) Variable "ID" must be all lower-case
(#595) Expected 1 space before "+"; 0 found
(#595) Expected 1 space after "+"; 0 found
(#595) Commas (,) must be followed by white space.
(#595) Expected 1 space before "=>"; 0 found
(#595) Expected 1 space after "=>"; 0 found
(#595) Variable "Palette" must be all lower-case
(#595) Variable "ID" must be all lower-case
(#595) Expected 1 space before "+"; 0 found
(#595) Expected 1 space after "+"; 0 found
(#595) Commas (,) must be followed by white space.
(#595) Expected 1 space before "=>"; 0 found
(#595) Expected 1 space after "=>"; 0 found
(#595) Variable "Palette" must be all lower-case
(#595) Variable "ID" must be all lower-case
(#595) Expected 1 space before "+"; 0 found
(#595) Expected 1 space after "+"; 0 found
(#595) Commas (,) must be followed by white space.
(#595) Expected 1 space before "=>"; 0 found
(#595) Expected 1 space after "=>"; 0 found
(#595) Variable "Palette" must be all lower-case
(#595) Variable "ID" must be all lower-case
(#595) Line exceeds 132 characters; contains 148 characters
(#595) Closing brace must be on a line by itself
(#596) Line indented incorrectly; expected at least 20 spaces, found 11
(#596) Inline control structures are not allowed
(#597) Line indented incorrectly; expected at least 20 spaces, found 12
(#597) Variable "Settings" must be all lower-case
(#597) Expected 1 space before "=>"; 0 found
(#597) Expected 1 space after "=>"; 0 found
(#597) Variable "Palette" must be all lower-case
(#597) Variable "ID" must be all lower-case
(#597) Commas (,) must be followed by white space.
(#597) Expected 1 space before "=>"; 0 found
(#597) Expected 1 space after "=>"; 0 found
(#597) Variable "Palette" must be all lower-case
(#597) Variable "ID" must be all lower-case
(#597) Commas (,) must be followed by white space.
(#597) Expected 1 space before "=>"; 0 found
(#597) Expected 1 space after "=>"; 0 found
(#597) Variable "Palette" must be all lower-case
(#597) Variable "ID" must be all lower-case
(#597) Commas (,) must be followed by white space.
(#597) Expected 1 space before "=>"; 0 found
(#597) Expected 1 space after "=>"; 0 found
(#597) Variable "Palette" must be all lower-case
(#597) Variable "ID" must be all lower-case
(#597) Line exceeds 132 characters; contains 135 characters
(#598) Line indented incorrectly; expected 16 spaces, found 10
(#598) Closing brace indented incorrectly; expected 9 spaces, found 10
(#600) Line indented incorrectly; expected at least 16 spaces, found 9
(#600) Variable "EndAngle" must be all lower-case
(#600) Variable "Offset" must be all lower-case
(#600) Expected 1 space before "-"; 0 found
(#600) Expected 1 space after "-"; 0 found
(#600) Variable "Value" must be all lower-case
(#600) Expected 1 space before "*"; 0 found
(#600) Expected 1 space after "*"; 0 found
(#600) Variable "ScaleFactor" must be all lower-case
(#600) Expected "if (...) {\n"; found "if (...) { "
(#600) Variable "EndAngle" must be all lower-case
(#600) Variable "EndAngle" must be all lower-case
(#600) Closing brace must be on a line by itself
(#602) Line indented incorrectly; expected 16 spaces, found 9
(#602) Expected "if (...) {\n"; found "if (...)\n { "
(#602) Variable "DataGapAngle" must be all lower-case
(#603) Line indented incorrectly; expected at least 16 spaces, found 10
(#603) Variable "X0" must be all lower-case
(#603) Variable "X" must be all lower-case
(#603) Variable "Y0" must be all lower-case
(#603) Variable "Y" must be all lower-case
(#603) Expected 1 space before "-"; 0 found
(#603) Variable "SliceHeight" must be all lower-case
(#603) Closing brace must be on a line by itself
(#604) Line indented incorrectly; expected 16 spaces, found 9
(#604) Expected "} else {\n"; found "}\n else\n {\n"
(#605) Line indented incorrectly; expected at least 16 spaces, found 10
(#606) Line indented incorrectly; expected at least 20 spaces, found 11
(#606) Variable "Angle" must be all lower-case
(#606) Variable "EndAngle" must be all lower-case
(#606) Variable "Offset" must be all lower-case
(#606) Expected 1 space before "/"; 0 found
(#606) Expected 1 space after "/"; 0 found
(#606) Variable "Offset" must be all lower-case
(#607) Line indented incorrectly; expected at least 20 spaces, found 11
(#607) Variable "X0" must be all lower-case
(#607) Variable "Angle" must be all lower-case
(#607) Expected 1 space before "-"; 0 found
(#607) Expected 1 space after "-"; 0 found
(#607) Expected 1 space before "*"; 0 found
(#607) Expected 1 space after "*"; 0 found
(#607) Expected 1 space before "/"; 0 found
(#607) Expected 1 space after "/"; 0 found
(#607) Variable "DataGapRadius" must be all lower-case
(#607) Variable "X" must be all lower-case
(#608) Line indented incorrectly; expected at least 20 spaces, found 11
(#608) Variable "Y0" must be all lower-case
(#608) Variable "Angle" must be all lower-case
(#608) Expected 1 space before "-"; 0 found
(#608) Expected 1 space after "-"; 0 found
(#608) Expected 1 space before "*"; 0 found
(#608) Expected 1 space after "*"; 0 found
(#608) Expected 1 space before "/"; 0 found
(#608) Expected 1 space after "/"; 0 found
(#608) Variable "DataGapRadius" must be all lower-case
(#608) Expected 1 space before "*"; 0 found
(#608) Expected 1 space after "*"; 0 found
(#608) Variable "SkewFactor" must be all lower-case
(#608) Variable "Y" must be all lower-case
(#608) Variable "SliceHeight" must be all lower-case
(#609) Line indented incorrectly; expected 16 spaces, found 10
(#609) Closing brace indented incorrectly; expected 9 spaces, found 10
(#610) Line indented incorrectly; expected at least 16 spaces, found 9
(#610) Variable "Plots" must be all lower-case
(#610) Variable "X0" must be all lower-case
(#610) Variable "Plots" must be all lower-case
(#610) Variable "Y0" must be all lower-case
(#612) Line indented incorrectly; expected 16 spaces, found 9
(#612) Expected "for (...) {\n"; found "for(...)\n {\n"
(#612) Expected 1 space after first semicolon of FOR loop; 0 found
(#612) Expected 1 space after second semicolon of FOR loop; 0 found
(#612) Expected 1 space before "="; 0 found
(#612) Expected 1 space after "="; 0 found
(#612) Variable "Offset" must be all lower-case
(#612) Expected 1 space before ">="; 0 found
(#612) Expected 1 space after ">="; 0 found
(#612) Variable "EndAngle" must be all lower-case
(#612) Expected 1 space before "="; 0 found
(#612) Expected 1 space after "="; 0 found
(#612) Expected 1 space before "-"; 0 found
(#612) Expected 1 space after "-"; 0 found
(#612) Variable "Step" must be all lower-case
(#613) Line indented incorrectly; expected at least 16 spaces, found 10
(#614) Line indented incorrectly; expected at least 20 spaces, found 11
(#614) Variable "Xc" must be all lower-case
(#614) Expected 1 space before "-"; 0 found
(#614) Expected 1 space after "-"; 0 found
(#614) Expected 1 space before "*"; 0 found
(#614) Expected 1 space after "*"; 0 found
(#614) Expected 1 space before "/"; 0 found
(#614) Expected 1 space after "/"; 0 found
(#614) Variable "Radius" must be all lower-case
(#614) Variable "X" must be all lower-case
(#615) Line indented incorrectly; expected at least 20 spaces, found 11
(#615) Variable "Yc" must be all lower-case
(#615) Expected 1 space before "-"; 0 found
(#615) Expected 1 space after "-"; 0 found
(#615) Expected 1 space before "*"; 0 found
(#615) Expected 1 space after "*"; 0 found
(#615) Expected 1 space before "/"; 0 found
(#615) Expected 1 space after "/"; 0 found
(#615) Variable "Radius" must be all lower-case
(#615) Expected 1 space before "*"; 0 found
(#615) Expected 1 space after "*"; 0 found
(#615) Variable "SkewFactor" must be all lower-case
(#615) Variable "Y" must be all lower-case
(#615) Variable "SliceHeight" must be all lower-case
(#617) Line indented incorrectly; expected 20 spaces, found 11
(#617) Expected "if (...) {\n"; found "if (...) { "
(#617) Variable "FirstPoint" must be all lower-case
(#617) Variable "Xc" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Yc" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "X0" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Y0" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Settings" must be all lower-case
(#617) Closing brace must be on a line by itself
(#617) Variable "FirstPoint" must be all lower-case
(#617) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#618) Whitespace found at end of line
(#619) Line indented incorrectly; expected at least 20 spaces, found 11
(#619) Variable "Xc" must be all lower-case
(#619) Commas (,) must be followed by white space.
(#619) Variable "Yc" must be all lower-case
(#619) Commas (,) must be followed by white space.
(#619) Variable "Settings" must be all lower-case
(#620) Line indented incorrectly; expected 20 spaces, found 11
(#620) Expected "if (...) {\n"; found "if (...) { "
(#620) Variable "Xc" must be all lower-case
(#620) Commas (,) must be followed by white space.
(#620) Variable "Yc" must be all lower-case
(#620) Expected 1 space before "+"; 0 found
(#620) Expected 1 space after "+"; 0 found
(#620) Variable "SliceHeight" must be all lower-case
(#620) Commas (,) must be followed by white space.
(#620) Variable "Settings" must be all lower-case
(#620) Closing brace must be on a line by itself
(#621) Line indented incorrectly; expected 16 spaces, found 10
(#621) Closing brace indented incorrectly; expected 9 spaces, found 10
(#622) Line indented incorrectly; expected at least 16 spaces, found 9
(#622) Variable "Xc" must be all lower-case
(#622) Commas (,) must be followed by white space.
(#622) Variable "Yc" must be all lower-case
(#622) Commas (,) must be followed by white space.
(#622) Variable "X0" must be all lower-case
(#622) Commas (,) must be followed by white space.
(#622) Variable "Y0" must be all lower-case
(#622) Commas (,) must be followed by white space.
(#622) Variable "Settings" must be all lower-case
(#624) Line indented incorrectly; expected at least 16 spaces, found 9
(#624) Variable "Offset" must be all lower-case
(#624) Variable "DataGapAngle" must be all lower-case
(#624) Variable "ID" must be all lower-case
(#625) Line indented incorrectly; expected 12 spaces, found 8
(#625) Closing brace indented incorrectly; expected 7 spaces, found 8
(#626) Line indented incorrectly; expected 8 spaces, found 6
(#626) Closing brace indented incorrectly; expected 5 spaces, found 6
(#628) Line indented incorrectly; expected 8 spaces, found 5
(#628) Expected "if (...) {\n"; found "if (...)\n {\n"
(#628) Variable "WriteValues" must be all lower-case
(#628) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#629) Line indented incorrectly; expected at least 8 spaces, found 6
(#630) Line indented incorrectly; expected at least 12 spaces, found 7
(#630) Variable "Step" must be all lower-case
(#630) Variable "Radius" must be all lower-case
(#631) Line indented incorrectly; expected at least 12 spaces, found 7
(#631) Variable "Offset" must be all lower-case
(#631) Variable "ID" must be all lower-case
(#631) Variable "Values" must be all lower-case
(#631) Expected 1 space before "-"; 0 found
(#631) Expected 1 space after "-"; 0 found
(#632) Line indented incorrectly; expected at least 12 spaces, found 7
(#632) Variable "Settings" must be all lower-case
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#632) Commas (,) must be followed by white space.
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#632) Variable "ValueR" must be all lower-case
(#632) Commas (,) must be followed by white space.
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#632) Variable "ValueG" must be all lower-case
(#632) Commas (,) must be followed by white space.
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#632) Variable "ValueB" must be all lower-case
(#632) Commas (,) must be followed by white space.
(#632) Expected 1 space before "=>"; 0 found
(#632) Expected 1 space after "=>"; 0 found
(#632) Variable "ValueAlpha" must be all lower-case
(#633) Line indented incorrectly; expected 12 spaces, found 7
(#633) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#633) Variable "Values" must be all lower-case
(#633) Variable "Key" must be all lower-case
(#633) Variable "Value" must be all lower-case
(#634) Line indented incorrectly; expected at least 12 spaces, found 8
(#635) Line indented incorrectly; expected at least 16 spaces, found 9
(#635) Variable "EndAngle" must be all lower-case
(#635) Variable "Offset" must be all lower-case
(#635) Expected 1 space before "-"; 0 found
(#635) Expected 1 space after "-"; 0 found
(#635) Variable "Value" must be all lower-case
(#635) Expected 1 space before "*"; 0 found
(#635) Expected 1 space after "*"; 0 found
(#635) Variable "ScaleFactor" must be all lower-case
(#635) Expected "if (...) {\n"; found "if (...) { "
(#635) Variable "EndAngle" must be all lower-case
(#635) Variable "EndAngle" must be all lower-case
(#635) Closing brace must be on a line by itself
(#637) Line indented incorrectly; expected at least 16 spaces, found 9
(#637) Variable "Angle" must be all lower-case
(#637) Variable "EndAngle" must be all lower-case
(#637) Variable "Offset" must be all lower-case
(#637) Expected 1 space before "/"; 0 found
(#637) Expected 1 space after "/"; 0 found
(#637) Variable "Offset" must be all lower-case
(#639) Line indented incorrectly; expected 16 spaces, found 9
(#639) Expected "if (...) {\n"; found "if (...)\n {\n"
(#639) Variable "ValuePosition" must be all lower-case
(#640) Line indented incorrectly; expected at least 16 spaces, found 10
(#641) Line indented incorrectly; expected at least 20 spaces, found 11
(#641) Variable "Xc" must be all lower-case
(#641) Variable "Angle" must be all lower-case
(#641) Expected 1 space before "-"; 0 found
(#641) Expected 1 space after "-"; 0 found
(#641) Expected 1 space before "*"; 0 found
(#641) Expected 1 space after "*"; 0 found
(#641) Expected 1 space before "/"; 0 found
(#641) Expected 1 space after "/"; 0 found
(#641) Variable "Radius" must be all lower-case
(#641) Expected 1 space before "+"; 0 found
(#641) Expected 1 space after "+"; 0 found
(#641) Variable "ValuePadding" must be all lower-case
(#641) Variable "X" must be all lower-case
(#642) Line indented incorrectly; expected at least 20 spaces, found 11
(#642) Variable "Yc" must be all lower-case
(#642) Variable "Angle" must be all lower-case
(#642) Expected 1 space before "-"; 0 found
(#642) Expected 1 space after "-"; 0 found
(#642) Expected 1 space before "*"; 0 found
(#642) Expected 1 space after "*"; 0 found
(#642) Expected 1 space before "/"; 0 found
(#642) Expected 1 space after "/"; 0 found
(#642) Variable "Radius" must be all lower-case
(#642) Expected 1 space before "*"; 0 found
(#642) Expected 1 space after "*"; 0 found
(#642) Variable "SkewFactor" must be all lower-case
(#642) Expected 1 space before "+"; 0 found
(#642) Expected 1 space after "+"; 0 found
(#642) Variable "ValuePadding" must be all lower-case
(#642) Variable "Y" must be all lower-case
(#642) Variable "SliceHeight" must be all lower-case
(#643) Line indented incorrectly; expected 16 spaces, found 10
(#643) Closing brace indented incorrectly; expected 9 spaces, found 10
(#644) Line indented incorrectly; expected 16 spaces, found 9
(#644) Expected "} else {\n"; found "}\n else\n {\n"
(#645) Line indented incorrectly; expected at least 16 spaces, found 10
(#646) Line indented incorrectly; expected at least 20 spaces, found 11
(#646) Variable "Xc" must be all lower-case
(#646) Variable "Angle" must be all lower-case
(#646) Expected 1 space before "-"; 0 found
(#646) Expected 1 space after "-"; 0 found
(#646) Expected 1 space before "*"; 0 found
(#646) Expected 1 space after "*"; 0 found
(#646) Expected 1 space before "/"; 0 found
(#646) Expected 1 space after "/"; 0 found
(#646) Variable "Radius" must be all lower-case
(#646) Expected 1 space before "/"; 0 found
(#646) Expected 1 space after "/"; 0 found
(#646) Variable "X" must be all lower-case
(#647) Line indented incorrectly; expected at least 20 spaces, found 11
(#647) Variable "Yc" must be all lower-case
(#647) Variable "Angle" must be all lower-case
(#647) Expected 1 space before "-"; 0 found
(#647) Expected 1 space after "-"; 0 found
(#647) Expected 1 space before "*"; 0 found
(#647) Expected 1 space after "*"; 0 found
(#647) Expected 1 space before "/"; 0 found
(#647) Expected 1 space after "/"; 0 found
(#647) Variable "Radius" must be all lower-case
(#647) Expected 1 space before "*"; 0 found
(#647) Expected 1 space after "*"; 0 found
(#647) Variable "SkewFactor" must be all lower-case
(#647) Expected 1 space before "/"; 0 found
(#647) Expected 1 space after "/"; 0 found
(#647) Variable "Y" must be all lower-case
(#647) Variable "SliceHeight" must be all lower-case
(#648) Line indented incorrectly; expected 16 spaces, found 10
(#648) Closing brace indented incorrectly; expected 9 spaces, found 10
(#650) Line indented incorrectly; expected at least 16 spaces, found 9
(#650) Inline control structures are not allowed
(#650) Variable "WriteValues" must be all lower-case
(#651) Line indented incorrectly; expected at least 16 spaces, found 10
(#651) Variable "Display" must be all lower-case
(#651) Variable "SerieSum" must be all lower-case
(#651) Variable "Value" must be all lower-case
(#651) Commas (,) must be followed by white space.
(#651) Variable "Precision" must be all lower-case
(#652) Line indented incorrectly; expected at least 16 spaces, found 9
(#652) Inline control structures are not allowed
(#652) Usage of ELSEIF not allowed; use ELSE IF instead
(#652) Variable "WriteValues" must be all lower-case
(#653) Line indented incorrectly; expected at least 16 spaces, found 10
(#653) Variable "Display" must be all lower-case
(#653) Variable "Value" must be all lower-case
(#653) Variable "ValueSuffix" must be all lower-case
(#655) Line indented incorrectly; expected at least 16 spaces, found 9
(#655) Variable "Xc" must be all lower-case
(#655) Commas (,) must be followed by white space.
(#655) Variable "Yc" must be all lower-case
(#655) Commas (,) must be followed by white space.
(#655) Variable "Display" must be all lower-case
(#655) Commas (,) must be followed by white space.
(#655) Variable "Settings" must be all lower-case
(#657) Line indented incorrectly; expected at least 16 spaces, found 9
(#657) Variable "Offset" must be all lower-case
(#657) Variable "EndAngle" must be all lower-case
(#657) Variable "DataGapAngle" must be all lower-case
(#657) Variable "ID" must be all lower-case
(#658) Line indented incorrectly; expected 12 spaces, found 8
(#658) Closing brace indented incorrectly; expected 7 spaces, found 8
(#659) Line indented incorrectly; expected 8 spaces, found 6
(#659) Closing brace indented incorrectly; expected 5 spaces, found 6
(#661) Line indented incorrectly; expected 8 spaces, found 5
(#661) Expected "if (...) {\n"; found "if (...)\n {\n"
(#661) Variable "DrawLabels" must be all lower-case
(#662) Line indented incorrectly; expected at least 8 spaces, found 6
(#663) Line indented incorrectly; expected at least 12 spaces, found 7
(#663) Variable "Step" must be all lower-case
(#663) Variable "Radius" must be all lower-case
(#664) Line indented incorrectly; expected at least 12 spaces, found 7
(#664) Variable "Offset" must be all lower-case
(#664) Variable "ID" must be all lower-case
(#664) Variable "Values" must be all lower-case
(#664) Expected 1 space before "-"; 0 found
(#664) Expected 1 space after "-"; 0 found
(#665) Line indented incorrectly; expected 12 spaces, found 7
(#665) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#665) Variable "Values" must be all lower-case
(#665) Variable "Key" must be all lower-case
(#665) Variable "Value" must be all lower-case
(#666) Line indented incorrectly; expected at least 12 spaces, found 8
(#667) Line indented incorrectly; expected 16 spaces, found 9
(#667) Expected "if (...) {\n"; found "if (...)\n { "
(#667) Variable "LabelColor" must be all lower-case
(#668) Line indented incorrectly; expected at least 16 spaces, found 10
(#668) Variable "Settings" must be all lower-case
(#668) Expected 1 space before "=>"; 0 found
(#668) Expected 1 space after "=>"; 0 found
(#668) Variable "Palette" must be all lower-case
(#668) Variable "ID" must be all lower-case
(#668) Commas (,) must be followed by white space.
(#668) Expected 1 space before "=>"; 0 found
(#668) Expected 1 space after "=>"; 0 found
(#668) Variable "Palette" must be all lower-case
(#668) Variable "ID" must be all lower-case
(#668) Commas (,) must be followed by white space.
(#668) Expected 1 space before "=>"; 0 found
(#668) Expected 1 space after "=>"; 0 found
(#668) Variable "Palette" must be all lower-case
(#668) Variable "ID" must be all lower-case
(#668) Commas (,) must be followed by white space.
(#668) Expected 1 space before "=>"; 0 found
(#668) Expected 1 space after "=>"; 0 found
(#668) Variable "Palette" must be all lower-case
(#668) Variable "ID" must be all lower-case
(#668) Line exceeds 132 characters; contains 148 characters
(#668) Closing brace must be on a line by itself
(#669) Line indented incorrectly; expected 16 spaces, found 9
(#669) Expected "} else {\n"; found "}\n else\n { "
(#670) Line indented incorrectly; expected at least 16 spaces, found 10
(#670) Variable "Settings" must be all lower-case
(#670) Expected 1 space before "=>"; 0 found
(#670) Expected 1 space after "=>"; 0 found
(#670) Variable "LabelR" must be all lower-case
(#670) Commas (,) must be followed by white space.
(#670) Expected 1 space before "=>"; 0 found
(#670) Expected 1 space after "=>"; 0 found
(#670) Variable "LabelG" must be all lower-case
(#670) Commas (,) must be followed by white space.
(#670) Expected 1 space before "=>"; 0 found
(#670) Expected 1 space after "=>"; 0 found
(#670) Variable "LabelB" must be all lower-case
(#670) Commas (,) must be followed by white space.
(#670) Expected 1 space before "=>"; 0 found
(#670) Expected 1 space after "=>"; 0 found
(#670) Variable "LabelAlpha" must be all lower-case
(#670) Closing brace must be on a line by itself
(#672) Line indented incorrectly; expected at least 16 spaces, found 9
(#672) Variable "EndAngle" must be all lower-case
(#672) Variable "Offset" must be all lower-case
(#672) Expected 1 space before "-"; 0 found
(#672) Expected 1 space after "-"; 0 found
(#672) Variable "Value" must be all lower-case
(#672) Expected 1 space before "*"; 0 found
(#672) Expected 1 space after "*"; 0 found
(#672) Variable "ScaleFactor" must be all lower-case
(#672) Expected "if (...) {\n"; found "if (...) { "
(#672) Variable "EndAngle" must be all lower-case
(#672) Variable "EndAngle" must be all lower-case
(#672) Closing brace must be on a line by itself
(#674) Line indented incorrectly; expected at least 16 spaces, found 9
(#674) Variable "Angle" must be all lower-case
(#674) Variable "EndAngle" must be all lower-case
(#674) Variable "Offset" must be all lower-case
(#674) Expected 1 space before "/"; 0 found
(#674) Expected 1 space after "/"; 0 found
(#674) Variable "Offset" must be all lower-case
(#675) Line indented incorrectly; expected at least 16 spaces, found 9
(#675) Variable "Xc" must be all lower-case
(#675) Variable "Angle" must be all lower-case
(#675) Expected 1 space before "-"; 0 found
(#675) Expected 1 space after "-"; 0 found
(#675) Expected 1 space before "*"; 0 found
(#675) Expected 1 space after "*"; 0 found
(#675) Expected 1 space before "/"; 0 found
(#675) Expected 1 space after "/"; 0 found
(#675) Variable "Radius" must be all lower-case
(#675) Variable "X" must be all lower-case
(#676) Line indented incorrectly; expected at least 16 spaces, found 9
(#676) Variable "Yc" must be all lower-case
(#676) Variable "Angle" must be all lower-case
(#676) Expected 1 space before "-"; 0 found
(#676) Expected 1 space after "-"; 0 found
(#676) Expected 1 space before "*"; 0 found
(#676) Expected 1 space after "*"; 0 found
(#676) Expected 1 space before "/"; 0 found
(#676) Expected 1 space after "/"; 0 found
(#676) Variable "Radius" must be all lower-case
(#676) Expected 1 space before "*"; 0 found
(#676) Expected 1 space after "*"; 0 found
(#676) Variable "SkewFactor" must be all lower-case
(#676) Variable "Y" must be all lower-case
(#676) Variable "SliceHeight" must be all lower-case
(#678) Line indented incorrectly; expected 16 spaces, found 9
(#678) Expected "if (...) {\n"; found "if (...)\n {\n"
(#678) Variable "Data" must be all lower-case
(#678) Variable "Data" must be all lower-case
(#678) Variable "ID" must be all lower-case
(#679) Line indented incorrectly; expected at least 16 spaces, found 10
(#680) Line indented incorrectly; expected at least 20 spaces, found 11
(#680) Variable "Label" must be all lower-case
(#680) Variable "Data" must be all lower-case
(#680) Variable "Data" must be all lower-case
(#680) Variable "ID" must be all lower-case
(#682) Line indented incorrectly; expected at least 20 spaces, found 11
(#682) Inline control structures are not allowed
(#682) Variable "LabelStacked" must be all lower-case
(#683) Line indented incorrectly; expected at least 20 spaces, found 12
(#683) Variable "Xc" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) Variable "Yc" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) Variable "Label" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) Variable "Angle" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) Variable "Settings" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#683) Commas (,) must be followed by white space.
(#683) Variable "X" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) Variable "Y" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) Variable "Radius" must be all lower-case
(#683) Commas (,) must be followed by white space.
(#683) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#684) Line indented incorrectly; expected at least 20 spaces, found 11
(#684) Inline control structures are not allowed
(#685) Line indented incorrectly; expected at least 20 spaces, found 12
(#685) Variable "Xc" must be all lower-case
(#685) Commas (,) must be followed by white space.
(#685) Variable "Yc" must be all lower-case
(#685) Commas (,) must be followed by white space.
(#685) Variable "Label" must be all lower-case
(#685) Commas (,) must be followed by white space.
(#685) Variable "Angle" must be all lower-case
(#685) Commas (,) must be followed by white space.
(#685) Variable "Settings" must be all lower-case
(#685) Commas (,) must be followed by white space.
(#685) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#686) Line indented incorrectly; expected 16 spaces, found 10
(#686) Closing brace indented incorrectly; expected 9 spaces, found 10
(#688) Line indented incorrectly; expected at least 16 spaces, found 9
(#688) Variable "Offset" must be all lower-case
(#688) Variable "EndAngle" must be all lower-case
(#688) Variable "DataGapAngle" must be all lower-case
(#688) Variable "ID" must be all lower-case
(#689) Line indented incorrectly; expected 12 spaces, found 8
(#689) Closing brace indented incorrectly; expected 7 spaces, found 8
(#690) Line indented incorrectly; expected 8 spaces, found 6
(#690) Closing brace indented incorrectly; expected 5 spaces, found 6
(#692) Line indented incorrectly; expected 8 spaces, found 5
(#692) Expected "if (...) {\n"; found "if (...) { "
(#692) Variable "DrawLabels" must be all lower-case
(#692) Variable "LabelStacked" must be all lower-case
(#692) Closing brace must be on a line by itself
(#694) Line indented incorrectly; expected at least 8 spaces, found 5
(#694) Variable "RestoreShadow" must be all lower-case
(#696) Line indented incorrectly; expected at least 8 spaces, found 5
(#697) Closing brace indented incorrectly; expected 3 spaces, found 4
(#699) Line indented incorrectly; expected at least 4 spaces, found 3
(#700) Line indented incorrectly; expected 4 spaces, found 3
(#700) method name "pPie::drawPieLegend" must be in lower-case letters only
(#700) Visibility must be declared on method "drawPieLegend"
(#700) Variable "X" must be all lower-case
(#700) Commas (,) must be followed by white space.
(#700) Variable "Y" must be all lower-case
(#700) Commas (,) must be followed by white space.
(#700) Variable "Format" must be all lower-case
(#701) Opening brace should be on the same line as the declaration
(#702) Line indented incorrectly; expected at least 8 spaces, found 5
(#702) Variable "FontName" must be all lower-case
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Variable "Format" must be all lower-case
(#702) Variable "Format" must be all lower-case
(#703) Line indented incorrectly; expected at least 8 spaces, found 5
(#703) Variable "FontSize" must be all lower-case
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#703) Variable "Format" must be all lower-case
(#703) Variable "Format" must be all lower-case
(#704) Line indented incorrectly; expected at least 8 spaces, found 5
(#704) Variable "FontR" must be all lower-case
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Variable "Format" must be all lower-case
(#704) Variable "Format" must be all lower-case
(#705) Line indented incorrectly; expected at least 8 spaces, found 5
(#705) Variable "FontG" must be all lower-case
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Variable "Format" must be all lower-case
(#705) Variable "Format" must be all lower-case
(#706) Line indented incorrectly; expected at least 8 spaces, found 5
(#706) Variable "FontB" must be all lower-case
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Variable "Format" must be all lower-case
(#706) Variable "Format" must be all lower-case
(#707) Line indented incorrectly; expected at least 8 spaces, found 5
(#707) Variable "BoxSize" must be all lower-case
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Variable "Format" must be all lower-case
(#707) Variable "Format" must be all lower-case
(#708) Line indented incorrectly; expected at least 8 spaces, found 5
(#708) Variable "Margin" must be all lower-case
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Variable "Format" must be all lower-case
(#708) Variable "Format" must be all lower-case
(#709) Line indented incorrectly; expected at least 8 spaces, found 5
(#709) Variable "R" must be all lower-case
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#709) Variable "Format" must be all lower-case
(#709) Variable "Format" must be all lower-case
(#710) Line indented incorrectly; expected at least 8 spaces, found 5
(#710) Variable "G" must be all lower-case
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Variable "Format" must be all lower-case
(#710) Variable "Format" must be all lower-case
(#711) Line indented incorrectly; expected at least 8 spaces, found 5
(#711) Variable "B" must be all lower-case
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Variable "Format" must be all lower-case
(#711) Variable "Format" must be all lower-case
(#712) Line indented incorrectly; expected at least 8 spaces, found 5
(#712) Variable "Alpha" must be all lower-case
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Variable "Format" must be all lower-case
(#712) Variable "Format" must be all lower-case
(#713) Line indented incorrectly; expected at least 8 spaces, found 5
(#713) Variable "BorderR" must be all lower-case
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Variable "Format" must be all lower-case
(#713) Variable "Format" must be all lower-case
(#714) Line indented incorrectly; expected at least 8 spaces, found 5
(#714) Variable "BorderG" must be all lower-case
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Variable "Format" must be all lower-case
(#714) Variable "Format" must be all lower-case
(#715) Line indented incorrectly; expected at least 8 spaces, found 5
(#715) Variable "BorderB" must be all lower-case
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Variable "Format" must be all lower-case
(#715) Variable "Format" must be all lower-case
(#716) Line indented incorrectly; expected at least 8 spaces, found 5
(#716) Variable "Surrounding" must be all lower-case
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Variable "Format" must be all lower-case
(#716) Variable "Format" must be all lower-case
(#716) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#717) Line indented incorrectly; expected at least 8 spaces, found 5
(#717) Variable "Style" must be all lower-case
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Variable "Format" must be all lower-case
(#717) Variable "Format" must be all lower-case
(#718) Line indented incorrectly; expected at least 8 spaces, found 5
(#718) Variable "Mode" must be all lower-case
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Variable "Format" must be all lower-case
(#718) Variable "Format" must be all lower-case
(#720) Line indented incorrectly; expected 8 spaces, found 5
(#720) Expected "if (...) {\n"; found "if (...) { "
(#720) Variable "Surrounding" must be all lower-case
(#720) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#720) Variable "BorderR" must be all lower-case
(#720) Variable "R" must be all lower-case
(#720) Variable "Surrounding" must be all lower-case
(#720) Variable "BorderG" must be all lower-case
(#720) Variable "G" must be all lower-case
(#720) Variable "Surrounding" must be all lower-case
(#720) Variable "BorderB" must be all lower-case
(#720) Variable "B" must be all lower-case
(#720) Variable "Surrounding" must be all lower-case
(#720) Closing brace must be on a line by itself
(#722) Line indented incorrectly; expected at least 8 spaces, found 5
(#722) Variable "YStep" must be all lower-case
(#722) Commas (,) must be followed by white space.
(#722) Variable "BoxSize" must be all lower-case
(#723) Line indented incorrectly; expected at least 8 spaces, found 5
(#723) Variable "XStep" must be all lower-case
(#723) Variable "BoxSize" must be all lower-case
(#725) Line indented incorrectly; expected at least 8 spaces, found 5
(#726) Line indented incorrectly; expected at least 8 spaces, found 5
(#726) Variable "Data" must be all lower-case
(#727) Line indented incorrectly; expected at least 8 spaces, found 5
(#727) Variable "Palette" must be all lower-case
(#729) Line indented incorrectly; expected at least 8 spaces, found 5
(#730) Line indented incorrectly; expected 8 spaces, found 5
(#730) Expected "if (...) {\n"; found "if (...) { "
(#730) Variable "Data" must be all lower-case
(#730) Closing brace must be on a line by itself
(#732) Line indented incorrectly; expected at least 8 spaces, found 5
(#732) Variable "Boundaries" must be all lower-case
(#732) Variable "Boundaries" must be all lower-case
(#732) Variable "X" must be all lower-case
(#732) Variable "Boundaries" must be all lower-case
(#732) Variable "Y" must be all lower-case
(#732) Variable "Boundaries" must be all lower-case
(#732) Variable "Boundaries" must be all lower-case
(#732) Variable "vY" must be all lower-case
(#732) Variable "Y" must be all lower-case
(#732) Variable "vX" must be all lower-case
(#732) Variable "X" must be all lower-case
(#733) Line indented incorrectly; expected 8 spaces, found 5
(#733) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#733) Variable "Data" must be all lower-case
(#733) Variable "Data" must be all lower-case
(#733) Variable "Key" must be all lower-case
(#733) Variable "Value" must be all lower-case
(#734) Line indented incorrectly; expected at least 8 spaces, found 6
(#735) Line indented incorrectly; expected at least 12 spaces, found 7
(#735) Variable "BoxArray" must be all lower-case
(#735) Variable "vX" must be all lower-case
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Variable "BoxSize" must be all lower-case
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Commas (,) must be followed by white space.
(#735) Variable "vY" must be all lower-case
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Variable "BoxSize" must be all lower-case
(#735) Expected 1 space before "/"; 0 found
(#735) Expected 1 space after "/"; 0 found
(#735) Commas (,) must be followed by white space.
(#735) Variable "FontName" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Variable "FontSize" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Commas (,) must be followed by white space.
(#735) Variable "Value" must be all lower-case
(#737) Line indented incorrectly; expected 12 spaces, found 7
(#737) Expected "if (...) {\n"; found "if (...)\n {\n"
(#737) Variable "Mode" must be all lower-case
(#738) Line indented incorrectly; expected at least 12 spaces, found 8
(#739) Line indented incorrectly; expected 16 spaces, found 9
(#739) Expected "if (...) {\n"; found "if (...) { "
(#739) Variable "Boundaries" must be all lower-case
(#739) Variable "BoxArray" must be all lower-case
(#739) Expected 1 space before "+"; 0 found
(#739) Expected 1 space after "+"; 0 found
(#739) Variable "BoxSize" must be all lower-case
(#739) Expected 1 space before "/"; 0 found
(#739) Expected 1 space after "/"; 0 found
(#739) Variable "Boundaries" must be all lower-case
(#739) Variable "BoxArray" must be all lower-case
(#739) Expected 1 space before "+"; 0 found
(#739) Expected 1 space after "+"; 0 found
(#739) Variable "BoxSize" must be all lower-case
(#739) Expected 1 space before "/"; 0 found
(#739) Expected 1 space after "/"; 0 found
(#739) Closing brace must be on a line by itself
(#740) Line indented incorrectly; expected 16 spaces, found 9
(#740) Expected "if (...) {\n"; found "if (...) { "
(#740) Variable "Boundaries" must be all lower-case
(#740) Variable "BoxArray" must be all lower-case
(#740) Expected 1 space before "+"; 0 found
(#740) Expected 1 space after "+"; 0 found
(#740) Variable "Boundaries" must be all lower-case
(#740) Variable "BoxArray" must be all lower-case
(#740) Expected 1 space before "+"; 0 found
(#740) Expected 1 space after "+"; 0 found
(#740) Closing brace must be on a line by itself
(#741) Line indented incorrectly; expected 16 spaces, found 9
(#741) Expected "if (...) {\n"; found "if (...) { "
(#741) Variable "Boundaries" must be all lower-case
(#741) Variable "BoxArray" must be all lower-case
(#741) Expected 1 space before "+"; 0 found
(#741) Expected 1 space after "+"; 0 found
(#741) Expected 1 space before "+"; 0 found
(#741) Expected 1 space after "+"; 0 found
(#741) Variable "BoxSize" must be all lower-case
(#741) Expected 1 space before "/"; 0 found
(#741) Expected 1 space after "/"; 0 found
(#741) Variable "Boundaries" must be all lower-case
(#741) Variable "BoxArray" must be all lower-case
(#741) Expected 1 space before "+"; 0 found
(#741) Expected 1 space after "+"; 0 found
(#741) Expected 1 space before "+"; 0 found
(#741) Expected 1 space after "+"; 0 found
(#741) Variable "BoxSize" must be all lower-case
(#741) Expected 1 space before "/"; 0 found
(#741) Expected 1 space after "/"; 0 found
(#741) Closing brace must be on a line by itself
(#742) Line indented incorrectly; expected at least 16 spaces, found 9
(#742) Variable "vY" must be all lower-case
(#742) Expected 1 space before "="; 0 found
(#742) Expected 1 space after "="; 0 found
(#742) Variable "vY" must be all lower-case
(#742) Expected 1 space before "+"; 0 found
(#742) Expected 1 space after "+"; 0 found
(#742) Variable "YStep" must be all lower-case
(#743) Line indented incorrectly; expected 12 spaces, found 8
(#743) Closing brace indented incorrectly; expected 7 spaces, found 8
(#744) Line indented incorrectly; expected 12 spaces, found 7
(#744) Usage of ELSEIF not allowed; use ELSE IF instead
(#744) Variable "Mode" must be all lower-case
(#745) Line indented incorrectly; expected at least 12 spaces, found 8
(#746) Line indented incorrectly; expected 16 spaces, found 9
(#746) Expected "if (...) {\n"; found "if (...) { "
(#746) Variable "Boundaries" must be all lower-case
(#746) Variable "BoxArray" must be all lower-case
(#746) Expected 1 space before "+"; 0 found
(#746) Expected 1 space after "+"; 0 found
(#746) Variable "BoxSize" must be all lower-case
(#746) Expected 1 space before "/"; 0 found
(#746) Expected 1 space after "/"; 0 found
(#746) Variable "Boundaries" must be all lower-case
(#746) Variable "BoxArray" must be all lower-case
(#746) Expected 1 space before "+"; 0 found
(#746) Expected 1 space after "+"; 0 found
(#746) Variable "BoxSize" must be all lower-case
(#746) Expected 1 space before "/"; 0 found
(#746) Expected 1 space after "/"; 0 found
(#746) Closing brace must be on a line by itself
(#747) Line indented incorrectly; expected 16 spaces, found 9
(#747) Expected "if (...) {\n"; found "if (...) { "
(#747) Variable "Boundaries" must be all lower-case
(#747) Variable "BoxArray" must be all lower-case
(#747) Expected 1 space before "+"; 0 found
(#747) Expected 1 space after "+"; 0 found
(#747) Variable "Boundaries" must be all lower-case
(#747) Variable "BoxArray" must be all lower-case
(#747) Expected 1 space before "+"; 0 found
(#747) Expected 1 space after "+"; 0 found
(#747) Closing brace must be on a line by itself
(#748) Line indented incorrectly; expected 16 spaces, found 9
(#748) Expected "if (...) {\n"; found "if (...) { "
(#748) Variable "Boundaries" must be all lower-case
(#748) Variable "BoxArray" must be all lower-case
(#748) Expected 1 space before "+"; 0 found
(#748) Expected 1 space after "+"; 0 found
(#748) Expected 1 space before "+"; 0 found
(#748) Expected 1 space after "+"; 0 found
(#748) Variable "BoxSize" must be all lower-case
(#748) Expected 1 space before "/"; 0 found
(#748) Expected 1 space after "/"; 0 found
(#748) Variable "Boundaries" must be all lower-case
(#748) Variable "BoxArray" must be all lower-case
(#748) Expected 1 space before "+"; 0 found
(#748) Expected 1 space after "+"; 0 found
(#748) Expected 1 space before "+"; 0 found
(#748) Expected 1 space after "+"; 0 found
(#748) Variable "BoxSize" must be all lower-case
(#748) Expected 1 space before "/"; 0 found
(#748) Expected 1 space after "/"; 0 found
(#748) Closing brace must be on a line by itself
(#749) Line indented incorrectly; expected at least 16 spaces, found 9
(#749) Variable "vX" must be all lower-case
(#749) Expected 1 space before "="; 0 found
(#749) Expected 1 space after "="; 0 found
(#749) Variable "Boundaries" must be all lower-case
(#749) Expected 1 space before "+"; 0 found
(#749) Expected 1 space after "+"; 0 found
(#749) Variable "XStep" must be all lower-case
(#750) Line indented incorrectly; expected 12 spaces, found 8
(#750) Closing brace indented incorrectly; expected 7 spaces, found 8
(#751) Line indented incorrectly; expected 8 spaces, found 6
(#751) Closing brace indented incorrectly; expected 5 spaces, found 6
(#752) Line indented incorrectly; expected at least 8 spaces, found 5
(#752) Variable "vY" must be all lower-case
(#752) Expected 1 space before "="; 0 found
(#752) Expected 1 space after "="; 0 found
(#752) Variable "vY" must be all lower-case
(#752) Expected 1 space before "-"; 0 found
(#752) Expected 1 space after "-"; 0 found
(#752) Variable "YStep" must be all lower-case
(#752) Variable "vX" must be all lower-case
(#752) Expected 1 space before "="; 0 found
(#752) Expected 1 space after "="; 0 found
(#752) Variable "vX" must be all lower-case
(#752) Expected 1 space before "-"; 0 found
(#752) Expected 1 space after "-"; 0 found
(#752) Variable "XStep" must be all lower-case
(#754) Line indented incorrectly; expected at least 8 spaces, found 5
(#754) Variable "TopOffset" must be all lower-case
(#754) Variable "Y" must be all lower-case
(#754) Variable "Boundaries" must be all lower-case
(#755) Line indented incorrectly; expected 8 spaces, found 5
(#755) Expected "if (...) {\n"; found "if (...) { "
(#755) Variable "Boundaries" must be all lower-case
(#755) Expected 1 space before "-"; 0 found
(#755) Expected 1 space after "-"; 0 found
(#755) Variable "vY" must be all lower-case
(#755) Expected 1 space before "+"; 0 found
(#755) Expected 1 space after "+"; 0 found
(#755) Variable "BoxSize" must be all lower-case
(#755) Variable "TopOffset" must be all lower-case
(#755) Variable "Boundaries" must be all lower-case
(#755) Variable "vY" must be all lower-case
(#755) Expected 1 space before "+"; 0 found
(#755) Expected 1 space after "+"; 0 found
(#755) Variable "BoxSize" must be all lower-case
(#755) Expected 1 space before "+"; 0 found
(#755) Expected 1 space after "+"; 0 found
(#755) Variable "TopOffset" must be all lower-case
(#755) Closing brace must be on a line by itself
(#757) Line indented incorrectly; expected at least 8 spaces, found 5
(#757) Inline control structures are not allowed
(#757) Variable "Style" must be all lower-case
(#758) Line indented incorrectly; expected at least 8 spaces, found 6
(#758) Variable "Boundaries" must be all lower-case
(#758) Expected 1 space before "-"; 0 found
(#758) Expected 1 space after "-"; 0 found
(#758) Variable "Margin" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Variable "Boundaries" must be all lower-case
(#758) Expected 1 space before "-"; 0 found
(#758) Expected 1 space after "-"; 0 found
(#758) Variable "Margin" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Variable "Boundaries" must be all lower-case
(#758) Expected 1 space before "+"; 0 found
(#758) Expected 1 space after "+"; 0 found
(#758) Variable "Margin" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Variable "Boundaries" must be all lower-case
(#758) Expected 1 space before "+"; 0 found
(#758) Expected 1 space after "+"; 0 found
(#758) Variable "Margin" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Variable "Margin" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#758) Variable "R" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#758) Variable "G" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#758) Variable "B" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#758) Variable "Alpha" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#758) Variable "BorderR" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#758) Variable "BorderG" must be all lower-case
(#758) Commas (,) must be followed by white space.
(#758) Expected 1 space before "=>"; 0 found
(#758) Expected 1 space after "=>"; 0 found
(#758) Variable "BorderB" must be all lower-case
(#758) Line exceeds maximum limit of 180 characters; contains 270 characters
(#759) Line indented incorrectly; expected at least 8 spaces, found 5
(#759) Inline control structures are not allowed
(#759) Usage of ELSEIF not allowed; use ELSE IF instead
(#759) Variable "Style" must be all lower-case
(#760) Line indented incorrectly; expected at least 8 spaces, found 6
(#760) Variable "Boundaries" must be all lower-case
(#760) Expected 1 space before "-"; 0 found
(#760) Expected 1 space after "-"; 0 found
(#760) Variable "Margin" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Variable "Boundaries" must be all lower-case
(#760) Expected 1 space before "-"; 0 found
(#760) Expected 1 space after "-"; 0 found
(#760) Variable "Margin" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Variable "Boundaries" must be all lower-case
(#760) Expected 1 space before "+"; 0 found
(#760) Expected 1 space after "+"; 0 found
(#760) Variable "Margin" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Variable "Boundaries" must be all lower-case
(#760) Expected 1 space before "+"; 0 found
(#760) Expected 1 space after "+"; 0 found
(#760) Variable "Margin" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Expected 1 space before "=>"; 0 found
(#760) Expected 1 space after "=>"; 0 found
(#760) Variable "R" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Expected 1 space before "=>"; 0 found
(#760) Expected 1 space after "=>"; 0 found
(#760) Variable "G" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Expected 1 space before "=>"; 0 found
(#760) Expected 1 space after "=>"; 0 found
(#760) Variable "B" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Expected 1 space before "=>"; 0 found
(#760) Expected 1 space after "=>"; 0 found
(#760) Variable "Alpha" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Expected 1 space before "=>"; 0 found
(#760) Expected 1 space after "=>"; 0 found
(#760) Variable "BorderR" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Expected 1 space before "=>"; 0 found
(#760) Expected 1 space after "=>"; 0 found
(#760) Variable "BorderG" must be all lower-case
(#760) Commas (,) must be followed by white space.
(#760) Expected 1 space before "=>"; 0 found
(#760) Expected 1 space after "=>"; 0 found
(#760) Variable "BorderB" must be all lower-case
(#760) Line exceeds maximum limit of 180 characters; contains 255 characters
(#762) Line indented incorrectly; expected at least 8 spaces, found 5
(#762) Variable "RestoreShadow" must be all lower-case
(#762) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#763) Line indented incorrectly; expected 8 spaces, found 5
(#763) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#763) Variable "Data" must be all lower-case
(#763) Variable "Data" must be all lower-case
(#763) Variable "Key" must be all lower-case
(#763) Variable "Value" must be all lower-case
(#764) Line indented incorrectly; expected at least 8 spaces, found 6
(#765) Line indented incorrectly; expected at least 12 spaces, found 7
(#765) Variable "R" must be all lower-case
(#765) Variable "Palette" must be all lower-case
(#765) Variable "Key" must be all lower-case
(#765) Variable "G" must be all lower-case
(#765) Variable "Palette" must be all lower-case
(#765) Variable "Key" must be all lower-case
(#765) Variable "B" must be all lower-case
(#765) Variable "Palette" must be all lower-case
(#765) Variable "Key" must be all lower-case
(#767) Line indented incorrectly; expected at least 12 spaces, found 7
(#767) Variable "X" must be all lower-case
(#767) Expected 1 space before "+"; 0 found
(#767) Expected 1 space after "+"; 0 found
(#767) Commas (,) must be followed by white space.
(#767) Variable "Y" must be all lower-case
(#767) Expected 1 space before "+"; 0 found
(#767) Expected 1 space after "+"; 0 found
(#767) Commas (,) must be followed by white space.
(#767) Variable "X" must be all lower-case
(#767) Expected 1 space before "+"; 0 found
(#767) Expected 1 space after "+"; 0 found
(#767) Variable "BoxSize" must be all lower-case
(#767) Expected 1 space before "+"; 0 found
(#767) Expected 1 space after "+"; 0 found
(#767) Commas (,) must be followed by white space.
(#767) Variable "Y" must be all lower-case
(#767) Expected 1 space before "+"; 0 found
(#767) Expected 1 space after "+"; 0 found
(#767) Variable "BoxSize" must be all lower-case
(#767) Expected 1 space before "+"; 0 found
(#767) Expected 1 space after "+"; 0 found
(#767) Commas (,) must be followed by white space.
(#767) Expected 1 space before "=>"; 0 found
(#767) Expected 1 space after "=>"; 0 found
(#767) Commas (,) must be followed by white space.
(#767) Expected 1 space before "=>"; 0 found
(#767) Expected 1 space after "=>"; 0 found
(#767) Commas (,) must be followed by white space.
(#767) Expected 1 space before "=>"; 0 found
(#767) Expected 1 space after "=>"; 0 found
(#767) Commas (,) must be followed by white space.
(#767) Expected 1 space before "=>"; 0 found
(#767) Expected 1 space after "=>"; 0 found
(#768) Line indented incorrectly; expected at least 12 spaces, found 7
(#768) Variable "X" must be all lower-case
(#768) Commas (,) must be followed by white space.
(#768) Variable "Y" must be all lower-case
(#768) Commas (,) must be followed by white space.
(#768) Variable "X" must be all lower-case
(#768) Expected 1 space before "+"; 0 found
(#768) Expected 1 space after "+"; 0 found
(#768) Variable "BoxSize" must be all lower-case
(#768) Commas (,) must be followed by white space.
(#768) Variable "Y" must be all lower-case
(#768) Expected 1 space before "+"; 0 found
(#768) Expected 1 space after "+"; 0 found
(#768) Variable "BoxSize" must be all lower-case
(#768) Commas (,) must be followed by white space.
(#768) Expected 1 space before "=>"; 0 found
(#768) Expected 1 space after "=>"; 0 found
(#768) Variable "R" must be all lower-case
(#768) Commas (,) must be followed by white space.
(#768) Expected 1 space before "=>"; 0 found
(#768) Expected 1 space after "=>"; 0 found
(#768) Variable "G" must be all lower-case
(#768) Commas (,) must be followed by white space.
(#768) Expected 1 space before "=>"; 0 found
(#768) Expected 1 space after "=>"; 0 found
(#768) Variable "B" must be all lower-case
(#768) Commas (,) must be followed by white space.
(#768) Expected 1 space before "=>"; 0 found
(#768) Expected 1 space after "=>"; 0 found
(#769) Line indented incorrectly; expected 12 spaces, found 7
(#769) Expected "if (...) {\n"; found "if (...)\n {\n"
(#769) Variable "Mode" must be all lower-case
(#770) Line indented incorrectly; expected at least 12 spaces, found 8
(#771) Line indented incorrectly; expected at least 16 spaces, found 9
(#771) Variable "X" must be all lower-case
(#771) Expected 1 space before "+"; 0 found
(#771) Expected 1 space after "+"; 0 found
(#771) Variable "BoxSize" must be all lower-case
(#771) Expected 1 space before "+"; 0 found
(#771) Expected 1 space after "+"; 0 found
(#771) Commas (,) must be followed by white space.
(#771) Variable "Y" must be all lower-case
(#771) Expected 1 space before "+"; 0 found
(#771) Expected 1 space after "+"; 0 found
(#771) Variable "BoxSize" must be all lower-case
(#771) Expected 1 space before "/"; 0 found
(#771) Expected 1 space after "/"; 0 found
(#771) Commas (,) must be followed by white space.
(#771) Variable "Value" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "FontR" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "FontG" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "FontB" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "FontName" must be all lower-case
(#771) Commas (,) must be followed by white space.
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Variable "FontSize" must be all lower-case
(#771) Line exceeds maximum limit of 180 characters; contains 193 characters
(#772) Line indented incorrectly; expected at least 16 spaces, found 9
(#772) Variable "Y" must be all lower-case
(#772) Expected 1 space before "="; 0 found
(#772) Expected 1 space after "="; 0 found
(#772) Variable "Y" must be all lower-case
(#772) Expected 1 space before "+"; 0 found
(#772) Expected 1 space after "+"; 0 found
(#772) Variable "YStep" must be all lower-case
(#773) Line indented incorrectly; expected 12 spaces, found 8
(#773) Closing brace indented incorrectly; expected 7 spaces, found 8
(#774) Line indented incorrectly; expected 12 spaces, found 7
(#774) Usage of ELSEIF not allowed; use ELSE IF instead
(#774) Variable "Mode" must be all lower-case
(#775) Line indented incorrectly; expected at least 12 spaces, found 8
(#776) Line indented incorrectly; expected at least 16 spaces, found 9
(#776) Variable "BoxArray" must be all lower-case
(#776) Variable "X" must be all lower-case
(#776) Expected 1 space before "+"; 0 found
(#776) Expected 1 space after "+"; 0 found
(#776) Variable "BoxSize" must be all lower-case
(#776) Expected 1 space before "+"; 0 found
(#776) Expected 1 space after "+"; 0 found
(#776) Commas (,) must be followed by white space.
(#776) Variable "Y" must be all lower-case
(#776) Expected 1 space before "+"; 0 found
(#776) Expected 1 space after "+"; 0 found
(#776) Variable "BoxSize" must be all lower-case
(#776) Expected 1 space before "/"; 0 found
(#776) Expected 1 space after "/"; 0 found
(#776) Commas (,) must be followed by white space.
(#776) Variable "Value" must be all lower-case
(#776) Commas (,) must be followed by white space.
(#776) Expected 1 space before "=>"; 0 found
(#776) Expected 1 space after "=>"; 0 found
(#776) Variable "FontR" must be all lower-case
(#776) Commas (,) must be followed by white space.
(#776) Expected 1 space before "=>"; 0 found
(#776) Expected 1 space after "=>"; 0 found
(#776) Variable "FontG" must be all lower-case
(#776) Commas (,) must be followed by white space.
(#776) Expected 1 space before "=>"; 0 found
(#776) Expected 1 space after "=>"; 0 found
(#776) Variable "FontB" must be all lower-case
(#776) Commas (,) must be followed by white space.
(#776) Expected 1 space before "=>"; 0 found
(#776) Expected 1 space after "=>"; 0 found
(#776) Commas (,) must be followed by white space.
(#776) Expected 1 space before "=>"; 0 found
(#776) Expected 1 space after "=>"; 0 found
(#776) Variable "FontName" must be all lower-case
(#776) Commas (,) must be followed by white space.
(#776) Expected 1 space before "=>"; 0 found
(#776) Expected 1 space after "=>"; 0 found
(#776) Variable "FontSize" must be all lower-case
(#776) Line exceeds maximum limit of 180 characters; contains 205 characters
(#777) Line indented incorrectly; expected at least 16 spaces, found 9
(#777) Variable "X" must be all lower-case
(#777) Expected 1 space before "="; 0 found
(#777) Expected 1 space after "="; 0 found
(#777) Variable "BoxArray" must be all lower-case
(#777) Expected 1 space before "+"; 0 found
(#777) Expected 1 space after "+"; 0 found
(#777) Expected 1 space before "+"; 0 found
(#777) Expected 1 space after "+"; 0 found
(#777) Variable "XStep" must be all lower-case
(#778) Line indented incorrectly; expected 12 spaces, found 8
(#778) Closing brace indented incorrectly; expected 7 spaces, found 8
(#779) Line indented incorrectly; expected 8 spaces, found 6
(#779) Closing brace indented incorrectly; expected 5 spaces, found 6
(#781) Line indented incorrectly; expected at least 8 spaces, found 5
(#781) Variable "RestoreShadow" must be all lower-case
(#782) Closing brace indented incorrectly; expected 3 spaces, found 4
(#784) Line indented incorrectly; expected at least 4 spaces, found 3
(#785) Line indented incorrectly; expected 4 spaces, found 3
(#785) method name "pPie::setSliceColor" must be in lower-case letters only
(#785) Visibility must be declared on method "setSliceColor"
(#785) Variable "SliceID" must be all lower-case
(#785) Commas (,) must be followed by white space.
(#785) Variable "Format" must be all lower-case
(#786) Opening brace should be on the same line as the declaration
(#787) Line indented incorrectly; expected at least 8 spaces, found 5
(#787) Variable "R" must be all lower-case
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Variable "Format" must be all lower-case
(#787) Variable "Format" must be all lower-case
(#788) Line indented incorrectly; expected at least 8 spaces, found 5
(#788) Variable "G" must be all lower-case
(#788) Spaces must be used for alignment; tabs are not allowed
(#788) Tab found within whitespace
(#788) Variable "Format" must be all lower-case
(#788) Variable "Format" must be all lower-case
(#789) Line indented incorrectly; expected at least 8 spaces, found 5
(#789) Variable "B" must be all lower-case
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Tab found within whitespace
(#789) Variable "Format" must be all lower-case
(#789) Variable "Format" must be all lower-case
(#790) Line indented incorrectly; expected at least 8 spaces, found 5
(#790) Variable "Alpha" must be all lower-case
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Variable "Format" must be all lower-case
(#790) Variable "Format" must be all lower-case
(#792) Line indented incorrectly; expected at least 8 spaces, found 5
(#792) Variable "SliceID" must be all lower-case
(#792) Variable "R" must be all lower-case
(#793) Line indented incorrectly; expected at least 8 spaces, found 5
(#793) Variable "SliceID" must be all lower-case
(#793) Variable "G" must be all lower-case
(#794) Line indented incorrectly; expected at least 8 spaces, found 5
(#794) Variable "SliceID" must be all lower-case
(#794) Variable "B" must be all lower-case
(#795) Line indented incorrectly; expected at least 8 spaces, found 5
(#795) Variable "SliceID" must be all lower-case
(#795) Variable "Alpha" must be all lower-case
(#796) Closing brace indented incorrectly; expected 3 spaces, found 4
(#798) Line indented incorrectly; expected at least 4 spaces, found 3
(#799) Line indented incorrectly; expected 4 spaces, found 3
(#799) method name "pPie::writePieLabel" must be in lower-case letters only
(#799) Visibility must be declared on method "writePieLabel"
(#799) Variable "X" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Y" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Label" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Angle" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Settings" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Stacked" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Xc" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Yc" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Radius" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "Reversed" must be all lower-case
(#799) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#800) Opening brace should be on the same line as the declaration
(#801) Line indented incorrectly; expected at least 8 spaces, found 5
(#801) Variable "LabelOffset" must be all lower-case
(#801) Spaces must be used for alignment; tabs are not allowed
(#801) Tab found within whitespace
(#802) Line indented incorrectly; expected at least 8 spaces, found 5
(#802) Variable "FontName" must be all lower-case
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#803) Line indented incorrectly; expected at least 8 spaces, found 5
(#803) Variable "FontSize" must be all lower-case
(#803) Spaces must be used for alignment; tabs are not allowed
(#803) Tab found within whitespace
(#805) Line indented incorrectly; expected 8 spaces, found 5
(#805) Expected "if (...) {\n"; found "if (...)\n {\n"
(#805) Variable "Stacked" must be all lower-case
(#806) Line indented incorrectly; expected at least 8 spaces, found 6
(#807) Line indented incorrectly; expected at least 12 spaces, found 7
(#807) Variable "Settings" must be all lower-case
(#807) Expected 1 space before "-"; 0 found
(#807) Expected 1 space after "-"; 0 found
(#807) Variable "Angle" must be all lower-case
(#808) Line indented incorrectly; expected at least 12 spaces, found 7
(#808) Variable "Settings" must be all lower-case
(#809) Line indented incorrectly; expected at least 12 spaces, found 7
(#809) Variable "Settings" must be all lower-case
(#811) Line indented incorrectly; expected at least 12 spaces, found 7
(#811) Variable "X" must be all lower-case
(#811) Commas (,) must be followed by white space.
(#811) Variable "Y" must be all lower-case
(#811) Commas (,) must be followed by white space.
(#811) Variable "Label" must be all lower-case
(#811) Commas (,) must be followed by white space.
(#811) Variable "Settings" must be all lower-case
(#812) Line indented incorrectly; expected 8 spaces, found 6
(#812) Closing brace indented incorrectly; expected 5 spaces, found 6
(#813) Line indented incorrectly; expected 8 spaces, found 5
(#813) Expected "} else {\n"; found "}\n else\n {\n"
(#814) Line indented incorrectly; expected at least 8 spaces, found 6
(#815) Line indented incorrectly; expected at least 12 spaces, found 7
(#815) Variable "X2" must be all lower-case
(#815) Variable "Angle" must be all lower-case
(#815) Expected 1 space before "-"; 0 found
(#815) Expected 1 space after "-"; 0 found
(#815) Expected 1 space before "*"; 0 found
(#815) Expected 1 space after "*"; 0 found
(#815) Expected 1 space before "+"; 0 found
(#815) Expected 1 space after "+"; 0 found
(#815) Variable "X" must be all lower-case
(#816) Line indented incorrectly; expected at least 12 spaces, found 7
(#816) Variable "Y2" must be all lower-case
(#816) Variable "Angle" must be all lower-case
(#816) Expected 1 space before "-"; 0 found
(#816) Expected 1 space after "-"; 0 found
(#816) Expected 1 space before "*"; 0 found
(#816) Expected 1 space after "*"; 0 found
(#816) Expected 1 space before "+"; 0 found
(#816) Expected 1 space after "+"; 0 found
(#816) Variable "Y" must be all lower-case
(#818) Line indented incorrectly; expected at least 12 spaces, found 7
(#818) Variable "TxtPos" must be all lower-case
(#818) Variable "X" must be all lower-case
(#818) Commas (,) must be followed by white space.
(#818) Variable "Y" must be all lower-case
(#818) Commas (,) must be followed by white space.
(#818) Variable "FontName" must be all lower-case
(#818) Commas (,) must be followed by white space.
(#818) Variable "FontSize" must be all lower-case
(#818) Commas (,) must be followed by white space.
(#818) Commas (,) must be followed by white space.
(#818) Variable "Label" must be all lower-case
(#819) Line indented incorrectly; expected at least 12 spaces, found 7
(#819) Variable "Height" must be all lower-case
(#819) Variable "TxtPos" must be all lower-case
(#819) Variable "TxtPos" must be all lower-case
(#820) Line indented incorrectly; expected at least 12 spaces, found 7
(#820) Variable "YTop" must be all lower-case
(#820) Variable "Y2" must be all lower-case
(#820) Variable "Height" must be all lower-case
(#820) Expected 1 space before "/"; 0 found
(#820) Expected 1 space after "/"; 0 found
(#821) Line indented incorrectly; expected at least 12 spaces, found 7
(#821) Variable "YBottom" must be all lower-case
(#821) Variable "Y2" must be all lower-case
(#821) Variable "Height" must be all lower-case
(#821) Expected 1 space before "/"; 0 found
(#821) Expected 1 space after "/"; 0 found
(#823) Line indented incorrectly; expected 12 spaces, found 7
(#823) Expected "if (...) {\n"; found "if (...)\n {\n"
(#824) Line indented incorrectly; expected at least 12 spaces, found 8
(#825) Line indented incorrectly; expected at least 16 spaces, found 9
(#825) Variable "Done" must be all lower-case
(#825) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#826) Line indented incorrectly; expected 16 spaces, found 9
(#826) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#826) Variable "Key" must be all lower-case
(#826) Variable "Settings" must be all lower-case
(#827) Line indented incorrectly; expected at least 16 spaces, found 10
(#828) Line indented incorrectly; expected 20 spaces, found 11
(#828) Expected "if (...) {\n"; found "if (...)\n {\n"
(#828) Variable "Done" must be all lower-case
(#829) Line indented incorrectly; expected at least 20 spaces, found 12
(#830) Line indented incorrectly; expected 24 spaces, found 13
(#830) Expected "if (...) {\n"; found "if (...)\n { "
(#830) Variable "Angle" must be all lower-case
(#830) Variable "YTop" must be all lower-case
(#830) Variable "Settings" must be all lower-case
(#830) Variable "YTop" must be all lower-case
(#830) Variable "Settings" must be all lower-case
(#830) Variable "YBottom" must be all lower-case
(#830) Variable "Settings" must be all lower-case
(#830) Variable "YBottom" must be all lower-case
(#830) Variable "Settings" must be all lower-case
(#830) Line exceeds 132 characters; contains 169 characters
(#831) Line indented incorrectly; expected at least 24 spaces, found 14
(#831) Commas (,) must be followed by white space.
(#831) Commas (,) must be followed by white space.
(#831) Variable "Height" must be all lower-case
(#831) Expected 1 space before "+"; 0 found
(#831) Expected 1 space after "+"; 0 found
(#831) Commas (,) must be followed by white space.
(#831) Variable "Reversed" must be all lower-case
(#831) Variable "Done" must be all lower-case
(#831) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#831) Closing brace must be on a line by itself
(#832) Line indented incorrectly; expected 24 spaces, found 13
(#832) Expected "if (...) {\n"; found "if (...)\n { "
(#832) Variable "Angle" must be all lower-case
(#832) Variable "Angle" must be all lower-case
(#832) Variable "YTop" must be all lower-case
(#832) Variable "Settings" must be all lower-case
(#832) Variable "YTop" must be all lower-case
(#832) Variable "Settings" must be all lower-case
(#832) Variable "YBottom" must be all lower-case
(#832) Variable "Settings" must be all lower-case
(#832) Variable "YBottom" must be all lower-case
(#832) Variable "Settings" must be all lower-case
(#832) Line exceeds maximum limit of 180 characters; contains 185 characters
(#833) Line indented incorrectly; expected at least 24 spaces, found 14
(#833) Commas (,) must be followed by white space.
(#833) Commas (,) must be followed by white space.
(#833) Variable "Height" must be all lower-case
(#833) Expected 1 space before "+"; 0 found
(#833) Expected 1 space after "+"; 0 found
(#833) Commas (,) must be followed by white space.
(#833) Variable "Reversed" must be all lower-case
(#833) Variable "Done" must be all lower-case
(#833) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#833) Closing brace must be on a line by itself
(#834) Line indented incorrectly; expected 24 spaces, found 13
(#834) Expected "if (...) {\n"; found "if (...)\n { "
(#834) Variable "Angle" must be all lower-case
(#834) Variable "Angle" must be all lower-case
(#834) Variable "YTop" must be all lower-case
(#834) Variable "Settings" must be all lower-case
(#834) Variable "YTop" must be all lower-case
(#834) Variable "Settings" must be all lower-case
(#834) Variable "YBottom" must be all lower-case
(#834) Variable "Settings" must be all lower-case
(#834) Variable "YBottom" must be all lower-case
(#834) Variable "Settings" must be all lower-case
(#834) Line exceeds maximum limit of 180 characters; contains 186 characters
(#835) Line indented incorrectly; expected at least 24 spaces, found 14
(#835) Commas (,) must be followed by white space.
(#835) Commas (,) must be followed by white space.
(#835) Variable "Height" must be all lower-case
(#835) Expected 1 space before "+"; 0 found
(#835) Expected 1 space after "+"; 0 found
(#835) Commas (,) must be followed by white space.
(#835) Variable "Reversed" must be all lower-case
(#835) Variable "Done" must be all lower-case
(#835) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#835) Closing brace must be on a line by itself
(#836) Line indented incorrectly; expected 24 spaces, found 13
(#836) Expected "if (...) {\n"; found "if (...)\n { "
(#836) Variable "Angle" must be all lower-case
(#836) Variable "Angle" must be all lower-case
(#836) Variable "YTop" must be all lower-case
(#836) Variable "Settings" must be all lower-case
(#836) Variable "YTop" must be all lower-case
(#836) Variable "Settings" must be all lower-case
(#836) Variable "YBottom" must be all lower-case
(#836) Variable "Settings" must be all lower-case
(#836) Variable "YBottom" must be all lower-case
(#836) Variable "Settings" must be all lower-case
(#836) Line exceeds maximum limit of 180 characters; contains 186 characters
(#837) Line indented incorrectly; expected at least 24 spaces, found 14
(#837) Commas (,) must be followed by white space.
(#837) Commas (,) must be followed by white space.
(#837) Variable "Height" must be all lower-case
(#837) Expected 1 space before "+"; 0 found
(#837) Expected 1 space after "+"; 0 found
(#837) Commas (,) must be followed by white space.
(#837) Variable "Reversed" must be all lower-case
(#837) Variable "Done" must be all lower-case
(#837) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#837) Closing brace must be on a line by itself
(#838) Line indented incorrectly; expected 20 spaces, found 12
(#838) Closing brace indented incorrectly; expected 11 spaces, found 12
(#839) Line indented incorrectly; expected 16 spaces, found 10
(#839) Closing brace indented incorrectly; expected 9 spaces, found 10
(#840) Line indented incorrectly; expected 12 spaces, found 8
(#840) Closing brace indented incorrectly; expected 7 spaces, found 8
(#842) Line indented incorrectly; expected at least 12 spaces, found 7
(#842) Variable "LabelSettings" must be all lower-case
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "YTop" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "YBottom" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "Label" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "Angle" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "X" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "Y" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "X2" must be all lower-case
(#842) Commas (,) must be followed by white space.
(#842) Expected 1 space before "=>"; 0 found
(#842) Expected 1 space after "=>"; 0 found
(#842) Variable "Y2" must be all lower-case
(#842) Line exceeds 132 characters; contains 135 characters
(#843) Line indented incorrectly; expected 12 spaces, found 7
(#843) Expected "if (...) {\n"; found "if (...) { "
(#843) Variable "Angle" must be all lower-case
(#843) Variable "LabelSettings" must be all lower-case
(#843) Variable "Xc" must be all lower-case
(#843) Expected 1 space before "+"; 0 found
(#843) Expected 1 space after "+"; 0 found
(#843) Variable "Radius" must be all lower-case
(#843) Expected 1 space before "+"; 0 found
(#843) Expected 1 space after "+"; 0 found
(#843) Variable "LabelOffset" must be all lower-case
(#843) Closing brace must be on a line by itself
(#844) Line indented incorrectly; expected 12 spaces, found 7
(#844) Expected "if (...) {\n"; found "if (...) { "
(#844) Variable "Angle" must be all lower-case
(#844) Variable "LabelSettings" must be all lower-case
(#844) Variable "Xc" must be all lower-case
(#844) Expected 1 space before "-"; 0 found
(#844) Expected 1 space after "-"; 0 found
(#844) Variable "Radius" must be all lower-case
(#844) Expected 1 space before "-"; 0 found
(#844) Expected 1 space after "-"; 0 found
(#844) Variable "LabelOffset" must be all lower-case
(#844) Closing brace must be on a line by itself
(#845) Line indented incorrectly; expected at least 12 spaces, found 7
(#845) Variable "LabelSettings" must be all lower-case
(#846) Line indented incorrectly; expected 8 spaces, found 6
(#846) Closing brace indented incorrectly; expected 5 spaces, found 6
(#847) Closing brace indented incorrectly; expected 3 spaces, found 4
(#849) Line indented incorrectly; expected at least 4 spaces, found 3
(#850) Line indented incorrectly; expected 4 spaces, found 3
(#850) Visibility must be declared on method "shift"
(#850) Variable "StartAngle" must be all lower-case
(#850) Commas (,) must be followed by white space.
(#850) Variable "EndAngle" must be all lower-case
(#850) Commas (,) must be followed by white space.
(#850) Variable "Offset" must be all lower-case
(#850) Commas (,) must be followed by white space.
(#850) Variable "Reversed" must be all lower-case
(#851) Opening brace should be on the same line as the declaration
(#852) Line indented incorrectly; expected 8 spaces, found 5
(#852) Expected "if (...) {\n"; found "if (...) { "
(#852) Variable "Reversed" must be all lower-case
(#852) Variable "Offset" must be all lower-case
(#852) Variable "Offset" must be all lower-case
(#852) Closing brace must be on a line by itself
(#853) Line indented incorrectly; expected 8 spaces, found 5
(#853) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#853) Variable "Key" must be all lower-case
(#853) Variable "Settings" must be all lower-case
(#854) Line indented incorrectly; expected at least 8 spaces, found 6
(#855) Line indented incorrectly; expected 12 spaces, found 7
(#855) Expected "if (...) {\n"; found "if (...) { "
(#855) Variable "Settings" must be all lower-case
(#855) Variable "StartAngle" must be all lower-case
(#855) Variable "Settings" must be all lower-case
(#855) Variable "EndAngle" must be all lower-case
(#855) Variable "Key" must be all lower-case
(#855) Variable "Settings" must be all lower-case
(#855) Variable "Offset" must be all lower-case
(#855) Variable "Key" must be all lower-case
(#855) Variable "Settings" must be all lower-case
(#855) Variable "Offset" must be all lower-case
(#855) Variable "Key" must be all lower-case
(#855) Variable "Settings" must be all lower-case
(#855) Variable "Offset" must be all lower-case
(#855) Line exceeds maximum limit of 180 characters; contains 270 characters
(#855) Closing brace must be on a line by itself
(#856) Line indented incorrectly; expected 8 spaces, found 6
(#856) Closing brace indented incorrectly; expected 5 spaces, found 6
(#857) Closing brace indented incorrectly; expected 3 spaces, found 4
(#859) Line indented incorrectly; expected at least 4 spaces, found 3
(#860) Line indented incorrectly; expected 4 spaces, found 3
(#860) method name "pPie::writeShiftedLabels" must be in lower-case letters only
(#860) Visibility must be declared on method "writeShiftedLabels"
(#861) Opening brace should be on the same line as the declaration
(#862) Line indented incorrectly; expected 8 spaces, found 5
(#862) Expected "if (...) {\n"; found "if (...) { "
(#862) Closing brace must be on a line by itself
(#863) Line indented incorrectly; expected 8 spaces, found 5
(#863) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#863) Variable "Key" must be all lower-case
(#863) Variable "Settings" must be all lower-case
(#864) Line indented incorrectly; expected at least 8 spaces, found 6
(#865) Line indented incorrectly; expected at least 12 spaces, found 7
(#865) Variable "X1" must be all lower-case
(#865) Variable "Settings" must be all lower-case
(#865) Variable "Y1" must be all lower-case
(#865) Variable "Settings" must be all lower-case
(#866) Line indented incorrectly; expected at least 12 spaces, found 7
(#866) Variable "X2" must be all lower-case
(#866) Variable "Settings" must be all lower-case
(#866) Variable "Y2" must be all lower-case
(#866) Variable "Settings" must be all lower-case
(#867) Line indented incorrectly; expected at least 12 spaces, found 7
(#867) Variable "X3" must be all lower-case
(#867) Variable "Settings" must be all lower-case
(#868) Line indented incorrectly; expected at least 12 spaces, found 7
(#868) Variable "Angle" must be all lower-case
(#868) Variable "Settings" must be all lower-case
(#869) Line indented incorrectly; expected at least 12 spaces, found 7
(#869) Variable "Label" must be all lower-case
(#869) Variable "Settings" must be all lower-case
(#871) Line indented incorrectly; expected at least 12 spaces, found 7
(#871) Variable "X2" must be all lower-case
(#871) Commas (,) must be followed by white space.
(#871) Variable "Y2" must be all lower-case
(#871) Commas (,) must be followed by white space.
(#871) Variable "X1" must be all lower-case
(#871) Commas (,) must be followed by white space.
(#871) Variable "Y1" must be all lower-case
(#871) Commas (,) must be followed by white space.
(#871) Expected 1 space before "=>"; 0 found
(#871) Expected 1 space after "=>"; 0 found
(#872) Line indented incorrectly; expected 12 spaces, found 7
(#872) Expected "if (...) {\n"; found "if (...)\n {\n"
(#872) Variable "Angle" must be all lower-case
(#873) Line indented incorrectly; expected at least 12 spaces, found 8
(#874) Line indented incorrectly; expected at least 16 spaces, found 9
(#874) Variable "X2" must be all lower-case
(#874) Commas (,) must be followed by white space.
(#874) Variable "Y2" must be all lower-case
(#874) Commas (,) must be followed by white space.
(#874) Variable "X3" must be all lower-case
(#874) Commas (,) must be followed by white space.
(#874) Variable "Y2" must be all lower-case
(#875) Line indented incorrectly; expected at least 16 spaces, found 9
(#875) Variable "X3" must be all lower-case
(#875) Expected 1 space before "+"; 0 found
(#875) Expected 1 space after "+"; 0 found
(#875) Commas (,) must be followed by white space.
(#875) Variable "Y2" must be all lower-case
(#875) Commas (,) must be followed by white space.
(#875) Variable "Label" must be all lower-case
(#875) Commas (,) must be followed by white space.
(#875) Expected 1 space before "=>"; 0 found
(#875) Expected 1 space after "=>"; 0 found
(#876) Line indented incorrectly; expected 12 spaces, found 8
(#876) Closing brace indented incorrectly; expected 7 spaces, found 8
(#877) Line indented incorrectly; expected 12 spaces, found 7
(#877) Expected "} else {\n"; found "}\n else\n {\n"
(#878) Line indented incorrectly; expected at least 12 spaces, found 8
(#879) Line indented incorrectly; expected at least 16 spaces, found 9
(#879) Variable "X2" must be all lower-case
(#879) Commas (,) must be followed by white space.
(#879) Variable "Y2" must be all lower-case
(#879) Commas (,) must be followed by white space.
(#879) Variable "X3" must be all lower-case
(#879) Commas (,) must be followed by white space.
(#879) Variable "Y2" must be all lower-case
(#880) Line indented incorrectly; expected at least 16 spaces, found 9
(#880) Variable "X3" must be all lower-case
(#880) Expected 1 space before "-"; 0 found
(#880) Expected 1 space after "-"; 0 found
(#880) Commas (,) must be followed by white space.
(#880) Variable "Y2" must be all lower-case
(#880) Commas (,) must be followed by white space.
(#880) Variable "Label" must be all lower-case
(#880) Commas (,) must be followed by white space.
(#880) Expected 1 space before "=>"; 0 found
(#880) Expected 1 space after "=>"; 0 found
(#881) Line indented incorrectly; expected 12 spaces, found 8
(#881) Closing brace indented incorrectly; expected 7 spaces, found 8
(#882) Line indented incorrectly; expected 8 spaces, found 6
(#882) Closing brace indented incorrectly; expected 5 spaces, found 6
(#883) Closing brace indented incorrectly; expected 3 spaces, found 4
(#885) Line indented incorrectly; expected at least 4 spaces, found 3
(#886) Line indented incorrectly; expected 4 spaces, found 3
(#886) method name "pPie::draw2DRing" must be in lower-case letters only
(#886) Visibility must be declared on method "draw2DRing"
(#886) Variable "X" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Variable "Y" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Variable "Format" must be all lower-case
(#887) Opening brace should be on the same line as the declaration
(#888) Line indented incorrectly; expected at least 8 spaces, found 5
(#888) Variable "OuterRadius" must be all lower-case
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Variable "Format" must be all lower-case
(#888) Variable "Format" must be all lower-case
(#889) Line indented incorrectly; expected at least 8 spaces, found 5
(#889) Variable "Precision" must be all lower-case
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Variable "Format" must be all lower-case
(#889) Variable "Format" must be all lower-case
(#890) Line indented incorrectly; expected at least 8 spaces, found 5
(#890) Variable "InnerRadius" must be all lower-case
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) Variable "Format" must be all lower-case
(#890) Variable "Format" must be all lower-case
(#891) Line indented incorrectly; expected at least 8 spaces, found 5
(#891) Variable "Border" must be all lower-case
(#891) Spaces must be used for alignment; tabs are not allowed
(#891) Tab found within whitespace
(#891) Variable "Format" must be all lower-case
(#891) Variable "Format" must be all lower-case
(#891) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#892) Line indented incorrectly; expected at least 8 spaces, found 5
(#892) Variable "BorderR" must be all lower-case
(#892) Spaces must be used for alignment; tabs are not allowed
(#892) Tab found within whitespace
(#892) Variable "Format" must be all lower-case
(#892) Variable "Format" must be all lower-case
(#893) Line indented incorrectly; expected at least 8 spaces, found 5
(#893) Variable "BorderG" must be all lower-case
(#893) Spaces must be used for alignment; tabs are not allowed
(#893) Tab found within whitespace
(#893) Variable "Format" must be all lower-case
(#893) Variable "Format" must be all lower-case
(#894) Line indented incorrectly; expected at least 8 spaces, found 5
(#894) Variable "BorderB" must be all lower-case
(#894) Spaces must be used for alignment; tabs are not allowed
(#894) Tab found within whitespace
(#894) Variable "Format" must be all lower-case
(#894) Variable "Format" must be all lower-case
(#895) Line indented incorrectly; expected at least 8 spaces, found 5
(#895) Variable "BorderAlpha" must be all lower-case
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Variable "Format" must be all lower-case
(#895) Variable "Format" must be all lower-case
(#896) Line indented incorrectly; expected at least 8 spaces, found 5
(#896) Variable "Shadow" must be all lower-case
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Variable "Format" must be all lower-case
(#896) Variable "Format" must be all lower-case
(#896) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#897) Line indented incorrectly; expected at least 8 spaces, found 5
(#897) Variable "DrawLabels" must be all lower-case
(#897) Spaces must be used for alignment; tabs are not allowed
(#897) Tab found within whitespace
(#897) Variable "Format" must be all lower-case
(#897) Variable "Format" must be all lower-case
(#897) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#898) Line indented incorrectly; expected at least 8 spaces, found 5
(#898) Variable "LabelStacked" must be all lower-case
(#898) Spaces must be used for alignment; tabs are not allowed
(#898) Tab found within whitespace
(#898) Variable "Format" must be all lower-case
(#898) Variable "Format" must be all lower-case
(#898) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#899) Line indented incorrectly; expected at least 8 spaces, found 5
(#899) Variable "LabelColor" must be all lower-case
(#899) Spaces must be used for alignment; tabs are not allowed
(#899) Tab found within whitespace
(#899) Variable "Format" must be all lower-case
(#899) Variable "Format" must be all lower-case
(#900) Line indented incorrectly; expected at least 8 spaces, found 5
(#900) Variable "LabelR" must be all lower-case
(#900) Spaces must be used for alignment; tabs are not allowed
(#900) Tab found within whitespace
(#900) Variable "Format" must be all lower-case
(#900) Variable "Format" must be all lower-case
(#901) Line indented incorrectly; expected at least 8 spaces, found 5
(#901) Variable "LabelG" must be all lower-case
(#901) Spaces must be used for alignment; tabs are not allowed
(#901) Tab found within whitespace
(#901) Variable "Format" must be all lower-case
(#901) Variable "Format" must be all lower-case
(#902) Line indented incorrectly; expected at least 8 spaces, found 5
(#902) Variable "LabelB" must be all lower-case
(#902) Spaces must be used for alignment; tabs are not allowed
(#902) Tab found within whitespace
(#902) Variable "Format" must be all lower-case
(#902) Variable "Format" must be all lower-case
(#903) Line indented incorrectly; expected at least 8 spaces, found 5
(#903) Variable "LabelAlpha" must be all lower-case
(#903) Spaces must be used for alignment; tabs are not allowed
(#903) Tab found within whitespace
(#903) Variable "Format" must be all lower-case
(#903) Variable "Format" must be all lower-case
(#904) Line indented incorrectly; expected at least 8 spaces, found 5
(#904) Variable "WriteValues" must be all lower-case
(#904) Spaces must be used for alignment; tabs are not allowed
(#904) Tab found within whitespace
(#904) Variable "Format" must be all lower-case
(#904) Variable "Format" must be all lower-case
(#904) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#904) Inline comments must end in full-stops, exclamation marks, or question marks
(#904) No space found before comment text; expected "// PIE_VALUE_PERCENTAGE" but found "//PIE_VALUE_PERCENTAGE"
(#905) Line indented incorrectly; expected at least 8 spaces, found 5
(#905) Variable "ValuePadding" must be all lower-case
(#905) Spaces must be used for alignment; tabs are not allowed
(#905) Tab found within whitespace
(#905) Variable "Format" must be all lower-case
(#905) Variable "Format" must be all lower-case
(#906) Line indented incorrectly; expected at least 8 spaces, found 5
(#906) Variable "ValuePosition" must be all lower-case
(#906) Spaces must be used for alignment; tabs are not allowed
(#906) Tab found within whitespace
(#906) Variable "Format" must be all lower-case
(#906) Variable "Format" must be all lower-case
(#907) Line indented incorrectly; expected at least 8 spaces, found 5
(#907) Variable "ValueSuffix" must be all lower-case
(#907) Spaces must be used for alignment; tabs are not allowed
(#907) Tab found within whitespace
(#907) Variable "Format" must be all lower-case
(#907) Variable "Format" must be all lower-case
(#908) Line indented incorrectly; expected at least 8 spaces, found 5
(#908) Variable "ValueR" must be all lower-case
(#908) Spaces must be used for alignment; tabs are not allowed
(#908) Tab found within whitespace
(#908) Variable "Format" must be all lower-case
(#908) Variable "Format" must be all lower-case
(#909) Line indented incorrectly; expected at least 8 spaces, found 5
(#909) Variable "ValueG" must be all lower-case
(#909) Spaces must be used for alignment; tabs are not allowed
(#909) Tab found within whitespace
(#909) Variable "Format" must be all lower-case
(#909) Variable "Format" must be all lower-case
(#910) Line indented incorrectly; expected at least 8 spaces, found 5
(#910) Variable "ValueB" must be all lower-case
(#910) Spaces must be used for alignment; tabs are not allowed
(#910) Tab found within whitespace
(#910) Variable "Format" must be all lower-case
(#910) Variable "Format" must be all lower-case
(#911) Line indented incorrectly; expected at least 8 spaces, found 5
(#911) Variable "ValueAlpha" must be all lower-case
(#911) Spaces must be used for alignment; tabs are not allowed
(#911) Tab found within whitespace
(#911) Variable "Format" must be all lower-case
(#911) Variable "Format" must be all lower-case
(#912) Line indented incorrectly; expected at least 8 spaces, found 5
(#912) Variable "RecordImageMap" must be all lower-case
(#912) Spaces must be used for alignment; tabs are not allowed
(#912) Tab found within whitespace
(#912) Variable "Format" must be all lower-case
(#912) Variable "Format" must be all lower-case
(#912) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#914) Line indented incorrectly; expected at least 8 spaces, found 5
(#915) Line indented incorrectly; expected at least 8 spaces, found 5
(#915) Variable "Data" must be all lower-case
(#916) Line indented incorrectly; expected at least 8 spaces, found 5
(#916) Variable "Palette" must be all lower-case
(#918) Line indented incorrectly; expected at least 8 spaces, found 5
(#919) Line indented incorrectly; expected 8 spaces, found 5
(#919) Expected "if (...) {\n"; found "if (...) { "
(#919) Variable "Data" must be all lower-case
(#919) Closing brace must be on a line by itself
(#921) Line indented incorrectly; expected at least 8 spaces, found 5
(#922) Line indented incorrectly; expected at least 8 spaces, found 5
(#922) Variable "DataSerie" must be all lower-case
(#923) Line indented incorrectly; expected 8 spaces, found 5
(#923) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#923) Variable "Data" must be all lower-case
(#923) Variable "SerieName" must be all lower-case
(#923) Variable "SerieData" must be all lower-case
(#924) Line indented incorrectly; expected at least 8 spaces, found 6
(#924) Expected "if (...) {\n"; found "if (...) { "
(#924) Variable "SerieName" must be all lower-case
(#924) Variable "Data" must be all lower-case
(#924) Variable "DataSerie" must be all lower-case
(#924) Variable "SerieName" must be all lower-case
(#924) Closing brace must be on a line by itself
(#924) Closing brace must be on a line by itself
(#926) Line indented incorrectly; expected at least 8 spaces, found 5
(#927) Line indented incorrectly; expected 8 spaces, found 5
(#927) Expected "if (...) {\n"; found "if (...) { "
(#927) Variable "DataSerie" must be all lower-case
(#927) Closing brace must be on a line by itself
(#929) Line indented incorrectly; expected at least 8 spaces, found 5
(#930) Line indented incorrectly; expected at least 8 spaces, found 5
(#930) Variable "Data" must be all lower-case
(#930) Commas (,) must be followed by white space.
(#930) Variable "Palette" must be all lower-case
(#930) Variable "Data" must be all lower-case
(#930) Commas (,) must be followed by white space.
(#930) Variable "Palette" must be all lower-case
(#930) Commas (,) must be followed by white space.
(#930) Variable "DataSerie" must be all lower-case
(#930) Commas (,) must be followed by white space.
(#930) Variable "Data" must be all lower-case
(#932) Line indented incorrectly; expected at least 8 spaces, found 5
(#933) Line indented incorrectly; expected at least 8 spaces, found 5
(#933) Variable "SerieSum" must be all lower-case
(#933) Variable "DataSerie" must be all lower-case
(#935) Line indented incorrectly; expected at least 8 spaces, found 5
(#936) Line indented incorrectly; expected 8 spaces, found 5
(#936) Expected "if (...) {\n"; found "if (...) { "
(#936) Variable "SerieSum" must be all lower-case
(#936) Closing brace must be on a line by itself
(#938) Line indented incorrectly; expected at least 8 spaces, found 5
(#939) Line indented incorrectly; expected at least 8 spaces, found 5
(#939) Variable "Values" must be all lower-case
(#940) Line indented incorrectly; expected 8 spaces, found 5
(#940) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#940) Variable "Data" must be all lower-case
(#940) Variable "DataSerie" must be all lower-case
(#940) Variable "Key" must be all lower-case
(#940) Variable "Value" must be all lower-case
(#941) Line indented incorrectly; expected at least 8 spaces, found 6
(#941) Expected "if (...) {\n"; found "if (...) { "
(#941) Variable "Value" must be all lower-case
(#941) Variable "Values" must be all lower-case
(#941) Variable "Value" must be all lower-case
(#941) Closing brace must be on a line by itself
(#941) Closing brace must be on a line by itself
(#943) Line indented incorrectly; expected at least 8 spaces, found 5
(#944) Line indented incorrectly; expected 8 spaces, found 5
(#944) Expected "if (...) {\n"; found "if (...) { "
(#944) Variable "Values" must be all lower-case
(#944) Expected 1 space before "=="; 0 found
(#944) Expected 1 space after "=="; 0 found
(#944) Variable "WastedAngular" must be all lower-case
(#944) Closing brace must be on a line by itself
(#944) Expected "} else {\n"; found "} else { "
(#944) Variable "WastedAngular" must be all lower-case
(#944) Closing brace must be on a line by itself
(#944) This comment is 60% valid code; is this commented out code?
(#946) Line indented incorrectly; expected at least 8 spaces, found 5
(#947) Line indented incorrectly; expected at least 8 spaces, found 5
(#947) Variable "ScaleFactor" must be all lower-case
(#947) Variable "WastedAngular" must be all lower-case
(#947) Variable "SerieSum" must be all lower-case
(#949) Line indented incorrectly; expected at least 8 spaces, found 5
(#949) Variable "RestoreShadow" must be all lower-case
(#950) Line indented incorrectly; expected 8 spaces, found 5
(#950) Expected "if (...) {\n"; found "if (...)\n {\n"
(#951) Line indented incorrectly; expected at least 8 spaces, found 6
(#952) Line indented incorrectly; expected at least 12 spaces, found 7
(#952) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#954) Line indented incorrectly; expected at least 12 spaces, found 7
(#954) Variable "ShadowFormat" must be all lower-case
(#954) Variable "Format" must be all lower-case
(#954) Variable "ShadowFormat" must be all lower-case
(#954) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#955) Line indented incorrectly; expected at least 12 spaces, found 7
(#955) Variable "X" must be all lower-case
(#955) Expected 1 space before "+"; 0 found
(#955) Expected 1 space after "+"; 0 found
(#955) Commas (,) must be followed by white space.
(#955) Variable "Y" must be all lower-case
(#955) Expected 1 space before "+"; 0 found
(#955) Expected 1 space after "+"; 0 found
(#955) Commas (,) must be followed by white space.
(#955) Variable "ShadowFormat" must be all lower-case
(#956) Line indented incorrectly; expected 8 spaces, found 6
(#956) Closing brace indented incorrectly; expected 5 spaces, found 6
(#958) Line indented incorrectly; expected at least 8 spaces, found 5
(#959) Line indented incorrectly; expected at least 8 spaces, found 5
(#959) Variable "Step" must be all lower-case
(#959) Variable "OuterRadius" must be all lower-case
(#960) Line indented incorrectly; expected at least 8 spaces, found 5
(#960) Variable "Offset" must be all lower-case
(#960) Variable "ID" must be all lower-case
(#961) Line indented incorrectly; expected 8 spaces, found 5
(#961) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#961) Variable "Values" must be all lower-case
(#961) Variable "Key" must be all lower-case
(#961) Variable "Value" must be all lower-case
(#962) Line indented incorrectly; expected at least 8 spaces, found 6
(#963) Line indented incorrectly; expected 12 spaces, found 7
(#963) Expected "if (...) {\n"; found "if (...)\n {\n"
(#963) Variable "Shadow" must be all lower-case
(#964) Line indented incorrectly; expected at least 12 spaces, found 8
(#965) Line indented incorrectly; expected at least 16 spaces, found 9
(#965) Variable "Settings" must be all lower-case
(#965) Expected 1 space before "=>"; 0 found
(#965) Expected 1 space after "=>"; 0 found
(#965) Commas (,) must be followed by white space.
(#965) Expected 1 space before "=>"; 0 found
(#965) Expected 1 space after "=>"; 0 found
(#965) Commas (,) must be followed by white space.
(#965) Expected 1 space before "=>"; 0 found
(#965) Expected 1 space after "=>"; 0 found
(#965) Commas (,) must be followed by white space.
(#965) Expected 1 space before "=>"; 0 found
(#965) Expected 1 space after "=>"; 0 found
(#965) Line exceeds 132 characters; contains 171 characters
(#966) Line indented incorrectly; expected at least 16 spaces, found 9
(#966) Variable "BorderColor" must be all lower-case
(#966) Variable "Settings" must be all lower-case
(#967) Line indented incorrectly; expected 12 spaces, found 8
(#967) Closing brace indented incorrectly; expected 7 spaces, found 8
(#968) Line indented incorrectly; expected 12 spaces, found 7
(#968) Expected "} else {\n"; found "}\n else\n {\n"
(#969) Line indented incorrectly; expected at least 12 spaces, found 8
(#970) Line indented incorrectly; expected 16 spaces, found 9
(#970) Expected "if (...) {\n"; found "if (...) { "
(#970) Variable "Palette" must be all lower-case
(#970) Variable "ID" must be all lower-case
(#970) Variable "Color" must be all lower-case
(#970) Variable "Palette" must be all lower-case
(#970) Variable "ID" must be all lower-case
(#970) Variable "Color" must be all lower-case
(#970) Variable "ID" must be all lower-case
(#970) Commas (,) must be followed by white space.
(#970) Variable "Color" must be all lower-case
(#970) Line exceeds 132 characters; contains 163 characters
(#970) Closing brace must be on a line by itself
(#971) Line indented incorrectly; expected at least 16 spaces, found 9
(#971) Variable "Settings" must be all lower-case
(#971) Expected 1 space before "=>"; 0 found
(#971) Expected 1 space after "=>"; 0 found
(#971) Variable "Palette" must be all lower-case
(#971) Variable "ID" must be all lower-case
(#971) Commas (,) must be followed by white space.
(#971) Expected 1 space before "=>"; 0 found
(#971) Expected 1 space after "=>"; 0 found
(#971) Variable "Palette" must be all lower-case
(#971) Variable "ID" must be all lower-case
(#971) Commas (,) must be followed by white space.
(#971) Expected 1 space before "=>"; 0 found
(#971) Expected 1 space after "=>"; 0 found
(#971) Variable "Palette" must be all lower-case
(#971) Variable "ID" must be all lower-case
(#971) Commas (,) must be followed by white space.
(#971) Expected 1 space before "=>"; 0 found
(#971) Expected 1 space after "=>"; 0 found
(#971) Variable "Palette" must be all lower-case
(#971) Variable "ID" must be all lower-case
(#973) Line indented incorrectly; expected at least 16 spaces, found 9
(#973) Inline control structures are not allowed
(#973) Variable "Border" must be all lower-case
(#974) Line indented incorrectly; expected at least 16 spaces, found 10
(#974) Variable "BorderColor" must be all lower-case
(#974) Expected 1 space before "=>"; 0 found
(#974) Expected 1 space after "=>"; 0 found
(#974) Variable "BorderR" must be all lower-case
(#974) Commas (,) must be followed by white space.
(#974) Expected 1 space before "=>"; 0 found
(#974) Expected 1 space after "=>"; 0 found
(#974) Variable "BorderG" must be all lower-case
(#974) Commas (,) must be followed by white space.
(#974) Expected 1 space before "=>"; 0 found
(#974) Expected 1 space after "=>"; 0 found
(#974) Variable "BorderB" must be all lower-case
(#974) Commas (,) must be followed by white space.
(#974) Expected 1 space before "=>"; 0 found
(#974) Expected 1 space after "=>"; 0 found
(#974) Variable "BorderAlpha" must be all lower-case
(#975) Line indented incorrectly; expected at least 16 spaces, found 9
(#975) Inline control structures are not allowed
(#976) Line indented incorrectly; expected at least 16 spaces, found 10
(#976) Variable "BorderColor" must be all lower-case
(#976) Variable "Settings" must be all lower-case
(#977) Line indented incorrectly; expected 12 spaces, found 8
(#977) Closing brace indented incorrectly; expected 7 spaces, found 8
(#979) Line indented incorrectly; expected at least 12 spaces, found 7
(#979) Variable "Plots" must be all lower-case
(#979) Variable "Boundaries" must be all lower-case
(#979) Variable "AAPixels" must be all lower-case
(#980) Line indented incorrectly; expected at least 12 spaces, found 7
(#980) Variable "EndAngle" must be all lower-case
(#980) Variable "Offset" must be all lower-case
(#980) Expected 1 space before "+"; 0 found
(#980) Expected 1 space after "+"; 0 found
(#980) Variable "Value" must be all lower-case
(#980) Expected 1 space before "*"; 0 found
(#980) Expected 1 space after "*"; 0 found
(#980) Variable "ScaleFactor" must be all lower-case
(#980) Expected "if (...) {\n"; found "if (...) { "
(#980) Variable "EndAngle" must be all lower-case
(#980) Variable "EndAngle" must be all lower-case
(#980) Closing brace must be on a line by itself
(#981) Line indented incorrectly; expected 12 spaces, found 7
(#981) Expected "for (...) {\n"; found "for(...)\n {\n"
(#981) Expected 1 space after first semicolon of FOR loop; 0 found
(#981) Expected 1 space after second semicolon of FOR loop; 0 found
(#981) Expected 1 space before "="; 0 found
(#981) Expected 1 space after "="; 0 found
(#981) Variable "Offset" must be all lower-case
(#981) Expected 1 space before "<="; 0 found
(#981) Expected 1 space after "<="; 0 found
(#981) Variable "EndAngle" must be all lower-case
(#981) Expected 1 space before "="; 0 found
(#981) Expected 1 space after "="; 0 found
(#981) Expected 1 space before "+"; 0 found
(#981) Expected 1 space after "+"; 0 found
(#981) Variable "Step" must be all lower-case
(#982) Line indented incorrectly; expected at least 12 spaces, found 8
(#983) Line indented incorrectly; expected at least 16 spaces, found 9
(#983) Variable "Xc" must be all lower-case
(#983) Expected 1 space before "-"; 0 found
(#983) Expected 1 space after "-"; 0 found
(#983) Expected 1 space before "*"; 0 found
(#983) Expected 1 space after "*"; 0 found
(#983) Expected 1 space before "/"; 0 found
(#983) Expected 1 space after "/"; 0 found
(#983) Variable "OuterRadius" must be all lower-case
(#983) Variable "X" must be all lower-case
(#984) Line indented incorrectly; expected at least 16 spaces, found 9
(#984) Variable "Yc" must be all lower-case
(#984) Expected 1 space before "-"; 0 found
(#984) Expected 1 space after "-"; 0 found
(#984) Expected 1 space before "*"; 0 found
(#984) Expected 1 space after "*"; 0 found
(#984) Expected 1 space before "/"; 0 found
(#984) Expected 1 space after "/"; 0 found
(#984) Variable "OuterRadius" must be all lower-case
(#984) Variable "Y" must be all lower-case
(#986) Line indented incorrectly; expected 16 spaces, found 9
(#986) Expected "if (...) {\n"; found "if (...) { "
(#986) Variable "Boundaries" must be all lower-case
(#986) Variable "Boundaries" must be all lower-case
(#986) Variable "Xc" must be all lower-case
(#986) Variable "Boundaries" must be all lower-case
(#986) Variable "Yc" must be all lower-case
(#986) Closing brace must be on a line by itself
(#987) Line indented incorrectly; expected at least 16 spaces, found 9
(#987) Variable "AAPixels" must be all lower-case
(#987) Variable "Xc" must be all lower-case
(#987) Commas (,) must be followed by white space.
(#987) Variable "Yc" must be all lower-case
(#989) Line indented incorrectly; expected 16 spaces, found 9
(#989) Expected "if (...) {\n"; found "if (...) { "
(#989) Expected 1 space before "<"; 0 found
(#989) Expected 1 space after "<"; 0 found
(#989) Variable "Yc" must be all lower-case
(#989) Closing brace must be on a line by itself
(#990) Line indented incorrectly; expected 16 spaces, found 9
(#990) Expected "if (...) {\n"; found "if (...) { "
(#990) Expected 1 space before ">"; 0 found
(#990) Expected 1 space after ">"; 0 found
(#990) Expected 1 space before "<"; 0 found
(#990) Expected 1 space after "<"; 0 found
(#990) Variable "Xc" must be all lower-case
(#990) Closing brace must be on a line by itself
(#991) Line indented incorrectly; expected 16 spaces, found 9
(#991) Expected "if (...) {\n"; found "if (...) { "
(#991) Expected 1 space before ">="; 0 found
(#991) Expected 1 space after ">="; 0 found
(#991) Variable "Xc" must be all lower-case
(#991) Variable "Yc" must be all lower-case
(#991) Closing brace must be on a line by itself
(#993) Line indented incorrectly; expected at least 16 spaces, found 9
(#993) Variable "Plots" must be all lower-case
(#993) Variable "Xc" must be all lower-case
(#993) Variable "Plots" must be all lower-case
(#993) Variable "Yc" must be all lower-case
(#994) Line indented incorrectly; expected 12 spaces, found 8
(#994) Closing brace indented incorrectly; expected 7 spaces, found 8
(#995) Line indented incorrectly; expected at least 12 spaces, found 7
(#995) Variable "Boundaries" must be all lower-case
(#995) Variable "Xc" must be all lower-case
(#995) Variable "Boundaries" must be all lower-case
(#995) Variable "Yc" must be all lower-case
(#996) Line indented incorrectly; expected at least 12 spaces, found 7
(#996) Variable "Lasti" must be all lower-case
(#996) Variable "EndAngle" must be all lower-case
(#998) Line indented incorrectly; expected 12 spaces, found 7
(#998) Expected "for (...) {\n"; found "for(...)\n {\n"
(#998) Expected 1 space after first semicolon of FOR loop; 0 found
(#998) Expected 1 space after second semicolon of FOR loop; 0 found
(#998) Expected 1 space before "="; 0 found
(#998) Expected 1 space after "="; 0 found
(#998) Variable "EndAngle" must be all lower-case
(#998) Expected 1 space before ">="; 0 found
(#998) Expected 1 space after ">="; 0 found
(#998) Variable "Offset" must be all lower-case
(#998) Expected 1 space before "="; 0 found
(#998) Expected 1 space after "="; 0 found
(#998) Expected 1 space before "-"; 0 found
(#998) Expected 1 space after "-"; 0 found
(#998) Variable "Step" must be all lower-case
(#999) Line indented incorrectly; expected at least 12 spaces, found 8
(#1000) Line indented incorrectly; expected at least 16 spaces, found 9
(#1000) Variable "Xc" must be all lower-case
(#1000) Expected 1 space before "-"; 0 found
(#1000) Expected 1 space after "-"; 0 found
(#1000) Expected 1 space before "*"; 0 found
(#1000) Expected 1 space after "*"; 0 found
(#1000) Expected 1 space before "/"; 0 found
(#1000) Expected 1 space after "/"; 0 found
(#1000) Variable "InnerRadius" must be all lower-case
(#1000) Expected 1 space before "-"; 0 found
(#1000) Expected 1 space after "-"; 0 found
(#1000) Variable "X" must be all lower-case
(#1001) Line indented incorrectly; expected at least 16 spaces, found 9
(#1001) Variable "Yc" must be all lower-case
(#1001) Expected 1 space before "-"; 0 found
(#1001) Expected 1 space after "-"; 0 found
(#1001) Expected 1 space before "*"; 0 found
(#1001) Expected 1 space after "*"; 0 found
(#1001) Expected 1 space before "/"; 0 found
(#1001) Expected 1 space after "/"; 0 found
(#1001) Variable "InnerRadius" must be all lower-case
(#1001) Expected 1 space before "-"; 0 found
(#1001) Expected 1 space after "-"; 0 found
(#1001) Variable "Y" must be all lower-case
(#1003) Line indented incorrectly; expected 16 spaces, found 9
(#1003) Expected "if (...) {\n"; found "if (...) { "
(#1003) Variable "Boundaries" must be all lower-case
(#1003) Variable "Boundaries" must be all lower-case
(#1003) Variable "Xc" must be all lower-case
(#1003) Variable "Boundaries" must be all lower-case
(#1003) Variable "Yc" must be all lower-case
(#1003) Closing brace must be on a line by itself
(#1004) Line indented incorrectly; expected at least 16 spaces, found 9
(#1004) Variable "AAPixels" must be all lower-case
(#1004) Variable "Xc" must be all lower-case
(#1004) Commas (,) must be followed by white space.
(#1004) Variable "Yc" must be all lower-case
(#1006) Line indented incorrectly; expected at least 16 spaces, found 9
(#1006) Variable "Xc" must be all lower-case
(#1006) Expected 1 space before "-"; 0 found
(#1006) Expected 1 space after "-"; 0 found
(#1006) Expected 1 space before "*"; 0 found
(#1006) Expected 1 space after "*"; 0 found
(#1006) Expected 1 space before "/"; 0 found
(#1006) Expected 1 space after "/"; 0 found
(#1006) Variable "InnerRadius" must be all lower-case
(#1006) Variable "X" must be all lower-case
(#1007) Line indented incorrectly; expected at least 16 spaces, found 9
(#1007) Variable "Yc" must be all lower-case
(#1007) Expected 1 space before "-"; 0 found
(#1007) Expected 1 space after "-"; 0 found
(#1007) Expected 1 space before "*"; 0 found
(#1007) Expected 1 space after "*"; 0 found
(#1007) Expected 1 space before "/"; 0 found
(#1007) Expected 1 space after "/"; 0 found
(#1007) Variable "InnerRadius" must be all lower-case
(#1007) Variable "Y" must be all lower-case
(#1009) Line indented incorrectly; expected 16 spaces, found 9
(#1009) Expected "if (...) {\n"; found "if (...) { "
(#1009) Expected 1 space before "<"; 0 found
(#1009) Expected 1 space after "<"; 0 found
(#1009) Variable "Yc" must be all lower-case
(#1009) Closing brace must be on a line by itself
(#1010) Line indented incorrectly; expected 16 spaces, found 9
(#1010) Expected "if (...) {\n"; found "if (...) { "
(#1010) Expected 1 space before ">"; 0 found
(#1010) Expected 1 space after ">"; 0 found
(#1010) Expected 1 space before "<"; 0 found
(#1010) Expected 1 space after "<"; 0 found
(#1010) Variable "Xc" must be all lower-case
(#1010) Closing brace must be on a line by itself
(#1011) Line indented incorrectly; expected 16 spaces, found 9
(#1011) Expected "if (...) {\n"; found "if (...) { "
(#1011) Expected 1 space before ">="; 0 found
(#1011) Expected 1 space after ">="; 0 found
(#1011) Variable "Xc" must be all lower-case
(#1011) Variable "Yc" must be all lower-case
(#1011) Closing brace must be on a line by itself
(#1013) Line indented incorrectly; expected at least 16 spaces, found 9
(#1013) Variable "Plots" must be all lower-case
(#1013) Variable "Xc" must be all lower-case
(#1013) Variable "Plots" must be all lower-case
(#1013) Variable "Yc" must be all lower-case
(#1014) Line indented incorrectly; expected 12 spaces, found 8
(#1014) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1015) Line indented incorrectly; expected at least 12 spaces, found 7
(#1015) Variable "Boundaries" must be all lower-case
(#1015) Variable "Xc" must be all lower-case
(#1015) Variable "Boundaries" must be all lower-case
(#1015) Variable "Yc" must be all lower-case
(#1017) Line indented incorrectly; expected at least 12 spaces, found 7
(#1018) Line indented incorrectly; expected at least 12 spaces, found 7
(#1018) Variable "Plots" must be all lower-case
(#1018) Commas (,) must be followed by white space.
(#1018) Variable "Settings" must be all lower-case
(#1019) Line indented incorrectly; expected 12 spaces, found 7
(#1019) Expected "if (...) {\n"; found "if (...) { "
(#1019) Variable "RecordImageMap" must be all lower-case
(#1019) Variable "Shadow" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Plots" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Palette" must be all lower-case
(#1019) Variable "ID" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Palette" must be all lower-case
(#1019) Variable "ID" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Palette" must be all lower-case
(#1019) Variable "ID" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Data" must be all lower-case
(#1019) Variable "Data" must be all lower-case
(#1019) Variable "Key" must be all lower-case
(#1019) Commas (,) must be followed by white space.
(#1019) Variable "Value" must be all lower-case
(#1019) Line exceeds maximum limit of 180 characters; contains 266 characters
(#1019) Closing brace must be on a line by itself
(#1021) Line indented incorrectly; expected at least 12 spaces, found 7
(#1022) Line indented incorrectly; expected 12 spaces, found 7
(#1022) Expected "foreach (...) {\n"; found "foreach(...) { "
(#1022) Space found before closing bracket of FOREACH loop
(#1022) Variable "AAPixels" must be all lower-case
(#1022) Variable "iKey" must be all lower-case
(#1022) Variable "Pos" must be all lower-case
(#1022) Variable "Pos" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "Pos" must be all lower-case
(#1022) Commas (,) must be followed by white space.
(#1022) Variable "BorderColor" must be all lower-case
(#1022) Closing brace must be on a line by itself
(#1023) Line indented incorrectly; expected at least 12 spaces, found 7
(#1023) Variable "Boundaries" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "Boundaries" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "Boundaries" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "Boundaries" must be all lower-case
(#1023) Commas (,) must be followed by white space.
(#1023) Variable "BorderColor" must be all lower-case
(#1023) Line exceeds 132 characters; contains 135 characters
(#1024) Line indented incorrectly; expected at least 12 spaces, found 7
(#1024) Variable "Boundaries" must be all lower-case
(#1024) Commas (,) must be followed by white space.
(#1024) Variable "Boundaries" must be all lower-case
(#1024) Commas (,) must be followed by white space.
(#1024) Variable "Boundaries" must be all lower-case
(#1024) Commas (,) must be followed by white space.
(#1024) Variable "Boundaries" must be all lower-case
(#1024) Commas (,) must be followed by white space.
(#1024) Variable "BorderColor" must be all lower-case
(#1024) Line exceeds 132 characters; contains 135 characters
(#1026) Line indented incorrectly; expected 12 spaces, found 7
(#1026) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1026) Variable "DrawLabels" must be all lower-case
(#1026) Variable "Shadow" must be all lower-case
(#1027) Line indented incorrectly; expected at least 12 spaces, found 8
(#1028) Line indented incorrectly; expected 16 spaces, found 9
(#1028) Expected "if (...) {\n"; found "if (...)\n { "
(#1028) Variable "LabelColor" must be all lower-case
(#1029) Line indented incorrectly; expected at least 16 spaces, found 10
(#1029) Variable "Settings" must be all lower-case
(#1029) Expected 1 space before "=>"; 0 found
(#1029) Expected 1 space after "=>"; 0 found
(#1029) Variable "Palette" must be all lower-case
(#1029) Variable "ID" must be all lower-case
(#1029) Commas (,) must be followed by white space.
(#1029) Expected 1 space before "=>"; 0 found
(#1029) Expected 1 space after "=>"; 0 found
(#1029) Variable "Palette" must be all lower-case
(#1029) Variable "ID" must be all lower-case
(#1029) Commas (,) must be followed by white space.
(#1029) Expected 1 space before "=>"; 0 found
(#1029) Expected 1 space after "=>"; 0 found
(#1029) Variable "Palette" must be all lower-case
(#1029) Variable "ID" must be all lower-case
(#1029) Commas (,) must be followed by white space.
(#1029) Expected 1 space before "=>"; 0 found
(#1029) Expected 1 space after "=>"; 0 found
(#1029) Variable "Palette" must be all lower-case
(#1029) Variable "ID" must be all lower-case
(#1029) Line exceeds 132 characters; contains 148 characters
(#1029) Closing brace must be on a line by itself
(#1030) Line indented incorrectly; expected 16 spaces, found 9
(#1030) Expected "} else {\n"; found "}\n else\n { "
(#1031) Line indented incorrectly; expected at least 16 spaces, found 10
(#1031) Variable "Settings" must be all lower-case
(#1031) Expected 1 space before "=>"; 0 found
(#1031) Expected 1 space after "=>"; 0 found
(#1031) Variable "LabelR" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Expected 1 space before "=>"; 0 found
(#1031) Expected 1 space after "=>"; 0 found
(#1031) Variable "LabelG" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Expected 1 space before "=>"; 0 found
(#1031) Expected 1 space after "=>"; 0 found
(#1031) Variable "LabelB" must be all lower-case
(#1031) Commas (,) must be followed by white space.
(#1031) Expected 1 space before "=>"; 0 found
(#1031) Expected 1 space after "=>"; 0 found
(#1031) Variable "LabelAlpha" must be all lower-case
(#1031) Closing brace must be on a line by itself
(#1033) Line indented incorrectly; expected at least 16 spaces, found 9
(#1033) Variable "Angle" must be all lower-case
(#1033) Variable "EndAngle" must be all lower-case
(#1033) Variable "Offset" must be all lower-case
(#1033) Expected 1 space before "/"; 0 found
(#1033) Expected 1 space after "/"; 0 found
(#1033) Variable "Offset" must be all lower-case
(#1034) Line indented incorrectly; expected at least 16 spaces, found 9
(#1034) Variable "Xc" must be all lower-case
(#1034) Variable "Angle" must be all lower-case
(#1034) Expected 1 space before "-"; 0 found
(#1034) Expected 1 space after "-"; 0 found
(#1034) Expected 1 space before "*"; 0 found
(#1034) Expected 1 space after "*"; 0 found
(#1034) Expected 1 space before "/"; 0 found
(#1034) Expected 1 space after "/"; 0 found
(#1034) Variable "OuterRadius" must be all lower-case
(#1034) Variable "X" must be all lower-case
(#1035) Line indented incorrectly; expected at least 16 spaces, found 9
(#1035) Variable "Yc" must be all lower-case
(#1035) Variable "Angle" must be all lower-case
(#1035) Expected 1 space before "-"; 0 found
(#1035) Expected 1 space after "-"; 0 found
(#1035) Expected 1 space before "*"; 0 found
(#1035) Expected 1 space after "*"; 0 found
(#1035) Expected 1 space before "/"; 0 found
(#1035) Expected 1 space after "/"; 0 found
(#1035) Variable "OuterRadius" must be all lower-case
(#1035) Variable "Y" must be all lower-case
(#1037) Line indented incorrectly; expected at least 16 spaces, found 9
(#1037) Variable "Label" must be all lower-case
(#1037) Variable "Data" must be all lower-case
(#1037) Variable "Data" must be all lower-case
(#1037) Variable "Key" must be all lower-case
(#1039) Line indented incorrectly; expected at least 16 spaces, found 9
(#1039) Inline control structures are not allowed
(#1039) Variable "LabelStacked" must be all lower-case
(#1040) Line indented incorrectly; expected at least 16 spaces, found 10
(#1040) Variable "Xc" must be all lower-case
(#1040) Commas (,) must be followed by white space.
(#1040) Variable "Yc" must be all lower-case
(#1040) Commas (,) must be followed by white space.
(#1040) Variable "Label" must be all lower-case
(#1040) Commas (,) must be followed by white space.
(#1040) Variable "Angle" must be all lower-case
(#1040) Commas (,) must be followed by white space.
(#1040) Variable "Settings" must be all lower-case
(#1040) Commas (,) must be followed by white space.
(#1040) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1040) Commas (,) must be followed by white space.
(#1040) Variable "X" must be all lower-case
(#1040) Commas (,) must be followed by white space.
(#1040) Variable "Y" must be all lower-case
(#1040) Commas (,) must be followed by white space.
(#1040) Variable "OuterRadius" must be all lower-case
(#1041) Line indented incorrectly; expected at least 16 spaces, found 9
(#1041) Inline control structures are not allowed
(#1042) Line indented incorrectly; expected at least 16 spaces, found 10
(#1042) Variable "Xc" must be all lower-case
(#1042) Commas (,) must be followed by white space.
(#1042) Variable "Yc" must be all lower-case
(#1042) Commas (,) must be followed by white space.
(#1042) Variable "Label" must be all lower-case
(#1042) Commas (,) must be followed by white space.
(#1042) Variable "Angle" must be all lower-case
(#1042) Commas (,) must be followed by white space.
(#1042) Variable "Settings" must be all lower-case
(#1042) Commas (,) must be followed by white space.
(#1042) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1043) Line indented incorrectly; expected 12 spaces, found 8
(#1043) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1045) Line indented incorrectly; expected at least 12 spaces, found 7
(#1045) Variable "Offset" must be all lower-case
(#1045) Variable "Lasti" must be all lower-case
(#1045) Variable "ID" must be all lower-case
(#1046) Line indented incorrectly; expected 8 spaces, found 6
(#1046) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1048) Line indented incorrectly; expected 8 spaces, found 5
(#1048) Expected "if (...) {\n"; found "if (...) { "
(#1048) Variable "DrawLabels" must be all lower-case
(#1048) Variable "LabelStacked" must be all lower-case
(#1048) Closing brace must be on a line by itself
(#1050) Line indented incorrectly; expected 8 spaces, found 5
(#1050) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1050) Variable "WriteValues" must be all lower-case
(#1050) Variable "Shadow" must be all lower-case
(#1051) Line indented incorrectly; expected at least 8 spaces, found 6
(#1052) Line indented incorrectly; expected at least 12 spaces, found 7
(#1052) Variable "Step" must be all lower-case
(#1052) Variable "OuterRadius" must be all lower-case
(#1053) Line indented incorrectly; expected at least 12 spaces, found 7
(#1053) Variable "Offset" must be all lower-case
(#1054) Line indented incorrectly; expected 12 spaces, found 7
(#1054) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1054) Variable "Values" must be all lower-case
(#1054) Variable "Key" must be all lower-case
(#1054) Variable "Value" must be all lower-case
(#1055) Line indented incorrectly; expected at least 12 spaces, found 8
(#1056) Line indented incorrectly; expected at least 16 spaces, found 9
(#1056) Variable "EndAngle" must be all lower-case
(#1056) Variable "Offset" must be all lower-case
(#1056) Expected 1 space before "+"; 0 found
(#1056) Expected 1 space after "+"; 0 found
(#1056) Variable "Value" must be all lower-case
(#1056) Expected 1 space before "*"; 0 found
(#1056) Expected 1 space after "*"; 0 found
(#1056) Variable "ScaleFactor" must be all lower-case
(#1057) Line indented incorrectly; expected 16 spaces, found 9
(#1057) Expected "if (...) {\n"; found "if (...) { "
(#1057) Variable "EndAngle" must be all lower-case
(#1057) Variable "EndAngle" must be all lower-case
(#1057) Closing brace must be on a line by itself
(#1059) Line indented incorrectly; expected at least 16 spaces, found 9
(#1059) Variable "Angle" must be all lower-case
(#1059) Variable "Offset" must be all lower-case
(#1059) Expected 1 space before "+"; 0 found
(#1059) Expected 1 space after "+"; 0 found
(#1059) Variable "Value" must be all lower-case
(#1059) Expected 1 space before "*"; 0 found
(#1059) Expected 1 space after "*"; 0 found
(#1059) Variable "ScaleFactor" must be all lower-case
(#1059) Expected 1 space before "/"; 0 found
(#1059) Expected 1 space after "/"; 0 found
(#1060) Line indented incorrectly; expected 16 spaces, found 9
(#1060) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1060) Variable "ValuePosition" must be all lower-case
(#1061) Line indented incorrectly; expected at least 16 spaces, found 10
(#1062) Line indented incorrectly; expected at least 20 spaces, found 11
(#1062) Variable "Xc" must be all lower-case
(#1062) Variable "Angle" must be all lower-case
(#1062) Expected 1 space before "-"; 0 found
(#1062) Expected 1 space after "-"; 0 found
(#1062) Expected 1 space before "*"; 0 found
(#1062) Expected 1 space after "*"; 0 found
(#1062) Expected 1 space before "/"; 0 found
(#1062) Expected 1 space after "/"; 0 found
(#1062) Variable "OuterRadius" must be all lower-case
(#1062) Expected 1 space before "+"; 0 found
(#1062) Expected 1 space after "+"; 0 found
(#1062) Variable "ValuePadding" must be all lower-case
(#1062) Variable "X" must be all lower-case
(#1063) Line indented incorrectly; expected at least 20 spaces, found 11
(#1063) Variable "Yc" must be all lower-case
(#1063) Variable "Angle" must be all lower-case
(#1063) Expected 1 space before "-"; 0 found
(#1063) Expected 1 space after "-"; 0 found
(#1063) Expected 1 space before "*"; 0 found
(#1063) Expected 1 space after "*"; 0 found
(#1063) Expected 1 space before "/"; 0 found
(#1063) Expected 1 space after "/"; 0 found
(#1063) Variable "OuterRadius" must be all lower-case
(#1063) Expected 1 space before "+"; 0 found
(#1063) Expected 1 space after "+"; 0 found
(#1063) Variable "ValuePadding" must be all lower-case
(#1063) Variable "Y" must be all lower-case
(#1064) Line indented incorrectly; expected 20 spaces, found 11
(#1064) Expected "if (...) {\n"; found "if (...) { "
(#1064) Variable "Angle" must be all lower-case
(#1064) Expected 1 space after ">="; 0 found
(#1064) Variable "Angle" must be all lower-case
(#1064) Variable "Align" must be all lower-case
(#1064) Closing brace must be on a line by itself
(#1065) Line indented incorrectly; expected 20 spaces, found 11
(#1065) Expected "if (...) {\n"; found "if (...) { "
(#1065) Variable "Angle" must be all lower-case
(#1065) Variable "Angle" must be all lower-case
(#1065) Variable "Align" must be all lower-case
(#1065) Closing brace must be on a line by itself
(#1066) Line indented incorrectly; expected 20 spaces, found 11
(#1066) Expected "if (...) {\n"; found "if (...) { "
(#1066) Variable "Angle" must be all lower-case
(#1066) Variable "Angle" must be all lower-case
(#1066) Variable "Align" must be all lower-case
(#1066) Closing brace must be on a line by itself
(#1067) Line indented incorrectly; expected 20 spaces, found 11
(#1067) Expected "if (...) {\n"; found "if (...) { "
(#1067) Variable "Angle" must be all lower-case
(#1067) Variable "Align" must be all lower-case
(#1067) Closing brace must be on a line by itself
(#1068) Line indented incorrectly; expected 16 spaces, found 10
(#1068) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1069) Line indented incorrectly; expected 16 spaces, found 9
(#1069) Expected "} else {\n"; found "}\n else\n {\n"
(#1070) Line indented incorrectly; expected at least 16 spaces, found 10
(#1071) Line indented incorrectly; expected at least 20 spaces, found 11
(#1071) Variable "Xc" must be all lower-case
(#1071) Variable "Angle" must be all lower-case
(#1071) Expected 1 space before "-"; 0 found
(#1071) Expected 1 space after "-"; 0 found
(#1071) Expected 1 space before "*"; 0 found
(#1071) Expected 1 space after "*"; 0 found
(#1071) Expected 1 space before "/"; 0 found
(#1071) Expected 1 space after "/"; 0 found
(#1071) Variable "OuterRadius" must be all lower-case
(#1071) Expected 1 space before "-"; 0 found
(#1071) Expected 1 space after "-"; 0 found
(#1071) Variable "InnerRadius" must be all lower-case
(#1071) Expected 1 space before "/"; 0 found
(#1071) Expected 1 space after "/"; 0 found
(#1071) Expected 1 space before "+"; 0 found
(#1071) Expected 1 space after "+"; 0 found
(#1071) Variable "InnerRadius" must be all lower-case
(#1071) Variable "X" must be all lower-case
(#1072) Line indented incorrectly; expected at least 20 spaces, found 11
(#1072) Variable "Yc" must be all lower-case
(#1072) Variable "Angle" must be all lower-case
(#1072) Expected 1 space before "-"; 0 found
(#1072) Expected 1 space after "-"; 0 found
(#1072) Expected 1 space before "*"; 0 found
(#1072) Expected 1 space after "*"; 0 found
(#1072) Expected 1 space before "/"; 0 found
(#1072) Expected 1 space after "/"; 0 found
(#1072) Variable "OuterRadius" must be all lower-case
(#1072) Expected 1 space before "-"; 0 found
(#1072) Expected 1 space after "-"; 0 found
(#1072) Variable "InnerRadius" must be all lower-case
(#1072) Expected 1 space before "/"; 0 found
(#1072) Expected 1 space after "/"; 0 found
(#1072) Expected 1 space before "+"; 0 found
(#1072) Expected 1 space after "+"; 0 found
(#1072) Variable "InnerRadius" must be all lower-case
(#1072) Variable "Y" must be all lower-case
(#1073) Line indented incorrectly; expected at least 20 spaces, found 11
(#1073) Variable "Align" must be all lower-case
(#1074) Line indented incorrectly; expected 16 spaces, found 10
(#1074) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1076) Line indented incorrectly; expected at least 16 spaces, found 9
(#1076) Inline control structures are not allowed
(#1076) Variable "WriteValues" must be all lower-case
(#1077) Line indented incorrectly; expected at least 16 spaces, found 10
(#1077) Variable "Display" must be all lower-case
(#1077) Variable "SerieSum" must be all lower-case
(#1077) Variable "Value" must be all lower-case
(#1077) Commas (,) must be followed by white space.
(#1077) Variable "Precision" must be all lower-case
(#1078) Line indented incorrectly; expected at least 16 spaces, found 9
(#1078) Inline control structures are not allowed
(#1078) Usage of ELSEIF not allowed; use ELSE IF instead
(#1078) Variable "WriteValues" must be all lower-case
(#1079) Line indented incorrectly; expected at least 16 spaces, found 10
(#1079) Variable "Display" must be all lower-case
(#1079) Variable "Value" must be all lower-case
(#1079) Variable "ValueSuffix" must be all lower-case
(#1080) Line indented incorrectly; expected at least 16 spaces, found 9
(#1080) Inline control structures are not allowed
(#1081) Line indented incorrectly; expected at least 16 spaces, found 10
(#1081) Variable "Label" must be all lower-case
(#1083) Line indented incorrectly; expected at least 16 spaces, found 9
(#1083) Variable "Xc" must be all lower-case
(#1083) Commas (,) must be followed by white space.
(#1083) Variable "Yc" must be all lower-case
(#1083) Commas (,) must be followed by white space.
(#1083) Variable "Display" must be all lower-case
(#1083) Commas (,) must be followed by white space.
(#1083) Expected 1 space before "=>"; 0 found
(#1083) Expected 1 space after "=>"; 0 found
(#1083) Variable "Align" must be all lower-case
(#1083) Commas (,) must be followed by white space.
(#1083) Expected 1 space before "=>"; 0 found
(#1083) Expected 1 space after "=>"; 0 found
(#1083) Variable "ValueR" must be all lower-case
(#1083) Commas (,) must be followed by white space.
(#1083) Expected 1 space before "=>"; 0 found
(#1083) Expected 1 space after "=>"; 0 found
(#1083) Variable "ValueG" must be all lower-case
(#1083) Commas (,) must be followed by white space.
(#1083) Expected 1 space before "=>"; 0 found
(#1083) Expected 1 space after "=>"; 0 found
(#1083) Variable "ValueB" must be all lower-case
(#1084) Line indented incorrectly; expected at least 16 spaces, found 9
(#1084) Variable "Offset" must be all lower-case
(#1084) Variable "EndAngle" must be all lower-case
(#1085) Line indented incorrectly; expected 12 spaces, found 8
(#1085) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1086) Line indented incorrectly; expected 8 spaces, found 6
(#1086) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1088) Line indented incorrectly; expected at least 8 spaces, found 5
(#1088) Variable "RestoreShadow" must be all lower-case
(#1090) Line indented incorrectly; expected at least 8 spaces, found 5
(#1091) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1093) Line indented incorrectly; expected at least 4 spaces, found 3
(#1094) Line indented incorrectly; expected 4 spaces, found 3
(#1094) method name "pPie::draw3DRing" must be in lower-case letters only
(#1094) Visibility must be declared on method "draw3DRing"
(#1094) Variable "X" must be all lower-case
(#1094) Commas (,) must be followed by white space.
(#1094) Variable "Y" must be all lower-case
(#1094) Commas (,) must be followed by white space.
(#1094) Variable "Format" must be all lower-case
(#1095) Opening brace should be on the same line as the declaration
(#1096) Line indented incorrectly; expected at least 8 spaces, found 5
(#1096) Variable "OuterRadius" must be all lower-case
(#1096) Spaces must be used for alignment; tabs are not allowed
(#1096) Tab found within whitespace
(#1096) Variable "Format" must be all lower-case
(#1096) Variable "Format" must be all lower-case
(#1097) Line indented incorrectly; expected at least 8 spaces, found 5
(#1097) Variable "Precision" must be all lower-case
(#1097) Spaces must be used for alignment; tabs are not allowed
(#1097) Tab found within whitespace
(#1097) Variable "Format" must be all lower-case
(#1097) Variable "Format" must be all lower-case
(#1098) Line indented incorrectly; expected at least 8 spaces, found 5
(#1098) Variable "InnerRadius" must be all lower-case
(#1098) Spaces must be used for alignment; tabs are not allowed
(#1098) Tab found within whitespace
(#1098) Variable "Format" must be all lower-case
(#1098) Variable "Format" must be all lower-case
(#1099) Line indented incorrectly; expected at least 8 spaces, found 5
(#1099) Variable "SkewFactor" must be all lower-case
(#1099) Spaces must be used for alignment; tabs are not allowed
(#1099) Tab found within whitespace
(#1099) Variable "Format" must be all lower-case
(#1099) Variable "Format" must be all lower-case
(#1100) Line indented incorrectly; expected at least 8 spaces, found 5
(#1100) Variable "SliceHeight" must be all lower-case
(#1100) Spaces must be used for alignment; tabs are not allowed
(#1100) Tab found within whitespace
(#1100) Variable "Format" must be all lower-case
(#1100) Variable "Format" must be all lower-case
(#1101) Line indented incorrectly; expected at least 8 spaces, found 5
(#1101) Variable "DataGapAngle" must be all lower-case
(#1101) Spaces must be used for alignment; tabs are not allowed
(#1101) Tab found within whitespace
(#1101) Variable "Format" must be all lower-case
(#1101) Variable "Format" must be all lower-case
(#1102) Line indented incorrectly; expected at least 8 spaces, found 5
(#1102) Variable "DataGapRadius" must be all lower-case
(#1102) Spaces must be used for alignment; tabs are not allowed
(#1102) Tab found within whitespace
(#1102) Variable "Format" must be all lower-case
(#1102) Variable "Format" must be all lower-case
(#1103) Line indented incorrectly; expected at least 8 spaces, found 5
(#1103) Variable "Border" must be all lower-case
(#1103) Spaces must be used for alignment; tabs are not allowed
(#1103) Tab found within whitespace
(#1103) Variable "Format" must be all lower-case
(#1103) Variable "Format" must be all lower-case
(#1103) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1104) Line indented incorrectly; expected at least 8 spaces, found 5
(#1104) Variable "Shadow" must be all lower-case
(#1104) Spaces must be used for alignment; tabs are not allowed
(#1104) Tab found within whitespace
(#1104) Variable "Format" must be all lower-case
(#1104) Variable "Format" must be all lower-case
(#1104) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1105) Line indented incorrectly; expected at least 8 spaces, found 5
(#1105) Variable "DrawLabels" must be all lower-case
(#1105) Spaces must be used for alignment; tabs are not allowed
(#1105) Tab found within whitespace
(#1105) Variable "Format" must be all lower-case
(#1105) Variable "Format" must be all lower-case
(#1105) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1106) Line indented incorrectly; expected at least 8 spaces, found 5
(#1106) Variable "LabelStacked" must be all lower-case
(#1106) Spaces must be used for alignment; tabs are not allowed
(#1106) Tab found within whitespace
(#1106) Variable "Format" must be all lower-case
(#1106) Variable "Format" must be all lower-case
(#1106) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1107) Line indented incorrectly; expected at least 8 spaces, found 5
(#1107) Variable "LabelColor" must be all lower-case
(#1107) Spaces must be used for alignment; tabs are not allowed
(#1107) Tab found within whitespace
(#1107) Variable "Format" must be all lower-case
(#1107) Variable "Format" must be all lower-case
(#1108) Line indented incorrectly; expected at least 8 spaces, found 5
(#1108) Variable "LabelR" must be all lower-case
(#1108) Spaces must be used for alignment; tabs are not allowed
(#1108) Tab found within whitespace
(#1108) Variable "Format" must be all lower-case
(#1108) Variable "Format" must be all lower-case
(#1109) Line indented incorrectly; expected at least 8 spaces, found 5
(#1109) Variable "LabelG" must be all lower-case
(#1109) Spaces must be used for alignment; tabs are not allowed
(#1109) Tab found within whitespace
(#1109) Variable "Format" must be all lower-case
(#1109) Variable "Format" must be all lower-case
(#1110) Line indented incorrectly; expected at least 8 spaces, found 5
(#1110) Variable "LabelB" must be all lower-case
(#1110) Spaces must be used for alignment; tabs are not allowed
(#1110) Tab found within whitespace
(#1110) Variable "Format" must be all lower-case
(#1110) Variable "Format" must be all lower-case
(#1111) Line indented incorrectly; expected at least 8 spaces, found 5
(#1111) Variable "LabelAlpha" must be all lower-case
(#1111) Spaces must be used for alignment; tabs are not allowed
(#1111) Tab found within whitespace
(#1111) Variable "Format" must be all lower-case
(#1111) Variable "Format" must be all lower-case
(#1112) Line indented incorrectly; expected at least 8 spaces, found 5
(#1112) Variable "Cf" must be all lower-case
(#1112) Spaces must be used for alignment; tabs are not allowed
(#1112) Tab found within whitespace
(#1112) Variable "Format" must be all lower-case
(#1112) Variable "Format" must be all lower-case
(#1113) Line indented incorrectly; expected at least 8 spaces, found 5
(#1113) Variable "WriteValues" must be all lower-case
(#1113) Spaces must be used for alignment; tabs are not allowed
(#1113) Tab found within whitespace
(#1113) Variable "Format" must be all lower-case
(#1113) Variable "Format" must be all lower-case
(#1114) Line indented incorrectly; expected at least 8 spaces, found 5
(#1114) Variable "ValuePadding" must be all lower-case
(#1114) Spaces must be used for alignment; tabs are not allowed
(#1114) Tab found within whitespace
(#1114) Variable "Format" must be all lower-case
(#1114) Variable "Format" must be all lower-case
(#1114) Variable "SliceHeight" must be all lower-case
(#1115) Line indented incorrectly; expected at least 8 spaces, found 5
(#1115) Variable "ValuePosition" must be all lower-case
(#1115) Spaces must be used for alignment; tabs are not allowed
(#1115) Tab found within whitespace
(#1115) Variable "Format" must be all lower-case
(#1115) Variable "Format" must be all lower-case
(#1116) Line indented incorrectly; expected at least 8 spaces, found 5
(#1116) Variable "ValueSuffix" must be all lower-case
(#1116) Spaces must be used for alignment; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Variable "Format" must be all lower-case
(#1116) Variable "Format" must be all lower-case
(#1117) Line indented incorrectly; expected at least 8 spaces, found 5
(#1117) Variable "ValueR" must be all lower-case
(#1117) Spaces must be used for alignment; tabs are not allowed
(#1117) Tab found within whitespace
(#1117) Variable "Format" must be all lower-case
(#1117) Variable "Format" must be all lower-case
(#1118) Line indented incorrectly; expected at least 8 spaces, found 5
(#1118) Variable "ValueG" must be all lower-case
(#1118) Spaces must be used for alignment; tabs are not allowed
(#1118) Tab found within whitespace
(#1118) Variable "Format" must be all lower-case
(#1118) Variable "Format" must be all lower-case
(#1119) Line indented incorrectly; expected at least 8 spaces, found 5
(#1119) Variable "ValueB" must be all lower-case
(#1119) Spaces must be used for alignment; tabs are not allowed
(#1119) Tab found within whitespace
(#1119) Variable "Format" must be all lower-case
(#1119) Variable "Format" must be all lower-case
(#1120) Line indented incorrectly; expected at least 8 spaces, found 5
(#1120) Variable "ValueAlpha" must be all lower-case
(#1120) Spaces must be used for alignment; tabs are not allowed
(#1120) Tab found within whitespace
(#1120) Variable "Format" must be all lower-case
(#1120) Variable "Format" must be all lower-case
(#1121) Line indented incorrectly; expected at least 8 spaces, found 5
(#1121) Variable "RecordImageMap" must be all lower-case
(#1121) Spaces must be used for alignment; tabs are not allowed
(#1121) Tab found within whitespace
(#1121) Variable "Format" must be all lower-case
(#1121) Variable "Format" must be all lower-case
(#1121) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1123) Line indented incorrectly; expected at least 8 spaces, found 5
(#1124) Line indented incorrectly; expected 8 spaces, found 5
(#1124) Expected "if (...) {\n"; found "if (...) { "
(#1124) Variable "SkewFactor" must be all lower-case
(#1124) Variable "SkewFactor" must be all lower-case
(#1124) Closing brace must be on a line by itself
(#1126) Line indented incorrectly; expected at least 8 spaces, found 5
(#1127) Line indented incorrectly; expected at least 8 spaces, found 5
(#1127) Variable "Data" must be all lower-case
(#1128) Line indented incorrectly; expected at least 8 spaces, found 5
(#1128) Variable "Palette" must be all lower-case
(#1130) Line indented incorrectly; expected at least 8 spaces, found 5
(#1131) Line indented incorrectly; expected 8 spaces, found 5
(#1131) Expected "if (...) {\n"; found "if (...) { "
(#1131) Variable "Data" must be all lower-case
(#1131) Closing brace must be on a line by itself
(#1133) Line indented incorrectly; expected at least 8 spaces, found 5
(#1134) Line indented incorrectly; expected at least 8 spaces, found 5
(#1134) Variable "DataSerie" must be all lower-case
(#1135) Line indented incorrectly; expected 8 spaces, found 5
(#1135) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#1135) Variable "Data" must be all lower-case
(#1135) Variable "SerieName" must be all lower-case
(#1135) Variable "SerieData" must be all lower-case
(#1136) Line indented incorrectly; expected at least 8 spaces, found 6
(#1136) Expected "if (...) {\n"; found "if (...) { "
(#1136) Variable "SerieName" must be all lower-case
(#1136) Variable "Data" must be all lower-case
(#1136) Variable "DataSerie" must be all lower-case
(#1136) Variable "SerieName" must be all lower-case
(#1136) Closing brace must be on a line by itself
(#1136) Closing brace must be on a line by itself
(#1138) Line indented incorrectly; expected at least 8 spaces, found 5
(#1139) Line indented incorrectly; expected 8 spaces, found 5
(#1139) Expected "if (...) {\n"; found "if (...) { "
(#1139) Variable "DataSerie" must be all lower-case
(#1139) Closing brace must be on a line by itself
(#1141) Line indented incorrectly; expected at least 8 spaces, found 5
(#1142) Line indented incorrectly; expected at least 8 spaces, found 5
(#1142) Variable "Data" must be all lower-case
(#1142) Commas (,) must be followed by white space.
(#1142) Variable "Palette" must be all lower-case
(#1142) Variable "Data" must be all lower-case
(#1142) Commas (,) must be followed by white space.
(#1142) Variable "Palette" must be all lower-case
(#1142) Commas (,) must be followed by white space.
(#1142) Variable "DataSerie" must be all lower-case
(#1142) Commas (,) must be followed by white space.
(#1142) Variable "Data" must be all lower-case
(#1144) Line indented incorrectly; expected at least 8 spaces, found 5
(#1145) Line indented incorrectly; expected at least 8 spaces, found 5
(#1145) Variable "SerieSum" must be all lower-case
(#1145) Variable "DataSerie" must be all lower-case
(#1147) Line indented incorrectly; expected at least 8 spaces, found 5
(#1148) Line indented incorrectly; expected 8 spaces, found 5
(#1148) Expected "if (...) {\n"; found "if (...) { "
(#1148) Variable "SerieSum" must be all lower-case
(#1148) Closing brace must be on a line by itself
(#1150) Line indented incorrectly; expected at least 8 spaces, found 5
(#1151) Line indented incorrectly; expected at least 8 spaces, found 5
(#1151) Variable "Values" must be all lower-case
(#1152) Line indented incorrectly; expected 8 spaces, found 5
(#1152) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#1152) Variable "Data" must be all lower-case
(#1152) Variable "DataSerie" must be all lower-case
(#1152) Variable "Key" must be all lower-case
(#1152) Variable "Value" must be all lower-case
(#1153) Line indented incorrectly; expected at least 8 spaces, found 6
(#1153) Expected "if (...) {\n"; found "if (...) { "
(#1153) Variable "Value" must be all lower-case
(#1153) Variable "Values" must be all lower-case
(#1153) Variable "Value" must be all lower-case
(#1153) Closing brace must be on a line by itself
(#1153) Closing brace must be on a line by itself
(#1155) Line indented incorrectly; expected at least 8 spaces, found 5
(#1156) Line indented incorrectly; expected 8 spaces, found 5
(#1156) Expected "if (...) {\n"; found "if (...) { "
(#1156) Variable "Values" must be all lower-case
(#1156) Expected 1 space before "=="; 0 found
(#1156) Expected 1 space after "=="; 0 found
(#1156) Variable "WastedAngular" must be all lower-case
(#1156) Closing brace must be on a line by itself
(#1156) Expected "} else {\n"; found "} else { "
(#1156) Variable "WastedAngular" must be all lower-case
(#1156) Variable "Values" must be all lower-case
(#1156) Variable "DataGapAngle" must be all lower-case
(#1156) Closing brace must be on a line by itself
(#1158) Line indented incorrectly; expected at least 8 spaces, found 5
(#1159) Line indented incorrectly; expected at least 8 spaces, found 5
(#1159) Variable "ScaleFactor" must be all lower-case
(#1159) Variable "WastedAngular" must be all lower-case
(#1159) Variable "SerieSum" must be all lower-case
(#1161) Line indented incorrectly; expected at least 8 spaces, found 5
(#1161) Variable "RestoreShadow" must be all lower-case
(#1162) Line indented incorrectly; expected 8 spaces, found 5
(#1162) Expected "if (...) {\n"; found "if (...) { "
(#1162) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1162) Closing brace must be on a line by itself
(#1164) Line indented incorrectly; expected at least 8 spaces, found 5
(#1165) Line indented incorrectly; expected at least 8 spaces, found 5
(#1165) Variable "Offset" must be all lower-case
(#1165) Variable "ID" must be all lower-case
(#1165) Variable "Values" must be all lower-case
(#1165) Expected 1 space before "-"; 0 found
(#1165) Expected 1 space after "-"; 0 found
(#1166) Line indented incorrectly; expected at least 8 spaces, found 5
(#1166) Variable "Values" must be all lower-case
(#1166) Variable "Values" must be all lower-case
(#1167) Line indented incorrectly; expected at least 8 spaces, found 5
(#1167) Variable "Slice" must be all lower-case
(#1167) Variable "Slices" must be all lower-case
(#1167) Variable "SliceColors" must be all lower-case
(#1167) Variable "Visible" must be all lower-case
(#1167) Variable "SliceAngle" must be all lower-case
(#1168) Line indented incorrectly; expected 8 spaces, found 5
(#1168) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1168) Variable "Values" must be all lower-case
(#1168) Variable "Key" must be all lower-case
(#1168) Variable "Value" must be all lower-case
(#1169) Line indented incorrectly; expected at least 8 spaces, found 6
(#1170) Line indented incorrectly; expected 12 spaces, found 7
(#1170) Expected "if (...) {\n"; found "if (...) { "
(#1170) Variable "Palette" must be all lower-case
(#1170) Variable "ID" must be all lower-case
(#1170) Variable "Color" must be all lower-case
(#1170) Variable "Palette" must be all lower-case
(#1170) Variable "ID" must be all lower-case
(#1170) Variable "Color" must be all lower-case
(#1170) Variable "ID" must be all lower-case
(#1170) Commas (,) must be followed by white space.
(#1170) Variable "Color" must be all lower-case
(#1170) Line exceeds 132 characters; contains 161 characters
(#1170) Closing brace must be on a line by itself
(#1171) Line indented incorrectly; expected at least 12 spaces, found 7
(#1171) Variable "Settings" must be all lower-case
(#1171) Expected 1 space before "=>"; 0 found
(#1171) Expected 1 space after "=>"; 0 found
(#1171) Variable "Palette" must be all lower-case
(#1171) Variable "ID" must be all lower-case
(#1171) Commas (,) must be followed by white space.
(#1171) Expected 1 space before "=>"; 0 found
(#1171) Expected 1 space after "=>"; 0 found
(#1171) Variable "Palette" must be all lower-case
(#1171) Variable "ID" must be all lower-case
(#1171) Commas (,) must be followed by white space.
(#1171) Expected 1 space before "=>"; 0 found
(#1171) Expected 1 space after "=>"; 0 found
(#1171) Variable "Palette" must be all lower-case
(#1171) Variable "ID" must be all lower-case
(#1171) Commas (,) must be followed by white space.
(#1171) Expected 1 space before "=>"; 0 found
(#1171) Expected 1 space after "=>"; 0 found
(#1171) Variable "Palette" must be all lower-case
(#1171) Variable "ID" must be all lower-case
(#1173) Line indented incorrectly; expected at least 12 spaces, found 7
(#1173) Variable "SliceColors" must be all lower-case
(#1173) Variable "Slice" must be all lower-case
(#1173) Variable "Settings" must be all lower-case
(#1175) Line indented incorrectly; expected at least 12 spaces, found 7
(#1175) Variable "StartAngle" must be all lower-case
(#1175) Variable "Offset" must be all lower-case
(#1176) Line indented incorrectly; expected at least 12 spaces, found 7
(#1176) Variable "EndAngle" must be all lower-case
(#1176) Variable "Offset" must be all lower-case
(#1176) Expected 1 space before "-"; 0 found
(#1176) Expected 1 space after "-"; 0 found
(#1176) Variable "Value" must be all lower-case
(#1176) Expected 1 space before "*"; 0 found
(#1176) Expected 1 space after "*"; 0 found
(#1176) Variable "ScaleFactor" must be all lower-case
(#1176) Expected "if (...) {\n"; found "if (...) { "
(#1176) Variable "EndAngle" must be all lower-case
(#1176) Variable "EndAngle" must be all lower-case
(#1176) Closing brace must be on a line by itself
(#1178) Line indented incorrectly; expected 12 spaces, found 7
(#1178) Expected "if (...) {\n"; found "if (...) { "
(#1178) Variable "StartAngle" must be all lower-case
(#1178) Variable "Visible" must be all lower-case
(#1178) Variable "Slice" must be all lower-case
(#1178) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1178) Closing brace must be on a line by itself
(#1178) Expected "} else {\n"; found "} else { "
(#1178) Variable "Visible" must be all lower-case
(#1178) Variable "Slice" must be all lower-case
(#1178) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1178) Closing brace must be on a line by itself
(#1179) Line indented incorrectly; expected 12 spaces, found 7
(#1179) Expected "if (...) {\n"; found "if (...) { "
(#1179) Variable "EndAngle" must be all lower-case
(#1179) Variable "Visible" must be all lower-case
(#1179) Variable "Slice" must be all lower-case
(#1179) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1179) Closing brace must be on a line by itself
(#1179) Expected "} else {\n"; found "} else { "
(#1179) Variable "Visible" must be all lower-case
(#1179) Variable "Slice" must be all lower-case
(#1179) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1179) Closing brace must be on a line by itself
(#1181) Line indented incorrectly; expected at least 12 spaces, found 7
(#1181) Variable "Step" must be all lower-case
(#1181) Variable "OuterRadius" must be all lower-case
(#1181) Expected 1 space before "/"; 0 found
(#1181) Expected 1 space after "/"; 0 found
(#1182) Line indented incorrectly; expected at least 12 spaces, found 7
(#1182) Variable "OutX1" must be all lower-case
(#1182) Variable "OutY1" must be all lower-case
(#1183) Line indented incorrectly; expected 12 spaces, found 7
(#1183) Expected "for (...) {\n"; found "for(...)\n {\n"
(#1183) Expected 1 space after first semicolon of FOR loop; 0 found
(#1183) Expected 1 space after second semicolon of FOR loop; 0 found
(#1183) Expected 1 space before "="; 0 found
(#1183) Expected 1 space after "="; 0 found
(#1183) Variable "Offset" must be all lower-case
(#1183) Expected 1 space before ">="; 0 found
(#1183) Expected 1 space after ">="; 0 found
(#1183) Variable "EndAngle" must be all lower-case
(#1183) Expected 1 space before "="; 0 found
(#1183) Expected 1 space after "="; 0 found
(#1183) Expected 1 space before "-"; 0 found
(#1183) Expected 1 space after "-"; 0 found
(#1183) Variable "Step" must be all lower-case
(#1184) Line indented incorrectly; expected at least 12 spaces, found 8
(#1185) Line indented incorrectly; expected at least 16 spaces, found 9
(#1185) Variable "Xc" must be all lower-case
(#1185) Expected 1 space before "-"; 0 found
(#1185) Expected 1 space after "-"; 0 found
(#1185) Expected 1 space before "*"; 0 found
(#1185) Expected 1 space after "*"; 0 found
(#1185) Expected 1 space before "/"; 0 found
(#1185) Expected 1 space after "/"; 0 found
(#1185) Variable "OuterRadius" must be all lower-case
(#1185) Expected 1 space before "+"; 0 found
(#1185) Expected 1 space after "+"; 0 found
(#1185) Variable "DataGapRadius" must be all lower-case
(#1185) Expected 1 space before "-"; 0 found
(#1185) Expected 1 space after "-"; 0 found
(#1185) Variable "X" must be all lower-case
(#1186) Line indented incorrectly; expected at least 16 spaces, found 9
(#1186) Variable "Yc" must be all lower-case
(#1186) Expected 1 space before "-"; 0 found
(#1186) Expected 1 space after "-"; 0 found
(#1186) Expected 1 space before "*"; 0 found
(#1186) Expected 1 space after "*"; 0 found
(#1186) Expected 1 space before "/"; 0 found
(#1186) Expected 1 space after "/"; 0 found
(#1186) Variable "OuterRadius" must be all lower-case
(#1186) Expected 1 space before "+"; 0 found
(#1186) Expected 1 space after "+"; 0 found
(#1186) Variable "DataGapRadius" must be all lower-case
(#1186) Expected 1 space before "-"; 0 found
(#1186) Expected 1 space after "-"; 0 found
(#1186) Expected 1 space before "*"; 0 found
(#1186) Expected 1 space after "*"; 0 found
(#1186) Variable "SkewFactor" must be all lower-case
(#1186) Variable "Y" must be all lower-case
(#1187) Line indented incorrectly; expected at least 16 spaces, found 9
(#1187) Variable "Slices" must be all lower-case
(#1187) Variable "Slice" must be all lower-case
(#1187) Variable "Xc" must be all lower-case
(#1187) Commas (,) must be followed by white space.
(#1187) Variable "Yc" must be all lower-case
(#1189) Line indented incorrectly; expected at least 16 spaces, found 9
(#1189) Variable "Xc" must be all lower-case
(#1189) Expected 1 space before "-"; 0 found
(#1189) Expected 1 space after "-"; 0 found
(#1189) Expected 1 space before "*"; 0 found
(#1189) Expected 1 space after "*"; 0 found
(#1189) Expected 1 space before "/"; 0 found
(#1189) Expected 1 space after "/"; 0 found
(#1189) Variable "OuterRadius" must be all lower-case
(#1189) Expected 1 space before "+"; 0 found
(#1189) Expected 1 space after "+"; 0 found
(#1189) Variable "DataGapRadius" must be all lower-case
(#1189) Expected 1 space before "-"; 0 found
(#1189) Expected 1 space after "-"; 0 found
(#1189) Variable "X" must be all lower-case
(#1190) Line indented incorrectly; expected at least 16 spaces, found 9
(#1190) Variable "Yc" must be all lower-case
(#1190) Expected 1 space before "-"; 0 found
(#1190) Expected 1 space after "-"; 0 found
(#1190) Expected 1 space before "*"; 0 found
(#1190) Expected 1 space after "*"; 0 found
(#1190) Expected 1 space before "/"; 0 found
(#1190) Expected 1 space after "/"; 0 found
(#1190) Variable "OuterRadius" must be all lower-case
(#1190) Expected 1 space before "+"; 0 found
(#1190) Expected 1 space after "+"; 0 found
(#1190) Variable "DataGapRadius" must be all lower-case
(#1190) Expected 1 space before "-"; 0 found
(#1190) Expected 1 space after "-"; 0 found
(#1190) Expected 1 space before "*"; 0 found
(#1190) Expected 1 space after "*"; 0 found
(#1190) Variable "SkewFactor" must be all lower-case
(#1190) Variable "Y" must be all lower-case
(#1191) Line indented incorrectly; expected at least 16 spaces, found 9
(#1191) Variable "Slices" must be all lower-case
(#1191) Variable "Slice" must be all lower-case
(#1191) Variable "Xc" must be all lower-case
(#1191) Commas (,) must be followed by white space.
(#1191) Variable "Yc" must be all lower-case
(#1193) Line indented incorrectly; expected at least 16 spaces, found 9
(#1193) Variable "Xc" must be all lower-case
(#1193) Expected 1 space before "-"; 0 found
(#1193) Expected 1 space after "-"; 0 found
(#1193) Expected 1 space before "*"; 0 found
(#1193) Expected 1 space after "*"; 0 found
(#1193) Expected 1 space before "/"; 0 found
(#1193) Expected 1 space after "/"; 0 found
(#1193) Variable "OuterRadius" must be all lower-case
(#1193) Expected 1 space before "+"; 0 found
(#1193) Expected 1 space after "+"; 0 found
(#1193) Variable "DataGapRadius" must be all lower-case
(#1193) Variable "X" must be all lower-case
(#1194) Line indented incorrectly; expected at least 16 spaces, found 9
(#1194) Variable "Yc" must be all lower-case
(#1194) Expected 1 space before "-"; 0 found
(#1194) Expected 1 space after "-"; 0 found
(#1194) Expected 1 space before "*"; 0 found
(#1194) Expected 1 space after "*"; 0 found
(#1194) Expected 1 space before "/"; 0 found
(#1194) Expected 1 space after "/"; 0 found
(#1194) Variable "OuterRadius" must be all lower-case
(#1194) Expected 1 space before "+"; 0 found
(#1194) Expected 1 space after "+"; 0 found
(#1194) Variable "DataGapRadius" must be all lower-case
(#1194) Expected 1 space before "*"; 0 found
(#1194) Expected 1 space after "*"; 0 found
(#1194) Variable "SkewFactor" must be all lower-case
(#1194) Variable "Y" must be all lower-case
(#1195) Line indented incorrectly; expected at least 16 spaces, found 9
(#1195) Variable "Xc" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Variable "Yc" must be all lower-case
(#1195) Commas (,) must be followed by white space.
(#1195) Variable "Settings" must be all lower-case
(#1197) Line indented incorrectly; expected 16 spaces, found 9
(#1197) Expected "if (...) {\n"; found "if (...) { "
(#1197) Variable "OutX1" must be all lower-case
(#1197) Variable "OutX1" must be all lower-case
(#1197) Variable "Xc" must be all lower-case
(#1197) Variable "OutY1" must be all lower-case
(#1197) Variable "Yc" must be all lower-case
(#1197) Closing brace must be on a line by itself
(#1199) Line indented incorrectly; expected 16 spaces, found 9
(#1199) Expected "if (...) {\n"; found "if (...) { "
(#1199) Expected 1 space before "<"; 0 found
(#1199) Expected 1 space after "<"; 0 found
(#1199) Variable "Yc" must be all lower-case
(#1199) Closing brace must be on a line by itself
(#1200) Line indented incorrectly; expected 16 spaces, found 9
(#1200) Expected "if (...) {\n"; found "if (...) { "
(#1200) Expected 1 space before ">"; 0 found
(#1200) Expected 1 space after ">"; 0 found
(#1200) Expected 1 space before "<"; 0 found
(#1200) Expected 1 space after "<"; 0 found
(#1200) Variable "Xc" must be all lower-case
(#1200) Closing brace must be on a line by itself
(#1201) Line indented incorrectly; expected 16 spaces, found 9
(#1201) Expected "if (...) {\n"; found "if (...) { "
(#1201) Expected 1 space before ">"; 0 found
(#1201) Expected 1 space after ">"; 0 found
(#1201) Expected 1 space before "<"; 0 found
(#1201) Expected 1 space after "<"; 0 found
(#1201) Variable "Xc" must be all lower-case
(#1201) Closing brace must be on a line by itself
(#1202) Line indented incorrectly; expected 16 spaces, found 9
(#1202) Expected "if (...) {\n"; found "if (...) { "
(#1202) Expected 1 space before ">="; 0 found
(#1202) Expected 1 space after ">="; 0 found
(#1202) Variable "Xc" must be all lower-case
(#1202) Variable "Yc" must be all lower-case
(#1202) Closing brace must be on a line by itself
(#1204) Line indented incorrectly; expected at least 16 spaces, found 9
(#1204) Variable "Slices" must be all lower-case
(#1204) Variable "Slice" must be all lower-case
(#1204) Variable "Xc" must be all lower-case
(#1204) Variable "Slices" must be all lower-case
(#1204) Variable "Slice" must be all lower-case
(#1204) Variable "Yc" must be all lower-case
(#1205) Line indented incorrectly; expected at least 16 spaces, found 9
(#1205) Variable "Slices" must be all lower-case
(#1205) Variable "Slice" must be all lower-case
(#1205) Variable "Xc" must be all lower-case
(#1205) Variable "Slices" must be all lower-case
(#1205) Variable "Slice" must be all lower-case
(#1205) Variable "Yc" must be all lower-case
(#1205) Expected 1 space before "-"; 0 found
(#1205) Expected 1 space after "-"; 0 found
(#1205) Variable "SliceHeight" must be all lower-case
(#1206) Line indented incorrectly; expected at least 16 spaces, found 9
(#1206) Variable "Slices" must be all lower-case
(#1206) Variable "Slice" must be all lower-case
(#1207) Line indented incorrectly; expected 12 spaces, found 8
(#1207) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1208) Line indented incorrectly; expected at least 12 spaces, found 7
(#1208) Variable "OutX2" must be all lower-case
(#1208) Variable "Xc" must be all lower-case
(#1208) Variable "OutY2" must be all lower-case
(#1208) Variable "Yc" must be all lower-case
(#1210) Line indented incorrectly; expected at least 12 spaces, found 7
(#1210) Variable "Slices" must be all lower-case
(#1210) Variable "Slice" must be all lower-case
(#1211) Line indented incorrectly; expected at least 12 spaces, found 7
(#1211) Variable "Lasti" must be all lower-case
(#1213) Line indented incorrectly; expected at least 12 spaces, found 7
(#1213) Variable "Step" must be all lower-case
(#1213) Variable "InnerRadius" must be all lower-case
(#1213) Expected 1 space before "/"; 0 found
(#1213) Expected 1 space after "/"; 0 found
(#1214) Line indented incorrectly; expected at least 12 spaces, found 7
(#1214) Variable "InX1" must be all lower-case
(#1214) Variable "InY1" must be all lower-case
(#1215) Line indented incorrectly; expected 12 spaces, found 7
(#1215) Expected "for (...) {\n"; found "for(...)\n {\n"
(#1215) Expected 1 space after first semicolon of FOR loop; 0 found
(#1215) Expected 1 space after second semicolon of FOR loop; 0 found
(#1215) Expected 1 space before "="; 0 found
(#1215) Expected 1 space after "="; 0 found
(#1215) Variable "EndAngle" must be all lower-case
(#1215) Expected 1 space before "<="; 0 found
(#1215) Expected 1 space after "<="; 0 found
(#1215) Variable "Offset" must be all lower-case
(#1215) Expected 1 space before "="; 0 found
(#1215) Expected 1 space after "="; 0 found
(#1215) Expected 1 space before "+"; 0 found
(#1215) Expected 1 space after "+"; 0 found
(#1215) Variable "Step" must be all lower-case
(#1216) Line indented incorrectly; expected at least 12 spaces, found 8
(#1217) Line indented incorrectly; expected at least 16 spaces, found 9
(#1217) Variable "Xc" must be all lower-case
(#1217) Expected 1 space before "-"; 0 found
(#1217) Expected 1 space after "-"; 0 found
(#1217) Expected 1 space before "*"; 0 found
(#1217) Expected 1 space after "*"; 0 found
(#1217) Expected 1 space before "/"; 0 found
(#1217) Expected 1 space after "/"; 0 found
(#1217) Variable "InnerRadius" must be all lower-case
(#1217) Expected 1 space before "+"; 0 found
(#1217) Expected 1 space after "+"; 0 found
(#1217) Variable "DataGapRadius" must be all lower-case
(#1217) Expected 1 space before "-"; 0 found
(#1217) Expected 1 space after "-"; 0 found
(#1217) Variable "X" must be all lower-case
(#1218) Line indented incorrectly; expected at least 16 spaces, found 9
(#1218) Variable "Yc" must be all lower-case
(#1218) Expected 1 space before "-"; 0 found
(#1218) Expected 1 space after "-"; 0 found
(#1218) Expected 1 space before "*"; 0 found
(#1218) Expected 1 space after "*"; 0 found
(#1218) Expected 1 space before "/"; 0 found
(#1218) Expected 1 space after "/"; 0 found
(#1218) Variable "InnerRadius" must be all lower-case
(#1218) Expected 1 space before "+"; 0 found
(#1218) Expected 1 space after "+"; 0 found
(#1218) Variable "DataGapRadius" must be all lower-case
(#1218) Expected 1 space before "-"; 0 found
(#1218) Expected 1 space after "-"; 0 found
(#1218) Expected 1 space before "*"; 0 found
(#1218) Expected 1 space after "*"; 0 found
(#1218) Variable "SkewFactor" must be all lower-case
(#1218) Variable "Y" must be all lower-case
(#1219) Line indented incorrectly; expected at least 16 spaces, found 9
(#1219) Variable "Slices" must be all lower-case
(#1219) Variable "Slice" must be all lower-case
(#1219) Variable "Xc" must be all lower-case
(#1219) Commas (,) must be followed by white space.
(#1219) Variable "Yc" must be all lower-case
(#1221) Line indented incorrectly; expected at least 16 spaces, found 9
(#1221) Variable "Xc" must be all lower-case
(#1221) Expected 1 space before "-"; 0 found
(#1221) Expected 1 space after "-"; 0 found
(#1221) Expected 1 space before "*"; 0 found
(#1221) Expected 1 space after "*"; 0 found
(#1221) Expected 1 space before "/"; 0 found
(#1221) Expected 1 space after "/"; 0 found
(#1221) Variable "InnerRadius" must be all lower-case
(#1221) Expected 1 space before "+"; 0 found
(#1221) Expected 1 space after "+"; 0 found
(#1221) Variable "DataGapRadius" must be all lower-case
(#1221) Variable "X" must be all lower-case
(#1222) Line indented incorrectly; expected at least 16 spaces, found 9
(#1222) Variable "Yc" must be all lower-case
(#1222) Expected 1 space before "-"; 0 found
(#1222) Expected 1 space after "-"; 0 found
(#1222) Expected 1 space before "*"; 0 found
(#1222) Expected 1 space after "*"; 0 found
(#1222) Expected 1 space before "/"; 0 found
(#1222) Expected 1 space after "/"; 0 found
(#1222) Variable "InnerRadius" must be all lower-case
(#1222) Expected 1 space before "+"; 0 found
(#1222) Expected 1 space after "+"; 0 found
(#1222) Variable "DataGapRadius" must be all lower-case
(#1222) Expected 1 space before "*"; 0 found
(#1222) Expected 1 space after "*"; 0 found
(#1222) Variable "SkewFactor" must be all lower-case
(#1222) Variable "Y" must be all lower-case
(#1223) Line indented incorrectly; expected at least 16 spaces, found 9
(#1223) Variable "Slices" must be all lower-case
(#1223) Variable "Slice" must be all lower-case
(#1223) Variable "Xc" must be all lower-case
(#1223) Commas (,) must be followed by white space.
(#1223) Variable "Yc" must be all lower-case
(#1225) Line indented incorrectly; expected 16 spaces, found 9
(#1225) Expected "if (...) {\n"; found "if (...) { "
(#1225) Variable "InX1" must be all lower-case
(#1225) Variable "InX1" must be all lower-case
(#1225) Variable "Xc" must be all lower-case
(#1225) Variable "InY1" must be all lower-case
(#1225) Variable "Yc" must be all lower-case
(#1225) Closing brace must be on a line by itself
(#1227) Line indented incorrectly; expected 16 spaces, found 9
(#1227) Expected "if (...) {\n"; found "if (...) { "
(#1227) Expected 1 space before "<"; 0 found
(#1227) Expected 1 space after "<"; 0 found
(#1227) Variable "Yc" must be all lower-case
(#1227) Closing brace must be on a line by itself
(#1228) Line indented incorrectly; expected 16 spaces, found 9
(#1228) Expected "if (...) {\n"; found "if (...) { "
(#1228) Expected 1 space before ">"; 0 found
(#1228) Expected 1 space after ">"; 0 found
(#1228) Expected 1 space before "<"; 0 found
(#1228) Expected 1 space after "<"; 0 found
(#1228) Variable "Xc" must be all lower-case
(#1228) Closing brace must be on a line by itself
(#1229) Line indented incorrectly; expected 16 spaces, found 9
(#1229) Expected "if (...) {\n"; found "if (...) { "
(#1229) Expected 1 space before ">"; 0 found
(#1229) Expected 1 space after ">"; 0 found
(#1229) Expected 1 space before "<"; 0 found
(#1229) Expected 1 space after "<"; 0 found
(#1229) Variable "Xc" must be all lower-case
(#1229) Closing brace must be on a line by itself
(#1230) Line indented incorrectly; expected 16 spaces, found 9
(#1230) Expected "if (...) {\n"; found "if (...) { "
(#1230) Expected 1 space before ">="; 0 found
(#1230) Expected 1 space after ">="; 0 found
(#1230) Variable "Xc" must be all lower-case
(#1230) Variable "Yc" must be all lower-case
(#1230) Closing brace must be on a line by itself
(#1232) Line indented incorrectly; expected at least 16 spaces, found 9
(#1232) Variable "Slices" must be all lower-case
(#1232) Variable "Slice" must be all lower-case
(#1232) Variable "Xc" must be all lower-case
(#1232) Variable "Slices" must be all lower-case
(#1232) Variable "Slice" must be all lower-case
(#1232) Variable "Yc" must be all lower-case
(#1233) Line indented incorrectly; expected at least 16 spaces, found 9
(#1233) Variable "Slices" must be all lower-case
(#1233) Variable "Slice" must be all lower-case
(#1233) Variable "Xc" must be all lower-case
(#1233) Variable "Slices" must be all lower-case
(#1233) Variable "Slice" must be all lower-case
(#1233) Variable "Yc" must be all lower-case
(#1233) Expected 1 space before "-"; 0 found
(#1233) Expected 1 space after "-"; 0 found
(#1233) Variable "SliceHeight" must be all lower-case
(#1234) Line indented incorrectly; expected at least 16 spaces, found 9
(#1234) Variable "Slices" must be all lower-case
(#1234) Variable "Slice" must be all lower-case
(#1235) Line indented incorrectly; expected 12 spaces, found 8
(#1235) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1236) Line indented incorrectly; expected at least 12 spaces, found 7
(#1236) Variable "InX2" must be all lower-case
(#1236) Variable "Xc" must be all lower-case
(#1236) Variable "InY2" must be all lower-case
(#1236) Variable "Yc" must be all lower-case
(#1238) Line indented incorrectly; expected at least 12 spaces, found 7
(#1238) Variable "Slices" must be all lower-case
(#1238) Variable "Slice" must be all lower-case
(#1238) Variable "InX1" must be all lower-case
(#1238) Variable "Slices" must be all lower-case
(#1238) Variable "Slice" must be all lower-case
(#1238) Variable "InY1" must be all lower-case
(#1239) Line indented incorrectly; expected at least 12 spaces, found 7
(#1239) Variable "Slices" must be all lower-case
(#1239) Variable "Slice" must be all lower-case
(#1239) Variable "InX2" must be all lower-case
(#1239) Variable "Slices" must be all lower-case
(#1239) Variable "Slice" must be all lower-case
(#1239) Variable "InY2" must be all lower-case
(#1240) Line indented incorrectly; expected at least 12 spaces, found 7
(#1240) Variable "Slices" must be all lower-case
(#1240) Variable "Slice" must be all lower-case
(#1240) Variable "OutX1" must be all lower-case
(#1240) Variable "Slices" must be all lower-case
(#1240) Variable "Slice" must be all lower-case
(#1240) Variable "OutY1" must be all lower-case
(#1241) Line indented incorrectly; expected at least 12 spaces, found 7
(#1241) Variable "Slices" must be all lower-case
(#1241) Variable "Slice" must be all lower-case
(#1241) Variable "OutX2" must be all lower-case
(#1241) Variable "Slices" must be all lower-case
(#1241) Variable "Slice" must be all lower-case
(#1241) Variable "OutY2" must be all lower-case
(#1243) Line indented incorrectly; expected at least 12 spaces, found 7
(#1243) Variable "Offset" must be all lower-case
(#1243) Variable "Lasti" must be all lower-case
(#1243) Variable "DataGapAngle" must be all lower-case
(#1243) Variable "ID" must be all lower-case
(#1243) Variable "Slice" must be all lower-case
(#1244) Line indented incorrectly; expected 8 spaces, found 6
(#1244) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1246) Line indented incorrectly; expected at least 8 spaces, found 5
(#1247) Line indented incorrectly; expected 8 spaces, found 5
(#1247) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1247) Variable "Slices" must be all lower-case
(#1247) Variable "SliceID" must be all lower-case
(#1247) Variable "Plots" must be all lower-case
(#1248) Line indented incorrectly; expected at least 8 spaces, found 6
(#1249) Line indented incorrectly; expected at least 12 spaces, found 7
(#1249) Variable "Settings" must be all lower-case
(#1249) Variable "SliceColors" must be all lower-case
(#1249) Variable "SliceID" must be all lower-case
(#1249) Variable "Settings" must be all lower-case
(#1249) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1250) Line indented incorrectly; expected at least 12 spaces, found 7
(#1250) Variable "Plots" must be all lower-case
(#1250) Commas (,) must be followed by white space.
(#1250) Variable "Settings" must be all lower-case
(#1252) Line indented incorrectly; expected at least 12 spaces, found 7
(#1252) Inline control structures are not allowed
(#1252) Variable "Plots" must be all lower-case
(#1252) Variable "Key" must be all lower-case
(#1252) Variable "Pos" must be all lower-case
(#1253) Line indented incorrectly; expected at least 12 spaces, found 8
(#1253) Variable "Pos" must be all lower-case
(#1253) Commas (,) must be followed by white space.
(#1253) Variable "Pos" must be all lower-case
(#1253) Commas (,) must be followed by white space.
(#1253) Variable "Settings" must be all lower-case
(#1255) Line indented incorrectly; expected at least 12 spaces, found 7
(#1255) Variable "Plots" must be all lower-case
(#1255) Commas (,) must be followed by white space.
(#1255) Variable "Plots" must be all lower-case
(#1255) Commas (,) must be followed by white space.
(#1255) Variable "Plots" must be all lower-case
(#1255) Commas (,) must be followed by white space.
(#1255) Variable "Plots" must be all lower-case
(#1255) Commas (,) must be followed by white space.
(#1255) Variable "Settings" must be all lower-case
(#1256) Line indented incorrectly; expected at least 12 spaces, found 7
(#1256) Variable "Plots" must be all lower-case
(#1256) Commas (,) must be followed by white space.
(#1256) Variable "Plots" must be all lower-case
(#1256) Commas (,) must be followed by white space.
(#1256) Variable "Plots" must be all lower-case
(#1256) Commas (,) must be followed by white space.
(#1256) Variable "Plots" must be all lower-case
(#1256) Commas (,) must be followed by white space.
(#1256) Variable "Settings" must be all lower-case
(#1257) Line indented incorrectly; expected 8 spaces, found 6
(#1257) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1259) Line indented incorrectly; expected at least 8 spaces, found 5
(#1259) Variable "Slices" must be all lower-case
(#1259) Variable "Slices" must be all lower-case
(#1260) Line indented incorrectly; expected at least 8 spaces, found 5
(#1260) Variable "SliceColors" must be all lower-case
(#1260) Variable "SliceColors" must be all lower-case
(#1262) Line indented incorrectly; expected at least 8 spaces, found 5
(#1263) Line indented incorrectly; expected 8 spaces, found 5
(#1263) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1263) Variable "Slices" must be all lower-case
(#1263) Variable "SliceID" must be all lower-case
(#1263) Variable "Plots" must be all lower-case
(#1264) Line indented incorrectly; expected at least 8 spaces, found 6
(#1265) Line indented incorrectly; expected at least 12 spaces, found 7
(#1265) Variable "Settings" must be all lower-case
(#1265) Variable "SliceColors" must be all lower-case
(#1265) Variable "SliceID" must be all lower-case
(#1265) Variable "Settings" must be all lower-case
(#1265) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1266) Line indented incorrectly; expected at least 12 spaces, found 7
(#1266) Variable "Settings" must be all lower-case
(#1266) Variable "Settings" must be all lower-case
(#1266) Expected 1 space before "+"; 0 found
(#1266) Expected 1 space after "+"; 0 found
(#1266) Variable "Cf" must be all lower-case
(#1266) Variable "Settings" must be all lower-case
(#1266) Variable "Settings" must be all lower-case
(#1266) Expected 1 space before "+"; 0 found
(#1266) Expected 1 space after "+"; 0 found
(#1266) Variable "Cf" must be all lower-case
(#1266) Variable "Settings" must be all lower-case
(#1266) Variable "Settings" must be all lower-case
(#1266) Expected 1 space before "+"; 0 found
(#1266) Expected 1 space after "+"; 0 found
(#1266) Variable "Cf" must be all lower-case
(#1268) Line indented incorrectly; expected at least 12 spaces, found 7
(#1268) Variable "StartAngle" must be all lower-case
(#1268) Variable "Plots" must be all lower-case
(#1269) Line indented incorrectly; expected 12 spaces, found 7
(#1269) Expected "foreach (...) {\n"; found "foreach(...) { "
(#1269) Expected 1 space after "=>"; 0 found
(#1269) Variable "Plots" must be all lower-case
(#1269) Variable "Key" must be all lower-case
(#1269) Expected 1 space after "=>"; 0 found
(#1269) Variable "Angle" must be all lower-case
(#1269) Expected "if (...) {\n"; found "if (...) { "
(#1269) Variable "Angle" must be all lower-case
(#1269) Variable "EndAngle" must be all lower-case
(#1269) Variable "Plots" must be all lower-case
(#1269) Variable "Key" must be all lower-case
(#1269) Expected 1 space before "-"; 0 found
(#1269) Expected 1 space after "-"; 0 found
(#1269) Closing brace must be on a line by itself
(#1269) Closing brace must be on a line by itself
(#1271) Line indented incorrectly; expected at least 12 spaces, found 7
(#1271) Inline control structures are not allowed
(#1271) Variable "StartAngle" must be all lower-case
(#1271) Variable "StartAngle" must be all lower-case
(#1272) Line indented incorrectly; expected at least 12 spaces, found 8
(#1272) Variable "Plots" must be all lower-case
(#1272) Commas (,) must be followed by white space.
(#1272) Variable "Plots" must be all lower-case
(#1272) Commas (,) must be followed by white space.
(#1272) Variable "Plots" must be all lower-case
(#1272) Commas (,) must be followed by white space.
(#1272) Variable "Plots" must be all lower-case
(#1272) Expected 1 space before "-"; 0 found
(#1272) Expected 1 space after "-"; 0 found
(#1272) Variable "SliceHeight" must be all lower-case
(#1272) Commas (,) must be followed by white space.
(#1272) Variable "Settings" must be all lower-case
(#1273) Line indented incorrectly; expected at least 12 spaces, found 7
(#1273) Inline control structures are not allowed
(#1273) Variable "StartAngle" must be all lower-case
(#1273) Variable "StartAngle" must be all lower-case
(#1274) Line indented incorrectly; expected at least 12 spaces, found 8
(#1274) Variable "Plots" must be all lower-case
(#1274) Commas (,) must be followed by white space.
(#1274) Variable "Plots" must be all lower-case
(#1274) Commas (,) must be followed by white space.
(#1274) Variable "Plots" must be all lower-case
(#1274) Commas (,) must be followed by white space.
(#1274) Variable "Plots" must be all lower-case
(#1274) Expected 1 space before "-"; 0 found
(#1274) Expected 1 space after "-"; 0 found
(#1274) Variable "SliceHeight" must be all lower-case
(#1274) Commas (,) must be followed by white space.
(#1274) Variable "Settings" must be all lower-case
(#1276) Line indented incorrectly; expected at least 12 spaces, found 8
(#1276) Variable "Plots" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Plots" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Plots" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Plots" must be all lower-case
(#1276) Expected 1 space before "-"; 0 found
(#1276) Expected 1 space after "-"; 0 found
(#1276) Variable "SliceHeight" must be all lower-case
(#1276) Commas (,) must be followed by white space.
(#1276) Variable "Settings" must be all lower-case
(#1277) Line indented incorrectly; expected at least 12 spaces, found 8
(#1277) Variable "Plots" must be all lower-case
(#1277) Commas (,) must be followed by white space.
(#1277) Variable "Plots" must be all lower-case
(#1277) Commas (,) must be followed by white space.
(#1277) Variable "Plots" must be all lower-case
(#1277) Commas (,) must be followed by white space.
(#1277) Variable "Plots" must be all lower-case
(#1277) Expected 1 space before "-"; 0 found
(#1277) Expected 1 space after "-"; 0 found
(#1277) Variable "SliceHeight" must be all lower-case
(#1277) Commas (,) must be followed by white space.
(#1277) Variable "Settings" must be all lower-case
(#1278) Line indented incorrectly; expected 8 spaces, found 6
(#1278) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1280) Line indented incorrectly; expected at least 8 spaces, found 5
(#1281) Line indented incorrectly; expected 8 spaces, found 5
(#1281) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1281) Variable "Slices" must be all lower-case
(#1281) Variable "SliceID" must be all lower-case
(#1281) Variable "Plots" must be all lower-case
(#1282) Line indented incorrectly; expected at least 8 spaces, found 6
(#1283) Line indented incorrectly; expected at least 12 spaces, found 7
(#1283) Variable "Settings" must be all lower-case
(#1283) Variable "SliceColors" must be all lower-case
(#1283) Variable "SliceID" must be all lower-case
(#1283) Variable "Settings" must be all lower-case
(#1283) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1284) Line indented incorrectly; expected at least 12 spaces, found 7
(#1284) Variable "Settings" must be all lower-case
(#1284) Variable "Settings" must be all lower-case
(#1284) Expected 1 space before "+"; 0 found
(#1284) Expected 1 space after "+"; 0 found
(#1284) Variable "Cf" must be all lower-case
(#1284) Variable "Settings" must be all lower-case
(#1284) Variable "Settings" must be all lower-case
(#1284) Expected 1 space before "+"; 0 found
(#1284) Expected 1 space after "+"; 0 found
(#1284) Variable "Cf" must be all lower-case
(#1284) Variable "Settings" must be all lower-case
(#1284) Variable "Settings" must be all lower-case
(#1284) Expected 1 space before "+"; 0 found
(#1284) Expected 1 space after "+"; 0 found
(#1284) Variable "Cf" must be all lower-case
(#1286) Line indented incorrectly; expected at least 12 spaces, found 7
(#1286) Variable "Outer" must be all lower-case
(#1286) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1286) Variable "Inner" must be all lower-case
(#1286) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1287) Line indented incorrectly; expected at least 12 spaces, found 7
(#1287) Variable "InnerPlotsA" must be all lower-case
(#1287) Variable "InnerPlotsB" must be all lower-case
(#1288) Line indented incorrectly; expected 12 spaces, found 7
(#1288) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1288) Variable "Plots" must be all lower-case
(#1288) Variable "ID" must be all lower-case
(#1288) Variable "Angle" must be all lower-case
(#1289) Line indented incorrectly; expected at least 12 spaces, found 8
(#1290) Line indented incorrectly; expected 16 spaces, found 9
(#1290) Expected "if (...) {\n"; found "if (...)\n { "
(#1290) Variable "Angle" must be all lower-case
(#1291) Line indented incorrectly; expected at least 16 spaces, found 10
(#1291) Variable "Outer" must be all lower-case
(#1291) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1291) Variable "Inner" must be all lower-case
(#1291) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1291) Closing brace must be on a line by itself
(#1292) Line indented incorrectly; expected 16 spaces, found 9
(#1292) Usage of ELSEIF not allowed; use ELSE IF instead
(#1292) Variable "Inner" must be all lower-case
(#1293) Line indented incorrectly; expected at least 16 spaces, found 10
(#1294) Line indented incorrectly; expected 20 spaces, found 11
(#1294) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1294) Variable "Angle" must be all lower-case
(#1294) Variable "Angle" must be all lower-case
(#1294) Variable "Plots" must be all lower-case
(#1294) Variable "ID" must be all lower-case
(#1294) Expected 1 space before "*"; 0 found
(#1294) Expected 1 space after "*"; 0 found
(#1295) Line indented incorrectly; expected at least 20 spaces, found 12
(#1296) Line indented incorrectly; expected at least 24 spaces, found 13
(#1296) Variable "Xo" must be all lower-case
(#1296) Variable "Plots" must be all lower-case
(#1296) Variable "ID" must be all lower-case
(#1296) Expected 1 space before "*"; 0 found
(#1296) Expected 1 space after "*"; 0 found
(#1297) Line indented incorrectly; expected at least 24 spaces, found 13
(#1297) Variable "Yo" must be all lower-case
(#1297) Variable "Plots" must be all lower-case
(#1297) Variable "ID" must be all lower-case
(#1297) Expected 1 space before "*"; 0 found
(#1297) Expected 1 space after "*"; 0 found
(#1297) Expected 1 space before "+"; 0 found
(#1297) Expected 1 space after "+"; 0 found
(#1299) Line indented incorrectly; expected at least 24 spaces, found 13
(#1299) Variable "InnerPlotsA" must be all lower-case
(#1299) Variable "Xo" must be all lower-case
(#1299) Variable "InnerPlotsA" must be all lower-case
(#1299) Variable "Yo" must be all lower-case
(#1300) Line indented incorrectly; expected at least 24 spaces, found 13
(#1300) Variable "InnerPlotsB" must be all lower-case
(#1300) Variable "Xo" must be all lower-case
(#1300) Variable "InnerPlotsB" must be all lower-case
(#1300) Variable "Yo" must be all lower-case
(#1300) Expected 1 space before "-"; 0 found
(#1300) Expected 1 space after "-"; 0 found
(#1300) Variable "SliceHeight" must be all lower-case
(#1301) Line indented incorrectly; expected 20 spaces, found 12
(#1301) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1302) Line indented incorrectly; expected 16 spaces, found 10
(#1302) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1303) Line indented incorrectly; expected 12 spaces, found 8
(#1303) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1305) Line indented incorrectly; expected 12 spaces, found 7
(#1305) Expected "if (...) {\n"; found "if (...)\n { "
(#1305) Variable "InnerPlotsA" must be all lower-case
(#1306) Line indented incorrectly; expected at least 12 spaces, found 8
(#1306) Variable "InnerPlots" must be all lower-case
(#1306) Variable "InnerPlotsA" must be all lower-case
(#1306) Commas (,) must be followed by white space.
(#1306) Variable "InnerPlotsB" must be all lower-case
(#1306) Variable "InnerPlots" must be all lower-case
(#1306) Commas (,) must be followed by white space.
(#1306) Variable "Settings" must be all lower-case
(#1306) Line exceeds 132 characters; contains 143 characters
(#1306) Closing brace must be on a line by itself
(#1307) Line indented incorrectly; expected 8 spaces, found 6
(#1307) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1309) Line indented incorrectly; expected at least 8 spaces, found 5
(#1310) Line indented incorrectly; expected 8 spaces, found 5
(#1310) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1310) Variable "Slices" must be all lower-case
(#1310) Variable "SliceID" must be all lower-case
(#1310) Variable "Plots" must be all lower-case
(#1311) Line indented incorrectly; expected at least 8 spaces, found 6
(#1312) Line indented incorrectly; expected at least 12 spaces, found 7
(#1312) Variable "Settings" must be all lower-case
(#1312) Variable "SliceColors" must be all lower-case
(#1312) Variable "SliceID" must be all lower-case
(#1312) Variable "Settings" must be all lower-case
(#1312) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1313) Line indented incorrectly; expected at least 12 spaces, found 7
(#1313) Variable "Settings" must be all lower-case
(#1313) Variable "Settings" must be all lower-case
(#1313) Expected 1 space before "+"; 0 found
(#1313) Expected 1 space after "+"; 0 found
(#1313) Variable "Cf" must be all lower-case
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Variable "Settings" must be all lower-case
(#1313) Variable "Settings" must be all lower-case
(#1313) Expected 1 space before "+"; 0 found
(#1313) Expected 1 space after "+"; 0 found
(#1313) Variable "Cf" must be all lower-case
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1313) Variable "Settings" must be all lower-case
(#1313) Variable "Settings" must be all lower-case
(#1313) Expected 1 space before "+"; 0 found
(#1313) Expected 1 space after "+"; 0 found
(#1313) Variable "Cf" must be all lower-case
(#1313) Expected 1 space before "*"; 0 found
(#1313) Expected 1 space after "*"; 0 found
(#1315) Line indented incorrectly; expected at least 12 spaces, found 7
(#1315) Variable "StartAngle" must be all lower-case
(#1315) Variable "Plots" must be all lower-case
(#1316) Line indented incorrectly; expected 12 spaces, found 7
(#1316) Expected "foreach (...) {\n"; found "foreach(...) { "
(#1316) Expected 1 space after "=>"; 0 found
(#1316) Variable "Plots" must be all lower-case
(#1316) Variable "Key" must be all lower-case
(#1316) Expected 1 space after "=>"; 0 found
(#1316) Variable "Angle" must be all lower-case
(#1316) Expected "if (...) {\n"; found "if (...) { "
(#1316) Variable "Angle" must be all lower-case
(#1316) Variable "EndAngle" must be all lower-case
(#1316) Variable "Plots" must be all lower-case
(#1316) Variable "Key" must be all lower-case
(#1316) Expected 1 space before "-"; 0 found
(#1316) Expected 1 space after "-"; 0 found
(#1316) Closing brace must be on a line by itself
(#1316) Closing brace must be on a line by itself
(#1318) Line indented incorrectly; expected 12 spaces, found 7
(#1318) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1318) Variable "StartAngle" must be all lower-case
(#1319) Line indented incorrectly; expected at least 12 spaces, found 8
(#1320) Line indented incorrectly; expected at least 16 spaces, found 9
(#1320) Variable "Points" must be all lower-case
(#1321) Line indented incorrectly; expected at least 16 spaces, found 9
(#1321) Variable "Points" must be all lower-case
(#1321) Variable "Plots" must be all lower-case
(#1322) Line indented incorrectly; expected at least 16 spaces, found 9
(#1322) Variable "Points" must be all lower-case
(#1322) Variable "Plots" must be all lower-case
(#1323) Line indented incorrectly; expected at least 16 spaces, found 9
(#1323) Variable "Points" must be all lower-case
(#1323) Variable "Plots" must be all lower-case
(#1324) Line indented incorrectly; expected at least 16 spaces, found 9
(#1324) Variable "Points" must be all lower-case
(#1324) Variable "Plots" must be all lower-case
(#1324) Expected 1 space before "-"; 0 found
(#1324) Expected 1 space after "-"; 0 found
(#1324) Variable "SliceHeight" must be all lower-case
(#1325) Line indented incorrectly; expected at least 16 spaces, found 9
(#1325) Variable "Points" must be all lower-case
(#1325) Variable "Plots" must be all lower-case
(#1326) Line indented incorrectly; expected at least 16 spaces, found 9
(#1326) Variable "Points" must be all lower-case
(#1326) Variable "Plots" must be all lower-case
(#1326) Expected 1 space before "-"; 0 found
(#1326) Expected 1 space after "-"; 0 found
(#1326) Variable "SliceHeight" must be all lower-case
(#1327) Line indented incorrectly; expected at least 16 spaces, found 9
(#1327) Variable "Points" must be all lower-case
(#1327) Variable "Plots" must be all lower-case
(#1328) Line indented incorrectly; expected at least 16 spaces, found 9
(#1328) Variable "Points" must be all lower-case
(#1328) Variable "Plots" must be all lower-case
(#1330) Line indented incorrectly; expected at least 16 spaces, found 9
(#1330) Variable "Points" must be all lower-case
(#1330) Commas (,) must be followed by white space.
(#1330) Variable "Settings" must be all lower-case
(#1331) Line indented incorrectly; expected 12 spaces, found 8
(#1331) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1333) Line indented incorrectly; expected 12 spaces, found 7
(#1333) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1333) Variable "EndAngle" must be all lower-case
(#1334) Line indented incorrectly; expected at least 12 spaces, found 8
(#1335) Line indented incorrectly; expected at least 16 spaces, found 9
(#1335) Variable "Points" must be all lower-case
(#1336) Line indented incorrectly; expected at least 16 spaces, found 9
(#1336) Variable "Points" must be all lower-case
(#1336) Variable "Plots" must be all lower-case
(#1337) Line indented incorrectly; expected at least 16 spaces, found 9
(#1337) Variable "Points" must be all lower-case
(#1337) Variable "Plots" must be all lower-case
(#1338) Line indented incorrectly; expected at least 16 spaces, found 9
(#1338) Variable "Points" must be all lower-case
(#1338) Variable "Plots" must be all lower-case
(#1339) Line indented incorrectly; expected at least 16 spaces, found 9
(#1339) Variable "Points" must be all lower-case
(#1339) Variable "Plots" must be all lower-case
(#1339) Expected 1 space before "-"; 0 found
(#1339) Expected 1 space after "-"; 0 found
(#1339) Variable "SliceHeight" must be all lower-case
(#1340) Line indented incorrectly; expected at least 16 spaces, found 9
(#1340) Variable "Points" must be all lower-case
(#1340) Variable "Plots" must be all lower-case
(#1341) Line indented incorrectly; expected at least 16 spaces, found 9
(#1341) Variable "Points" must be all lower-case
(#1341) Variable "Plots" must be all lower-case
(#1341) Expected 1 space before "-"; 0 found
(#1341) Expected 1 space after "-"; 0 found
(#1341) Variable "SliceHeight" must be all lower-case
(#1342) Line indented incorrectly; expected at least 16 spaces, found 9
(#1342) Variable "Points" must be all lower-case
(#1342) Variable "Plots" must be all lower-case
(#1343) Line indented incorrectly; expected at least 16 spaces, found 9
(#1343) Variable "Points" must be all lower-case
(#1343) Variable "Plots" must be all lower-case
(#1345) Line indented incorrectly; expected at least 16 spaces, found 9
(#1345) Variable "Points" must be all lower-case
(#1345) Commas (,) must be followed by white space.
(#1345) Variable "Settings" must be all lower-case
(#1346) Line indented incorrectly; expected 12 spaces, found 8
(#1346) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1347) Line indented incorrectly; expected 8 spaces, found 6
(#1347) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1348) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1350) Line indented incorrectly; expected at least 8 spaces, found 5
(#1351) Line indented incorrectly; expected 8 spaces, found 5
(#1351) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1351) Variable "Slices" must be all lower-case
(#1351) Variable "SliceID" must be all lower-case
(#1351) Variable "Plots" must be all lower-case
(#1352) Line indented incorrectly; expected at least 8 spaces, found 6
(#1353) Line indented incorrectly; expected at least 12 spaces, found 7
(#1353) Variable "Settings" must be all lower-case
(#1353) Variable "SliceColors" must be all lower-case
(#1353) Variable "SliceID" must be all lower-case
(#1353) Variable "Settings" must be all lower-case
(#1353) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1354) Line indented incorrectly; expected at least 12 spaces, found 7
(#1354) Variable "Settings" must be all lower-case
(#1354) Variable "Settings" must be all lower-case
(#1354) Expected 1 space before "+"; 0 found
(#1354) Expected 1 space after "+"; 0 found
(#1354) Variable "Cf" must be all lower-case
(#1354) Variable "Settings" must be all lower-case
(#1354) Variable "Settings" must be all lower-case
(#1354) Expected 1 space before "+"; 0 found
(#1354) Expected 1 space after "+"; 0 found
(#1354) Variable "Cf" must be all lower-case
(#1354) Variable "Settings" must be all lower-case
(#1354) Variable "Settings" must be all lower-case
(#1354) Expected 1 space before "+"; 0 found
(#1354) Expected 1 space after "+"; 0 found
(#1354) Variable "Cf" must be all lower-case
(#1356) Line indented incorrectly; expected at least 12 spaces, found 7
(#1356) Variable "StartAngle" must be all lower-case
(#1356) Variable "Plots" must be all lower-case
(#1357) Line indented incorrectly; expected 12 spaces, found 7
(#1357) Expected "foreach (...) {\n"; found "foreach(...) { "
(#1357) Expected 1 space after "=>"; 0 found
(#1357) Variable "Plots" must be all lower-case
(#1357) Variable "Key" must be all lower-case
(#1357) Expected 1 space after "=>"; 0 found
(#1357) Variable "Angle" must be all lower-case
(#1357) Expected "if (...) {\n"; found "if (...) { "
(#1357) Variable "Angle" must be all lower-case
(#1357) Variable "EndAngle" must be all lower-case
(#1357) Variable "Plots" must be all lower-case
(#1357) Variable "Key" must be all lower-case
(#1357) Expected 1 space before "-"; 0 found
(#1357) Expected 1 space after "-"; 0 found
(#1357) Closing brace must be on a line by itself
(#1357) Closing brace must be on a line by itself
(#1359) Line indented incorrectly; expected at least 12 spaces, found 7
(#1359) Inline control structures are not allowed
(#1359) Variable "StartAngle" must be all lower-case
(#1359) Variable "StartAngle" must be all lower-case
(#1360) Line indented incorrectly; expected at least 12 spaces, found 8
(#1360) Variable "Plots" must be all lower-case
(#1360) Commas (,) must be followed by white space.
(#1360) Variable "Plots" must be all lower-case
(#1360) Commas (,) must be followed by white space.
(#1360) Variable "Plots" must be all lower-case
(#1360) Commas (,) must be followed by white space.
(#1360) Variable "Plots" must be all lower-case
(#1360) Expected 1 space before "-"; 0 found
(#1360) Expected 1 space after "-"; 0 found
(#1360) Variable "SliceHeight" must be all lower-case
(#1360) Commas (,) must be followed by white space.
(#1360) Variable "Settings" must be all lower-case
(#1361) Line indented incorrectly; expected at least 12 spaces, found 7
(#1361) Inline control structures are not allowed
(#1361) Variable "EndAngle" must be all lower-case
(#1361) Variable "EndAngle" must be all lower-case
(#1362) Line indented incorrectly; expected at least 12 spaces, found 8
(#1362) Variable "Plots" must be all lower-case
(#1362) Commas (,) must be followed by white space.
(#1362) Variable "Plots" must be all lower-case
(#1362) Commas (,) must be followed by white space.
(#1362) Variable "Plots" must be all lower-case
(#1362) Commas (,) must be followed by white space.
(#1362) Variable "Plots" must be all lower-case
(#1362) Expected 1 space before "-"; 0 found
(#1362) Expected 1 space after "-"; 0 found
(#1362) Variable "SliceHeight" must be all lower-case
(#1362) Commas (,) must be followed by white space.
(#1362) Variable "Settings" must be all lower-case
(#1363) Line indented incorrectly; expected 8 spaces, found 6
(#1363) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1364) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1366) Line indented incorrectly; expected at least 8 spaces, found 5
(#1367) Line indented incorrectly; expected 8 spaces, found 5
(#1367) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1367) Variable "Slices" must be all lower-case
(#1367) Variable "SliceID" must be all lower-case
(#1367) Variable "Plots" must be all lower-case
(#1368) Line indented incorrectly; expected at least 8 spaces, found 6
(#1369) Line indented incorrectly; expected at least 12 spaces, found 7
(#1369) Variable "Settings" must be all lower-case
(#1369) Variable "SliceColors" must be all lower-case
(#1369) Variable "SliceID" must be all lower-case
(#1369) Variable "Settings" must be all lower-case
(#1369) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1370) Line indented incorrectly; expected at least 12 spaces, found 7
(#1370) Variable "Settings" must be all lower-case
(#1370) Variable "Settings" must be all lower-case
(#1370) Expected 1 space before "+"; 0 found
(#1370) Expected 1 space after "+"; 0 found
(#1370) Variable "Cf" must be all lower-case
(#1370) Variable "Settings" must be all lower-case
(#1370) Variable "Settings" must be all lower-case
(#1370) Expected 1 space before "+"; 0 found
(#1370) Expected 1 space after "+"; 0 found
(#1370) Variable "Cf" must be all lower-case
(#1370) Variable "Settings" must be all lower-case
(#1370) Variable "Settings" must be all lower-case
(#1370) Expected 1 space before "+"; 0 found
(#1370) Expected 1 space after "+"; 0 found
(#1370) Variable "Cf" must be all lower-case
(#1372) Line indented incorrectly; expected at least 12 spaces, found 7
(#1372) Variable "Outer" must be all lower-case
(#1372) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1372) Variable "Inner" must be all lower-case
(#1372) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1373) Line indented incorrectly; expected at least 12 spaces, found 7
(#1373) Variable "OuterPlotsA" must be all lower-case
(#1373) Variable "OuterPlotsB" must be all lower-case
(#1373) Variable "InnerPlotsA" must be all lower-case
(#1373) Variable "InnerPlotsB" must be all lower-case
(#1374) Line indented incorrectly; expected 12 spaces, found 7
(#1374) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1374) Variable "Plots" must be all lower-case
(#1374) Variable "ID" must be all lower-case
(#1374) Variable "Angle" must be all lower-case
(#1375) Line indented incorrectly; expected at least 12 spaces, found 8
(#1376) Line indented incorrectly; expected 16 spaces, found 9
(#1376) Expected "if (...) {\n"; found "if (...)\n { "
(#1376) Variable "Angle" must be all lower-case
(#1377) Line indented incorrectly; expected at least 16 spaces, found 10
(#1377) Variable "Outer" must be all lower-case
(#1377) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1377) Variable "Inner" must be all lower-case
(#1377) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1377) Closing brace must be on a line by itself
(#1378) Line indented incorrectly; expected 16 spaces, found 9
(#1378) Usage of ELSEIF not allowed; use ELSE IF instead
(#1378) Variable "Outer" must be all lower-case
(#1379) Line indented incorrectly; expected at least 16 spaces, found 10
(#1380) Line indented incorrectly; expected 20 spaces, found 11
(#1380) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1380) Variable "Angle" must be all lower-case
(#1380) Variable "Angle" must be all lower-case
(#1380) Variable "Plots" must be all lower-case
(#1380) Variable "ID" must be all lower-case
(#1380) Expected 1 space before "*"; 0 found
(#1380) Expected 1 space after "*"; 0 found
(#1381) Line indented incorrectly; expected at least 20 spaces, found 12
(#1382) Line indented incorrectly; expected at least 24 spaces, found 13
(#1382) Variable "Xo" must be all lower-case
(#1382) Variable "Plots" must be all lower-case
(#1382) Variable "ID" must be all lower-case
(#1382) Expected 1 space before "*"; 0 found
(#1382) Expected 1 space after "*"; 0 found
(#1383) Line indented incorrectly; expected at least 24 spaces, found 13
(#1383) Variable "Yo" must be all lower-case
(#1383) Variable "Plots" must be all lower-case
(#1383) Variable "ID" must be all lower-case
(#1383) Expected 1 space before "*"; 0 found
(#1383) Expected 1 space after "*"; 0 found
(#1383) Expected 1 space before "+"; 0 found
(#1383) Expected 1 space after "+"; 0 found
(#1385) Line indented incorrectly; expected at least 24 spaces, found 13
(#1385) Variable "OuterPlotsA" must be all lower-case
(#1385) Variable "Xo" must be all lower-case
(#1385) Variable "OuterPlotsA" must be all lower-case
(#1385) Variable "Yo" must be all lower-case
(#1386) Line indented incorrectly; expected at least 24 spaces, found 13
(#1386) Variable "OuterPlotsB" must be all lower-case
(#1386) Variable "Xo" must be all lower-case
(#1386) Variable "OuterPlotsB" must be all lower-case
(#1386) Variable "Yo" must be all lower-case
(#1386) Expected 1 space before "-"; 0 found
(#1386) Expected 1 space after "-"; 0 found
(#1386) Variable "SliceHeight" must be all lower-case
(#1387) Line indented incorrectly; expected 20 spaces, found 12
(#1387) Closing brace indented incorrectly; expected 11 spaces, found 12
(#1388) Line indented incorrectly; expected 16 spaces, found 10
(#1388) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1389) Line indented incorrectly; expected 12 spaces, found 8
(#1389) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1390) Line indented incorrectly; expected 12 spaces, found 7
(#1390) Expected "if (...) {\n"; found "if (...)\n { "
(#1390) Variable "OuterPlotsA" must be all lower-case
(#1391) Line indented incorrectly; expected at least 12 spaces, found 8
(#1391) Variable "OuterPlots" must be all lower-case
(#1391) Variable "OuterPlotsA" must be all lower-case
(#1391) Commas (,) must be followed by white space.
(#1391) Variable "OuterPlotsB" must be all lower-case
(#1391) Variable "OuterPlots" must be all lower-case
(#1391) Commas (,) must be followed by white space.
(#1391) Variable "Settings" must be all lower-case
(#1391) Line exceeds 132 characters; contains 143 characters
(#1391) Closing brace must be on a line by itself
(#1392) Line indented incorrectly; expected 8 spaces, found 6
(#1392) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1394) Line indented incorrectly; expected at least 8 spaces, found 5
(#1394) Variable "Slices" must be all lower-case
(#1394) Variable "Slices" must be all lower-case
(#1395) Line indented incorrectly; expected at least 8 spaces, found 5
(#1395) Variable "SliceColors" must be all lower-case
(#1395) Variable "SliceColors" must be all lower-case
(#1396) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1398) Line indented incorrectly; expected at least 8 spaces, found 5
(#1399) Line indented incorrectly; expected 8 spaces, found 5
(#1399) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1399) Variable "Slices" must be all lower-case
(#1399) Variable "SliceID" must be all lower-case
(#1399) Variable "Plots" must be all lower-case
(#1400) Line indented incorrectly; expected at least 8 spaces, found 6
(#1401) Line indented incorrectly; expected at least 12 spaces, found 7
(#1401) Variable "Settings" must be all lower-case
(#1401) Variable "SliceColors" must be all lower-case
(#1401) Variable "SliceID" must be all lower-case
(#1401) Variable "Settings" must be all lower-case
(#1401) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1402) Line indented incorrectly; expected at least 12 spaces, found 7
(#1402) Variable "Settings" must be all lower-case
(#1402) Variable "Settings" must be all lower-case
(#1402) Expected 1 space before "+"; 0 found
(#1402) Expected 1 space after "+"; 0 found
(#1402) Variable "Cf" must be all lower-case
(#1402) Expected 1 space before "*"; 0 found
(#1402) Expected 1 space after "*"; 0 found
(#1402) Variable "Settings" must be all lower-case
(#1402) Variable "Settings" must be all lower-case
(#1402) Expected 1 space before "+"; 0 found
(#1402) Expected 1 space after "+"; 0 found
(#1402) Variable "Cf" must be all lower-case
(#1402) Expected 1 space before "*"; 0 found
(#1402) Expected 1 space after "*"; 0 found
(#1402) Variable "Settings" must be all lower-case
(#1402) Variable "Settings" must be all lower-case
(#1402) Expected 1 space before "+"; 0 found
(#1402) Expected 1 space after "+"; 0 found
(#1402) Variable "Cf" must be all lower-case
(#1402) Expected 1 space before "*"; 0 found
(#1402) Expected 1 space after "*"; 0 found
(#1403) Whitespace found at end of line
(#1404) Line indented incorrectly; expected at least 12 spaces, found 7
(#1404) Variable "Plots" must be all lower-case
(#1404) Commas (,) must be followed by white space.
(#1404) Variable "Settings" must be all lower-case
(#1406) Line indented incorrectly; expected 12 spaces, found 7
(#1406) Expected "if (...) {\n"; found "if (...) { "
(#1406) Variable "RecordImageMap" must be all lower-case
(#1406) Commas (,) must be followed by white space.
(#1406) Variable "Plots" must be all lower-case
(#1406) Commas (,) must be followed by white space.
(#1406) Variable "Settings" must be all lower-case
(#1406) Commas (,) must be followed by white space.
(#1406) Variable "Settings" must be all lower-case
(#1406) Commas (,) must be followed by white space.
(#1406) Variable "Settings" must be all lower-case
(#1406) Commas (,) must be followed by white space.
(#1406) Variable "Data" must be all lower-case
(#1406) Variable "Data" must be all lower-case
(#1406) Variable "SliceID" must be all lower-case
(#1406) Commas (,) must be followed by white space.
(#1406) Variable "Data" must be all lower-case
(#1406) Variable "DataSerie" must be all lower-case
(#1406) Variable "Slices" must be all lower-case
(#1406) Expected 1 space before "-"; 0 found
(#1406) Expected 1 space after "-"; 0 found
(#1406) Variable "SliceID" must be all lower-case
(#1406) Expected 1 space before "-"; 0 found
(#1406) Expected 1 space after "-"; 0 found
(#1406) Line exceeds maximum limit of 180 characters; contains 313 characters
(#1406) Closing brace must be on a line by itself
(#1408) Line indented incorrectly; expected at least 12 spaces, found 7
(#1408) Inline control structures are not allowed
(#1408) Variable "Plots" must be all lower-case
(#1408) Variable "Key" must be all lower-case
(#1408) Variable "Pos" must be all lower-case
(#1409) Line indented incorrectly; expected at least 12 spaces, found 8
(#1409) Variable "Pos" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Variable "Pos" must be all lower-case
(#1409) Expected 1 space before "-"; 0 found
(#1409) Expected 1 space after "-"; 0 found
(#1409) Variable "SliceHeight" must be all lower-case
(#1409) Commas (,) must be followed by white space.
(#1409) Variable "Settings" must be all lower-case
(#1411) Line indented incorrectly; expected at least 12 spaces, found 7
(#1411) Variable "Plots" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Plots" must be all lower-case
(#1411) Expected 1 space before "-"; 0 found
(#1411) Expected 1 space after "-"; 0 found
(#1411) Variable "SliceHeight" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Plots" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Plots" must be all lower-case
(#1411) Expected 1 space before "-"; 0 found
(#1411) Expected 1 space after "-"; 0 found
(#1411) Variable "SliceHeight" must be all lower-case
(#1411) Commas (,) must be followed by white space.
(#1411) Variable "Settings" must be all lower-case
(#1411) Line exceeds 132 characters; contains 136 characters
(#1412) Line indented incorrectly; expected at least 12 spaces, found 7
(#1412) Variable "Plots" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Plots" must be all lower-case
(#1412) Expected 1 space before "-"; 0 found
(#1412) Expected 1 space after "-"; 0 found
(#1412) Variable "SliceHeight" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Plots" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Plots" must be all lower-case
(#1412) Expected 1 space before "-"; 0 found
(#1412) Expected 1 space after "-"; 0 found
(#1412) Variable "SliceHeight" must be all lower-case
(#1412) Commas (,) must be followed by white space.
(#1412) Variable "Settings" must be all lower-case
(#1412) Line exceeds 132 characters; contains 136 characters
(#1413) Line indented incorrectly; expected 8 spaces, found 6
(#1413) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1415) Line indented incorrectly; expected 8 spaces, found 5
(#1415) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1415) Variable "DrawLabels" must be all lower-case
(#1416) Line indented incorrectly; expected at least 8 spaces, found 6
(#1417) Line indented incorrectly; expected at least 12 spaces, found 7
(#1417) Variable "Offset" must be all lower-case
(#1418) Line indented incorrectly; expected 12 spaces, found 7
(#1418) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1418) Variable "Values" must be all lower-case
(#1418) Variable "Key" must be all lower-case
(#1418) Variable "Value" must be all lower-case
(#1419) Line indented incorrectly; expected at least 12 spaces, found 8
(#1420) Line indented incorrectly; expected at least 16 spaces, found 9
(#1420) Variable "StartAngle" must be all lower-case
(#1420) Variable "Offset" must be all lower-case
(#1421) Line indented incorrectly; expected at least 16 spaces, found 9
(#1421) Variable "EndAngle" must be all lower-case
(#1421) Variable "Offset" must be all lower-case
(#1421) Expected 1 space before "-"; 0 found
(#1421) Expected 1 space after "-"; 0 found
(#1421) Variable "Value" must be all lower-case
(#1421) Expected 1 space before "*"; 0 found
(#1421) Expected 1 space after "*"; 0 found
(#1421) Variable "ScaleFactor" must be all lower-case
(#1421) Expected "if (...) {\n"; found "if (...) { "
(#1421) Variable "EndAngle" must be all lower-case
(#1421) Variable "EndAngle" must be all lower-case
(#1421) Closing brace must be on a line by itself
(#1423) Line indented incorrectly; expected 16 spaces, found 9
(#1423) Expected "if (...) {\n"; found "if (...)\n { "
(#1423) Variable "LabelColor" must be all lower-case
(#1424) Line indented incorrectly; expected at least 16 spaces, found 10
(#1424) Variable "Settings" must be all lower-case
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Variable "Palette" must be all lower-case
(#1424) Variable "ID" must be all lower-case
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Variable "Palette" must be all lower-case
(#1424) Variable "ID" must be all lower-case
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Variable "Palette" must be all lower-case
(#1424) Variable "ID" must be all lower-case
(#1424) Commas (,) must be followed by white space.
(#1424) Expected 1 space before "=>"; 0 found
(#1424) Expected 1 space after "=>"; 0 found
(#1424) Variable "Palette" must be all lower-case
(#1424) Variable "ID" must be all lower-case
(#1424) Line exceeds 132 characters; contains 148 characters
(#1424) Closing brace must be on a line by itself
(#1425) Line indented incorrectly; expected 16 spaces, found 9
(#1425) Expected "} else {\n"; found "}\n else\n { "
(#1426) Line indented incorrectly; expected at least 16 spaces, found 10
(#1426) Variable "Settings" must be all lower-case
(#1426) Expected 1 space before "=>"; 0 found
(#1426) Expected 1 space after "=>"; 0 found
(#1426) Variable "LabelR" must be all lower-case
(#1426) Commas (,) must be followed by white space.
(#1426) Expected 1 space before "=>"; 0 found
(#1426) Expected 1 space after "=>"; 0 found
(#1426) Variable "LabelG" must be all lower-case
(#1426) Commas (,) must be followed by white space.
(#1426) Expected 1 space before "=>"; 0 found
(#1426) Expected 1 space after "=>"; 0 found
(#1426) Variable "LabelB" must be all lower-case
(#1426) Commas (,) must be followed by white space.
(#1426) Expected 1 space before "=>"; 0 found
(#1426) Expected 1 space after "=>"; 0 found
(#1426) Variable "LabelAlpha" must be all lower-case
(#1426) Closing brace must be on a line by itself
(#1428) Line indented incorrectly; expected at least 16 spaces, found 9
(#1428) Variable "Angle" must be all lower-case
(#1428) Variable "EndAngle" must be all lower-case
(#1428) Variable "Offset" must be all lower-case
(#1428) Expected 1 space before "/"; 0 found
(#1428) Expected 1 space after "/"; 0 found
(#1428) Variable "Offset" must be all lower-case
(#1429) Line indented incorrectly; expected at least 16 spaces, found 9
(#1429) Variable "Xc" must be all lower-case
(#1429) Variable "Angle" must be all lower-case
(#1429) Expected 1 space before "-"; 0 found
(#1429) Expected 1 space after "-"; 0 found
(#1429) Expected 1 space before "*"; 0 found
(#1429) Expected 1 space after "*"; 0 found
(#1429) Expected 1 space before "/"; 0 found
(#1429) Expected 1 space after "/"; 0 found
(#1429) Variable "OuterRadius" must be all lower-case
(#1429) Expected 1 space before "+"; 0 found
(#1429) Expected 1 space after "+"; 0 found
(#1429) Variable "DataGapRadius" must be all lower-case
(#1429) Variable "X" must be all lower-case
(#1430) Line indented incorrectly; expected at least 16 spaces, found 9
(#1430) Variable "Yc" must be all lower-case
(#1430) Variable "Angle" must be all lower-case
(#1430) Expected 1 space before "-"; 0 found
(#1430) Expected 1 space after "-"; 0 found
(#1430) Expected 1 space before "*"; 0 found
(#1430) Expected 1 space after "*"; 0 found
(#1430) Expected 1 space before "/"; 0 found
(#1430) Expected 1 space after "/"; 0 found
(#1430) Variable "OuterRadius" must be all lower-case
(#1430) Expected 1 space before "+"; 0 found
(#1430) Expected 1 space after "+"; 0 found
(#1430) Variable "DataGapRadius" must be all lower-case
(#1430) Expected 1 space before "*"; 0 found
(#1430) Expected 1 space after "*"; 0 found
(#1430) Variable "SkewFactor" must be all lower-case
(#1430) Variable "Y" must be all lower-case
(#1432) Line indented incorrectly; expected at least 16 spaces, found 9
(#1432) Inline control structures are not allowed
(#1432) Variable "WriteValues" must be all lower-case
(#1433) Line indented incorrectly; expected at least 16 spaces, found 10
(#1433) Variable "Label" must be all lower-case
(#1433) Variable "Display" must be all lower-case
(#1433) Variable "SerieSum" must be all lower-case
(#1433) Variable "Value" must be all lower-case
(#1433) Commas (,) must be followed by white space.
(#1433) Variable "Precision" must be all lower-case
(#1434) Line indented incorrectly; expected at least 16 spaces, found 9
(#1434) Inline control structures are not allowed
(#1434) Usage of ELSEIF not allowed; use ELSE IF instead
(#1434) Variable "WriteValues" must be all lower-case
(#1435) Line indented incorrectly; expected at least 16 spaces, found 10
(#1435) Variable "Label" must be all lower-case
(#1435) Variable "Data" must be all lower-case
(#1435) Variable "Data" must be all lower-case
(#1435) Variable "Key" must be all lower-case
(#1436) Line indented incorrectly; expected at least 16 spaces, found 9
(#1436) Inline control structures are not allowed
(#1437) Line indented incorrectly; expected at least 16 spaces, found 10
(#1437) Variable "Label" must be all lower-case
(#1439) Line indented incorrectly; expected at least 16 spaces, found 9
(#1439) Inline control structures are not allowed
(#1439) Variable "LabelStacked" must be all lower-case
(#1440) Line indented incorrectly; expected at least 16 spaces, found 10
(#1440) Variable "Xc" must be all lower-case
(#1440) Commas (,) must be followed by white space.
(#1440) Variable "Yc" must be all lower-case
(#1440) Expected 1 space before "-"; 0 found
(#1440) Expected 1 space after "-"; 0 found
(#1440) Variable "SliceHeight" must be all lower-case
(#1440) Commas (,) must be followed by white space.
(#1440) Variable "Label" must be all lower-case
(#1440) Commas (,) must be followed by white space.
(#1440) Variable "Angle" must be all lower-case
(#1440) Commas (,) must be followed by white space.
(#1440) Variable "Settings" must be all lower-case
(#1440) Commas (,) must be followed by white space.
(#1440) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1440) Commas (,) must be followed by white space.
(#1440) Variable "X" must be all lower-case
(#1440) Commas (,) must be followed by white space.
(#1440) Variable "Y" must be all lower-case
(#1440) Commas (,) must be followed by white space.
(#1440) Variable "OuterRadius" must be all lower-case
(#1441) Line indented incorrectly; expected at least 16 spaces, found 9
(#1441) Inline control structures are not allowed
(#1442) Line indented incorrectly; expected at least 16 spaces, found 10
(#1442) Variable "Xc" must be all lower-case
(#1442) Commas (,) must be followed by white space.
(#1442) Variable "Yc" must be all lower-case
(#1442) Expected 1 space before "-"; 0 found
(#1442) Expected 1 space after "-"; 0 found
(#1442) Variable "SliceHeight" must be all lower-case
(#1442) Commas (,) must be followed by white space.
(#1442) Variable "Label" must be all lower-case
(#1442) Commas (,) must be followed by white space.
(#1442) Variable "Angle" must be all lower-case
(#1442) Commas (,) must be followed by white space.
(#1442) Variable "Settings" must be all lower-case
(#1442) Commas (,) must be followed by white space.
(#1442) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1444) Line indented incorrectly; expected at least 16 spaces, found 9
(#1444) Variable "Offset" must be all lower-case
(#1444) Variable "EndAngle" must be all lower-case
(#1444) Variable "DataGapAngle" must be all lower-case
(#1444) Variable "ID" must be all lower-case
(#1444) Variable "Slice" must be all lower-case
(#1445) Line indented incorrectly; expected 12 spaces, found 8
(#1445) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1446) Line indented incorrectly; expected 8 spaces, found 6
(#1446) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1447) Line indented incorrectly; expected 8 spaces, found 5
(#1447) Expected "if (...) {\n"; found "if (...) { "
(#1447) Variable "DrawLabels" must be all lower-case
(#1447) Variable "LabelStacked" must be all lower-case
(#1447) Closing brace must be on a line by itself
(#1449) Line indented incorrectly; expected at least 8 spaces, found 5
(#1449) Variable "RestoreShadow" must be all lower-case
(#1451) Line indented incorrectly; expected at least 8 spaces, found 5
(#1452) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1454) Line indented incorrectly; expected at least 4 spaces, found 2
(#1455) Line indented incorrectly; expected 4 spaces, found 2
(#1455) method name "pPie::arraySerialize" must be in lower-case letters only
(#1455) Visibility must be declared on method "arraySerialize"
(#1455) Variable "Data" must be all lower-case
(#1456) Line indented incorrectly; expected at least 4 spaces, found 3
(#1456) Opening brace should be on the same line as the declaration
(#1457) Line indented incorrectly; expected at least 8 spaces, found 4
(#1457) Variable "Result" must be all lower-case
(#1458) Line indented incorrectly; expected 8 spaces, found 4
(#1458) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#1458) Variable "Data" must be all lower-case
(#1458) Variable "Key" must be all lower-case
(#1458) Variable "Value" must be all lower-case
(#1459) Line indented incorrectly; expected at least 8 spaces, found 5
(#1459) Expected "if (...) {\n"; found "if (...) { "
(#1459) Variable "Result" must be all lower-case
(#1459) Variable "Result" must be all lower-case
(#1459) Variable "Value" must be all lower-case
(#1459) Closing brace must be on a line by itself
(#1459) Expected "} else {\n"; found "} else { "
(#1459) Variable "Result" must be all lower-case
(#1459) Variable "Result" must be all lower-case
(#1459) Variable "Value" must be all lower-case
(#1459) Closing brace must be on a line by itself
(#1459) Closing brace must be on a line by itself
(#1461) Line indented incorrectly; expected at least 8 spaces, found 4
(#1461) Variable "Result" must be all lower-case
(#1462) Line indented incorrectly; expected 4 spaces, found 3
(#1462) Closing brace indented incorrectly; expected 2 spaces, found 3
(#1464) Line indented incorrectly; expected at least 4 spaces, found 2
(#1465) Line indented incorrectly; expected 4 spaces, found 2
(#1465) method name "pPie::arrayReverse" must be in lower-case letters only
(#1465) Visibility must be declared on method "arrayReverse"
(#1465) Variable "Plots" must be all lower-case
(#1466) Line indented incorrectly; expected at least 4 spaces, found 3
(#1466) Opening brace should be on the same line as the declaration
(#1467) Line indented incorrectly; expected at least 8 spaces, found 4
(#1467) Variable "Result" must be all lower-case
(#1469) Line indented incorrectly; expected 8 spaces, found 4
(#1469) Expected "for (...) {\n"; found "for(...)\n { "
(#1469) Expected 1 space after first semicolon of FOR loop; 0 found
(#1469) Expected 1 space after second semicolon of FOR loop; 0 found
(#1469) Expected 1 space before "="; 0 found
(#1469) Expected 1 space after "="; 0 found
(#1469) Variable "Plots" must be all lower-case
(#1469) Expected 1 space before "-"; 0 found
(#1469) Expected 1 space after "-"; 0 found
(#1469) Expected 1 space before ">="; 0 found
(#1469) Expected 1 space after ">="; 0 found
(#1469) Expected 1 space before "="; 0 found
(#1469) Expected 1 space after "="; 0 found
(#1469) Expected 1 space before "-"; 0 found
(#1469) Expected 1 space after "-"; 0 found
(#1470) Line indented incorrectly; expected at least 8 spaces, found 5
(#1470) Variable "Result" must be all lower-case
(#1470) Variable "Plots" must be all lower-case
(#1470) Expected 1 space before "-"; 0 found
(#1470) Expected 1 space after "-"; 0 found
(#1470) Variable "Result" must be all lower-case
(#1470) Variable "Plots" must be all lower-case
(#1470) Closing brace must be on a line by itself
(#1472) Line indented incorrectly; expected at least 8 spaces, found 4
(#1472) Variable "Result" must be all lower-case
(#1473) Line indented incorrectly; expected 4 spaces, found 3
(#1473) Closing brace indented incorrectly; expected 2 spaces, found 3
(#1475) Line indented incorrectly; expected at least 4 spaces, found 2
(#1476) Line indented incorrectly; expected 4 spaces, found 2
(#1476) method name "pPie::clean0Values" must be in lower-case letters only
(#1476) Visibility must be declared on method "clean0Values"
(#1476) Variable "Data" must be all lower-case
(#1476) Commas (,) must be followed by white space.
(#1476) Variable "Palette" must be all lower-case
(#1476) Commas (,) must be followed by white space.
(#1476) Variable "DataSerie" must be all lower-case
(#1476) Commas (,) must be followed by white space.
(#1476) Variable "AbscissaSerie" must be all lower-case
(#1477) Line indented incorrectly; expected at least 4 spaces, found 3
(#1477) Opening brace should be on the same line as the declaration
(#1478) Line indented incorrectly; expected at least 8 spaces, found 4
(#1478) Variable "NewPalette" must be all lower-case
(#1478) Variable "NewData" must be all lower-case
(#1478) Variable "NewAbscissa" must be all lower-case
(#1480) Line indented incorrectly; expected at least 8 spaces, found 4
(#1481) Line indented incorrectly; expected 8 spaces, found 4
(#1481) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#1481) Variable "Data" must be all lower-case
(#1481) Variable "SerieName" must be all lower-case
(#1481) Variable "SerieSettings" must be all lower-case
(#1482) Line indented incorrectly; expected at least 8 spaces, found 5
(#1482) Expected "if (...) {\n"; found "if (...) { "
(#1482) Variable "SerieName" must be all lower-case
(#1482) Variable "DataSerie" must be all lower-case
(#1482) Variable "SerieName" must be all lower-case
(#1482) Variable "AbscissaSerie" must be all lower-case
(#1482) Variable "Data" must be all lower-case
(#1482) Variable "SerieName" must be all lower-case
(#1482) Closing brace must be on a line by itself
(#1482) Closing brace must be on a line by itself
(#1484) Line indented incorrectly; expected at least 8 spaces, found 4
(#1485) Line indented incorrectly; expected 8 spaces, found 4
(#1485) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#1485) Variable "Data" must be all lower-case
(#1485) Variable "DataSerie" must be all lower-case
(#1485) Variable "Key" must be all lower-case
(#1485) Variable "Value" must be all lower-case
(#1486) Line indented incorrectly; expected at least 8 spaces, found 5
(#1487) Line indented incorrectly; expected 12 spaces, found 6
(#1487) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1487) Variable "Value" must be all lower-case
(#1488) Line indented incorrectly; expected at least 12 spaces, found 7
(#1489) Line indented incorrectly; expected at least 16 spaces, found 8
(#1489) Variable "NewData" must be all lower-case
(#1489) Variable "Value" must be all lower-case
(#1490) Line indented incorrectly; expected at least 16 spaces, found 8
(#1490) Variable "NewAbscissa" must be all lower-case
(#1490) Variable "Data" must be all lower-case
(#1490) Variable "AbscissaSerie" must be all lower-case
(#1490) Variable "Key" must be all lower-case
(#1491) Line indented incorrectly; expected 16 spaces, found 8
(#1491) Expected "if (...) {\n"; found "if (...) { "
(#1491) Variable "Palette" must be all lower-case
(#1491) Variable "Key" must be all lower-case
(#1491) Variable "NewPalette" must be all lower-case
(#1491) Variable "Palette" must be all lower-case
(#1491) Variable "Key" must be all lower-case
(#1491) Closing brace must be on a line by itself
(#1492) Line indented incorrectly; expected 12 spaces, found 7
(#1492) Closing brace indented incorrectly; expected 6 spaces, found 7
(#1493) Line indented incorrectly; expected 8 spaces, found 5
(#1493) Closing brace indented incorrectly; expected 4 spaces, found 5
(#1494) Line indented incorrectly; expected at least 8 spaces, found 4
(#1494) Variable "Data" must be all lower-case
(#1494) Variable "DataSerie" must be all lower-case
(#1494) Variable "NewData" must be all lower-case
(#1495) Line indented incorrectly; expected at least 8 spaces, found 4
(#1495) Variable "Data" must be all lower-case
(#1495) Variable "AbscissaSerie" must be all lower-case
(#1495) Variable "NewAbscissa" must be all lower-case
(#1497) Line indented incorrectly; expected at least 8 spaces, found 4
(#1497) Variable "Data" must be all lower-case
(#1497) Commas (,) must be followed by white space.
(#1497) Variable "NewPalette" must be all lower-case
(#1498) Line indented incorrectly; expected 4 spaces, found 3
(#1498) Closing brace indented incorrectly; expected 2 spaces, found 3
(#1499) Line indented incorrectly; expected 0 spaces, found 2
(#1499) Closing brace indented incorrectly; expected 1 spaces, found 2
(#1500) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pRadar.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#18) Spaces must be used for alignment; tabs are not allowed
(#18) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Line indented incorrectly; expected 0 spaces, found 1
(#27) Line indented incorrectly; expected at least 4 spaces, found 3
(#27) Member variable "pChartObject" must be all lower-case
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$pChartObject"
(#29) Line indented incorrectly; expected at least 4 spaces, found 3
(#30) Line indented incorrectly; expected 4 spaces, found 3
(#30) method name "pRadar::pRadar" must be in lower-case letters only
(#30) PHP4 style constructors are not allowed; use "__construct()" instead
(#30) Visibility must be declared on method "pRadar"
(#31) Opening brace should be on the same line as the declaration
(#31) Closing brace must be on a line by itself
(#33) Line indented incorrectly; expected at least 4 spaces, found 3
(#34) Line indented incorrectly; expected 4 spaces, found 3
(#34) method name "pRadar::drawRadar" must be in lower-case letters only
(#34) Visibility must be declared on method "drawRadar"
(#34) Variable "Object" must be all lower-case
(#34) Commas (,) must be followed by white space.
(#34) Variable "Values" must be all lower-case
(#34) Commas (,) must be followed by white space.
(#34) Variable "Format" must be all lower-case
(#35) Opening brace should be on the same line as the declaration
(#36) Line indented incorrectly; expected at least 8 spaces, found 5
(#36) Variable "Object" must be all lower-case
(#38) Line indented incorrectly; expected at least 8 spaces, found 5
(#38) Variable "FixedMax" must be all lower-case
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Variable "Format" must be all lower-case
(#38) Variable "Format" must be all lower-case
(#39) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Variable "AxisR" must be all lower-case
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Variable "Format" must be all lower-case
(#39) Variable "Format" must be all lower-case
(#40) Line indented incorrectly; expected at least 8 spaces, found 5
(#40) Variable "AxisG" must be all lower-case
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Variable "Format" must be all lower-case
(#40) Variable "Format" must be all lower-case
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#41) Variable "AxisB" must be all lower-case
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Variable "Format" must be all lower-case
(#41) Variable "Format" must be all lower-case
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Variable "AxisAlpha" must be all lower-case
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Variable "Format" must be all lower-case
(#42) Variable "Format" must be all lower-case
(#43) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Variable "AxisRotation" must be all lower-case
(#43) Variable "Format" must be all lower-case
(#43) Variable "Format" must be all lower-case
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#44) Variable "DrawTicks" must be all lower-case
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Variable "Format" must be all lower-case
(#44) Variable "Format" must be all lower-case
(#44) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Variable "TicksLength" must be all lower-case
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Variable "Format" must be all lower-case
(#45) Variable "Format" must be all lower-case
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Variable "DrawAxisValues" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Variable "Format" must be all lower-case
(#46) Variable "Format" must be all lower-case
(#46) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#47) Variable "AxisBoxRounded" must be all lower-case
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Variable "Format" must be all lower-case
(#47) Variable "Format" must be all lower-case
(#47) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#48) Line indented incorrectly; expected at least 8 spaces, found 5
(#48) Variable "AxisFontName" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Variable "Format" must be all lower-case
(#48) Variable "Format" must be all lower-case
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Variable "AxisFontSize" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Variable "Format" must be all lower-case
(#49) Variable "Format" must be all lower-case
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Variable "WriteValues" must be all lower-case
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Variable "Format" must be all lower-case
(#50) Variable "Format" must be all lower-case
(#50) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#51) Line indented incorrectly; expected at least 8 spaces, found 5
(#51) Variable "WriteValuesInBubble" must be all lower-case
(#51) Variable "Format" must be all lower-case
(#51) Variable "Format" must be all lower-case
(#51) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Variable "ValueFontName" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Variable "Format" must be all lower-case
(#52) Variable "Format" must be all lower-case
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "ValueFontSize" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Variable "Format" must be all lower-case
(#53) Variable "Format" must be all lower-case
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "ValuePadding" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Variable "Format" must be all lower-case
(#54) Variable "Format" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "OuterBubbleRadius" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Variable "Format" must be all lower-case
(#55) Variable "Format" must be all lower-case
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "OuterBubbleR" must be all lower-case
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "Format" must be all lower-case
(#56) Variable "Format" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Variable "OuterBubbleG" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "Format" must be all lower-case
(#57) Variable "Format" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Variable "OuterBubbleB" must be all lower-case
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Variable "Format" must be all lower-case
(#58) Variable "Format" must be all lower-case
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Variable "OuterBubbleAlpha" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "Format" must be all lower-case
(#59) Variable "Format" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Variable "InnerBubbleR" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Variable "Format" must be all lower-case
(#60) Variable "Format" must be all lower-case
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Variable "InnerBubbleG" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "Format" must be all lower-case
(#61) Variable "Format" must be all lower-case
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Variable "InnerBubbleB" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Variable "Format" must be all lower-case
(#62) Variable "Format" must be all lower-case
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "InnerBubbleAlpha" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Variable "Format" must be all lower-case
(#63) Variable "Format" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) Variable "DrawBackground" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Variable "Format" must be all lower-case
(#64) Variable "Format" must be all lower-case
(#64) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Variable "BackgroundR" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Variable "Format" must be all lower-case
(#65) Variable "Format" must be all lower-case
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "BackgroundG" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Variable "Format" must be all lower-case
(#66) Variable "Format" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "BackgroundB" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Variable "Format" must be all lower-case
(#67) Variable "Format" must be all lower-case
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Variable "BackgroundAlpha" must be all lower-case
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Variable "Format" must be all lower-case
(#68) Variable "Format" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Variable "BackgroundGradient" must be all lower-case
(#69) Expected 1 space before "="; 0 found
(#69) Variable "Format" must be all lower-case
(#69) Variable "Format" must be all lower-case
(#69) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "Layout" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Variable "Format" must be all lower-case
(#70) Variable "Format" must be all lower-case
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) Variable "SegmentHeight" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Variable "Format" must be all lower-case
(#71) Variable "Format" must be all lower-case
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "Segments" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Variable "Format" must be all lower-case
(#72) Variable "Format" must be all lower-case
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "WriteLabels" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Variable "Format" must be all lower-case
(#73) Variable "Format" must be all lower-case
(#73) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "SkipLabels" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Variable "Format" must be all lower-case
(#74) Variable "Format" must be all lower-case
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Variable "LabelMiddle" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Variable "Format" must be all lower-case
(#75) Variable "Format" must be all lower-case
(#75) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Variable "LabelsBackground" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Variable "Format" must be all lower-case
(#76) Variable "Format" must be all lower-case
(#76) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#77) Line indented incorrectly; expected at least 8 spaces, found 5
(#77) Variable "LabelsBGR" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Variable "Format" must be all lower-case
(#77) Variable "Format" must be all lower-case
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Variable "LabelsBGG" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Variable "Format" must be all lower-case
(#78) Variable "Format" must be all lower-case
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Variable "LabelsBGB" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Variable "Format" must be all lower-case
(#79) Variable "Format" must be all lower-case
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Variable "LabelsBGAlpha" must be all lower-case
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Variable "Format" must be all lower-case
(#80) Variable "Format" must be all lower-case
(#81) Line indented incorrectly; expected at least 8 spaces, found 5
(#81) Variable "LabelPos" must be all lower-case
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Variable "Format" must be all lower-case
(#81) Variable "Format" must be all lower-case
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Variable "LabelPadding" must be all lower-case
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Variable "Format" must be all lower-case
(#82) Variable "Format" must be all lower-case
(#83) Line indented incorrectly; expected at least 8 spaces, found 5
(#83) Variable "DrawPoints" must be all lower-case
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Variable "Format" must be all lower-case
(#83) Variable "Format" must be all lower-case
(#83) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#84) Line indented incorrectly; expected at least 8 spaces, found 5
(#84) Variable "PointRadius" must be all lower-case
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Variable "Format" must be all lower-case
(#84) Variable "Format" must be all lower-case
(#85) Line indented incorrectly; expected at least 8 spaces, found 5
(#85) Variable "PointSurrounding" must be all lower-case
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Variable "Format" must be all lower-case
(#85) Variable "Format" must be all lower-case
(#86) Line indented incorrectly; expected at least 8 spaces, found 5
(#86) Variable "DrawLines" must be all lower-case
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Variable "Format" must be all lower-case
(#86) Variable "Format" must be all lower-case
(#86) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#87) Line indented incorrectly; expected at least 8 spaces, found 5
(#87) Variable "LineLoopStart" must be all lower-case
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Variable "Format" must be all lower-case
(#87) Variable "Format" must be all lower-case
(#87) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#88) Line indented incorrectly; expected at least 8 spaces, found 5
(#88) Variable "DrawPoly" must be all lower-case
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Variable "Format" must be all lower-case
(#88) Variable "Format" must be all lower-case
(#88) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#89) Line indented incorrectly; expected at least 8 spaces, found 5
(#89) Variable "PolyAlpha" must be all lower-case
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Variable "Format" must be all lower-case
(#89) Variable "Format" must be all lower-case
(#90) Line indented incorrectly; expected at least 8 spaces, found 5
(#90) Variable "FontSize" must be all lower-case
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Variable "Object" must be all lower-case
(#91) Line indented incorrectly; expected at least 8 spaces, found 5
(#91) Variable "X1" must be all lower-case
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Variable "Object" must be all lower-case
(#92) Line indented incorrectly; expected at least 8 spaces, found 5
(#92) Variable "Y1" must be all lower-case
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Variable "Object" must be all lower-case
(#93) Line indented incorrectly; expected at least 8 spaces, found 5
(#93) Variable "X2" must be all lower-case
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Variable "Object" must be all lower-case
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "Y2" must be all lower-case
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Variable "Object" must be all lower-case
(#95) Line indented incorrectly; expected at least 8 spaces, found 5
(#95) Variable "RecordImageMap" must be all lower-case
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Variable "Format" must be all lower-case
(#95) Variable "Format" must be all lower-case
(#95) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#97) Line indented incorrectly; expected at least 8 spaces, found 5
(#98) Line indented incorrectly; expected 8 spaces, found 5
(#98) Expected "if (...) {\n"; found "if (...) { "
(#98) Variable "DrawTicks" must be all lower-case
(#98) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#98) Variable "TicksLength" must be all lower-case
(#98) Closing brace must be on a line by itself
(#100) Line indented incorrectly; expected at least 8 spaces, found 5
(#101) Line indented incorrectly; expected at least 8 spaces, found 5
(#101) Variable "Data" must be all lower-case
(#101) Variable "Values" must be all lower-case
(#102) Line indented incorrectly; expected at least 8 spaces, found 5
(#102) Variable "Palette" must be all lower-case
(#102) Variable "Values" must be all lower-case
(#104) Line indented incorrectly; expected at least 8 spaces, found 5
(#105) Line indented incorrectly; expected at least 8 spaces, found 5
(#105) Variable "LabelSerie" must be all lower-case
(#105) Variable "Data" must be all lower-case
(#106) Line indented incorrectly; expected 8 spaces, found 5
(#106) Expected "if (...) {\n"; found "if (...)\n { "
(#106) Variable "LabelSerie" must be all lower-case
(#107) Line indented incorrectly; expected at least 8 spaces, found 6
(#107) Variable "Points" must be all lower-case
(#107) Variable "Data" must be all lower-case
(#107) Variable "LabelSerie" must be all lower-case
(#107) Closing brace must be on a line by itself
(#108) Line indented incorrectly; expected 8 spaces, found 5
(#108) Expected "} else {\n"; found "}\n else\n {\n"
(#109) Line indented incorrectly; expected at least 8 spaces, found 6
(#110) Line indented incorrectly; expected at least 12 spaces, found 7
(#110) Variable "Points" must be all lower-case
(#111) Line indented incorrectly; expected 12 spaces, found 7
(#111) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#111) Variable "Data" must be all lower-case
(#111) Variable "SerieName" must be all lower-case
(#111) Variable "DataArray" must be all lower-case
(#112) Line indented incorrectly; expected at least 12 spaces, found 8
(#112) Expected "if (...) {\n"; found "if (...) { "
(#112) Variable "DataArray" must be all lower-case
(#112) Variable "Points" must be all lower-case
(#112) Variable "Points" must be all lower-case
(#112) Variable "DataArray" must be all lower-case
(#112) Closing brace must be on a line by itself
(#112) Closing brace must be on a line by itself
(#113) Line indented incorrectly; expected 8 spaces, found 6
(#113) Closing brace indented incorrectly; expected 5 spaces, found 6
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#116) Line indented incorrectly; expected at least 8 spaces, found 5
(#116) Variable "CenterX" must be all lower-case
(#116) Variable "X2" must be all lower-case
(#116) Expected 1 space before "-"; 0 found
(#116) Expected 1 space after "-"; 0 found
(#116) Variable "X1" must be all lower-case
(#116) Expected 1 space before "/"; 0 found
(#116) Expected 1 space after "/"; 0 found
(#116) Variable "X1" must be all lower-case
(#117) Line indented incorrectly; expected at least 8 spaces, found 5
(#117) Variable "CenterY" must be all lower-case
(#117) Variable "Y2" must be all lower-case
(#117) Expected 1 space before "-"; 0 found
(#117) Expected 1 space after "-"; 0 found
(#117) Variable "Y1" must be all lower-case
(#117) Expected 1 space before "/"; 0 found
(#117) Expected 1 space after "/"; 0 found
(#117) Variable "Y1" must be all lower-case
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "EdgeHeight" must be all lower-case
(#119) Variable "X2" must be all lower-case
(#119) Expected 1 space before "-"; 0 found
(#119) Expected 1 space after "-"; 0 found
(#119) Variable "X1" must be all lower-case
(#119) Expected 1 space before "/"; 0 found
(#119) Expected 1 space after "/"; 0 found
(#119) Commas (,) must be followed by white space.
(#119) Variable "Y2" must be all lower-case
(#119) Expected 1 space before "-"; 0 found
(#119) Expected 1 space after "-"; 0 found
(#119) Variable "Y1" must be all lower-case
(#119) Expected 1 space before "/"; 0 found
(#119) Expected 1 space after "/"; 0 found
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Inline control structures are not allowed
(#120) Variable "WriteLabels" must be all lower-case
(#121) Line indented incorrectly; expected at least 8 spaces, found 6
(#121) Variable "EdgeHeight" must be all lower-case
(#121) Variable "EdgeHeight" must be all lower-case
(#121) Variable "FontSize" must be all lower-case
(#121) Variable "LabelPadding" must be all lower-case
(#121) Variable "TicksLength" must be all lower-case
(#123) Line indented incorrectly; expected at least 8 spaces, found 5
(#124) Line indented incorrectly; expected 8 spaces, found 5
(#124) Expected "if (...) {\n"; found "if (...)\n {\n"
(#124) Variable "SegmentHeight" must be all lower-case
(#125) Line indented incorrectly; expected at least 8 spaces, found 6
(#126) Line indented incorrectly; expected at least 12 spaces, found 7
(#126) Inline control structures are not allowed
(#126) Variable "FixedMax" must be all lower-case
(#127) Line indented incorrectly; expected at least 12 spaces, found 8
(#127) Variable "Max" must be all lower-case
(#127) Variable "FixedMax" must be all lower-case
(#128) Line indented incorrectly; expected 12 spaces, found 7
(#129) Line indented incorrectly; expected at least 12 spaces, found 8
(#130) Line indented incorrectly; expected at least 16 spaces, found 9
(#130) Variable "Max" must be all lower-case
(#131) Line indented incorrectly; expected 16 spaces, found 9
(#131) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#131) Variable "Data" must be all lower-case
(#131) Variable "SerieName" must be all lower-case
(#131) Variable "DataArray" must be all lower-case
(#132) Line indented incorrectly; expected at least 16 spaces, found 10
(#133) Line indented incorrectly; expected 20 spaces, found 11
(#133) Expected "if (...) {\n"; found "if (...)\n {\n"
(#133) Variable "SerieName" must be all lower-case
(#133) Variable "LabelSerie" must be all lower-case
(#134) Line indented incorrectly; expected at least 20 spaces, found 12
(#135) Line indented incorrectly; expected 24 spaces, found 13
(#135) Expected "if (...) {\n"; found "if (...) { "
(#135) Variable "DataArray" must be all lower-case
(#135) Variable "Max" must be all lower-case
(#135) Variable "Max" must be all lower-case
(#135) Variable "DataArray" must be all lower-case
(#135) Closing brace must be on a line by itself
(#136) Line indented incorrectly; expected 20 spaces, found 12
(#136) Closing brace indented incorrectly; expected 11 spaces, found 12
(#137) Line indented incorrectly; expected 16 spaces, found 10
(#137) Closing brace indented incorrectly; expected 9 spaces, found 10
(#138) Line indented incorrectly; expected 12 spaces, found 8
(#138) Closing brace indented incorrectly; expected 7 spaces, found 8
(#139) Line indented incorrectly; expected at least 12 spaces, found 7
(#139) Variable "MaxSegments" must be all lower-case
(#139) Variable "EdgeHeight" must be all lower-case
(#139) Expected 1 space before "/"; 0 found
(#139) Expected 1 space after "/"; 0 found
(#140) Line indented incorrectly; expected at least 12 spaces, found 7
(#140) Variable "Scale" must be all lower-case
(#140) Variable "Object" must be all lower-case
(#140) Commas (,) must be followed by white space.
(#140) Variable "Max" must be all lower-case
(#140) Commas (,) must be followed by white space.
(#140) Variable "MaxSegments" must be all lower-case
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#140) Commas (,) must be followed by white space.
(#142) Line indented incorrectly; expected at least 12 spaces, found 7
(#142) Variable "Segments" must be all lower-case
(#142) Variable "Scale" must be all lower-case
(#143) Line indented incorrectly; expected at least 12 spaces, found 7
(#143) Variable "SegmentHeight" must be all lower-case
(#143) Variable "Scale" must be all lower-case
(#144) Line indented incorrectly; expected 8 spaces, found 6
(#144) Closing brace indented incorrectly; expected 5 spaces, found 6
(#146) Line indented incorrectly; expected 8 spaces, found 5
(#146) Expected "if (...) {\n"; found "if (...)\n { "
(#146) Variable "LabelMiddle" must be all lower-case
(#146) Variable "SkipLabels" must be all lower-case
(#147) Line indented incorrectly; expected at least 8 spaces, found 6
(#147) Variable "Axisoffset" must be all lower-case
(#147) Expected 1 space before "/"; 0 found
(#147) Expected 1 space after "/"; 0 found
(#147) Variable "Points" must be all lower-case
(#147) Expected 1 space before "/"; 0 found
(#147) Expected 1 space after "/"; 0 found
(#147) Closing brace must be on a line by itself
(#148) Line indented incorrectly; expected 8 spaces, found 5
(#148) Usage of ELSEIF not allowed; use ELSE IF instead
(#148) Variable "LabelMiddle" must be all lower-case
(#148) Variable "SkipLabels" must be all lower-case
(#149) Line indented incorrectly; expected at least 8 spaces, found 6
(#149) Variable "Axisoffset" must be all lower-case
(#149) Expected 1 space before "/"; 0 found
(#149) Expected 1 space after "/"; 0 found
(#149) Variable "Points" must be all lower-case
(#149) Expected 1 space before "/"; 0 found
(#149) Expected 1 space after "/"; 0 found
(#149) Variable "SkipLabels" must be all lower-case
(#149) Expected 1 space before "/"; 0 found
(#149) Expected 1 space after "/"; 0 found
(#149) Closing brace must be on a line by itself
(#150) Line indented incorrectly; expected 8 spaces, found 5
(#150) Usage of ELSEIF not allowed; use ELSE IF instead
(#150) Variable "LabelMiddle" must be all lower-case
(#151) Line indented incorrectly; expected at least 8 spaces, found 6
(#151) Variable "Axisoffset" must be all lower-case
(#151) Closing brace must be on a line by itself
(#153) Line indented incorrectly; expected at least 8 spaces, found 5
(#154) Line indented incorrectly; expected 8 spaces, found 5
(#154) Expected "if (...) {\n"; found "if (...)\n {\n"
(#154) Variable "DrawBackground" must be all lower-case
(#155) Line indented incorrectly; expected at least 8 spaces, found 6
(#156) Line indented incorrectly; expected at least 12 spaces, found 7
(#156) Variable "RestoreShadow" must be all lower-case
(#156) Variable "Object" must be all lower-case
(#157) Line indented incorrectly; expected at least 12 spaces, found 7
(#157) Variable "Object" must be all lower-case
(#157) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#159) Line indented incorrectly; expected 12 spaces, found 7
(#159) Expected "if (...) {\n"; found "if (...)\n {\n"
(#159) Variable "BackgroundGradient" must be all lower-case
(#159) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#160) Line indented incorrectly; expected at least 12 spaces, found 8
(#161) Line indented incorrectly; expected 16 spaces, found 9
(#161) Expected "if (...) {\n"; found "if (...)\n {\n"
(#161) Variable "Layout" must be all lower-case
(#162) Line indented incorrectly; expected at least 16 spaces, found 10
(#163) Line indented incorrectly; expected at least 20 spaces, found 11
(#163) Variable "Color" must be all lower-case
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "BackgroundR" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "BackgroundG" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "BackgroundB" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "BackgroundAlpha" must be all lower-case
(#164) Line indented incorrectly; expected at least 20 spaces, found 11
(#164) Variable "PointArray" must be all lower-case
(#165) Line indented incorrectly; expected 20 spaces, found 11
(#165) Expected "for (...) {\n"; found "for(...)\n {\n"
(#165) Expected 1 space after first semicolon of FOR loop; 0 found
(#165) Expected 1 space after second semicolon of FOR loop; 0 found
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Expected 1 space before "<="; 0 found
(#165) Expected 1 space after "<="; 0 found
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#165) Expected 1 space before "+"; 0 found
(#165) Expected 1 space after "+"; 0 found
(#165) Expected 1 space before "/"; 0 found
(#165) Expected 1 space after "/"; 0 found
(#165) Variable "Points" must be all lower-case
(#166) Line indented incorrectly; expected at least 20 spaces, found 12
(#167) Line indented incorrectly; expected at least 24 spaces, found 13
(#167) Variable "PointArray" must be all lower-case
(#167) Expected 1 space before "+"; 0 found
(#167) Expected 1 space after "+"; 0 found
(#167) Variable "AxisRotation" must be all lower-case
(#167) Variable "EdgeHeight" must be all lower-case
(#167) Variable "CenterX" must be all lower-case
(#168) Line indented incorrectly; expected at least 24 spaces, found 13
(#168) Variable "PointArray" must be all lower-case
(#168) Expected 1 space before "+"; 0 found
(#168) Expected 1 space after "+"; 0 found
(#168) Variable "AxisRotation" must be all lower-case
(#168) Variable "EdgeHeight" must be all lower-case
(#168) Variable "CenterY" must be all lower-case
(#169) Line indented incorrectly; expected 20 spaces, found 12
(#169) Closing brace indented incorrectly; expected 11 spaces, found 12
(#170) Line indented incorrectly; expected at least 20 spaces, found 11
(#170) Variable "Object" must be all lower-case
(#170) Variable "PointArray" must be all lower-case
(#170) Commas (,) must be followed by white space.
(#170) Variable "Color" must be all lower-case
(#171) Line indented incorrectly; expected 16 spaces, found 10
(#171) Closing brace indented incorrectly; expected 9 spaces, found 10
(#172) Line indented incorrectly; expected 16 spaces, found 9
(#172) Usage of ELSEIF not allowed; use ELSE IF instead
(#172) Variable "Layout" must be all lower-case
(#173) Line indented incorrectly; expected at least 16 spaces, found 10
(#174) Line indented incorrectly; expected at least 20 spaces, found 11
(#174) Variable "Color" must be all lower-case
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Variable "BackgroundR" must be all lower-case
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Variable "BackgroundG" must be all lower-case
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Variable "BackgroundB" must be all lower-case
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Variable "BackgroundAlpha" must be all lower-case
(#175) Line indented incorrectly; expected at least 20 spaces, found 11
(#175) Variable "Object" must be all lower-case
(#175) Variable "CenterX" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Variable "CenterY" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Variable "EdgeHeight" must be all lower-case
(#175) Commas (,) must be followed by white space.
(#175) Variable "Color" must be all lower-case
(#176) Line indented incorrectly; expected 16 spaces, found 10
(#176) Closing brace indented incorrectly; expected 9 spaces, found 10
(#177) Line indented incorrectly; expected 12 spaces, found 8
(#177) Closing brace indented incorrectly; expected 7 spaces, found 8
(#178) Line indented incorrectly; expected 12 spaces, found 7
(#178) Expected "} else {\n"; found "}\n else\n {\n"
(#179) Line indented incorrectly; expected at least 12 spaces, found 8
(#180) Line indented incorrectly; expected at least 16 spaces, found 9
(#180) Variable "GradientROffset" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Variable "BackgroundGradient" must be all lower-case
(#180) Variable "BackgroundGradient" must be all lower-case
(#180) Variable "Segments" must be all lower-case
(#181) Line indented incorrectly; expected at least 16 spaces, found 9
(#181) Variable "GradientGOffset" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Variable "BackgroundGradient" must be all lower-case
(#181) Variable "BackgroundGradient" must be all lower-case
(#181) Variable "Segments" must be all lower-case
(#182) Line indented incorrectly; expected at least 16 spaces, found 9
(#182) Variable "GradientBOffset" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Variable "BackgroundGradient" must be all lower-case
(#182) Variable "BackgroundGradient" must be all lower-case
(#182) Variable "Segments" must be all lower-case
(#183) Line indented incorrectly; expected at least 16 spaces, found 9
(#183) Variable "GradientAlphaOffset" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Variable "BackgroundGradient" must be all lower-case
(#183) Variable "BackgroundGradient" must be all lower-case
(#183) Variable "Segments" must be all lower-case
(#185) Line indented incorrectly; expected 16 spaces, found 9
(#185) Expected "if (...) {\n"; found "if (...)\n {\n"
(#185) Variable "Layout" must be all lower-case
(#186) Line indented incorrectly; expected at least 16 spaces, found 10
(#187) Line indented incorrectly; expected 20 spaces, found 11
(#187) Expected "for (...) {\n"; found "for(...)\n {\n"
(#187) Expected 1 space after first semicolon of FOR loop; 0 found
(#187) Expected 1 space after second semicolon of FOR loop; 0 found
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#187) Variable "Segments" must be all lower-case
(#187) Expected 1 space before ">="; 0 found
(#187) Expected 1 space after ">="; 0 found
(#188) Line indented incorrectly; expected at least 20 spaces, found 12
(#189) Line indented incorrectly; expected at least 24 spaces, found 13
(#189) Variable "Color" must be all lower-case
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#189) Variable "BackgroundGradient" must be all lower-case
(#189) Expected 1 space before "+"; 0 found
(#189) Expected 1 space after "+"; 0 found
(#189) Variable "GradientROffset" must be all lower-case
(#189) Expected 1 space before "*"; 0 found
(#189) Expected 1 space after "*"; 0 found
(#189) Commas (,) must be followed by white space.
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#189) Variable "BackgroundGradient" must be all lower-case
(#189) Expected 1 space before "+"; 0 found
(#189) Expected 1 space after "+"; 0 found
(#189) Variable "GradientGOffset" must be all lower-case
(#189) Expected 1 space before "*"; 0 found
(#189) Expected 1 space after "*"; 0 found
(#189) Commas (,) must be followed by white space.
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#189) Variable "BackgroundGradient" must be all lower-case
(#189) Expected 1 space before "+"; 0 found
(#189) Expected 1 space after "+"; 0 found
(#189) Variable "GradientBOffset" must be all lower-case
(#189) Expected 1 space before "*"; 0 found
(#189) Expected 1 space after "*"; 0 found
(#189) Commas (,) must be followed by white space.
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#189) Variable "BackgroundGradient" must be all lower-case
(#189) Expected 1 space before "+"; 0 found
(#189) Expected 1 space after "+"; 0 found
(#189) Variable "GradientAlphaOffset" must be all lower-case
(#189) Expected 1 space before "*"; 0 found
(#189) Expected 1 space after "*"; 0 found
(#189) Line exceeds maximum limit of 180 characters; contains 266 characters
(#190) Line indented incorrectly; expected at least 24 spaces, found 13
(#190) Variable "PointArray" must be all lower-case
(#192) Line indented incorrectly; expected 24 spaces, found 13
(#192) Expected "for (...) {\n"; found "for(...)\n {\n"
(#192) Expected 1 space after first semicolon of FOR loop; 0 found
(#192) Expected 1 space after second semicolon of FOR loop; 0 found
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Expected 1 space before "<="; 0 found
(#192) Expected 1 space after "<="; 0 found
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Expected 1 space before "+"; 0 found
(#192) Expected 1 space after "+"; 0 found
(#192) Expected 1 space before "/"; 0 found
(#192) Expected 1 space after "/"; 0 found
(#192) Variable "Points" must be all lower-case
(#193) Line indented incorrectly; expected at least 24 spaces, found 14
(#194) Line indented incorrectly; expected at least 28 spaces, found 15
(#194) Variable "PointArray" must be all lower-case
(#194) Expected 1 space before "+"; 0 found
(#194) Expected 1 space after "+"; 0 found
(#194) Variable "AxisRotation" must be all lower-case
(#194) Variable "EdgeHeight" must be all lower-case
(#194) Expected 1 space before "/"; 0 found
(#194) Expected 1 space after "/"; 0 found
(#194) Variable "Segments" must be all lower-case
(#194) Expected 1 space before "*"; 0 found
(#194) Expected 1 space after "*"; 0 found
(#194) Variable "CenterX" must be all lower-case
(#195) Line indented incorrectly; expected at least 28 spaces, found 15
(#195) Variable "PointArray" must be all lower-case
(#195) Expected 1 space before "+"; 0 found
(#195) Expected 1 space after "+"; 0 found
(#195) Variable "AxisRotation" must be all lower-case
(#195) Variable "EdgeHeight" must be all lower-case
(#195) Expected 1 space before "/"; 0 found
(#195) Expected 1 space after "/"; 0 found
(#195) Variable "Segments" must be all lower-case
(#195) Expected 1 space before "*"; 0 found
(#195) Expected 1 space after "*"; 0 found
(#195) Variable "CenterY" must be all lower-case
(#196) Line indented incorrectly; expected 24 spaces, found 14
(#196) Closing brace indented incorrectly; expected 13 spaces, found 14
(#197) Line indented incorrectly; expected at least 24 spaces, found 13
(#197) Variable "Object" must be all lower-case
(#197) Variable "PointArray" must be all lower-case
(#197) Commas (,) must be followed by white space.
(#197) Variable "Color" must be all lower-case
(#198) Line indented incorrectly; expected 20 spaces, found 12
(#198) Closing brace indented incorrectly; expected 11 spaces, found 12
(#199) Line indented incorrectly; expected 16 spaces, found 10
(#199) Closing brace indented incorrectly; expected 9 spaces, found 10
(#200) Line indented incorrectly; expected 16 spaces, found 9
(#200) Usage of ELSEIF not allowed; use ELSE IF instead
(#200) Variable "Layout" must be all lower-case
(#201) Line indented incorrectly; expected at least 16 spaces, found 10
(#202) Line indented incorrectly; expected 20 spaces, found 11
(#202) Expected "for (...) {\n"; found "for(...)\n {\n"
(#202) Expected 1 space after first semicolon of FOR loop; 0 found
(#202) Expected 1 space after second semicolon of FOR loop; 0 found
(#202) Expected 1 space before "="; 0 found
(#202) Expected 1 space after "="; 0 found
(#202) Variable "Segments" must be all lower-case
(#202) Expected 1 space before ">="; 0 found
(#202) Expected 1 space after ">="; 0 found
(#203) Line indented incorrectly; expected at least 20 spaces, found 12
(#204) Line indented incorrectly; expected at least 24 spaces, found 13
(#204) Variable "Color" must be all lower-case
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Variable "BackgroundGradient" must be all lower-case
(#204) Expected 1 space before "+"; 0 found
(#204) Expected 1 space after "+"; 0 found
(#204) Variable "GradientROffset" must be all lower-case
(#204) Expected 1 space before "*"; 0 found
(#204) Expected 1 space after "*"; 0 found
(#204) Commas (,) must be followed by white space.
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Variable "BackgroundGradient" must be all lower-case
(#204) Expected 1 space before "+"; 0 found
(#204) Expected 1 space after "+"; 0 found
(#204) Variable "GradientGOffset" must be all lower-case
(#204) Expected 1 space before "*"; 0 found
(#204) Expected 1 space after "*"; 0 found
(#204) Commas (,) must be followed by white space.
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Variable "BackgroundGradient" must be all lower-case
(#204) Expected 1 space before "+"; 0 found
(#204) Expected 1 space after "+"; 0 found
(#204) Variable "GradientBOffset" must be all lower-case
(#204) Expected 1 space before "*"; 0 found
(#204) Expected 1 space after "*"; 0 found
(#204) Commas (,) must be followed by white space.
(#204) Expected 1 space before "=>"; 0 found
(#204) Expected 1 space after "=>"; 0 found
(#204) Variable "BackgroundGradient" must be all lower-case
(#204) Expected 1 space before "+"; 0 found
(#204) Expected 1 space after "+"; 0 found
(#204) Variable "GradientAlphaOffset" must be all lower-case
(#204) Expected 1 space before "*"; 0 found
(#204) Expected 1 space after "*"; 0 found
(#204) Line exceeds maximum limit of 180 characters; contains 261 characters
(#205) Line indented incorrectly; expected at least 24 spaces, found 13
(#205) Variable "Object" must be all lower-case
(#205) Variable "CenterX" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "CenterY" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "EdgeHeight" must be all lower-case
(#205) Expected 1 space before "/"; 0 found
(#205) Expected 1 space after "/"; 0 found
(#205) Variable "Segments" must be all lower-case
(#205) Expected 1 space before "*"; 0 found
(#205) Expected 1 space after "*"; 0 found
(#205) Commas (,) must be followed by white space.
(#205) Variable "Color" must be all lower-case
(#206) Line indented incorrectly; expected 20 spaces, found 12
(#206) Closing brace indented incorrectly; expected 11 spaces, found 12
(#207) Line indented incorrectly; expected 16 spaces, found 10
(#207) Closing brace indented incorrectly; expected 9 spaces, found 10
(#208) Line indented incorrectly; expected 12 spaces, found 8
(#208) Closing brace indented incorrectly; expected 7 spaces, found 8
(#209) Line indented incorrectly; expected at least 12 spaces, found 7
(#209) Variable "Object" must be all lower-case
(#209) Variable "RestoreShadow" must be all lower-case
(#210) Line indented incorrectly; expected 8 spaces, found 6
(#210) Closing brace indented incorrectly; expected 5 spaces, found 6
(#212) Line indented incorrectly; expected at least 8 spaces, found 5
(#213) Line indented incorrectly; expected at least 8 spaces, found 5
(#213) Variable "Color" must be all lower-case
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#213) Variable "AxisR" must be all lower-case
(#213) Commas (,) must be followed by white space.
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#213) Variable "AxisG" must be all lower-case
(#213) Commas (,) must be followed by white space.
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#213) Variable "AxisB" must be all lower-case
(#213) Commas (,) must be followed by white space.
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#213) Variable "AxisAlpha" must be all lower-case
(#214) Line indented incorrectly; expected at least 8 spaces, found 5
(#214) Variable "ColorDotted" must be all lower-case
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#214) Variable "AxisR" must be all lower-case
(#214) Commas (,) must be followed by white space.
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#214) Variable "AxisG" must be all lower-case
(#214) Commas (,) must be followed by white space.
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#214) Variable "AxisB" must be all lower-case
(#214) Commas (,) must be followed by white space.
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#214) Variable "AxisAlpha" must be all lower-case
(#214) Expected 1 space before "*"; 0 found
(#214) Expected 1 space after "*"; 0 found
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#215) Line indented incorrectly; expected 8 spaces, found 5
(#215) Expected "if (...) {\n"; found "if (...)\n {\n"
(#215) Variable "Layout" must be all lower-case
(#216) Line indented incorrectly; expected at least 8 spaces, found 6
(#217) Line indented incorrectly; expected 12 spaces, found 7
(#217) Expected "for (...) {\n"; found "for(...)\n {\n"
(#217) Expected 1 space after first semicolon of FOR loop; 0 found
(#217) Expected 1 space after second semicolon of FOR loop; 0 found
(#217) Expected 1 space before "="; 0 found
(#217) Expected 1 space after "="; 0 found
(#217) Expected 1 space before "<="; 0 found
(#217) Expected 1 space after "<="; 0 found
(#217) Variable "Segments" must be all lower-case
(#218) Line indented incorrectly; expected at least 12 spaces, found 8
(#219) Line indented incorrectly; expected 16 spaces, found 9
(#219) Expected "for (...) {\n"; found "for(...)\n {\n"
(#219) Expected 1 space after first semicolon of FOR loop; 0 found
(#219) Expected 1 space after second semicolon of FOR loop; 0 found
(#219) Expected 1 space before "="; 0 found
(#219) Expected 1 space after "="; 0 found
(#219) Expected 1 space before "<"; 0 found
(#219) Expected 1 space after "<"; 0 found
(#219) Expected 1 space before "="; 0 found
(#219) Expected 1 space after "="; 0 found
(#219) Expected 1 space before "+"; 0 found
(#219) Expected 1 space after "+"; 0 found
(#219) Expected 1 space before "/"; 0 found
(#219) Expected 1 space after "/"; 0 found
(#219) Variable "Points" must be all lower-case
(#220) Line indented incorrectly; expected at least 16 spaces, found 10
(#221) Line indented incorrectly; expected at least 20 spaces, found 11
(#221) Variable "EdgeX1" must be all lower-case
(#221) Expected 1 space before "+"; 0 found
(#221) Expected 1 space after "+"; 0 found
(#221) Variable "AxisRotation" must be all lower-case
(#221) Variable "EdgeHeight" must be all lower-case
(#221) Expected 1 space before "/"; 0 found
(#221) Expected 1 space after "/"; 0 found
(#221) Variable "Segments" must be all lower-case
(#221) Expected 1 space before "*"; 0 found
(#221) Expected 1 space after "*"; 0 found
(#221) Variable "CenterX" must be all lower-case
(#222) Line indented incorrectly; expected at least 20 spaces, found 11
(#222) Variable "EdgeY1" must be all lower-case
(#222) Expected 1 space before "+"; 0 found
(#222) Expected 1 space after "+"; 0 found
(#222) Variable "AxisRotation" must be all lower-case
(#222) Variable "EdgeHeight" must be all lower-case
(#222) Expected 1 space before "/"; 0 found
(#222) Expected 1 space after "/"; 0 found
(#222) Variable "Segments" must be all lower-case
(#222) Expected 1 space before "*"; 0 found
(#222) Expected 1 space after "*"; 0 found
(#222) Variable "CenterY" must be all lower-case
(#223) Line indented incorrectly; expected at least 20 spaces, found 11
(#223) Variable "EdgeX2" must be all lower-case
(#223) Expected 1 space before "+"; 0 found
(#223) Expected 1 space after "+"; 0 found
(#223) Variable "AxisRotation" must be all lower-case
(#223) Expected 1 space before "+"; 0 found
(#223) Expected 1 space after "+"; 0 found
(#223) Expected 1 space before "/"; 0 found
(#223) Expected 1 space after "/"; 0 found
(#223) Variable "Points" must be all lower-case
(#223) Variable "EdgeHeight" must be all lower-case
(#223) Expected 1 space before "/"; 0 found
(#223) Expected 1 space after "/"; 0 found
(#223) Variable "Segments" must be all lower-case
(#223) Expected 1 space before "*"; 0 found
(#223) Expected 1 space after "*"; 0 found
(#223) Variable "CenterX" must be all lower-case
(#224) Line indented incorrectly; expected at least 20 spaces, found 11
(#224) Variable "EdgeY2" must be all lower-case
(#224) Expected 1 space before "+"; 0 found
(#224) Expected 1 space after "+"; 0 found
(#224) Variable "AxisRotation" must be all lower-case
(#224) Expected 1 space before "+"; 0 found
(#224) Expected 1 space after "+"; 0 found
(#224) Expected 1 space before "/"; 0 found
(#224) Expected 1 space after "/"; 0 found
(#224) Variable "Points" must be all lower-case
(#224) Variable "EdgeHeight" must be all lower-case
(#224) Expected 1 space before "/"; 0 found
(#224) Expected 1 space after "/"; 0 found
(#224) Variable "Segments" must be all lower-case
(#224) Expected 1 space before "*"; 0 found
(#224) Expected 1 space after "*"; 0 found
(#224) Variable "CenterY" must be all lower-case
(#226) Line indented incorrectly; expected at least 20 spaces, found 11
(#226) Variable "Object" must be all lower-case
(#226) Variable "EdgeX1" must be all lower-case
(#226) Commas (,) must be followed by white space.
(#226) Variable "EdgeY1" must be all lower-case
(#226) Commas (,) must be followed by white space.
(#226) Variable "EdgeX2" must be all lower-case
(#226) Commas (,) must be followed by white space.
(#226) Variable "EdgeY2" must be all lower-case
(#226) Commas (,) must be followed by white space.
(#226) Variable "Color" must be all lower-case
(#227) Line indented incorrectly; expected 16 spaces, found 10
(#227) Closing brace indented incorrectly; expected 9 spaces, found 10
(#228) Line indented incorrectly; expected 12 spaces, found 8
(#228) Closing brace indented incorrectly; expected 7 spaces, found 8
(#229) Line indented incorrectly; expected 8 spaces, found 6
(#229) Closing brace indented incorrectly; expected 5 spaces, found 6
(#230) Line indented incorrectly; expected 8 spaces, found 5
(#230) Usage of ELSEIF not allowed; use ELSE IF instead
(#230) Variable "Layout" must be all lower-case
(#231) Line indented incorrectly; expected at least 8 spaces, found 6
(#232) Line indented incorrectly; expected 12 spaces, found 7
(#232) Expected "for (...) {\n"; found "for(...)\n {\n"
(#232) Expected 1 space after first semicolon of FOR loop; 0 found
(#232) Expected 1 space after second semicolon of FOR loop; 0 found
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Expected 1 space before "<="; 0 found
(#232) Expected 1 space after "<="; 0 found
(#232) Variable "Segments" must be all lower-case
(#233) Line indented incorrectly; expected at least 12 spaces, found 8
(#234) Line indented incorrectly; expected at least 16 spaces, found 9
(#234) Variable "Radius" must be all lower-case
(#234) Variable "EdgeHeight" must be all lower-case
(#234) Expected 1 space before "/"; 0 found
(#234) Expected 1 space after "/"; 0 found
(#234) Variable "Segments" must be all lower-case
(#234) Expected 1 space before "*"; 0 found
(#234) Expected 1 space after "*"; 0 found
(#235) Line indented incorrectly; expected at least 16 spaces, found 9
(#235) Variable "Object" must be all lower-case
(#235) Variable "CenterX" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "CenterY" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "Radius" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "Radius" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "Color" must be all lower-case
(#236) Line indented incorrectly; expected 12 spaces, found 8
(#236) Closing brace indented incorrectly; expected 7 spaces, found 8
(#237) Line indented incorrectly; expected 8 spaces, found 6
(#237) Closing brace indented incorrectly; expected 5 spaces, found 6
(#239) Line indented incorrectly; expected 8 spaces, found 5
(#239) Expected "if (...) {\n"; found "if (...)\n {\n"
(#239) Variable "DrawAxisValues" must be all lower-case
(#240) Line indented incorrectly; expected at least 8 spaces, found 6
(#241) Line indented incorrectly; expected at least 12 spaces, found 7
(#241) Inline control structures are not allowed
(#241) Variable "LabelsBackground" must be all lower-case
(#242) Line indented incorrectly; expected at least 12 spaces, found 8
(#242) Variable "Options" must be all lower-case
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) Commas (,) must be followed by white space.
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) Variable "LabelsBGR" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) Variable "LabelsBGG" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) Variable "LabelsBGB" must be all lower-case
(#242) Commas (,) must be followed by white space.
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) Variable "LabelsBGAlpha" must be all lower-case
(#242) Line exceeds 132 characters; contains 160 characters
(#243) Line indented incorrectly; expected at least 12 spaces, found 7
(#243) Inline control structures are not allowed
(#244) Line indented incorrectly; expected at least 12 spaces, found 8
(#244) Variable "Options" must be all lower-case
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#246) Line indented incorrectly; expected 12 spaces, found 7
(#246) Expected "if (...) {\n"; found "if (...) { "
(#246) Variable "AxisBoxRounded" must be all lower-case
(#246) Variable "Options" must be all lower-case
(#246) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#246) Closing brace must be on a line by itself
(#248) Line indented incorrectly; expected at least 12 spaces, found 7
(#248) Variable "Options" must be all lower-case
(#248) Variable "AxisFontName" must be all lower-case
(#249) Line indented incorrectly; expected at least 12 spaces, found 7
(#249) Variable "Options" must be all lower-case
(#249) Variable "AxisFontSize" must be all lower-case
(#251) Line indented incorrectly; expected at least 12 spaces, found 7
(#251) Variable "Angle" must be all lower-case
(#251) Variable "Points" must be all lower-case
(#251) Expected 1 space before "*"; 0 found
(#251) Expected 1 space after "*"; 0 found
(#252) Line indented incorrectly; expected 12 spaces, found 7
(#252) Expected "for (...) {\n"; found "for(...)\n {\n"
(#252) Expected 1 space after first semicolon of FOR loop; 0 found
(#252) Expected 1 space after second semicolon of FOR loop; 0 found
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#252) Expected 1 space before "<="; 0 found
(#252) Expected 1 space after "<="; 0 found
(#252) Variable "Segments" must be all lower-case
(#253) Line indented incorrectly; expected at least 12 spaces, found 8
(#254) Line indented incorrectly; expected at least 16 spaces, found 9
(#254) Variable "Label" must be all lower-case
(#254) Variable "SegmentHeight" must be all lower-case
(#256) Line indented incorrectly; expected 16 spaces, found 9
(#256) Expected "if (...) {\n"; found "if (...)\n {\n"
(#256) Variable "Layout" must be all lower-case
(#257) Line indented incorrectly; expected at least 16 spaces, found 10
(#258) Line indented incorrectly; expected at least 20 spaces, found 11
(#258) Variable "EdgeX1" must be all lower-case
(#258) Variable "Angle" must be all lower-case
(#258) Expected 1 space before "+"; 0 found
(#258) Expected 1 space after "+"; 0 found
(#258) Variable "AxisRotation" must be all lower-case
(#258) Variable "EdgeHeight" must be all lower-case
(#258) Expected 1 space before "/"; 0 found
(#258) Expected 1 space after "/"; 0 found
(#258) Variable "Segments" must be all lower-case
(#258) Expected 1 space before "*"; 0 found
(#258) Expected 1 space after "*"; 0 found
(#258) Variable "CenterX" must be all lower-case
(#259) Line indented incorrectly; expected at least 20 spaces, found 11
(#259) Variable "EdgeY1" must be all lower-case
(#259) Variable "Angle" must be all lower-case
(#259) Expected 1 space before "+"; 0 found
(#259) Expected 1 space after "+"; 0 found
(#259) Variable "AxisRotation" must be all lower-case
(#259) Variable "EdgeHeight" must be all lower-case
(#259) Expected 1 space before "/"; 0 found
(#259) Expected 1 space after "/"; 0 found
(#259) Variable "Segments" must be all lower-case
(#259) Expected 1 space before "*"; 0 found
(#259) Expected 1 space after "*"; 0 found
(#259) Variable "CenterY" must be all lower-case
(#260) Line indented incorrectly; expected 16 spaces, found 10
(#260) Closing brace indented incorrectly; expected 9 spaces, found 10
(#261) Line indented incorrectly; expected 16 spaces, found 9
(#261) Usage of ELSEIF not allowed; use ELSE IF instead
(#261) Variable "Layout" must be all lower-case
(#262) Line indented incorrectly; expected at least 16 spaces, found 10
(#263) Line indented incorrectly; expected at least 20 spaces, found 11
(#263) Variable "EdgeX1" must be all lower-case
(#263) Variable "AxisRotation" must be all lower-case
(#263) Variable "EdgeHeight" must be all lower-case
(#263) Expected 1 space before "/"; 0 found
(#263) Expected 1 space after "/"; 0 found
(#263) Variable "Segments" must be all lower-case
(#263) Expected 1 space before "*"; 0 found
(#263) Expected 1 space after "*"; 0 found
(#263) Variable "CenterX" must be all lower-case
(#264) Line indented incorrectly; expected at least 20 spaces, found 11
(#264) Variable "EdgeY1" must be all lower-case
(#264) Variable "AxisRotation" must be all lower-case
(#264) Variable "EdgeHeight" must be all lower-case
(#264) Expected 1 space before "/"; 0 found
(#264) Expected 1 space after "/"; 0 found
(#264) Variable "Segments" must be all lower-case
(#264) Expected 1 space before "*"; 0 found
(#264) Expected 1 space after "*"; 0 found
(#264) Variable "CenterY" must be all lower-case
(#265) Line indented incorrectly; expected at least 20 spaces, found 11
(#265) Variable "EdgeX2" must be all lower-case
(#265) Variable "Points" must be all lower-case
(#265) Variable "AxisRotation" must be all lower-case
(#265) Variable "EdgeHeight" must be all lower-case
(#265) Expected 1 space before "/"; 0 found
(#265) Expected 1 space after "/"; 0 found
(#265) Variable "Segments" must be all lower-case
(#265) Expected 1 space before "*"; 0 found
(#265) Expected 1 space after "*"; 0 found
(#265) Variable "CenterX" must be all lower-case
(#266) Line indented incorrectly; expected at least 20 spaces, found 11
(#266) Variable "EdgeY2" must be all lower-case
(#266) Variable "Points" must be all lower-case
(#266) Variable "AxisRotation" must be all lower-case
(#266) Variable "EdgeHeight" must be all lower-case
(#266) Expected 1 space before "/"; 0 found
(#266) Expected 1 space after "/"; 0 found
(#266) Variable "Segments" must be all lower-case
(#266) Expected 1 space before "*"; 0 found
(#266) Expected 1 space after "*"; 0 found
(#266) Variable "CenterY" must be all lower-case
(#268) Line indented incorrectly; expected at least 20 spaces, found 11
(#268) Variable "EdgeX1" must be all lower-case
(#268) Variable "EdgeX2" must be all lower-case
(#268) Variable "EdgeX1" must be all lower-case
(#268) Expected 1 space before "/"; 0 found
(#268) Expected 1 space after "/"; 0 found
(#268) Variable "EdgeX1" must be all lower-case
(#269) Line indented incorrectly; expected at least 20 spaces, found 11
(#269) Variable "EdgeY1" must be all lower-case
(#269) Variable "EdgeY2" must be all lower-case
(#269) Variable "EdgeY1" must be all lower-case
(#269) Expected 1 space before "/"; 0 found
(#269) Expected 1 space after "/"; 0 found
(#269) Variable "EdgeY1" must be all lower-case
(#270) Line indented incorrectly; expected 16 spaces, found 10
(#270) Closing brace indented incorrectly; expected 9 spaces, found 10
(#272) Line indented incorrectly; expected at least 16 spaces, found 9
(#272) Variable "Object" must be all lower-case
(#272) Variable "EdgeX1" must be all lower-case
(#272) Commas (,) must be followed by white space.
(#272) Variable "EdgeY1" must be all lower-case
(#272) Commas (,) must be followed by white space.
(#272) Variable "Label" must be all lower-case
(#272) Commas (,) must be followed by white space.
(#272) Variable "Options" must be all lower-case
(#273) Line indented incorrectly; expected 12 spaces, found 8
(#273) Closing brace indented incorrectly; expected 7 spaces, found 8
(#274) Line indented incorrectly; expected 8 spaces, found 6
(#274) Closing brace indented incorrectly; expected 5 spaces, found 6
(#276) Line indented incorrectly; expected at least 8 spaces, found 5
(#277) Line indented incorrectly; expected at least 8 spaces, found 5
(#277) Variable "ID" must be all lower-case
(#278) Line indented incorrectly; expected 8 spaces, found 5
(#278) Expected "for (...) {\n"; found "for(...)\n {\n"
(#278) Expected 1 space after first semicolon of FOR loop; 0 found
(#278) Expected 1 space after second semicolon of FOR loop; 0 found
(#278) Expected 1 space before "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#278) Expected 1 space before "<"; 0 found
(#278) Expected 1 space after "<"; 0 found
(#278) Expected 1 space before "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#278) Expected 1 space before "+"; 0 found
(#278) Expected 1 space after "+"; 0 found
(#278) Expected 1 space before "/"; 0 found
(#278) Expected 1 space after "/"; 0 found
(#278) Variable "Points" must be all lower-case
(#279) Line indented incorrectly; expected at least 8 spaces, found 6
(#280) Line indented incorrectly; expected at least 12 spaces, found 7
(#280) Variable "EdgeX" must be all lower-case
(#280) Expected 1 space before "+"; 0 found
(#280) Expected 1 space after "+"; 0 found
(#280) Variable "AxisRotation" must be all lower-case
(#280) Variable "EdgeHeight" must be all lower-case
(#280) Expected 1 space before "+"; 0 found
(#280) Expected 1 space after "+"; 0 found
(#280) Variable "TicksLength" must be all lower-case
(#280) Variable "CenterX" must be all lower-case
(#281) Line indented incorrectly; expected at least 12 spaces, found 7
(#281) Variable "EdgeY" must be all lower-case
(#281) Expected 1 space before "+"; 0 found
(#281) Expected 1 space after "+"; 0 found
(#281) Variable "AxisRotation" must be all lower-case
(#281) Variable "EdgeHeight" must be all lower-case
(#281) Expected 1 space before "+"; 0 found
(#281) Expected 1 space after "+"; 0 found
(#281) Variable "TicksLength" must be all lower-case
(#281) Variable "CenterY" must be all lower-case
(#283) Line indented incorrectly; expected 12 spaces, found 7
(#283) Expected "if (...) {\n"; found "if (...)\n { "
(#283) Variable "ID" must be all lower-case
(#283) Variable "SkipLabels" must be all lower-case
(#284) Line indented incorrectly; expected at least 12 spaces, found 8
(#284) Variable "Object" must be all lower-case
(#284) Variable "CenterX" must be all lower-case
(#284) Commas (,) must be followed by white space.
(#284) Variable "CenterY" must be all lower-case
(#284) Commas (,) must be followed by white space.
(#284) Variable "EdgeX" must be all lower-case
(#284) Commas (,) must be followed by white space.
(#284) Variable "EdgeY" must be all lower-case
(#284) Commas (,) must be followed by white space.
(#284) Variable "Color" must be all lower-case
(#284) Closing brace must be on a line by itself
(#285) Line indented incorrectly; expected 12 spaces, found 7
(#285) Expected "} else {\n"; found "}\n else\n { "
(#286) Line indented incorrectly; expected at least 12 spaces, found 8
(#286) Variable "Object" must be all lower-case
(#286) Variable "CenterX" must be all lower-case
(#286) Commas (,) must be followed by white space.
(#286) Variable "CenterY" must be all lower-case
(#286) Commas (,) must be followed by white space.
(#286) Variable "EdgeX" must be all lower-case
(#286) Commas (,) must be followed by white space.
(#286) Variable "EdgeY" must be all lower-case
(#286) Commas (,) must be followed by white space.
(#286) Variable "ColorDotted" must be all lower-case
(#286) Closing brace must be on a line by itself
(#288) Line indented incorrectly; expected 12 spaces, found 7
(#288) Expected "if (...) {\n"; found "if (...)\n {\n"
(#288) Variable "WriteLabels" must be all lower-case
(#289) Line indented incorrectly; expected at least 12 spaces, found 8
(#290) Line indented incorrectly; expected at least 16 spaces, found 9
(#290) Variable "LabelX" must be all lower-case
(#290) Expected 1 space before "+"; 0 found
(#290) Expected 1 space after "+"; 0 found
(#290) Variable "AxisRotation" must be all lower-case
(#290) Expected 1 space before "+"; 0 found
(#290) Expected 1 space after "+"; 0 found
(#290) Variable "Axisoffset" must be all lower-case
(#290) Variable "EdgeHeight" must be all lower-case
(#290) Expected 1 space before "+"; 0 found
(#290) Expected 1 space after "+"; 0 found
(#290) Variable "LabelPadding" must be all lower-case
(#290) Expected 1 space before "+"; 0 found
(#290) Expected 1 space after "+"; 0 found
(#290) Variable "TicksLength" must be all lower-case
(#290) Variable "CenterX" must be all lower-case
(#291) Line indented incorrectly; expected at least 16 spaces, found 9
(#291) Variable "LabelY" must be all lower-case
(#291) Expected 1 space before "+"; 0 found
(#291) Expected 1 space after "+"; 0 found
(#291) Variable "AxisRotation" must be all lower-case
(#291) Expected 1 space before "+"; 0 found
(#291) Expected 1 space after "+"; 0 found
(#291) Variable "Axisoffset" must be all lower-case
(#291) Variable "EdgeHeight" must be all lower-case
(#291) Expected 1 space before "+"; 0 found
(#291) Expected 1 space after "+"; 0 found
(#291) Variable "LabelPadding" must be all lower-case
(#291) Expected 1 space before "+"; 0 found
(#291) Expected 1 space after "+"; 0 found
(#291) Variable "TicksLength" must be all lower-case
(#291) Variable "CenterY" must be all lower-case
(#293) Line indented incorrectly; expected 16 spaces, found 9
(#293) Expected "if (...) {\n"; found "if (...)\n { "
(#293) Variable "LabelSerie" must be all lower-case
(#294) Line indented incorrectly; expected at least 16 spaces, found 10
(#294) Variable "Label" must be all lower-case
(#294) Variable "Data" must be all lower-case
(#294) Variable "LabelSerie" must be all lower-case
(#294) Variable "ID" must be all lower-case
(#294) Variable "Data" must be all lower-case
(#294) Variable "LabelSerie" must be all lower-case
(#294) Variable "ID" must be all lower-case
(#294) Closing brace must be on a line by itself
(#295) Line indented incorrectly; expected at least 16 spaces, found 9
(#295) Inline control structures are not allowed
(#296) Line indented incorrectly; expected at least 16 spaces, found 10
(#296) Variable "Label" must be all lower-case
(#296) Variable "ID" must be all lower-case
(#298) Line indented incorrectly; expected 16 spaces, found 9
(#298) Expected "if (...) {\n"; found "if (...)\n {\n"
(#298) Variable "ID" must be all lower-case
(#298) Variable "SkipLabels" must be all lower-case
(#299) Line indented incorrectly; expected at least 16 spaces, found 10
(#300) Line indented incorrectly; expected at least 20 spaces, found 11
(#300) Inline control structures are not allowed
(#300) Variable "LabelPos" must be all lower-case
(#301) Line indented incorrectly; expected at least 20 spaces, found 12
(#301) Variable "Object" must be all lower-case
(#301) Variable "LabelX" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Variable "LabelY" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Variable "Label" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#301) Expected 1 space before "-"; 0 found
(#301) Expected 1 space after "-"; 0 found
(#301) Expected 1 space before "+"; 0 found
(#301) Expected 1 space after "+"; 0 found
(#301) Variable "AxisRotation" must be all lower-case
(#301) Expected 1 space before "+"; 0 found
(#301) Expected 1 space after "+"; 0 found
(#301) Variable "Axisoffset" must be all lower-case
(#301) Expected 1 space before "-"; 0 found
(#301) Expected 1 space after "-"; 0 found
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#301) Line exceeds 132 characters; contains 143 characters
(#302) Line indented incorrectly; expected 20 spaces, found 11
(#303) Line indented incorrectly; expected at least 20 spaces, found 12
(#304) Line indented incorrectly; expected 24 spaces, found 13
(#304) Expected "if (...) {\n"; found "if (...)\t{ "
(#304) Variable "LabelX" must be all lower-case
(#304) Variable "CenterX" must be all lower-case
(#304) Variable "LabelY" must be all lower-case
(#304) Expected 1 space after "<"; 2 found
(#304) Variable "CenterY" must be all lower-case
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Variable "Object" must be all lower-case
(#304) Variable "LabelX" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Variable "LabelY" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Variable "Label" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Line exceeds maximum limit of 180 characters; contains 181 characters
(#304) Closing brace must be on a line by itself
(#305) Line indented incorrectly; expected 24 spaces, found 13
(#305) Expected "if (...) {\n"; found "if (...)\t{ "
(#305) Variable "LabelX" must be all lower-case
(#305) Expected 1 space after ">"; 2 found
(#305) Variable "CenterX" must be all lower-case
(#305) Variable "LabelY" must be all lower-case
(#305) Expected 1 space after "<"; 2 found
(#305) Variable "CenterY" must be all lower-case
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Variable "Object" must be all lower-case
(#305) Variable "LabelX" must be all lower-case
(#305) Commas (,) must be followed by white space.
(#305) Variable "LabelY" must be all lower-case
(#305) Commas (,) must be followed by white space.
(#305) Variable "Label" must be all lower-case
(#305) Commas (,) must be followed by white space.
(#305) Expected 1 space before "=>"; 0 found
(#305) Expected 1 space after "=>"; 0 found
(#305) Line exceeds 132 characters; contains 179 characters
(#305) Closing brace must be on a line by itself
(#306) Line indented incorrectly; expected 24 spaces, found 13
(#306) Expected "if (...) {\n"; found "if (...)\t{ "
(#306) Variable "LabelX" must be all lower-case
(#306) Expected 1 space after ">"; 2 found
(#306) Variable "CenterX" must be all lower-case
(#306) Variable "LabelY" must be all lower-case
(#306) Variable "CenterY" must be all lower-case
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Variable "Object" must be all lower-case
(#306) Variable "LabelX" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Variable "LabelY" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Variable "Label" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Line exceeds 132 characters; contains 179 characters
(#306) Closing brace must be on a line by itself
(#307) Line indented incorrectly; expected 24 spaces, found 13
(#307) Expected "if (...) {\n"; found "if (...)\t{ "
(#307) Variable "LabelX" must be all lower-case
(#307) Expected 1 space after ">"; 2 found
(#307) Variable "CenterX" must be all lower-case
(#307) Variable "LabelY" must be all lower-case
(#307) Expected 1 space after ">"; 2 found
(#307) Variable "CenterY" must be all lower-case
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Variable "Object" must be all lower-case
(#307) Variable "LabelX" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "LabelY" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "Label" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#307) Line exceeds 132 characters; contains 176 characters
(#307) Closing brace must be on a line by itself
(#308) Line indented incorrectly; expected 24 spaces, found 13
(#308) Expected "if (...) {\n"; found "if (...)\t{ "
(#308) Variable "LabelX" must be all lower-case
(#308) Expected 1 space after "<"; 2 found
(#308) Variable "CenterX" must be all lower-case
(#308) Variable "LabelY" must be all lower-case
(#308) Expected 1 space after "<"; 2 found
(#308) Variable "CenterY" must be all lower-case
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Variable "Object" must be all lower-case
(#308) Variable "LabelX" must be all lower-case
(#308) Commas (,) must be followed by white space.
(#308) Variable "LabelY" must be all lower-case
(#308) Commas (,) must be followed by white space.
(#308) Variable "Label" must be all lower-case
(#308) Commas (,) must be followed by white space.
(#308) Expected 1 space before "=>"; 0 found
(#308) Expected 1 space after "=>"; 0 found
(#308) Line exceeds 132 characters; contains 180 characters
(#308) Closing brace must be on a line by itself
(#309) Line indented incorrectly; expected 24 spaces, found 13
(#309) Expected "if (...) {\n"; found "if (...)\t{ "
(#309) Variable "LabelX" must be all lower-case
(#309) Expected 1 space after "<"; 2 found
(#309) Variable "CenterX" must be all lower-case
(#309) Variable "LabelY" must be all lower-case
(#309) Variable "CenterY" must be all lower-case
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Variable "Object" must be all lower-case
(#309) Variable "LabelX" must be all lower-case
(#309) Commas (,) must be followed by white space.
(#309) Variable "LabelY" must be all lower-case
(#309) Commas (,) must be followed by white space.
(#309) Variable "Label" must be all lower-case
(#309) Commas (,) must be followed by white space.
(#309) Expected 1 space before "=>"; 0 found
(#309) Expected 1 space after "=>"; 0 found
(#309) Line exceeds 132 characters; contains 180 characters
(#309) Closing brace must be on a line by itself
(#310) Line indented incorrectly; expected 24 spaces, found 13
(#310) Expected "if (...) {\n"; found "if (...)\t{ "
(#310) Variable "LabelX" must be all lower-case
(#310) Expected 1 space after "<"; 2 found
(#310) Variable "CenterX" must be all lower-case
(#310) Variable "LabelY" must be all lower-case
(#310) Expected 1 space after ">"; 2 found
(#310) Variable "CenterY" must be all lower-case
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Variable "Object" must be all lower-case
(#310) Variable "LabelX" must be all lower-case
(#310) Commas (,) must be followed by white space.
(#310) Variable "LabelY" must be all lower-case
(#310) Commas (,) must be followed by white space.
(#310) Variable "Label" must be all lower-case
(#310) Commas (,) must be followed by white space.
(#310) Expected 1 space before "=>"; 0 found
(#310) Expected 1 space after "=>"; 0 found
(#310) Line exceeds 132 characters; contains 177 characters
(#310) Closing brace must be on a line by itself
(#311) Line indented incorrectly; expected 24 spaces, found 13
(#311) Expected "if (...) {\n"; found "if (...)\t{ "
(#311) Variable "LabelX" must be all lower-case
(#311) Variable "CenterX" must be all lower-case
(#311) Variable "LabelY" must be all lower-case
(#311) Expected 1 space after ">"; 2 found
(#311) Variable "CenterY" must be all lower-case
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Variable "Object" must be all lower-case
(#311) Variable "LabelX" must be all lower-case
(#311) Commas (,) must be followed by white space.
(#311) Variable "LabelY" must be all lower-case
(#311) Commas (,) must be followed by white space.
(#311) Variable "Label" must be all lower-case
(#311) Commas (,) must be followed by white space.
(#311) Expected 1 space before "=>"; 0 found
(#311) Expected 1 space after "=>"; 0 found
(#311) Line exceeds 132 characters; contains 178 characters
(#311) Closing brace must be on a line by itself
(#312) Line indented incorrectly; expected 20 spaces, found 12
(#312) Closing brace indented incorrectly; expected 11 spaces, found 12
(#313) Line indented incorrectly; expected 16 spaces, found 10
(#313) Closing brace indented incorrectly; expected 9 spaces, found 10
(#314) Line indented incorrectly; expected 12 spaces, found 8
(#314) Closing brace indented incorrectly; expected 7 spaces, found 8
(#315) Line indented incorrectly; expected at least 12 spaces, found 7
(#315) Variable "ID" must be all lower-case
(#316) Line indented incorrectly; expected 8 spaces, found 6
(#316) Closing brace indented incorrectly; expected 5 spaces, found 6
(#318) Line indented incorrectly; expected at least 8 spaces, found 5
(#319) Line indented incorrectly; expected at least 8 spaces, found 5
(#319) Variable "ID" must be all lower-case
(#319) Variable "Plot" must be all lower-case
(#320) Line indented incorrectly; expected 8 spaces, found 5
(#320) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#320) Variable "Data" must be all lower-case
(#320) Variable "SerieName" must be all lower-case
(#320) Variable "DataS" must be all lower-case
(#321) Line indented incorrectly; expected at least 8 spaces, found 6
(#322) Line indented incorrectly; expected 12 spaces, found 7
(#322) Expected "if (...) {\n"; found "if (...)\n {\n"
(#322) Variable "SerieName" must be all lower-case
(#322) Variable "LabelSerie" must be all lower-case
(#323) Line indented incorrectly; expected at least 12 spaces, found 8
(#324) Line indented incorrectly; expected at least 16 spaces, found 9
(#324) Variable "Color" must be all lower-case
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Variable "Palette" must be all lower-case
(#324) Variable "ID" must be all lower-case
(#324) Commas (,) must be followed by white space.
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Variable "Palette" must be all lower-case
(#324) Variable "ID" must be all lower-case
(#324) Commas (,) must be followed by white space.
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Variable "Palette" must be all lower-case
(#324) Variable "ID" must be all lower-case
(#324) Commas (,) must be followed by white space.
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Variable "Palette" must be all lower-case
(#324) Variable "ID" must be all lower-case
(#324) Commas (,) must be followed by white space.
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Variable "PointSurrounding" must be all lower-case
(#324) Line exceeds 132 characters; contains 162 characters
(#325) Line indented incorrectly; expected 16 spaces, found 9
(#325) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#325) Variable "DataS" must be all lower-case
(#325) Variable "Key" must be all lower-case
(#325) Variable "Value" must be all lower-case
(#326) Line indented incorrectly; expected at least 16 spaces, found 10
(#327) Line indented incorrectly; expected at least 20 spaces, found 11
(#327) Variable "Angle" must be all lower-case
(#327) Expected 1 space before "/"; 0 found
(#327) Expected 1 space after "/"; 0 found
(#327) Variable "Points" must be all lower-case
(#327) Variable "Key" must be all lower-case
(#328) Line indented incorrectly; expected at least 20 spaces, found 11
(#328) Variable "Length" must be all lower-case
(#328) Variable "EdgeHeight" must be all lower-case
(#328) Expected 1 space before "/"; 0 found
(#328) Expected 1 space after "/"; 0 found
(#328) Variable "Segments" must be all lower-case
(#328) Expected 1 space before "*"; 0 found
(#328) Expected 1 space after "*"; 0 found
(#328) Variable "SegmentHeight" must be all lower-case
(#328) Expected 1 space before "*"; 0 found
(#328) Expected 1 space after "*"; 0 found
(#328) Variable "Value" must be all lower-case
(#330) Line indented incorrectly; expected at least 20 spaces, found 11
(#330) Variable "X" must be all lower-case
(#330) Variable "Angle" must be all lower-case
(#330) Expected 1 space before "+"; 0 found
(#330) Expected 1 space after "+"; 0 found
(#330) Variable "AxisRotation" must be all lower-case
(#330) Variable "Length" must be all lower-case
(#330) Expected 1 space before "+"; 2 found
(#330) Variable "CenterX" must be all lower-case
(#331) Line indented incorrectly; expected at least 20 spaces, found 11
(#331) Variable "Y" must be all lower-case
(#331) Variable "Angle" must be all lower-case
(#331) Expected 1 space before "+"; 0 found
(#331) Expected 1 space after "+"; 0 found
(#331) Variable "AxisRotation" must be all lower-case
(#331) Variable "Length" must be all lower-case
(#331) Expected 1 space before "+"; 2 found
(#331) Variable "CenterY" must be all lower-case
(#333) Line indented incorrectly; expected at least 20 spaces, found 11
(#333) Variable "Plot" must be all lower-case
(#333) Variable "ID" must be all lower-case
(#333) Variable "X" must be all lower-case
(#333) Commas (,) must be followed by white space.
(#333) Variable "Y" must be all lower-case
(#333) Commas (,) must be followed by white space.
(#333) Variable "Value" must be all lower-case
(#335) Line indented incorrectly; expected 20 spaces, found 11
(#335) Expected "if (...) {\n"; found "if (...) { "
(#335) Variable "RecordImageMap" must be all lower-case
(#335) Commas (,) must be followed by white space.
(#335) Variable "X" must be all lower-case
(#335) Variable "Y" must be all lower-case
(#335) Variable "PointRadius" must be all lower-case
(#335) Commas (,) must be followed by white space.
(#335) Variable "Palette" must be all lower-case
(#335) Variable "ID" must be all lower-case
(#335) Commas (,) must be followed by white space.
(#335) Variable "Palette" must be all lower-case
(#335) Variable "ID" must be all lower-case
(#335) Commas (,) must be followed by white space.
(#335) Variable "Palette" must be all lower-case
(#335) Variable "ID" must be all lower-case
(#335) Commas (,) must be followed by white space.
(#335) Variable "DataS" must be all lower-case
(#335) Commas (,) must be followed by white space.
(#335) Variable "Data" must be all lower-case
(#335) Variable "LabelSerie" must be all lower-case
(#335) Variable "Key" must be all lower-case
(#335) Variable "Value" must be all lower-case
(#335) Line exceeds maximum limit of 180 characters; contains 300 characters
(#335) Closing brace must be on a line by itself
(#336) Line indented incorrectly; expected 16 spaces, found 10
(#336) Closing brace indented incorrectly; expected 9 spaces, found 10
(#337) Line indented incorrectly; expected at least 16 spaces, found 9
(#337) Variable "ID" must be all lower-case
(#338) Line indented incorrectly; expected 12 spaces, found 8
(#338) Closing brace indented incorrectly; expected 7 spaces, found 8
(#339) Line indented incorrectly; expected 8 spaces, found 6
(#339) Closing brace indented incorrectly; expected 5 spaces, found 6
(#341) Line indented incorrectly; expected at least 8 spaces, found 5
(#342) Line indented incorrectly; expected 8 spaces, found 5
(#342) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#342) Variable "Plot" must be all lower-case
(#342) Variable "ID" must be all lower-case
(#342) Variable "Points" must be all lower-case
(#343) Line indented incorrectly; expected at least 8 spaces, found 6
(#344) Line indented incorrectly; expected at least 12 spaces, found 7
(#344) Variable "Color" must be all lower-case
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Variable "Palette" must be all lower-case
(#344) Variable "ID" must be all lower-case
(#344) Commas (,) must be followed by white space.
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Variable "Palette" must be all lower-case
(#344) Variable "ID" must be all lower-case
(#344) Commas (,) must be followed by white space.
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Variable "Palette" must be all lower-case
(#344) Variable "ID" must be all lower-case
(#344) Commas (,) must be followed by white space.
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Variable "Palette" must be all lower-case
(#344) Variable "ID" must be all lower-case
(#344) Commas (,) must be followed by white space.
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#344) Variable "PointSurrounding" must be all lower-case
(#344) Line exceeds 132 characters; contains 160 characters
(#346) Line indented incorrectly; expected at least 12 spaces, found 7
(#347) Line indented incorrectly; expected 12 spaces, found 7
(#347) Expected "if (...) {\n"; found "if (...)\n {\n"
(#347) Variable "DrawPoly" must be all lower-case
(#348) Line indented incorrectly; expected at least 12 spaces, found 8
(#349) Line indented incorrectly; expected at least 16 spaces, found 9
(#349) Inline control structures are not allowed
(#349) Variable "PolyAlpha" must be all lower-case
(#349) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#350) Line indented incorrectly; expected at least 16 spaces, found 10
(#350) Variable "Color" must be all lower-case
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "Palette" must be all lower-case
(#350) Variable "ID" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "Palette" must be all lower-case
(#350) Variable "ID" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "Palette" must be all lower-case
(#350) Variable "ID" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "PolyAlpha" must be all lower-case
(#350) Commas (,) must be followed by white space.
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Variable "PointSurrounding" must be all lower-case
(#350) Line exceeds 132 characters; contains 151 characters
(#352) Line indented incorrectly; expected at least 16 spaces, found 9
(#352) Variable "PointsArray" must be all lower-case
(#353) Line indented incorrectly; expected 16 spaces, found 9
(#353) Expected "for (...) {\n"; found "for(...) \n { "
(#353) Expected 1 space after second semicolon of FOR loop; 0 found
(#353) Expected 1 space before "="; 0 found
(#353) Expected 1 space after "="; 0 found
(#353) Expected 1 space before "<"; 0 found
(#353) Expected 1 space after "<"; 0 found
(#353) Variable "Points" must be all lower-case
(#353) Whitespace found at end of line
(#354) Line indented incorrectly; expected at least 16 spaces, found 10
(#354) Variable "PointsArray" must be all lower-case
(#354) Variable "Points" must be all lower-case
(#354) Variable "PointsArray" must be all lower-case
(#354) Variable "Points" must be all lower-case
(#354) Closing brace must be on a line by itself
(#355) Line indented incorrectly; expected at least 16 spaces, found 9
(#355) Variable "Object" must be all lower-case
(#355) Variable "PointsArray" must be all lower-case
(#355) Commas (,) must be followed by white space.
(#355) Variable "Color" must be all lower-case
(#356) Line indented incorrectly; expected 12 spaces, found 8
(#356) Closing brace indented incorrectly; expected 7 spaces, found 8
(#358) Line indented incorrectly; expected at least 12 spaces, found 7
(#358) Variable "Color" must be all lower-case
(#358) Expected 1 space before "=>"; 0 found
(#358) Expected 1 space after "=>"; 0 found
(#358) Variable "Palette" must be all lower-case
(#358) Variable "ID" must be all lower-case
(#358) Commas (,) must be followed by white space.
(#358) Expected 1 space before "=>"; 0 found
(#358) Expected 1 space after "=>"; 0 found
(#358) Variable "Palette" must be all lower-case
(#358) Variable "ID" must be all lower-case
(#358) Commas (,) must be followed by white space.
(#358) Expected 1 space before "=>"; 0 found
(#358) Expected 1 space after "=>"; 0 found
(#358) Variable "Palette" must be all lower-case
(#358) Variable "ID" must be all lower-case
(#358) Commas (,) must be followed by white space.
(#358) Expected 1 space before "=>"; 0 found
(#358) Expected 1 space after "=>"; 0 found
(#358) Variable "Palette" must be all lower-case
(#358) Variable "ID" must be all lower-case
(#358) Commas (,) must be followed by white space.
(#358) Expected 1 space before "=>"; 0 found
(#358) Expected 1 space after "=>"; 0 found
(#358) Variable "PointSurrounding" must be all lower-case
(#358) Line exceeds 132 characters; contains 160 characters
(#360) Line indented incorrectly; expected at least 12 spaces, found 7
(#361) Line indented incorrectly; expected at least 12 spaces, found 7
(#361) Variable "TextSettings" must be all lower-case
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#361) Commas (,) must be followed by white space.
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#361) Variable "ValueFontName" must be all lower-case
(#361) Commas (,) must be followed by white space.
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#361) Variable "ValueFontSize" must be all lower-case
(#361) Commas (,) must be followed by white space.
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#361) Variable "Palette" must be all lower-case
(#361) Variable "ID" must be all lower-case
(#361) Commas (,) must be followed by white space.
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#361) Variable "Palette" must be all lower-case
(#361) Variable "ID" must be all lower-case
(#361) Commas (,) must be followed by white space.
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#361) Variable "Palette" must be all lower-case
(#361) Variable "ID" must be all lower-case
(#361) Line exceeds maximum limit of 180 characters; contains 189 characters
(#362) Line indented incorrectly; expected at least 12 spaces, found 7
(#362) Variable "InnerColor" must be all lower-case
(#362) Expected 1 space before "=>"; 0 found
(#362) Expected 1 space after "=>"; 0 found
(#362) Variable "InnerBubbleR" must be all lower-case
(#362) Commas (,) must be followed by white space.
(#362) Expected 1 space before "=>"; 0 found
(#362) Expected 1 space after "=>"; 0 found
(#362) Variable "InnerBubbleG" must be all lower-case
(#362) Commas (,) must be followed by white space.
(#362) Expected 1 space before "=>"; 0 found
(#362) Expected 1 space after "=>"; 0 found
(#362) Variable "InnerBubbleB" must be all lower-case
(#362) Commas (,) must be followed by white space.
(#362) Expected 1 space before "=>"; 0 found
(#362) Expected 1 space after "=>"; 0 found
(#362) Variable "InnerBubbleAlpha" must be all lower-case
(#363) Line indented incorrectly; expected at least 12 spaces, found 7
(#363) Inline control structures are not allowed
(#363) Variable "OuterBubbleR" must be all lower-case
(#364) Line indented incorrectly; expected at least 12 spaces, found 8
(#364) Variable "OuterColor" must be all lower-case
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#364) Variable "OuterBubbleR" must be all lower-case
(#364) Commas (,) must be followed by white space.
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#364) Variable "OuterBubbleG" must be all lower-case
(#364) Commas (,) must be followed by white space.
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#364) Variable "OuterBubbleB" must be all lower-case
(#364) Commas (,) must be followed by white space.
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#364) Variable "OuterBubbleAlpha" must be all lower-case
(#365) Line indented incorrectly; expected at least 12 spaces, found 7
(#365) Inline control structures are not allowed
(#366) Line indented incorrectly; expected at least 12 spaces, found 8
(#366) Variable "OuterColor" must be all lower-case
(#366) Expected 1 space before "=>"; 0 found
(#366) Expected 1 space after "=>"; 0 found
(#366) Variable "Palette" must be all lower-case
(#366) Variable "ID" must be all lower-case
(#366) Expected 1 space before "+"; 0 found
(#366) Expected 1 space after "+"; 0 found
(#366) Commas (,) must be followed by white space.
(#366) Expected 1 space before "=>"; 0 found
(#366) Expected 1 space after "=>"; 0 found
(#366) Variable "Palette" must be all lower-case
(#366) Variable "ID" must be all lower-case
(#366) Expected 1 space before "+"; 0 found
(#366) Expected 1 space after "+"; 0 found
(#366) Commas (,) must be followed by white space.
(#366) Expected 1 space before "=>"; 0 found
(#366) Expected 1 space after "=>"; 0 found
(#366) Variable "Palette" must be all lower-case
(#366) Variable "ID" must be all lower-case
(#366) Expected 1 space before "+"; 0 found
(#366) Expected 1 space after "+"; 0 found
(#366) Commas (,) must be followed by white space.
(#366) Expected 1 space before "=>"; 0 found
(#366) Expected 1 space after "=>"; 0 found
(#366) Variable "Palette" must be all lower-case
(#366) Variable "ID" must be all lower-case
(#366) Line exceeds 132 characters; contains 142 characters
(#368) Line indented incorrectly; expected at least 12 spaces, found 7
(#369) Line indented incorrectly; expected at least 12 spaces, found 7
(#369) Inline control structures are not allowed
(#369) Variable "LineLoopStart" must be all lower-case
(#369) Variable "DrawLines" must be all lower-case
(#370) Line indented incorrectly; expected at least 12 spaces, found 8
(#370) Variable "Object" must be all lower-case
(#370) Variable "Points" must be all lower-case
(#370) Variable "Points" must be all lower-case
(#370) Expected 1 space before "-"; 0 found
(#370) Expected 1 space after "-"; 0 found
(#370) Commas (,) must be followed by white space.
(#370) Variable "Points" must be all lower-case
(#370) Variable "Points" must be all lower-case
(#370) Expected 1 space before "-"; 0 found
(#370) Expected 1 space after "-"; 0 found
(#370) Commas (,) must be followed by white space.
(#370) Variable "Points" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "Points" must be all lower-case
(#370) Commas (,) must be followed by white space.
(#370) Variable "Color" must be all lower-case
(#372) Line indented incorrectly; expected at least 12 spaces, found 7
(#373) Line indented incorrectly; expected 12 spaces, found 7
(#373) Expected "for (...) {\n"; found "for(...) \n {\n"
(#373) Expected 1 space after second semicolon of FOR loop; 0 found
(#373) Expected 1 space before "="; 0 found
(#373) Expected 1 space after "="; 0 found
(#373) Expected 1 space before "<"; 0 found
(#373) Expected 1 space after "<"; 0 found
(#373) Variable "Points" must be all lower-case
(#373) Whitespace found at end of line
(#374) Line indented incorrectly; expected at least 12 spaces, found 8
(#375) Line indented incorrectly; expected at least 16 spaces, found 9
(#375) Inline control structures are not allowed
(#375) Variable "DrawLines" must be all lower-case
(#375) Variable "Points" must be all lower-case
(#375) Expected 1 space before "-"; 0 found
(#375) Expected 1 space after "-"; 0 found
(#376) Line indented incorrectly; expected at least 16 spaces, found 10
(#376) Variable "Object" must be all lower-case
(#376) Variable "Points" must be all lower-case
(#376) Commas (,) must be followed by white space.
(#376) Variable "Points" must be all lower-case
(#376) Commas (,) must be followed by white space.
(#376) Variable "Points" must be all lower-case
(#376) Expected 1 space before "+"; 0 found
(#376) Expected 1 space after "+"; 0 found
(#376) Commas (,) must be followed by white space.
(#376) Variable "Points" must be all lower-case
(#376) Expected 1 space before "+"; 0 found
(#376) Expected 1 space after "+"; 0 found
(#376) Commas (,) must be followed by white space.
(#376) Variable "Color" must be all lower-case
(#378) Line indented incorrectly; expected at least 16 spaces, found 9
(#378) Inline control structures are not allowed
(#378) Variable "DrawPoints" must be all lower-case
(#379) Line indented incorrectly; expected at least 16 spaces, found 10
(#379) Variable "Object" must be all lower-case
(#379) Variable "Points" must be all lower-case
(#379) Commas (,) must be followed by white space.
(#379) Variable "Points" must be all lower-case
(#379) Commas (,) must be followed by white space.
(#379) Variable "PointRadius" must be all lower-case
(#379) Commas (,) must be followed by white space.
(#379) Variable "Color" must be all lower-case
(#381) Line indented incorrectly; expected 16 spaces, found 9
(#381) Expected "if (...) {\n"; found "if (...)\n {\n"
(#381) Variable "WriteValuesInBubble" must be all lower-case
(#381) Variable "WriteValues" must be all lower-case
(#382) Line indented incorrectly; expected at least 16 spaces, found 10
(#383) Line indented incorrectly; expected at least 20 spaces, found 11
(#383) Variable "TxtPos" must be all lower-case
(#383) Variable "Points" must be all lower-case
(#383) Commas (,) must be followed by white space.
(#383) Variable "Points" must be all lower-case
(#383) Commas (,) must be followed by white space.
(#383) Variable "ValueFontName" must be all lower-case
(#383) Commas (,) must be followed by white space.
(#383) Variable "ValueFontSize" must be all lower-case
(#383) Commas (,) must be followed by white space.
(#383) Commas (,) must be followed by white space.
(#383) Variable "Points" must be all lower-case
(#384) Line indented incorrectly; expected at least 20 spaces, found 11
(#384) Variable "Radius" must be all lower-case
(#384) Variable "TxtPos" must be all lower-case
(#384) Variable "TxtPos" must be all lower-case
(#384) Variable "ValuePadding" must be all lower-case
(#384) Expected 1 space before "*"; 0 found
(#384) Expected 1 space after "*"; 0 found
(#384) Expected 1 space before "/"; 0 found
(#384) Expected 1 space after "/"; 0 found
(#386) Line indented incorrectly; expected at least 20 spaces, found 11
(#386) Variable "Points" must be all lower-case
(#386) Commas (,) must be followed by white space.
(#386) Variable "Points" must be all lower-case
(#386) Commas (,) must be followed by white space.
(#386) Variable "Radius" must be all lower-case
(#386) Expected 1 space before "+"; 0 found
(#386) Expected 1 space after "+"; 0 found
(#386) Variable "OuterBubbleRadius" must be all lower-case
(#386) Commas (,) must be followed by white space.
(#386) Variable "OuterColor" must be all lower-case
(#387) Line indented incorrectly; expected at least 20 spaces, found 11
(#387) Variable "Points" must be all lower-case
(#387) Commas (,) must be followed by white space.
(#387) Variable "Points" must be all lower-case
(#387) Commas (,) must be followed by white space.
(#387) Variable "Radius" must be all lower-case
(#387) Commas (,) must be followed by white space.
(#387) Variable "InnerColor" must be all lower-case
(#388) Line indented incorrectly; expected 16 spaces, found 10
(#388) Closing brace indented incorrectly; expected 9 spaces, found 10
(#390) Line indented incorrectly; expected at least 16 spaces, found 9
(#390) Inline control structures are not allowed
(#390) Variable "WriteValues" must be all lower-case
(#391) Line indented incorrectly; expected at least 16 spaces, found 10
(#391) Variable "Points" must be all lower-case
(#391) Expected 1 space before "-"; 0 found
(#391) Expected 1 space after "-"; 0 found
(#391) Commas (,) must be followed by white space.
(#391) Variable "Points" must be all lower-case
(#391) Expected 1 space before "-"; 0 found
(#391) Expected 1 space after "-"; 0 found
(#391) Commas (,) must be followed by white space.
(#391) Variable "Points" must be all lower-case
(#391) Commas (,) must be followed by white space.
(#391) Variable "TextSettings" must be all lower-case
(#392) Line indented incorrectly; expected 12 spaces, found 8
(#392) Closing brace indented incorrectly; expected 7 spaces, found 8
(#393) Line indented incorrectly; expected 8 spaces, found 6
(#393) Closing brace indented incorrectly; expected 5 spaces, found 6
(#394) Closing brace indented incorrectly; expected 3 spaces, found 4
(#398) Line indented incorrectly; expected at least 4 spaces, found 3
(#399) Line indented incorrectly; expected 4 spaces, found 3
(#399) method name "pRadar::drawPolar" must be in lower-case letters only
(#399) Visibility must be declared on method "drawPolar"
(#399) Variable "Object" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Variable "Values" must be all lower-case
(#399) Commas (,) must be followed by white space.
(#399) Variable "Format" must be all lower-case
(#400) Opening brace should be on the same line as the declaration
(#401) Line indented incorrectly; expected at least 8 spaces, found 5
(#401) Variable "Object" must be all lower-case
(#403) Line indented incorrectly; expected at least 8 spaces, found 5
(#403) Variable "FixedMax" must be all lower-case
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Variable "Format" must be all lower-case
(#403) Variable "Format" must be all lower-case
(#404) Line indented incorrectly; expected at least 8 spaces, found 5
(#404) Variable "AxisR" must be all lower-case
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Variable "Format" must be all lower-case
(#404) Variable "Format" must be all lower-case
(#405) Line indented incorrectly; expected at least 8 spaces, found 5
(#405) Variable "AxisG" must be all lower-case
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Variable "Format" must be all lower-case
(#405) Variable "Format" must be all lower-case
(#406) Line indented incorrectly; expected at least 8 spaces, found 5
(#406) Variable "AxisB" must be all lower-case
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Variable "Format" must be all lower-case
(#406) Variable "Format" must be all lower-case
(#407) Line indented incorrectly; expected at least 8 spaces, found 5
(#407) Variable "AxisAlpha" must be all lower-case
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Variable "Format" must be all lower-case
(#407) Variable "Format" must be all lower-case
(#408) Line indented incorrectly; expected at least 8 spaces, found 5
(#408) Variable "AxisRotation" must be all lower-case
(#408) Variable "Format" must be all lower-case
(#408) Variable "Format" must be all lower-case
(#409) Line indented incorrectly; expected at least 8 spaces, found 5
(#409) Variable "DrawTicks" must be all lower-case
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Variable "Format" must be all lower-case
(#409) Variable "Format" must be all lower-case
(#409) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#410) Line indented incorrectly; expected at least 8 spaces, found 5
(#410) Variable "TicksLength" must be all lower-case
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Variable "Format" must be all lower-case
(#410) Variable "Format" must be all lower-case
(#411) Line indented incorrectly; expected at least 8 spaces, found 5
(#411) Variable "DrawAxisValues" must be all lower-case
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Variable "Format" must be all lower-case
(#411) Variable "Format" must be all lower-case
(#411) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#412) Line indented incorrectly; expected at least 8 spaces, found 5
(#412) Variable "AxisBoxRounded" must be all lower-case
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Variable "Format" must be all lower-case
(#412) Variable "Format" must be all lower-case
(#412) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#413) Line indented incorrectly; expected at least 8 spaces, found 5
(#413) Variable "AxisFontName" must be all lower-case
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Variable "Format" must be all lower-case
(#413) Variable "Format" must be all lower-case
(#414) Line indented incorrectly; expected at least 8 spaces, found 5
(#414) Variable "AxisFontSize" must be all lower-case
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Variable "Format" must be all lower-case
(#414) Variable "Format" must be all lower-case
(#415) Line indented incorrectly; expected at least 8 spaces, found 5
(#415) Variable "WriteValues" must be all lower-case
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Variable "Format" must be all lower-case
(#415) Variable "Format" must be all lower-case
(#415) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#416) Line indented incorrectly; expected at least 8 spaces, found 5
(#416) Variable "WriteValuesInBubble" must be all lower-case
(#416) Variable "Format" must be all lower-case
(#416) Variable "Format" must be all lower-case
(#416) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#417) Line indented incorrectly; expected at least 8 spaces, found 5
(#417) Variable "ValueFontName" must be all lower-case
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Variable "Format" must be all lower-case
(#417) Variable "Format" must be all lower-case
(#418) Line indented incorrectly; expected at least 8 spaces, found 5
(#418) Variable "ValueFontSize" must be all lower-case
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Variable "Format" must be all lower-case
(#418) Variable "Format" must be all lower-case
(#419) Line indented incorrectly; expected at least 8 spaces, found 5
(#419) Variable "ValuePadding" must be all lower-case
(#419) Spaces must be used for alignment; tabs are not allowed
(#419) Tab found within whitespace
(#419) Variable "Format" must be all lower-case
(#419) Variable "Format" must be all lower-case
(#420) Line indented incorrectly; expected at least 8 spaces, found 5
(#420) Variable "OuterBubbleRadius" must be all lower-case
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Variable "Format" must be all lower-case
(#420) Variable "Format" must be all lower-case
(#421) Line indented incorrectly; expected at least 8 spaces, found 5
(#421) Variable "OuterBubbleR" must be all lower-case
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Variable "Format" must be all lower-case
(#421) Variable "Format" must be all lower-case
(#422) Line indented incorrectly; expected at least 8 spaces, found 5
(#422) Variable "OuterBubbleG" must be all lower-case
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Variable "Format" must be all lower-case
(#422) Variable "Format" must be all lower-case
(#423) Line indented incorrectly; expected at least 8 spaces, found 5
(#423) Variable "OuterBubbleB" must be all lower-case
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Variable "Format" must be all lower-case
(#423) Variable "Format" must be all lower-case
(#424) Line indented incorrectly; expected at least 8 spaces, found 5
(#424) Variable "OuterBubbleAlpha" must be all lower-case
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Variable "Format" must be all lower-case
(#424) Variable "Format" must be all lower-case
(#425) Line indented incorrectly; expected at least 8 spaces, found 5
(#425) Variable "InnerBubbleR" must be all lower-case
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Variable "Format" must be all lower-case
(#425) Variable "Format" must be all lower-case
(#426) Line indented incorrectly; expected at least 8 spaces, found 5
(#426) Variable "InnerBubbleG" must be all lower-case
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Variable "Format" must be all lower-case
(#426) Variable "Format" must be all lower-case
(#427) Line indented incorrectly; expected at least 8 spaces, found 5
(#427) Variable "InnerBubbleB" must be all lower-case
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Variable "Format" must be all lower-case
(#427) Variable "Format" must be all lower-case
(#428) Line indented incorrectly; expected at least 8 spaces, found 5
(#428) Variable "InnerBubbleAlpha" must be all lower-case
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Variable "Format" must be all lower-case
(#428) Variable "Format" must be all lower-case
(#429) Line indented incorrectly; expected at least 8 spaces, found 5
(#429) Variable "DrawBackground" must be all lower-case
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Variable "Format" must be all lower-case
(#429) Variable "Format" must be all lower-case
(#429) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#430) Line indented incorrectly; expected at least 8 spaces, found 5
(#430) Variable "BackgroundR" must be all lower-case
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Variable "Format" must be all lower-case
(#430) Variable "Format" must be all lower-case
(#431) Line indented incorrectly; expected at least 8 spaces, found 5
(#431) Variable "BackgroundG" must be all lower-case
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Variable "Format" must be all lower-case
(#431) Variable "Format" must be all lower-case
(#432) Line indented incorrectly; expected at least 8 spaces, found 5
(#432) Variable "BackgroundB" must be all lower-case
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Variable "Format" must be all lower-case
(#432) Variable "Format" must be all lower-case
(#433) Line indented incorrectly; expected at least 8 spaces, found 5
(#433) Variable "BackgroundAlpha" must be all lower-case
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Variable "Format" must be all lower-case
(#433) Variable "Format" must be all lower-case
(#434) Line indented incorrectly; expected at least 8 spaces, found 5
(#434) Variable "BackgroundGradient" must be all lower-case
(#434) Expected 1 space before "="; 0 found
(#434) Variable "Format" must be all lower-case
(#434) Variable "Format" must be all lower-case
(#434) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#435) Line indented incorrectly; expected at least 8 spaces, found 5
(#435) Variable "AxisSteps" must be all lower-case
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Variable "Format" must be all lower-case
(#435) Variable "Format" must be all lower-case
(#436) Line indented incorrectly; expected at least 8 spaces, found 5
(#436) Variable "SegmentHeight" must be all lower-case
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Variable "Format" must be all lower-case
(#436) Variable "Format" must be all lower-case
(#437) Line indented incorrectly; expected at least 8 spaces, found 5
(#437) Variable "Segments" must be all lower-case
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Variable "Format" must be all lower-case
(#437) Variable "Format" must be all lower-case
(#438) Line indented incorrectly; expected at least 8 spaces, found 5
(#438) Variable "WriteLabels" must be all lower-case
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Variable "Format" must be all lower-case
(#438) Variable "Format" must be all lower-case
(#438) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#439) Line indented incorrectly; expected at least 8 spaces, found 5
(#439) Variable "LabelsBackground" must be all lower-case
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Variable "Format" must be all lower-case
(#439) Variable "Format" must be all lower-case
(#439) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#440) Line indented incorrectly; expected at least 8 spaces, found 5
(#440) Variable "LabelsBGR" must be all lower-case
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Variable "Format" must be all lower-case
(#440) Variable "Format" must be all lower-case
(#441) Line indented incorrectly; expected at least 8 spaces, found 5
(#441) Variable "LabelsBGG" must be all lower-case
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Variable "Format" must be all lower-case
(#441) Variable "Format" must be all lower-case
(#442) Line indented incorrectly; expected at least 8 spaces, found 5
(#442) Variable "LabelsBGB" must be all lower-case
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Variable "Format" must be all lower-case
(#442) Variable "Format" must be all lower-case
(#443) Line indented incorrectly; expected at least 8 spaces, found 5
(#443) Variable "LabelsBGAlpha" must be all lower-case
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Variable "Format" must be all lower-case
(#443) Variable "Format" must be all lower-case
(#444) Line indented incorrectly; expected at least 8 spaces, found 5
(#444) Variable "LabelPos" must be all lower-case
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Variable "Format" must be all lower-case
(#444) Variable "Format" must be all lower-case
(#445) Line indented incorrectly; expected at least 8 spaces, found 5
(#445) Variable "LabelPadding" must be all lower-case
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Variable "Format" must be all lower-case
(#445) Variable "Format" must be all lower-case
(#446) Line indented incorrectly; expected at least 8 spaces, found 5
(#446) Variable "DrawPoints" must be all lower-case
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Variable "Format" must be all lower-case
(#446) Variable "Format" must be all lower-case
(#446) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#447) Line indented incorrectly; expected at least 8 spaces, found 5
(#447) Variable "PointRadius" must be all lower-case
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Variable "Format" must be all lower-case
(#447) Variable "Format" must be all lower-case
(#448) Line indented incorrectly; expected at least 8 spaces, found 5
(#448) Variable "PointSurrounding" must be all lower-case
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Variable "Format" must be all lower-case
(#448) Variable "Format" must be all lower-case
(#449) Line indented incorrectly; expected at least 8 spaces, found 5
(#449) Variable "DrawLines" must be all lower-case
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Variable "Format" must be all lower-case
(#449) Variable "Format" must be all lower-case
(#449) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#450) Line indented incorrectly; expected at least 8 spaces, found 5
(#450) Variable "LineLoopStart" must be all lower-case
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Variable "Format" must be all lower-case
(#450) Variable "Format" must be all lower-case
(#450) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#451) Line indented incorrectly; expected at least 8 spaces, found 5
(#451) Variable "DrawPoly" must be all lower-case
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Variable "Format" must be all lower-case
(#451) Variable "Format" must be all lower-case
(#451) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#452) Line indented incorrectly; expected at least 8 spaces, found 5
(#452) Variable "PolyAlpha" must be all lower-case
(#452) Spaces must be used for alignment; tabs are not allowed
(#452) Tab found within whitespace
(#452) Variable "Format" must be all lower-case
(#452) Variable "Format" must be all lower-case
(#452) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#453) Line indented incorrectly; expected at least 8 spaces, found 5
(#453) Variable "FontSize" must be all lower-case
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Variable "Object" must be all lower-case
(#454) Line indented incorrectly; expected at least 8 spaces, found 5
(#454) Variable "X1" must be all lower-case
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Variable "Object" must be all lower-case
(#455) Line indented incorrectly; expected at least 8 spaces, found 5
(#455) Variable "Y1" must be all lower-case
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Variable "Object" must be all lower-case
(#456) Line indented incorrectly; expected at least 8 spaces, found 5
(#456) Variable "X2" must be all lower-case
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Variable "Object" must be all lower-case
(#457) Line indented incorrectly; expected at least 8 spaces, found 5
(#457) Variable "Y2" must be all lower-case
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Variable "Object" must be all lower-case
(#458) Line indented incorrectly; expected at least 8 spaces, found 5
(#458) Variable "RecordImageMap" must be all lower-case
(#458) Spaces must be used for alignment; tabs are not allowed
(#458) Tab found within whitespace
(#458) Variable "Format" must be all lower-case
(#458) Variable "Format" must be all lower-case
(#458) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#460) Line indented incorrectly; expected 8 spaces, found 5
(#460) Expected "if (...) {\n"; found "if (...) { "
(#460) Variable "AxisBoxRounded" must be all lower-case
(#460) Variable "DrawAxisValues" must be all lower-case
(#460) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#460) Closing brace must be on a line by itself
(#462) Line indented incorrectly; expected at least 8 spaces, found 5
(#463) Line indented incorrectly; expected 8 spaces, found 5
(#463) Expected "if (...) {\n"; found "if (...) { "
(#463) Variable "DrawTicks" must be all lower-case
(#463) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#463) Variable "TicksLength" must be all lower-case
(#463) Closing brace must be on a line by itself
(#465) Line indented incorrectly; expected at least 8 spaces, found 5
(#466) Line indented incorrectly; expected at least 8 spaces, found 5
(#466) Variable "Data" must be all lower-case
(#466) Variable "Values" must be all lower-case
(#467) Line indented incorrectly; expected at least 8 spaces, found 5
(#467) Variable "Palette" must be all lower-case
(#467) Variable "Values" must be all lower-case
(#469) Line indented incorrectly; expected at least 8 spaces, found 5
(#470) Line indented incorrectly; expected at least 8 spaces, found 5
(#470) Variable "LabelSerie" must be all lower-case
(#470) Variable "Data" must be all lower-case
(#471) Line indented incorrectly; expected 8 spaces, found 5
(#471) Expected "if (...) {\n"; found "if (...)\n { "
(#471) Variable "LabelSerie" must be all lower-case
(#472) Line indented incorrectly; expected at least 8 spaces, found 6
(#472) Variable "Points" must be all lower-case
(#472) Variable "Data" must be all lower-case
(#472) Variable "LabelSerie" must be all lower-case
(#472) Closing brace must be on a line by itself
(#473) Line indented incorrectly; expected 8 spaces, found 5
(#473) Expected "} else {\n"; found "}\n else\n {\n"
(#474) Line indented incorrectly; expected at least 8 spaces, found 6
(#475) Line indented incorrectly; expected at least 12 spaces, found 7
(#475) Variable "Points" must be all lower-case
(#476) Line indented incorrectly; expected 12 spaces, found 7
(#476) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#476) Variable "Data" must be all lower-case
(#476) Variable "SerieName" must be all lower-case
(#476) Variable "DataArray" must be all lower-case
(#477) Line indented incorrectly; expected at least 12 spaces, found 8
(#477) Expected "if (...) {\n"; found "if (...) { "
(#477) Variable "DataArray" must be all lower-case
(#477) Variable "Points" must be all lower-case
(#477) Variable "Points" must be all lower-case
(#477) Variable "DataArray" must be all lower-case
(#477) Closing brace must be on a line by itself
(#477) Closing brace must be on a line by itself
(#478) Line indented incorrectly; expected 8 spaces, found 6
(#478) Closing brace indented incorrectly; expected 5 spaces, found 6
(#480) Line indented incorrectly; expected at least 8 spaces, found 5
(#481) Line indented incorrectly; expected at least 8 spaces, found 5
(#481) Variable "CenterX" must be all lower-case
(#481) Variable "X2" must be all lower-case
(#481) Expected 1 space before "-"; 0 found
(#481) Expected 1 space after "-"; 0 found
(#481) Variable "X1" must be all lower-case
(#481) Expected 1 space before "/"; 0 found
(#481) Expected 1 space after "/"; 0 found
(#481) Variable "X1" must be all lower-case
(#482) Line indented incorrectly; expected at least 8 spaces, found 5
(#482) Variable "CenterY" must be all lower-case
(#482) Variable "Y2" must be all lower-case
(#482) Expected 1 space before "-"; 0 found
(#482) Expected 1 space after "-"; 0 found
(#482) Variable "Y1" must be all lower-case
(#482) Expected 1 space before "/"; 0 found
(#482) Expected 1 space after "/"; 0 found
(#482) Variable "Y1" must be all lower-case
(#484) Line indented incorrectly; expected at least 8 spaces, found 5
(#484) Variable "EdgeHeight" must be all lower-case
(#484) Variable "X2" must be all lower-case
(#484) Expected 1 space before "-"; 0 found
(#484) Expected 1 space after "-"; 0 found
(#484) Variable "X1" must be all lower-case
(#484) Expected 1 space before "/"; 0 found
(#484) Expected 1 space after "/"; 0 found
(#484) Commas (,) must be followed by white space.
(#484) Variable "Y2" must be all lower-case
(#484) Expected 1 space before "-"; 0 found
(#484) Expected 1 space after "-"; 0 found
(#484) Variable "Y1" must be all lower-case
(#484) Expected 1 space before "/"; 0 found
(#484) Expected 1 space after "/"; 0 found
(#485) Line indented incorrectly; expected at least 8 spaces, found 5
(#485) Inline control structures are not allowed
(#485) Variable "WriteLabels" must be all lower-case
(#486) Line indented incorrectly; expected at least 8 spaces, found 6
(#486) Variable "EdgeHeight" must be all lower-case
(#486) Variable "EdgeHeight" must be all lower-case
(#486) Variable "FontSize" must be all lower-case
(#486) Variable "LabelPadding" must be all lower-case
(#486) Variable "TicksLength" must be all lower-case
(#488) Line indented incorrectly; expected at least 8 spaces, found 5
(#489) Line indented incorrectly; expected 8 spaces, found 5
(#489) Expected "if (...) {\n"; found "if (...)\n {\n"
(#489) Variable "SegmentHeight" must be all lower-case
(#490) Line indented incorrectly; expected at least 8 spaces, found 6
(#491) Line indented incorrectly; expected at least 12 spaces, found 7
(#491) Inline control structures are not allowed
(#491) Variable "FixedMax" must be all lower-case
(#492) Line indented incorrectly; expected at least 12 spaces, found 8
(#492) Variable "Max" must be all lower-case
(#492) Variable "FixedMax" must be all lower-case
(#493) Line indented incorrectly; expected 12 spaces, found 7
(#494) Line indented incorrectly; expected at least 12 spaces, found 8
(#495) Line indented incorrectly; expected at least 16 spaces, found 9
(#495) Variable "Max" must be all lower-case
(#496) Line indented incorrectly; expected 16 spaces, found 9
(#496) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#496) Variable "Data" must be all lower-case
(#496) Variable "SerieName" must be all lower-case
(#496) Variable "DataArray" must be all lower-case
(#497) Line indented incorrectly; expected at least 16 spaces, found 10
(#498) Line indented incorrectly; expected 20 spaces, found 11
(#498) Expected "if (...) {\n"; found "if (...)\n {\n"
(#498) Variable "SerieName" must be all lower-case
(#498) Variable "LabelSerie" must be all lower-case
(#499) Line indented incorrectly; expected at least 20 spaces, found 12
(#500) Line indented incorrectly; expected 24 spaces, found 13
(#500) Expected "if (...) {\n"; found "if (...) { "
(#500) Variable "DataArray" must be all lower-case
(#500) Variable "Max" must be all lower-case
(#500) Variable "Max" must be all lower-case
(#500) Variable "DataArray" must be all lower-case
(#500) Closing brace must be on a line by itself
(#501) Line indented incorrectly; expected 20 spaces, found 12
(#501) Closing brace indented incorrectly; expected 11 spaces, found 12
(#502) Line indented incorrectly; expected 16 spaces, found 10
(#502) Closing brace indented incorrectly; expected 9 spaces, found 10
(#503) Line indented incorrectly; expected 12 spaces, found 9
(#503) Closing brace indented incorrectly; expected 7 spaces, found 9
(#504) Line indented incorrectly; expected at least 12 spaces, found 7
(#504) Variable "MaxSegments" must be all lower-case
(#504) Variable "EdgeHeight" must be all lower-case
(#504) Expected 1 space before "/"; 0 found
(#504) Expected 1 space after "/"; 0 found
(#505) Line indented incorrectly; expected at least 12 spaces, found 7
(#505) Variable "Scale" must be all lower-case
(#505) Variable "Object" must be all lower-case
(#505) Commas (,) must be followed by white space.
(#505) Variable "Max" must be all lower-case
(#505) Commas (,) must be followed by white space.
(#505) Variable "MaxSegments" must be all lower-case
(#505) Commas (,) must be followed by white space.
(#505) Commas (,) must be followed by white space.
(#505) Commas (,) must be followed by white space.
(#507) Line indented incorrectly; expected at least 12 spaces, found 7
(#507) Variable "Segments" must be all lower-case
(#507) Variable "Scale" must be all lower-case
(#508) Line indented incorrectly; expected at least 12 spaces, found 7
(#508) Variable "SegmentHeight" must be all lower-case
(#508) Variable "Scale" must be all lower-case
(#509) Line indented incorrectly; expected 8 spaces, found 6
(#509) Closing brace indented incorrectly; expected 5 spaces, found 6
(#510) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#512) Line indented incorrectly; expected at least 8 spaces, found 5
(#513) Line indented incorrectly; expected 8 spaces, found 5
(#513) Expected "if (...) {\n"; found "if (...)\n {\n"
(#513) Variable "DrawBackground" must be all lower-case
(#514) Line indented incorrectly; expected at least 8 spaces, found 6
(#515) Line indented incorrectly; expected at least 12 spaces, found 7
(#515) Variable "RestoreShadow" must be all lower-case
(#515) Variable "Object" must be all lower-case
(#516) Line indented incorrectly; expected at least 12 spaces, found 7
(#516) Variable "Object" must be all lower-case
(#516) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#518) Line indented incorrectly; expected 12 spaces, found 7
(#518) Expected "if (...) {\n"; found "if (...)\n {\n"
(#518) Variable "BackgroundGradient" must be all lower-case
(#518) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#519) Line indented incorrectly; expected at least 12 spaces, found 8
(#520) Line indented incorrectly; expected at least 16 spaces, found 9
(#520) Variable "Color" must be all lower-case
(#520) Expected 1 space before "=>"; 0 found
(#520) Expected 1 space after "=>"; 0 found
(#520) Variable "BackgroundR" must be all lower-case
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space before "=>"; 0 found
(#520) Expected 1 space after "=>"; 0 found
(#520) Variable "BackgroundG" must be all lower-case
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space before "=>"; 0 found
(#520) Expected 1 space after "=>"; 0 found
(#520) Variable "BackgroundB" must be all lower-case
(#520) Commas (,) must be followed by white space.
(#520) Expected 1 space before "=>"; 0 found
(#520) Expected 1 space after "=>"; 0 found
(#520) Variable "BackgroundAlpha" must be all lower-case
(#521) Line indented incorrectly; expected at least 16 spaces, found 9
(#521) Variable "Object" must be all lower-case
(#521) Variable "CenterX" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Variable "CenterY" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Variable "EdgeHeight" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Variable "Color" must be all lower-case
(#522) Line indented incorrectly; expected 12 spaces, found 8
(#522) Closing brace indented incorrectly; expected 7 spaces, found 8
(#523) Line indented incorrectly; expected 12 spaces, found 7
(#523) Expected "} else {\n"; found "}\n else\n {\n"
(#524) Line indented incorrectly; expected at least 12 spaces, found 8
(#525) Line indented incorrectly; expected at least 16 spaces, found 9
(#525) Variable "GradientROffset" must be all lower-case
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Variable "BackgroundGradient" must be all lower-case
(#525) Variable "BackgroundGradient" must be all lower-case
(#525) Variable "Segments" must be all lower-case
(#526) Line indented incorrectly; expected at least 16 spaces, found 9
(#526) Variable "GradientGOffset" must be all lower-case
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Variable "BackgroundGradient" must be all lower-case
(#526) Variable "BackgroundGradient" must be all lower-case
(#526) Variable "Segments" must be all lower-case
(#527) Line indented incorrectly; expected at least 16 spaces, found 9
(#527) Variable "GradientBOffset" must be all lower-case
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Variable "BackgroundGradient" must be all lower-case
(#527) Variable "BackgroundGradient" must be all lower-case
(#527) Variable "Segments" must be all lower-case
(#528) Line indented incorrectly; expected at least 16 spaces, found 9
(#528) Variable "GradientAlphaOffset" must be all lower-case
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Variable "BackgroundGradient" must be all lower-case
(#528) Variable "BackgroundGradient" must be all lower-case
(#528) Variable "Segments" must be all lower-case
(#530) Line indented incorrectly; expected 16 spaces, found 9
(#530) Expected "for (...) {\n"; found "for(...)\n {\n"
(#530) Expected 1 space after first semicolon of FOR loop; 0 found
(#530) Expected 1 space after second semicolon of FOR loop; 0 found
(#530) Expected 1 space before "="; 0 found
(#530) Expected 1 space after "="; 0 found
(#530) Variable "Segments" must be all lower-case
(#530) Expected 1 space before ">="; 0 found
(#530) Expected 1 space after ">="; 0 found
(#531) Line indented incorrectly; expected at least 16 spaces, found 10
(#532) Line indented incorrectly; expected at least 20 spaces, found 11
(#532) Variable "Color" must be all lower-case
(#532) Expected 1 space before "=>"; 0 found
(#532) Expected 1 space after "=>"; 0 found
(#532) Variable "BackgroundGradient" must be all lower-case
(#532) Expected 1 space before "+"; 0 found
(#532) Expected 1 space after "+"; 0 found
(#532) Variable "GradientROffset" must be all lower-case
(#532) Expected 1 space before "*"; 0 found
(#532) Expected 1 space after "*"; 0 found
(#532) Commas (,) must be followed by white space.
(#532) Expected 1 space before "=>"; 0 found
(#532) Expected 1 space after "=>"; 0 found
(#532) Variable "BackgroundGradient" must be all lower-case
(#532) Expected 1 space before "+"; 0 found
(#532) Expected 1 space after "+"; 0 found
(#532) Variable "GradientGOffset" must be all lower-case
(#532) Expected 1 space before "*"; 0 found
(#532) Expected 1 space after "*"; 0 found
(#532) Commas (,) must be followed by white space.
(#532) Expected 1 space before "=>"; 0 found
(#532) Expected 1 space after "=>"; 0 found
(#532) Variable "BackgroundGradient" must be all lower-case
(#532) Expected 1 space before "+"; 0 found
(#532) Expected 1 space after "+"; 0 found
(#532) Variable "GradientBOffset" must be all lower-case
(#532) Expected 1 space before "*"; 0 found
(#532) Expected 1 space after "*"; 0 found
(#532) Commas (,) must be followed by white space.
(#532) Expected 1 space before "=>"; 0 found
(#532) Expected 1 space after "=>"; 0 found
(#532) Variable "BackgroundGradient" must be all lower-case
(#532) Expected 1 space before "+"; 0 found
(#532) Expected 1 space after "+"; 0 found
(#532) Variable "GradientAlphaOffset" must be all lower-case
(#532) Expected 1 space before "*"; 0 found
(#532) Expected 1 space after "*"; 0 found
(#532) Line exceeds maximum limit of 180 characters; contains 264 characters
(#533) Line indented incorrectly; expected at least 20 spaces, found 11
(#533) Variable "Object" must be all lower-case
(#533) Variable "CenterX" must be all lower-case
(#533) Commas (,) must be followed by white space.
(#533) Variable "CenterY" must be all lower-case
(#533) Commas (,) must be followed by white space.
(#533) Variable "EdgeHeight" must be all lower-case
(#533) Expected 1 space before "/"; 0 found
(#533) Expected 1 space after "/"; 0 found
(#533) Variable "Segments" must be all lower-case
(#533) Expected 1 space before "*"; 0 found
(#533) Expected 1 space after "*"; 0 found
(#533) Commas (,) must be followed by white space.
(#533) Variable "Color" must be all lower-case
(#534) Line indented incorrectly; expected 16 spaces, found 10
(#534) Closing brace indented incorrectly; expected 9 spaces, found 10
(#535) Line indented incorrectly; expected 12 spaces, found 8
(#535) Closing brace indented incorrectly; expected 7 spaces, found 8
(#536) Line indented incorrectly; expected at least 12 spaces, found 7
(#536) Variable "Object" must be all lower-case
(#536) Variable "RestoreShadow" must be all lower-case
(#537) Line indented incorrectly; expected 8 spaces, found 6
(#537) Closing brace indented incorrectly; expected 5 spaces, found 6
(#539) Line indented incorrectly; expected at least 8 spaces, found 5
(#540) Line indented incorrectly; expected at least 8 spaces, found 5
(#540) Variable "Color" must be all lower-case
(#540) Expected 1 space before "=>"; 0 found
(#540) Expected 1 space after "=>"; 0 found
(#540) Variable "AxisR" must be all lower-case
(#540) Commas (,) must be followed by white space.
(#540) Expected 1 space before "=>"; 0 found
(#540) Expected 1 space after "=>"; 0 found
(#540) Variable "AxisG" must be all lower-case
(#540) Commas (,) must be followed by white space.
(#540) Expected 1 space before "=>"; 0 found
(#540) Expected 1 space after "=>"; 0 found
(#540) Variable "AxisB" must be all lower-case
(#540) Commas (,) must be followed by white space.
(#540) Expected 1 space before "=>"; 0 found
(#540) Expected 1 space after "=>"; 0 found
(#540) Variable "AxisAlpha" must be all lower-case
(#541) Line indented incorrectly; expected 8 spaces, found 5
(#541) Expected "for (...) {\n"; found "for(...)\n {\n"
(#541) Expected 1 space after first semicolon of FOR loop; 0 found
(#541) Expected 1 space after second semicolon of FOR loop; 0 found
(#541) Expected 1 space before "="; 0 found
(#541) Expected 1 space after "="; 0 found
(#541) Expected 1 space before "<="; 0 found
(#541) Expected 1 space after "<="; 0 found
(#541) Variable "Segments" must be all lower-case
(#542) Line indented incorrectly; expected at least 8 spaces, found 6
(#543) Line indented incorrectly; expected at least 12 spaces, found 7
(#543) Variable "Radius" must be all lower-case
(#543) Variable "EdgeHeight" must be all lower-case
(#543) Expected 1 space before "/"; 0 found
(#543) Expected 1 space after "/"; 0 found
(#543) Variable "Segments" must be all lower-case
(#543) Expected 1 space before "*"; 0 found
(#543) Expected 1 space after "*"; 0 found
(#544) Line indented incorrectly; expected at least 12 spaces, found 7
(#544) Variable "Object" must be all lower-case
(#544) Variable "CenterX" must be all lower-case
(#544) Commas (,) must be followed by white space.
(#544) Variable "CenterY" must be all lower-case
(#544) Commas (,) must be followed by white space.
(#544) Variable "Radius" must be all lower-case
(#544) Commas (,) must be followed by white space.
(#544) Variable "Radius" must be all lower-case
(#544) Commas (,) must be followed by white space.
(#544) Variable "Color" must be all lower-case
(#545) Line indented incorrectly; expected 8 spaces, found 6
(#545) Closing brace indented incorrectly; expected 5 spaces, found 6
(#547) Line indented incorrectly; expected 8 spaces, found 5
(#547) Expected "if (...) {\n"; found "if (...)\n {\n"
(#547) Variable "DrawAxisValues" must be all lower-case
(#548) Line indented incorrectly; expected at least 8 spaces, found 6
(#549) Line indented incorrectly; expected at least 12 spaces, found 7
(#549) Inline control structures are not allowed
(#549) Variable "LabelsBackground" must be all lower-case
(#550) Line indented incorrectly; expected at least 12 spaces, found 8
(#550) Variable "Options" must be all lower-case
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) Commas (,) must be followed by white space.
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) Variable "LabelsBGR" must be all lower-case
(#550) Commas (,) must be followed by white space.
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) Variable "LabelsBGG" must be all lower-case
(#550) Commas (,) must be followed by white space.
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) Variable "LabelsBGB" must be all lower-case
(#550) Commas (,) must be followed by white space.
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#550) Variable "LabelsBGAlpha" must be all lower-case
(#550) Line exceeds 132 characters; contains 160 characters
(#551) Line indented incorrectly; expected at least 12 spaces, found 7
(#551) Inline control structures are not allowed
(#552) Line indented incorrectly; expected at least 12 spaces, found 8
(#552) Variable "Options" must be all lower-case
(#552) Expected 1 space before "=>"; 0 found
(#552) Expected 1 space after "=>"; 0 found
(#554) Line indented incorrectly; expected 12 spaces, found 7
(#554) Expected "if (...) {\n"; found "if (...) { "
(#554) Variable "AxisBoxRounded" must be all lower-case
(#554) Variable "Options" must be all lower-case
(#554) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#554) Closing brace must be on a line by itself
(#556) Line indented incorrectly; expected at least 12 spaces, found 7
(#556) Variable "Options" must be all lower-case
(#556) Variable "AxisFontName" must be all lower-case
(#557) Line indented incorrectly; expected at least 12 spaces, found 7
(#557) Variable "Options" must be all lower-case
(#557) Variable "AxisFontSize" must be all lower-case
(#559) Line indented incorrectly; expected at least 12 spaces, found 7
(#559) Variable "Angle" must be all lower-case
(#559) Variable "Points" must be all lower-case
(#559) Expected 1 space before "*"; 0 found
(#559) Expected 1 space after "*"; 0 found
(#560) Line indented incorrectly; expected 12 spaces, found 7
(#560) Expected "for (...) {\n"; found "for(...)\n {\n"
(#560) Expected 1 space after first semicolon of FOR loop; 0 found
(#560) Expected 1 space after second semicolon of FOR loop; 0 found
(#560) Expected 1 space before "="; 0 found
(#560) Expected 1 space after "="; 0 found
(#560) Expected 1 space before "<="; 0 found
(#560) Expected 1 space after "<="; 0 found
(#560) Variable "Segments" must be all lower-case
(#561) Line indented incorrectly; expected at least 12 spaces, found 8
(#562) Line indented incorrectly; expected at least 16 spaces, found 9
(#562) Variable "EdgeX1" must be all lower-case
(#562) Variable "Angle" must be all lower-case
(#562) Expected 1 space before "+"; 0 found
(#562) Expected 1 space after "+"; 0 found
(#562) Variable "AxisRotation" must be all lower-case
(#562) Variable "EdgeHeight" must be all lower-case
(#562) Expected 1 space before "/"; 0 found
(#562) Expected 1 space after "/"; 0 found
(#562) Variable "Segments" must be all lower-case
(#562) Expected 1 space before "*"; 0 found
(#562) Expected 1 space after "*"; 0 found
(#562) Variable "CenterX" must be all lower-case
(#563) Line indented incorrectly; expected at least 16 spaces, found 9
(#563) Variable "EdgeY1" must be all lower-case
(#563) Variable "Angle" must be all lower-case
(#563) Expected 1 space before "+"; 0 found
(#563) Expected 1 space after "+"; 0 found
(#563) Variable "AxisRotation" must be all lower-case
(#563) Variable "EdgeHeight" must be all lower-case
(#563) Expected 1 space before "/"; 0 found
(#563) Expected 1 space after "/"; 0 found
(#563) Variable "Segments" must be all lower-case
(#563) Expected 1 space before "*"; 0 found
(#563) Expected 1 space after "*"; 0 found
(#563) Variable "CenterY" must be all lower-case
(#564) Line indented incorrectly; expected at least 16 spaces, found 9
(#564) Variable "Label" must be all lower-case
(#564) Expected 1 space before "*"; 0 found
(#564) Expected 1 space after "*"; 0 found
(#564) Variable "SegmentHeight" must be all lower-case
(#566) Line indented incorrectly; expected at least 16 spaces, found 9
(#566) Variable "Object" must be all lower-case
(#566) Variable "EdgeX1" must be all lower-case
(#566) Commas (,) must be followed by white space.
(#566) Variable "EdgeY1" must be all lower-case
(#566) Commas (,) must be followed by white space.
(#566) Variable "Label" must be all lower-case
(#566) Commas (,) must be followed by white space.
(#566) Variable "Options" must be all lower-case
(#567) Line indented incorrectly; expected 12 spaces, found 8
(#567) Closing brace indented incorrectly; expected 7 spaces, found 8
(#568) Line indented incorrectly; expected 8 spaces, found 6
(#568) Closing brace indented incorrectly; expected 5 spaces, found 6
(#570) Line indented incorrectly; expected at least 8 spaces, found 5
(#571) Line indented incorrectly; expected at least 8 spaces, found 5
(#571) Variable "ID" must be all lower-case
(#572) Line indented incorrectly; expected 8 spaces, found 5
(#572) Expected "for (...) {\n"; found "for(...)\n {\n"
(#572) Expected 1 space after first semicolon of FOR loop; 0 found
(#572) Expected 1 space after second semicolon of FOR loop; 0 found
(#572) Expected 1 space before "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#572) Expected 1 space before "<="; 0 found
(#572) Expected 1 space after "<="; 0 found
(#572) Expected 1 space before "="; 0 found
(#572) Expected 1 space after "="; 0 found
(#572) Expected 1 space before "+"; 0 found
(#572) Expected 1 space after "+"; 0 found
(#572) Variable "AxisSteps" must be all lower-case
(#573) Line indented incorrectly; expected at least 8 spaces, found 6
(#574) Line indented incorrectly; expected at least 12 spaces, found 7
(#574) Variable "EdgeX" must be all lower-case
(#574) Expected 1 space before "+"; 0 found
(#574) Expected 1 space after "+"; 0 found
(#574) Variable "AxisRotation" must be all lower-case
(#574) Variable "EdgeHeight" must be all lower-case
(#574) Expected 1 space before "+"; 0 found
(#574) Expected 1 space after "+"; 0 found
(#574) Variable "TicksLength" must be all lower-case
(#574) Variable "CenterX" must be all lower-case
(#575) Line indented incorrectly; expected at least 12 spaces, found 7
(#575) Variable "EdgeY" must be all lower-case
(#575) Expected 1 space before "+"; 0 found
(#575) Expected 1 space after "+"; 0 found
(#575) Variable "AxisRotation" must be all lower-case
(#575) Variable "EdgeHeight" must be all lower-case
(#575) Expected 1 space before "+"; 0 found
(#575) Expected 1 space after "+"; 0 found
(#575) Variable "TicksLength" must be all lower-case
(#575) Variable "CenterY" must be all lower-case
(#577) Line indented incorrectly; expected at least 12 spaces, found 7
(#577) Variable "Object" must be all lower-case
(#577) Variable "CenterX" must be all lower-case
(#577) Commas (,) must be followed by white space.
(#577) Variable "CenterY" must be all lower-case
(#577) Commas (,) must be followed by white space.
(#577) Variable "EdgeX" must be all lower-case
(#577) Commas (,) must be followed by white space.
(#577) Variable "EdgeY" must be all lower-case
(#577) Commas (,) must be followed by white space.
(#577) Variable "Color" must be all lower-case
(#579) Line indented incorrectly; expected 12 spaces, found 7
(#579) Expected "if (...) {\n"; found "if (...)\n {\n"
(#579) Variable "WriteLabels" must be all lower-case
(#580) Line indented incorrectly; expected at least 12 spaces, found 8
(#581) Line indented incorrectly; expected at least 16 spaces, found 9
(#581) Variable "LabelX" must be all lower-case
(#581) Expected 1 space before "+"; 0 found
(#581) Expected 1 space after "+"; 0 found
(#581) Variable "AxisRotation" must be all lower-case
(#581) Variable "EdgeHeight" must be all lower-case
(#581) Expected 1 space before "+"; 0 found
(#581) Expected 1 space after "+"; 0 found
(#581) Variable "LabelPadding" must be all lower-case
(#581) Expected 1 space before "+"; 0 found
(#581) Expected 1 space after "+"; 0 found
(#581) Variable "TicksLength" must be all lower-case
(#581) Variable "CenterX" must be all lower-case
(#582) Line indented incorrectly; expected at least 16 spaces, found 9
(#582) Variable "LabelY" must be all lower-case
(#582) Expected 1 space before "+"; 0 found
(#582) Expected 1 space after "+"; 0 found
(#582) Variable "AxisRotation" must be all lower-case
(#582) Variable "EdgeHeight" must be all lower-case
(#582) Expected 1 space before "+"; 0 found
(#582) Expected 1 space after "+"; 0 found
(#582) Variable "LabelPadding" must be all lower-case
(#582) Expected 1 space before "+"; 0 found
(#582) Expected 1 space after "+"; 0 found
(#582) Variable "TicksLength" must be all lower-case
(#582) Variable "CenterY" must be all lower-case
(#583) Line indented incorrectly; expected at least 16 spaces, found 9
(#583) Variable "Label" must be all lower-case
(#585) Line indented incorrectly; expected at least 16 spaces, found 9
(#585) Inline control structures are not allowed
(#585) Variable "LabelPos" must be all lower-case
(#586) Line indented incorrectly; expected at least 16 spaces, found 10
(#586) Variable "Object" must be all lower-case
(#586) Variable "LabelX" must be all lower-case
(#586) Commas (,) must be followed by white space.
(#586) Variable "LabelY" must be all lower-case
(#586) Commas (,) must be followed by white space.
(#586) Variable "Label" must be all lower-case
(#586) Commas (,) must be followed by white space.
(#586) Expected 1 space before "=>"; 0 found
(#586) Expected 1 space after "=>"; 0 found
(#586) Expected 1 space before "-"; 0 found
(#586) Expected 1 space after "-"; 0 found
(#586) Commas (,) must be followed by white space.
(#586) Expected 1 space before "=>"; 0 found
(#586) Expected 1 space after "=>"; 0 found
(#587) Line indented incorrectly; expected 16 spaces, found 9
(#588) Line indented incorrectly; expected at least 16 spaces, found 10
(#589) Line indented incorrectly; expected 20 spaces, found 11
(#589) Expected "if (...) {\n"; found "if (...)\t{ "
(#589) Variable "LabelX" must be all lower-case
(#589) Variable "CenterX" must be all lower-case
(#589) Variable "LabelY" must be all lower-case
(#589) Expected 1 space after "<"; 2 found
(#589) Variable "CenterY" must be all lower-case
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Variable "Object" must be all lower-case
(#589) Variable "LabelX" must be all lower-case
(#589) Commas (,) must be followed by white space.
(#589) Variable "LabelY" must be all lower-case
(#589) Commas (,) must be followed by white space.
(#589) Variable "Label" must be all lower-case
(#589) Commas (,) must be followed by white space.
(#589) Expected 1 space before "=>"; 0 found
(#589) Expected 1 space after "=>"; 0 found
(#589) Line exceeds 132 characters; contains 179 characters
(#589) Closing brace must be on a line by itself
(#590) Line indented incorrectly; expected 20 spaces, found 11
(#590) Expected "if (...) {\n"; found "if (...)\t{ "
(#590) Variable "LabelX" must be all lower-case
(#590) Expected 1 space after ">"; 2 found
(#590) Variable "CenterX" must be all lower-case
(#590) Variable "LabelY" must be all lower-case
(#590) Expected 1 space after "<"; 2 found
(#590) Variable "CenterY" must be all lower-case
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Variable "Object" must be all lower-case
(#590) Variable "LabelX" must be all lower-case
(#590) Commas (,) must be followed by white space.
(#590) Variable "LabelY" must be all lower-case
(#590) Commas (,) must be followed by white space.
(#590) Variable "Label" must be all lower-case
(#590) Commas (,) must be followed by white space.
(#590) Expected 1 space before "=>"; 0 found
(#590) Expected 1 space after "=>"; 0 found
(#590) Line exceeds 132 characters; contains 177 characters
(#590) Closing brace must be on a line by itself
(#591) Line indented incorrectly; expected 20 spaces, found 11
(#591) Expected "if (...) {\n"; found "if (...)\t{ "
(#591) Variable "LabelX" must be all lower-case
(#591) Expected 1 space after ">"; 2 found
(#591) Variable "CenterX" must be all lower-case
(#591) Variable "LabelY" must be all lower-case
(#591) Variable "CenterY" must be all lower-case
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Variable "Object" must be all lower-case
(#591) Variable "LabelX" must be all lower-case
(#591) Commas (,) must be followed by white space.
(#591) Variable "LabelY" must be all lower-case
(#591) Commas (,) must be followed by white space.
(#591) Variable "Label" must be all lower-case
(#591) Commas (,) must be followed by white space.
(#591) Expected 1 space before "=>"; 0 found
(#591) Expected 1 space after "=>"; 0 found
(#591) Line exceeds 132 characters; contains 177 characters
(#591) Closing brace must be on a line by itself
(#592) Line indented incorrectly; expected 20 spaces, found 11
(#592) Expected "if (...) {\n"; found "if (...)\t{ "
(#592) Variable "LabelX" must be all lower-case
(#592) Expected 1 space after ">"; 2 found
(#592) Variable "CenterX" must be all lower-case
(#592) Variable "LabelY" must be all lower-case
(#592) Expected 1 space after ">"; 2 found
(#592) Variable "CenterY" must be all lower-case
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Variable "Object" must be all lower-case
(#592) Variable "LabelX" must be all lower-case
(#592) Commas (,) must be followed by white space.
(#592) Variable "LabelY" must be all lower-case
(#592) Commas (,) must be followed by white space.
(#592) Variable "Label" must be all lower-case
(#592) Commas (,) must be followed by white space.
(#592) Expected 1 space before "=>"; 0 found
(#592) Expected 1 space after "=>"; 0 found
(#592) Line exceeds 132 characters; contains 174 characters
(#592) Closing brace must be on a line by itself
(#593) Line indented incorrectly; expected 20 spaces, found 11
(#593) Expected "if (...) {\n"; found "if (...)\t{ "
(#593) Variable "LabelX" must be all lower-case
(#593) Expected 1 space after "<"; 2 found
(#593) Variable "CenterX" must be all lower-case
(#593) Variable "LabelY" must be all lower-case
(#593) Expected 1 space after "<"; 2 found
(#593) Variable "CenterY" must be all lower-case
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Variable "Object" must be all lower-case
(#593) Variable "LabelX" must be all lower-case
(#593) Commas (,) must be followed by white space.
(#593) Variable "LabelY" must be all lower-case
(#593) Commas (,) must be followed by white space.
(#593) Variable "Label" must be all lower-case
(#593) Commas (,) must be followed by white space.
(#593) Expected 1 space before "=>"; 0 found
(#593) Expected 1 space after "=>"; 0 found
(#593) Line exceeds 132 characters; contains 178 characters
(#593) Closing brace must be on a line by itself
(#594) Line indented incorrectly; expected 20 spaces, found 11
(#594) Expected "if (...) {\n"; found "if (...)\t{ "
(#594) Variable "LabelX" must be all lower-case
(#594) Expected 1 space after "<"; 2 found
(#594) Variable "CenterX" must be all lower-case
(#594) Variable "LabelY" must be all lower-case
(#594) Variable "CenterY" must be all lower-case
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Variable "Object" must be all lower-case
(#594) Variable "LabelX" must be all lower-case
(#594) Commas (,) must be followed by white space.
(#594) Variable "LabelY" must be all lower-case
(#594) Commas (,) must be followed by white space.
(#594) Variable "Label" must be all lower-case
(#594) Commas (,) must be followed by white space.
(#594) Expected 1 space before "=>"; 0 found
(#594) Expected 1 space after "=>"; 0 found
(#594) Line exceeds 132 characters; contains 178 characters
(#594) Closing brace must be on a line by itself
(#595) Line indented incorrectly; expected 20 spaces, found 11
(#595) Expected "if (...) {\n"; found "if (...)\t{ "
(#595) Variable "LabelX" must be all lower-case
(#595) Expected 1 space after "<"; 2 found
(#595) Variable "CenterX" must be all lower-case
(#595) Variable "LabelY" must be all lower-case
(#595) Expected 1 space after ">"; 2 found
(#595) Variable "CenterY" must be all lower-case
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Variable "Object" must be all lower-case
(#595) Variable "LabelX" must be all lower-case
(#595) Commas (,) must be followed by white space.
(#595) Variable "LabelY" must be all lower-case
(#595) Commas (,) must be followed by white space.
(#595) Variable "Label" must be all lower-case
(#595) Commas (,) must be followed by white space.
(#595) Expected 1 space before "=>"; 0 found
(#595) Expected 1 space after "=>"; 0 found
(#595) Line exceeds 132 characters; contains 175 characters
(#595) Closing brace must be on a line by itself
(#596) Line indented incorrectly; expected 20 spaces, found 11
(#596) Expected "if (...) {\n"; found "if (...)\t{ "
(#596) Variable "LabelX" must be all lower-case
(#596) Variable "CenterX" must be all lower-case
(#596) Variable "LabelY" must be all lower-case
(#596) Expected 1 space after ">"; 2 found
(#596) Variable "CenterY" must be all lower-case
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Variable "Object" must be all lower-case
(#596) Variable "LabelX" must be all lower-case
(#596) Commas (,) must be followed by white space.
(#596) Variable "LabelY" must be all lower-case
(#596) Commas (,) must be followed by white space.
(#596) Variable "Label" must be all lower-case
(#596) Commas (,) must be followed by white space.
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#596) Line exceeds 132 characters; contains 176 characters
(#596) Closing brace must be on a line by itself
(#597) Line indented incorrectly; expected 16 spaces, found 10
(#597) Closing brace indented incorrectly; expected 9 spaces, found 10
(#598) Line indented incorrectly; expected 12 spaces, found 8
(#598) Closing brace indented incorrectly; expected 7 spaces, found 8
(#599) Line indented incorrectly; expected at least 12 spaces, found 7
(#599) Variable "ID" must be all lower-case
(#600) Line indented incorrectly; expected 8 spaces, found 6
(#600) Closing brace indented incorrectly; expected 5 spaces, found 6
(#602) Line indented incorrectly; expected at least 8 spaces, found 5
(#603) Line indented incorrectly; expected at least 8 spaces, found 5
(#603) Variable "ID" must be all lower-case
(#603) Variable "Plot" must be all lower-case
(#604) Line indented incorrectly; expected 8 spaces, found 5
(#604) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#604) Variable "Data" must be all lower-case
(#604) Variable "SerieName" must be all lower-case
(#604) Variable "DataSet" must be all lower-case
(#605) Line indented incorrectly; expected at least 8 spaces, found 6
(#606) Line indented incorrectly; expected 12 spaces, found 7
(#606) Expected "if (...) {\n"; found "if (...)\n {\n"
(#606) Variable "SerieName" must be all lower-case
(#606) Variable "LabelSerie" must be all lower-case
(#607) Line indented incorrectly; expected at least 12 spaces, found 8
(#608) Line indented incorrectly; expected at least 16 spaces, found 9
(#608) Variable "Color" must be all lower-case
(#608) Expected 1 space before "=>"; 0 found
(#608) Expected 1 space after "=>"; 0 found
(#608) Variable "Palette" must be all lower-case
(#608) Variable "ID" must be all lower-case
(#608) Commas (,) must be followed by white space.
(#608) Expected 1 space before "=>"; 0 found
(#608) Expected 1 space after "=>"; 0 found
(#608) Variable "Palette" must be all lower-case
(#608) Variable "ID" must be all lower-case
(#608) Commas (,) must be followed by white space.
(#608) Expected 1 space before "=>"; 0 found
(#608) Expected 1 space after "=>"; 0 found
(#608) Variable "Palette" must be all lower-case
(#608) Variable "ID" must be all lower-case
(#608) Commas (,) must be followed by white space.
(#608) Expected 1 space before "=>"; 0 found
(#608) Expected 1 space after "=>"; 0 found
(#608) Variable "Palette" must be all lower-case
(#608) Variable "ID" must be all lower-case
(#608) Commas (,) must be followed by white space.
(#608) Expected 1 space before "=>"; 0 found
(#608) Expected 1 space after "=>"; 0 found
(#608) Variable "PointSurrounding" must be all lower-case
(#608) Line exceeds 132 characters; contains 162 characters
(#609) Line indented incorrectly; expected 16 spaces, found 9
(#609) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#609) Variable "DataSet" must be all lower-case
(#609) Variable "Key" must be all lower-case
(#609) Variable "Value" must be all lower-case
(#610) Line indented incorrectly; expected at least 16 spaces, found 10
(#611) Line indented incorrectly; expected at least 20 spaces, found 11
(#611) Variable "Angle" must be all lower-case
(#611) Variable "Data" must be all lower-case
(#611) Variable "LabelSerie" must be all lower-case
(#611) Variable "Key" must be all lower-case
(#612) Line indented incorrectly; expected at least 20 spaces, found 11
(#612) Variable "Length" must be all lower-case
(#612) Variable "EdgeHeight" must be all lower-case
(#612) Expected 1 space before "/"; 0 found
(#612) Expected 1 space after "/"; 0 found
(#612) Variable "Segments" must be all lower-case
(#612) Expected 1 space before "*"; 0 found
(#612) Expected 1 space after "*"; 0 found
(#612) Variable "SegmentHeight" must be all lower-case
(#612) Expected 1 space before "*"; 0 found
(#612) Expected 1 space after "*"; 0 found
(#612) Variable "Value" must be all lower-case
(#614) Line indented incorrectly; expected at least 20 spaces, found 11
(#614) Variable "X" must be all lower-case
(#614) Variable "Angle" must be all lower-case
(#614) Expected 1 space before "+"; 0 found
(#614) Expected 1 space after "+"; 0 found
(#614) Variable "AxisRotation" must be all lower-case
(#614) Variable "Length" must be all lower-case
(#614) Expected 1 space before "+"; 2 found
(#614) Variable "CenterX" must be all lower-case
(#615) Line indented incorrectly; expected at least 20 spaces, found 11
(#615) Variable "Y" must be all lower-case
(#615) Variable "Angle" must be all lower-case
(#615) Expected 1 space before "+"; 0 found
(#615) Expected 1 space after "+"; 0 found
(#615) Variable "AxisRotation" must be all lower-case
(#615) Variable "Length" must be all lower-case
(#615) Expected 1 space before "+"; 2 found
(#615) Variable "CenterY" must be all lower-case
(#617) Line indented incorrectly; expected 20 spaces, found 11
(#617) Expected "if (...) {\n"; found "if (...) { "
(#617) Variable "RecordImageMap" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "X" must be all lower-case
(#617) Variable "Y" must be all lower-case
(#617) Variable "PointRadius" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Palette" must be all lower-case
(#617) Variable "ID" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Palette" must be all lower-case
(#617) Variable "ID" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Palette" must be all lower-case
(#617) Variable "ID" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "DataSet" must be all lower-case
(#617) Commas (,) must be followed by white space.
(#617) Variable "Data" must be all lower-case
(#617) Variable "LabelSerie" must be all lower-case
(#617) Variable "Key" must be all lower-case
(#617) Variable "Value" must be all lower-case
(#617) Line exceeds maximum limit of 180 characters; contains 306 characters
(#617) Closing brace must be on a line by itself
(#619) Line indented incorrectly; expected at least 20 spaces, found 11
(#619) Variable "Plot" must be all lower-case
(#619) Variable "ID" must be all lower-case
(#619) Variable "X" must be all lower-case
(#619) Commas (,) must be followed by white space.
(#619) Variable "Y" must be all lower-case
(#619) Commas (,) must be followed by white space.
(#619) Variable "Value" must be all lower-case
(#620) Line indented incorrectly; expected 16 spaces, found 10
(#620) Closing brace indented incorrectly; expected 9 spaces, found 10
(#621) Line indented incorrectly; expected at least 16 spaces, found 9
(#621) Variable "ID" must be all lower-case
(#622) Line indented incorrectly; expected 12 spaces, found 8
(#622) Closing brace indented incorrectly; expected 7 spaces, found 8
(#623) Line indented incorrectly; expected 8 spaces, found 6
(#623) Closing brace indented incorrectly; expected 5 spaces, found 6
(#625) Line indented incorrectly; expected at least 8 spaces, found 5
(#626) Line indented incorrectly; expected 8 spaces, found 5
(#626) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#626) Variable "Plot" must be all lower-case
(#626) Variable "ID" must be all lower-case
(#626) Variable "Points" must be all lower-case
(#627) Line indented incorrectly; expected at least 8 spaces, found 6
(#628) Line indented incorrectly; expected at least 12 spaces, found 7
(#628) Variable "Color" must be all lower-case
(#628) Expected 1 space before "=>"; 0 found
(#628) Expected 1 space after "=>"; 0 found
(#628) Variable "Palette" must be all lower-case
(#628) Variable "ID" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Expected 1 space before "=>"; 0 found
(#628) Expected 1 space after "=>"; 0 found
(#628) Variable "Palette" must be all lower-case
(#628) Variable "ID" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Expected 1 space before "=>"; 0 found
(#628) Expected 1 space after "=>"; 0 found
(#628) Variable "Palette" must be all lower-case
(#628) Variable "ID" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Expected 1 space before "=>"; 0 found
(#628) Expected 1 space after "=>"; 0 found
(#628) Variable "Palette" must be all lower-case
(#628) Variable "ID" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Expected 1 space before "=>"; 0 found
(#628) Expected 1 space after "=>"; 0 found
(#628) Variable "PointSurrounding" must be all lower-case
(#628) Line exceeds 132 characters; contains 160 characters
(#630) Line indented incorrectly; expected at least 12 spaces, found 7
(#631) Line indented incorrectly; expected 12 spaces, found 7
(#631) Expected "if (...) {\n"; found "if (...)\n {\n"
(#631) Variable "DrawPoly" must be all lower-case
(#632) Line indented incorrectly; expected at least 12 spaces, found 8
(#633) Line indented incorrectly; expected at least 16 spaces, found 9
(#633) Inline control structures are not allowed
(#633) Variable "PolyAlpha" must be all lower-case
(#633) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#634) Line indented incorrectly; expected at least 16 spaces, found 10
(#634) Variable "Color" must be all lower-case
(#634) Expected 1 space before "=>"; 0 found
(#634) Expected 1 space after "=>"; 0 found
(#634) Variable "Palette" must be all lower-case
(#634) Variable "ID" must be all lower-case
(#634) Commas (,) must be followed by white space.
(#634) Expected 1 space before "=>"; 0 found
(#634) Expected 1 space after "=>"; 0 found
(#634) Variable "Palette" must be all lower-case
(#634) Variable "ID" must be all lower-case
(#634) Commas (,) must be followed by white space.
(#634) Expected 1 space before "=>"; 0 found
(#634) Expected 1 space after "=>"; 0 found
(#634) Variable "Palette" must be all lower-case
(#634) Variable "ID" must be all lower-case
(#634) Commas (,) must be followed by white space.
(#634) Expected 1 space before "=>"; 0 found
(#634) Expected 1 space after "=>"; 0 found
(#634) Variable "PolyAlpha" must be all lower-case
(#634) Commas (,) must be followed by white space.
(#634) Expected 1 space before "=>"; 0 found
(#634) Expected 1 space after "=>"; 0 found
(#634) Variable "PointSurrounding" must be all lower-case
(#634) Line exceeds 132 characters; contains 151 characters
(#636) Line indented incorrectly; expected at least 16 spaces, found 9
(#636) Variable "PointsArray" must be all lower-case
(#637) Line indented incorrectly; expected 16 spaces, found 9
(#637) Expected "for (...) {\n"; found "for(...) \n { "
(#637) Expected 1 space after second semicolon of FOR loop; 0 found
(#637) Expected 1 space before "="; 0 found
(#637) Expected 1 space after "="; 0 found
(#637) Expected 1 space before "<"; 0 found
(#637) Expected 1 space after "<"; 0 found
(#637) Variable "Points" must be all lower-case
(#637) Whitespace found at end of line
(#638) Line indented incorrectly; expected at least 16 spaces, found 10
(#638) Variable "PointsArray" must be all lower-case
(#638) Variable "Points" must be all lower-case
(#638) Variable "PointsArray" must be all lower-case
(#638) Variable "Points" must be all lower-case
(#638) Closing brace must be on a line by itself
(#640) Line indented incorrectly; expected at least 16 spaces, found 9
(#640) Variable "Object" must be all lower-case
(#640) Variable "PointsArray" must be all lower-case
(#640) Commas (,) must be followed by white space.
(#640) Variable "Color" must be all lower-case
(#641) Line indented incorrectly; expected 12 spaces, found 8
(#641) Closing brace indented incorrectly; expected 7 spaces, found 8
(#643) Line indented incorrectly; expected at least 12 spaces, found 7
(#643) Variable "Color" must be all lower-case
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#643) Variable "Palette" must be all lower-case
(#643) Variable "ID" must be all lower-case
(#643) Commas (,) must be followed by white space.
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#643) Variable "Palette" must be all lower-case
(#643) Variable "ID" must be all lower-case
(#643) Commas (,) must be followed by white space.
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#643) Variable "Palette" must be all lower-case
(#643) Variable "ID" must be all lower-case
(#643) Commas (,) must be followed by white space.
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#643) Variable "Palette" must be all lower-case
(#643) Variable "ID" must be all lower-case
(#643) Commas (,) must be followed by white space.
(#643) Expected 1 space before "=>"; 0 found
(#643) Expected 1 space after "=>"; 0 found
(#643) Variable "PointSurrounding" must be all lower-case
(#643) Line exceeds 132 characters; contains 160 characters
(#645) Line indented incorrectly; expected at least 12 spaces, found 7
(#646) Line indented incorrectly; expected at least 12 spaces, found 7
(#646) Variable "TextSettings" must be all lower-case
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#646) Commas (,) must be followed by white space.
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#646) Variable "ValueFontName" must be all lower-case
(#646) Commas (,) must be followed by white space.
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#646) Variable "ValueFontSize" must be all lower-case
(#646) Commas (,) must be followed by white space.
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#646) Variable "Palette" must be all lower-case
(#646) Variable "ID" must be all lower-case
(#646) Commas (,) must be followed by white space.
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#646) Variable "Palette" must be all lower-case
(#646) Variable "ID" must be all lower-case
(#646) Commas (,) must be followed by white space.
(#646) Expected 1 space before "=>"; 0 found
(#646) Expected 1 space after "=>"; 0 found
(#646) Variable "Palette" must be all lower-case
(#646) Variable "ID" must be all lower-case
(#646) Line exceeds maximum limit of 180 characters; contains 189 characters
(#647) Line indented incorrectly; expected at least 12 spaces, found 7
(#647) Variable "InnerColor" must be all lower-case
(#647) Expected 1 space before "=>"; 0 found
(#647) Expected 1 space after "=>"; 0 found
(#647) Variable "InnerBubbleR" must be all lower-case
(#647) Commas (,) must be followed by white space.
(#647) Expected 1 space before "=>"; 0 found
(#647) Expected 1 space after "=>"; 0 found
(#647) Variable "InnerBubbleG" must be all lower-case
(#647) Commas (,) must be followed by white space.
(#647) Expected 1 space before "=>"; 0 found
(#647) Expected 1 space after "=>"; 0 found
(#647) Variable "InnerBubbleB" must be all lower-case
(#647) Commas (,) must be followed by white space.
(#647) Expected 1 space before "=>"; 0 found
(#647) Expected 1 space after "=>"; 0 found
(#647) Variable "InnerBubbleAlpha" must be all lower-case
(#648) Line indented incorrectly; expected at least 12 spaces, found 7
(#648) Inline control structures are not allowed
(#648) Variable "OuterBubbleR" must be all lower-case
(#649) Line indented incorrectly; expected at least 12 spaces, found 8
(#649) Variable "OuterColor" must be all lower-case
(#649) Expected 1 space before "=>"; 0 found
(#649) Expected 1 space after "=>"; 0 found
(#649) Variable "OuterBubbleR" must be all lower-case
(#649) Commas (,) must be followed by white space.
(#649) Expected 1 space before "=>"; 0 found
(#649) Expected 1 space after "=>"; 0 found
(#649) Variable "OuterBubbleG" must be all lower-case
(#649) Commas (,) must be followed by white space.
(#649) Expected 1 space before "=>"; 0 found
(#649) Expected 1 space after "=>"; 0 found
(#649) Variable "OuterBubbleB" must be all lower-case
(#649) Commas (,) must be followed by white space.
(#649) Expected 1 space before "=>"; 0 found
(#649) Expected 1 space after "=>"; 0 found
(#649) Variable "OuterBubbleAlpha" must be all lower-case
(#650) Line indented incorrectly; expected at least 12 spaces, found 7
(#650) Inline control structures are not allowed
(#651) Line indented incorrectly; expected at least 12 spaces, found 8
(#651) Variable "OuterColor" must be all lower-case
(#651) Expected 1 space before "=>"; 0 found
(#651) Expected 1 space after "=>"; 0 found
(#651) Variable "Palette" must be all lower-case
(#651) Variable "ID" must be all lower-case
(#651) Expected 1 space before "+"; 0 found
(#651) Expected 1 space after "+"; 0 found
(#651) Commas (,) must be followed by white space.
(#651) Expected 1 space before "=>"; 0 found
(#651) Expected 1 space after "=>"; 0 found
(#651) Variable "Palette" must be all lower-case
(#651) Variable "ID" must be all lower-case
(#651) Expected 1 space before "+"; 0 found
(#651) Expected 1 space after "+"; 0 found
(#651) Commas (,) must be followed by white space.
(#651) Expected 1 space before "=>"; 0 found
(#651) Expected 1 space after "=>"; 0 found
(#651) Variable "Palette" must be all lower-case
(#651) Variable "ID" must be all lower-case
(#651) Expected 1 space before "+"; 0 found
(#651) Expected 1 space after "+"; 0 found
(#651) Commas (,) must be followed by white space.
(#651) Expected 1 space before "=>"; 0 found
(#651) Expected 1 space after "=>"; 0 found
(#651) Variable "Palette" must be all lower-case
(#651) Variable "ID" must be all lower-case
(#651) Line exceeds 132 characters; contains 142 characters
(#653) Line indented incorrectly; expected at least 12 spaces, found 7
(#654) Line indented incorrectly; expected at least 12 spaces, found 7
(#654) Inline control structures are not allowed
(#654) Variable "LineLoopStart" must be all lower-case
(#654) Variable "DrawLines" must be all lower-case
(#655) Line indented incorrectly; expected at least 12 spaces, found 8
(#655) Variable "Object" must be all lower-case
(#655) Variable "Points" must be all lower-case
(#655) Variable "Points" must be all lower-case
(#655) Expected 1 space before "-"; 0 found
(#655) Expected 1 space after "-"; 0 found
(#655) Commas (,) must be followed by white space.
(#655) Variable "Points" must be all lower-case
(#655) Variable "Points" must be all lower-case
(#655) Expected 1 space before "-"; 0 found
(#655) Expected 1 space after "-"; 0 found
(#655) Commas (,) must be followed by white space.
(#655) Variable "Points" must be all lower-case
(#655) Commas (,) must be followed by white space.
(#655) Variable "Points" must be all lower-case
(#655) Commas (,) must be followed by white space.
(#655) Variable "Color" must be all lower-case
(#656) Whitespace found at end of line
(#657) Line indented incorrectly; expected at least 12 spaces, found 7
(#658) Line indented incorrectly; expected 12 spaces, found 7
(#658) Expected "for (...) {\n"; found "for(...) \n {\n"
(#658) Expected 1 space after second semicolon of FOR loop; 0 found
(#658) Expected 1 space before "="; 0 found
(#658) Expected 1 space after "="; 0 found
(#658) Expected 1 space before "<"; 0 found
(#658) Expected 1 space after "<"; 0 found
(#658) Variable "Points" must be all lower-case
(#658) Whitespace found at end of line
(#659) Line indented incorrectly; expected at least 12 spaces, found 8
(#660) Line indented incorrectly; expected at least 16 spaces, found 9
(#660) Inline control structures are not allowed
(#660) Variable "DrawLines" must be all lower-case
(#660) Variable "Points" must be all lower-case
(#660) Expected 1 space before "-"; 0 found
(#660) Expected 1 space after "-"; 0 found
(#661) Line indented incorrectly; expected at least 16 spaces, found 10
(#661) Variable "Object" must be all lower-case
(#661) Variable "Points" must be all lower-case
(#661) Commas (,) must be followed by white space.
(#661) Variable "Points" must be all lower-case
(#661) Commas (,) must be followed by white space.
(#661) Variable "Points" must be all lower-case
(#661) Expected 1 space before "+"; 0 found
(#661) Expected 1 space after "+"; 0 found
(#661) Commas (,) must be followed by white space.
(#661) Variable "Points" must be all lower-case
(#661) Expected 1 space before "+"; 0 found
(#661) Expected 1 space after "+"; 0 found
(#661) Commas (,) must be followed by white space.
(#661) Variable "Color" must be all lower-case
(#663) Line indented incorrectly; expected at least 16 spaces, found 9
(#663) Inline control structures are not allowed
(#663) Variable "DrawPoints" must be all lower-case
(#664) Line indented incorrectly; expected at least 16 spaces, found 10
(#664) Variable "Object" must be all lower-case
(#664) Variable "Points" must be all lower-case
(#664) Commas (,) must be followed by white space.
(#664) Variable "Points" must be all lower-case
(#664) Commas (,) must be followed by white space.
(#664) Variable "PointRadius" must be all lower-case
(#664) Commas (,) must be followed by white space.
(#664) Variable "Color" must be all lower-case
(#666) Line indented incorrectly; expected 16 spaces, found 9
(#666) Expected "if (...) {\n"; found "if (...)\n {\n"
(#666) Variable "WriteValuesInBubble" must be all lower-case
(#666) Variable "WriteValues" must be all lower-case
(#667) Line indented incorrectly; expected at least 16 spaces, found 10
(#668) Line indented incorrectly; expected at least 20 spaces, found 11
(#668) Variable "TxtPos" must be all lower-case
(#668) Variable "Points" must be all lower-case
(#668) Commas (,) must be followed by white space.
(#668) Variable "Points" must be all lower-case
(#668) Commas (,) must be followed by white space.
(#668) Variable "ValueFontName" must be all lower-case
(#668) Commas (,) must be followed by white space.
(#668) Variable "ValueFontSize" must be all lower-case
(#668) Commas (,) must be followed by white space.
(#668) Commas (,) must be followed by white space.
(#668) Variable "Points" must be all lower-case
(#669) Line indented incorrectly; expected at least 20 spaces, found 11
(#669) Variable "Radius" must be all lower-case
(#669) Variable "TxtPos" must be all lower-case
(#669) Variable "TxtPos" must be all lower-case
(#669) Variable "ValuePadding" must be all lower-case
(#669) Expected 1 space before "*"; 0 found
(#669) Expected 1 space after "*"; 0 found
(#669) Expected 1 space before "/"; 0 found
(#669) Expected 1 space after "/"; 0 found
(#671) Line indented incorrectly; expected at least 20 spaces, found 11
(#671) Variable "Points" must be all lower-case
(#671) Commas (,) must be followed by white space.
(#671) Variable "Points" must be all lower-case
(#671) Commas (,) must be followed by white space.
(#671) Variable "Radius" must be all lower-case
(#671) Expected 1 space before "+"; 0 found
(#671) Expected 1 space after "+"; 0 found
(#671) Variable "OuterBubbleRadius" must be all lower-case
(#671) Commas (,) must be followed by white space.
(#671) Variable "OuterColor" must be all lower-case
(#672) Line indented incorrectly; expected at least 20 spaces, found 11
(#672) Variable "Points" must be all lower-case
(#672) Commas (,) must be followed by white space.
(#672) Variable "Points" must be all lower-case
(#672) Commas (,) must be followed by white space.
(#672) Variable "Radius" must be all lower-case
(#672) Commas (,) must be followed by white space.
(#672) Variable "InnerColor" must be all lower-case
(#673) Line indented incorrectly; expected 16 spaces, found 10
(#673) Closing brace indented incorrectly; expected 9 spaces, found 10
(#675) Line indented incorrectly; expected at least 16 spaces, found 9
(#675) Inline control structures are not allowed
(#675) Variable "WriteValues" must be all lower-case
(#676) Line indented incorrectly; expected at least 16 spaces, found 10
(#676) Variable "Points" must be all lower-case
(#676) Expected 1 space before "-"; 0 found
(#676) Expected 1 space after "-"; 0 found
(#676) Commas (,) must be followed by white space.
(#676) Variable "Points" must be all lower-case
(#676) Expected 1 space before "-"; 0 found
(#676) Expected 1 space after "-"; 0 found
(#676) Commas (,) must be followed by white space.
(#676) Variable "Points" must be all lower-case
(#676) Commas (,) must be followed by white space.
(#676) Variable "TextSettings" must be all lower-case
(#677) Line indented incorrectly; expected 12 spaces, found 8
(#677) Closing brace indented incorrectly; expected 7 spaces, found 8
(#678) Line indented incorrectly; expected 8 spaces, found 6
(#678) Closing brace indented incorrectly; expected 5 spaces, found 6
(#679) Closing brace indented incorrectly; expected 3 spaces, found 4
(#680) Line indented incorrectly; expected 0 spaces, found 2
(#680) Closing brace indented incorrectly; expected 1 spaces, found 2
(#681) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pScatter.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Line indented incorrectly; expected 0 spaces, found 1
(#22) Line indented incorrectly; expected at least 4 spaces, found 3
(#22) Member variable "pChartObject" must be all lower-case
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$pChartObject"
(#23) Line indented incorrectly; expected at least 4 spaces, found 3
(#23) Member variable "pDataObject" must be all lower-case
(#23) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#23) Scope modifier not specified for member variable "$pDataObject"
(#25) Line indented incorrectly; expected at least 4 spaces, found 3
(#26) Line indented incorrectly; expected 4 spaces, found 3
(#26) method name "pScatter::pScatter" must be in lower-case letters only
(#26) PHP4 style constructors are not allowed; use "__construct()" instead
(#26) Visibility must be declared on method "pScatter"
(#26) Variable "pChartObject" must be all lower-case
(#26) Commas (,) must be followed by white space.
(#26) Variable "pDataObject" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#28) Line indented incorrectly; expected at least 8 spaces, found 5
(#28) Variable "pChartObject" must be all lower-case
(#29) Line indented incorrectly; expected at least 8 spaces, found 5
(#29) Variable "pDataObject" must be all lower-case
(#30) Closing brace indented incorrectly; expected 3 spaces, found 4
(#32) Line indented incorrectly; expected at least 4 spaces, found 3
(#33) Line indented incorrectly; expected 4 spaces, found 3
(#33) method name "pScatter::drawScatterScale" must be in lower-case letters only
(#33) Visibility must be declared on method "drawScatterScale"
(#33) Variable "Format" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Line indented incorrectly; expected at least 8 spaces, found 5
(#35) Variable "Mode" must be all lower-case
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Variable "Format" must be all lower-case
(#35) Variable "Format" must be all lower-case
(#36) Line indented incorrectly; expected at least 8 spaces, found 5
(#36) Variable "Floating" must be all lower-case
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Variable "Format" must be all lower-case
(#36) Variable "Format" must be all lower-case
(#36) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#37) Line indented incorrectly; expected at least 8 spaces, found 5
(#37) Variable "XLabelsRotation" must be all lower-case
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Variable "Format" must be all lower-case
(#37) Variable "Format" must be all lower-case
(#38) Line indented incorrectly; expected at least 8 spaces, found 5
(#38) Variable "MinDivHeight" must be all lower-case
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Variable "Format" must be all lower-case
(#38) Variable "Format" must be all lower-case
(#39) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Variable "Factors" must be all lower-case
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Variable "Format" must be all lower-case
(#39) Variable "Format" must be all lower-case
(#39) Commas (,) must be followed by white space.
(#39) Commas (,) must be followed by white space.
(#40) Line indented incorrectly; expected at least 8 spaces, found 5
(#40) Variable "ManualScale" must be all lower-case
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Variable "Format" must be all lower-case
(#40) Variable "Format" must be all lower-case
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#41) Variable "XMargin" must be all lower-case
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Variable "Format" must be all lower-case
(#41) Variable "Format" must be all lower-case
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Variable "YMargin" must be all lower-case
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Variable "Format" must be all lower-case
(#42) Variable "Format" must be all lower-case
(#43) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Variable "ScaleSpacing" must be all lower-case
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Variable "Format" must be all lower-case
(#43) Variable "Format" must be all lower-case
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#44) Variable "InnerTickWidth" must be all lower-case
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Variable "Format" must be all lower-case
(#44) Variable "Format" must be all lower-case
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Variable "OuterTickWidth" must be all lower-case
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Variable "Format" must be all lower-case
(#45) Variable "Format" must be all lower-case
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Variable "DrawXLines" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Variable "Format" must be all lower-case
(#46) Variable "Format" must be all lower-case
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#47) Variable "DrawYLines" must be all lower-case
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Variable "Format" must be all lower-case
(#47) Variable "Format" must be all lower-case
(#48) Line indented incorrectly; expected at least 8 spaces, found 5
(#48) Variable "GridTicks" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Variable "Format" must be all lower-case
(#48) Variable "Format" must be all lower-case
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Variable "GridR" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Variable "Format" must be all lower-case
(#49) Variable "Format" must be all lower-case
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Variable "GridG" must be all lower-case
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Variable "Format" must be all lower-case
(#50) Variable "Format" must be all lower-case
(#51) Line indented incorrectly; expected at least 8 spaces, found 5
(#51) Variable "GridB" must be all lower-case
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Variable "Format" must be all lower-case
(#51) Variable "Format" must be all lower-case
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Variable "GridAlpha" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Variable "Format" must be all lower-case
(#52) Variable "Format" must be all lower-case
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "AxisRo" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Variable "Format" must be all lower-case
(#53) Variable "Format" must be all lower-case
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "AxisGo" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Variable "Format" must be all lower-case
(#54) Variable "Format" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "AxisBo" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Variable "Format" must be all lower-case
(#55) Variable "Format" must be all lower-case
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "AxisAlpha" must be all lower-case
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "Format" must be all lower-case
(#56) Variable "Format" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Variable "TickRo" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "Format" must be all lower-case
(#57) Variable "Format" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Variable "TickGo" must be all lower-case
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Variable "Format" must be all lower-case
(#58) Variable "Format" must be all lower-case
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Variable "TickBo" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "Format" must be all lower-case
(#59) Variable "Format" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Variable "TickAlpha" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Variable "Format" must be all lower-case
(#60) Variable "Format" must be all lower-case
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Variable "DrawSubTicks" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "Format" must be all lower-case
(#61) Variable "Format" must be all lower-case
(#61) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Variable "InnerSubTickWidth" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Variable "Format" must be all lower-case
(#62) Variable "Format" must be all lower-case
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "OuterSubTickWidth" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Variable "Format" must be all lower-case
(#63) Variable "Format" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) Variable "SubTickR" must be all lower-case
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Variable "Format" must be all lower-case
(#64) Variable "Format" must be all lower-case
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Variable "SubTickG" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Variable "Format" must be all lower-case
(#65) Variable "Format" must be all lower-case
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "SubTickB" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Variable "Format" must be all lower-case
(#66) Variable "Format" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "SubTickAlpha" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Variable "Format" must be all lower-case
(#67) Variable "Format" must be all lower-case
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Variable "XReleasePercent" must be all lower-case
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Variable "Format" must be all lower-case
(#68) Variable "Format" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Variable "DrawArrows" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Variable "Format" must be all lower-case
(#69) Variable "Format" must be all lower-case
(#69) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "ArrowSize" must be all lower-case
(#70) Variable "Format" must be all lower-case
(#70) Variable "Format" must be all lower-case
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) Variable "CycleBackground" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Variable "Format" must be all lower-case
(#71) Variable "Format" must be all lower-case
(#71) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "BackgroundR1" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Variable "Format" must be all lower-case
(#72) Variable "Format" must be all lower-case
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "BackgroundG1" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Variable "Format" must be all lower-case
(#73) Variable "Format" must be all lower-case
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "BackgroundB1" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Variable "Format" must be all lower-case
(#74) Variable "Format" must be all lower-case
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Variable "BackgroundAlpha1" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Variable "Format" must be all lower-case
(#75) Variable "Format" must be all lower-case
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Variable "BackgroundR2" must be all lower-case
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Variable "Format" must be all lower-case
(#76) Variable "Format" must be all lower-case
(#77) Line indented incorrectly; expected at least 8 spaces, found 5
(#77) Variable "BackgroundG2" must be all lower-case
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Variable "Format" must be all lower-case
(#77) Variable "Format" must be all lower-case
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Variable "BackgroundB2" must be all lower-case
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Variable "Format" must be all lower-case
(#78) Variable "Format" must be all lower-case
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Variable "BackgroundAlpha2" must be all lower-case
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Variable "Format" must be all lower-case
(#79) Variable "Format" must be all lower-case
(#81) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Variable "GotXAxis" must be all lower-case
(#82) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#82) Variable "GotYAxis" must be all lower-case
(#82) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#83) Line indented incorrectly; expected 8 spaces, found 5
(#83) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#83) Variable "AxisID" must be all lower-case
(#83) Variable "AxisSettings" must be all lower-case
(#84) Line indented incorrectly; expected at least 8 spaces, found 6
(#85) Line indented incorrectly; expected 12 spaces, found 7
(#85) Expected "if (...) {\n"; found "if (...) { "
(#85) Variable "AxisSettings" must be all lower-case
(#85) Variable "GotXAxis" must be all lower-case
(#85) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#85) Closing brace must be on a line by itself
(#86) Line indented incorrectly; expected 12 spaces, found 7
(#86) Expected "if (...) {\n"; found "if (...) { "
(#86) Variable "AxisSettings" must be all lower-case
(#86) Variable "GotYAxis" must be all lower-case
(#86) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#86) Closing brace must be on a line by itself
(#87) Line indented incorrectly; expected 8 spaces, found 6
(#87) Closing brace indented incorrectly; expected 5 spaces, found 6
(#88) Line indented incorrectly; expected 8 spaces, found 5
(#88) Expected "if (...) {\n"; found "if (...) { "
(#88) Variable "GotXAxis" must be all lower-case
(#88) Closing brace must be on a line by itself
(#89) Line indented incorrectly; expected 8 spaces, found 5
(#89) Expected "if (...) {\n"; found "if (...) { "
(#89) Variable "GotYAxis" must be all lower-case
(#89) Closing brace must be on a line by itself
(#91) Line indented incorrectly; expected at least 8 spaces, found 5
(#92) Line indented incorrectly; expected 8 spaces, found 5
(#92) Expected "if (...) {\n"; found "if (...) { "
(#92) Variable "DrawYLines" must be all lower-case
(#92) Variable "DrawYLines" must be all lower-case
(#92) Expected 1 space before "=>"; 0 found
(#92) Expected 1 space after "=>"; 0 found
(#92) Closing brace must be on a line by itself
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "Data" must be all lower-case
(#96) Line indented incorrectly; expected 8 spaces, found 5
(#96) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#96) Variable "Data" must be all lower-case
(#96) Variable "AxisID" must be all lower-case
(#96) Variable "AxisSettings" must be all lower-case
(#97) Line indented incorrectly; expected at least 8 spaces, found 6
(#98) Line indented incorrectly; expected 12 spaces, found 7
(#98) Expected "if (...) {\n"; found "if (...)\n { "
(#98) Variable "AxisSettings" must be all lower-case
(#99) Line indented incorrectly; expected at least 12 spaces, found 8
(#99) Variable "Width" must be all lower-case
(#99) Variable "XMargin" must be all lower-case
(#99) Expected 1 space before "*"; 0 found
(#99) Expected 1 space after "*"; 0 found
(#99) Closing brace must be on a line by itself
(#100) Line indented incorrectly; expected 12 spaces, found 7
(#100) Expected "} else {\n"; found "}\n else\n { "
(#101) Line indented incorrectly; expected at least 12 spaces, found 8
(#101) Variable "Width" must be all lower-case
(#101) Variable "YMargin" must be all lower-case
(#101) Expected 1 space before "*"; 0 found
(#101) Expected 1 space after "*"; 0 found
(#101) Closing brace must be on a line by itself
(#103) Line indented incorrectly; expected at least 12 spaces, found 7
(#103) Variable "AxisMin" must be all lower-case
(#103) Variable "AxisMax" must be all lower-case
(#104) Line indented incorrectly; expected 12 spaces, found 7
(#104) Expected "if (...) {\n"; found "if (...)\n {\n"
(#104) Variable "Mode" must be all lower-case
(#105) Line indented incorrectly; expected at least 12 spaces, found 8
(#106) Line indented incorrectly; expected 16 spaces, found 9
(#106) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#106) Variable "Data" must be all lower-case
(#106) Variable "SerieID" must be all lower-case
(#106) Variable "SerieParameter" must be all lower-case
(#107) Line indented incorrectly; expected at least 16 spaces, found 10
(#108) Line indented incorrectly; expected 20 spaces, found 11
(#108) Expected "if (...) {\n"; found "if (...)\n {\n"
(#108) Variable "SerieParameter" must be all lower-case
(#108) Variable "AxisID" must be all lower-case
(#108) Variable "Data" must be all lower-case
(#108) Variable "SerieID" must be all lower-case
(#109) Line indented incorrectly; expected at least 20 spaces, found 12
(#110) Line indented incorrectly; expected at least 24 spaces, found 13
(#110) Variable "AxisMax" must be all lower-case
(#110) Variable "AxisMax" must be all lower-case
(#110) Commas (,) must be followed by white space.
(#110) Variable "Data" must be all lower-case
(#110) Variable "SerieID" must be all lower-case
(#111) Line indented incorrectly; expected at least 24 spaces, found 13
(#111) Variable "AxisMin" must be all lower-case
(#111) Variable "AxisMin" must be all lower-case
(#111) Commas (,) must be followed by white space.
(#111) Variable "Data" must be all lower-case
(#111) Variable "SerieID" must be all lower-case
(#112) Line indented incorrectly; expected 20 spaces, found 12
(#112) Closing brace indented incorrectly; expected 11 spaces, found 12
(#113) Line indented incorrectly; expected 16 spaces, found 10
(#113) Closing brace indented incorrectly; expected 9 spaces, found 10
(#114) Line indented incorrectly; expected at least 16 spaces, found 9
(#114) Variable "AutoMargin" must be all lower-case
(#114) Variable "AxisMax" must be all lower-case
(#114) Expected 1 space before "-"; 0 found
(#114) Expected 1 space after "-"; 0 found
(#114) Variable "AxisMin" must be all lower-case
(#114) Expected 1 space before "/"; 0 found
(#114) Expected 1 space after "/"; 0 found
(#114) Expected 1 space before "*"; 0 found
(#114) Expected 1 space after "*"; 0 found
(#114) Variable "XReleasePercent" must be all lower-case
(#116) Line indented incorrectly; expected at least 16 spaces, found 9
(#116) Variable "Data" must be all lower-case
(#116) Variable "AxisID" must be all lower-case
(#116) Variable "AxisMin" must be all lower-case
(#116) Expected 1 space before "-"; 0 found
(#116) Expected 1 space after "-"; 0 found
(#116) Variable "AutoMargin" must be all lower-case
(#116) Variable "Data" must be all lower-case
(#116) Variable "AxisID" must be all lower-case
(#116) Variable "AxisMax" must be all lower-case
(#116) Expected 1 space before "+"; 0 found
(#116) Expected 1 space after "+"; 0 found
(#116) Variable "AutoMargin" must be all lower-case
(#117) Line indented incorrectly; expected 12 spaces, found 8
(#117) Closing brace indented incorrectly; expected 7 spaces, found 8
(#118) Line indented incorrectly; expected 12 spaces, found 7
(#118) Usage of ELSEIF not allowed; use ELSE IF instead
(#118) Variable "Mode" must be all lower-case
(#119) Line indented incorrectly; expected at least 12 spaces, found 8
(#120) Line indented incorrectly; expected 16 spaces, found 9
(#120) Expected "if (...) {\n"; found "if (...)\n {\n"
(#120) Variable "ManualScale" must be all lower-case
(#120) Variable "AxisID" must be all lower-case
(#120) Variable "ManualScale" must be all lower-case
(#120) Variable "AxisID" must be all lower-case
(#121) Line indented incorrectly; expected at least 16 spaces, found 10
(#122) Line indented incorrectly; expected at least 20 spaces, found 11
(#122) Variable "Data" must be all lower-case
(#122) Variable "AxisID" must be all lower-case
(#122) Variable "ManualScale" must be all lower-case
(#122) Variable "AxisID" must be all lower-case
(#123) Line indented incorrectly; expected at least 20 spaces, found 11
(#123) Variable "Data" must be all lower-case
(#123) Variable "AxisID" must be all lower-case
(#123) Variable "ManualScale" must be all lower-case
(#123) Variable "AxisID" must be all lower-case
(#124) Line indented incorrectly; expected 16 spaces, found 10
(#124) Closing brace indented incorrectly; expected 9 spaces, found 10
(#125) Line indented incorrectly; expected 16 spaces, found 9
(#125) Expected "} else {\n"; found "}\n else\n { "
(#126) Line indented incorrectly; expected at least 16 spaces, found 10
(#126) Closing brace must be on a line by itself
(#127) Line indented incorrectly; expected 12 spaces, found 8
(#127) Closing brace indented incorrectly; expected 7 spaces, found 8
(#129) Line indented incorrectly; expected at least 12 spaces, found 7
(#130) Line indented incorrectly; expected at least 12 spaces, found 7
(#130) Inline control structures are not allowed
(#130) Variable "ManualScale" must be all lower-case
(#130) Variable "AxisID" must be all lower-case
(#130) Variable "ManualScale" must be all lower-case
(#130) Variable "AxisID" must be all lower-case
(#131) Line indented incorrectly; expected at least 12 spaces, found 8
(#131) Variable "Scale" must be all lower-case
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Variable "ManualScale" must be all lower-case
(#131) Variable "AxisID" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Variable "ManualScale" must be all lower-case
(#131) Variable "AxisID" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Variable "ManualScale" must be all lower-case
(#131) Variable "AxisID" must be all lower-case
(#131) Commas (,) must be followed by white space.
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Variable "ManualScale" must be all lower-case
(#131) Variable "AxisID" must be all lower-case
(#131) Line exceeds maximum limit of 180 characters; contains 184 characters
(#132) Line indented incorrectly; expected 12 spaces, found 7
(#133) Line indented incorrectly; expected at least 12 spaces, found 8
(#134) Line indented incorrectly; expected at least 16 spaces, found 9
(#134) Variable "MaxDivs" must be all lower-case
(#134) Variable "Width" must be all lower-case
(#134) Expected 1 space before "/"; 0 found
(#134) Expected 1 space after "/"; 0 found
(#134) Variable "MinDivHeight" must be all lower-case
(#135) Line indented incorrectly; expected at least 16 spaces, found 9
(#135) Variable "Scale" must be all lower-case
(#135) Variable "Data" must be all lower-case
(#135) Variable "AxisID" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Variable "Data" must be all lower-case
(#135) Variable "AxisID" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Variable "MaxDivs" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Variable "Factors" must be all lower-case
(#135) Commas (,) must be followed by white space.
(#135) Variable "AxisID" must be all lower-case
(#135) Line exceeds 132 characters; contains 141 characters
(#136) Line indented incorrectly; expected 12 spaces, found 8
(#136) Closing brace indented incorrectly; expected 7 spaces, found 8
(#138) Line indented incorrectly; expected at least 12 spaces, found 7
(#138) Variable "Data" must be all lower-case
(#138) Variable "AxisID" must be all lower-case
(#138) Variable "AxisSettings" must be all lower-case
(#138) Variable "XMargin" must be all lower-case
(#138) Variable "YMargin" must be all lower-case
(#139) Line indented incorrectly; expected at least 12 spaces, found 7
(#139) Variable "Data" must be all lower-case
(#139) Variable "AxisID" must be all lower-case
(#139) Variable "Scale" must be all lower-case
(#140) Line indented incorrectly; expected at least 12 spaces, found 7
(#140) Variable "Data" must be all lower-case
(#140) Variable "AxisID" must be all lower-case
(#140) Variable "Scale" must be all lower-case
(#141) Line indented incorrectly; expected at least 12 spaces, found 7
(#141) Variable "Data" must be all lower-case
(#141) Variable "AxisID" must be all lower-case
(#141) Variable "Scale" must be all lower-case
(#142) Line indented incorrectly; expected at least 12 spaces, found 7
(#142) Variable "Data" must be all lower-case
(#142) Variable "AxisID" must be all lower-case
(#142) Variable "Scale" must be all lower-case
(#144) Line indented incorrectly; expected 12 spaces, found 7
(#144) Expected "if (...) {\n"; found "if (...) { "
(#144) Variable "Scale" must be all lower-case
(#144) Variable "Data" must be all lower-case
(#144) Variable "AxisID" must be all lower-case
(#144) Variable "Scale" must be all lower-case
(#144) Closing brace must be on a line by itself
(#146) Line indented incorrectly; expected 12 spaces, found 7
(#146) Expected "if (...) {\n"; found "if (...) { "
(#146) Variable "Data" must be all lower-case
(#146) Variable "AxisID" must be all lower-case
(#146) Variable "Data" must be all lower-case
(#146) Variable "AxisID" must be all lower-case
(#146) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#146) Closing brace must be on a line by itself
(#147) Line indented incorrectly; expected 12 spaces, found 7
(#147) Expected "if (...) {\n"; found "if (...) { "
(#147) Variable "Data" must be all lower-case
(#147) Variable "AxisID" must be all lower-case
(#147) Variable "Data" must be all lower-case
(#147) Variable "AxisID" must be all lower-case
(#147) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#147) Closing brace must be on a line by itself
(#148) Line indented incorrectly; expected 12 spaces, found 7
(#148) Expected "if (...) {\n"; found "if (...) { "
(#148) Variable "Data" must be all lower-case
(#148) Variable "AxisID" must be all lower-case
(#148) Variable "Data" must be all lower-case
(#148) Variable "AxisID" must be all lower-case
(#148) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#148) Closing brace must be on a line by itself
(#149) Line indented incorrectly; expected 8 spaces, found 6
(#149) Closing brace indented incorrectly; expected 5 spaces, found 6
(#151) Line indented incorrectly; expected at least 8 spaces, found 5
(#152) Line indented incorrectly; expected at least 8 spaces, found 5
(#152) Variable "FontColorRo" must be all lower-case
(#152) Variable "FontColorGo" must be all lower-case
(#152) Variable "FontColorBo" must be all lower-case
(#152) Line exceeds 132 characters; contains 148 characters
(#154) Line indented incorrectly; expected at least 8 spaces, found 5
(#155) Line indented incorrectly; expected at least 8 spaces, found 5
(#155) Variable "AxisPos" must be all lower-case
(#155) Variable "AxisPos" must be all lower-case
(#155) Variable "AxisPos" must be all lower-case
(#155) Variable "AxisPos" must be all lower-case
(#155) Line exceeds maximum limit of 180 characters; contains 204 characters
(#157) Line indented incorrectly; expected 8 spaces, found 5
(#157) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#157) Variable "Data" must be all lower-case
(#157) Variable "AxisID" must be all lower-case
(#157) Variable "AxisSettings" must be all lower-case
(#158) Line indented incorrectly; expected at least 8 spaces, found 6
(#159) Line indented incorrectly; expected 12 spaces, found 7
(#159) Expected "if (...) {\n"; found "if (...)\n {\n"
(#159) Variable "AxisSettings" must be all lower-case
(#160) Line indented incorrectly; expected at least 12 spaces, found 8
(#161) Line indented incorrectly; expected at least 16 spaces, found 9
(#161) Variable "AxisR" must be all lower-case
(#161) Variable "AxisSettings" must be all lower-case
(#161) Variable "AxisG" must be all lower-case
(#161) Variable "AxisSettings" must be all lower-case
(#161) Variable "AxisB" must be all lower-case
(#161) Variable "AxisSettings" must be all lower-case
(#162) Line indented incorrectly; expected at least 16 spaces, found 9
(#162) Variable "TickR" must be all lower-case
(#162) Variable "AxisSettings" must be all lower-case
(#162) Variable "TickG" must be all lower-case
(#162) Variable "AxisSettings" must be all lower-case
(#162) Variable "TickB" must be all lower-case
(#162) Variable "AxisSettings" must be all lower-case
(#163) Line indented incorrectly; expected at least 16 spaces, found 9
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "AxisSettings" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "AxisSettings" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Variable "AxisSettings" must be all lower-case
(#163) Line exceeds 132 characters; contains 155 characters
(#164) Line indented incorrectly; expected 12 spaces, found 8
(#164) Closing brace indented incorrectly; expected 7 spaces, found 8
(#165) Line indented incorrectly; expected 12 spaces, found 7
(#165) Expected "} else {\n"; found "}\n else\n {\n"
(#166) Line indented incorrectly; expected at least 12 spaces, found 8
(#167) Line indented incorrectly; expected at least 16 spaces, found 9
(#167) Variable "AxisR" must be all lower-case
(#167) Variable "AxisRo" must be all lower-case
(#167) Variable "AxisG" must be all lower-case
(#167) Variable "AxisGo" must be all lower-case
(#167) Variable "AxisB" must be all lower-case
(#167) Variable "AxisBo" must be all lower-case
(#168) Line indented incorrectly; expected at least 16 spaces, found 9
(#168) Variable "TickR" must be all lower-case
(#168) Variable "TickRo" must be all lower-case
(#168) Variable "TickG" must be all lower-case
(#168) Variable "TickGo" must be all lower-case
(#168) Variable "TickB" must be all lower-case
(#168) Variable "TickBo" must be all lower-case
(#169) Line indented incorrectly; expected at least 16 spaces, found 9
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#169) Variable "FontColorRo" must be all lower-case
(#169) Commas (,) must be followed by white space.
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#169) Variable "FontColorGo" must be all lower-case
(#169) Commas (,) must be followed by white space.
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#169) Variable "FontColorBo" must be all lower-case
(#170) Line indented incorrectly; expected 12 spaces, found 8
(#170) Closing brace indented incorrectly; expected 7 spaces, found 8
(#172) Line indented incorrectly; expected at least 12 spaces, found 7
(#172) Variable "LastValue" must be all lower-case
(#172) Variable "ID" must be all lower-case
(#173) Line indented incorrectly; expected 12 spaces, found 7
(#173) Expected "if (...) {\n"; found "if (...)\n {\n"
(#173) Variable "AxisSettings" must be all lower-case
(#174) Line indented incorrectly; expected at least 12 spaces, found 8
(#175) Line indented incorrectly; expected 16 spaces, found 9
(#175) Expected "if (...) {\n"; found "if (...)\n {\n"
(#175) Variable "AxisSettings" must be all lower-case
(#176) Line indented incorrectly; expected at least 16 spaces, found 10
(#177) Line indented incorrectly; expected 20 spaces, found 11
(#177) Expected "if (...) {\n"; found "if (...)\t\t\t\t { "
(#177) Variable "XLabelsRotation" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Variable "LabelAlign" must be all lower-case
(#177) Variable "LabelOffset" must be all lower-case
(#177) Closing brace must be on a line by itself
(#178) Line indented incorrectly; expected 20 spaces, found 11
(#178) Expected "if (...) {\n"; found "if (...) { "
(#178) Variable "XLabelsRotation" must be all lower-case
(#178) Variable "XLabelsRotation" must be all lower-case
(#178) Variable "LabelAlign" must be all lower-case
(#178) Variable "LabelOffset" must be all lower-case
(#178) Closing brace must be on a line by itself
(#179) Line indented incorrectly; expected 20 spaces, found 11
(#179) Expected "if (...) {\n"; found "if (...)\t\t\t { "
(#179) Variable "XLabelsRotation" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Variable "LabelAlign" must be all lower-case
(#179) Variable "LabelOffset" must be all lower-case
(#179) Closing brace must be on a line by itself
(#180) Line indented incorrectly; expected 20 spaces, found 11
(#180) Expected "if (...) {\n"; found "if (...) { "
(#180) Variable "XLabelsRotation" must be all lower-case
(#180) Variable "XLabelsRotation" must be all lower-case
(#180) Variable "LabelAlign" must be all lower-case
(#180) Variable "LabelOffset" must be all lower-case
(#180) Closing brace must be on a line by itself
(#182) Line indented incorrectly; expected 20 spaces, found 11
(#182) Expected "if (...) {\n"; found "if (...)\n { "
(#182) Variable "Floating" must be all lower-case
(#183) Line indented incorrectly; expected at least 20 spaces, found 12
(#183) Variable "FloatingOffset" must be all lower-case
(#183) Variable "YMargin" must be all lower-case
(#183) Expected 1 space before "+"; 0 found
(#183) Expected 1 space after "+"; 0 found
(#183) Variable "AxisSettings" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Variable "AxisPos" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "-"; 0 found
(#183) Expected 1 space after "-"; 0 found
(#183) Variable "AxisSettings" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Variable "AxisPos" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Variable "AxisR" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Variable "AxisG" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Variable "AxisB" must be all lower-case
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space before "=>"; 0 found
(#183) Expected 1 space after "=>"; 0 found
(#183) Variable "AxisAlpha" must be all lower-case
(#183) Line exceeds maximum limit of 180 characters; contains 280 characters
(#183) Closing brace must be on a line by itself
(#184) Line indented incorrectly; expected 20 spaces, found 11
(#184) Expected "} else {\n"; found "}\n else\n { "
(#185) Line indented incorrectly; expected at least 20 spaces, found 12
(#185) Variable "FloatingOffset" must be all lower-case
(#185) Commas (,) must be followed by white space.
(#185) Variable "AxisPos" must be all lower-case
(#185) Commas (,) must be followed by white space.
(#185) Commas (,) must be followed by white space.
(#185) Variable "AxisPos" must be all lower-case
(#185) Commas (,) must be followed by white space.
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Variable "AxisR" must be all lower-case
(#185) Commas (,) must be followed by white space.
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Variable "AxisG" must be all lower-case
(#185) Commas (,) must be followed by white space.
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Variable "AxisB" must be all lower-case
(#185) Commas (,) must be followed by white space.
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Variable "AxisAlpha" must be all lower-case
(#185) Line exceeds maximum limit of 180 characters; contains 225 characters
(#185) Closing brace must be on a line by itself
(#187) Line indented incorrectly; expected 20 spaces, found 11
(#187) Expected "if (...) {\n"; found "if (...) { "
(#187) Variable "DrawArrows" must be all lower-case
(#187) Expected 1 space before "-"; 0 found
(#187) Expected 1 space after "-"; 0 found
(#187) Variable "AxisSettings" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Variable "AxisPos" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "+"; 0 found
(#187) Expected 1 space after "+"; 0 found
(#187) Variable "ArrowSize" must be all lower-case
(#187) Expected 1 space before "*"; 0 found
(#187) Expected 1 space after "*"; 0 found
(#187) Commas (,) must be followed by white space.
(#187) Variable "AxisPos" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Variable "AxisR" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Variable "AxisG" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Variable "AxisB" must be all lower-case
(#187) Commas (,) must be followed by white space.
(#187) Expected 1 space before "=>"; 0 found
(#187) Expected 1 space after "=>"; 0 found
(#187) Variable "ArrowSize" must be all lower-case
(#187) Line exceeds maximum limit of 180 characters; contains 273 characters
(#187) Closing brace must be on a line by itself
(#189) Line indented incorrectly; expected at least 20 spaces, found 11
(#189) Variable "Width" must be all lower-case
(#189) Variable "AxisSettings" must be all lower-case
(#189) Expected 1 space before "*"; 0 found
(#189) Expected 1 space after "*"; 0 found
(#190) Line indented incorrectly; expected at least 20 spaces, found 11
(#190) Variable "Step" must be all lower-case
(#190) Variable "Width" must be all lower-case
(#190) Variable "AxisSettings" must be all lower-case
(#190) Variable "SubTicksSize" must be all lower-case
(#190) Variable "Step" must be all lower-case
(#190) Expected 1 space after "/"; 0 found
(#190) Variable "MaxBottom" must be all lower-case
(#190) Variable "AxisPos" must be all lower-case
(#191) Line indented incorrectly; expected at least 20 spaces, found 11
(#191) Variable "LastX" must be all lower-case
(#191) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#192) Line indented incorrectly; expected 20 spaces, found 11
(#192) Expected "for (...) {\n"; found "for(...)\n {\n"
(#192) Expected 1 space after first semicolon of FOR loop; 0 found
(#192) Expected 1 space after second semicolon of FOR loop; 0 found
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#192) Expected 1 space before "<="; 0 found
(#192) Expected 1 space after "<="; 0 found
(#192) Variable "AxisSettings" must be all lower-case
(#193) Line indented incorrectly; expected at least 20 spaces, found 12
(#194) Line indented incorrectly; expected at least 24 spaces, found 13
(#194) Variable "XPos" must be all lower-case
(#194) Variable "AxisSettings" must be all lower-case
(#194) Variable "Step" must be all lower-case
(#194) Expected 1 space before "*"; 0 found
(#194) Expected 1 space after "*"; 0 found
(#195) Line indented incorrectly; expected at least 24 spaces, found 13
(#195) Variable "YPos" must be all lower-case
(#195) Variable "AxisPos" must be all lower-case
(#196) Line indented incorrectly; expected at least 24 spaces, found 13
(#196) Variable "Value" must be all lower-case
(#196) Variable "AxisSettings" must be all lower-case
(#196) Variable "AxisSettings" must be all lower-case
(#196) Expected 1 space before "*"; 0 found
(#196) Expected 1 space after "*"; 0 found
(#196) Commas (,) must be followed by white space.
(#196) Variable "AxisSettings" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "AxisSettings" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "AxisSettings" must be all lower-case
(#196) Line exceeds maximum limit of 180 characters; contains 185 characters
(#198) Line indented incorrectly; expected 24 spaces, found 13
(#198) Expected "if (...) {\n"; found "if (...) { "
(#198) Expected 1 space before "%"; 0 found
(#198) Expected 1 space after "%"; 0 found
(#198) Variable "BGColor" must be all lower-case
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundR1" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundG1" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundB1" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundAlpha1" must be all lower-case
(#198) Closing brace must be on a line by itself
(#198) Expected "} else {\n"; found "} else { "
(#198) Variable "BGColor" must be all lower-case
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundR2" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundG2" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundB2" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space before "=>"; 0 found
(#198) Expected 1 space after "=>"; 0 found
(#198) Variable "BackgroundAlpha2" must be all lower-case
(#198) Line exceeds maximum limit of 180 characters; contains 248 characters
(#198) Closing brace must be on a line by itself
(#199) Line indented incorrectly; expected 24 spaces, found 13
(#199) Expected "if (...) {\n"; found "if (...) { "
(#199) Variable "LastX" must be all lower-case
(#199) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#199) Variable "CycleBackground" must be all lower-case
(#199) Variable "DrawXLines" must be all lower-case
(#199) Variable "AxisID" must be all lower-case
(#199) Commas (,) must be followed by white space.
(#199) Variable "DrawXLines" must be all lower-case
(#199) Variable "LastX" must be all lower-case
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "+"; 0 found
(#199) Expected 1 space after "+"; 0 found
(#199) Variable "FloatingOffset" must be all lower-case
(#199) Commas (,) must be followed by white space.
(#199) Variable "XPos" must be all lower-case
(#199) Commas (,) must be followed by white space.
(#199) Expected 1 space before "-"; 0 found
(#199) Expected 1 space after "-"; 0 found
(#199) Variable "FloatingOffset" must be all lower-case
(#199) Commas (,) must be followed by white space.
(#199) Variable "BGColor" must be all lower-case
(#199) Line exceeds maximum limit of 180 characters; contains 280 characters
(#199) Closing brace must be on a line by itself
(#201) Line indented incorrectly; expected 24 spaces, found 13
(#201) Expected "if (...) {\n"; found "if (...) { "
(#201) Variable "DrawXLines" must be all lower-case
(#201) Variable "AxisID" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "DrawXLines" must be all lower-case
(#201) Variable "XPos" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "+"; 0 found
(#201) Expected 1 space after "+"; 0 found
(#201) Variable "FloatingOffset" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Variable "XPos" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "-"; 0 found
(#201) Expected 1 space after "-"; 0 found
(#201) Variable "FloatingOffset" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Variable "GridR" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Variable "GridG" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Variable "GridB" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Variable "GridAlpha" must be all lower-case
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space before "=>"; 0 found
(#201) Expected 1 space after "=>"; 0 found
(#201) Variable "GridTicks" must be all lower-case
(#201) Line exceeds maximum limit of 180 characters; contains 300 characters
(#201) Closing brace must be on a line by itself
(#202) Line indented incorrectly; expected at least 24 spaces, found 13
(#202) Inline control structures are not allowed
(#202) Variable "DrawSubTicks" must be all lower-case
(#202) Variable "AxisSettings" must be all lower-case
(#203) Line indented incorrectly; expected at least 24 spaces, found 14
(#203) Variable "XPos" must be all lower-case
(#203) Expected 1 space before "+"; 0 found
(#203) Expected 1 space after "+"; 0 found
(#203) Variable "SubTicksSize" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Variable "YPos" must be all lower-case
(#203) Expected 1 space before "-"; 0 found
(#203) Expected 1 space after "-"; 0 found
(#203) Variable "InnerSubTickWidth" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Variable "XPos" must be all lower-case
(#203) Expected 1 space before "+"; 0 found
(#203) Expected 1 space after "+"; 0 found
(#203) Variable "SubTicksSize" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Variable "YPos" must be all lower-case
(#203) Expected 1 space before "+"; 0 found
(#203) Expected 1 space after "+"; 0 found
(#203) Variable "OuterSubTickWidth" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "SubTickR" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "SubTickG" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "SubTickB" must be all lower-case
(#203) Commas (,) must be followed by white space.
(#203) Expected 1 space before "=>"; 0 found
(#203) Expected 1 space after "=>"; 0 found
(#203) Variable "SubTickAlpha" must be all lower-case
(#203) Line exceeds maximum limit of 180 characters; contains 210 characters
(#205) Line indented incorrectly; expected at least 24 spaces, found 13
(#205) Variable "XPos" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "YPos" must be all lower-case
(#205) Expected 1 space before "-"; 0 found
(#205) Expected 1 space after "-"; 0 found
(#205) Variable "InnerTickWidth" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "XPos" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Variable "YPos" must be all lower-case
(#205) Expected 1 space before "+"; 0 found
(#205) Expected 1 space after "+"; 0 found
(#205) Variable "OuterTickWidth" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Variable "TickR" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Variable "TickG" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Variable "TickB" must be all lower-case
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space before "=>"; 0 found
(#205) Expected 1 space after "=>"; 0 found
(#205) Variable "TickAlpha" must be all lower-case
(#205) Line exceeds 132 characters; contains 163 characters
(#206) Line indented incorrectly; expected at least 24 spaces, found 13
(#206) Variable "Bounds" must be all lower-case
(#206) Variable "XPos" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Variable "YPos" must be all lower-case
(#206) Expected 1 space before "+"; 0 found
(#206) Expected 1 space after "+"; 0 found
(#206) Variable "OuterTickWidth" must be all lower-case
(#206) Expected 1 space before "+"; 0 found
(#206) Expected 1 space after "+"; 0 found
(#206) Variable "LabelOffset" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Variable "Value" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Expected 1 space before "=>"; 0 found
(#206) Expected 1 space after "=>"; 0 found
(#206) Variable "XLabelsRotation" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Expected 1 space before "=>"; 0 found
(#206) Expected 1 space after "=>"; 0 found
(#206) Variable "LabelAlign" must be all lower-case
(#206) Line exceeds 132 characters; contains 159 characters
(#207) Line indented incorrectly; expected at least 24 spaces, found 13
(#207) Variable "TxtBottom" must be all lower-case
(#207) Variable "YPos" must be all lower-case
(#207) Expected 1 space before "+"; 0 found
(#207) Expected 1 space after "+"; 0 found
(#207) Expected 1 space before "+"; 0 found
(#207) Expected 1 space after "+"; 0 found
(#207) Variable "OuterTickWidth" must be all lower-case
(#207) Expected 1 space before "+"; 0 found
(#207) Expected 1 space after "+"; 0 found
(#207) Expected 1 space before "+"; 0 found
(#207) Expected 1 space after "+"; 0 found
(#207) Variable "Bounds" must be all lower-case
(#207) Expected 1 space before "-"; 0 found
(#207) Expected 1 space after "-"; 0 found
(#207) Variable "Bounds" must be all lower-case
(#208) Line indented incorrectly; expected at least 24 spaces, found 13
(#208) Variable "MaxBottom" must be all lower-case
(#208) Variable "MaxBottom" must be all lower-case
(#208) Commas (,) must be followed by white space.
(#208) Variable "TxtBottom" must be all lower-case
(#210) Line indented incorrectly; expected at least 24 spaces, found 13
(#210) Variable "LastX" must be all lower-case
(#210) Variable "XPos" must be all lower-case
(#211) Line indented incorrectly; expected 20 spaces, found 12
(#211) Closing brace indented incorrectly; expected 11 spaces, found 12
(#213) Line indented incorrectly; expected 20 spaces, found 11
(#213) Expected "if (...) {\n"; found "if (...)\n {\n"
(#213) Variable "AxisSettings" must be all lower-case
(#214) Line indented incorrectly; expected at least 20 spaces, found 12
(#215) Line indented incorrectly; expected at least 24 spaces, found 13
(#215) Variable "YPos" must be all lower-case
(#215) Variable "MaxBottom" must be all lower-case
(#215) Expected 1 space before "+"; 0 found
(#215) Expected 1 space after "+"; 0 found
(#216) Line indented incorrectly; expected at least 24 spaces, found 13
(#216) Variable "XPos" must be all lower-case
(#216) Expected 1 space before "+"; 0 found
(#216) Expected 1 space after "+"; 0 found
(#216) Expected 1 space before "-"; 0 found
(#216) Expected 1 space after "-"; 0 found
(#216) Expected 1 space before "/"; 0 found
(#216) Expected 1 space after "/"; 0 found
(#217) Line indented incorrectly; expected at least 24 spaces, found 13
(#217) Variable "Bounds" must be all lower-case
(#217) Variable "XPos" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "YPos" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Variable "AxisSettings" must be all lower-case
(#217) Commas (,) must be followed by white space.
(#217) Expected 1 space before "=>"; 0 found
(#217) Expected 1 space after "=>"; 0 found
(#218) Line indented incorrectly; expected at least 24 spaces, found 13
(#218) Variable "MaxBottom" must be all lower-case
(#218) Variable "Bounds" must be all lower-case
(#220) Line indented incorrectly; expected at least 24 spaces, found 13
(#220) Variable "MaxBottom" must be all lower-case
(#221) Line indented incorrectly; expected 20 spaces, found 12
(#221) Closing brace indented incorrectly; expected 11 spaces, found 12
(#223) Line indented incorrectly; expected at least 20 spaces, found 11
(#223) Variable "AxisPos" must be all lower-case
(#223) Variable "MaxBottom" must be all lower-case
(#223) Variable "ScaleSpacing" must be all lower-case
(#224) Line indented incorrectly; expected 16 spaces, found 10
(#224) Closing brace indented incorrectly; expected 9 spaces, found 10
(#225) Line indented incorrectly; expected 16 spaces, found 9
(#225) Usage of ELSEIF not allowed; use ELSE IF instead
(#225) Variable "AxisSettings" must be all lower-case
(#226) Line indented incorrectly; expected at least 16 spaces, found 10
(#227) Line indented incorrectly; expected 20 spaces, found 11
(#227) Expected "if (...) {\n"; found "if (...)\t\t\t\t\t{ "
(#227) Variable "XLabelsRotation" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Variable "LabelAlign" must be all lower-case
(#227) Variable "LabelOffset" must be all lower-case
(#227) Closing brace must be on a line by itself
(#228) Line indented incorrectly; expected 20 spaces, found 11
(#228) Expected "if (...) {\n"; found "if (...)\t{ "
(#228) Variable "XLabelsRotation" must be all lower-case
(#228) Variable "XLabelsRotation" must be all lower-case
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Variable "LabelAlign" must be all lower-case
(#228) Variable "LabelOffset" must be all lower-case
(#228) Closing brace must be on a line by itself
(#229) Line indented incorrectly; expected 20 spaces, found 11
(#229) Expected "if (...) {\n"; found "if (...)\t\t\t\t{ "
(#229) Variable "XLabelsRotation" must be all lower-case
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Variable "LabelAlign" must be all lower-case
(#229) Variable "LabelOffset" must be all lower-case
(#229) Closing brace must be on a line by itself
(#230) Line indented incorrectly; expected 20 spaces, found 11
(#230) Expected "if (...) {\n"; found "if (...)\t{ "
(#230) Variable "XLabelsRotation" must be all lower-case
(#230) Variable "SLabelxRotation" must be all lower-case
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Variable "LabelAlign" must be all lower-case
(#230) Variable "LabelOffset" must be all lower-case
(#230) Closing brace must be on a line by itself
(#232) Line indented incorrectly; expected 20 spaces, found 11
(#232) Expected "if (...) {\n"; found "if (...)\n { "
(#232) Variable "Floating" must be all lower-case
(#233) Line indented incorrectly; expected at least 20 spaces, found 12
(#233) Variable "FloatingOffset" must be all lower-case
(#233) Variable "YMargin" must be all lower-case
(#233) Expected 1 space before "+"; 0 found
(#233) Expected 1 space after "+"; 0 found
(#233) Variable "AxisSettings" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Variable "AxisPos" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Expected 1 space before "-"; 0 found
(#233) Expected 1 space after "-"; 0 found
(#233) Variable "AxisSettings" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Variable "AxisPos" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Expected 1 space before "=>"; 0 found
(#233) Expected 1 space after "=>"; 0 found
(#233) Variable "AxisR" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Expected 1 space before "=>"; 0 found
(#233) Expected 1 space after "=>"; 0 found
(#233) Variable "AxisG" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Expected 1 space before "=>"; 0 found
(#233) Expected 1 space after "=>"; 0 found
(#233) Variable "AxisB" must be all lower-case
(#233) Commas (,) must be followed by white space.
(#233) Expected 1 space before "=>"; 0 found
(#233) Expected 1 space after "=>"; 0 found
(#233) Variable "AxisAlpha" must be all lower-case
(#233) Line exceeds maximum limit of 180 characters; contains 280 characters
(#233) Closing brace must be on a line by itself
(#234) Line indented incorrectly; expected 20 spaces, found 11
(#234) Expected "} else {\n"; found "}\n else\n { "
(#235) Line indented incorrectly; expected at least 20 spaces, found 12
(#235) Variable "FloatingOffset" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Variable "AxisPos" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Commas (,) must be followed by white space.
(#235) Variable "AxisPos" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#235) Variable "AxisR" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#235) Variable "AxisG" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#235) Variable "AxisB" must be all lower-case
(#235) Commas (,) must be followed by white space.
(#235) Expected 1 space before "=>"; 0 found
(#235) Expected 1 space after "=>"; 0 found
(#235) Variable "AxisAlpha" must be all lower-case
(#235) Line exceeds maximum limit of 180 characters; contains 225 characters
(#235) Closing brace must be on a line by itself
(#237) Line indented incorrectly; expected 20 spaces, found 11
(#237) Expected "if (...) {\n"; found "if (...) { "
(#237) Variable "DrawArrows" must be all lower-case
(#237) Expected 1 space before "-"; 0 found
(#237) Expected 1 space after "-"; 0 found
(#237) Variable "AxisSettings" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Variable "AxisPos" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Expected 1 space before "+"; 0 found
(#237) Expected 1 space after "+"; 0 found
(#237) Variable "ArrowSize" must be all lower-case
(#237) Expected 1 space before "*"; 0 found
(#237) Expected 1 space after "*"; 0 found
(#237) Commas (,) must be followed by white space.
(#237) Variable "AxisPos" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#237) Variable "AxisR" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#237) Variable "AxisG" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#237) Variable "AxisB" must be all lower-case
(#237) Commas (,) must be followed by white space.
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#237) Variable "ArrowSize" must be all lower-case
(#237) Line exceeds maximum limit of 180 characters; contains 273 characters
(#237) Closing brace must be on a line by itself
(#239) Line indented incorrectly; expected at least 20 spaces, found 11
(#239) Variable "Width" must be all lower-case
(#239) Variable "AxisSettings" must be all lower-case
(#239) Expected 1 space before "*"; 0 found
(#239) Expected 1 space after "*"; 0 found
(#240) Line indented incorrectly; expected at least 20 spaces, found 11
(#240) Variable "Step" must be all lower-case
(#240) Variable "Width" must be all lower-case
(#240) Variable "AxisSettings" must be all lower-case
(#240) Variable "SubTicksSize" must be all lower-case
(#240) Variable "Step" must be all lower-case
(#240) Expected 1 space after "/"; 0 found
(#240) Variable "MinTop" must be all lower-case
(#240) Variable "AxisPos" must be all lower-case
(#241) Line indented incorrectly; expected at least 20 spaces, found 11
(#241) Variable "LastX" must be all lower-case
(#241) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#242) Line indented incorrectly; expected 20 spaces, found 11
(#242) Expected "for (...) {\n"; found "for(...)\n {\n"
(#242) Expected 1 space after first semicolon of FOR loop; 0 found
(#242) Expected 1 space after second semicolon of FOR loop; 0 found
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#242) Expected 1 space before "<="; 0 found
(#242) Expected 1 space after "<="; 0 found
(#242) Variable "AxisSettings" must be all lower-case
(#243) Line indented incorrectly; expected at least 20 spaces, found 12
(#244) Line indented incorrectly; expected at least 24 spaces, found 13
(#244) Variable "XPos" must be all lower-case
(#244) Variable "AxisSettings" must be all lower-case
(#244) Variable "Step" must be all lower-case
(#244) Expected 1 space before "*"; 0 found
(#244) Expected 1 space after "*"; 0 found
(#245) Line indented incorrectly; expected at least 24 spaces, found 13
(#245) Variable "YPos" must be all lower-case
(#245) Variable "AxisPos" must be all lower-case
(#246) Line indented incorrectly; expected at least 24 spaces, found 13
(#246) Variable "Value" must be all lower-case
(#246) Variable "AxisSettings" must be all lower-case
(#246) Variable "AxisSettings" must be all lower-case
(#246) Expected 1 space before "*"; 0 found
(#246) Expected 1 space after "*"; 0 found
(#246) Commas (,) must be followed by white space.
(#246) Variable "AxisSettings" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#246) Variable "AxisSettings" must be all lower-case
(#246) Commas (,) must be followed by white space.
(#246) Variable "AxisSettings" must be all lower-case
(#246) Line exceeds maximum limit of 180 characters; contains 185 characters
(#248) Line indented incorrectly; expected 24 spaces, found 13
(#248) Expected "if (...) {\n"; found "if (...) { "
(#248) Expected 1 space before "%"; 0 found
(#248) Expected 1 space after "%"; 0 found
(#248) Variable "BGColor" must be all lower-case
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundR1" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundG1" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundB1" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundAlpha1" must be all lower-case
(#248) Closing brace must be on a line by itself
(#248) Expected "} else {\n"; found "} else { "
(#248) Variable "BGColor" must be all lower-case
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundR2" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundG2" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundB2" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "BackgroundAlpha2" must be all lower-case
(#248) Line exceeds maximum limit of 180 characters; contains 248 characters
(#248) Closing brace must be on a line by itself
(#249) Line indented incorrectly; expected 24 spaces, found 13
(#249) Expected "if (...) {\n"; found "if (...) { "
(#249) Variable "LastX" must be all lower-case
(#249) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#249) Variable "CycleBackground" must be all lower-case
(#249) Variable "DrawXLines" must be all lower-case
(#249) Variable "AxisID" must be all lower-case
(#249) Commas (,) must be followed by white space.
(#249) Variable "DrawXLines" must be all lower-case
(#249) Variable "LastX" must be all lower-case
(#249) Commas (,) must be followed by white space.
(#249) Expected 1 space before "+"; 0 found
(#249) Expected 1 space after "+"; 0 found
(#249) Variable "FloatingOffset" must be all lower-case
(#249) Commas (,) must be followed by white space.
(#249) Variable "XPos" must be all lower-case
(#249) Commas (,) must be followed by white space.
(#249) Expected 1 space before "-"; 0 found
(#249) Expected 1 space after "-"; 0 found
(#249) Variable "FloatingOffset" must be all lower-case
(#249) Commas (,) must be followed by white space.
(#249) Variable "BGColor" must be all lower-case
(#249) Line exceeds maximum limit of 180 characters; contains 280 characters
(#249) Closing brace must be on a line by itself
(#251) Line indented incorrectly; expected 24 spaces, found 13
(#251) Expected "if (...) {\n"; found "if (...) { "
(#251) Variable "DrawXLines" must be all lower-case
(#251) Variable "AxisID" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Variable "DrawXLines" must be all lower-case
(#251) Variable "XPos" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "+"; 0 found
(#251) Expected 1 space after "+"; 0 found
(#251) Variable "FloatingOffset" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Variable "XPos" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "-"; 0 found
(#251) Expected 1 space after "-"; 0 found
(#251) Variable "FloatingOffset" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "GridR" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "GridG" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "GridB" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "GridAlpha" must be all lower-case
(#251) Commas (,) must be followed by white space.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "GridTicks" must be all lower-case
(#251) Line exceeds maximum limit of 180 characters; contains 300 characters
(#251) Closing brace must be on a line by itself
(#253) Line indented incorrectly; expected at least 24 spaces, found 13
(#253) Inline control structures are not allowed
(#253) Variable "DrawSubTicks" must be all lower-case
(#253) Variable "AxisSettings" must be all lower-case
(#254) Line indented incorrectly; expected at least 24 spaces, found 14
(#254) Variable "XPos" must be all lower-case
(#254) Expected 1 space before "+"; 0 found
(#254) Expected 1 space after "+"; 0 found
(#254) Variable "SubTicksSize" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Variable "YPos" must be all lower-case
(#254) Expected 1 space before "-"; 0 found
(#254) Expected 1 space after "-"; 0 found
(#254) Variable "OuterSubTickWidth" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Variable "XPos" must be all lower-case
(#254) Expected 1 space before "+"; 0 found
(#254) Expected 1 space after "+"; 0 found
(#254) Variable "SubTicksSize" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Variable "YPos" must be all lower-case
(#254) Expected 1 space before "+"; 0 found
(#254) Expected 1 space after "+"; 0 found
(#254) Variable "InnerSubTickWidth" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "SubTickR" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "SubTickG" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "SubTickB" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "SubTickAlpha" must be all lower-case
(#254) Line exceeds maximum limit of 180 characters; contains 210 characters
(#256) Line indented incorrectly; expected at least 24 spaces, found 13
(#256) Variable "XPos" must be all lower-case
(#256) Commas (,) must be followed by white space.
(#256) Variable "YPos" must be all lower-case
(#256) Expected 1 space before "-"; 0 found
(#256) Expected 1 space after "-"; 0 found
(#256) Variable "OuterTickWidth" must be all lower-case
(#256) Commas (,) must be followed by white space.
(#256) Variable "XPos" must be all lower-case
(#256) Commas (,) must be followed by white space.
(#256) Variable "YPos" must be all lower-case
(#256) Expected 1 space before "+"; 0 found
(#256) Expected 1 space after "+"; 0 found
(#256) Variable "InnerTickWidth" must be all lower-case
(#256) Commas (,) must be followed by white space.
(#256) Expected 1 space before "=>"; 0 found
(#256) Expected 1 space after "=>"; 0 found
(#256) Variable "TickR" must be all lower-case
(#256) Commas (,) must be followed by white space.
(#256) Expected 1 space before "=>"; 0 found
(#256) Expected 1 space after "=>"; 0 found
(#256) Variable "TickG" must be all lower-case
(#256) Commas (,) must be followed by white space.
(#256) Expected 1 space before "=>"; 0 found
(#256) Expected 1 space after "=>"; 0 found
(#256) Variable "TickB" must be all lower-case
(#256) Commas (,) must be followed by white space.
(#256) Expected 1 space before "=>"; 0 found
(#256) Expected 1 space after "=>"; 0 found
(#256) Variable "TickAlpha" must be all lower-case
(#256) Line exceeds 132 characters; contains 163 characters
(#257) Line indented incorrectly; expected at least 24 spaces, found 13
(#257) Variable "Bounds" must be all lower-case
(#257) Variable "XPos" must be all lower-case
(#257) Commas (,) must be followed by white space.
(#257) Variable "YPos" must be all lower-case
(#257) Expected 1 space before "-"; 0 found
(#257) Expected 1 space after "-"; 0 found
(#257) Variable "OuterTickWidth" must be all lower-case
(#257) Expected 1 space before "-"; 0 found
(#257) Expected 1 space after "-"; 0 found
(#257) Variable "LabelOffset" must be all lower-case
(#257) Commas (,) must be followed by white space.
(#257) Variable "Value" must be all lower-case
(#257) Commas (,) must be followed by white space.
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#257) Variable "XLabelsRotation" must be all lower-case
(#257) Commas (,) must be followed by white space.
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#257) Variable "LabelAlign" must be all lower-case
(#257) Line exceeds 132 characters; contains 156 characters
(#258) Line indented incorrectly; expected at least 24 spaces, found 13
(#258) Variable "TxtBox" must be all lower-case
(#258) Variable "YPos" must be all lower-case
(#258) Expected 1 space before "-"; 0 found
(#258) Expected 1 space after "-"; 0 found
(#258) Variable "OuterTickWidth" must be all lower-case
(#258) Expected 1 space before "-"; 0 found
(#258) Expected 1 space after "-"; 0 found
(#258) Expected 1 space before "-"; 0 found
(#258) Expected 1 space after "-"; 0 found
(#258) Variable "Bounds" must be all lower-case
(#258) Expected 1 space before "-"; 0 found
(#258) Expected 1 space after "-"; 0 found
(#258) Variable "Bounds" must be all lower-case
(#259) Line indented incorrectly; expected at least 24 spaces, found 13
(#259) Variable "MinTop" must be all lower-case
(#259) Variable "MinTop" must be all lower-case
(#259) Commas (,) must be followed by white space.
(#259) Variable "TxtBox" must be all lower-case
(#261) Line indented incorrectly; expected at least 24 spaces, found 13
(#261) Variable "LastX" must be all lower-case
(#261) Variable "XPos" must be all lower-case
(#262) Line indented incorrectly; expected 20 spaces, found 12
(#262) Closing brace indented incorrectly; expected 11 spaces, found 12
(#264) Line indented incorrectly; expected 20 spaces, found 11
(#264) Expected "if (...) {\n"; found "if (...)\n {\n"
(#264) Variable "AxisSettings" must be all lower-case
(#265) Line indented incorrectly; expected at least 20 spaces, found 12
(#266) Line indented incorrectly; expected at least 24 spaces, found 13
(#266) Variable "YPos" must be all lower-case
(#266) Variable "MinTop" must be all lower-case
(#266) Expected 1 space before "-"; 0 found
(#266) Expected 1 space after "-"; 0 found
(#267) Line indented incorrectly; expected at least 24 spaces, found 13
(#267) Variable "XPos" must be all lower-case
(#267) Expected 1 space before "+"; 0 found
(#267) Expected 1 space after "+"; 0 found
(#267) Expected 1 space before "-"; 0 found
(#267) Expected 1 space after "-"; 0 found
(#267) Expected 1 space before "/"; 0 found
(#267) Expected 1 space after "/"; 0 found
(#268) Line indented incorrectly; expected at least 24 spaces, found 13
(#268) Variable "Bounds" must be all lower-case
(#268) Variable "XPos" must be all lower-case
(#268) Commas (,) must be followed by white space.
(#268) Variable "YPos" must be all lower-case
(#268) Commas (,) must be followed by white space.
(#268) Variable "AxisSettings" must be all lower-case
(#268) Commas (,) must be followed by white space.
(#268) Expected 1 space before "=>"; 0 found
(#268) Expected 1 space after "=>"; 0 found
(#269) Line indented incorrectly; expected at least 24 spaces, found 13
(#269) Variable "MinTop" must be all lower-case
(#269) Variable "Bounds" must be all lower-case
(#271) Line indented incorrectly; expected at least 24 spaces, found 13
(#271) Variable "MinTop" must be all lower-case
(#272) Line indented incorrectly; expected 20 spaces, found 12
(#272) Closing brace indented incorrectly; expected 11 spaces, found 12
(#274) Line indented incorrectly; expected at least 20 spaces, found 11
(#274) Variable "AxisPos" must be all lower-case
(#274) Variable "MinTop" must be all lower-case
(#274) Variable "ScaleSpacing" must be all lower-case
(#275) Line indented incorrectly; expected 16 spaces, found 10
(#275) Closing brace indented incorrectly; expected 9 spaces, found 10
(#276) Line indented incorrectly; expected 12 spaces, found 8
(#276) Closing brace indented incorrectly; expected 7 spaces, found 8
(#277) Line indented incorrectly; expected 12 spaces, found 7
(#277) Usage of ELSEIF not allowed; use ELSE IF instead
(#277) Variable "AxisSettings" must be all lower-case
(#278) Line indented incorrectly; expected at least 12 spaces, found 8
(#279) Line indented incorrectly; expected 16 spaces, found 9
(#279) Expected "if (...) {\n"; found "if (...)\n {\n"
(#279) Variable "AxisSettings" must be all lower-case
(#280) Line indented incorrectly; expected at least 16 spaces, found 10
(#282) Line indented incorrectly; expected 20 spaces, found 11
(#282) Expected "if (...) {\n"; found "if (...)\n { "
(#282) Variable "Floating" must be all lower-case
(#283) Line indented incorrectly; expected at least 20 spaces, found 12
(#283) Variable "FloatingOffset" must be all lower-case
(#283) Variable "XMargin" must be all lower-case
(#283) Variable "AxisPos" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Expected 1 space before "+"; 0 found
(#283) Expected 1 space after "+"; 0 found
(#283) Variable "AxisSettings" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Variable "AxisPos" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Expected 1 space before "-"; 0 found
(#283) Expected 1 space after "-"; 0 found
(#283) Variable "AxisSettings" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#283) Variable "AxisR" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#283) Variable "AxisG" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#283) Variable "AxisB" must be all lower-case
(#283) Commas (,) must be followed by white space.
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#283) Variable "AxisAlpha" must be all lower-case
(#283) Line exceeds maximum limit of 180 characters; contains 280 characters
(#283) Closing brace must be on a line by itself
(#284) Line indented incorrectly; expected 20 spaces, found 11
(#284) Expected "} else {\n"; found "}\n else\n { "
(#285) Line indented incorrectly; expected at least 20 spaces, found 12
(#285) Variable "FloatingOffset" must be all lower-case
(#285) Variable "AxisPos" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Commas (,) must be followed by white space.
(#285) Variable "AxisPos" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Variable "AxisR" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Variable "AxisG" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Variable "AxisB" must be all lower-case
(#285) Commas (,) must be followed by white space.
(#285) Expected 1 space before "=>"; 0 found
(#285) Expected 1 space after "=>"; 0 found
(#285) Variable "AxisAlpha" must be all lower-case
(#285) Line exceeds maximum limit of 180 characters; contains 225 characters
(#285) Closing brace must be on a line by itself
(#287) Line indented incorrectly; expected 20 spaces, found 11
(#287) Expected "if (...) {\n"; found "if (...) { "
(#287) Variable "DrawArrows" must be all lower-case
(#287) Variable "AxisPos" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "+"; 0 found
(#287) Expected 1 space after "+"; 0 found
(#287) Variable "AxisSettings" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Variable "AxisPos" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "-"; 0 found
(#287) Expected 1 space after "-"; 0 found
(#287) Variable "ArrowSize" must be all lower-case
(#287) Expected 1 space before "*"; 0 found
(#287) Expected 1 space after "*"; 0 found
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "AxisR" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "AxisG" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "AxisB" must be all lower-case
(#287) Commas (,) must be followed by white space.
(#287) Expected 1 space before "=>"; 0 found
(#287) Expected 1 space after "=>"; 0 found
(#287) Variable "ArrowSize" must be all lower-case
(#287) Line exceeds maximum limit of 180 characters; contains 273 characters
(#287) Closing brace must be on a line by itself
(#289) Line indented incorrectly; expected at least 20 spaces, found 11
(#289) Variable "Height" must be all lower-case
(#289) Variable "AxisSettings" must be all lower-case
(#289) Expected 1 space before "*"; 0 found
(#289) Expected 1 space after "*"; 0 found
(#290) Line indented incorrectly; expected at least 20 spaces, found 11
(#290) Variable "Step" must be all lower-case
(#290) Variable "Height" must be all lower-case
(#290) Variable "AxisSettings" must be all lower-case
(#290) Variable "SubTicksSize" must be all lower-case
(#290) Variable "Step" must be all lower-case
(#290) Expected 1 space after "/"; 0 found
(#290) Variable "MinLeft" must be all lower-case
(#290) Variable "AxisPos" must be all lower-case
(#291) Line indented incorrectly; expected at least 20 spaces, found 11
(#291) Variable "LastY" must be all lower-case
(#291) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#292) Line indented incorrectly; expected 20 spaces, found 11
(#292) Expected "for (...) {\n"; found "for(...)\n {\n"
(#292) Expected 1 space after first semicolon of FOR loop; 0 found
(#292) Expected 1 space after second semicolon of FOR loop; 0 found
(#292) Expected 1 space before "="; 0 found
(#292) Expected 1 space after "="; 0 found
(#292) Expected 1 space before "<="; 0 found
(#292) Expected 1 space after "<="; 0 found
(#292) Variable "AxisSettings" must be all lower-case
(#293) Line indented incorrectly; expected at least 20 spaces, found 12
(#294) Line indented incorrectly; expected at least 24 spaces, found 13
(#294) Variable "YPos" must be all lower-case
(#294) Variable "AxisSettings" must be all lower-case
(#294) Variable "Step" must be all lower-case
(#294) Expected 1 space before "*"; 0 found
(#294) Expected 1 space after "*"; 0 found
(#295) Line indented incorrectly; expected at least 24 spaces, found 13
(#295) Variable "XPos" must be all lower-case
(#295) Variable "AxisPos" must be all lower-case
(#296) Line indented incorrectly; expected at least 24 spaces, found 13
(#296) Variable "Value" must be all lower-case
(#296) Variable "AxisSettings" must be all lower-case
(#296) Variable "AxisSettings" must be all lower-case
(#296) Expected 1 space before "*"; 0 found
(#296) Expected 1 space after "*"; 0 found
(#296) Commas (,) must be followed by white space.
(#296) Variable "AxisSettings" must be all lower-case
(#296) Commas (,) must be followed by white space.
(#296) Variable "AxisSettings" must be all lower-case
(#296) Commas (,) must be followed by white space.
(#296) Variable "AxisSettings" must be all lower-case
(#296) Line exceeds maximum limit of 180 characters; contains 185 characters
(#298) Line indented incorrectly; expected 24 spaces, found 13
(#298) Expected "if (...) {\n"; found "if (...) { "
(#298) Expected 1 space before "%"; 0 found
(#298) Expected 1 space after "%"; 0 found
(#298) Variable "BGColor" must be all lower-case
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundR1" must be all lower-case
(#298) Commas (,) must be followed by white space.
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundG1" must be all lower-case
(#298) Commas (,) must be followed by white space.
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundB1" must be all lower-case
(#298) Commas (,) must be followed by white space.
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundAlpha1" must be all lower-case
(#298) Closing brace must be on a line by itself
(#298) Expected "} else {\n"; found "} else { "
(#298) Variable "BGColor" must be all lower-case
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundR2" must be all lower-case
(#298) Commas (,) must be followed by white space.
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundG2" must be all lower-case
(#298) Commas (,) must be followed by white space.
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundB2" must be all lower-case
(#298) Commas (,) must be followed by white space.
(#298) Expected 1 space before "=>"; 0 found
(#298) Expected 1 space after "=>"; 0 found
(#298) Variable "BackgroundAlpha2" must be all lower-case
(#298) Line exceeds maximum limit of 180 characters; contains 248 characters
(#298) Closing brace must be on a line by itself
(#299) Line indented incorrectly; expected 24 spaces, found 13
(#299) Expected "if (...) {\n"; found "if (...) { "
(#299) Variable "LastY" must be all lower-case
(#299) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#299) Variable "CycleBackground" must be all lower-case
(#299) Variable "DrawYLines" must be all lower-case
(#299) Variable "AxisID" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Variable "DrawYLines" must be all lower-case
(#299) Expected 1 space before "+"; 0 found
(#299) Expected 1 space after "+"; 0 found
(#299) Variable "FloatingOffset" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Variable "LastY" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Expected 1 space before "-"; 0 found
(#299) Expected 1 space after "-"; 0 found
(#299) Variable "FloatingOffset" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Variable "YPos" must be all lower-case
(#299) Commas (,) must be followed by white space.
(#299) Variable "BGColor" must be all lower-case
(#299) Line exceeds maximum limit of 180 characters; contains 279 characters
(#299) Closing brace must be on a line by itself
(#301) Line indented incorrectly; expected 24 spaces, found 13
(#301) Expected "if (...) {\n"; found "if (...) { "
(#301) Variable "YPos" must be all lower-case
(#301) Variable "YPos" must be all lower-case
(#301) Variable "DrawYLines" must be all lower-case
(#301) Variable "AxisID" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Variable "DrawYLines" must be all lower-case
(#301) Expected 1 space before "+"; 0 found
(#301) Expected 1 space after "+"; 0 found
(#301) Variable "FloatingOffset" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Variable "YPos" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "-"; 0 found
(#301) Expected 1 space after "-"; 0 found
(#301) Variable "FloatingOffset" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Variable "YPos" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#301) Variable "GridR" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#301) Variable "GridG" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#301) Variable "GridB" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#301) Variable "GridAlpha" must be all lower-case
(#301) Commas (,) must be followed by white space.
(#301) Expected 1 space before "=>"; 0 found
(#301) Expected 1 space after "=>"; 0 found
(#301) Variable "GridTicks" must be all lower-case
(#301) Line exceeds maximum limit of 180 characters; contains 394 characters
(#301) Closing brace must be on a line by itself
(#303) Line indented incorrectly; expected at least 24 spaces, found 13
(#303) Inline control structures are not allowed
(#303) Variable "DrawSubTicks" must be all lower-case
(#303) Variable "AxisSettings" must be all lower-case
(#304) Line indented incorrectly; expected at least 24 spaces, found 14
(#304) Variable "XPos" must be all lower-case
(#304) Expected 1 space before "-"; 0 found
(#304) Expected 1 space after "-"; 0 found
(#304) Variable "OuterSubTickWidth" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Variable "YPos" must be all lower-case
(#304) Expected 1 space before "-"; 0 found
(#304) Expected 1 space after "-"; 0 found
(#304) Variable "SubTicksSize" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Variable "XPos" must be all lower-case
(#304) Expected 1 space before "+"; 0 found
(#304) Expected 1 space after "+"; 0 found
(#304) Variable "InnerSubTickWidth" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Variable "YPos" must be all lower-case
(#304) Expected 1 space before "-"; 0 found
(#304) Expected 1 space after "-"; 0 found
(#304) Variable "SubTicksSize" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "SubTickR" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "SubTickG" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "SubTickB" must be all lower-case
(#304) Commas (,) must be followed by white space.
(#304) Expected 1 space before "=>"; 0 found
(#304) Expected 1 space after "=>"; 0 found
(#304) Variable "SubTickAlpha" must be all lower-case
(#304) Line exceeds maximum limit of 180 characters; contains 210 characters
(#306) Line indented incorrectly; expected at least 24 spaces, found 13
(#306) Variable "XPos" must be all lower-case
(#306) Expected 1 space before "-"; 0 found
(#306) Expected 1 space after "-"; 0 found
(#306) Variable "OuterTickWidth" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Variable "YPos" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Variable "XPos" must be all lower-case
(#306) Expected 1 space before "+"; 0 found
(#306) Expected 1 space after "+"; 0 found
(#306) Variable "InnerTickWidth" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Variable "YPos" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Variable "TickR" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Variable "TickG" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Variable "TickB" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space before "=>"; 0 found
(#306) Expected 1 space after "=>"; 0 found
(#306) Variable "TickAlpha" must be all lower-case
(#306) Line exceeds 132 characters; contains 163 characters
(#307) Line indented incorrectly; expected at least 24 spaces, found 13
(#307) Variable "Bounds" must be all lower-case
(#307) Variable "XPos" must be all lower-case
(#307) Expected 1 space before "-"; 0 found
(#307) Expected 1 space after "-"; 0 found
(#307) Variable "OuterTickWidth" must be all lower-case
(#307) Expected 1 space before "-"; 0 found
(#307) Expected 1 space after "-"; 0 found
(#307) Commas (,) must be followed by white space.
(#307) Variable "YPos" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "Value" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Expected 1 space before "=>"; 0 found
(#307) Expected 1 space after "=>"; 0 found
(#308) Line indented incorrectly; expected at least 24 spaces, found 13
(#308) Variable "TxtLeft" must be all lower-case
(#308) Variable "XPos" must be all lower-case
(#308) Expected 1 space before "-"; 0 found
(#308) Expected 1 space after "-"; 0 found
(#308) Variable "OuterTickWidth" must be all lower-case
(#308) Expected 1 space before "-"; 0 found
(#308) Expected 1 space after "-"; 0 found
(#308) Expected 1 space before "-"; 0 found
(#308) Expected 1 space after "-"; 0 found
(#308) Variable "Bounds" must be all lower-case
(#308) Expected 1 space before "-"; 0 found
(#308) Expected 1 space after "-"; 0 found
(#308) Variable "Bounds" must be all lower-case
(#309) Line indented incorrectly; expected at least 24 spaces, found 13
(#309) Variable "MinLeft" must be all lower-case
(#309) Variable "MinLeft" must be all lower-case
(#309) Commas (,) must be followed by white space.
(#309) Variable "TxtLeft" must be all lower-case
(#311) Line indented incorrectly; expected at least 24 spaces, found 13
(#311) Variable "LastY" must be all lower-case
(#311) Variable "YPos" must be all lower-case
(#312) Line indented incorrectly; expected 20 spaces, found 12
(#312) Closing brace indented incorrectly; expected 11 spaces, found 12
(#314) Line indented incorrectly; expected 20 spaces, found 11
(#314) Expected "if (...) {\n"; found "if (...)\n {\n"
(#314) Variable "AxisSettings" must be all lower-case
(#315) Line indented incorrectly; expected at least 20 spaces, found 12
(#316) Line indented incorrectly; expected at least 24 spaces, found 13
(#316) Variable "XPos" must be all lower-case
(#316) Variable "MinLeft" must be all lower-case
(#316) Expected 1 space before "-"; 0 found
(#316) Expected 1 space after "-"; 0 found
(#317) Line indented incorrectly; expected at least 24 spaces, found 13
(#317) Variable "YPos" must be all lower-case
(#317) Expected 1 space before "+"; 0 found
(#317) Expected 1 space after "+"; 0 found
(#317) Expected 1 space before "-"; 0 found
(#317) Expected 1 space after "-"; 0 found
(#317) Expected 1 space before "/"; 0 found
(#317) Expected 1 space after "/"; 0 found
(#318) Line indented incorrectly; expected at least 24 spaces, found 13
(#318) Variable "Bounds" must be all lower-case
(#318) Variable "XPos" must be all lower-case
(#318) Commas (,) must be followed by white space.
(#318) Variable "YPos" must be all lower-case
(#318) Commas (,) must be followed by white space.
(#318) Variable "AxisSettings" must be all lower-case
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Commas (,) must be followed by white space.
(#318) Expected 1 space before "=>"; 0 found
(#318) Expected 1 space after "=>"; 0 found
(#318) Line exceeds 132 characters; contains 141 characters
(#319) Line indented incorrectly; expected at least 24 spaces, found 13
(#319) Variable "MinLeft" must be all lower-case
(#319) Variable "Bounds" must be all lower-case
(#321) Line indented incorrectly; expected at least 24 spaces, found 13
(#321) Variable "MinLeft" must be all lower-case
(#322) Line indented incorrectly; expected 20 spaces, found 12
(#322) Closing brace indented incorrectly; expected 11 spaces, found 12
(#324) Line indented incorrectly; expected at least 20 spaces, found 11
(#324) Variable "AxisPos" must be all lower-case
(#324) Variable "MinLeft" must be all lower-case
(#324) Variable "ScaleSpacing" must be all lower-case
(#325) Line indented incorrectly; expected 16 spaces, found 10
(#325) Closing brace indented incorrectly; expected 9 spaces, found 10
(#326) Line indented incorrectly; expected 16 spaces, found 9
(#326) Usage of ELSEIF not allowed; use ELSE IF instead
(#326) Variable "AxisSettings" must be all lower-case
(#327) Line indented incorrectly; expected at least 16 spaces, found 10
(#329) Line indented incorrectly; expected 20 spaces, found 11
(#329) Expected "if (...) {\n"; found "if (...)\n { "
(#329) Variable "Floating" must be all lower-case
(#330) Line indented incorrectly; expected at least 20 spaces, found 12
(#330) Variable "FloatingOffset" must be all lower-case
(#330) Variable "XMargin" must be all lower-case
(#330) Variable "AxisPos" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "+"; 0 found
(#330) Expected 1 space after "+"; 0 found
(#330) Variable "AxisSettings" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Variable "AxisPos" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "-"; 0 found
(#330) Expected 1 space after "-"; 0 found
(#330) Variable "AxisSettings" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Variable "AxisR" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Variable "AxisG" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Variable "AxisB" must be all lower-case
(#330) Commas (,) must be followed by white space.
(#330) Expected 1 space before "=>"; 0 found
(#330) Expected 1 space after "=>"; 0 found
(#330) Variable "AxisAlpha" must be all lower-case
(#330) Line exceeds maximum limit of 180 characters; contains 280 characters
(#330) Closing brace must be on a line by itself
(#331) Line indented incorrectly; expected 20 spaces, found 11
(#331) Expected "} else {\n"; found "}\n else\n { "
(#332) Line indented incorrectly; expected at least 20 spaces, found 12
(#332) Variable "FloatingOffset" must be all lower-case
(#332) Variable "AxisPos" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Commas (,) must be followed by white space.
(#332) Variable "AxisPos" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Commas (,) must be followed by white space.
(#332) Expected 1 space before "=>"; 0 found
(#332) Expected 1 space after "=>"; 0 found
(#332) Variable "AxisR" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Expected 1 space before "=>"; 0 found
(#332) Expected 1 space after "=>"; 0 found
(#332) Variable "AxisG" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Expected 1 space before "=>"; 0 found
(#332) Expected 1 space after "=>"; 0 found
(#332) Variable "AxisB" must be all lower-case
(#332) Commas (,) must be followed by white space.
(#332) Expected 1 space before "=>"; 0 found
(#332) Expected 1 space after "=>"; 0 found
(#332) Variable "AxisAlpha" must be all lower-case
(#332) Line exceeds maximum limit of 180 characters; contains 225 characters
(#332) Closing brace must be on a line by itself
(#334) Line indented incorrectly; expected 20 spaces, found 11
(#334) Expected "if (...) {\n"; found "if (...) { "
(#334) Variable "DrawArrows" must be all lower-case
(#334) Variable "AxisPos" must be all lower-case
(#334) Commas (,) must be followed by white space.
(#334) Expected 1 space before "+"; 0 found
(#334) Expected 1 space after "+"; 0 found
(#334) Variable "AxisSettings" must be all lower-case
(#334) Commas (,) must be followed by white space.
(#334) Variable "AxisPos" must be all lower-case
(#334) Commas (,) must be followed by white space.
(#334) Expected 1 space before "-"; 0 found
(#334) Expected 1 space after "-"; 0 found
(#334) Variable "ArrowSize" must be all lower-case
(#334) Expected 1 space before "*"; 0 found
(#334) Expected 1 space after "*"; 0 found
(#334) Commas (,) must be followed by white space.
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#334) Variable "AxisR" must be all lower-case
(#334) Commas (,) must be followed by white space.
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#334) Variable "AxisG" must be all lower-case
(#334) Commas (,) must be followed by white space.
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#334) Variable "AxisB" must be all lower-case
(#334) Commas (,) must be followed by white space.
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#334) Variable "ArrowSize" must be all lower-case
(#334) Line exceeds maximum limit of 180 characters; contains 273 characters
(#334) Closing brace must be on a line by itself
(#336) Line indented incorrectly; expected at least 20 spaces, found 11
(#336) Variable "Height" must be all lower-case
(#336) Variable "AxisSettings" must be all lower-case
(#336) Expected 1 space before "*"; 0 found
(#336) Expected 1 space after "*"; 0 found
(#337) Line indented incorrectly; expected at least 20 spaces, found 11
(#337) Variable "Step" must be all lower-case
(#337) Variable "Height" must be all lower-case
(#337) Variable "AxisSettings" must be all lower-case
(#337) Variable "SubTicksSize" must be all lower-case
(#337) Variable "Step" must be all lower-case
(#337) Expected 1 space after "/"; 0 found
(#337) Variable "MaxLeft" must be all lower-case
(#337) Variable "AxisPos" must be all lower-case
(#338) Line indented incorrectly; expected at least 20 spaces, found 11
(#338) Variable "LastY" must be all lower-case
(#338) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#339) Line indented incorrectly; expected 20 spaces, found 11
(#339) Expected "for (...) {\n"; found "for(...)\n {\n"
(#339) Expected 1 space after first semicolon of FOR loop; 0 found
(#339) Expected 1 space after second semicolon of FOR loop; 0 found
(#339) Expected 1 space before "="; 0 found
(#339) Expected 1 space after "="; 0 found
(#339) Expected 1 space before "<="; 0 found
(#339) Expected 1 space after "<="; 0 found
(#339) Variable "AxisSettings" must be all lower-case
(#340) Line indented incorrectly; expected at least 20 spaces, found 12
(#341) Line indented incorrectly; expected at least 24 spaces, found 13
(#341) Variable "YPos" must be all lower-case
(#341) Variable "AxisSettings" must be all lower-case
(#341) Variable "Step" must be all lower-case
(#341) Expected 1 space before "*"; 0 found
(#341) Expected 1 space after "*"; 0 found
(#342) Line indented incorrectly; expected at least 24 spaces, found 13
(#342) Variable "XPos" must be all lower-case
(#342) Variable "AxisPos" must be all lower-case
(#343) Line indented incorrectly; expected at least 24 spaces, found 13
(#343) Variable "Value" must be all lower-case
(#343) Variable "AxisSettings" must be all lower-case
(#343) Variable "AxisSettings" must be all lower-case
(#343) Expected 1 space before "*"; 0 found
(#343) Expected 1 space after "*"; 0 found
(#343) Commas (,) must be followed by white space.
(#343) Variable "AxisSettings" must be all lower-case
(#343) Commas (,) must be followed by white space.
(#343) Variable "AxisSettings" must be all lower-case
(#343) Commas (,) must be followed by white space.
(#343) Variable "AxisSettings" must be all lower-case
(#343) Line exceeds maximum limit of 180 characters; contains 185 characters
(#345) Line indented incorrectly; expected 24 spaces, found 13
(#345) Expected "if (...) {\n"; found "if (...) { "
(#345) Expected 1 space before "%"; 0 found
(#345) Expected 1 space after "%"; 0 found
(#345) Variable "BGColor" must be all lower-case
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundR1" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundG1" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundB1" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundAlpha1" must be all lower-case
(#345) Closing brace must be on a line by itself
(#345) Expected "} else {\n"; found "} else { "
(#345) Variable "BGColor" must be all lower-case
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundR2" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundG2" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundB2" must be all lower-case
(#345) Commas (,) must be followed by white space.
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#345) Variable "BackgroundAlpha2" must be all lower-case
(#345) Line exceeds maximum limit of 180 characters; contains 248 characters
(#345) Closing brace must be on a line by itself
(#346) Line indented incorrectly; expected 24 spaces, found 13
(#346) Expected "if (...) {\n"; found "if (...) { "
(#346) Variable "LastY" must be all lower-case
(#346) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#346) Variable "CycleBackground" must be all lower-case
(#346) Variable "DrawYLines" must be all lower-case
(#346) Variable "AxisID" must be all lower-case
(#346) Commas (,) must be followed by white space.
(#346) Variable "DrawYLines" must be all lower-case
(#346) Expected 1 space before "+"; 0 found
(#346) Expected 1 space after "+"; 0 found
(#346) Variable "FloatingOffset" must be all lower-case
(#346) Commas (,) must be followed by white space.
(#346) Variable "LastY" must be all lower-case
(#346) Commas (,) must be followed by white space.
(#346) Expected 1 space before "-"; 0 found
(#346) Expected 1 space after "-"; 0 found
(#346) Variable "FloatingOffset" must be all lower-case
(#346) Commas (,) must be followed by white space.
(#346) Variable "YPos" must be all lower-case
(#346) Commas (,) must be followed by white space.
(#346) Variable "BGColor" must be all lower-case
(#346) Line exceeds maximum limit of 180 characters; contains 280 characters
(#346) Closing brace must be on a line by itself
(#348) Line indented incorrectly; expected 24 spaces, found 13
(#348) Expected "if (...) {\n"; found "if (...) { "
(#348) Variable "YPos" must be all lower-case
(#348) Variable "YPos" must be all lower-case
(#348) Variable "DrawYLines" must be all lower-case
(#348) Variable "AxisID" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Variable "DrawYLines" must be all lower-case
(#348) Expected 1 space before "+"; 0 found
(#348) Expected 1 space after "+"; 0 found
(#348) Variable "FloatingOffset" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Variable "YPos" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "-"; 0 found
(#348) Expected 1 space after "-"; 0 found
(#348) Variable "FloatingOffset" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Variable "YPos" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Variable "GridR" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Variable "GridG" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Variable "GridB" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Variable "GridAlpha" must be all lower-case
(#348) Commas (,) must be followed by white space.
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#348) Variable "GridTicks" must be all lower-case
(#348) Line exceeds maximum limit of 180 characters; contains 394 characters
(#348) Closing brace must be on a line by itself
(#350) Line indented incorrectly; expected at least 24 spaces, found 13
(#350) Inline control structures are not allowed
(#350) Variable "DrawSubTicks" must be all lower-case
(#350) Variable "AxisSettings" must be all lower-case
(#351) Line indented incorrectly; expected at least 24 spaces, found 14
(#351) Variable "XPos" must be all lower-case
(#351) Expected 1 space before "-"; 0 found
(#351) Expected 1 space after "-"; 0 found
(#351) Variable "InnerSubTickWidth" must be all lower-case
(#351) Commas (,) must be followed by white space.
(#351) Variable "YPos" must be all lower-case
(#351) Expected 1 space before "-"; 0 found
(#351) Expected 1 space after "-"; 0 found
(#351) Variable "SubTicksSize" must be all lower-case
(#351) Commas (,) must be followed by white space.
(#351) Variable "XPos" must be all lower-case
(#351) Expected 1 space before "+"; 0 found
(#351) Expected 1 space after "+"; 0 found
(#351) Variable "OuterSubTickWidth" must be all lower-case
(#351) Commas (,) must be followed by white space.
(#351) Variable "YPos" must be all lower-case
(#351) Expected 1 space before "-"; 0 found
(#351) Expected 1 space after "-"; 0 found
(#351) Variable "SubTicksSize" must be all lower-case
(#351) Commas (,) must be followed by white space.
(#351) Expected 1 space before "=>"; 0 found
(#351) Expected 1 space after "=>"; 0 found
(#351) Variable "SubTickR" must be all lower-case
(#351) Commas (,) must be followed by white space.
(#351) Expected 1 space before "=>"; 0 found
(#351) Expected 1 space after "=>"; 0 found
(#351) Variable "SubTickG" must be all lower-case
(#351) Commas (,) must be followed by white space.
(#351) Expected 1 space before "=>"; 0 found
(#351) Expected 1 space after "=>"; 0 found
(#351) Variable "SubTickB" must be all lower-case
(#351) Commas (,) must be followed by white space.
(#351) Expected 1 space before "=>"; 0 found
(#351) Expected 1 space after "=>"; 0 found
(#351) Variable "SubTickAlpha" must be all lower-case
(#351) Line exceeds maximum limit of 180 characters; contains 210 characters
(#353) Line indented incorrectly; expected at least 24 spaces, found 13
(#353) Variable "XPos" must be all lower-case
(#353) Expected 1 space before "-"; 0 found
(#353) Expected 1 space after "-"; 0 found
(#353) Variable "InnerTickWidth" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Variable "YPos" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Variable "XPos" must be all lower-case
(#353) Expected 1 space before "+"; 0 found
(#353) Expected 1 space after "+"; 0 found
(#353) Variable "OuterTickWidth" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Variable "YPos" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "TickR" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "TickG" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "TickB" must be all lower-case
(#353) Commas (,) must be followed by white space.
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#353) Variable "TickAlpha" must be all lower-case
(#353) Line exceeds 132 characters; contains 163 characters
(#354) Line indented incorrectly; expected at least 24 spaces, found 13
(#354) Variable "Bounds" must be all lower-case
(#354) Variable "XPos" must be all lower-case
(#354) Expected 1 space before "+"; 0 found
(#354) Expected 1 space after "+"; 0 found
(#354) Variable "OuterTickWidth" must be all lower-case
(#354) Expected 1 space before "+"; 0 found
(#354) Expected 1 space after "+"; 0 found
(#354) Commas (,) must be followed by white space.
(#354) Variable "YPos" must be all lower-case
(#354) Commas (,) must be followed by white space.
(#354) Variable "Value" must be all lower-case
(#354) Commas (,) must be followed by white space.
(#354) Expected 1 space before "=>"; 0 found
(#354) Expected 1 space after "=>"; 0 found
(#355) Line indented incorrectly; expected at least 24 spaces, found 13
(#355) Variable "TxtLeft" must be all lower-case
(#355) Variable "XPos" must be all lower-case
(#355) Expected 1 space before "+"; 0 found
(#355) Expected 1 space after "+"; 0 found
(#355) Variable "OuterTickWidth" must be all lower-case
(#355) Expected 1 space before "+"; 0 found
(#355) Expected 1 space after "+"; 0 found
(#355) Expected 1 space before "+"; 0 found
(#355) Expected 1 space after "+"; 0 found
(#355) Variable "Bounds" must be all lower-case
(#355) Expected 1 space before "-"; 0 found
(#355) Expected 1 space after "-"; 0 found
(#355) Variable "Bounds" must be all lower-case
(#356) Line indented incorrectly; expected at least 24 spaces, found 13
(#356) Variable "MaxLeft" must be all lower-case
(#356) Variable "MaxLeft" must be all lower-case
(#356) Commas (,) must be followed by white space.
(#356) Variable "TxtLeft" must be all lower-case
(#358) Line indented incorrectly; expected at least 24 spaces, found 13
(#358) Variable "LastY" must be all lower-case
(#358) Variable "YPos" must be all lower-case
(#359) Line indented incorrectly; expected 20 spaces, found 12
(#359) Closing brace indented incorrectly; expected 11 spaces, found 12
(#361) Line indented incorrectly; expected 20 spaces, found 11
(#361) Expected "if (...) {\n"; found "if (...)\n {\n"
(#361) Variable "AxisSettings" must be all lower-case
(#362) Line indented incorrectly; expected at least 20 spaces, found 12
(#363) Line indented incorrectly; expected at least 24 spaces, found 13
(#363) Variable "XPos" must be all lower-case
(#363) Variable "MaxLeft" must be all lower-case
(#363) Expected 1 space before "+"; 0 found
(#363) Expected 1 space after "+"; 0 found
(#364) Line indented incorrectly; expected at least 24 spaces, found 13
(#364) Variable "YPos" must be all lower-case
(#364) Expected 1 space before "+"; 0 found
(#364) Expected 1 space after "+"; 0 found
(#364) Expected 1 space before "-"; 0 found
(#364) Expected 1 space after "-"; 0 found
(#364) Expected 1 space before "/"; 0 found
(#364) Expected 1 space after "/"; 0 found
(#365) Line indented incorrectly; expected at least 24 spaces, found 13
(#365) Variable "Bounds" must be all lower-case
(#365) Variable "XPos" must be all lower-case
(#365) Commas (,) must be followed by white space.
(#365) Variable "YPos" must be all lower-case
(#365) Commas (,) must be followed by white space.
(#365) Variable "AxisSettings" must be all lower-case
(#365) Commas (,) must be followed by white space.
(#365) Expected 1 space before "=>"; 0 found
(#365) Expected 1 space after "=>"; 0 found
(#365) Commas (,) must be followed by white space.
(#365) Expected 1 space before "=>"; 0 found
(#365) Expected 1 space after "=>"; 0 found
(#365) Line exceeds 132 characters; contains 142 characters
(#366) Line indented incorrectly; expected at least 24 spaces, found 13
(#366) Variable "MaxLeft" must be all lower-case
(#366) Variable "Bounds" must be all lower-case
(#368) Line indented incorrectly; expected at least 24 spaces, found 13
(#368) Variable "MaxLeft" must be all lower-case
(#369) Line indented incorrectly; expected 20 spaces, found 12
(#369) Closing brace indented incorrectly; expected 11 spaces, found 12
(#371) Line indented incorrectly; expected at least 20 spaces, found 11
(#371) Variable "AxisPos" must be all lower-case
(#371) Variable "MaxLeft" must be all lower-case
(#371) Variable "ScaleSpacing" must be all lower-case
(#372) Line indented incorrectly; expected 16 spaces, found 10
(#372) Closing brace indented incorrectly; expected 9 spaces, found 10
(#373) Line indented incorrectly; expected 12 spaces, found 8
(#373) Closing brace indented incorrectly; expected 7 spaces, found 8
(#374) Line indented incorrectly; expected 8 spaces, found 6
(#374) Closing brace indented incorrectly; expected 5 spaces, found 6
(#376) Line indented incorrectly; expected at least 8 spaces, found 5
(#376) Variable "Data" must be all lower-case
(#377) Closing brace indented incorrectly; expected 3 spaces, found 4
(#379) Line indented incorrectly; expected at least 4 spaces, found 3
(#380) Line indented incorrectly; expected 4 spaces, found 3
(#380) method name "pScatter::drawScatterPlotChart" must be in lower-case letters only
(#380) Visibility must be declared on method "drawScatterPlotChart"
(#380) Variable "Format" must be all lower-case
(#380) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#381) Opening brace should be on the same line as the declaration
(#382) Line indented incorrectly; expected at least 8 spaces, found 5
(#382) Variable "PlotSize" must be all lower-case
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Variable "Format" must be all lower-case
(#382) Variable "Format" must be all lower-case
(#383) Line indented incorrectly; expected at least 8 spaces, found 5
(#383) Variable "PlotBorder" must be all lower-case
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Variable "Format" must be all lower-case
(#383) Variable "Format" must be all lower-case
(#383) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#384) Line indented incorrectly; expected at least 8 spaces, found 5
(#384) Variable "BorderR" must be all lower-case
(#384) Spaces must be used for alignment; tabs are not allowed
(#384) Tab found within whitespace
(#384) Variable "Format" must be all lower-case
(#384) Variable "Format" must be all lower-case
(#385) Line indented incorrectly; expected at least 8 spaces, found 5
(#385) Variable "BorderG" must be all lower-case
(#385) Spaces must be used for alignment; tabs are not allowed
(#385) Tab found within whitespace
(#385) Variable "Format" must be all lower-case
(#385) Variable "Format" must be all lower-case
(#386) Line indented incorrectly; expected at least 8 spaces, found 5
(#386) Variable "BorderB" must be all lower-case
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Variable "Format" must be all lower-case
(#386) Variable "Format" must be all lower-case
(#387) Line indented incorrectly; expected at least 8 spaces, found 5
(#387) Variable "BorderAlpha" must be all lower-case
(#387) Spaces must be used for alignment; tabs are not allowed
(#387) Tab found within whitespace
(#387) Variable "Format" must be all lower-case
(#387) Variable "Format" must be all lower-case
(#388) Line indented incorrectly; expected at least 8 spaces, found 5
(#388) Variable "BorderSize" must be all lower-case
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Variable "Format" must be all lower-case
(#388) Variable "Format" must be all lower-case
(#389) Line indented incorrectly; expected at least 8 spaces, found 5
(#389) Variable "Surrounding" must be all lower-case
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Variable "Format" must be all lower-case
(#389) Variable "Format" must be all lower-case
(#389) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#390) Line indented incorrectly; expected at least 8 spaces, found 5
(#390) Variable "RecordImageMap" must be all lower-case
(#390) Spaces must be used for alignment; tabs are not allowed
(#390) Tab found within whitespace
(#390) Variable "Format" must be all lower-case
(#390) Variable "Format" must be all lower-case
(#390) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#391) Line indented incorrectly; expected at least 8 spaces, found 5
(#391) Variable "ImageMapTitle" must be all lower-case
(#391) Spaces must be used for alignment; tabs are not allowed
(#391) Tab found within whitespace
(#391) Variable "Format" must be all lower-case
(#391) Variable "Format" must be all lower-case
(#391) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#392) Line indented incorrectly; expected at least 8 spaces, found 5
(#392) Variable "ImageMapPrecision" must be all lower-case
(#392) Variable "Format" must be all lower-case
(#392) Variable "Format" must be all lower-case
(#394) Line indented incorrectly; expected at least 8 spaces, found 5
(#394) Variable "Data" must be all lower-case
(#395) Line indented incorrectly; expected at least 8 spaces, found 5
(#395) Variable "Palette" must be all lower-case
(#397) Line indented incorrectly; expected at least 8 spaces, found 5
(#397) Variable "BorderColor" must be all lower-case
(#397) Expected 1 space before "=>"; 0 found
(#397) Expected 1 space after "=>"; 0 found
(#397) Variable "BorderR" must be all lower-case
(#397) Commas (,) must be followed by white space.
(#397) Expected 1 space before "=>"; 0 found
(#397) Expected 1 space after "=>"; 0 found
(#397) Variable "BorderG" must be all lower-case
(#397) Commas (,) must be followed by white space.
(#397) Expected 1 space before "=>"; 0 found
(#397) Expected 1 space after "=>"; 0 found
(#397) Variable "BorderB" must be all lower-case
(#397) Commas (,) must be followed by white space.
(#397) Expected 1 space before "=>"; 0 found
(#397) Expected 1 space after "=>"; 0 found
(#397) Variable "BorderAlpha" must be all lower-case
(#399) Line indented incorrectly; expected 8 spaces, found 5
(#399) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#399) Variable "Data" must be all lower-case
(#399) Variable "Key" must be all lower-case
(#399) Variable "Series" must be all lower-case
(#400) Line indented incorrectly; expected at least 8 spaces, found 6
(#401) Line indented incorrectly; expected 12 spaces, found 7
(#401) Expected "if (...) {\n"; found "if (...)\n {\n"
(#401) Variable "Series" must be all lower-case
(#401) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#402) Line indented incorrectly; expected at least 12 spaces, found 8
(#403) Line indented incorrectly; expected at least 16 spaces, found 9
(#403) Variable "SerieX" must be all lower-case
(#403) Variable "Series" must be all lower-case
(#403) Variable "SerieValuesX" must be all lower-case
(#403) Variable "Data" must be all lower-case
(#403) Variable "SerieX" must be all lower-case
(#403) Variable "SerieXAxis" must be all lower-case
(#403) Variable "Data" must be all lower-case
(#403) Variable "SerieX" must be all lower-case
(#404) Line indented incorrectly; expected at least 16 spaces, found 9
(#404) Variable "SerieY" must be all lower-case
(#404) Variable "Series" must be all lower-case
(#404) Variable "SerieValuesY" must be all lower-case
(#404) Variable "Data" must be all lower-case
(#404) Variable "SerieY" must be all lower-case
(#404) Variable "SerieYAxis" must be all lower-case
(#404) Variable "Data" must be all lower-case
(#404) Variable "SerieY" must be all lower-case
(#406) Line indented incorrectly; expected 16 spaces, found 9
(#406) Expected "if (...) {\n"; found "if (...) { "
(#406) Variable "ImageMapTitle" must be all lower-case
(#406) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#406) Variable "Description" must be all lower-case
(#406) Variable "Data" must be all lower-case
(#406) Variable "Series" must be all lower-case
(#406) Variable "Data" must be all lower-case
(#406) Variable "Series" must be all lower-case
(#406) Closing brace must be on a line by itself
(#406) Expected "} else {\n"; found "} else { "
(#406) Variable "Description" must be all lower-case
(#406) Variable "ImageMapTitle" must be all lower-case
(#406) Line exceeds maximum limit of 180 characters; contains 194 characters
(#406) Closing brace must be on a line by itself
(#407) Whitespace found at end of line
(#408) Line indented incorrectly; expected 16 spaces, found 9
(#408) Expected "if (...) {\n"; found "if (...)\n { "
(#408) Variable "Series" must be all lower-case
(#408) Variable "Series" must be all lower-case
(#409) Line indented incorrectly; expected at least 16 spaces, found 10
(#409) Variable "Picture" must be all lower-case
(#409) Variable "Series" must be all lower-case
(#409) Variable "PicWidth" must be all lower-case
(#409) Commas (,) must be followed by white space.
(#409) Variable "PicHeight" must be all lower-case
(#409) Commas (,) must be followed by white space.
(#409) Variable "PicType" must be all lower-case
(#409) Variable "Picture" must be all lower-case
(#409) Closing brace must be on a line by itself
(#410) Line indented incorrectly; expected 16 spaces, found 9
(#410) Expected "} else {\n"; found "}\n else\n { "
(#411) Line indented incorrectly; expected at least 16 spaces, found 10
(#411) Variable "Picture" must be all lower-case
(#411) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#411) Closing brace must be on a line by itself
(#413) Line indented incorrectly; expected at least 16 spaces, found 9
(#413) Variable "PosArrayX" must be all lower-case
(#413) Variable "SerieValuesX" must be all lower-case
(#413) Commas (,) must be followed by white space.
(#413) Variable "SerieXAxis" must be all lower-case
(#414) Line indented incorrectly; expected 16 spaces, found 9
(#414) Expected "if (...) {\n"; found "if (...) { "
(#414) Variable "PosArrayX" must be all lower-case
(#414) Variable "Value" must be all lower-case
(#414) Variable "PosArrayX" must be all lower-case
(#414) Variable "PosArrayX" must be all lower-case
(#414) Variable "PosArrayX" must be all lower-case
(#414) Variable "Value" must be all lower-case
(#414) Closing brace must be on a line by itself
(#415) Line indented incorrectly; expected at least 16 spaces, found 9
(#415) Variable "PosArrayY" must be all lower-case
(#415) Variable "SerieValuesY" must be all lower-case
(#415) Commas (,) must be followed by white space.
(#415) Variable "SerieYAxis" must be all lower-case
(#416) Line indented incorrectly; expected 16 spaces, found 9
(#416) Expected "if (...) {\n"; found "if (...) { "
(#416) Variable "PosArrayY" must be all lower-case
(#416) Variable "Value" must be all lower-case
(#416) Variable "PosArrayY" must be all lower-case
(#416) Variable "PosArrayY" must be all lower-case
(#416) Variable "PosArrayY" must be all lower-case
(#416) Variable "Value" must be all lower-case
(#416) Closing brace must be on a line by itself
(#418) Line indented incorrectly; expected at least 16 spaces, found 9
(#418) Variable "Color" must be all lower-case
(#418) Expected 1 space before "=>"; 0 found
(#418) Expected 1 space after "=>"; 0 found
(#418) Variable "Series" must be all lower-case
(#418) Commas (,) must be followed by white space.
(#418) Expected 1 space before "=>"; 0 found
(#418) Expected 1 space after "=>"; 0 found
(#418) Variable "Series" must be all lower-case
(#418) Commas (,) must be followed by white space.
(#418) Expected 1 space before "=>"; 0 found
(#418) Expected 1 space after "=>"; 0 found
(#418) Variable "Series" must be all lower-case
(#418) Commas (,) must be followed by white space.
(#418) Expected 1 space before "=>"; 0 found
(#418) Expected 1 space after "=>"; 0 found
(#418) Variable "Series" must be all lower-case
(#418) Line exceeds 132 characters; contains 141 characters
(#420) Line indented incorrectly; expected 16 spaces, found 9
(#420) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#420) Variable "PosArrayX" must be all lower-case
(#420) Variable "Key" must be all lower-case
(#420) Variable "Value" must be all lower-case
(#421) Line indented incorrectly; expected at least 16 spaces, found 10
(#422) Line indented incorrectly; expected at least 20 spaces, found 11
(#422) Variable "X" must be all lower-case
(#422) Variable "Value" must be all lower-case
(#422) Variable "Y" must be all lower-case
(#422) Variable "PosArrayY" must be all lower-case
(#422) Variable "Key" must be all lower-case
(#424) Line indented incorrectly; expected 20 spaces, found 11
(#424) Expected "if (...) {\n"; found "if (...)\n {\n"
(#424) Variable "X" must be all lower-case
(#424) Variable "Y" must be all lower-case
(#425) Line indented incorrectly; expected at least 20 spaces, found 12
(#426) Line indented incorrectly; expected at least 24 spaces, found 13
(#426) Variable "RealValue" must be all lower-case
(#426) Variable "Data" must be all lower-case
(#426) Variable "Series" must be all lower-case
(#426) Variable "Key" must be all lower-case
(#426) Commas (,) must be followed by white space.
(#426) Variable "Data" must be all lower-case
(#426) Variable "Series" must be all lower-case
(#426) Variable "Key" must be all lower-case
(#426) Commas (,) must be followed by white space.
(#426) Line exceeds 132 characters; contains 138 characters
(#427) Line indented incorrectly; expected 24 spaces, found 13
(#427) Expected "if (...) {\n"; found "if (...) { "
(#427) Variable "RecordImageMap" must be all lower-case
(#427) Commas (,) must be followed by white space.
(#427) Variable "X" must be all lower-case
(#427) Variable "Y" must be all lower-case
(#427) Variable "PlotSize" must be all lower-case
(#427) Expected 1 space before "+"; 0 found
(#427) Expected 1 space after "+"; 0 found
(#427) Variable "BorderSize" must be all lower-case
(#427) Commas (,) must be followed by white space.
(#427) Variable "Series" must be all lower-case
(#427) Commas (,) must be followed by white space.
(#427) Variable "Series" must be all lower-case
(#427) Commas (,) must be followed by white space.
(#427) Variable "Series" must be all lower-case
(#427) Commas (,) must be followed by white space.
(#427) Variable "Description" must be all lower-case
(#427) Commas (,) must be followed by white space.
(#427) Variable "RealValue" must be all lower-case
(#427) Line exceeds maximum limit of 180 characters; contains 266 characters
(#427) Closing brace must be on a line by itself
(#429) Line indented incorrectly; expected 24 spaces, found 13
(#429) Expected "if (...) {\n"; found "if(...)\n { "
(#429) Variable "Series" must be all lower-case
(#430) Line indented incorrectly; expected at least 24 spaces, found 14
(#430) Variable "X" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "Y" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "Series" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "PlotSize" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "PlotBorder" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "BorderSize" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "Series" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "Series" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "Series" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "Series" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "BorderR" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "BorderG" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "BorderB" must be all lower-case
(#430) Commas (,) must be followed by white space.
(#430) Variable "BorderAlpha" must be all lower-case
(#430) Line exceeds maximum limit of 180 characters; contains 239 characters
(#430) Closing brace must be on a line by itself
(#431) Line indented incorrectly; expected 24 spaces, found 13
(#431) Usage of ELSEIF not allowed; use ELSE IF instead
(#431) Variable "Picture" must be all lower-case
(#431) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#432) Line indented incorrectly; expected at least 24 spaces, found 14
(#433) Line indented incorrectly; expected 28 spaces, found 15
(#433) Expected "if (...) {\n"; found "if (...) { "
(#433) Variable "PlotBorder" must be all lower-case
(#433) Variable "X" must be all lower-case
(#433) Commas (,) must be followed by white space.
(#433) Variable "Y" must be all lower-case
(#433) Commas (,) must be followed by white space.
(#433) Variable "PlotSize" must be all lower-case
(#433) Expected 1 space before "+"; 0 found
(#433) Expected 1 space after "+"; 0 found
(#433) Variable "BorderSize" must be all lower-case
(#433) Commas (,) must be followed by white space.
(#433) Variable "BorderColor" must be all lower-case
(#433) Closing brace must be on a line by itself
(#434) Line indented incorrectly; expected at least 28 spaces, found 15
(#434) Variable "X" must be all lower-case
(#434) Commas (,) must be followed by white space.
(#434) Variable "Y" must be all lower-case
(#434) Commas (,) must be followed by white space.
(#434) Variable "PlotSize" must be all lower-case
(#434) Commas (,) must be followed by white space.
(#434) Variable "Color" must be all lower-case
(#435) Line indented incorrectly; expected 24 spaces, found 14
(#435) Closing brace indented incorrectly; expected 13 spaces, found 14
(#436) Line indented incorrectly; expected 24 spaces, found 13
(#436) Expected "} else {\n"; found "}\n else\n { "
(#437) Line indented incorrectly; expected at least 24 spaces, found 14
(#437) Variable "PicType" must be all lower-case
(#437) Commas (,) must be followed by white space.
(#437) Variable "Picture" must be all lower-case
(#437) Commas (,) must be followed by white space.
(#437) Variable "X" must be all lower-case
(#437) Expected 1 space before "-"; 0 found
(#437) Expected 1 space after "-"; 0 found
(#437) Variable "PicWidth" must be all lower-case
(#437) Expected 1 space before "/"; 0 found
(#437) Expected 1 space after "/"; 0 found
(#437) Commas (,) must be followed by white space.
(#437) Variable "Y" must be all lower-case
(#437) Expected 1 space before "-"; 0 found
(#437) Expected 1 space after "-"; 0 found
(#437) Variable "PicHeight" must be all lower-case
(#437) Expected 1 space before "/"; 0 found
(#437) Expected 1 space after "/"; 0 found
(#437) Closing brace must be on a line by itself
(#438) Line indented incorrectly; expected 20 spaces, found 12
(#438) Closing brace indented incorrectly; expected 11 spaces, found 12
(#439) Line indented incorrectly; expected 16 spaces, found 10
(#439) Closing brace indented incorrectly; expected 9 spaces, found 10
(#440) Line indented incorrectly; expected 12 spaces, found 8
(#440) Closing brace indented incorrectly; expected 7 spaces, found 8
(#441) Line indented incorrectly; expected 8 spaces, found 6
(#441) Closing brace indented incorrectly; expected 5 spaces, found 6
(#442) Closing brace indented incorrectly; expected 3 spaces, found 4
(#444) Line indented incorrectly; expected at least 4 spaces, found 3
(#445) Line indented incorrectly; expected 4 spaces, found 3
(#445) method name "pScatter::drawScatterLineChart" must be in lower-case letters only
(#445) Visibility must be declared on method "drawScatterLineChart"
(#445) Variable "Format" must be all lower-case
(#445) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#446) Opening brace should be on the same line as the declaration
(#447) Line indented incorrectly; expected at least 8 spaces, found 5
(#447) Variable "Data" must be all lower-case
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 8 spaces, found 5
(#448) Variable "Palette" must be all lower-case
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 8 spaces, found 5
(#449) Variable "RecordImageMap" must be all lower-case
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Variable "Format" must be all lower-case
(#449) Variable "Format" must be all lower-case
(#449) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#450) Line indented incorrectly; expected at least 8 spaces, found 5
(#450) Variable "ImageMapTitle" must be all lower-case
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Variable "Format" must be all lower-case
(#450) Variable "Format" must be all lower-case
(#450) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#451) Line indented incorrectly; expected at least 8 spaces, found 5
(#451) Variable "ImageMapPlotSize" must be all lower-case
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Variable "Format" must be all lower-case
(#451) Variable "Format" must be all lower-case
(#452) Line indented incorrectly; expected at least 8 spaces, found 5
(#452) Variable "ImageMapPrecision" must be all lower-case
(#452) Variable "Format" must be all lower-case
(#452) Variable "Format" must be all lower-case
(#454) Line indented incorrectly; expected at least 8 spaces, found 5
(#455) Line indented incorrectly; expected 8 spaces, found 5
(#455) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#455) Variable "Data" must be all lower-case
(#455) Variable "Key" must be all lower-case
(#455) Variable "Series" must be all lower-case
(#456) Line indented incorrectly; expected at least 8 spaces, found 6
(#457) Line indented incorrectly; expected 12 spaces, found 7
(#457) Expected "if (...) {\n"; found "if (...)\n {\n"
(#457) Variable "Series" must be all lower-case
(#457) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#458) Line indented incorrectly; expected at least 12 spaces, found 8
(#459) Line indented incorrectly; expected at least 16 spaces, found 9
(#459) Variable "SerieX" must be all lower-case
(#459) Variable "Series" must be all lower-case
(#459) Variable "SerieValuesX" must be all lower-case
(#459) Variable "Data" must be all lower-case
(#459) Variable "SerieX" must be all lower-case
(#459) Variable "SerieXAxis" must be all lower-case
(#459) Variable "Data" must be all lower-case
(#459) Variable "SerieX" must be all lower-case
(#460) Line indented incorrectly; expected at least 16 spaces, found 9
(#460) Variable "SerieY" must be all lower-case
(#460) Variable "Series" must be all lower-case
(#460) Variable "SerieValuesY" must be all lower-case
(#460) Variable "Data" must be all lower-case
(#460) Variable "SerieY" must be all lower-case
(#460) Variable "SerieYAxis" must be all lower-case
(#460) Variable "Data" must be all lower-case
(#460) Variable "SerieY" must be all lower-case
(#461) Line indented incorrectly; expected at least 16 spaces, found 9
(#461) Variable "Ticks" must be all lower-case
(#461) Variable "Series" must be all lower-case
(#462) Line indented incorrectly; expected at least 16 spaces, found 9
(#462) Variable "Weight" must be all lower-case
(#462) Variable "Series" must be all lower-case
(#464) Line indented incorrectly; expected 16 spaces, found 9
(#464) Expected "if (...) {\n"; found "if (...) { "
(#464) Variable "ImageMapTitle" must be all lower-case
(#464) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#464) Variable "Description" must be all lower-case
(#464) Variable "Data" must be all lower-case
(#464) Variable "Series" must be all lower-case
(#464) Variable "Data" must be all lower-case
(#464) Variable "Series" must be all lower-case
(#464) Closing brace must be on a line by itself
(#464) Expected "} else {\n"; found "} else { "
(#464) Variable "Description" must be all lower-case
(#464) Variable "ImageMapTitle" must be all lower-case
(#464) Line exceeds maximum limit of 180 characters; contains 194 characters
(#464) Closing brace must be on a line by itself
(#466) Line indented incorrectly; expected at least 16 spaces, found 9
(#466) Variable "PosArrayX" must be all lower-case
(#466) Variable "SerieValuesX" must be all lower-case
(#466) Commas (,) must be followed by white space.
(#466) Variable "SerieXAxis" must be all lower-case
(#467) Line indented incorrectly; expected 16 spaces, found 9
(#467) Expected "if (...) {\n"; found "if (...) { "
(#467) Variable "PosArrayX" must be all lower-case
(#467) Variable "Value" must be all lower-case
(#467) Variable "PosArrayX" must be all lower-case
(#467) Variable "PosArrayX" must be all lower-case
(#467) Variable "PosArrayX" must be all lower-case
(#467) Variable "Value" must be all lower-case
(#467) Closing brace must be on a line by itself
(#468) Line indented incorrectly; expected at least 16 spaces, found 9
(#468) Variable "PosArrayY" must be all lower-case
(#468) Variable "SerieValuesY" must be all lower-case
(#468) Commas (,) must be followed by white space.
(#468) Variable "SerieYAxis" must be all lower-case
(#469) Line indented incorrectly; expected 16 spaces, found 9
(#469) Expected "if (...) {\n"; found "if (...) { "
(#469) Variable "PosArrayY" must be all lower-case
(#469) Variable "Value" must be all lower-case
(#469) Variable "PosArrayY" must be all lower-case
(#469) Variable "PosArrayY" must be all lower-case
(#469) Variable "PosArrayY" must be all lower-case
(#469) Variable "Value" must be all lower-case
(#469) Closing brace must be on a line by itself
(#471) Line indented incorrectly; expected at least 16 spaces, found 9
(#471) Variable "Color" must be all lower-case
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#471) Variable "Series" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#471) Variable "Series" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#471) Variable "Series" must be all lower-case
(#471) Commas (,) must be followed by white space.
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#471) Variable "Series" must be all lower-case
(#471) Line exceeds 132 characters; contains 141 characters
(#472) Line indented incorrectly; expected 16 spaces, found 9
(#472) Expected "if (...) {\n"; found "if (...) { "
(#472) Variable "Ticks" must be all lower-case
(#472) Variable "Color" must be all lower-case
(#472) Variable "Ticks" must be all lower-case
(#472) Closing brace must be on a line by itself
(#473) Line indented incorrectly; expected 16 spaces, found 9
(#473) Expected "if (...) {\n"; found "if (...) { "
(#473) Variable "Weight" must be all lower-case
(#473) Variable "Color" must be all lower-case
(#473) Variable "Weight" must be all lower-case
(#473) Closing brace must be on a line by itself
(#475) Line indented incorrectly; expected at least 16 spaces, found 9
(#475) Variable "LastX" must be all lower-case
(#475) Variable "LastY" must be all lower-case
(#476) Line indented incorrectly; expected 16 spaces, found 9
(#476) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#476) Variable "PosArrayX" must be all lower-case
(#476) Variable "Key" must be all lower-case
(#476) Variable "Value" must be all lower-case
(#477) Line indented incorrectly; expected at least 16 spaces, found 10
(#478) Line indented incorrectly; expected at least 20 spaces, found 11
(#478) Variable "X" must be all lower-case
(#478) Variable "Value" must be all lower-case
(#478) Variable "Y" must be all lower-case
(#478) Variable "PosArrayY" must be all lower-case
(#478) Variable "Key" must be all lower-case
(#480) Line indented incorrectly; expected 20 spaces, found 11
(#480) Expected "if (...) {\n"; found "if (...)\n {\n"
(#480) Variable "X" must be all lower-case
(#480) Variable "Y" must be all lower-case
(#481) Line indented incorrectly; expected at least 20 spaces, found 12
(#482) Line indented incorrectly; expected at least 24 spaces, found 13
(#482) Variable "RealValue" must be all lower-case
(#482) Variable "Data" must be all lower-case
(#482) Variable "Series" must be all lower-case
(#482) Variable "Key" must be all lower-case
(#482) Commas (,) must be followed by white space.
(#482) Variable "Data" must be all lower-case
(#482) Variable "Series" must be all lower-case
(#482) Variable "Key" must be all lower-case
(#482) Commas (,) must be followed by white space.
(#482) Line exceeds 132 characters; contains 138 characters
(#483) Line indented incorrectly; expected 24 spaces, found 13
(#483) Expected "if (...) {\n"; found "if (...) { "
(#483) Variable "RecordImageMap" must be all lower-case
(#483) Commas (,) must be followed by white space.
(#483) Variable "X" must be all lower-case
(#483) Variable "Y" must be all lower-case
(#483) Variable "ImageMapPlotSize" must be all lower-case
(#483) Commas (,) must be followed by white space.
(#483) Variable "Series" must be all lower-case
(#483) Commas (,) must be followed by white space.
(#483) Variable "Series" must be all lower-case
(#483) Commas (,) must be followed by white space.
(#483) Variable "Series" must be all lower-case
(#483) Commas (,) must be followed by white space.
(#483) Variable "Description" must be all lower-case
(#483) Commas (,) must be followed by white space.
(#483) Variable "RealValue" must be all lower-case
(#483) Line exceeds maximum limit of 180 characters; contains 255 characters
(#483) Closing brace must be on a line by itself
(#484) Line indented incorrectly; expected 20 spaces, found 12
(#484) Closing brace indented incorrectly; expected 11 spaces, found 12
(#486) Line indented incorrectly; expected at least 20 spaces, found 11
(#486) Inline control structures are not allowed
(#486) Variable "X" must be all lower-case
(#486) Variable "Y" must be all lower-case
(#486) Variable "LastX" must be all lower-case
(#486) Variable "LastY" must be all lower-case
(#487) Line indented incorrectly; expected at least 20 spaces, found 12
(#487) Variable "LastX" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Variable "LastY" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Variable "X" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Variable "Y" must be all lower-case
(#487) Commas (,) must be followed by white space.
(#487) Variable "Color" must be all lower-case
(#489) Line indented incorrectly; expected at least 20 spaces, found 11
(#489) Variable "LastX" must be all lower-case
(#489) Variable "X" must be all lower-case
(#489) Variable "LastY" must be all lower-case
(#489) Variable "Y" must be all lower-case
(#490) Line indented incorrectly; expected 16 spaces, found 10
(#490) Closing brace indented incorrectly; expected 9 spaces, found 10
(#491) Line indented incorrectly; expected 12 spaces, found 8
(#491) Closing brace indented incorrectly; expected 7 spaces, found 8
(#492) Line indented incorrectly; expected 8 spaces, found 6
(#492) Closing brace indented incorrectly; expected 5 spaces, found 6
(#493) Closing brace indented incorrectly; expected 3 spaces, found 4
(#495) Line indented incorrectly; expected at least 4 spaces, found 3
(#496) Line indented incorrectly; expected 4 spaces, found 3
(#496) method name "pScatter::drawScatterSplineChart" must be in lower-case letters only
(#496) Visibility must be declared on method "drawScatterSplineChart"
(#496) Variable "Format" must be all lower-case
(#496) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#497) Opening brace should be on the same line as the declaration
(#498) Line indented incorrectly; expected at least 8 spaces, found 5
(#498) Variable "Data" must be all lower-case
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 8 spaces, found 5
(#499) Variable "Palette" must be all lower-case
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 8 spaces, found 5
(#500) Variable "RecordImageMap" must be all lower-case
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Variable "Format" must be all lower-case
(#500) Variable "Format" must be all lower-case
(#500) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#501) Line indented incorrectly; expected at least 8 spaces, found 5
(#501) Variable "ImageMapTitle" must be all lower-case
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Variable "Format" must be all lower-case
(#501) Variable "Format" must be all lower-case
(#501) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#502) Line indented incorrectly; expected at least 8 spaces, found 5
(#502) Variable "ImageMapPlotSize" must be all lower-case
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Variable "Format" must be all lower-case
(#502) Variable "Format" must be all lower-case
(#503) Line indented incorrectly; expected at least 8 spaces, found 5
(#503) Variable "ImageMapPrecision" must be all lower-case
(#503) Variable "Format" must be all lower-case
(#503) Variable "Format" must be all lower-case
(#505) Line indented incorrectly; expected 8 spaces, found 5
(#505) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#505) Variable "Data" must be all lower-case
(#505) Variable "Key" must be all lower-case
(#505) Variable "Series" must be all lower-case
(#506) Line indented incorrectly; expected at least 8 spaces, found 6
(#507) Line indented incorrectly; expected 12 spaces, found 7
(#507) Expected "if (...) {\n"; found "if (...)\n {\n"
(#507) Variable "Series" must be all lower-case
(#507) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#508) Line indented incorrectly; expected at least 12 spaces, found 8
(#509) Line indented incorrectly; expected at least 16 spaces, found 9
(#509) Variable "SerieX" must be all lower-case
(#509) Variable "Series" must be all lower-case
(#509) Variable "SerieValuesX" must be all lower-case
(#509) Variable "Data" must be all lower-case
(#509) Variable "SerieX" must be all lower-case
(#509) Variable "SerieXAxis" must be all lower-case
(#509) Variable "Data" must be all lower-case
(#509) Variable "SerieX" must be all lower-case
(#510) Line indented incorrectly; expected at least 16 spaces, found 9
(#510) Variable "SerieY" must be all lower-case
(#510) Variable "Series" must be all lower-case
(#510) Variable "SerieValuesY" must be all lower-case
(#510) Variable "Data" must be all lower-case
(#510) Variable "SerieY" must be all lower-case
(#510) Variable "SerieYAxis" must be all lower-case
(#510) Variable "Data" must be all lower-case
(#510) Variable "SerieY" must be all lower-case
(#511) Line indented incorrectly; expected at least 16 spaces, found 9
(#511) Variable "Ticks" must be all lower-case
(#511) Variable "Series" must be all lower-case
(#512) Line indented incorrectly; expected at least 16 spaces, found 9
(#512) Variable "Weight" must be all lower-case
(#512) Variable "Series" must be all lower-case
(#514) Line indented incorrectly; expected 16 spaces, found 9
(#514) Expected "if (...) {\n"; found "if (...) { "
(#514) Variable "ImageMapTitle" must be all lower-case
(#514) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#514) Variable "Description" must be all lower-case
(#514) Variable "Data" must be all lower-case
(#514) Variable "Series" must be all lower-case
(#514) Variable "Data" must be all lower-case
(#514) Variable "Series" must be all lower-case
(#514) Closing brace must be on a line by itself
(#514) Expected "} else {\n"; found "} else { "
(#514) Variable "Description" must be all lower-case
(#514) Variable "ImageMapTitle" must be all lower-case
(#514) Line exceeds maximum limit of 180 characters; contains 194 characters
(#514) Closing brace must be on a line by itself
(#516) Line indented incorrectly; expected at least 16 spaces, found 9
(#516) Variable "PosArrayX" must be all lower-case
(#516) Variable "SerieValuesX" must be all lower-case
(#516) Commas (,) must be followed by white space.
(#516) Variable "SerieXAxis" must be all lower-case
(#517) Line indented incorrectly; expected 16 spaces, found 9
(#517) Expected "if (...) {\n"; found "if (...) { "
(#517) Variable "PosArrayX" must be all lower-case
(#517) Variable "Value" must be all lower-case
(#517) Variable "PosArrayX" must be all lower-case
(#517) Variable "PosArrayX" must be all lower-case
(#517) Variable "PosArrayX" must be all lower-case
(#517) Variable "Value" must be all lower-case
(#517) Closing brace must be on a line by itself
(#518) Line indented incorrectly; expected at least 16 spaces, found 9
(#518) Variable "PosArrayY" must be all lower-case
(#518) Variable "SerieValuesY" must be all lower-case
(#518) Commas (,) must be followed by white space.
(#518) Variable "SerieYAxis" must be all lower-case
(#519) Line indented incorrectly; expected 16 spaces, found 9
(#519) Expected "if (...) {\n"; found "if (...) { "
(#519) Variable "PosArrayY" must be all lower-case
(#519) Variable "Value" must be all lower-case
(#519) Variable "PosArrayY" must be all lower-case
(#519) Variable "PosArrayY" must be all lower-case
(#519) Variable "PosArrayY" must be all lower-case
(#519) Variable "Value" must be all lower-case
(#519) Closing brace must be on a line by itself
(#521) Line indented incorrectly; expected at least 16 spaces, found 9
(#521) Variable "SplineSettings" must be all lower-case
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Variable "Series" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Variable "Series" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Variable "Series" must be all lower-case
(#521) Commas (,) must be followed by white space.
(#521) Expected 1 space before "=>"; 0 found
(#521) Expected 1 space after "=>"; 0 found
(#521) Variable "Series" must be all lower-case
(#521) Line exceeds 132 characters; contains 150 characters
(#522) Line indented incorrectly; expected 16 spaces, found 9
(#522) Expected "if (...) {\n"; found "if (...) { "
(#522) Variable "Ticks" must be all lower-case
(#522) Variable "SplineSettings" must be all lower-case
(#522) Variable "Ticks" must be all lower-case
(#522) Closing brace must be on a line by itself
(#523) Line indented incorrectly; expected 16 spaces, found 9
(#523) Expected "if (...) {\n"; found "if (...) { "
(#523) Variable "Weight" must be all lower-case
(#523) Variable "SplineSettings" must be all lower-case
(#523) Variable "Weight" must be all lower-case
(#523) Closing brace must be on a line by itself
(#525) Line indented incorrectly; expected at least 16 spaces, found 9
(#525) Variable "LastX" must be all lower-case
(#525) Variable "LastY" must be all lower-case
(#525) Variable "WayPoints" must be all lower-case
(#525) Variable "Forces" must be all lower-case
(#526) Line indented incorrectly; expected 16 spaces, found 9
(#526) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#526) Variable "PosArrayX" must be all lower-case
(#526) Variable "Key" must be all lower-case
(#526) Variable "Value" must be all lower-case
(#527) Line indented incorrectly; expected at least 16 spaces, found 10
(#528) Line indented incorrectly; expected at least 20 spaces, found 11
(#528) Variable "X" must be all lower-case
(#528) Variable "Value" must be all lower-case
(#528) Variable "Y" must be all lower-case
(#528) Variable "PosArrayY" must be all lower-case
(#528) Variable "Key" must be all lower-case
(#529) Line indented incorrectly; expected at least 20 spaces, found 11
(#529) Variable "Force" must be all lower-case
(#529) Variable "LastX" must be all lower-case
(#529) Commas (,) must be followed by white space.
(#529) Variable "LastY" must be all lower-case
(#529) Commas (,) must be followed by white space.
(#529) Variable "X" must be all lower-case
(#529) Commas (,) must be followed by white space.
(#529) Variable "Y" must be all lower-case
(#529) Expected 1 space before "/"; 0 found
(#529) Expected 1 space after "/"; 0 found
(#531) Line indented incorrectly; expected 20 spaces, found 11
(#531) Expected "if (...) {\n"; found "if (...)\n {\n"
(#531) Variable "X" must be all lower-case
(#531) Variable "Y" must be all lower-case
(#532) Line indented incorrectly; expected at least 20 spaces, found 12
(#533) Line indented incorrectly; expected at least 24 spaces, found 13
(#533) Variable "RealValue" must be all lower-case
(#533) Variable "Data" must be all lower-case
(#533) Variable "Series" must be all lower-case
(#533) Variable "Key" must be all lower-case
(#533) Commas (,) must be followed by white space.
(#533) Variable "Data" must be all lower-case
(#533) Variable "Series" must be all lower-case
(#533) Variable "Key" must be all lower-case
(#533) Commas (,) must be followed by white space.
(#533) Line exceeds 132 characters; contains 138 characters
(#534) Line indented incorrectly; expected 24 spaces, found 13
(#534) Expected "if (...) {\n"; found "if (...) { "
(#534) Variable "RecordImageMap" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "X" must be all lower-case
(#534) Variable "Y" must be all lower-case
(#534) Variable "ImageMapPlotSize" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "Series" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "Series" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "Series" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "Description" must be all lower-case
(#534) Commas (,) must be followed by white space.
(#534) Variable "RealValue" must be all lower-case
(#534) Line exceeds maximum limit of 180 characters; contains 255 characters
(#534) Closing brace must be on a line by itself
(#535) Line indented incorrectly; expected 20 spaces, found 12
(#535) Closing brace indented incorrectly; expected 11 spaces, found 12
(#537) Line indented incorrectly; expected 20 spaces, found 11
(#537) Expected "if (...) {\n"; found "if (...)\n { "
(#537) Variable "X" must be all lower-case
(#537) Variable "Y" must be all lower-case
(#538) Line indented incorrectly; expected at least 20 spaces, found 12
(#538) Variable "WayPoints" must be all lower-case
(#538) Variable "X" must be all lower-case
(#538) Commas (,) must be followed by white space.
(#538) Variable "Y" must be all lower-case
(#538) Variable "Forces" must be all lower-case
(#538) Variable "Force" must be all lower-case
(#538) Closing brace must be on a line by itself
(#540) Line indented incorrectly; expected 20 spaces, found 11
(#540) Expected "if (...) {\n"; found "if (...)\n { "
(#540) Variable "Y" must be all lower-case
(#540) Variable "X" must be all lower-case
(#541) Line indented incorrectly; expected at least 20 spaces, found 12
(#541) Variable "SplineSettings" must be all lower-case
(#541) Variable "Forces" must be all lower-case
(#541) Variable "WayPoints" must be all lower-case
(#541) Commas (,) must be followed by white space.
(#541) Variable "SplineSettings" must be all lower-case
(#541) Variable "WayPoints" must be all lower-case
(#541) Variable "Forces" must be all lower-case
(#541) Line exceeds 132 characters; contains 143 characters
(#541) Closing brace must be on a line by itself
(#543) Line indented incorrectly; expected at least 20 spaces, found 11
(#543) Variable "LastX" must be all lower-case
(#543) Variable "X" must be all lower-case
(#543) Variable "LastY" must be all lower-case
(#543) Variable "Y" must be all lower-case
(#544) Line indented incorrectly; expected 16 spaces, found 10
(#544) Closing brace indented incorrectly; expected 9 spaces, found 10
(#545) Line indented incorrectly; expected at least 16 spaces, found 9
(#545) Variable "SplineSettings" must be all lower-case
(#545) Variable "Forces" must be all lower-case
(#545) Whitespace found at end of line
(#546) Line indented incorrectly; expected at least 16 spaces, found 9
(#546) Variable "WayPoints" must be all lower-case
(#546) Commas (,) must be followed by white space.
(#546) Variable "SplineSettings" must be all lower-case
(#547) Line indented incorrectly; expected 12 spaces, found 8
(#547) Closing brace indented incorrectly; expected 7 spaces, found 8
(#548) Line indented incorrectly; expected 8 spaces, found 6
(#548) Closing brace indented incorrectly; expected 5 spaces, found 6
(#549) Closing brace indented incorrectly; expected 3 spaces, found 4
(#551) Line indented incorrectly; expected at least 4 spaces, found 3
(#552) Line indented incorrectly; expected 4 spaces, found 3
(#552) method name "pScatter::getPosArray" must be in lower-case letters only
(#552) Visibility must be declared on method "getPosArray"
(#552) Variable "Values" must be all lower-case
(#552) Commas (,) must be followed by white space.
(#552) Variable "AxisID" must be all lower-case
(#553) Opening brace should be on the same line as the declaration
(#554) Line indented incorrectly; expected at least 8 spaces, found 5
(#554) Variable "Data" must be all lower-case
(#556) Line indented incorrectly; expected 8 spaces, found 5
(#556) Expected "if (...) {\n"; found "if (...) { "
(#556) Variable "Values" must be all lower-case
(#556) Variable "Values" must be all lower-case
(#556) Variable "Values" must be all lower-case
(#556) Closing brace must be on a line by itself
(#558) Line indented incorrectly; expected 8 spaces, found 5
(#558) Expected "if (...) {\n"; found "if (...)\n {\n"
(#558) Variable "Data" must be all lower-case
(#558) Variable "AxisID" must be all lower-case
(#559) Line indented incorrectly; expected at least 8 spaces, found 6
(#560) Line indented incorrectly; expected at least 12 spaces, found 7
(#560) Variable "Height" must be all lower-case
(#560) Variable "Data" must be all lower-case
(#560) Variable "AxisID" must be all lower-case
(#560) Expected 1 space before "*"; 0 found
(#560) Expected 1 space after "*"; 0 found
(#561) Line indented incorrectly; expected at least 12 spaces, found 7
(#561) Variable "ScaleHeight" must be all lower-case
(#561) Variable "Data" must be all lower-case
(#561) Variable "AxisID" must be all lower-case
(#561) Variable "Data" must be all lower-case
(#561) Variable "AxisID" must be all lower-case
(#562) Line indented incorrectly; expected at least 12 spaces, found 7
(#562) Variable "Step" must be all lower-case
(#562) Variable "Height" must be all lower-case
(#562) Variable "ScaleHeight" must be all lower-case
(#564) Line indented incorrectly; expected at least 12 spaces, found 7
(#564) Variable "Result" must be all lower-case
(#565) Line indented incorrectly; expected 12 spaces, found 7
(#565) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#565) Variable "Values" must be all lower-case
(#565) Variable "Key" must be all lower-case
(#565) Variable "Value" must be all lower-case
(#566) Line indented incorrectly; expected at least 12 spaces, found 8
(#567) Line indented incorrectly; expected at least 16 spaces, found 9
(#567) Inline control structures are not allowed
(#567) Variable "Value" must be all lower-case
(#567) Whitespace found at end of line
(#568) Line indented incorrectly; expected at least 16 spaces, found 10
(#568) Variable "Result" must be all lower-case
(#569) Line indented incorrectly; expected at least 16 spaces, found 9
(#569) Inline control structures are not allowed
(#570) Line indented incorrectly; expected at least 16 spaces, found 10
(#570) Variable "Result" must be all lower-case
(#570) Variable "Data" must be all lower-case
(#570) Variable "AxisID" must be all lower-case
(#570) Variable "Step" must be all lower-case
(#570) Variable "Value" must be all lower-case
(#570) Expected 1 space before "-"; 0 found
(#570) Expected 1 space after "-"; 0 found
(#570) Variable "Data" must be all lower-case
(#570) Variable "AxisID" must be all lower-case
(#570) Line exceeds 132 characters; contains 146 characters
(#571) Line indented incorrectly; expected 12 spaces, found 8
(#571) Closing brace indented incorrectly; expected 7 spaces, found 8
(#573) Line indented incorrectly; expected 12 spaces, found 7
(#573) Expected "if (...) {\n"; found "if (...) { "
(#573) Variable "Result" must be all lower-case
(#573) Variable "Result" must be all lower-case
(#573) Closing brace must be on a line by itself
(#573) Expected "} else {\n"; found "} else { "
(#573) Variable "Result" must be all lower-case
(#573) Closing brace must be on a line by itself
(#574) Line indented incorrectly; expected 8 spaces, found 6
(#574) Closing brace indented incorrectly; expected 5 spaces, found 6
(#575) Line indented incorrectly; expected 8 spaces, found 5
(#575) Expected "} else {\n"; found "}\n else\n {\n"
(#576) Line indented incorrectly; expected at least 8 spaces, found 6
(#577) Line indented incorrectly; expected at least 12 spaces, found 7
(#577) Variable "Height" must be all lower-case
(#577) Variable "Data" must be all lower-case
(#577) Variable "AxisID" must be all lower-case
(#577) Expected 1 space before "*"; 0 found
(#577) Expected 1 space after "*"; 0 found
(#578) Line indented incorrectly; expected at least 12 spaces, found 7
(#578) Variable "ScaleHeight" must be all lower-case
(#578) Variable "Data" must be all lower-case
(#578) Variable "AxisID" must be all lower-case
(#578) Variable "Data" must be all lower-case
(#578) Variable "AxisID" must be all lower-case
(#579) Line indented incorrectly; expected at least 12 spaces, found 7
(#579) Variable "Step" must be all lower-case
(#579) Variable "Height" must be all lower-case
(#579) Variable "ScaleHeight" must be all lower-case
(#581) Line indented incorrectly; expected at least 12 spaces, found 7
(#581) Variable "Result" must be all lower-case
(#582) Line indented incorrectly; expected 12 spaces, found 7
(#582) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#582) Variable "Values" must be all lower-case
(#582) Variable "Key" must be all lower-case
(#582) Variable "Value" must be all lower-case
(#583) Line indented incorrectly; expected at least 12 spaces, found 8
(#584) Line indented incorrectly; expected at least 16 spaces, found 9
(#584) Inline control structures are not allowed
(#584) Variable "Value" must be all lower-case
(#584) Whitespace found at end of line
(#585) Line indented incorrectly; expected at least 16 spaces, found 10
(#585) Variable "Result" must be all lower-case
(#586) Line indented incorrectly; expected at least 16 spaces, found 9
(#586) Inline control structures are not allowed
(#587) Line indented incorrectly; expected at least 16 spaces, found 10
(#587) Variable "Result" must be all lower-case
(#587) Variable "Data" must be all lower-case
(#587) Variable "AxisID" must be all lower-case
(#587) Variable "Step" must be all lower-case
(#587) Variable "Value" must be all lower-case
(#587) Expected 1 space before "-"; 0 found
(#587) Expected 1 space after "-"; 0 found
(#587) Variable "Data" must be all lower-case
(#587) Variable "AxisID" must be all lower-case
(#587) Line exceeds 132 characters; contains 146 characters
(#588) Line indented incorrectly; expected 12 spaces, found 8
(#588) Closing brace indented incorrectly; expected 7 spaces, found 8
(#590) Line indented incorrectly; expected 12 spaces, found 7
(#590) Expected "if (...) {\n"; found "if (...) { "
(#590) Variable "Result" must be all lower-case
(#590) Variable "Result" must be all lower-case
(#590) Closing brace must be on a line by itself
(#590) Expected "} else {\n"; found "} else { "
(#590) Variable "Result" must be all lower-case
(#590) Closing brace must be on a line by itself
(#591) Line indented incorrectly; expected 8 spaces, found 6
(#591) Closing brace indented incorrectly; expected 5 spaces, found 6
(#592) Closing brace indented incorrectly; expected 3 spaces, found 4
(#594) Line indented incorrectly; expected at least 4 spaces, found 3
(#595) Line indented incorrectly; expected 4 spaces, found 3
(#595) method name "pScatter::drawScatterLegend" must be in lower-case letters only
(#595) Visibility must be declared on method "drawScatterLegend"
(#595) Variable "X" must be all lower-case
(#595) Commas (,) must be followed by white space.
(#595) Variable "Y" must be all lower-case
(#595) Commas (,) must be followed by white space.
(#595) Variable "Format" must be all lower-case
(#596) Opening brace should be on the same line as the declaration
(#597) Line indented incorrectly; expected at least 8 spaces, found 5
(#597) Variable "Family" must be all lower-case
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Variable "Format" must be all lower-case
(#597) Variable "Format" must be all lower-case
(#598) Line indented incorrectly; expected at least 8 spaces, found 5
(#598) Variable "FontName" must be all lower-case
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Variable "Format" must be all lower-case
(#598) Variable "Format" must be all lower-case
(#599) Line indented incorrectly; expected at least 8 spaces, found 5
(#599) Variable "FontSize" must be all lower-case
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Variable "Format" must be all lower-case
(#599) Variable "Format" must be all lower-case
(#600) Line indented incorrectly; expected at least 8 spaces, found 5
(#600) Variable "FontR" must be all lower-case
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Variable "Format" must be all lower-case
(#600) Variable "Format" must be all lower-case
(#601) Line indented incorrectly; expected at least 8 spaces, found 5
(#601) Variable "FontG" must be all lower-case
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Variable "Format" must be all lower-case
(#601) Variable "Format" must be all lower-case
(#602) Line indented incorrectly; expected at least 8 spaces, found 5
(#602) Variable "FontB" must be all lower-case
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Variable "Format" must be all lower-case
(#602) Variable "Format" must be all lower-case
(#603) Line indented incorrectly; expected at least 8 spaces, found 5
(#603) Variable "BoxWidth" must be all lower-case
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Variable "Format" must be all lower-case
(#603) Variable "Format" must be all lower-case
(#604) Line indented incorrectly; expected at least 8 spaces, found 5
(#604) Variable "BoxHeight" must be all lower-case
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Variable "Format" must be all lower-case
(#604) Variable "Format" must be all lower-case
(#605) Line indented incorrectly; expected at least 8 spaces, found 5
(#605) Variable "IconAreaWidth" must be all lower-case
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Variable "Format" must be all lower-case
(#605) Variable "Format" must be all lower-case
(#605) Variable "BoxWidth" must be all lower-case
(#606) Line indented incorrectly; expected at least 8 spaces, found 5
(#606) Variable "IconAreaHeight" must be all lower-case
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Variable "Format" must be all lower-case
(#606) Variable "Format" must be all lower-case
(#606) Variable "BoxHeight" must be all lower-case
(#607) Line indented incorrectly; expected at least 8 spaces, found 5
(#607) Variable "XSpacing" must be all lower-case
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Variable "Format" must be all lower-case
(#607) Variable "Format" must be all lower-case
(#608) Line indented incorrectly; expected at least 8 spaces, found 5
(#608) Variable "Margin" must be all lower-case
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Variable "Format" must be all lower-case
(#608) Variable "Format" must be all lower-case
(#609) Line indented incorrectly; expected at least 8 spaces, found 5
(#609) Variable "R" must be all lower-case
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Variable "Format" must be all lower-case
(#609) Variable "Format" must be all lower-case
(#610) Line indented incorrectly; expected at least 8 spaces, found 5
(#610) Variable "G" must be all lower-case
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Variable "Format" must be all lower-case
(#610) Variable "Format" must be all lower-case
(#611) Line indented incorrectly; expected at least 8 spaces, found 5
(#611) Variable "B" must be all lower-case
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Variable "Format" must be all lower-case
(#611) Variable "Format" must be all lower-case
(#612) Line indented incorrectly; expected at least 8 spaces, found 5
(#612) Variable "Alpha" must be all lower-case
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Variable "Format" must be all lower-case
(#612) Variable "Format" must be all lower-case
(#613) Line indented incorrectly; expected at least 8 spaces, found 5
(#613) Variable "BorderR" must be all lower-case
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Variable "Format" must be all lower-case
(#613) Variable "Format" must be all lower-case
(#614) Line indented incorrectly; expected at least 8 spaces, found 5
(#614) Variable "BorderG" must be all lower-case
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Variable "Format" must be all lower-case
(#614) Variable "Format" must be all lower-case
(#615) Line indented incorrectly; expected at least 8 spaces, found 5
(#615) Variable "BorderB" must be all lower-case
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Variable "Format" must be all lower-case
(#615) Variable "Format" must be all lower-case
(#616) Line indented incorrectly; expected at least 8 spaces, found 5
(#616) Variable "Surrounding" must be all lower-case
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Variable "Format" must be all lower-case
(#616) Variable "Format" must be all lower-case
(#616) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#617) Line indented incorrectly; expected at least 8 spaces, found 5
(#617) Variable "Style" must be all lower-case
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Variable "Format" must be all lower-case
(#617) Variable "Format" must be all lower-case
(#618) Line indented incorrectly; expected at least 8 spaces, found 5
(#618) Variable "Mode" must be all lower-case
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Variable "Format" must be all lower-case
(#618) Variable "Format" must be all lower-case
(#620) Line indented incorrectly; expected 8 spaces, found 5
(#620) Expected "if (...) {\n"; found "if (...) { "
(#620) Variable "Surrounding" must be all lower-case
(#620) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#620) Variable "BorderR" must be all lower-case
(#620) Variable "R" must be all lower-case
(#620) Variable "Surrounding" must be all lower-case
(#620) Variable "BorderG" must be all lower-case
(#620) Variable "G" must be all lower-case
(#620) Variable "Surrounding" must be all lower-case
(#620) Variable "BorderB" must be all lower-case
(#620) Variable "B" must be all lower-case
(#620) Variable "Surrounding" must be all lower-case
(#620) Closing brace must be on a line by itself
(#622) Line indented incorrectly; expected at least 8 spaces, found 5
(#622) Variable "Data" must be all lower-case
(#624) Line indented incorrectly; expected 8 spaces, found 5
(#624) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#624) Variable "Data" must be all lower-case
(#624) Variable "Key" must be all lower-case
(#624) Variable "Series" must be all lower-case
(#625) Line indented incorrectly; expected at least 8 spaces, found 6
(#626) Line indented incorrectly; expected 12 spaces, found 7
(#626) Expected "if (...) {\n"; found "if (...)\n {\n"
(#626) Variable "Series" must be all lower-case
(#626) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#626) Variable "Series" must be all lower-case
(#627) Line indented incorrectly; expected at least 12 spaces, found 8
(#628) Line indented incorrectly; expected at least 16 spaces, found 9
(#628) Variable "PicWidth" must be all lower-case
(#628) Commas (,) must be followed by white space.
(#628) Variable "PicHeight" must be all lower-case
(#628) Variable "Series" must be all lower-case
(#629) Line indented incorrectly; expected 16 spaces, found 9
(#629) Expected "if (...) {\n"; found "if (...) { "
(#629) Variable "IconAreaWidth" must be all lower-case
(#629) Variable "PicWidth" must be all lower-case
(#629) Variable "IconAreaWidth" must be all lower-case
(#629) Variable "PicWidth" must be all lower-case
(#629) Closing brace must be on a line by itself
(#630) Line indented incorrectly; expected 16 spaces, found 9
(#630) Expected "if (...) {\n"; found "if (...) { "
(#630) Variable "IconAreaHeight" must be all lower-case
(#630) Variable "PicHeight" must be all lower-case
(#630) Variable "IconAreaHeight" must be all lower-case
(#630) Variable "PicHeight" must be all lower-case
(#630) Closing brace must be on a line by itself
(#631) Line indented incorrectly; expected 12 spaces, found 8
(#631) Closing brace indented incorrectly; expected 7 spaces, found 8
(#632) Line indented incorrectly; expected 8 spaces, found 6
(#632) Closing brace indented incorrectly; expected 5 spaces, found 6
(#634) Line indented incorrectly; expected at least 8 spaces, found 5
(#634) Variable "YStep" must be all lower-case
(#634) Commas (,) must be followed by white space.
(#634) Variable "IconAreaHeight" must be all lower-case
(#635) Line indented incorrectly; expected at least 8 spaces, found 5
(#635) Variable "XStep" must be all lower-case
(#635) Variable "IconAreaWidth" must be all lower-case
(#636) Line indented incorrectly; expected at least 8 spaces, found 5
(#636) Variable "XStep" must be all lower-case
(#636) Variable "XSpacing" must be all lower-case
(#638) Line indented incorrectly; expected at least 8 spaces, found 5
(#638) Variable "Boundaries" must be all lower-case
(#638) Variable "Boundaries" must be all lower-case
(#638) Variable "X" must be all lower-case
(#638) Variable "Boundaries" must be all lower-case
(#638) Variable "Y" must be all lower-case
(#638) Variable "Boundaries" must be all lower-case
(#638) Variable "Boundaries" must be all lower-case
(#638) Variable "vY" must be all lower-case
(#638) Variable "Y" must be all lower-case
(#638) Variable "vX" must be all lower-case
(#638) Variable "X" must be all lower-case
(#639) Line indented incorrectly; expected 8 spaces, found 5
(#639) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#639) Variable "Data" must be all lower-case
(#639) Variable "Key" must be all lower-case
(#639) Variable "Series" must be all lower-case
(#640) Line indented incorrectly; expected at least 8 spaces, found 6
(#641) Line indented incorrectly; expected 12 spaces, found 7
(#641) Expected "if (...) {\n"; found "if (...)\n {\n"
(#641) Variable "Series" must be all lower-case
(#641) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#642) Line indented incorrectly; expected at least 12 spaces, found 8
(#643) Line indented incorrectly; expected 16 spaces, found 9
(#643) Expected "if (...) {\n"; found "if (...)\n {\n"
(#643) Variable "Mode" must be all lower-case
(#644) Line indented incorrectly; expected at least 16 spaces, found 10
(#645) Line indented incorrectly; expected at least 20 spaces, found 11
(#645) Variable "BoxArray" must be all lower-case
(#645) Variable "vX" must be all lower-case
(#645) Expected 1 space before "+"; 0 found
(#645) Expected 1 space after "+"; 0 found
(#645) Variable "IconAreaWidth" must be all lower-case
(#645) Expected 1 space before "+"; 0 found
(#645) Expected 1 space after "+"; 0 found
(#645) Commas (,) must be followed by white space.
(#645) Variable "vY" must be all lower-case
(#645) Expected 1 space before "+"; 0 found
(#645) Expected 1 space after "+"; 0 found
(#645) Variable "IconAreaHeight" must be all lower-case
(#645) Expected 1 space before "/"; 0 found
(#645) Expected 1 space after "/"; 0 found
(#645) Commas (,) must be followed by white space.
(#645) Variable "FontName" must be all lower-case
(#645) Commas (,) must be followed by white space.
(#645) Variable "FontSize" must be all lower-case
(#645) Commas (,) must be followed by white space.
(#645) Commas (,) must be followed by white space.
(#645) Variable "Series" must be all lower-case
(#645) Line exceeds 132 characters; contains 144 characters
(#647) Line indented incorrectly; expected 20 spaces, found 11
(#647) Expected "if (...) {\n"; found "if (...) { "
(#647) Variable "Boundaries" must be all lower-case
(#647) Variable "BoxArray" must be all lower-case
(#647) Expected 1 space before "+"; 0 found
(#647) Expected 1 space after "+"; 0 found
(#647) Variable "IconAreaHeight" must be all lower-case
(#647) Expected 1 space before "/"; 0 found
(#647) Expected 1 space after "/"; 0 found
(#647) Variable "Boundaries" must be all lower-case
(#647) Variable "BoxArray" must be all lower-case
(#647) Expected 1 space before "+"; 0 found
(#647) Expected 1 space after "+"; 0 found
(#647) Variable "IconAreaHeight" must be all lower-case
(#647) Expected 1 space before "/"; 0 found
(#647) Expected 1 space after "/"; 0 found
(#647) Closing brace must be on a line by itself
(#648) Line indented incorrectly; expected 20 spaces, found 11
(#648) Expected "if (...) {\n"; found "if (...) { "
(#648) Variable "Boundaries" must be all lower-case
(#648) Variable "BoxArray" must be all lower-case
(#648) Expected 1 space before "+"; 0 found
(#648) Expected 1 space after "+"; 0 found
(#648) Variable "Boundaries" must be all lower-case
(#648) Variable "BoxArray" must be all lower-case
(#648) Expected 1 space before "+"; 0 found
(#648) Expected 1 space after "+"; 0 found
(#648) Closing brace must be on a line by itself
(#649) Line indented incorrectly; expected 20 spaces, found 11
(#649) Expected "if (...) {\n"; found "if (...) { "
(#649) Variable "Boundaries" must be all lower-case
(#649) Variable "BoxArray" must be all lower-case
(#649) Expected 1 space before "+"; 0 found
(#649) Expected 1 space after "+"; 0 found
(#649) Expected 1 space before "+"; 0 found
(#649) Expected 1 space after "+"; 0 found
(#649) Variable "IconAreaHeight" must be all lower-case
(#649) Expected 1 space before "/"; 0 found
(#649) Expected 1 space after "/"; 0 found
(#649) Variable "Boundaries" must be all lower-case
(#649) Variable "BoxArray" must be all lower-case
(#649) Expected 1 space before "+"; 0 found
(#649) Expected 1 space after "+"; 0 found
(#649) Expected 1 space before "+"; 0 found
(#649) Expected 1 space after "+"; 0 found
(#649) Variable "IconAreaHeight" must be all lower-case
(#649) Expected 1 space before "/"; 0 found
(#649) Expected 1 space after "/"; 0 found
(#649) Line exceeds 132 characters; contains 136 characters
(#649) Closing brace must be on a line by itself
(#651) Line indented incorrectly; expected at least 20 spaces, found 11
(#651) Variable "Lines" must be all lower-case
(#651) Commas (,) must be followed by white space.
(#651) Variable "Series" must be all lower-case
(#652) Line indented incorrectly; expected at least 20 spaces, found 11
(#652) Variable "vY" must be all lower-case
(#652) Variable "vY" must be all lower-case
(#652) Expected 1 space before "*"; 0 found
(#652) Expected 1 space after "*"; 0 found
(#652) Variable "Lines" must be all lower-case
(#652) Commas (,) must be followed by white space.
(#652) Variable "IconAreaHeight" must be all lower-case
(#653) Line indented incorrectly; expected 16 spaces, found 10
(#653) Closing brace indented incorrectly; expected 9 spaces, found 10
(#654) Line indented incorrectly; expected 16 spaces, found 9
(#654) Usage of ELSEIF not allowed; use ELSE IF instead
(#654) Variable "Mode" must be all lower-case
(#655) Line indented incorrectly; expected at least 16 spaces, found 10
(#656) Line indented incorrectly; expected at least 20 spaces, found 11
(#656) Variable "Lines" must be all lower-case
(#656) Commas (,) must be followed by white space.
(#656) Variable "Series" must be all lower-case
(#657) Line indented incorrectly; expected at least 20 spaces, found 11
(#657) Variable "Width" must be all lower-case
(#658) Line indented incorrectly; expected 20 spaces, found 11
(#658) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#658) Variable "Lines" must be all lower-case
(#658) Variable "Key" must be all lower-case
(#658) Variable "Value" must be all lower-case
(#659) Line indented incorrectly; expected at least 20 spaces, found 12
(#660) Line indented incorrectly; expected at least 24 spaces, found 13
(#660) Variable "BoxArray" must be all lower-case
(#660) Variable "vX" must be all lower-case
(#660) Expected 1 space before "+"; 0 found
(#660) Expected 1 space after "+"; 0 found
(#660) Variable "IconAreaWidth" must be all lower-case
(#660) Expected 1 space before "+"; 0 found
(#660) Expected 1 space after "+"; 0 found
(#660) Commas (,) must be followed by white space.
(#660) Variable "Y" must be all lower-case
(#660) Expected 1 space before "+"; 0 found
(#660) Expected 1 space after "+"; 0 found
(#660) Variable "IconAreaHeight" must be all lower-case
(#660) Expected 1 space before "/"; 0 found
(#660) Expected 1 space after "/"; 0 found
(#660) Expected 1 space before "+"; 0 found
(#660) Expected 1 space after "+"; 0 found
(#660) Expected 1 space before "+"; 0 found
(#660) Expected 1 space after "+"; 0 found
(#660) Expected 1 space before "*"; 0 found
(#660) Expected 1 space after "*"; 0 found
(#660) Variable "Key" must be all lower-case
(#660) Commas (,) must be followed by white space.
(#660) Variable "FontName" must be all lower-case
(#660) Commas (,) must be followed by white space.
(#660) Variable "FontSize" must be all lower-case
(#660) Commas (,) must be followed by white space.
(#660) Commas (,) must be followed by white space.
(#660) Variable "Value" must be all lower-case
(#660) Line exceeds 132 characters; contains 170 characters
(#662) Line indented incorrectly; expected 24 spaces, found 13
(#662) Expected "if (...) {\n"; found "if (...) { "
(#662) Variable "Boundaries" must be all lower-case
(#662) Variable "BoxArray" must be all lower-case
(#662) Expected 1 space before "+"; 0 found
(#662) Expected 1 space after "+"; 0 found
(#662) Variable "IconAreaHeight" must be all lower-case
(#662) Expected 1 space before "/"; 0 found
(#662) Expected 1 space after "/"; 0 found
(#662) Variable "Boundaries" must be all lower-case
(#662) Variable "BoxArray" must be all lower-case
(#662) Expected 1 space before "+"; 0 found
(#662) Expected 1 space after "+"; 0 found
(#662) Variable "IconAreaHeight" must be all lower-case
(#662) Expected 1 space before "/"; 0 found
(#662) Expected 1 space after "/"; 0 found
(#662) Line exceeds 132 characters; contains 134 characters
(#662) Closing brace must be on a line by itself
(#663) Line indented incorrectly; expected 24 spaces, found 13
(#663) Expected "if (...) {\n"; found "if (...) { "
(#663) Variable "Boundaries" must be all lower-case
(#663) Variable "BoxArray" must be all lower-case
(#663) Expected 1 space before "+"; 0 found
(#663) Expected 1 space after "+"; 0 found
(#663) Variable "Boundaries" must be all lower-case
(#663) Variable "BoxArray" must be all lower-case
(#663) Expected 1 space before "+"; 0 found
(#663) Expected 1 space after "+"; 0 found
(#663) Closing brace must be on a line by itself
(#664) Line indented incorrectly; expected 24 spaces, found 13
(#664) Expected "if (...) {\n"; found "if (...) { "
(#664) Variable "Boundaries" must be all lower-case
(#664) Variable "BoxArray" must be all lower-case
(#664) Expected 1 space before "+"; 0 found
(#664) Expected 1 space after "+"; 0 found
(#664) Expected 1 space before "+"; 0 found
(#664) Expected 1 space after "+"; 0 found
(#664) Variable "IconAreaHeight" must be all lower-case
(#664) Expected 1 space before "/"; 0 found
(#664) Expected 1 space after "/"; 0 found
(#664) Variable "Boundaries" must be all lower-case
(#664) Variable "BoxArray" must be all lower-case
(#664) Expected 1 space before "+"; 0 found
(#664) Expected 1 space after "+"; 0 found
(#664) Expected 1 space before "+"; 0 found
(#664) Expected 1 space after "+"; 0 found
(#664) Variable "IconAreaHeight" must be all lower-case
(#664) Expected 1 space before "/"; 0 found
(#664) Expected 1 space after "/"; 0 found
(#664) Line exceeds 132 characters; contains 138 characters
(#664) Closing brace must be on a line by itself
(#666) Line indented incorrectly; expected at least 24 spaces, found 13
(#666) Variable "Width" must be all lower-case
(#666) Variable "BoxArray" must be all lower-case
(#667) Line indented incorrectly; expected 20 spaces, found 12
(#667) Closing brace indented incorrectly; expected 11 spaces, found 12
(#669) Line indented incorrectly; expected at least 20 spaces, found 11
(#669) Variable "vX" must be all lower-case
(#669) Expected 1 space before "="; 0 found
(#669) Expected 1 space after "="; 0 found
(#669) Variable "Width" must be all lower-case
(#669) Expected 1 space before "+"; 0 found
(#669) Expected 1 space after "+"; 0 found
(#669) Variable "XStep" must be all lower-case
(#670) Line indented incorrectly; expected 16 spaces, found 10
(#670) Closing brace indented incorrectly; expected 9 spaces, found 10
(#671) Line indented incorrectly; expected 12 spaces, found 8
(#671) Closing brace indented incorrectly; expected 7 spaces, found 8
(#672) Line indented incorrectly; expected 8 spaces, found 6
(#672) Closing brace indented incorrectly; expected 5 spaces, found 6
(#673) Line indented incorrectly; expected at least 8 spaces, found 5
(#673) Variable "vY" must be all lower-case
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#673) Variable "vY" must be all lower-case
(#673) Expected 1 space before "-"; 0 found
(#673) Expected 1 space after "-"; 0 found
(#673) Variable "YStep" must be all lower-case
(#673) Variable "vX" must be all lower-case
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#673) Variable "vX" must be all lower-case
(#673) Expected 1 space before "-"; 0 found
(#673) Expected 1 space after "-"; 0 found
(#673) Variable "XStep" must be all lower-case
(#675) Line indented incorrectly; expected at least 8 spaces, found 5
(#675) Variable "TopOffset" must be all lower-case
(#675) Variable "Y" must be all lower-case
(#675) Variable "Boundaries" must be all lower-case
(#676) Line indented incorrectly; expected 8 spaces, found 5
(#676) Expected "if (...) {\n"; found "if (...) { "
(#676) Variable "Boundaries" must be all lower-case
(#676) Expected 1 space before "-"; 0 found
(#676) Expected 1 space after "-"; 0 found
(#676) Variable "vY" must be all lower-case
(#676) Expected 1 space before "+"; 0 found
(#676) Expected 1 space after "+"; 0 found
(#676) Variable "IconAreaHeight" must be all lower-case
(#676) Variable "TopOffset" must be all lower-case
(#676) Variable "Boundaries" must be all lower-case
(#676) Variable "vY" must be all lower-case
(#676) Expected 1 space before "+"; 0 found
(#676) Expected 1 space after "+"; 0 found
(#676) Variable "IconAreaHeight" must be all lower-case
(#676) Expected 1 space before "+"; 0 found
(#676) Expected 1 space after "+"; 0 found
(#676) Variable "TopOffset" must be all lower-case
(#676) Closing brace must be on a line by itself
(#678) Line indented incorrectly; expected at least 8 spaces, found 5
(#678) Inline control structures are not allowed
(#678) Variable "Style" must be all lower-case
(#679) Line indented incorrectly; expected at least 8 spaces, found 6
(#679) Variable "Boundaries" must be all lower-case
(#679) Expected 1 space before "-"; 0 found
(#679) Expected 1 space after "-"; 0 found
(#679) Variable "Margin" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Variable "Boundaries" must be all lower-case
(#679) Expected 1 space before "-"; 0 found
(#679) Expected 1 space after "-"; 0 found
(#679) Variable "Margin" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Variable "Boundaries" must be all lower-case
(#679) Expected 1 space before "+"; 0 found
(#679) Expected 1 space after "+"; 0 found
(#679) Variable "Margin" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Variable "Boundaries" must be all lower-case
(#679) Expected 1 space before "+"; 0 found
(#679) Expected 1 space after "+"; 0 found
(#679) Variable "Margin" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Variable "Margin" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Expected 1 space before "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#679) Variable "R" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Expected 1 space before "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#679) Variable "G" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Expected 1 space before "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#679) Variable "B" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Expected 1 space before "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#679) Variable "Alpha" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Expected 1 space before "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#679) Variable "BorderR" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Expected 1 space before "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#679) Variable "BorderG" must be all lower-case
(#679) Commas (,) must be followed by white space.
(#679) Expected 1 space before "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#679) Variable "BorderB" must be all lower-case
(#679) Line exceeds maximum limit of 180 characters; contains 270 characters
(#680) Line indented incorrectly; expected at least 8 spaces, found 5
(#680) Inline control structures are not allowed
(#680) Usage of ELSEIF not allowed; use ELSE IF instead
(#680) Variable "Style" must be all lower-case
(#681) Line indented incorrectly; expected at least 8 spaces, found 6
(#681) Variable "Boundaries" must be all lower-case
(#681) Expected 1 space before "-"; 0 found
(#681) Expected 1 space after "-"; 0 found
(#681) Variable "Margin" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Variable "Boundaries" must be all lower-case
(#681) Expected 1 space before "-"; 0 found
(#681) Expected 1 space after "-"; 0 found
(#681) Variable "Margin" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Variable "Boundaries" must be all lower-case
(#681) Expected 1 space before "+"; 0 found
(#681) Expected 1 space after "+"; 0 found
(#681) Variable "Margin" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Variable "Boundaries" must be all lower-case
(#681) Expected 1 space before "+"; 0 found
(#681) Expected 1 space after "+"; 0 found
(#681) Variable "Margin" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "R" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "G" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "B" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "Alpha" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "BorderR" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "BorderG" must be all lower-case
(#681) Commas (,) must be followed by white space.
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "BorderB" must be all lower-case
(#681) Line exceeds maximum limit of 180 characters; contains 255 characters
(#683) Line indented incorrectly; expected at least 8 spaces, found 5
(#683) Variable "RestoreShadow" must be all lower-case
(#683) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#684) Line indented incorrectly; expected 8 spaces, found 5
(#684) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#684) Variable "Data" must be all lower-case
(#684) Variable "Key" must be all lower-case
(#684) Variable "Series" must be all lower-case
(#685) Line indented incorrectly; expected at least 8 spaces, found 6
(#686) Line indented incorrectly; expected 12 spaces, found 7
(#686) Expected "if (...) {\n"; found "if (...)\n {\n"
(#686) Variable "Series" must be all lower-case
(#686) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#687) Line indented incorrectly; expected at least 12 spaces, found 8
(#688) Line indented incorrectly; expected at least 16 spaces, found 9
(#688) Variable "R" must be all lower-case
(#688) Variable "Series" must be all lower-case
(#688) Variable "G" must be all lower-case
(#688) Variable "Series" must be all lower-case
(#688) Variable "B" must be all lower-case
(#688) Variable "Series" must be all lower-case
(#689) Line indented incorrectly; expected at least 16 spaces, found 9
(#689) Variable "Ticks" must be all lower-case
(#689) Variable "Series" must be all lower-case
(#689) Variable "Weight" must be all lower-case
(#689) Variable "Series" must be all lower-case
(#691) Line indented incorrectly; expected 16 spaces, found 9
(#691) Expected "if (...) {\n"; found "if (...)\n {\n"
(#691) Variable "Series" must be all lower-case
(#692) Line indented incorrectly; expected at least 16 spaces, found 10
(#693) Line indented incorrectly; expected at least 20 spaces, found 11
(#693) Variable "Picture" must be all lower-case
(#693) Variable "Series" must be all lower-case
(#694) Line indented incorrectly; expected at least 20 spaces, found 11
(#694) Variable "PicWidth" must be all lower-case
(#694) Commas (,) must be followed by white space.
(#694) Variable "PicHeight" must be all lower-case
(#694) Variable "Picture" must be all lower-case
(#695) Line indented incorrectly; expected at least 20 spaces, found 11
(#695) Variable "PicX" must be all lower-case
(#695) Variable "X" must be all lower-case
(#695) Expected 1 space before "+"; 0 found
(#695) Expected 1 space after "+"; 0 found
(#695) Variable "IconAreaWidth" must be all lower-case
(#695) Expected 1 space before "/"; 0 found
(#695) Expected 1 space after "/"; 0 found
(#695) Variable "PicY" must be all lower-case
(#695) Variable "Y" must be all lower-case
(#695) Expected 1 space before "+"; 0 found
(#695) Expected 1 space after "+"; 0 found
(#695) Variable "IconAreaHeight" must be all lower-case
(#695) Expected 1 space before "/"; 0 found
(#695) Expected 1 space after "/"; 0 found
(#695) Whitespace found at end of line
(#697) Line indented incorrectly; expected at least 20 spaces, found 11
(#697) Variable "PicX" must be all lower-case
(#697) Expected 1 space before "-"; 0 found
(#697) Expected 1 space after "-"; 0 found
(#697) Variable "PicWidth" must be all lower-case
(#697) Expected 1 space before "/"; 0 found
(#697) Expected 1 space after "/"; 0 found
(#697) Commas (,) must be followed by white space.
(#697) Variable "PicY" must be all lower-case
(#697) Expected 1 space before "-"; 0 found
(#697) Expected 1 space after "-"; 0 found
(#697) Variable "PicHeight" must be all lower-case
(#697) Expected 1 space before "/"; 0 found
(#697) Expected 1 space after "/"; 0 found
(#697) Commas (,) must be followed by white space.
(#697) Variable "Picture" must be all lower-case
(#698) Line indented incorrectly; expected 16 spaces, found 10
(#698) Closing brace indented incorrectly; expected 9 spaces, found 10
(#699) Line indented incorrectly; expected 16 spaces, found 9
(#699) Expected "} else {\n"; found "}\n else\n {\n"
(#700) Line indented incorrectly; expected at least 16 spaces, found 10
(#701) Line indented incorrectly; expected 20 spaces, found 11
(#701) Expected "if (...) {\n"; found "if (...)\n {\n"
(#701) Variable "Family" must be all lower-case
(#702) Line indented incorrectly; expected at least 20 spaces, found 12
(#703) Line indented incorrectly; expected 24 spaces, found 13
(#703) Expected "if (...) {\n"; found "if (...) { "
(#703) Variable "BoxWidth" must be all lower-case
(#703) Variable "IconAreaWidth" must be all lower-case
(#703) Variable "XOffset" must be all lower-case
(#703) Variable "IconAreaWidth" must be all lower-case
(#703) Expected 1 space before "-"; 0 found
(#703) Expected 1 space after "-"; 0 found
(#703) Variable "BoxWidth" must be all lower-case
(#703) Expected 1 space before "/"; 0 found
(#703) Expected 1 space after "/"; 0 found
(#703) Closing brace must be on a line by itself
(#703) Expected "} else {\n"; found "} else { "
(#703) Variable "XOffset" must be all lower-case
(#703) Closing brace must be on a line by itself
(#704) Line indented incorrectly; expected 24 spaces, found 13
(#704) Expected "if (...) {\n"; found "if (...) { "
(#704) Variable "BoxHeight" must be all lower-case
(#704) Variable "IconAreaHeight" must be all lower-case
(#704) Variable "YOffset" must be all lower-case
(#704) Variable "IconAreaHeight" must be all lower-case
(#704) Expected 1 space before "-"; 0 found
(#704) Expected 1 space after "-"; 0 found
(#704) Variable "BoxHeight" must be all lower-case
(#704) Expected 1 space before "/"; 0 found
(#704) Expected 1 space after "/"; 0 found
(#704) Closing brace must be on a line by itself
(#704) Expected "} else {\n"; found "} else { "
(#704) Variable "YOffset" must be all lower-case
(#704) Closing brace must be on a line by itself
(#706) Line indented incorrectly; expected at least 24 spaces, found 13
(#706) Variable "X" must be all lower-case
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Variable "XOffset" must be all lower-case
(#706) Commas (,) must be followed by white space.
(#706) Variable "Y" must be all lower-case
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Variable "YOffset" must be all lower-case
(#706) Commas (,) must be followed by white space.
(#706) Variable "X" must be all lower-case
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Variable "BoxWidth" must be all lower-case
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Variable "XOffset" must be all lower-case
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Commas (,) must be followed by white space.
(#706) Variable "Y" must be all lower-case
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Variable "BoxHeight" must be all lower-case
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Expected 1 space before "+"; 0 found
(#706) Expected 1 space after "+"; 0 found
(#706) Variable "YOffset" must be all lower-case
(#706) Commas (,) must be followed by white space.
(#706) Expected 1 space before "=>"; 0 found
(#706) Expected 1 space after "=>"; 0 found
(#706) Commas (,) must be followed by white space.
(#706) Expected 1 space before "=>"; 0 found
(#706) Expected 1 space after "=>"; 0 found
(#706) Commas (,) must be followed by white space.
(#706) Expected 1 space before "=>"; 0 found
(#706) Expected 1 space after "=>"; 0 found
(#706) Commas (,) must be followed by white space.
(#706) Expected 1 space before "=>"; 0 found
(#706) Expected 1 space after "=>"; 0 found
(#706) Line exceeds 132 characters; contains 172 characters
(#707) Line indented incorrectly; expected at least 24 spaces, found 13
(#707) Variable "X" must be all lower-case
(#707) Expected 1 space before "+"; 0 found
(#707) Expected 1 space after "+"; 0 found
(#707) Variable "XOffset" must be all lower-case
(#707) Commas (,) must be followed by white space.
(#707) Variable "Y" must be all lower-case
(#707) Expected 1 space before "+"; 0 found
(#707) Expected 1 space after "+"; 0 found
(#707) Variable "YOffset" must be all lower-case
(#707) Commas (,) must be followed by white space.
(#707) Variable "X" must be all lower-case
(#707) Expected 1 space before "+"; 0 found
(#707) Expected 1 space after "+"; 0 found
(#707) Variable "BoxWidth" must be all lower-case
(#707) Expected 1 space before "+"; 0 found
(#707) Expected 1 space after "+"; 0 found
(#707) Variable "XOffset" must be all lower-case
(#707) Commas (,) must be followed by white space.
(#707) Variable "Y" must be all lower-case
(#707) Expected 1 space before "+"; 0 found
(#707) Expected 1 space after "+"; 0 found
(#707) Variable "BoxHeight" must be all lower-case
(#707) Expected 1 space before "+"; 0 found
(#707) Expected 1 space after "+"; 0 found
(#707) Variable "YOffset" must be all lower-case
(#707) Commas (,) must be followed by white space.
(#707) Expected 1 space before "=>"; 0 found
(#707) Expected 1 space after "=>"; 0 found
(#707) Variable "R" must be all lower-case
(#707) Commas (,) must be followed by white space.
(#707) Expected 1 space before "=>"; 0 found
(#707) Expected 1 space after "=>"; 0 found
(#707) Variable "G" must be all lower-case
(#707) Commas (,) must be followed by white space.
(#707) Expected 1 space before "=>"; 0 found
(#707) Expected 1 space after "=>"; 0 found
(#707) Variable "B" must be all lower-case
(#707) Commas (,) must be followed by white space.
(#707) Expected 1 space before "=>"; 0 found
(#707) Expected 1 space after "=>"; 0 found
(#707) Line exceeds 132 characters; contains 173 characters
(#708) Line indented incorrectly; expected 20 spaces, found 12
(#708) Closing brace indented incorrectly; expected 11 spaces, found 12
(#709) Line indented incorrectly; expected 20 spaces, found 11
(#709) Usage of ELSEIF not allowed; use ELSE IF instead
(#709) Variable "Family" must be all lower-case
(#710) Line indented incorrectly; expected at least 20 spaces, found 12
(#711) Line indented incorrectly; expected at least 24 spaces, found 13
(#711) Variable "X" must be all lower-case
(#711) Expected 1 space before "+"; 0 found
(#711) Expected 1 space after "+"; 0 found
(#711) Expected 1 space before "+"; 0 found
(#711) Expected 1 space after "+"; 0 found
(#711) Variable "IconAreaWidth" must be all lower-case
(#711) Expected 1 space before "/"; 0 found
(#711) Expected 1 space after "/"; 0 found
(#711) Commas (,) must be followed by white space.
(#711) Variable "Y" must be all lower-case
(#711) Expected 1 space before "+"; 0 found
(#711) Expected 1 space after "+"; 0 found
(#711) Expected 1 space before "+"; 0 found
(#711) Expected 1 space after "+"; 0 found
(#711) Variable "IconAreaHeight" must be all lower-case
(#711) Expected 1 space before "/"; 0 found
(#711) Expected 1 space after "/"; 0 found
(#711) Commas (,) must be followed by white space.
(#711) Variable "IconAreaHeight" must be all lower-case
(#711) Expected 1 space before "/"; 0 found
(#711) Expected 1 space after "/"; 0 found
(#711) Commas (,) must be followed by white space.
(#711) Variable "IconAreaWidth" must be all lower-case
(#711) Expected 1 space before "/"; 0 found
(#711) Expected 1 space after "/"; 0 found
(#711) Commas (,) must be followed by white space.
(#711) Expected 1 space before "=>"; 0 found
(#711) Expected 1 space after "=>"; 0 found
(#711) Commas (,) must be followed by white space.
(#711) Expected 1 space before "=>"; 0 found
(#711) Expected 1 space after "=>"; 0 found
(#711) Commas (,) must be followed by white space.
(#711) Expected 1 space before "=>"; 0 found
(#711) Expected 1 space after "=>"; 0 found
(#711) Commas (,) must be followed by white space.
(#711) Expected 1 space before "=>"; 0 found
(#711) Expected 1 space after "=>"; 0 found
(#711) Line exceeds 132 characters; contains 177 characters
(#712) Line indented incorrectly; expected at least 24 spaces, found 13
(#712) Variable "X" must be all lower-case
(#712) Expected 1 space before "+"; 0 found
(#712) Expected 1 space after "+"; 0 found
(#712) Variable "IconAreaWidth" must be all lower-case
(#712) Expected 1 space before "/"; 0 found
(#712) Expected 1 space after "/"; 0 found
(#712) Commas (,) must be followed by white space.
(#712) Variable "Y" must be all lower-case
(#712) Expected 1 space before "+"; 0 found
(#712) Expected 1 space after "+"; 0 found
(#712) Variable "IconAreaHeight" must be all lower-case
(#712) Expected 1 space before "/"; 0 found
(#712) Expected 1 space after "/"; 0 found
(#712) Commas (,) must be followed by white space.
(#712) Variable "IconAreaHeight" must be all lower-case
(#712) Expected 1 space before "/"; 0 found
(#712) Expected 1 space after "/"; 0 found
(#712) Commas (,) must be followed by white space.
(#712) Variable "IconAreaWidth" must be all lower-case
(#712) Expected 1 space before "/"; 0 found
(#712) Expected 1 space after "/"; 0 found
(#712) Commas (,) must be followed by white space.
(#712) Expected 1 space before "=>"; 0 found
(#712) Expected 1 space after "=>"; 0 found
(#712) Variable "R" must be all lower-case
(#712) Commas (,) must be followed by white space.
(#712) Expected 1 space before "=>"; 0 found
(#712) Expected 1 space after "=>"; 0 found
(#712) Variable "G" must be all lower-case
(#712) Commas (,) must be followed by white space.
(#712) Expected 1 space before "=>"; 0 found
(#712) Expected 1 space after "=>"; 0 found
(#712) Variable "B" must be all lower-case
(#712) Commas (,) must be followed by white space.
(#712) Expected 1 space before "=>"; 0 found
(#712) Expected 1 space after "=>"; 0 found
(#712) Line exceeds maximum limit of 180 characters; contains 182 characters
(#713) Line indented incorrectly; expected 20 spaces, found 12
(#713) Closing brace indented incorrectly; expected 11 spaces, found 12
(#714) Line indented incorrectly; expected 20 spaces, found 11
(#714) Usage of ELSEIF not allowed; use ELSE IF instead
(#714) Variable "Family" must be all lower-case
(#715) Line indented incorrectly; expected at least 20 spaces, found 12
(#716) Line indented incorrectly; expected at least 24 spaces, found 13
(#716) Variable "X" must be all lower-case
(#716) Expected 1 space before "+"; 0 found
(#716) Expected 1 space after "+"; 0 found
(#716) Commas (,) must be followed by white space.
(#716) Variable "Y" must be all lower-case
(#716) Expected 1 space before "+"; 0 found
(#716) Expected 1 space after "+"; 0 found
(#716) Expected 1 space before "+"; 0 found
(#716) Expected 1 space after "+"; 0 found
(#716) Variable "IconAreaHeight" must be all lower-case
(#716) Expected 1 space before "/"; 0 found
(#716) Expected 1 space after "/"; 0 found
(#716) Commas (,) must be followed by white space.
(#716) Variable "X" must be all lower-case
(#716) Expected 1 space before "+"; 0 found
(#716) Expected 1 space after "+"; 0 found
(#716) Expected 1 space before "+"; 0 found
(#716) Expected 1 space after "+"; 0 found
(#716) Variable "IconAreaWidth" must be all lower-case
(#716) Commas (,) must be followed by white space.
(#716) Variable "Y" must be all lower-case
(#716) Expected 1 space before "+"; 0 found
(#716) Expected 1 space after "+"; 0 found
(#716) Expected 1 space before "+"; 0 found
(#716) Expected 1 space after "+"; 0 found
(#716) Variable "IconAreaHeight" must be all lower-case
(#716) Expected 1 space before "/"; 0 found
(#716) Expected 1 space after "/"; 0 found
(#716) Commas (,) must be followed by white space.
(#716) Expected 1 space before "=>"; 0 found
(#716) Expected 1 space after "=>"; 0 found
(#716) Commas (,) must be followed by white space.
(#716) Expected 1 space before "=>"; 0 found
(#716) Expected 1 space after "=>"; 0 found
(#716) Commas (,) must be followed by white space.
(#716) Expected 1 space before "=>"; 0 found
(#716) Expected 1 space after "=>"; 0 found
(#716) Commas (,) must be followed by white space.
(#716) Expected 1 space before "=>"; 0 found
(#716) Expected 1 space after "=>"; 0 found
(#716) Commas (,) must be followed by white space.
(#716) Expected 1 space before "=>"; 0 found
(#716) Expected 1 space after "=>"; 0 found
(#716) Variable "Ticks" must be all lower-case
(#716) Commas (,) must be followed by white space.
(#716) Expected 1 space before "=>"; 0 found
(#716) Expected 1 space after "=>"; 0 found
(#716) Variable "Weight" must be all lower-case
(#716) Line exceeds maximum limit of 180 characters; contains 189 characters
(#717) Line indented incorrectly; expected at least 24 spaces, found 13
(#717) Variable "X" must be all lower-case
(#717) Commas (,) must be followed by white space.
(#717) Variable "Y" must be all lower-case
(#717) Expected 1 space before "+"; 0 found
(#717) Expected 1 space after "+"; 0 found
(#717) Variable "IconAreaHeight" must be all lower-case
(#717) Expected 1 space before "/"; 0 found
(#717) Expected 1 space after "/"; 0 found
(#717) Commas (,) must be followed by white space.
(#717) Variable "X" must be all lower-case
(#717) Expected 1 space before "+"; 0 found
(#717) Expected 1 space after "+"; 0 found
(#717) Variable "IconAreaWidth" must be all lower-case
(#717) Commas (,) must be followed by white space.
(#717) Variable "Y" must be all lower-case
(#717) Expected 1 space before "+"; 0 found
(#717) Expected 1 space after "+"; 0 found
(#717) Variable "IconAreaHeight" must be all lower-case
(#717) Expected 1 space before "/"; 0 found
(#717) Expected 1 space after "/"; 0 found
(#717) Commas (,) must be followed by white space.
(#717) Expected 1 space before "=>"; 0 found
(#717) Expected 1 space after "=>"; 0 found
(#717) Variable "R" must be all lower-case
(#717) Commas (,) must be followed by white space.
(#717) Expected 1 space before "=>"; 0 found
(#717) Expected 1 space after "=>"; 0 found
(#717) Variable "G" must be all lower-case
(#717) Commas (,) must be followed by white space.
(#717) Expected 1 space before "=>"; 0 found
(#717) Expected 1 space after "=>"; 0 found
(#717) Variable "B" must be all lower-case
(#717) Commas (,) must be followed by white space.
(#717) Expected 1 space before "=>"; 0 found
(#717) Expected 1 space after "=>"; 0 found
(#717) Variable "Ticks" must be all lower-case
(#717) Commas (,) must be followed by white space.
(#717) Expected 1 space before "=>"; 0 found
(#717) Expected 1 space after "=>"; 0 found
(#717) Variable "Weight" must be all lower-case
(#717) Line exceeds 132 characters; contains 172 characters
(#718) Line indented incorrectly; expected 20 spaces, found 12
(#718) Closing brace indented incorrectly; expected 11 spaces, found 12
(#719) Line indented incorrectly; expected 16 spaces, found 10
(#719) Closing brace indented incorrectly; expected 9 spaces, found 10
(#721) Line indented incorrectly; expected 16 spaces, found 9
(#721) Expected "if (...) {\n"; found "if (...)\n {\n"
(#721) Variable "Mode" must be all lower-case
(#722) Line indented incorrectly; expected at least 16 spaces, found 10
(#723) Line indented incorrectly; expected at least 20 spaces, found 11
(#723) Variable "Lines" must be all lower-case
(#723) Commas (,) must be followed by white space.
(#723) Variable "Series" must be all lower-case
(#724) Line indented incorrectly; expected at least 20 spaces, found 11
(#724) Inline control structures are not allowed
(#724) Variable "Lines" must be all lower-case
(#724) Variable "Key" must be all lower-case
(#724) Variable "Value" must be all lower-case
(#725) Line indented incorrectly; expected at least 20 spaces, found 12
(#725) Variable "X" must be all lower-case
(#725) Expected 1 space before "+"; 0 found
(#725) Expected 1 space after "+"; 0 found
(#725) Variable "IconAreaWidth" must be all lower-case
(#725) Expected 1 space before "+"; 0 found
(#725) Expected 1 space after "+"; 0 found
(#725) Commas (,) must be followed by white space.
(#725) Variable "Y" must be all lower-case
(#725) Expected 1 space before "+"; 0 found
(#725) Expected 1 space after "+"; 0 found
(#725) Variable "IconAreaHeight" must be all lower-case
(#725) Expected 1 space before "/"; 0 found
(#725) Expected 1 space after "/"; 0 found
(#725) Expected 1 space before "+"; 0 found
(#725) Expected 1 space after "+"; 0 found
(#725) Expected 1 space before "+"; 0 found
(#725) Expected 1 space after "+"; 0 found
(#725) Expected 1 space before "*"; 0 found
(#725) Expected 1 space after "*"; 0 found
(#725) Variable "Key" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Variable "Value" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#725) Variable "FontR" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#725) Variable "FontG" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#725) Variable "FontB" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#725) Line exceeds maximum limit of 180 characters; contains 206 characters
(#727) Line indented incorrectly; expected at least 20 spaces, found 11
(#727) Variable "Y" must be all lower-case
(#727) Expected 1 space before "="; 0 found
(#727) Expected 1 space after "="; 0 found
(#727) Variable "Y" must be all lower-case
(#727) Expected 1 space before "+"; 0 found
(#727) Expected 1 space after "+"; 0 found
(#727) Expected 1 space before "*"; 0 found
(#727) Expected 1 space after "*"; 0 found
(#727) Variable "Lines" must be all lower-case
(#727) Commas (,) must be followed by white space.
(#727) Variable "IconAreaHeight" must be all lower-case
(#728) Line indented incorrectly; expected 16 spaces, found 10
(#728) Closing brace indented incorrectly; expected 9 spaces, found 10
(#729) Line indented incorrectly; expected 16 spaces, found 9
(#729) Usage of ELSEIF not allowed; use ELSE IF instead
(#729) Variable "Mode" must be all lower-case
(#730) Line indented incorrectly; expected at least 16 spaces, found 10
(#731) Line indented incorrectly; expected at least 20 spaces, found 11
(#731) Variable "Lines" must be all lower-case
(#731) Commas (,) must be followed by white space.
(#731) Variable "Series" must be all lower-case
(#732) Line indented incorrectly; expected at least 20 spaces, found 11
(#732) Variable "Width" must be all lower-case
(#733) Line indented incorrectly; expected 20 spaces, found 11
(#733) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#733) Variable "Lines" must be all lower-case
(#733) Variable "Key" must be all lower-case
(#733) Variable "Value" must be all lower-case
(#734) Line indented incorrectly; expected at least 20 spaces, found 12
(#735) Line indented incorrectly; expected at least 24 spaces, found 13
(#735) Variable "BoxArray" must be all lower-case
(#735) Variable "X" must be all lower-case
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Variable "IconAreaWidth" must be all lower-case
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Commas (,) must be followed by white space.
(#735) Variable "Y" must be all lower-case
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Variable "IconAreaHeight" must be all lower-case
(#735) Expected 1 space before "/"; 0 found
(#735) Expected 1 space after "/"; 0 found
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Expected 1 space before "+"; 0 found
(#735) Expected 1 space after "+"; 0 found
(#735) Expected 1 space before "*"; 0 found
(#735) Expected 1 space after "*"; 0 found
(#735) Variable "Key" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Variable "Value" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Expected 1 space before "=>"; 0 found
(#735) Expected 1 space after "=>"; 0 found
(#735) Variable "FontR" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Expected 1 space before "=>"; 0 found
(#735) Expected 1 space after "=>"; 0 found
(#735) Variable "FontG" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Expected 1 space before "=>"; 0 found
(#735) Expected 1 space after "=>"; 0 found
(#735) Variable "FontB" must be all lower-case
(#735) Commas (,) must be followed by white space.
(#735) Expected 1 space before "=>"; 0 found
(#735) Expected 1 space after "=>"; 0 found
(#735) Line exceeds maximum limit of 180 characters; contains 219 characters
(#736) Line indented incorrectly; expected at least 24 spaces, found 13
(#736) Variable "Width" must be all lower-case
(#736) Variable "BoxArray" must be all lower-case
(#737) Line indented incorrectly; expected 20 spaces, found 12
(#737) Closing brace indented incorrectly; expected 11 spaces, found 12
(#738) Line indented incorrectly; expected at least 20 spaces, found 11
(#738) Variable "X" must be all lower-case
(#738) Expected 1 space before "="; 0 found
(#738) Expected 1 space after "="; 0 found
(#738) Variable "Width" must be all lower-case
(#738) Expected 1 space before "+"; 0 found
(#738) Expected 1 space after "+"; 0 found
(#738) Expected 1 space before "+"; 0 found
(#738) Expected 1 space after "+"; 0 found
(#738) Variable "XStep" must be all lower-case
(#739) Line indented incorrectly; expected 16 spaces, found 10
(#739) Closing brace indented incorrectly; expected 9 spaces, found 10
(#740) Line indented incorrectly; expected 12 spaces, found 8
(#740) Closing brace indented incorrectly; expected 7 spaces, found 8
(#741) Line indented incorrectly; expected 8 spaces, found 6
(#741) Closing brace indented incorrectly; expected 5 spaces, found 6
(#743) Line indented incorrectly; expected at least 8 spaces, found 5
(#743) Variable "RestoreShadow" must be all lower-case
(#744) Closing brace indented incorrectly; expected 3 spaces, found 4
(#746) Line indented incorrectly; expected at least 4 spaces, found 3
(#747) Line indented incorrectly; expected 4 spaces, found 3
(#747) method name "pScatter::getScatterLegendSize" must be in lower-case letters only
(#747) Visibility must be declared on method "getScatterLegendSize"
(#747) Variable "Format" must be all lower-case
(#748) Opening brace should be on the same line as the declaration
(#749) Line indented incorrectly; expected at least 8 spaces, found 5
(#749) Variable "FontName" must be all lower-case
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Variable "Format" must be all lower-case
(#749) Variable "Format" must be all lower-case
(#750) Line indented incorrectly; expected at least 8 spaces, found 5
(#750) Variable "FontSize" must be all lower-case
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Variable "Format" must be all lower-case
(#750) Variable "Format" must be all lower-case
(#751) Line indented incorrectly; expected at least 8 spaces, found 5
(#751) Variable "BoxSize" must be all lower-case
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Variable "Format" must be all lower-case
(#751) Variable "Format" must be all lower-case
(#752) Line indented incorrectly; expected at least 8 spaces, found 5
(#752) Variable "Margin" must be all lower-case
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Variable "Format" must be all lower-case
(#752) Variable "Format" must be all lower-case
(#753) Line indented incorrectly; expected at least 8 spaces, found 5
(#753) Variable "Style" must be all lower-case
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Variable "Format" must be all lower-case
(#753) Variable "Format" must be all lower-case
(#754) Line indented incorrectly; expected at least 8 spaces, found 5
(#754) Variable "Mode" must be all lower-case
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Variable "Format" must be all lower-case
(#754) Variable "Format" must be all lower-case
(#756) Line indented incorrectly; expected at least 8 spaces, found 5
(#756) Variable "YStep" must be all lower-case
(#756) Commas (,) must be followed by white space.
(#756) Variable "BoxSize" must be all lower-case
(#757) Line indented incorrectly; expected at least 8 spaces, found 5
(#757) Variable "XStep" must be all lower-case
(#757) Variable "BoxSize" must be all lower-case
(#759) Line indented incorrectly; expected at least 8 spaces, found 5
(#759) Variable "X" must be all lower-case
(#759) Expected 1 space before "="; 0 found
(#759) Expected 1 space after "="; 0 found
(#759) Variable "Y" must be all lower-case
(#759) Expected 1 space before "="; 0 found
(#759) Expected 1 space after "="; 0 found
(#761) Line indented incorrectly; expected at least 8 spaces, found 5
(#761) Variable "Data" must be all lower-case
(#763) Line indented incorrectly; expected 8 spaces, found 5
(#763) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#763) Variable "Data" must be all lower-case
(#763) Variable "Key" must be all lower-case
(#763) Variable "Series" must be all lower-case
(#764) Line indented incorrectly; expected at least 8 spaces, found 6
(#765) Line indented incorrectly; expected 12 spaces, found 7
(#765) Expected "if (...) {\n"; found "if (...)\n {\n"
(#765) Variable "Series" must be all lower-case
(#765) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#765) Variable "Series" must be all lower-case
(#766) Line indented incorrectly; expected at least 12 spaces, found 8
(#767) Line indented incorrectly; expected at least 16 spaces, found 9
(#767) Variable "PicWidth" must be all lower-case
(#767) Commas (,) must be followed by white space.
(#767) Variable "PicHeight" must be all lower-case
(#767) Variable "Series" must be all lower-case
(#768) Line indented incorrectly; expected 16 spaces, found 9
(#768) Expected "if (...) {\n"; found "if (...) { "
(#768) Variable "IconAreaWidth" must be all lower-case
(#768) Variable "PicWidth" must be all lower-case
(#768) Variable "IconAreaWidth" must be all lower-case
(#768) Variable "PicWidth" must be all lower-case
(#768) Closing brace must be on a line by itself
(#769) Line indented incorrectly; expected 16 spaces, found 9
(#769) Expected "if (...) {\n"; found "if (...) { "
(#769) Variable "IconAreaHeight" must be all lower-case
(#769) Variable "PicHeight" must be all lower-case
(#769) Variable "IconAreaHeight" must be all lower-case
(#769) Variable "PicHeight" must be all lower-case
(#769) Closing brace must be on a line by itself
(#770) Line indented incorrectly; expected 12 spaces, found 8
(#770) Closing brace indented incorrectly; expected 7 spaces, found 8
(#771) Line indented incorrectly; expected 8 spaces, found 6
(#771) Closing brace indented incorrectly; expected 5 spaces, found 6
(#773) Line indented incorrectly; expected at least 8 spaces, found 5
(#773) Variable "YStep" must be all lower-case
(#773) Commas (,) must be followed by white space.
(#773) Variable "IconAreaHeight" must be all lower-case
(#774) Line indented incorrectly; expected at least 8 spaces, found 5
(#774) Variable "XStep" must be all lower-case
(#774) Variable "IconAreaWidth" must be all lower-case
(#775) Line indented incorrectly; expected at least 8 spaces, found 5
(#775) Variable "XStep" must be all lower-case
(#775) Variable "XSpacing" must be all lower-case
(#777) Line indented incorrectly; expected at least 8 spaces, found 5
(#777) Variable "Boundaries" must be all lower-case
(#777) Variable "Boundaries" must be all lower-case
(#777) Variable "X" must be all lower-case
(#777) Variable "Boundaries" must be all lower-case
(#777) Variable "Y" must be all lower-case
(#777) Variable "Boundaries" must be all lower-case
(#777) Variable "Boundaries" must be all lower-case
(#777) Variable "vY" must be all lower-case
(#777) Variable "Y" must be all lower-case
(#777) Variable "vX" must be all lower-case
(#777) Variable "X" must be all lower-case
(#778) Line indented incorrectly; expected 8 spaces, found 5
(#778) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#778) Variable "Data" must be all lower-case
(#778) Variable "Key" must be all lower-case
(#778) Variable "Series" must be all lower-case
(#779) Line indented incorrectly; expected at least 8 spaces, found 6
(#780) Line indented incorrectly; expected 12 spaces, found 7
(#780) Expected "if (...) {\n"; found "if (...)\n {\n"
(#780) Variable "Series" must be all lower-case
(#780) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#781) Line indented incorrectly; expected at least 12 spaces, found 8
(#782) Line indented incorrectly; expected 16 spaces, found 9
(#782) Expected "if (...) {\n"; found "if (...)\n {\n"
(#782) Variable "Mode" must be all lower-case
(#783) Line indented incorrectly; expected at least 16 spaces, found 10
(#784) Line indented incorrectly; expected at least 20 spaces, found 11
(#784) Variable "BoxArray" must be all lower-case
(#784) Variable "vX" must be all lower-case
(#784) Expected 1 space before "+"; 0 found
(#784) Expected 1 space after "+"; 0 found
(#784) Variable "IconAreaWidth" must be all lower-case
(#784) Expected 1 space before "+"; 0 found
(#784) Expected 1 space after "+"; 0 found
(#784) Commas (,) must be followed by white space.
(#784) Variable "vY" must be all lower-case
(#784) Expected 1 space before "+"; 0 found
(#784) Expected 1 space after "+"; 0 found
(#784) Variable "IconAreaHeight" must be all lower-case
(#784) Expected 1 space before "/"; 0 found
(#784) Expected 1 space after "/"; 0 found
(#784) Commas (,) must be followed by white space.
(#784) Variable "FontName" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Variable "FontSize" must be all lower-case
(#784) Commas (,) must be followed by white space.
(#784) Commas (,) must be followed by white space.
(#784) Variable "Series" must be all lower-case
(#784) Line exceeds 132 characters; contains 144 characters
(#786) Line indented incorrectly; expected 20 spaces, found 11
(#786) Expected "if (...) {\n"; found "if (...) { "
(#786) Variable "Boundaries" must be all lower-case
(#786) Variable "BoxArray" must be all lower-case
(#786) Expected 1 space before "+"; 0 found
(#786) Expected 1 space after "+"; 0 found
(#786) Variable "IconAreaHeight" must be all lower-case
(#786) Expected 1 space before "/"; 0 found
(#786) Expected 1 space after "/"; 0 found
(#786) Variable "Boundaries" must be all lower-case
(#786) Variable "BoxArray" must be all lower-case
(#786) Expected 1 space before "+"; 0 found
(#786) Expected 1 space after "+"; 0 found
(#786) Variable "IconAreaHeight" must be all lower-case
(#786) Expected 1 space before "/"; 0 found
(#786) Expected 1 space after "/"; 0 found
(#786) Closing brace must be on a line by itself
(#787) Line indented incorrectly; expected 20 spaces, found 11
(#787) Expected "if (...) {\n"; found "if (...) { "
(#787) Variable "Boundaries" must be all lower-case
(#787) Variable "BoxArray" must be all lower-case
(#787) Expected 1 space before "+"; 0 found
(#787) Expected 1 space after "+"; 0 found
(#787) Variable "Boundaries" must be all lower-case
(#787) Variable "BoxArray" must be all lower-case
(#787) Expected 1 space before "+"; 0 found
(#787) Expected 1 space after "+"; 0 found
(#787) Closing brace must be on a line by itself
(#788) Line indented incorrectly; expected 20 spaces, found 11
(#788) Expected "if (...) {\n"; found "if (...) { "
(#788) Variable "Boundaries" must be all lower-case
(#788) Variable "BoxArray" must be all lower-case
(#788) Expected 1 space before "+"; 0 found
(#788) Expected 1 space after "+"; 0 found
(#788) Expected 1 space before "+"; 0 found
(#788) Expected 1 space after "+"; 0 found
(#788) Variable "IconAreaHeight" must be all lower-case
(#788) Expected 1 space before "/"; 0 found
(#788) Expected 1 space after "/"; 0 found
(#788) Variable "Boundaries" must be all lower-case
(#788) Variable "BoxArray" must be all lower-case
(#788) Expected 1 space before "+"; 0 found
(#788) Expected 1 space after "+"; 0 found
(#788) Expected 1 space before "+"; 0 found
(#788) Expected 1 space after "+"; 0 found
(#788) Variable "IconAreaHeight" must be all lower-case
(#788) Expected 1 space before "/"; 0 found
(#788) Expected 1 space after "/"; 0 found
(#788) Line exceeds 132 characters; contains 136 characters
(#788) Closing brace must be on a line by itself
(#790) Line indented incorrectly; expected at least 20 spaces, found 11
(#790) Variable "Lines" must be all lower-case
(#790) Commas (,) must be followed by white space.
(#790) Variable "Series" must be all lower-case
(#791) Line indented incorrectly; expected at least 20 spaces, found 11
(#791) Variable "vY" must be all lower-case
(#791) Variable "vY" must be all lower-case
(#791) Expected 1 space before "*"; 0 found
(#791) Expected 1 space after "*"; 0 found
(#791) Variable "Lines" must be all lower-case
(#791) Commas (,) must be followed by white space.
(#791) Variable "IconAreaHeight" must be all lower-case
(#792) Line indented incorrectly; expected 16 spaces, found 10
(#792) Closing brace indented incorrectly; expected 9 spaces, found 10
(#793) Line indented incorrectly; expected 16 spaces, found 9
(#793) Usage of ELSEIF not allowed; use ELSE IF instead
(#793) Variable "Mode" must be all lower-case
(#794) Line indented incorrectly; expected at least 16 spaces, found 10
(#795) Line indented incorrectly; expected at least 20 spaces, found 11
(#795) Variable "Lines" must be all lower-case
(#795) Commas (,) must be followed by white space.
(#795) Variable "Series" must be all lower-case
(#796) Line indented incorrectly; expected at least 20 spaces, found 11
(#796) Variable "Width" must be all lower-case
(#797) Line indented incorrectly; expected 20 spaces, found 11
(#797) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#797) Variable "Lines" must be all lower-case
(#797) Variable "Key" must be all lower-case
(#797) Variable "Value" must be all lower-case
(#798) Line indented incorrectly; expected at least 20 spaces, found 12
(#799) Line indented incorrectly; expected at least 24 spaces, found 13
(#799) Variable "BoxArray" must be all lower-case
(#799) Variable "vX" must be all lower-case
(#799) Expected 1 space before "+"; 0 found
(#799) Expected 1 space after "+"; 0 found
(#799) Variable "IconAreaWidth" must be all lower-case
(#799) Expected 1 space before "+"; 0 found
(#799) Expected 1 space after "+"; 0 found
(#799) Commas (,) must be followed by white space.
(#799) Variable "Y" must be all lower-case
(#799) Expected 1 space before "+"; 0 found
(#799) Expected 1 space after "+"; 0 found
(#799) Variable "IconAreaHeight" must be all lower-case
(#799) Expected 1 space before "/"; 0 found
(#799) Expected 1 space after "/"; 0 found
(#799) Expected 1 space before "+"; 0 found
(#799) Expected 1 space after "+"; 0 found
(#799) Expected 1 space before "+"; 0 found
(#799) Expected 1 space after "+"; 0 found
(#799) Expected 1 space before "*"; 0 found
(#799) Expected 1 space after "*"; 0 found
(#799) Variable "Key" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "FontName" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Variable "FontSize" must be all lower-case
(#799) Commas (,) must be followed by white space.
(#799) Commas (,) must be followed by white space.
(#799) Variable "Value" must be all lower-case
(#799) Line exceeds 132 characters; contains 170 characters
(#801) Line indented incorrectly; expected 24 spaces, found 13
(#801) Expected "if (...) {\n"; found "if (...) { "
(#801) Variable "Boundaries" must be all lower-case
(#801) Variable "BoxArray" must be all lower-case
(#801) Expected 1 space before "+"; 0 found
(#801) Expected 1 space after "+"; 0 found
(#801) Variable "IconAreaHeight" must be all lower-case
(#801) Expected 1 space before "/"; 0 found
(#801) Expected 1 space after "/"; 0 found
(#801) Variable "Boundaries" must be all lower-case
(#801) Variable "BoxArray" must be all lower-case
(#801) Expected 1 space before "+"; 0 found
(#801) Expected 1 space after "+"; 0 found
(#801) Variable "IconAreaHeight" must be all lower-case
(#801) Expected 1 space before "/"; 0 found
(#801) Expected 1 space after "/"; 0 found
(#801) Line exceeds 132 characters; contains 134 characters
(#801) Closing brace must be on a line by itself
(#802) Line indented incorrectly; expected 24 spaces, found 13
(#802) Expected "if (...) {\n"; found "if (...) { "
(#802) Variable "Boundaries" must be all lower-case
(#802) Variable "BoxArray" must be all lower-case
(#802) Expected 1 space before "+"; 0 found
(#802) Expected 1 space after "+"; 0 found
(#802) Variable "Boundaries" must be all lower-case
(#802) Variable "BoxArray" must be all lower-case
(#802) Expected 1 space before "+"; 0 found
(#802) Expected 1 space after "+"; 0 found
(#802) Closing brace must be on a line by itself
(#803) Line indented incorrectly; expected 24 spaces, found 13
(#803) Expected "if (...) {\n"; found "if (...) { "
(#803) Variable "Boundaries" must be all lower-case
(#803) Variable "BoxArray" must be all lower-case
(#803) Expected 1 space before "+"; 0 found
(#803) Expected 1 space after "+"; 0 found
(#803) Expected 1 space before "+"; 0 found
(#803) Expected 1 space after "+"; 0 found
(#803) Variable "IconAreaHeight" must be all lower-case
(#803) Expected 1 space before "/"; 0 found
(#803) Expected 1 space after "/"; 0 found
(#803) Variable "Boundaries" must be all lower-case
(#803) Variable "BoxArray" must be all lower-case
(#803) Expected 1 space before "+"; 0 found
(#803) Expected 1 space after "+"; 0 found
(#803) Expected 1 space before "+"; 0 found
(#803) Expected 1 space after "+"; 0 found
(#803) Variable "IconAreaHeight" must be all lower-case
(#803) Expected 1 space before "/"; 0 found
(#803) Expected 1 space after "/"; 0 found
(#803) Line exceeds 132 characters; contains 138 characters
(#803) Closing brace must be on a line by itself
(#805) Line indented incorrectly; expected at least 24 spaces, found 13
(#805) Variable "Width" must be all lower-case
(#805) Variable "BoxArray" must be all lower-case
(#806) Line indented incorrectly; expected 20 spaces, found 12
(#806) Closing brace indented incorrectly; expected 11 spaces, found 12
(#808) Line indented incorrectly; expected at least 20 spaces, found 11
(#808) Variable "vX" must be all lower-case
(#808) Expected 1 space before "="; 0 found
(#808) Expected 1 space after "="; 0 found
(#808) Variable "Width" must be all lower-case
(#808) Expected 1 space before "+"; 0 found
(#808) Expected 1 space after "+"; 0 found
(#808) Variable "XStep" must be all lower-case
(#809) Line indented incorrectly; expected 16 spaces, found 10
(#809) Closing brace indented incorrectly; expected 9 spaces, found 10
(#810) Line indented incorrectly; expected 12 spaces, found 8
(#810) Closing brace indented incorrectly; expected 7 spaces, found 8
(#811) Line indented incorrectly; expected 8 spaces, found 6
(#811) Closing brace indented incorrectly; expected 5 spaces, found 6
(#812) Line indented incorrectly; expected at least 8 spaces, found 5
(#812) Variable "vY" must be all lower-case
(#812) Expected 1 space before "="; 0 found
(#812) Expected 1 space after "="; 0 found
(#812) Variable "vY" must be all lower-case
(#812) Expected 1 space before "-"; 0 found
(#812) Expected 1 space after "-"; 0 found
(#812) Variable "YStep" must be all lower-case
(#812) Variable "vX" must be all lower-case
(#812) Expected 1 space before "="; 0 found
(#812) Expected 1 space after "="; 0 found
(#812) Variable "vX" must be all lower-case
(#812) Expected 1 space before "-"; 0 found
(#812) Expected 1 space after "-"; 0 found
(#812) Variable "XStep" must be all lower-case
(#814) Line indented incorrectly; expected at least 8 spaces, found 5
(#814) Variable "TopOffset" must be all lower-case
(#814) Variable "Y" must be all lower-case
(#814) Variable "Boundaries" must be all lower-case
(#815) Line indented incorrectly; expected 8 spaces, found 5
(#815) Expected "if (...) {\n"; found "if (...) { "
(#815) Variable "Boundaries" must be all lower-case
(#815) Expected 1 space before "-"; 0 found
(#815) Expected 1 space after "-"; 0 found
(#815) Variable "vY" must be all lower-case
(#815) Expected 1 space before "+"; 0 found
(#815) Expected 1 space after "+"; 0 found
(#815) Variable "BoxSize" must be all lower-case
(#815) Variable "TopOffset" must be all lower-case
(#815) Variable "Boundaries" must be all lower-case
(#815) Variable "vY" must be all lower-case
(#815) Expected 1 space before "+"; 0 found
(#815) Expected 1 space after "+"; 0 found
(#815) Variable "BoxSize" must be all lower-case
(#815) Expected 1 space before "+"; 0 found
(#815) Expected 1 space after "+"; 0 found
(#815) Variable "TopOffset" must be all lower-case
(#815) Closing brace must be on a line by itself
(#817) Line indented incorrectly; expected at least 8 spaces, found 5
(#817) Variable "Width" must be all lower-case
(#817) Variable "Boundaries" must be all lower-case
(#817) Expected 1 space before "+"; 0 found
(#817) Expected 1 space after "+"; 0 found
(#817) Variable "Margin" must be all lower-case
(#817) Variable "Boundaries" must be all lower-case
(#817) Expected 1 space before "-"; 0 found
(#817) Expected 1 space after "-"; 0 found
(#817) Variable "Margin" must be all lower-case
(#818) Line indented incorrectly; expected at least 8 spaces, found 5
(#818) Variable "Height" must be all lower-case
(#818) Variable "Boundaries" must be all lower-case
(#818) Expected 1 space before "+"; 0 found
(#818) Expected 1 space after "+"; 0 found
(#818) Variable "Margin" must be all lower-case
(#818) Variable "Boundaries" must be all lower-case
(#818) Expected 1 space before "-"; 0 found
(#818) Expected 1 space after "-"; 0 found
(#818) Variable "Margin" must be all lower-case
(#820) Line indented incorrectly; expected at least 8 spaces, found 5
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#820) Variable "Width" must be all lower-case
(#820) Commas (,) must be followed by white space.
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#820) Variable "Height" must be all lower-case
(#821) Closing brace indented incorrectly; expected 3 spaces, found 4
(#823) Line indented incorrectly; expected at least 4 spaces, found 3
(#824) Line indented incorrectly; expected 4 spaces, found 3
(#824) method name "pScatter::drawScatterBestFit" must be in lower-case letters only
(#824) Visibility must be declared on method "drawScatterBestFit"
(#824) Variable "Format" must be all lower-case
(#825) Opening brace should be on the same line as the declaration
(#826) Line indented incorrectly; expected at least 8 spaces, found 5
(#826) Variable "Ticks" must be all lower-case
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Variable "Format" must be all lower-case
(#826) Variable "Format" must be all lower-case
(#828) Line indented incorrectly; expected at least 8 spaces, found 5
(#828) Variable "Data" must be all lower-case
(#830) Line indented incorrectly; expected 8 spaces, found 5
(#830) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#830) Variable "Data" must be all lower-case
(#830) Variable "Key" must be all lower-case
(#830) Variable "Series" must be all lower-case
(#831) Line indented incorrectly; expected at least 8 spaces, found 6
(#832) Line indented incorrectly; expected 12 spaces, found 7
(#832) Expected "if (...) {\n"; found "if (...)\n {\n"
(#832) Variable "Series" must be all lower-case
(#832) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#833) Line indented incorrectly; expected at least 12 spaces, found 8
(#834) Line indented incorrectly; expected at least 16 spaces, found 9
(#834) Variable "SerieX" must be all lower-case
(#834) Variable "Series" must be all lower-case
(#834) Variable "SerieValuesX" must be all lower-case
(#834) Variable "Data" must be all lower-case
(#834) Variable "SerieX" must be all lower-case
(#834) Variable "SerieXAxis" must be all lower-case
(#834) Variable "Data" must be all lower-case
(#834) Variable "SerieX" must be all lower-case
(#835) Line indented incorrectly; expected at least 16 spaces, found 9
(#835) Variable "SerieY" must be all lower-case
(#835) Variable "Series" must be all lower-case
(#835) Variable "SerieValuesY" must be all lower-case
(#835) Variable "Data" must be all lower-case
(#835) Variable "SerieY" must be all lower-case
(#835) Variable "SerieYAxis" must be all lower-case
(#835) Variable "Data" must be all lower-case
(#835) Variable "SerieY" must be all lower-case
(#837) Line indented incorrectly; expected at least 16 spaces, found 9
(#837) Variable "Color" must be all lower-case
(#837) Expected 1 space before "=>"; 0 found
(#837) Expected 1 space after "=>"; 0 found
(#837) Variable "Series" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Expected 1 space before "=>"; 0 found
(#837) Expected 1 space after "=>"; 0 found
(#837) Variable "Series" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Expected 1 space before "=>"; 0 found
(#837) Expected 1 space after "=>"; 0 found
(#837) Variable "Series" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Expected 1 space before "=>"; 0 found
(#837) Expected 1 space after "=>"; 0 found
(#837) Variable "Series" must be all lower-case
(#837) Line exceeds 132 characters; contains 141 characters
(#838) Line indented incorrectly; expected at least 16 spaces, found 9
(#838) Variable "Color" must be all lower-case
(#838) Variable "Ticks" must be all lower-case
(#840) Line indented incorrectly; expected at least 16 spaces, found 9
(#840) Variable "PosArrayX" must be all lower-case
(#840) Variable "Data" must be all lower-case
(#840) Variable "Series" must be all lower-case
(#841) Line indented incorrectly; expected at least 16 spaces, found 9
(#841) Variable "PosArrayY" must be all lower-case
(#841) Variable "Data" must be all lower-case
(#841) Variable "Series" must be all lower-case
(#843) Line indented incorrectly; expected at least 16 spaces, found 9
(#843) Variable "Sxy" must be all lower-case
(#843) Variable "Sx" must be all lower-case
(#843) Variable "Sy" must be all lower-case
(#843) Variable "Sxx" must be all lower-case
(#844) Line indented incorrectly; expected 16 spaces, found 9
(#844) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#844) Variable "PosArrayX" must be all lower-case
(#844) Variable "Key" must be all lower-case
(#844) Variable "Value" must be all lower-case
(#845) Line indented incorrectly; expected at least 16 spaces, found 10
(#846) Line indented incorrectly; expected at least 20 spaces, found 11
(#846) Variable "X" must be all lower-case
(#846) Variable "Value" must be all lower-case
(#846) Variable "Y" must be all lower-case
(#846) Variable "PosArrayY" must be all lower-case
(#846) Variable "Key" must be all lower-case
(#848) Line indented incorrectly; expected at least 20 spaces, found 11
(#848) Variable "Sxy" must be all lower-case
(#848) Variable "Sxy" must be all lower-case
(#848) Variable "X" must be all lower-case
(#848) Expected 1 space before "*"; 0 found
(#848) Expected 1 space after "*"; 0 found
(#848) Variable "Y" must be all lower-case
(#849) Line indented incorrectly; expected at least 20 spaces, found 11
(#849) Variable "Sx" must be all lower-case
(#849) Variable "Sx" must be all lower-case
(#849) Variable "X" must be all lower-case
(#850) Line indented incorrectly; expected at least 20 spaces, found 11
(#850) Variable "Sy" must be all lower-case
(#850) Variable "Sy" must be all lower-case
(#850) Variable "Y" must be all lower-case
(#851) Line indented incorrectly; expected at least 20 spaces, found 11
(#851) Variable "Sxx" must be all lower-case
(#851) Variable "Sxx" must be all lower-case
(#851) Variable "X" must be all lower-case
(#851) Expected 1 space before "*"; 0 found
(#851) Expected 1 space after "*"; 0 found
(#851) Variable "X" must be all lower-case
(#852) Line indented incorrectly; expected 16 spaces, found 10
(#852) Closing brace indented incorrectly; expected 9 spaces, found 10
(#854) Line indented incorrectly; expected at least 16 spaces, found 9
(#854) Variable "PosArrayX" must be all lower-case
(#856) Line indented incorrectly; expected 16 spaces, found 9
(#856) Expected "if (...) {\n"; found "if (...)\n {\n"
(#856) Expected 1 space before "*"; 0 found
(#856) Expected 1 space after "*"; 0 found
(#856) Variable "Sxx" must be all lower-case
(#856) Variable "Sx" must be all lower-case
(#856) Expected 1 space before "*"; 0 found
(#856) Expected 1 space after "*"; 0 found
(#856) Variable "Sx" must be all lower-case
(#857) Line indented incorrectly; expected at least 16 spaces, found 10
(#858) Line indented incorrectly; expected at least 20 spaces, found 11
(#858) Variable "X1" must be all lower-case
(#858) Variable "Data" must be all lower-case
(#858) Variable "SerieXAxis" must be all lower-case
(#858) Commas (,) must be followed by white space.
(#858) Variable "SerieXAxis" must be all lower-case
(#859) Line indented incorrectly; expected at least 20 spaces, found 11
(#859) Variable "X2" must be all lower-case
(#859) Variable "X1" must be all lower-case
(#860) Line indented incorrectly; expected at least 20 spaces, found 11
(#860) Variable "Y1" must be all lower-case
(#861) Line indented incorrectly; expected at least 20 spaces, found 11
(#861) Variable "Y2" must be all lower-case
(#862) Line indented incorrectly; expected 16 spaces, found 10
(#862) Closing brace indented incorrectly; expected 9 spaces, found 10
(#863) Line indented incorrectly; expected 16 spaces, found 9
(#863) Expected "} else {\n"; found "}\n else\n {\n"
(#864) Line indented incorrectly; expected at least 16 spaces, found 10
(#865) Line indented incorrectly; expected at least 20 spaces, found 11
(#865) Variable "M" must be all lower-case
(#865) Expected 1 space before "*"; 0 found
(#865) Expected 1 space after "*"; 0 found
(#865) Variable "Sxy" must be all lower-case
(#865) Expected 1 space before "-"; 0 found
(#865) Expected 1 space after "-"; 0 found
(#865) Variable "Sx" must be all lower-case
(#865) Expected 1 space before "*"; 0 found
(#865) Expected 1 space after "*"; 0 found
(#865) Variable "Sy" must be all lower-case
(#865) Expected 1 space before "*"; 0 found
(#865) Expected 1 space after "*"; 0 found
(#865) Variable "Sxx" must be all lower-case
(#865) Expected 1 space before "-"; 0 found
(#865) Expected 1 space after "-"; 0 found
(#865) Variable "Sx" must be all lower-case
(#865) Expected 1 space before "*"; 0 found
(#865) Expected 1 space after "*"; 0 found
(#865) Variable "Sx" must be all lower-case
(#866) Line indented incorrectly; expected at least 20 spaces, found 11
(#866) Variable "B" must be all lower-case
(#866) Variable "Sy" must be all lower-case
(#866) Expected 1 space before "-"; 0 found
(#866) Expected 1 space after "-"; 0 found
(#866) Variable "M" must be all lower-case
(#866) Expected 1 space before "*"; 0 found
(#866) Expected 1 space after "*"; 0 found
(#866) Variable "Sx" must be all lower-case
(#866) Expected 1 space before "/"; 0 found
(#866) Expected 1 space after "/"; 0 found
(#868) Line indented incorrectly; expected at least 20 spaces, found 11
(#868) Variable "X1" must be all lower-case
(#868) Variable "Data" must be all lower-case
(#868) Variable "SerieXAxis" must be all lower-case
(#868) Commas (,) must be followed by white space.
(#868) Variable "SerieXAxis" must be all lower-case
(#869) Line indented incorrectly; expected at least 20 spaces, found 11
(#869) Variable "Y1" must be all lower-case
(#869) Variable "M" must be all lower-case
(#869) Variable "Data" must be all lower-case
(#869) Variable "SerieXAxis" must be all lower-case
(#869) Variable "B" must be all lower-case
(#869) Commas (,) must be followed by white space.
(#869) Variable "SerieYAxis" must be all lower-case
(#870) Line indented incorrectly; expected at least 20 spaces, found 11
(#870) Variable "X2" must be all lower-case
(#870) Variable "Data" must be all lower-case
(#870) Variable "SerieXAxis" must be all lower-case
(#870) Commas (,) must be followed by white space.
(#870) Variable "SerieXAxis" must be all lower-case
(#871) Line indented incorrectly; expected at least 20 spaces, found 11
(#871) Variable "Y2" must be all lower-case
(#871) Variable "M" must be all lower-case
(#871) Variable "Data" must be all lower-case
(#871) Variable "SerieXAxis" must be all lower-case
(#871) Variable "B" must be all lower-case
(#871) Commas (,) must be followed by white space.
(#871) Variable "SerieYAxis" must be all lower-case
(#873) Line indented incorrectly; expected at least 20 spaces, found 11
(#873) Variable "RealM" must be all lower-case
(#873) Variable "Y2" must be all lower-case
(#873) Expected 1 space before "-"; 0 found
(#873) Expected 1 space after "-"; 0 found
(#873) Variable "Y1" must be all lower-case
(#873) Expected 1 space before "/"; 0 found
(#873) Expected 1 space after "/"; 0 found
(#873) Variable "X2" must be all lower-case
(#873) Expected 1 space before "-"; 0 found
(#873) Expected 1 space after "-"; 0 found
(#873) Variable "X1" must be all lower-case
(#875) Line indented incorrectly; expected 20 spaces, found 11
(#875) Expected "if (...) {\n"; found "if (...) { "
(#875) Variable "Y1" must be all lower-case
(#875) Variable "X1" must be all lower-case
(#875) Variable "X1" must be all lower-case
(#875) Expected 1 space before "-"; 0 found
(#875) Expected 1 space after "-"; 0 found
(#875) Variable "Y1" must be all lower-case
(#875) Expected 1 space before "/"; 0 found
(#875) Expected 1 space after "/"; 0 found
(#875) Variable "RealM" must be all lower-case
(#875) Variable "Y1" must be all lower-case
(#875) Line exceeds 132 characters; contains 159 characters
(#875) Closing brace must be on a line by itself
(#876) Line indented incorrectly; expected 20 spaces, found 11
(#876) Expected "if (...) {\n"; found "if (...) { "
(#876) Variable "Y1" must be all lower-case
(#876) Variable "X1" must be all lower-case
(#876) Variable "X1" must be all lower-case
(#876) Variable "Y1" must be all lower-case
(#876) Expected 1 space before "-"; 0 found
(#876) Expected 1 space after "-"; 0 found
(#876) Expected 1 space before "/"; 0 found
(#876) Expected 1 space after "/"; 0 found
(#876) Variable "RealM" must be all lower-case
(#876) Variable "Y1" must be all lower-case
(#876) Line exceeds 132 characters; contains 159 characters
(#876) Closing brace must be on a line by itself
(#877) Line indented incorrectly; expected 20 spaces, found 11
(#877) Expected "if (...) {\n"; found "if (...) { "
(#877) Variable "Y2" must be all lower-case
(#877) Variable "X2" must be all lower-case
(#877) Variable "X2" must be all lower-case
(#877) Expected 1 space before "-"; 0 found
(#877) Expected 1 space after "-"; 0 found
(#877) Variable "Y2" must be all lower-case
(#877) Expected 1 space before "/"; 0 found
(#877) Expected 1 space after "/"; 0 found
(#877) Variable "RealM" must be all lower-case
(#877) Variable "Y2" must be all lower-case
(#877) Line exceeds 132 characters; contains 159 characters
(#877) Closing brace must be on a line by itself
(#878) Line indented incorrectly; expected 20 spaces, found 11
(#878) Expected "if (...) {\n"; found "if (...) { "
(#878) Variable "Y2" must be all lower-case
(#878) Variable "X2" must be all lower-case
(#878) Variable "X2" must be all lower-case
(#878) Variable "Y2" must be all lower-case
(#878) Expected 1 space before "-"; 0 found
(#878) Expected 1 space after "-"; 0 found
(#878) Expected 1 space before "/"; 0 found
(#878) Expected 1 space after "/"; 0 found
(#878) Variable "RealM" must be all lower-case
(#878) Variable "Y2" must be all lower-case
(#878) Line exceeds 132 characters; contains 159 characters
(#878) Closing brace must be on a line by itself
(#879) Line indented incorrectly; expected 16 spaces, found 10
(#879) Closing brace indented incorrectly; expected 9 spaces, found 10
(#881) Line indented incorrectly; expected at least 16 spaces, found 9
(#881) Variable "X1" must be all lower-case
(#881) Commas (,) must be followed by white space.
(#881) Variable "Y1" must be all lower-case
(#881) Commas (,) must be followed by white space.
(#881) Variable "X2" must be all lower-case
(#881) Commas (,) must be followed by white space.
(#881) Variable "Y2" must be all lower-case
(#881) Commas (,) must be followed by white space.
(#881) Variable "Color" must be all lower-case
(#882) Line indented incorrectly; expected 12 spaces, found 8
(#882) Closing brace indented incorrectly; expected 7 spaces, found 8
(#883) Line indented incorrectly; expected 8 spaces, found 6
(#883) Closing brace indented incorrectly; expected 5 spaces, found 6
(#884) Closing brace indented incorrectly; expected 3 spaces, found 4
(#886) Line indented incorrectly; expected 4 spaces, found 3
(#886) method name "pScatter::writeScatterLabel" must be in lower-case letters only
(#886) Visibility must be declared on method "writeScatterLabel"
(#886) Variable "ScatterSerieID" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Variable "Points" must be all lower-case
(#886) Commas (,) must be followed by white space.
(#886) Variable "Format" must be all lower-case
(#887) Opening brace should be on the same line as the declaration
(#888) Line indented incorrectly; expected at least 8 spaces, found 5
(#888) Variable "OverrideTitle" must be all lower-case
(#888) Spaces must be used for alignment; tabs are not allowed
(#888) Tab found within whitespace
(#888) Variable "Format" must be all lower-case
(#888) Variable "Format" must be all lower-case
(#888) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#889) Line indented incorrectly; expected at least 8 spaces, found 5
(#889) Variable "DrawPoint" must be all lower-case
(#889) Spaces must be used for alignment; tabs are not allowed
(#889) Tab found within whitespace
(#889) Variable "Format" must be all lower-case
(#889) Variable "Format" must be all lower-case
(#890) Line indented incorrectly; expected at least 8 spaces, found 5
(#890) Variable "Decimals" must be all lower-case
(#890) Spaces must be used for alignment; tabs are not allowed
(#890) Tab found within whitespace
(#890) Variable "Format" must be all lower-case
(#890) Variable "Format" must be all lower-case
(#890) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#892) Line indented incorrectly; expected at least 8 spaces, found 5
(#892) Variable "Data" must be all lower-case
(#893) Line indented incorrectly; expected at least 8 spaces, found 5
(#893) Variable "Palette" must be all lower-case
(#895) Line indented incorrectly; expected 8 spaces, found 5
(#895) Expected "if (...) {\n"; found "if (...) { "
(#895) Variable "Points" must be all lower-case
(#895) Variable "Point" must be all lower-case
(#895) Variable "Points" must be all lower-case
(#895) Variable "Points" must be all lower-case
(#895) Variable "Points" must be all lower-case
(#895) Variable "Point" must be all lower-case
(#895) Closing brace must be on a line by itself
(#897) Line indented incorrectly; expected at least 8 spaces, found 5
(#897) Inline control structures are not allowed
(#897) Variable "Data" must be all lower-case
(#897) Variable "ScatterSerieID" must be all lower-case
(#897) Whitespace found at end of line
(#898) Line indented incorrectly; expected at least 8 spaces, found 6
(#900) Line indented incorrectly; expected at least 8 spaces, found 5
(#900) Variable "Series" must be all lower-case
(#900) Variable "Data" must be all lower-case
(#900) Variable "ScatterSerieID" must be all lower-case
(#901) Line indented incorrectly; expected at least 8 spaces, found 5
(#901) Variable "SerieX" must be all lower-case
(#901) Variable "Series" must be all lower-case
(#901) Variable "SerieValuesX" must be all lower-case
(#901) Variable "Data" must be all lower-case
(#901) Variable "SerieX" must be all lower-case
(#901) Variable "SerieXAxis" must be all lower-case
(#901) Variable "Data" must be all lower-case
(#901) Variable "SerieX" must be all lower-case
(#902) Line indented incorrectly; expected at least 8 spaces, found 5
(#902) Variable "SerieY" must be all lower-case
(#902) Variable "Series" must be all lower-case
(#902) Variable "SerieValuesY" must be all lower-case
(#902) Variable "Data" must be all lower-case
(#902) Variable "SerieY" must be all lower-case
(#902) Variable "SerieYAxis" must be all lower-case
(#902) Variable "Data" must be all lower-case
(#902) Variable "SerieY" must be all lower-case
(#904) Line indented incorrectly; expected at least 8 spaces, found 5
(#904) Variable "PosArrayX" must be all lower-case
(#904) Variable "SerieValuesX" must be all lower-case
(#904) Commas (,) must be followed by white space.
(#904) Variable "SerieXAxis" must be all lower-case
(#905) Line indented incorrectly; expected 8 spaces, found 5
(#905) Expected "if (...) {\n"; found "if (...) { "
(#905) Variable "PosArrayX" must be all lower-case
(#905) Variable "Value" must be all lower-case
(#905) Variable "PosArrayX" must be all lower-case
(#905) Variable "PosArrayX" must be all lower-case
(#905) Variable "PosArrayX" must be all lower-case
(#905) Variable "Value" must be all lower-case
(#905) Closing brace must be on a line by itself
(#906) Line indented incorrectly; expected at least 8 spaces, found 5
(#906) Variable "PosArrayY" must be all lower-case
(#906) Variable "SerieValuesY" must be all lower-case
(#906) Commas (,) must be followed by white space.
(#906) Variable "SerieYAxis" must be all lower-case
(#907) Line indented incorrectly; expected 8 spaces, found 5
(#907) Expected "if (...) {\n"; found "if (...) { "
(#907) Variable "PosArrayY" must be all lower-case
(#907) Variable "Value" must be all lower-case
(#907) Variable "PosArrayY" must be all lower-case
(#907) Variable "PosArrayY" must be all lower-case
(#907) Variable "PosArrayY" must be all lower-case
(#907) Variable "Value" must be all lower-case
(#907) Closing brace must be on a line by itself
(#909) Line indented incorrectly; expected 8 spaces, found 5
(#909) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#909) Variable "Points" must be all lower-case
(#909) Variable "Key" must be all lower-case
(#909) Variable "Point" must be all lower-case
(#910) Line indented incorrectly; expected at least 8 spaces, found 6
(#911) Line indented incorrectly; expected 12 spaces, found 7
(#911) Expected "if (...) {\n"; found "if (...)\n {\n"
(#911) Variable "PosArrayX" must be all lower-case
(#911) Variable "Point" must be all lower-case
(#911) Variable "PosArrayY" must be all lower-case
(#911) Variable "Point" must be all lower-case
(#912) Line indented incorrectly; expected at least 12 spaces, found 8
(#913) Line indented incorrectly; expected at least 16 spaces, found 9
(#913) Variable "X" must be all lower-case
(#913) Variable "PosArrayX" must be all lower-case
(#913) Variable "Point" must be all lower-case
(#914) Line indented incorrectly; expected at least 16 spaces, found 9
(#914) Variable "Y" must be all lower-case
(#914) Variable "PosArrayY" must be all lower-case
(#914) Variable "Point" must be all lower-case
(#916) Line indented incorrectly; expected at least 16 spaces, found 9
(#916) Inline control structures are not allowed
(#916) Variable "DrawPoint" must be all lower-case
(#917) Line indented incorrectly; expected at least 16 spaces, found 10
(#917) Variable "X" must be all lower-case
(#917) Commas (,) must be followed by white space.
(#917) Variable "Y" must be all lower-case
(#917) Commas (,) must be followed by white space.
(#917) Commas (,) must be followed by white space.
(#917) Expected 1 space before "=>"; 0 found
(#917) Expected 1 space after "=>"; 0 found
(#917) Commas (,) must be followed by white space.
(#917) Expected 1 space before "=>"; 0 found
(#917) Expected 1 space after "=>"; 0 found
(#917) Commas (,) must be followed by white space.
(#917) Expected 1 space before "=>"; 0 found
(#917) Expected 1 space after "=>"; 0 found
(#917) Commas (,) must be followed by white space.
(#917) Expected 1 space before "=>"; 0 found
(#917) Expected 1 space after "=>"; 0 found
(#917) Commas (,) must be followed by white space.
(#917) Expected 1 space before "=>"; 0 found
(#917) Expected 1 space after "=>"; 0 found
(#917) Commas (,) must be followed by white space.
(#917) Expected 1 space before "=>"; 0 found
(#917) Expected 1 space after "=>"; 0 found
(#918) Line indented incorrectly; expected at least 16 spaces, found 9
(#918) Inline control structures are not allowed
(#918) Usage of ELSEIF not allowed; use ELSE IF instead
(#918) Variable "DrawPoint" must be all lower-case
(#919) Line indented incorrectly; expected at least 16 spaces, found 10
(#919) Variable "X" must be all lower-case
(#919) Expected 1 space before "-"; 0 found
(#919) Expected 1 space after "-"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Variable "Y" must be all lower-case
(#919) Expected 1 space before "-"; 0 found
(#919) Expected 1 space after "-"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Variable "X" must be all lower-case
(#919) Expected 1 space before "+"; 0 found
(#919) Expected 1 space after "+"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Variable "Y" must be all lower-case
(#919) Expected 1 space before "+"; 0 found
(#919) Expected 1 space after "+"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Expected 1 space before "=>"; 0 found
(#919) Expected 1 space after "=>"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Expected 1 space before "=>"; 0 found
(#919) Expected 1 space after "=>"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Expected 1 space before "=>"; 0 found
(#919) Expected 1 space after "=>"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Expected 1 space before "=>"; 0 found
(#919) Expected 1 space after "=>"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Expected 1 space before "=>"; 0 found
(#919) Expected 1 space after "=>"; 0 found
(#919) Commas (,) must be followed by white space.
(#919) Expected 1 space before "=>"; 0 found
(#919) Expected 1 space after "=>"; 0 found
(#919) Line exceeds 132 characters; contains 145 characters
(#921) Line indented incorrectly; expected at least 16 spaces, found 9
(#921) Variable "Serie" must be all lower-case
(#922) Line indented incorrectly; expected at least 16 spaces, found 9
(#922) Variable "Serie" must be all lower-case
(#922) Variable "Series" must be all lower-case
(#923) Line indented incorrectly; expected at least 16 spaces, found 9
(#923) Variable "Serie" must be all lower-case
(#923) Variable "Series" must be all lower-case
(#924) Line indented incorrectly; expected at least 16 spaces, found 9
(#924) Variable "Serie" must be all lower-case
(#924) Variable "Series" must be all lower-case
(#925) Line indented incorrectly; expected at least 16 spaces, found 9
(#925) Variable "Serie" must be all lower-case
(#925) Variable "Series" must be all lower-case
(#927) Line indented incorrectly; expected at least 16 spaces, found 9
(#927) Variable "XAxisMode" must be all lower-case
(#927) Variable "Data" must be all lower-case
(#927) Variable "SerieXAxis" must be all lower-case
(#928) Line indented incorrectly; expected at least 16 spaces, found 9
(#928) Variable "XAxisFormat" must be all lower-case
(#928) Variable "Data" must be all lower-case
(#928) Variable "SerieXAxis" must be all lower-case
(#929) Line indented incorrectly; expected at least 16 spaces, found 9
(#929) Variable "XAxisUnit" must be all lower-case
(#929) Variable "Data" must be all lower-case
(#929) Variable "SerieXAxis" must be all lower-case
(#930) Line indented incorrectly; expected 16 spaces, found 9
(#930) Expected "if (...) {\n"; found "if (...) { "
(#930) Variable "Decimals" must be all lower-case
(#930) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#930) Variable "XValue" must be all lower-case
(#930) Variable "SerieValuesX" must be all lower-case
(#930) Variable "Point" must be all lower-case
(#930) Closing brace must be on a line by itself
(#930) Expected "} else {\n"; found "} else { "
(#930) Variable "XValue" must be all lower-case
(#930) Variable "SerieValuesX" must be all lower-case
(#930) Variable "Point" must be all lower-case
(#930) Commas (,) must be followed by white space.
(#930) Variable "Decimals" must be all lower-case
(#930) Closing brace must be on a line by itself
(#931) Line indented incorrectly; expected at least 16 spaces, found 9
(#931) Variable "XValue" must be all lower-case
(#931) Variable "XValue" must be all lower-case
(#931) Commas (,) must be followed by white space.
(#931) Variable "XAxisMode" must be all lower-case
(#931) Commas (,) must be followed by white space.
(#931) Variable "XAxisFormat" must be all lower-case
(#931) Commas (,) must be followed by white space.
(#931) Variable "XAxisUnit" must be all lower-case
(#933) Line indented incorrectly; expected at least 16 spaces, found 9
(#933) Variable "YAxisMode" must be all lower-case
(#933) Variable "Data" must be all lower-case
(#933) Variable "SerieYAxis" must be all lower-case
(#934) Line indented incorrectly; expected at least 16 spaces, found 9
(#934) Variable "YAxisFormat" must be all lower-case
(#934) Variable "Data" must be all lower-case
(#934) Variable "SerieYAxis" must be all lower-case
(#935) Line indented incorrectly; expected at least 16 spaces, found 9
(#935) Variable "YAxisUnit" must be all lower-case
(#935) Variable "Data" must be all lower-case
(#935) Variable "SerieYAxis" must be all lower-case
(#936) Line indented incorrectly; expected 16 spaces, found 9
(#936) Expected "if (...) {\n"; found "if (...) { "
(#936) Variable "Decimals" must be all lower-case
(#936) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#936) Variable "YValue" must be all lower-case
(#936) Variable "SerieValuesY" must be all lower-case
(#936) Variable "Point" must be all lower-case
(#936) Closing brace must be on a line by itself
(#936) Expected "} else {\n"; found "} else { "
(#936) Variable "YValue" must be all lower-case
(#936) Variable "SerieValuesY" must be all lower-case
(#936) Variable "Point" must be all lower-case
(#936) Commas (,) must be followed by white space.
(#936) Variable "Decimals" must be all lower-case
(#936) Closing brace must be on a line by itself
(#937) Line indented incorrectly; expected at least 16 spaces, found 9
(#937) Variable "YValue" must be all lower-case
(#937) Variable "YValue" must be all lower-case
(#937) Commas (,) must be followed by white space.
(#937) Variable "YAxisMode" must be all lower-case
(#937) Commas (,) must be followed by white space.
(#937) Variable "YAxisFormat" must be all lower-case
(#937) Commas (,) must be followed by white space.
(#937) Variable "YAxisUnit" must be all lower-case
(#939) Line indented incorrectly; expected at least 16 spaces, found 9
(#939) Variable "Caption" must be all lower-case
(#939) Variable "XValue" must be all lower-case
(#939) Variable "YValue" must be all lower-case
(#941) Line indented incorrectly; expected at least 16 spaces, found 9
(#941) Inline control structures are not allowed
(#941) Variable "Series" must be all lower-case
(#942) Line indented incorrectly; expected at least 16 spaces, found 10
(#942) Variable "Description" must be all lower-case
(#942) Variable "Series" must be all lower-case
(#943) Line indented incorrectly; expected at least 16 spaces, found 9
(#943) Inline control structures are not allowed
(#944) Line indented incorrectly; expected at least 16 spaces, found 10
(#944) Variable "Description" must be all lower-case
(#946) Line indented incorrectly; expected at least 16 spaces, found 9
(#946) Variable "Series" must be all lower-case
(#947) Line indented incorrectly; expected at least 16 spaces, found 9
(#947) Variable "Series" must be all lower-case
(#947) Expected 1 space before "=>"; 0 found
(#947) Expected 1 space after "=>"; 0 found
(#947) Variable "Serie" must be all lower-case
(#947) Commas (,) must be followed by white space.
(#947) Expected 1 space before "=>"; 0 found
(#947) Expected 1 space after "=>"; 0 found
(#947) Variable "Caption" must be all lower-case
(#949) Line indented incorrectly; expected at least 16 spaces, found 9
(#949) Variable "X" must be all lower-case
(#949) Commas (,) must be followed by white space.
(#949) Variable "Y" must be all lower-case
(#949) Expected 1 space before "-"; 0 found
(#949) Expected 1 space after "-"; 0 found
(#949) Commas (,) must be followed by white space.
(#949) Variable "Description" must be all lower-case
(#949) Commas (,) must be followed by white space.
(#949) Variable "Series" must be all lower-case
(#949) Commas (,) must be followed by white space.
(#949) Variable "Format" must be all lower-case
(#950) Line indented incorrectly; expected 12 spaces, found 8
(#950) Closing brace indented incorrectly; expected 7 spaces, found 8
(#951) Line indented incorrectly; expected 8 spaces, found 6
(#951) Closing brace indented incorrectly; expected 5 spaces, found 6
(#952) Closing brace indented incorrectly; expected 3 spaces, found 4
(#954) Line indented incorrectly; expected at least 4 spaces, found 3
(#955) Line indented incorrectly; expected 4 spaces, found 3
(#955) method name "pScatter::drawScatterThreshold" must be in lower-case letters only
(#955) Visibility must be declared on method "drawScatterThreshold"
(#955) Variable "Value" must be all lower-case
(#955) Commas (,) must be followed by white space.
(#955) Variable "Format" must be all lower-case
(#956) Opening brace should be on the same line as the declaration
(#957) Line indented incorrectly; expected at least 8 spaces, found 5
(#957) Variable "AxisID" must be all lower-case
(#957) Spaces must be used for alignment; tabs are not allowed
(#957) Tab found within whitespace
(#957) Variable "Format" must be all lower-case
(#957) Variable "Format" must be all lower-case
(#958) Line indented incorrectly; expected at least 8 spaces, found 5
(#958) Variable "R" must be all lower-case
(#958) Spaces must be used for alignment; tabs are not allowed
(#958) Tab found within whitespace
(#958) Variable "Format" must be all lower-case
(#958) Variable "Format" must be all lower-case
(#959) Line indented incorrectly; expected at least 8 spaces, found 5
(#959) Variable "G" must be all lower-case
(#959) Spaces must be used for alignment; tabs are not allowed
(#959) Tab found within whitespace
(#959) Variable "Format" must be all lower-case
(#959) Variable "Format" must be all lower-case
(#960) Line indented incorrectly; expected at least 8 spaces, found 5
(#960) Variable "B" must be all lower-case
(#960) Spaces must be used for alignment; tabs are not allowed
(#960) Tab found within whitespace
(#960) Variable "Format" must be all lower-case
(#960) Variable "Format" must be all lower-case
(#961) Line indented incorrectly; expected at least 8 spaces, found 5
(#961) Variable "Alpha" must be all lower-case
(#961) Spaces must be used for alignment; tabs are not allowed
(#961) Tab found within whitespace
(#961) Variable "Format" must be all lower-case
(#961) Variable "Format" must be all lower-case
(#962) Line indented incorrectly; expected at least 8 spaces, found 5
(#962) Variable "Weight" must be all lower-case
(#962) Spaces must be used for alignment; tabs are not allowed
(#962) Tab found within whitespace
(#962) Variable "Format" must be all lower-case
(#962) Variable "Format" must be all lower-case
(#962) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#963) Line indented incorrectly; expected at least 8 spaces, found 5
(#963) Variable "Ticks" must be all lower-case
(#963) Spaces must be used for alignment; tabs are not allowed
(#963) Tab found within whitespace
(#963) Variable "Format" must be all lower-case
(#963) Variable "Format" must be all lower-case
(#964) Line indented incorrectly; expected at least 8 spaces, found 5
(#964) Variable "Wide" must be all lower-case
(#964) Spaces must be used for alignment; tabs are not allowed
(#964) Tab found within whitespace
(#964) Variable "Format" must be all lower-case
(#964) Variable "Format" must be all lower-case
(#964) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#965) Line indented incorrectly; expected at least 8 spaces, found 5
(#965) Variable "WideFactor" must be all lower-case
(#965) Spaces must be used for alignment; tabs are not allowed
(#965) Tab found within whitespace
(#965) Variable "Format" must be all lower-case
(#965) Variable "Format" must be all lower-case
(#966) Line indented incorrectly; expected at least 8 spaces, found 5
(#966) Variable "WriteCaption" must be all lower-case
(#966) Spaces must be used for alignment; tabs are not allowed
(#966) Tab found within whitespace
(#966) Variable "Format" must be all lower-case
(#966) Variable "Format" must be all lower-case
(#966) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#967) Line indented incorrectly; expected at least 8 spaces, found 5
(#967) Variable "Caption" must be all lower-case
(#967) Spaces must be used for alignment; tabs are not allowed
(#967) Tab found within whitespace
(#967) Variable "Format" must be all lower-case
(#967) Variable "Format" must be all lower-case
(#967) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#968) Line indented incorrectly; expected at least 8 spaces, found 5
(#968) Variable "CaptionAlign" must be all lower-case
(#968) Spaces must be used for alignment; tabs are not allowed
(#968) Tab found within whitespace
(#968) Variable "Format" must be all lower-case
(#968) Variable "Format" must be all lower-case
(#969) Line indented incorrectly; expected at least 8 spaces, found 5
(#969) Variable "CaptionOffset" must be all lower-case
(#969) Variable "Format" must be all lower-case
(#969) Variable "Format" must be all lower-case
(#970) Line indented incorrectly; expected at least 8 spaces, found 5
(#970) Variable "CaptionR" must be all lower-case
(#970) Spaces must be used for alignment; tabs are not allowed
(#970) Tab found within whitespace
(#970) Variable "Format" must be all lower-case
(#970) Variable "Format" must be all lower-case
(#971) Line indented incorrectly; expected at least 8 spaces, found 5
(#971) Variable "CaptionG" must be all lower-case
(#971) Spaces must be used for alignment; tabs are not allowed
(#971) Tab found within whitespace
(#971) Variable "Format" must be all lower-case
(#971) Variable "Format" must be all lower-case
(#972) Line indented incorrectly; expected at least 8 spaces, found 5
(#972) Variable "CaptionB" must be all lower-case
(#972) Spaces must be used for alignment; tabs are not allowed
(#972) Tab found within whitespace
(#972) Variable "Format" must be all lower-case
(#972) Variable "Format" must be all lower-case
(#973) Line indented incorrectly; expected at least 8 spaces, found 5
(#973) Variable "CaptionAlpha" must be all lower-case
(#973) Spaces must be used for alignment; tabs are not allowed
(#973) Tab found within whitespace
(#973) Variable "Format" must be all lower-case
(#973) Variable "Format" must be all lower-case
(#974) Line indented incorrectly; expected at least 8 spaces, found 5
(#974) Variable "DrawBox" must be all lower-case
(#974) Spaces must be used for alignment; tabs are not allowed
(#974) Tab found within whitespace
(#974) Variable "Format" must be all lower-case
(#974) Variable "Format" must be all lower-case
(#974) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#975) Line indented incorrectly; expected at least 8 spaces, found 5
(#975) Variable "DrawBoxBorder" must be all lower-case
(#975) Spaces must be used for alignment; tabs are not allowed
(#975) Tab found within whitespace
(#975) Variable "Format" must be all lower-case
(#975) Variable "Format" must be all lower-case
(#975) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#976) Line indented incorrectly; expected at least 8 spaces, found 5
(#976) Variable "BorderOffset" must be all lower-case
(#976) Spaces must be used for alignment; tabs are not allowed
(#976) Tab found within whitespace
(#976) Variable "Format" must be all lower-case
(#976) Variable "Format" must be all lower-case
(#977) Line indented incorrectly; expected at least 8 spaces, found 5
(#977) Variable "BoxRounded" must be all lower-case
(#977) Spaces must be used for alignment; tabs are not allowed
(#977) Tab found within whitespace
(#977) Variable "Format" must be all lower-case
(#977) Variable "Format" must be all lower-case
(#977) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#978) Line indented incorrectly; expected at least 8 spaces, found 5
(#978) Variable "RoundedRadius" must be all lower-case
(#978) Spaces must be used for alignment; tabs are not allowed
(#978) Tab found within whitespace
(#978) Variable "Format" must be all lower-case
(#978) Variable "Format" must be all lower-case
(#979) Line indented incorrectly; expected at least 8 spaces, found 5
(#979) Variable "BoxR" must be all lower-case
(#979) Spaces must be used for alignment; tabs are not allowed
(#979) Tab found within whitespace
(#979) Variable "Format" must be all lower-case
(#979) Variable "Format" must be all lower-case
(#980) Line indented incorrectly; expected at least 8 spaces, found 5
(#980) Variable "BoxG" must be all lower-case
(#980) Spaces must be used for alignment; tabs are not allowed
(#980) Tab found within whitespace
(#980) Variable "Format" must be all lower-case
(#980) Variable "Format" must be all lower-case
(#981) Line indented incorrectly; expected at least 8 spaces, found 5
(#981) Variable "BoxB" must be all lower-case
(#981) Spaces must be used for alignment; tabs are not allowed
(#981) Tab found within whitespace
(#981) Variable "Format" must be all lower-case
(#981) Variable "Format" must be all lower-case
(#982) Line indented incorrectly; expected at least 8 spaces, found 5
(#982) Variable "BoxAlpha" must be all lower-case
(#982) Spaces must be used for alignment; tabs are not allowed
(#982) Tab found within whitespace
(#982) Variable "Format" must be all lower-case
(#982) Variable "Format" must be all lower-case
(#983) Line indented incorrectly; expected at least 8 spaces, found 5
(#983) Variable "BoxSurrounding" must be all lower-case
(#983) Spaces must be used for alignment; tabs are not allowed
(#983) Tab found within whitespace
(#983) Variable "Format" must be all lower-case
(#983) Variable "Format" must be all lower-case
(#984) Line indented incorrectly; expected at least 8 spaces, found 5
(#984) Variable "BoxBorderR" must be all lower-case
(#984) Spaces must be used for alignment; tabs are not allowed
(#984) Tab found within whitespace
(#984) Variable "Format" must be all lower-case
(#984) Variable "Format" must be all lower-case
(#985) Line indented incorrectly; expected at least 8 spaces, found 5
(#985) Variable "BoxBorderG" must be all lower-case
(#985) Spaces must be used for alignment; tabs are not allowed
(#985) Tab found within whitespace
(#985) Variable "Format" must be all lower-case
(#985) Variable "Format" must be all lower-case
(#986) Line indented incorrectly; expected at least 8 spaces, found 5
(#986) Variable "BoxBorderB" must be all lower-case
(#986) Spaces must be used for alignment; tabs are not allowed
(#986) Tab found within whitespace
(#986) Variable "Format" must be all lower-case
(#986) Variable "Format" must be all lower-case
(#987) Line indented incorrectly; expected at least 8 spaces, found 5
(#987) Variable "BoxBorderAlpha" must be all lower-case
(#987) Spaces must be used for alignment; tabs are not allowed
(#987) Tab found within whitespace
(#987) Variable "Format" must be all lower-case
(#987) Variable "Format" must be all lower-case
(#989) Line indented incorrectly; expected at least 8 spaces, found 5
(#989) Variable "CaptionSettings" must be all lower-case
(#989) Expected 1 space before "=>"; 0 found
(#989) Expected 1 space after "=>"; 0 found
(#989) Variable "DrawBox" must be all lower-case
(#989) Commas (,) must be followed by white space.
(#989) Expected 1 space before "=>"; 0 found
(#989) Expected 1 space after "=>"; 0 found
(#989) Variable "DrawBoxBorder" must be all lower-case
(#989) Commas (,) must be followed by white space.
(#989) Expected 1 space before "=>"; 0 found
(#989) Expected 1 space after "=>"; 0 found
(#989) Variable "BorderOffset" must be all lower-case
(#989) Commas (,) must be followed by white space.
(#989) Expected 1 space before "=>"; 0 found
(#989) Expected 1 space after "=>"; 0 found
(#989) Variable "BoxRounded" must be all lower-case
(#989) Commas (,) must be followed by white space.
(#989) Expected 1 space before "=>"; 0 found
(#989) Expected 1 space after "=>"; 0 found
(#989) Variable "RoundedRadius" must be all lower-case
(#989) Line exceeds 132 characters; contains 170 characters
(#990) Expected 1 space before "=>"; 0 found
(#990) Expected 1 space after "=>"; 0 found
(#990) Variable "BoxR" must be all lower-case
(#990) Commas (,) must be followed by white space.
(#990) Expected 1 space before "=>"; 0 found
(#990) Expected 1 space after "=>"; 0 found
(#990) Variable "BoxG" must be all lower-case
(#990) Commas (,) must be followed by white space.
(#990) Expected 1 space before "=>"; 0 found
(#990) Expected 1 space after "=>"; 0 found
(#990) Variable "BoxB" must be all lower-case
(#990) Commas (,) must be followed by white space.
(#990) Expected 1 space before "=>"; 0 found
(#990) Expected 1 space after "=>"; 0 found
(#990) Variable "BoxAlpha" must be all lower-case
(#990) Commas (,) must be followed by white space.
(#990) Expected 1 space before "=>"; 0 found
(#990) Expected 1 space after "=>"; 0 found
(#990) Variable "BoxSurrounding" must be all lower-case
(#991) Expected 1 space before "=>"; 0 found
(#991) Expected 1 space after "=>"; 0 found
(#991) Variable "BoxBorderR" must be all lower-case
(#991) Commas (,) must be followed by white space.
(#991) Expected 1 space before "=>"; 0 found
(#991) Expected 1 space after "=>"; 0 found
(#991) Variable "BoxBorderG" must be all lower-case
(#991) Commas (,) must be followed by white space.
(#991) Expected 1 space before "=>"; 0 found
(#991) Expected 1 space after "=>"; 0 found
(#991) Variable "BoxBorderB" must be all lower-case
(#991) Commas (,) must be followed by white space.
(#991) Expected 1 space before "=>"; 0 found
(#991) Expected 1 space after "=>"; 0 found
(#991) Variable "BoxBorderAlpha" must be all lower-case
(#991) Line exceeds 132 characters; contains 142 characters
(#992) Expected 1 space before "=>"; 0 found
(#992) Expected 1 space after "=>"; 0 found
(#992) Variable "CaptionR" must be all lower-case
(#992) Commas (,) must be followed by white space.
(#992) Expected 1 space before "=>"; 0 found
(#992) Expected 1 space after "=>"; 0 found
(#992) Variable "CaptionG" must be all lower-case
(#992) Commas (,) must be followed by white space.
(#992) Expected 1 space before "=>"; 0 found
(#992) Expected 1 space after "=>"; 0 found
(#992) Variable "CaptionB" must be all lower-case
(#992) Commas (,) must be followed by white space.
(#992) Expected 1 space before "=>"; 0 found
(#992) Expected 1 space after "=>"; 0 found
(#992) Variable "CaptionAlpha" must be all lower-case
(#994) Line indented incorrectly; expected 9 spaces, found 5
(#994) Expected "if (...) {\n"; found "if (...) { "
(#994) Variable "Caption" must be all lower-case
(#994) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#994) Variable "Caption" must be all lower-case
(#994) Variable "Value" must be all lower-case
(#994) Closing brace must be on a line by itself
(#996) Line indented incorrectly; expected at least 9 spaces, found 5
(#996) Variable "Data" must be all lower-case
(#998) Line indented incorrectly; expected 9 spaces, found 5
(#998) Expected "if (...) {\n"; found "if (...) { "
(#998) Variable "Data" must be all lower-case
(#998) Variable "AxisID" must be all lower-case
(#998) Closing brace must be on a line by itself
(#999) Whitespace found at end of line
(#1000) Line indented incorrectly; expected 9 spaces, found 5
(#1000) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1000) Variable "Data" must be all lower-case
(#1000) Variable "AxisID" must be all lower-case
(#1001) Line indented incorrectly; expected at least 9 spaces, found 6
(#1002) Line indented incorrectly; expected at least 13 spaces, found 7
(#1002) Variable "X1" must be all lower-case
(#1002) Variable "Data" must be all lower-case
(#1002) Variable "AxisID" must be all lower-case
(#1003) Line indented incorrectly; expected at least 13 spaces, found 7
(#1003) Variable "X2" must be all lower-case
(#1003) Variable "Data" must be all lower-case
(#1003) Variable "AxisID" must be all lower-case
(#1004) Line indented incorrectly; expected at least 13 spaces, found 7
(#1004) Variable "Y" must be all lower-case
(#1004) Variable "Value" must be all lower-case
(#1004) Commas (,) must be followed by white space.
(#1004) Variable "AxisID" must be all lower-case
(#1006) Line indented incorrectly; expected at least 13 spaces, found 7
(#1006) Variable "X1" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Variable "Y" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Variable "X2" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Variable "Y" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Expected 1 space before "=>"; 0 found
(#1006) Expected 1 space after "=>"; 0 found
(#1006) Variable "R" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Expected 1 space before "=>"; 0 found
(#1006) Expected 1 space after "=>"; 0 found
(#1006) Variable "G" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Expected 1 space before "=>"; 0 found
(#1006) Expected 1 space after "=>"; 0 found
(#1006) Variable "B" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Expected 1 space before "=>"; 0 found
(#1006) Expected 1 space after "=>"; 0 found
(#1006) Variable "Alpha" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Expected 1 space before "=>"; 0 found
(#1006) Expected 1 space after "=>"; 0 found
(#1006) Variable "Ticks" must be all lower-case
(#1006) Commas (,) must be followed by white space.
(#1006) Expected 1 space before "=>"; 0 found
(#1006) Expected 1 space after "=>"; 0 found
(#1006) Variable "Weight" must be all lower-case
(#1006) Line exceeds 132 characters; contains 133 characters
(#1008) Line indented incorrectly; expected 13 spaces, found 7
(#1008) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1008) Variable "Wide" must be all lower-case
(#1009) Line indented incorrectly; expected at least 13 spaces, found 8
(#1010) Line indented incorrectly; expected at least 17 spaces, found 9
(#1010) Variable "X1" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Variable "Y" must be all lower-case
(#1010) Expected 1 space before "-"; 0 found
(#1010) Expected 1 space after "-"; 0 found
(#1010) Commas (,) must be followed by white space.
(#1010) Variable "X2" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Variable "Y" must be all lower-case
(#1010) Expected 1 space before "-"; 0 found
(#1010) Expected 1 space after "-"; 0 found
(#1010) Commas (,) must be followed by white space.
(#1010) Expected 1 space before "=>"; 0 found
(#1010) Expected 1 space after "=>"; 0 found
(#1010) Variable "R" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Expected 1 space before "=>"; 0 found
(#1010) Expected 1 space after "=>"; 0 found
(#1010) Variable "G" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Expected 1 space before "=>"; 0 found
(#1010) Expected 1 space after "=>"; 0 found
(#1010) Variable "B" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Expected 1 space before "=>"; 0 found
(#1010) Expected 1 space after "=>"; 0 found
(#1010) Variable "Alpha" must be all lower-case
(#1010) Expected 1 space before "/"; 0 found
(#1010) Expected 1 space after "/"; 0 found
(#1010) Variable "WideFactor" must be all lower-case
(#1010) Commas (,) must be followed by white space.
(#1010) Expected 1 space before "=>"; 0 found
(#1010) Expected 1 space after "=>"; 0 found
(#1010) Variable "Ticks" must be all lower-case
(#1010) Line exceeds 132 characters; contains 133 characters
(#1011) Line indented incorrectly; expected at least 17 spaces, found 9
(#1011) Variable "X1" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Variable "Y" must be all lower-case
(#1011) Expected 1 space before "+"; 0 found
(#1011) Expected 1 space after "+"; 0 found
(#1011) Commas (,) must be followed by white space.
(#1011) Variable "X2" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Variable "Y" must be all lower-case
(#1011) Expected 1 space before "+"; 0 found
(#1011) Expected 1 space after "+"; 0 found
(#1011) Commas (,) must be followed by white space.
(#1011) Expected 1 space before "=>"; 0 found
(#1011) Expected 1 space after "=>"; 0 found
(#1011) Variable "R" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Expected 1 space before "=>"; 0 found
(#1011) Expected 1 space after "=>"; 0 found
(#1011) Variable "G" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Expected 1 space before "=>"; 0 found
(#1011) Expected 1 space after "=>"; 0 found
(#1011) Variable "B" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Expected 1 space before "=>"; 0 found
(#1011) Expected 1 space after "=>"; 0 found
(#1011) Variable "Alpha" must be all lower-case
(#1011) Expected 1 space before "/"; 0 found
(#1011) Expected 1 space after "/"; 0 found
(#1011) Variable "WideFactor" must be all lower-case
(#1011) Commas (,) must be followed by white space.
(#1011) Expected 1 space before "=>"; 0 found
(#1011) Expected 1 space after "=>"; 0 found
(#1011) Variable "Ticks" must be all lower-case
(#1011) Line exceeds 132 characters; contains 133 characters
(#1012) Line indented incorrectly; expected 16 spaces, found 8
(#1012) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1014) Line indented incorrectly; expected 16 spaces, found 7
(#1014) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1014) Variable "WriteCaption" must be all lower-case
(#1015) Line indented incorrectly; expected at least 16 spaces, found 8
(#1016) Line indented incorrectly; expected 20 spaces, found 9
(#1016) Expected "if (...) {\n"; found "if (...)\n { "
(#1016) Variable "CaptionAlign" must be all lower-case
(#1017) Line indented incorrectly; expected at least 20 spaces, found 10
(#1017) Variable "X" must be all lower-case
(#1017) Variable "Data" must be all lower-case
(#1017) Variable "AxisID" must be all lower-case
(#1017) Variable "CaptionOffset" must be all lower-case
(#1017) Variable "CaptionSettings" must be all lower-case
(#1017) Line exceeds 132 characters; contains 155 characters
(#1017) Closing brace must be on a line by itself
(#1018) Line indented incorrectly; expected 20 spaces, found 9
(#1018) Expected "} else {\n"; found "}\n else \n { "
(#1018) Whitespace found at end of line
(#1019) Line indented incorrectly; expected at least 20 spaces, found 10
(#1019) Variable "X" must be all lower-case
(#1019) Variable "Data" must be all lower-case
(#1019) Variable "AxisID" must be all lower-case
(#1019) Variable "CaptionOffset" must be all lower-case
(#1019) Variable "CaptionSettings" must be all lower-case
(#1019) Line exceeds 132 characters; contains 156 characters
(#1019) Closing brace must be on a line by itself
(#1021) Line indented incorrectly; expected at least 20 spaces, found 9
(#1021) Variable "X" must be all lower-case
(#1021) Commas (,) must be followed by white space.
(#1021) Variable "Y" must be all lower-case
(#1021) Commas (,) must be followed by white space.
(#1021) Variable "Caption" must be all lower-case
(#1021) Commas (,) must be followed by white space.
(#1021) Variable "CaptionSettings" must be all lower-case
(#1022) Line indented incorrectly; expected 16 spaces, found 8
(#1022) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1024) Line indented incorrectly; expected at least 16 spaces, found 7
(#1024) Expected 1 space before "=>"; 0 found
(#1024) Expected 1 space after "=>"; 0 found
(#1024) Variable "Y" must be all lower-case
(#1025) Line indented incorrectly; expected 12 spaces, found 6
(#1025) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1026) Line indented incorrectly; expected 12 spaces, found 5
(#1026) Usage of ELSEIF not allowed; use ELSE IF instead
(#1026) Variable "Data" must be all lower-case
(#1026) Variable "AxisID" must be all lower-case
(#1027) Line indented incorrectly; expected at least 12 spaces, found 6
(#1028) Line indented incorrectly; expected at least 16 spaces, found 7
(#1028) Variable "X" must be all lower-case
(#1028) Variable "Value" must be all lower-case
(#1028) Commas (,) must be followed by white space.
(#1028) Variable "AxisID" must be all lower-case
(#1029) Line indented incorrectly; expected at least 16 spaces, found 7
(#1029) Variable "Y1" must be all lower-case
(#1029) Variable "Data" must be all lower-case
(#1029) Variable "AxisID" must be all lower-case
(#1030) Line indented incorrectly; expected at least 16 spaces, found 7
(#1030) Variable "Y2" must be all lower-case
(#1030) Variable "Data" must be all lower-case
(#1030) Variable "AxisID" must be all lower-case
(#1032) Line indented incorrectly; expected at least 16 spaces, found 7
(#1032) Variable "X" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Variable "Y1" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Variable "X" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Variable "Y2" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Expected 1 space before "=>"; 0 found
(#1032) Expected 1 space after "=>"; 0 found
(#1032) Variable "R" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Expected 1 space before "=>"; 0 found
(#1032) Expected 1 space after "=>"; 0 found
(#1032) Variable "G" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Expected 1 space before "=>"; 0 found
(#1032) Expected 1 space after "=>"; 0 found
(#1032) Variable "B" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Expected 1 space before "=>"; 0 found
(#1032) Expected 1 space after "=>"; 0 found
(#1032) Variable "Alpha" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Expected 1 space before "=>"; 0 found
(#1032) Expected 1 space after "=>"; 0 found
(#1032) Variable "Ticks" must be all lower-case
(#1032) Commas (,) must be followed by white space.
(#1032) Expected 1 space before "=>"; 0 found
(#1032) Expected 1 space after "=>"; 0 found
(#1032) Variable "Weight" must be all lower-case
(#1032) Line exceeds 132 characters; contains 133 characters
(#1034) Line indented incorrectly; expected 16 spaces, found 7
(#1034) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1034) Variable "Wide" must be all lower-case
(#1035) Line indented incorrectly; expected at least 16 spaces, found 8
(#1036) Line indented incorrectly; expected at least 20 spaces, found 9
(#1036) Variable "X" must be all lower-case
(#1036) Expected 1 space before "-"; 0 found
(#1036) Expected 1 space after "-"; 0 found
(#1036) Commas (,) must be followed by white space.
(#1036) Variable "Y1" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Variable "X" must be all lower-case
(#1036) Expected 1 space before "-"; 0 found
(#1036) Expected 1 space after "-"; 0 found
(#1036) Commas (,) must be followed by white space.
(#1036) Variable "Y2" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Expected 1 space before "=>"; 0 found
(#1036) Expected 1 space after "=>"; 0 found
(#1036) Variable "R" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Expected 1 space before "=>"; 0 found
(#1036) Expected 1 space after "=>"; 0 found
(#1036) Variable "G" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Expected 1 space before "=>"; 0 found
(#1036) Expected 1 space after "=>"; 0 found
(#1036) Variable "B" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Expected 1 space before "=>"; 0 found
(#1036) Expected 1 space after "=>"; 0 found
(#1036) Variable "Alpha" must be all lower-case
(#1036) Expected 1 space before "/"; 0 found
(#1036) Expected 1 space after "/"; 0 found
(#1036) Variable "WideFactor" must be all lower-case
(#1036) Commas (,) must be followed by white space.
(#1036) Expected 1 space before "=>"; 0 found
(#1036) Expected 1 space after "=>"; 0 found
(#1036) Variable "Ticks" must be all lower-case
(#1036) Line exceeds 132 characters; contains 133 characters
(#1037) Line indented incorrectly; expected at least 20 spaces, found 9
(#1037) Variable "X" must be all lower-case
(#1037) Expected 1 space before "+"; 0 found
(#1037) Expected 1 space after "+"; 0 found
(#1037) Commas (,) must be followed by white space.
(#1037) Variable "Y1" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Variable "X" must be all lower-case
(#1037) Expected 1 space before "+"; 0 found
(#1037) Expected 1 space after "+"; 0 found
(#1037) Commas (,) must be followed by white space.
(#1037) Variable "Y2" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Variable "R" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Variable "G" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Variable "B" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Variable "Alpha" must be all lower-case
(#1037) Expected 1 space before "/"; 0 found
(#1037) Expected 1 space after "/"; 0 found
(#1037) Variable "WideFactor" must be all lower-case
(#1037) Commas (,) must be followed by white space.
(#1037) Expected 1 space before "=>"; 0 found
(#1037) Expected 1 space after "=>"; 0 found
(#1037) Variable "Ticks" must be all lower-case
(#1037) Line exceeds 132 characters; contains 133 characters
(#1038) Line indented incorrectly; expected 16 spaces, found 8
(#1038) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1040) Line indented incorrectly; expected 16 spaces, found 7
(#1040) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1040) Variable "WriteCaption" must be all lower-case
(#1041) Line indented incorrectly; expected at least 16 spaces, found 8
(#1042) Line indented incorrectly; expected 20 spaces, found 9
(#1042) Expected "if (...) {\n"; found "if (...)\n { "
(#1042) Variable "CaptionAlign" must be all lower-case
(#1043) Line indented incorrectly; expected at least 20 spaces, found 10
(#1043) Variable "Y" must be all lower-case
(#1043) Variable "Data" must be all lower-case
(#1043) Variable "AxisID" must be all lower-case
(#1043) Variable "CaptionOffset" must be all lower-case
(#1043) Variable "CaptionSettings" must be all lower-case
(#1043) Line exceeds 132 characters; contains 154 characters
(#1043) Closing brace must be on a line by itself
(#1044) Line indented incorrectly; expected 20 spaces, found 9
(#1044) Expected "} else {\n"; found "}\n else \n { "
(#1044) Whitespace found at end of line
(#1045) Line indented incorrectly; expected at least 20 spaces, found 10
(#1045) Variable "Y" must be all lower-case
(#1045) Variable "Data" must be all lower-case
(#1045) Variable "AxisID" must be all lower-case
(#1045) Variable "CaptionOffset" must be all lower-case
(#1045) Variable "CaptionSettings" must be all lower-case
(#1045) Line exceeds 132 characters; contains 157 characters
(#1045) Closing brace must be on a line by itself
(#1047) Line indented incorrectly; expected at least 20 spaces, found 9
(#1047) Variable "CaptionSettings" must be all lower-case
(#1048) Line indented incorrectly; expected at least 20 spaces, found 9
(#1048) Variable "X" must be all lower-case
(#1048) Commas (,) must be followed by white space.
(#1048) Variable "Y" must be all lower-case
(#1048) Commas (,) must be followed by white space.
(#1048) Variable "Caption" must be all lower-case
(#1048) Commas (,) must be followed by white space.
(#1048) Variable "CaptionSettings" must be all lower-case
(#1049) Line indented incorrectly; expected 16 spaces, found 8
(#1049) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1051) Line indented incorrectly; expected at least 16 spaces, found 7
(#1051) Expected 1 space before "=>"; 0 found
(#1051) Expected 1 space after "=>"; 0 found
(#1051) Variable "X" must be all lower-case
(#1052) Line indented incorrectly; expected 12 spaces, found 6
(#1052) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1053) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1055) Line indented incorrectly; expected at least 4 spaces, found 3
(#1056) Line indented incorrectly; expected 4 spaces, found 3
(#1056) method name "pScatter::drawScatterThresholdArea" must be in lower-case letters only
(#1056) Visibility must be declared on method "drawScatterThresholdArea"
(#1056) Variable "Value1" must be all lower-case
(#1056) Commas (,) must be followed by white space.
(#1056) Variable "Value2" must be all lower-case
(#1056) Commas (,) must be followed by white space.
(#1056) Variable "Format" must be all lower-case
(#1057) Opening brace should be on the same line as the declaration
(#1058) Line indented incorrectly; expected at least 8 spaces, found 5
(#1058) Variable "AxisID" must be all lower-case
(#1058) Spaces must be used for alignment; tabs are not allowed
(#1058) Tab found within whitespace
(#1058) Variable "Format" must be all lower-case
(#1058) Variable "Format" must be all lower-case
(#1059) Line indented incorrectly; expected at least 8 spaces, found 5
(#1059) Variable "R" must be all lower-case
(#1059) Spaces must be used for alignment; tabs are not allowed
(#1059) Tab found within whitespace
(#1059) Variable "Format" must be all lower-case
(#1059) Variable "Format" must be all lower-case
(#1060) Line indented incorrectly; expected at least 8 spaces, found 5
(#1060) Variable "G" must be all lower-case
(#1060) Spaces must be used for alignment; tabs are not allowed
(#1060) Tab found within whitespace
(#1060) Variable "Format" must be all lower-case
(#1060) Variable "Format" must be all lower-case
(#1061) Line indented incorrectly; expected at least 8 spaces, found 5
(#1061) Variable "B" must be all lower-case
(#1061) Spaces must be used for alignment; tabs are not allowed
(#1061) Tab found within whitespace
(#1061) Variable "Format" must be all lower-case
(#1061) Variable "Format" must be all lower-case
(#1062) Line indented incorrectly; expected at least 8 spaces, found 5
(#1062) Variable "Alpha" must be all lower-case
(#1062) Spaces must be used for alignment; tabs are not allowed
(#1062) Tab found within whitespace
(#1062) Variable "Format" must be all lower-case
(#1062) Variable "Format" must be all lower-case
(#1063) Line indented incorrectly; expected at least 8 spaces, found 5
(#1063) Variable "Border" must be all lower-case
(#1063) Variable "Format" must be all lower-case
(#1063) Variable "Format" must be all lower-case
(#1063) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1064) Line indented incorrectly; expected at least 8 spaces, found 5
(#1064) Variable "BorderR" must be all lower-case
(#1064) Variable "Format" must be all lower-case
(#1064) Variable "Format" must be all lower-case
(#1064) Variable "R" must be all lower-case
(#1065) Line indented incorrectly; expected at least 8 spaces, found 5
(#1065) Variable "BorderG" must be all lower-case
(#1065) Variable "Format" must be all lower-case
(#1065) Variable "Format" must be all lower-case
(#1065) Variable "G" must be all lower-case
(#1066) Line indented incorrectly; expected at least 8 spaces, found 5
(#1066) Variable "BorderB" must be all lower-case
(#1066) Variable "Format" must be all lower-case
(#1066) Variable "Format" must be all lower-case
(#1066) Variable "B" must be all lower-case
(#1067) Line indented incorrectly; expected at least 8 spaces, found 5
(#1067) Variable "BorderAlpha" must be all lower-case
(#1067) Variable "Format" must be all lower-case
(#1067) Variable "Format" must be all lower-case
(#1067) Variable "Alpha" must be all lower-case
(#1068) Line indented incorrectly; expected at least 8 spaces, found 5
(#1068) Variable "BorderTicks" must be all lower-case
(#1068) Variable "Format" must be all lower-case
(#1068) Variable "Format" must be all lower-case
(#1069) Line indented incorrectly; expected at least 8 spaces, found 5
(#1069) Variable "AreaName" must be all lower-case
(#1069) Spaces must be used for alignment; tabs are not allowed
(#1069) Tab found within whitespace
(#1069) Variable "Format" must be all lower-case
(#1069) Variable "Format" must be all lower-case
(#1069) Inline comments must end in full-stops, exclamation marks, or question marks
(#1069) This comment is 100% valid code; is this commented out code?
(#1069) No space found before comment text; expected "// NULL;" but found "//NULL;"
(#1070) Line indented incorrectly; expected at least 8 spaces, found 5
(#1070) Variable "NameAngle" must be all lower-case
(#1070) Spaces must be used for alignment; tabs are not allowed
(#1070) Tab found within whitespace
(#1070) Variable "Format" must be all lower-case
(#1070) Variable "Format" must be all lower-case
(#1071) Line indented incorrectly; expected at least 8 spaces, found 5
(#1071) Variable "NameR" must be all lower-case
(#1071) Spaces must be used for alignment; tabs are not allowed
(#1071) Tab found within whitespace
(#1071) Variable "Format" must be all lower-case
(#1071) Variable "Format" must be all lower-case
(#1072) Line indented incorrectly; expected at least 8 spaces, found 5
(#1072) Variable "NameG" must be all lower-case
(#1072) Spaces must be used for alignment; tabs are not allowed
(#1072) Tab found within whitespace
(#1072) Variable "Format" must be all lower-case
(#1072) Variable "Format" must be all lower-case
(#1073) Line indented incorrectly; expected at least 8 spaces, found 5
(#1073) Variable "NameB" must be all lower-case
(#1073) Spaces must be used for alignment; tabs are not allowed
(#1073) Tab found within whitespace
(#1073) Variable "Format" must be all lower-case
(#1073) Variable "Format" must be all lower-case
(#1074) Line indented incorrectly; expected at least 8 spaces, found 5
(#1074) Variable "NameAlpha" must be all lower-case
(#1074) Spaces must be used for alignment; tabs are not allowed
(#1074) Tab found within whitespace
(#1074) Variable "Format" must be all lower-case
(#1074) Variable "Format" must be all lower-case
(#1075) Line indented incorrectly; expected at least 8 spaces, found 5
(#1075) Variable "DisableShadowOnArea" must be all lower-case
(#1075) Variable "Format" must be all lower-case
(#1075) Variable "Format" must be all lower-case
(#1075) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#1077) Line indented incorrectly; expected 8 spaces, found 5
(#1077) Expected "if (...) {\n"; found "if (...) { "
(#1077) Variable "Value1" must be all lower-case
(#1077) Variable "Value2" must be all lower-case
(#1077) Variable "Value1" must be all lower-case
(#1077) Variable "Value2" must be all lower-case
(#1077) Variable "Value2" must be all lower-case
(#1077) Variable "Value1" must be all lower-case
(#1077) Closing brace must be on a line by itself
(#1079) Line indented incorrectly; expected at least 8 spaces, found 5
(#1079) Variable "RestoreShadow" must be all lower-case
(#1080) Line indented incorrectly; expected 8 spaces, found 5
(#1080) Expected "if (...) {\n"; found "if (...) { "
(#1080) Variable "DisableShadowOnArea" must be all lower-case
(#1080) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1080) Closing brace must be on a line by itself
(#1082) Line indented incorrectly; expected 8 spaces, found 5
(#1082) Expected "if (...) {\n"; found "if (...) { "
(#1082) Variable "BorderAlpha" must be all lower-case
(#1082) Expected 1 space after ">"; 0 found
(#1082) Variable "BorderAlpha" must be all lower-case
(#1082) Closing brace must be on a line by itself
(#1084) Line indented incorrectly; expected at least 8 spaces, found 5
(#1084) Variable "Data" must be all lower-case
(#1086) Line indented incorrectly; expected 8 spaces, found 5
(#1086) Expected "if (...) {\n"; found "if (...) { "
(#1086) Variable "Data" must be all lower-case
(#1086) Variable "AxisID" must be all lower-case
(#1086) Closing brace must be on a line by itself
(#1087) Whitespace found at end of line
(#1088) Line indented incorrectly; expected 8 spaces, found 5
(#1088) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1088) Variable "Data" must be all lower-case
(#1088) Variable "AxisID" must be all lower-case
(#1089) Line indented incorrectly; expected at least 8 spaces, found 6
(#1090) Line indented incorrectly; expected at least 12 spaces, found 7
(#1090) Variable "Y1" must be all lower-case
(#1090) Variable "Data" must be all lower-case
(#1090) Variable "AxisID" must be all lower-case
(#1091) Line indented incorrectly; expected at least 12 spaces, found 7
(#1091) Variable "Y2" must be all lower-case
(#1091) Variable "Data" must be all lower-case
(#1091) Variable "AxisID" must be all lower-case
(#1092) Line indented incorrectly; expected at least 12 spaces, found 7
(#1092) Variable "X1" must be all lower-case
(#1092) Variable "Value1" must be all lower-case
(#1092) Commas (,) must be followed by white space.
(#1092) Variable "AxisID" must be all lower-case
(#1093) Line indented incorrectly; expected at least 12 spaces, found 7
(#1093) Variable "X2" must be all lower-case
(#1093) Variable "Value2" must be all lower-case
(#1093) Commas (,) must be followed by white space.
(#1093) Variable "AxisID" must be all lower-case
(#1095) Line indented incorrectly; expected 12 spaces, found 7
(#1095) Expected "if (...) {\n"; found "if (...) { "
(#1095) Variable "X1" must be all lower-case
(#1095) Variable "X1" must be all lower-case
(#1095) Expected 1 space before "+"; 0 found
(#1095) Expected 1 space after "+"; 0 found
(#1095) Variable "Data" must be all lower-case
(#1095) Variable "AxisID" must be all lower-case
(#1095) Closing brace must be on a line by itself
(#1096) Line indented incorrectly; expected 12 spaces, found 7
(#1096) Expected "if (...) {\n"; found "if (...) { "
(#1096) Variable "X2" must be all lower-case
(#1096) Variable "X2" must be all lower-case
(#1096) Expected 1 space before "-"; 0 found
(#1096) Expected 1 space after "-"; 0 found
(#1096) Variable "Data" must be all lower-case
(#1096) Variable "AxisID" must be all lower-case
(#1096) Closing brace must be on a line by itself
(#1098) Line indented incorrectly; expected at least 12 spaces, found 7
(#1098) Variable "X1" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Variable "Y1" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Variable "X2" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Variable "Y2" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Expected 1 space before "=>"; 0 found
(#1098) Expected 1 space after "=>"; 0 found
(#1098) Variable "R" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Expected 1 space before "=>"; 0 found
(#1098) Expected 1 space after "=>"; 0 found
(#1098) Variable "G" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Expected 1 space before "=>"; 0 found
(#1098) Expected 1 space after "=>"; 0 found
(#1098) Variable "B" must be all lower-case
(#1098) Commas (,) must be followed by white space.
(#1098) Expected 1 space before "=>"; 0 found
(#1098) Expected 1 space after "=>"; 0 found
(#1098) Variable "Alpha" must be all lower-case
(#1100) Line indented incorrectly; expected 12 spaces, found 7
(#1100) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1100) Variable "Border" must be all lower-case
(#1101) Line indented incorrectly; expected at least 12 spaces, found 8
(#1102) Line indented incorrectly; expected at least 16 spaces, found 9
(#1102) Variable "X1" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Variable "Y1" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Variable "X1" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Variable "Y2" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Variable "BorderR" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Variable "BorderG" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Variable "BorderB" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Variable "BorderAlpha" must be all lower-case
(#1102) Commas (,) must be followed by white space.
(#1102) Expected 1 space before "=>"; 0 found
(#1102) Expected 1 space after "=>"; 0 found
(#1102) Variable "BorderTicks" must be all lower-case
(#1102) Line exceeds 132 characters; contains 149 characters
(#1103) Line indented incorrectly; expected at least 16 spaces, found 9
(#1103) Variable "X2" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Variable "Y1" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Variable "X2" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Variable "Y2" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Expected 1 space before "=>"; 0 found
(#1103) Expected 1 space after "=>"; 0 found
(#1103) Variable "BorderR" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Expected 1 space before "=>"; 0 found
(#1103) Expected 1 space after "=>"; 0 found
(#1103) Variable "BorderG" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Expected 1 space before "=>"; 0 found
(#1103) Expected 1 space after "=>"; 0 found
(#1103) Variable "BorderB" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Expected 1 space before "=>"; 0 found
(#1103) Expected 1 space after "=>"; 0 found
(#1103) Variable "BorderAlpha" must be all lower-case
(#1103) Commas (,) must be followed by white space.
(#1103) Expected 1 space before "=>"; 0 found
(#1103) Expected 1 space after "=>"; 0 found
(#1103) Variable "BorderTicks" must be all lower-case
(#1103) Line exceeds 132 characters; contains 149 characters
(#1104) Line indented incorrectly; expected 12 spaces, found 8
(#1104) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1106) Line indented incorrectly; expected 12 spaces, found 7
(#1106) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1106) Variable "AreaName" must be all lower-case
(#1106) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1107) Line indented incorrectly; expected at least 12 spaces, found 8
(#1108) Line indented incorrectly; expected at least 16 spaces, found 9
(#1108) Variable "XPos" must be all lower-case
(#1108) Variable "X2" must be all lower-case
(#1108) Expected 1 space before "-"; 0 found
(#1108) Expected 1 space after "-"; 0 found
(#1108) Variable "X1" must be all lower-case
(#1108) Expected 1 space before "/"; 0 found
(#1108) Expected 1 space after "/"; 0 found
(#1108) Variable "X1" must be all lower-case
(#1109) Line indented incorrectly; expected at least 16 spaces, found 9
(#1109) Variable "YPos" must be all lower-case
(#1109) Variable "Y2" must be all lower-case
(#1109) Expected 1 space before "-"; 0 found
(#1109) Expected 1 space after "-"; 0 found
(#1109) Variable "Y1" must be all lower-case
(#1109) Expected 1 space before "/"; 0 found
(#1109) Expected 1 space after "/"; 0 found
(#1109) Variable "Y1" must be all lower-case
(#1111) Line indented incorrectly; expected 16 spaces, found 9
(#1111) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1111) Variable "NameAngle" must be all lower-case
(#1112) Line indented incorrectly; expected at least 16 spaces, found 10
(#1113) Line indented incorrectly; expected at least 20 spaces, found 11
(#1113) Variable "TxtPos" must be all lower-case
(#1113) Variable "XPos" must be all lower-case
(#1113) Commas (,) must be followed by white space.
(#1113) Variable "YPos" must be all lower-case
(#1113) Commas (,) must be followed by white space.
(#1113) Commas (,) must be followed by white space.
(#1113) Commas (,) must be followed by white space.
(#1113) Commas (,) must be followed by white space.
(#1113) Variable "AreaName" must be all lower-case
(#1113) Line exceeds 132 characters; contains 140 characters
(#1114) Line indented incorrectly; expected at least 20 spaces, found 11
(#1114) Variable "TxtWidth" must be all lower-case
(#1114) Variable "TxtPos" must be all lower-case
(#1114) Variable "TxtPos" must be all lower-case
(#1115) Line indented incorrectly; expected 20 spaces, found 11
(#1115) Expected "if (...) {\n"; found "if (...) { "
(#1115) Variable "X2" must be all lower-case
(#1115) Variable "X1" must be all lower-case
(#1115) Variable "TxtWidth" must be all lower-case
(#1115) Variable "NameAngle" must be all lower-case
(#1115) Closing brace must be on a line by itself
(#1115) Expected "} else {\n"; found "} else { "
(#1115) Variable "NameAngle" must be all lower-case
(#1115) Closing brace must be on a line by itself
(#1116) Line indented incorrectly; expected 16 spaces, found 10
(#1116) Closing brace indented incorrectly; expected 9 spaces, found 10
(#1117) Line indented incorrectly; expected at least 16 spaces, found 9
(#1117) Variable "RestoreShadow" must be all lower-case
(#1118) Line indented incorrectly; expected at least 16 spaces, found 9
(#1118) Variable "XPos" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Variable "YPos" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Variable "AreaName" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Expected 1 space before "=>"; 0 found
(#1118) Expected 1 space after "=>"; 0 found
(#1118) Variable "NameR" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Expected 1 space before "=>"; 0 found
(#1118) Expected 1 space after "=>"; 0 found
(#1118) Variable "NameG" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Expected 1 space before "=>"; 0 found
(#1118) Expected 1 space after "=>"; 0 found
(#1118) Variable "NameB" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Expected 1 space before "=>"; 0 found
(#1118) Expected 1 space after "=>"; 0 found
(#1118) Variable "NameAlpha" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Expected 1 space before "=>"; 0 found
(#1118) Expected 1 space after "=>"; 0 found
(#1118) Variable "NameAngle" must be all lower-case
(#1118) Commas (,) must be followed by white space.
(#1118) Expected 1 space before "=>"; 0 found
(#1118) Expected 1 space after "=>"; 0 found
(#1118) Line exceeds 132 characters; contains 178 characters
(#1119) Line indented incorrectly; expected 16 spaces, found 9
(#1119) Expected "if (...) {\n"; found "if (...) { "
(#1119) Variable "DisableShadowOnArea" must be all lower-case
(#1119) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1119) Closing brace must be on a line by itself
(#1120) Line indented incorrectly; expected 12 spaces, found 8
(#1120) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1122) Line indented incorrectly; expected at least 12 spaces, found 7
(#1122) Variable "RestoreShadow" must be all lower-case
(#1123) Line indented incorrectly; expected at least 12 spaces, found 7
(#1123) Expected 1 space before "=>"; 0 found
(#1123) Expected 1 space after "=>"; 0 found
(#1123) Variable "X1" must be all lower-case
(#1123) Commas (,) must be followed by white space.
(#1123) Expected 1 space before "=>"; 0 found
(#1123) Expected 1 space after "=>"; 0 found
(#1123) Variable "X2" must be all lower-case
(#1124) Line indented incorrectly; expected 8 spaces, found 6
(#1124) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1125) Line indented incorrectly; expected 8 spaces, found 5
(#1125) Usage of ELSEIF not allowed; use ELSE IF instead
(#1125) Variable "Data" must be all lower-case
(#1125) Variable "AxisID" must be all lower-case
(#1126) Line indented incorrectly; expected at least 8 spaces, found 6
(#1127) Line indented incorrectly; expected at least 12 spaces, found 7
(#1127) Variable "X1" must be all lower-case
(#1127) Variable "Data" must be all lower-case
(#1127) Variable "AxisID" must be all lower-case
(#1128) Line indented incorrectly; expected at least 12 spaces, found 7
(#1128) Variable "X2" must be all lower-case
(#1128) Variable "Data" must be all lower-case
(#1128) Variable "AxisID" must be all lower-case
(#1129) Line indented incorrectly; expected at least 12 spaces, found 7
(#1129) Variable "Y1" must be all lower-case
(#1129) Variable "Value1" must be all lower-case
(#1129) Commas (,) must be followed by white space.
(#1129) Variable "AxisID" must be all lower-case
(#1130) Line indented incorrectly; expected at least 12 spaces, found 7
(#1130) Variable "Y2" must be all lower-case
(#1130) Variable "Value2" must be all lower-case
(#1130) Commas (,) must be followed by white space.
(#1130) Variable "AxisID" must be all lower-case
(#1132) Line indented incorrectly; expected 12 spaces, found 7
(#1132) Expected "if (...) {\n"; found "if (...) { "
(#1132) Variable "Y1" must be all lower-case
(#1132) Variable "Y1" must be all lower-case
(#1132) Expected 1 space before "-"; 0 found
(#1132) Expected 1 space after "-"; 0 found
(#1132) Variable "Data" must be all lower-case
(#1132) Variable "AxisID" must be all lower-case
(#1132) Closing brace must be on a line by itself
(#1133) Line indented incorrectly; expected 12 spaces, found 7
(#1133) Expected "if (...) {\n"; found "if (...) { "
(#1133) Variable "Y2" must be all lower-case
(#1133) Variable "Y2" must be all lower-case
(#1133) Expected 1 space before "+"; 0 found
(#1133) Expected 1 space after "+"; 0 found
(#1133) Variable "Data" must be all lower-case
(#1133) Variable "AxisID" must be all lower-case
(#1133) Closing brace must be on a line by itself
(#1135) Line indented incorrectly; expected at least 12 spaces, found 7
(#1135) Variable "X1" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Variable "Y1" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Variable "X2" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Variable "Y2" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Expected 1 space before "=>"; 0 found
(#1135) Expected 1 space after "=>"; 0 found
(#1135) Variable "R" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Expected 1 space before "=>"; 0 found
(#1135) Expected 1 space after "=>"; 0 found
(#1135) Variable "G" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Expected 1 space before "=>"; 0 found
(#1135) Expected 1 space after "=>"; 0 found
(#1135) Variable "B" must be all lower-case
(#1135) Commas (,) must be followed by white space.
(#1135) Expected 1 space before "=>"; 0 found
(#1135) Expected 1 space after "=>"; 0 found
(#1135) Variable "Alpha" must be all lower-case
(#1137) Line indented incorrectly; expected 12 spaces, found 7
(#1137) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1137) Variable "Border" must be all lower-case
(#1138) Line indented incorrectly; expected at least 12 spaces, found 8
(#1139) Line indented incorrectly; expected at least 16 spaces, found 9
(#1139) Variable "X1" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Variable "Y1" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Variable "X2" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Variable "Y1" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Expected 1 space before "=>"; 0 found
(#1139) Expected 1 space after "=>"; 0 found
(#1139) Variable "BorderR" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Expected 1 space before "=>"; 0 found
(#1139) Expected 1 space after "=>"; 0 found
(#1139) Variable "BorderG" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Expected 1 space before "=>"; 0 found
(#1139) Expected 1 space after "=>"; 0 found
(#1139) Variable "BorderB" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Expected 1 space before "=>"; 0 found
(#1139) Expected 1 space after "=>"; 0 found
(#1139) Variable "BorderAlpha" must be all lower-case
(#1139) Commas (,) must be followed by white space.
(#1139) Expected 1 space before "=>"; 0 found
(#1139) Expected 1 space after "=>"; 0 found
(#1139) Variable "BorderTicks" must be all lower-case
(#1139) Line exceeds 132 characters; contains 149 characters
(#1140) Line indented incorrectly; expected at least 16 spaces, found 9
(#1140) Variable "X1" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Variable "Y2" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Variable "X2" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Variable "Y2" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Expected 1 space before "=>"; 0 found
(#1140) Expected 1 space after "=>"; 0 found
(#1140) Variable "BorderR" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Expected 1 space before "=>"; 0 found
(#1140) Expected 1 space after "=>"; 0 found
(#1140) Variable "BorderG" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Expected 1 space before "=>"; 0 found
(#1140) Expected 1 space after "=>"; 0 found
(#1140) Variable "BorderB" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Expected 1 space before "=>"; 0 found
(#1140) Expected 1 space after "=>"; 0 found
(#1140) Variable "BorderAlpha" must be all lower-case
(#1140) Commas (,) must be followed by white space.
(#1140) Expected 1 space before "=>"; 0 found
(#1140) Expected 1 space after "=>"; 0 found
(#1140) Variable "BorderTicks" must be all lower-case
(#1140) Line exceeds 132 characters; contains 149 characters
(#1141) Line indented incorrectly; expected 12 spaces, found 8
(#1141) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1143) Line indented incorrectly; expected 12 spaces, found 7
(#1143) Expected "if (...) {\n"; found "if (...)\n {\n"
(#1143) Variable "AreaName" must be all lower-case
(#1143) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1144) Line indented incorrectly; expected at least 12 spaces, found 8
(#1145) Line indented incorrectly; expected at least 16 spaces, found 9
(#1145) Variable "XPos" must be all lower-case
(#1145) Variable "X2" must be all lower-case
(#1145) Expected 1 space before "-"; 0 found
(#1145) Expected 1 space after "-"; 0 found
(#1145) Variable "X1" must be all lower-case
(#1145) Expected 1 space before "/"; 0 found
(#1145) Expected 1 space after "/"; 0 found
(#1145) Variable "X1" must be all lower-case
(#1146) Line indented incorrectly; expected at least 16 spaces, found 9
(#1146) Variable "YPos" must be all lower-case
(#1146) Variable "Y2" must be all lower-case
(#1146) Expected 1 space before "-"; 0 found
(#1146) Expected 1 space after "-"; 0 found
(#1146) Variable "Y1" must be all lower-case
(#1146) Expected 1 space before "/"; 0 found
(#1146) Expected 1 space after "/"; 0 found
(#1146) Variable "Y1" must be all lower-case
(#1148) Line indented incorrectly; expected at least 16 spaces, found 9
(#1148) Variable "RestoreShadow" must be all lower-case
(#1149) Line indented incorrectly; expected at least 16 spaces, found 9
(#1149) Variable "YPos" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Variable "XPos" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Variable "AreaName" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Expected 1 space before "=>"; 0 found
(#1149) Expected 1 space after "=>"; 0 found
(#1149) Variable "NameR" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Expected 1 space before "=>"; 0 found
(#1149) Expected 1 space after "=>"; 0 found
(#1149) Variable "NameG" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Expected 1 space before "=>"; 0 found
(#1149) Expected 1 space after "=>"; 0 found
(#1149) Variable "NameB" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Expected 1 space before "=>"; 0 found
(#1149) Expected 1 space after "=>"; 0 found
(#1149) Variable "NameAlpha" must be all lower-case
(#1149) Commas (,) must be followed by white space.
(#1149) Expected 1 space before "=>"; 0 found
(#1149) Expected 1 space after "=>"; 0 found
(#1149) Commas (,) must be followed by white space.
(#1149) Expected 1 space before "=>"; 0 found
(#1149) Expected 1 space after "=>"; 0 found
(#1149) Line exceeds 132 characters; contains 169 characters
(#1150) Line indented incorrectly; expected 16 spaces, found 9
(#1150) Expected "if (...) {\n"; found "if (...) { "
(#1150) Variable "DisableShadowOnArea" must be all lower-case
(#1150) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1150) Closing brace must be on a line by itself
(#1151) Line indented incorrectly; expected 12 spaces, found 8
(#1151) Closing brace indented incorrectly; expected 7 spaces, found 8
(#1153) Line indented incorrectly; expected at least 12 spaces, found 7
(#1153) Variable "RestoreShadow" must be all lower-case
(#1154) Line indented incorrectly; expected at least 12 spaces, found 7
(#1154) Expected 1 space before "=>"; 0 found
(#1154) Expected 1 space after "=>"; 0 found
(#1154) Variable "Y1" must be all lower-case
(#1154) Commas (,) must be followed by white space.
(#1154) Expected 1 space before "=>"; 0 found
(#1154) Expected 1 space after "=>"; 0 found
(#1154) Variable "Y2" must be all lower-case
(#1155) Line indented incorrectly; expected 8 spaces, found 6
(#1155) Closing brace indented incorrectly; expected 5 spaces, found 6
(#1156) Closing brace indented incorrectly; expected 3 spaces, found 4
(#1157) Line indented incorrectly; expected 0 spaces, found 2
(#1157) Closing brace indented incorrectly; expected 1 spaces, found 2
(#1158) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pSplit.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Line indented incorrectly; expected 0 spaces, found 1
(#22) Line indented incorrectly; expected at least 4 spaces, found 3
(#22) Member variable "pChartObject" must be all lower-case
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$pChartObject"
(#24) Line indented incorrectly; expected at least 4 spaces, found 3
(#25) Line indented incorrectly; expected 4 spaces, found 3
(#25) method name "pSplit::pSplit" must be in lower-case letters only
(#25) PHP4 style constructors are not allowed; use "__construct()" instead
(#25) Visibility must be declared on method "pSplit"
(#26) Opening brace should be on the same line as the declaration
(#26) Closing brace must be on a line by itself
(#28) Line indented incorrectly; expected at least 4 spaces, found 3
(#29) Line indented incorrectly; expected 4 spaces, found 3
(#29) method name "pSplit::drawSplitPath" must be in lower-case letters only
(#29) Visibility must be declared on method "drawSplitPath"
(#29) Variable "Object" must be all lower-case
(#29) Commas (,) must be followed by white space.
(#29) Variable "Values" must be all lower-case
(#29) Commas (,) must be followed by white space.
(#29) Variable "Format" must be all lower-case
(#30) Opening brace should be on the same line as the declaration
(#31) Line indented incorrectly; expected at least 8 spaces, found 5
(#31) Variable "Object" must be all lower-case
(#33) Line indented incorrectly; expected at least 8 spaces, found 5
(#33) Variable "Spacing" must be all lower-case
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Variable "Format" must be all lower-case
(#33) Variable "Format" must be all lower-case
(#34) Line indented incorrectly; expected at least 8 spaces, found 5
(#34) Variable "TextPadding" must be all lower-case
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Variable "Format" must be all lower-case
(#34) Variable "Format" must be all lower-case
(#35) Line indented incorrectly; expected at least 8 spaces, found 5
(#35) Variable "TextPos" must be all lower-case
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Variable "Format" must be all lower-case
(#35) Variable "Format" must be all lower-case
(#36) Line indented incorrectly; expected at least 8 spaces, found 5
(#36) Variable "Surrounding" must be all lower-case
(#36) Variable "Format" must be all lower-case
(#36) Variable "Format" must be all lower-case
(#36) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#37) Line indented incorrectly; expected at least 8 spaces, found 5
(#37) Variable "Force" must be all lower-case
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Variable "Format" must be all lower-case
(#37) Variable "Format" must be all lower-case
(#38) Line indented incorrectly; expected at least 8 spaces, found 5
(#38) Variable "Segments" must be all lower-case
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Variable "Format" must be all lower-case
(#38) Variable "Format" must be all lower-case
(#39) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Variable "FontSize" must be all lower-case
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Variable "Object" must be all lower-case
(#40) Line indented incorrectly; expected at least 8 spaces, found 5
(#40) Variable "X1" must be all lower-case
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Variable "Object" must be all lower-case
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#41) Variable "Y1" must be all lower-case
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Variable "Object" must be all lower-case
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Variable "X2" must be all lower-case
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Variable "Object" must be all lower-case
(#43) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Variable "Y2" must be all lower-case
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Variable "Object" must be all lower-case
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Variable "Data" must be all lower-case
(#46) Variable "Values" must be all lower-case
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#47) Variable "Palette" must be all lower-case
(#47) Variable "Values" must be all lower-case
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Variable "LabelSerie" must be all lower-case
(#49) Variable "Data" must be all lower-case
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Variable "DataSerie" must be all lower-case
(#52) Line indented incorrectly; expected 8 spaces, found 5
(#52) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#52) Variable "Data" must be all lower-case
(#52) Variable "SerieName" must be all lower-case
(#52) Variable "Value" must be all lower-case
(#53) Line indented incorrectly; expected at least 8 spaces, found 6
(#53) Expected "if (...) {\n"; found "if (...) { "
(#53) Variable "SerieName" must be all lower-case
(#53) Variable "LabelSerie" must be all lower-case
(#53) Variable "DataSerie" must be all lower-case
(#53) Variable "DataSerie" must be all lower-case
(#53) Variable "SerieName" must be all lower-case
(#53) Closing brace must be on a line by itself
(#53) Closing brace must be on a line by itself
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "DataSerieSum" must be all lower-case
(#55) Variable "Data" must be all lower-case
(#55) Variable "DataSerie" must be all lower-case
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "DataSerieCount" must be all lower-case
(#56) Variable "Data" must be all lower-case
(#56) Variable "DataSerie" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Inline control structures are not allowed
(#59) Variable "TextPos" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#60) Variable "YScale" must be all lower-case
(#60) Variable "Y2" must be all lower-case
(#60) Expected 1 space before "-"; 0 found
(#60) Expected 1 space after "-"; 0 found
(#60) Variable "Y1" must be all lower-case
(#60) Variable "DataSerieCount" must be all lower-case
(#60) Expected 1 space before "+"; 0 found
(#60) Expected 1 space after "+"; 0 found
(#60) Expected 1 space before "*"; 0 found
(#60) Expected 1 space after "*"; 0 found
(#60) Variable "Spacing" must be all lower-case
(#60) Variable "DataSerieSum" must be all lower-case
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Inline control structures are not allowed
(#62) Line indented incorrectly; expected at least 8 spaces, found 6
(#62) Variable "YScale" must be all lower-case
(#62) Variable "Y2" must be all lower-case
(#62) Expected 1 space before "-"; 0 found
(#62) Expected 1 space after "-"; 0 found
(#62) Variable "Y1" must be all lower-case
(#62) Variable "DataSerieCount" must be all lower-case
(#62) Expected 1 space before "*"; 0 found
(#62) Expected 1 space after "*"; 0 found
(#62) Variable "Spacing" must be all lower-case
(#62) Variable "DataSerieSum" must be all lower-case
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "LeftHeight" must be all lower-case
(#63) Variable "DataSerieSum" must be all lower-case
(#63) Variable "YScale" must be all lower-case
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Line indented incorrectly; expected 8 spaces, found 5
(#66) Expected "if (...) {\n"; found "if (...)\n {\n"
(#66) Variable "TextPos" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 6
(#68) Line indented incorrectly; expected at least 12 spaces, found 7
(#68) Variable "MaxWidth" must be all lower-case
(#69) Line indented incorrectly; expected 12 spaces, found 7
(#69) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#69) Variable "Data" must be all lower-case
(#69) Variable "LabelSerie" must be all lower-case
(#69) Variable "Key" must be all lower-case
(#69) Variable "Label" must be all lower-case
(#70) Line indented incorrectly; expected at least 12 spaces, found 8
(#71) Line indented incorrectly; expected at least 16 spaces, found 9
(#71) Variable "Boundardies" must be all lower-case
(#71) Variable "Object" must be all lower-case
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Variable "Object" must be all lower-case
(#71) Commas (,) must be followed by white space.
(#71) Variable "Object" must be all lower-case
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Variable "Label" must be all lower-case
(#72) Line indented incorrectly; expected 16 spaces, found 9
(#72) Expected "if (...) {\n"; found "if (...) { "
(#72) Variable "Boundardies" must be all lower-case
(#72) Variable "MaxWidth" must be all lower-case
(#72) Variable "MaxWidth" must be all lower-case
(#72) Variable "Boundardies" must be all lower-case
(#72) Variable "TextPadding" must be all lower-case
(#72) Expected 1 space before "*"; 0 found
(#72) Expected 1 space after "*"; 0 found
(#72) Closing brace must be on a line by itself
(#73) Line indented incorrectly; expected 12 spaces, found 8
(#73) Closing brace indented incorrectly; expected 7 spaces, found 8
(#74) Line indented incorrectly; expected at least 12 spaces, found 7
(#74) Variable "X2" must be all lower-case
(#74) Variable "X2" must be all lower-case
(#74) Variable "MaxWidth" must be all lower-case
(#75) Line indented incorrectly; expected 8 spaces, found 6
(#75) Closing brace indented incorrectly; expected 5 spaces, found 6
(#77) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Variable "LeftY" must be all lower-case
(#78) Variable "Y2" must be all lower-case
(#78) Expected 1 space before "-"; 0 found
(#78) Expected 1 space after "-"; 0 found
(#78) Variable "Y1" must be all lower-case
(#78) Variable "Y1" must be all lower-case
(#78) Variable "LeftHeight" must be all lower-case
(#78) Expected 1 space before "/"; 0 found
(#78) Expected 1 space after "/"; 0 found
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Variable "RightY" must be all lower-case
(#79) Variable "Y1" must be all lower-case
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Variable "VectorX" must be all lower-case
(#80) Variable "X2" must be all lower-case
(#80) Expected 1 space before "-"; 0 found
(#80) Expected 1 space after "-"; 0 found
(#80) Variable "X1" must be all lower-case
(#82) Line indented incorrectly; expected 8 spaces, found 5
(#82) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#82) Variable "Data" must be all lower-case
(#82) Variable "DataSerie" must be all lower-case
(#82) Variable "Key" must be all lower-case
(#82) Variable "Value" must be all lower-case
(#83) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Line indented incorrectly; expected at least 12 spaces, found 7
(#84) Inline control structures are not allowed
(#84) Variable "Data" must be all lower-case
(#84) Variable "LabelSerie" must be all lower-case
(#84) Variable "Key" must be all lower-case
(#85) Line indented incorrectly; expected at least 12 spaces, found 8
(#85) Variable "Label" must be all lower-case
(#85) Variable "Data" must be all lower-case
(#85) Variable "LabelSerie" must be all lower-case
(#85) Variable "Key" must be all lower-case
(#86) Line indented incorrectly; expected at least 12 spaces, found 7
(#86) Inline control structures are not allowed
(#87) Line indented incorrectly; expected at least 12 spaces, found 8
(#87) Variable "Label" must be all lower-case
(#89) Line indented incorrectly; expected at least 12 spaces, found 7
(#89) Variable "LeftY1" must be all lower-case
(#89) Variable "LeftY" must be all lower-case
(#90) Line indented incorrectly; expected at least 12 spaces, found 7
(#90) Variable "LeftY2" must be all lower-case
(#90) Variable "LeftY" must be all lower-case
(#90) Variable "Value" must be all lower-case
(#90) Variable "YScale" must be all lower-case
(#92) Line indented incorrectly; expected at least 12 spaces, found 7
(#92) Variable "RightY1" must be all lower-case
(#92) Variable "RightY" must be all lower-case
(#92) Variable "Spacing" must be all lower-case
(#93) Line indented incorrectly; expected at least 12 spaces, found 7
(#93) Variable "RightY2" must be all lower-case
(#93) Variable "RightY" must be all lower-case
(#93) Variable "Spacing" must be all lower-case
(#93) Variable "Value" must be all lower-case
(#93) Variable "YScale" must be all lower-case
(#95) Line indented incorrectly; expected at least 12 spaces, found 7
(#95) Variable "Settings" must be all lower-case
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Variable "Palette" must be all lower-case
(#95) Variable "Key" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Variable "Palette" must be all lower-case
(#95) Variable "Key" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Variable "Palette" must be all lower-case
(#95) Variable "Key" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Variable "Palette" must be all lower-case
(#95) Variable "Key" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Variable "Segments" must be all lower-case
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#95) Variable "Surrounding" must be all lower-case
(#95) Line exceeds maximum limit of 180 characters; contains 199 characters
(#97) Line indented incorrectly; expected at least 12 spaces, found 7
(#97) Variable "PolyGon" must be all lower-case
(#99) Line indented incorrectly; expected at least 12 spaces, found 7
(#99) Variable "Angle" must be all lower-case
(#99) Variable "Object" must be all lower-case
(#99) Variable "X2" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "RightY1" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "X1" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "LeftY1" must be all lower-case
(#100) Line indented incorrectly; expected at least 12 spaces, found 7
(#100) Variable "VectorX1" must be all lower-case
(#100) Variable "Angle" must be all lower-case
(#100) Expected 1 space before "+"; 0 found
(#100) Expected 1 space after "+"; 0 found
(#100) Variable "Force" must be all lower-case
(#100) Variable "X2" must be all lower-case
(#100) Expected 1 space before "-"; 0 found
(#100) Expected 1 space after "-"; 0 found
(#100) Variable "X1" must be all lower-case
(#100) Expected 1 space before "/"; 0 found
(#100) Expected 1 space after "/"; 0 found
(#100) Variable "X1" must be all lower-case
(#101) Line indented incorrectly; expected at least 12 spaces, found 7
(#101) Variable "VectorY1" must be all lower-case
(#101) Variable "Angle" must be all lower-case
(#101) Expected 1 space before "+"; 0 found
(#101) Expected 1 space after "+"; 0 found
(#101) Variable "Force" must be all lower-case
(#101) Variable "RightY1" must be all lower-case
(#101) Expected 1 space before "-"; 0 found
(#101) Expected 1 space after "-"; 0 found
(#101) Variable "LeftY1" must be all lower-case
(#101) Expected 1 space before "/"; 0 found
(#101) Expected 1 space after "/"; 0 found
(#101) Variable "LeftY1" must be all lower-case
(#102) Line indented incorrectly; expected at least 12 spaces, found 7
(#102) Variable "VectorX2" must be all lower-case
(#102) Variable "Angle" must be all lower-case
(#102) Expected 1 space before "-"; 0 found
(#102) Expected 1 space after "-"; 0 found
(#102) Variable "Force" must be all lower-case
(#102) Variable "X2" must be all lower-case
(#102) Expected 1 space before "-"; 0 found
(#102) Expected 1 space after "-"; 0 found
(#102) Variable "X1" must be all lower-case
(#102) Expected 1 space before "/"; 0 found
(#102) Expected 1 space after "/"; 0 found
(#102) Variable "X1" must be all lower-case
(#103) Line indented incorrectly; expected at least 12 spaces, found 7
(#103) Variable "VectorY2" must be all lower-case
(#103) Variable "Angle" must be all lower-case
(#103) Expected 1 space before "-"; 0 found
(#103) Expected 1 space after "-"; 0 found
(#103) Variable "Force" must be all lower-case
(#103) Variable "RightY1" must be all lower-case
(#103) Expected 1 space before "-"; 0 found
(#103) Expected 1 space after "-"; 0 found
(#103) Variable "LeftY1" must be all lower-case
(#103) Expected 1 space before "/"; 0 found
(#103) Expected 1 space after "/"; 0 found
(#103) Variable "LeftY1" must be all lower-case
(#105) Line indented incorrectly; expected at least 12 spaces, found 7
(#105) Variable "Points" must be all lower-case
(#105) Variable "Object" must be all lower-case
(#105) Variable "X1" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "LeftY1" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "X2" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "RightY1" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "VectorX1" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "VectorY1" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "VectorX2" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "VectorY2" must be all lower-case
(#105) Commas (,) must be followed by white space.
(#105) Variable "Settings" must be all lower-case
(#106) Line indented incorrectly; expected 12 spaces, found 7
(#106) Expected "foreach (...) {\n"; found "foreach(...) { "
(#106) Variable "Points" must be all lower-case
(#106) Variable "Key" must be all lower-case
(#106) Variable "Pos" must be all lower-case
(#106) Variable "PolyGon" must be all lower-case
(#106) Variable "Pos" must be all lower-case
(#106) Variable "PolyGon" must be all lower-case
(#106) Variable "Pos" must be all lower-case
(#106) Closing brace must be on a line by itself
(#107) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#109) Line indented incorrectly; expected at least 12 spaces, found 7
(#109) Variable "Angle" must be all lower-case
(#109) Variable "Object" must be all lower-case
(#109) Variable "X2" must be all lower-case
(#109) Commas (,) must be followed by white space.
(#109) Variable "RightY2" must be all lower-case
(#109) Commas (,) must be followed by white space.
(#109) Variable "X1" must be all lower-case
(#109) Commas (,) must be followed by white space.
(#109) Variable "LeftY2" must be all lower-case
(#110) Line indented incorrectly; expected at least 12 spaces, found 7
(#110) Variable "VectorX1" must be all lower-case
(#110) Variable "Angle" must be all lower-case
(#110) Expected 1 space before "+"; 0 found
(#110) Expected 1 space after "+"; 0 found
(#110) Variable "Force" must be all lower-case
(#110) Variable "X2" must be all lower-case
(#110) Expected 1 space before "-"; 0 found
(#110) Expected 1 space after "-"; 0 found
(#110) Variable "X1" must be all lower-case
(#110) Expected 1 space before "/"; 0 found
(#110) Expected 1 space after "/"; 0 found
(#110) Expected 1 space after "+"; 0 found
(#110) Variable "X1" must be all lower-case
(#111) Line indented incorrectly; expected at least 12 spaces, found 7
(#111) Variable "VectorY1" must be all lower-case
(#111) Variable "Angle" must be all lower-case
(#111) Expected 1 space before "+"; 0 found
(#111) Expected 1 space after "+"; 0 found
(#111) Variable "Force" must be all lower-case
(#111) Variable "RightY2" must be all lower-case
(#111) Expected 1 space before "-"; 0 found
(#111) Expected 1 space after "-"; 0 found
(#111) Variable "LeftY2" must be all lower-case
(#111) Expected 1 space before "/"; 0 found
(#111) Expected 1 space after "/"; 0 found
(#111) Variable "LeftY2" must be all lower-case
(#112) Line indented incorrectly; expected at least 12 spaces, found 7
(#112) Variable "VectorX2" must be all lower-case
(#112) Variable "Angle" must be all lower-case
(#112) Expected 1 space before "-"; 0 found
(#112) Expected 1 space after "-"; 0 found
(#112) Variable "Force" must be all lower-case
(#112) Variable "X2" must be all lower-case
(#112) Expected 1 space before "-"; 0 found
(#112) Expected 1 space after "-"; 0 found
(#112) Variable "X1" must be all lower-case
(#112) Expected 1 space before "/"; 0 found
(#112) Expected 1 space after "/"; 0 found
(#112) Expected 1 space after "+"; 0 found
(#112) Variable "X1" must be all lower-case
(#113) Line indented incorrectly; expected at least 12 spaces, found 7
(#113) Variable "VectorY2" must be all lower-case
(#113) Variable "Angle" must be all lower-case
(#113) Expected 1 space before "-"; 0 found
(#113) Expected 1 space after "-"; 0 found
(#113) Variable "Force" must be all lower-case
(#113) Variable "RightY2" must be all lower-case
(#113) Expected 1 space before "-"; 0 found
(#113) Expected 1 space after "-"; 0 found
(#113) Variable "LeftY2" must be all lower-case
(#113) Expected 1 space before "/"; 0 found
(#113) Expected 1 space after "/"; 0 found
(#113) Variable "LeftY2" must be all lower-case
(#115) Line indented incorrectly; expected at least 12 spaces, found 7
(#115) Variable "Points" must be all lower-case
(#115) Variable "Object" must be all lower-case
(#115) Variable "X1" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "LeftY2" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "X2" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "RightY2" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "VectorX1" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "VectorY1" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "VectorX2" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "VectorY2" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Variable "Settings" must be all lower-case
(#116) Line indented incorrectly; expected at least 12 spaces, found 7
(#116) Variable "Points" must be all lower-case
(#116) Variable "Points" must be all lower-case
(#117) Line indented incorrectly; expected 12 spaces, found 7
(#117) Expected "foreach (...) {\n"; found "foreach(...) { "
(#117) Variable "Points" must be all lower-case
(#117) Variable "Key" must be all lower-case
(#117) Variable "Pos" must be all lower-case
(#117) Variable "PolyGon" must be all lower-case
(#117) Variable "Pos" must be all lower-case
(#117) Variable "PolyGon" must be all lower-case
(#117) Variable "Pos" must be all lower-case
(#117) Closing brace must be on a line by itself
(#119) Line indented incorrectly; expected at least 12 spaces, found 7
(#119) Variable "Object" must be all lower-case
(#119) Variable "PolyGon" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Variable "Settings" must be all lower-case
(#121) Line indented incorrectly; expected at least 12 spaces, found 7
(#121) Inline control structures are not allowed
(#121) Variable "TextPos" must be all lower-case
(#122) Line indented incorrectly; expected at least 12 spaces, found 8
(#122) Variable "Object" must be all lower-case
(#122) Variable "X2" must be all lower-case
(#122) Expected 1 space before "+"; 0 found
(#122) Expected 1 space after "+"; 0 found
(#122) Variable "TextPadding" must be all lower-case
(#122) Commas (,) must be followed by white space.
(#122) Variable "RightY2" must be all lower-case
(#122) Expected 1 space before "-"; 0 found
(#122) Expected 1 space after "-"; 0 found
(#122) Variable "RightY1" must be all lower-case
(#122) Expected 1 space before "/"; 0 found
(#122) Expected 1 space after "/"; 0 found
(#122) Expected 1 space before "+"; 0 found
(#122) Expected 1 space after "+"; 0 found
(#122) Variable "RightY1" must be all lower-case
(#122) Commas (,) must be followed by white space.
(#122) Variable "Label" must be all lower-case
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#123) Line indented incorrectly; expected at least 12 spaces, found 7
(#123) Inline control structures are not allowed
(#124) Line indented incorrectly; expected at least 12 spaces, found 8
(#124) Variable "Object" must be all lower-case
(#124) Variable "X2" must be all lower-case
(#124) Commas (,) must be followed by white space.
(#124) Variable "RightY1" must be all lower-case
(#124) Expected 1 space before "-"; 0 found
(#124) Expected 1 space after "-"; 0 found
(#124) Variable "TextPadding" must be all lower-case
(#124) Commas (,) must be followed by white space.
(#124) Variable "Label" must be all lower-case
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#126) Line indented incorrectly; expected at least 12 spaces, found 7
(#126) Variable "LeftY" must be all lower-case
(#126) Variable "LeftY2" must be all lower-case
(#127) Line indented incorrectly; expected at least 12 spaces, found 7
(#127) Variable "RightY" must be all lower-case
(#127) Variable "RightY2" must be all lower-case
(#128) Line indented incorrectly; expected 8 spaces, found 6
(#128) Closing brace indented incorrectly; expected 5 spaces, found 6
(#129) Closing brace indented incorrectly; expected 3 spaces, found 4
(#130) Line indented incorrectly; expected 0 spaces, found 2
(#130) Closing brace indented incorrectly; expected 1 spaces, found 2
(#131) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pSpring.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Tab found within whitespace
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#24) Spaces must be used for alignment; tabs are not allowed
(#24) Tab found within whitespace
(#25) Spaces must be used for alignment; tabs are not allowed
(#25) Tab found within whitespace
(#26) Spaces must be used for alignment; tabs are not allowed
(#26) Tab found within whitespace
(#28) Spaces must be used for alignment; tabs are not allowed
(#28) Tab found within whitespace
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Line indented incorrectly; expected 0 spaces, found 1
(#34) Line indented incorrectly; expected at least 4 spaces, found 3
(#34) Member variable "History" must be all lower-case
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$History"
(#35) Line indented incorrectly; expected at least 4 spaces, found 3
(#35) Member variable "pChartObject" must be all lower-case
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$pChartObject"
(#36) Line indented incorrectly; expected at least 4 spaces, found 3
(#36) Member variable "Data" must be all lower-case
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$Data"
(#37) Line indented incorrectly; expected at least 4 spaces, found 3
(#37) Member variable "Links" must be all lower-case
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$Links"
(#38) Line indented incorrectly; expected at least 4 spaces, found 3
(#38) Member variable "X1" must be all lower-case
(#38) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#38) Scope modifier not specified for member variable "$X1"
(#39) Line indented incorrectly; expected at least 4 spaces, found 3
(#39) Member variable "Y1" must be all lower-case
(#39) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#39) Scope modifier not specified for member variable "$Y1"
(#40) Line indented incorrectly; expected at least 4 spaces, found 3
(#40) Member variable "X2" must be all lower-case
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$X2"
(#41) Line indented incorrectly; expected at least 4 spaces, found 3
(#41) Member variable "Y2" must be all lower-case
(#41) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#41) Scope modifier not specified for member variable "$Y2"
(#42) Line indented incorrectly; expected at least 4 spaces, found 3
(#42) Member variable "AutoComputeFreeZone" must be all lower-case
(#42) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#42) Scope modifier not specified for member variable "$AutoComputeFreeZone"
(#43) Line indented incorrectly; expected at least 4 spaces, found 3
(#43) Member variable "Labels" must be all lower-case
(#43) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#43) Scope modifier not specified for member variable "$Labels"
(#45) Line indented incorrectly; expected at least 4 spaces, found 3
(#46) Line indented incorrectly; expected 4 spaces, found 3
(#46) method name "pSpring::pSpring" must be in lower-case letters only
(#46) PHP4 style constructors are not allowed; use "__construct()" instead
(#46) Visibility must be declared on method "pSpring"
(#47) Opening brace should be on the same line as the declaration
(#48) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 5
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#83) Closing brace indented incorrectly; expected 3 spaces, found 4
(#85) Line indented incorrectly; expected at least 4 spaces, found 3
(#86) Line indented incorrectly; expected 4 spaces, found 3
(#86) method name "pSpring::setLinkDefaults" must be in lower-case letters only
(#86) Visibility must be declared on method "setLinkDefaults"
(#86) Variable "Settings" must be all lower-case
(#87) Opening brace should be on the same line as the declaration
(#88) Line indented incorrectly; expected 8 spaces, found 5
(#88) Expected "if (...) {\n"; found "if (...) { "
(#88) Variable "Settings" must be all lower-case
(#88) Variable "Settings" must be all lower-case
(#88) Closing brace must be on a line by itself
(#89) Line indented incorrectly; expected 8 spaces, found 5
(#89) Expected "if (...) {\n"; found "if (...) { "
(#89) Variable "Settings" must be all lower-case
(#89) Variable "Settings" must be all lower-case
(#89) Closing brace must be on a line by itself
(#90) Line indented incorrectly; expected 8 spaces, found 5
(#90) Expected "if (...) {\n"; found "if (...) { "
(#90) Variable "Settings" must be all lower-case
(#90) Variable "Settings" must be all lower-case
(#90) Closing brace must be on a line by itself
(#91) Line indented incorrectly; expected 8 spaces, found 5
(#91) Expected "if (...) {\n"; found "if (...) { "
(#91) Variable "Settings" must be all lower-case
(#91) Variable "Settings" must be all lower-case
(#91) Closing brace must be on a line by itself
(#92) Closing brace indented incorrectly; expected 3 spaces, found 4
(#94) Line indented incorrectly; expected at least 4 spaces, found 3
(#95) Line indented incorrectly; expected 4 spaces, found 3
(#95) method name "pSpring::setLabelsSettings" must be in lower-case letters only
(#95) Visibility must be declared on method "setLabelsSettings"
(#95) Variable "Settings" must be all lower-case
(#96) Opening brace should be on the same line as the declaration
(#97) Line indented incorrectly; expected 8 spaces, found 5
(#97) Expected "if (...) {\n"; found "if (...) { "
(#97) Variable "Settings" must be all lower-case
(#97) Variable "Settings" must be all lower-case
(#97) Closing brace must be on a line by itself
(#98) Line indented incorrectly; expected 8 spaces, found 5
(#98) Expected "if (...) {\n"; found "if (...) { "
(#98) Variable "Settings" must be all lower-case
(#98) Variable "Settings" must be all lower-case
(#98) Closing brace must be on a line by itself
(#99) Line indented incorrectly; expected 8 spaces, found 5
(#99) Expected "if (...) {\n"; found "if (...) { "
(#99) Variable "Settings" must be all lower-case
(#99) Variable "Settings" must be all lower-case
(#99) Closing brace must be on a line by itself
(#100) Line indented incorrectly; expected 8 spaces, found 5
(#100) Expected "if (...) {\n"; found "if (...) { "
(#100) Variable "Settings" must be all lower-case
(#100) Variable "Settings" must be all lower-case
(#100) Closing brace must be on a line by itself
(#101) Line indented incorrectly; expected 8 spaces, found 5
(#101) Expected "if (...) {\n"; found "if (...) { "
(#101) Variable "Settings" must be all lower-case
(#101) Variable "Settings" must be all lower-case
(#101) Closing brace must be on a line by itself
(#102) Closing brace indented incorrectly; expected 3 spaces, found 4
(#104) Line indented incorrectly; expected at least 4 spaces, found 3
(#105) Line indented incorrectly; expected 4 spaces, found 3
(#105) method name "pSpring::autoFreeZone" must be in lower-case letters only
(#105) Visibility must be declared on method "autoFreeZone"
(#106) Opening brace should be on the same line as the declaration
(#107) Line indented incorrectly; expected at least 8 spaces, found 5
(#108) Line indented incorrectly; expected 8 spaces, found 5
(#108) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#108) Variable "Key" must be all lower-case
(#108) Variable "Settings" must be all lower-case
(#109) Line indented incorrectly; expected at least 8 spaces, found 6
(#110) Line indented incorrectly; expected 12 spaces, found 7
(#110) Expected "if (...) {\n"; found "if (...)\n { "
(#110) Variable "Settings" must be all lower-case
(#111) Line indented incorrectly; expected at least 12 spaces, found 8
(#111) Variable "Key" must be all lower-case
(#111) Variable "Settings" must be all lower-case
(#111) Expected 1 space before "*"; 0 found
(#111) Expected 1 space after "*"; 0 found
(#111) Closing brace must be on a line by itself
(#112) Line indented incorrectly; expected 12 spaces, found 7
(#112) Expected "} else {\n"; found "}\n else\n { "
(#113) Line indented incorrectly; expected at least 12 spaces, found 8
(#113) Variable "Key" must be all lower-case
(#113) Closing brace must be on a line by itself
(#114) Line indented incorrectly; expected 8 spaces, found 6
(#114) Closing brace indented incorrectly; expected 5 spaces, found 6
(#116) Closing brace indented incorrectly; expected 3 spaces, found 4
(#118) Line indented incorrectly; expected at least 4 spaces, found 3
(#119) Line indented incorrectly; expected 4 spaces, found 3
(#119) method name "pSpring::linkProperties" must be in lower-case letters only
(#119) Visibility must be declared on method "linkProperties"
(#119) Variable "FromNode" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Variable "ToNode" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Variable "Settings" must be all lower-case
(#120) Opening brace should be on the same line as the declaration
(#121) Line indented incorrectly; expected 8 spaces, found 5
(#121) Expected "if (...) {\n"; found "if (...) { "
(#121) Variable "FromNode" must be all lower-case
(#121) Closing brace must be on a line by itself
(#122) Line indented incorrectly; expected 8 spaces, found 5
(#122) Expected "if (...) {\n"; found "if (...) { "
(#122) Variable "ToNode" must be all lower-case
(#122) Closing brace must be on a line by itself
(#124) Line indented incorrectly; expected at least 8 spaces, found 5
(#124) Variable "R" must be all lower-case
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Variable "Settings" must be all lower-case
(#124) Variable "Settings" must be all lower-case
(#125) Line indented incorrectly; expected at least 8 spaces, found 5
(#125) Variable "G" must be all lower-case
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Variable "Settings" must be all lower-case
(#125) Variable "Settings" must be all lower-case
(#126) Line indented incorrectly; expected at least 8 spaces, found 5
(#126) Variable "B" must be all lower-case
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Variable "Settings" must be all lower-case
(#126) Variable "Settings" must be all lower-case
(#127) Line indented incorrectly; expected at least 8 spaces, found 5
(#127) Variable "Alpha" must be all lower-case
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Variable "Settings" must be all lower-case
(#127) Variable "Settings" must be all lower-case
(#128) Line indented incorrectly; expected at least 8 spaces, found 5
(#128) Variable "Name" must be all lower-case
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Variable "Settings" must be all lower-case
(#128) Variable "Settings" must be all lower-case
(#128) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#129) Line indented incorrectly; expected at least 8 spaces, found 5
(#129) Variable "Ticks" must be all lower-case
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Variable "Settings" must be all lower-case
(#129) Variable "Settings" must be all lower-case
(#129) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#131) Line indented incorrectly; expected at least 8 spaces, found 5
(#131) Variable "FromNode" must be all lower-case
(#131) Variable "ToNode" must be all lower-case
(#131) Variable "R" must be all lower-case
(#131) Variable "ToNode" must be all lower-case
(#131) Variable "FromNode" must be all lower-case
(#131) Variable "R" must be all lower-case
(#132) Line indented incorrectly; expected at least 8 spaces, found 5
(#132) Variable "FromNode" must be all lower-case
(#132) Variable "ToNode" must be all lower-case
(#132) Variable "G" must be all lower-case
(#132) Variable "ToNode" must be all lower-case
(#132) Variable "FromNode" must be all lower-case
(#132) Variable "G" must be all lower-case
(#133) Line indented incorrectly; expected at least 8 spaces, found 5
(#133) Variable "FromNode" must be all lower-case
(#133) Variable "ToNode" must be all lower-case
(#133) Variable "B" must be all lower-case
(#133) Variable "ToNode" must be all lower-case
(#133) Variable "FromNode" must be all lower-case
(#133) Variable "B" must be all lower-case
(#134) Line indented incorrectly; expected at least 8 spaces, found 5
(#134) Variable "FromNode" must be all lower-case
(#134) Variable "ToNode" must be all lower-case
(#134) Variable "Alpha" must be all lower-case
(#134) Variable "ToNode" must be all lower-case
(#134) Variable "FromNode" must be all lower-case
(#134) Variable "Alpha" must be all lower-case
(#135) Line indented incorrectly; expected at least 8 spaces, found 5
(#135) Variable "FromNode" must be all lower-case
(#135) Variable "ToNode" must be all lower-case
(#135) Variable "Name" must be all lower-case
(#135) Variable "ToNode" must be all lower-case
(#135) Variable "FromNode" must be all lower-case
(#135) Variable "Name" must be all lower-case
(#136) Line indented incorrectly; expected at least 8 spaces, found 5
(#136) Variable "FromNode" must be all lower-case
(#136) Variable "ToNode" must be all lower-case
(#136) Variable "Ticks" must be all lower-case
(#136) Variable "ToNode" must be all lower-case
(#136) Variable "FromNode" must be all lower-case
(#136) Variable "Ticks" must be all lower-case
(#137) Closing brace indented incorrectly; expected 3 spaces, found 4
(#139) Line indented incorrectly; expected 4 spaces, found 3
(#139) method name "pSpring::setNodeDefaults" must be in lower-case letters only
(#139) Visibility must be declared on method "setNodeDefaults"
(#139) Variable "Settings" must be all lower-case
(#140) Opening brace should be on the same line as the declaration
(#141) Line indented incorrectly; expected 8 spaces, found 5
(#141) Expected "if (...) {\n"; found "if (...) { "
(#141) Variable "Settings" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Variable "Settings" must be all lower-case
(#141) Closing brace must be on a line by itself
(#142) Line indented incorrectly; expected 8 spaces, found 5
(#142) Expected "if (...) {\n"; found "if (...) { "
(#142) Variable "Settings" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Variable "Settings" must be all lower-case
(#142) Closing brace must be on a line by itself
(#143) Line indented incorrectly; expected 8 spaces, found 5
(#143) Expected "if (...) {\n"; found "if (...) { "
(#143) Variable "Settings" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Variable "Settings" must be all lower-case
(#143) Closing brace must be on a line by itself
(#144) Line indented incorrectly; expected 8 spaces, found 5
(#144) Expected "if (...) {\n"; found "if (...) { "
(#144) Variable "Settings" must be all lower-case
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Variable "Settings" must be all lower-case
(#144) Closing brace must be on a line by itself
(#145) Line indented incorrectly; expected 8 spaces, found 5
(#145) Expected "if (...) {\n"; found "if (...) { "
(#145) Variable "Settings" must be all lower-case
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Variable "Settings" must be all lower-case
(#145) Closing brace must be on a line by itself
(#146) Line indented incorrectly; expected 8 spaces, found 5
(#146) Expected "if (...) {\n"; found "if (...) { "
(#146) Variable "Settings" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Variable "Settings" must be all lower-case
(#146) Closing brace must be on a line by itself
(#147) Line indented incorrectly; expected 8 spaces, found 5
(#147) Expected "if (...) {\n"; found "if (...) { "
(#147) Variable "Settings" must be all lower-case
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Variable "Settings" must be all lower-case
(#147) Closing brace must be on a line by itself
(#148) Line indented incorrectly; expected 8 spaces, found 5
(#148) Expected "if (...) {\n"; found "if (...) { "
(#148) Variable "Settings" must be all lower-case
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Variable "Settings" must be all lower-case
(#148) Closing brace must be on a line by itself
(#149) Line indented incorrectly; expected 8 spaces, found 5
(#149) Expected "if (...) {\n"; found "if (...) { "
(#149) Variable "Settings" must be all lower-case
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Variable "Settings" must be all lower-case
(#149) Closing brace must be on a line by itself
(#150) Line indented incorrectly; expected 8 spaces, found 5
(#150) Expected "if (...) {\n"; found "if (...) { "
(#150) Variable "Settings" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Variable "Settings" must be all lower-case
(#150) Closing brace must be on a line by itself
(#151) Line indented incorrectly; expected 8 spaces, found 5
(#151) Expected "if (...) {\n"; found "if (...) { "
(#151) Variable "Settings" must be all lower-case
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Variable "Settings" must be all lower-case
(#151) Closing brace must be on a line by itself
(#152) Line indented incorrectly; expected 8 spaces, found 5
(#152) Expected "if (...) {\n"; found "if (...) { "
(#152) Variable "Settings" must be all lower-case
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Variable "Settings" must be all lower-case
(#152) Closing brace must be on a line by itself
(#153) Line indented incorrectly; expected 8 spaces, found 5
(#153) Expected "if (...) {\n"; found "if (...) { "
(#153) Variable "Settings" must be all lower-case
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Variable "Settings" must be all lower-case
(#153) Closing brace must be on a line by itself
(#154) Line indented incorrectly; expected 8 spaces, found 5
(#154) Expected "if (...) {\n"; found "if (...) { "
(#154) Variable "Settings" must be all lower-case
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Variable "Settings" must be all lower-case
(#154) Closing brace must be on a line by itself
(#155) Line indented incorrectly; expected 8 spaces, found 5
(#155) Expected "if (...) {\n"; found "if (...) { "
(#155) Variable "Settings" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Variable "Settings" must be all lower-case
(#155) Closing brace must be on a line by itself
(#156) Line indented incorrectly; expected 8 spaces, found 5
(#156) Expected "if (...) {\n"; found "if (...) { "
(#156) Variable "Settings" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Variable "Settings" must be all lower-case
(#156) Closing brace must be on a line by itself
(#157) Line indented incorrectly; expected 8 spaces, found 5
(#157) Expected "if (...) {\n"; found "if (...) { "
(#157) Variable "Settings" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Variable "Settings" must be all lower-case
(#157) Closing brace must be on a line by itself
(#158) Closing brace indented incorrectly; expected 3 spaces, found 4
(#160) Line indented incorrectly; expected at least 4 spaces, found 3
(#161) Line indented incorrectly; expected 4 spaces, found 3
(#161) method name "pSpring::addNode" must be in lower-case letters only
(#161) Visibility must be declared on method "addNode"
(#161) Variable "NodeID" must be all lower-case
(#161) Commas (,) must be followed by white space.
(#161) Variable "Settings" must be all lower-case
(#162) Opening brace should be on the same line as the declaration
(#163) Line indented incorrectly; expected at least 8 spaces, found 5
(#164) Line indented incorrectly; expected 8 spaces, found 5
(#164) Expected "if (...) {\n"; found "if (...) { "
(#164) Variable "NodeID" must be all lower-case
(#164) Closing brace must be on a line by itself
(#166) Line indented incorrectly; expected at least 8 spaces, found 5
(#166) Variable "Name" must be all lower-case
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Variable "Settings" must be all lower-case
(#166) Variable "Settings" must be all lower-case
(#166) Variable "NodeID" must be all lower-case
(#167) Line indented incorrectly; expected at least 8 spaces, found 5
(#167) Variable "Connections" must be all lower-case
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Variable "Settings" must be all lower-case
(#167) Variable "Settings" must be all lower-case
(#167) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#169) Line indented incorrectly; expected at least 8 spaces, found 5
(#169) Variable "R" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Variable "Settings" must be all lower-case
(#169) Variable "Settings" must be all lower-case
(#170) Line indented incorrectly; expected at least 8 spaces, found 5
(#170) Variable "G" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Variable "Settings" must be all lower-case
(#170) Variable "Settings" must be all lower-case
(#171) Line indented incorrectly; expected at least 8 spaces, found 5
(#171) Variable "B" must be all lower-case
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Variable "Settings" must be all lower-case
(#171) Variable "Settings" must be all lower-case
(#172) Line indented incorrectly; expected at least 8 spaces, found 5
(#172) Variable "Alpha" must be all lower-case
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Variable "Settings" must be all lower-case
(#172) Variable "Settings" must be all lower-case
(#173) Line indented incorrectly; expected at least 8 spaces, found 5
(#173) Variable "BorderR" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Variable "Settings" must be all lower-case
(#173) Variable "Settings" must be all lower-case
(#174) Line indented incorrectly; expected at least 8 spaces, found 5
(#174) Variable "BorderG" must be all lower-case
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Variable "Settings" must be all lower-case
(#174) Variable "Settings" must be all lower-case
(#175) Line indented incorrectly; expected at least 8 spaces, found 5
(#175) Variable "BorderB" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Variable "Settings" must be all lower-case
(#175) Variable "Settings" must be all lower-case
(#176) Line indented incorrectly; expected at least 8 spaces, found 5
(#176) Variable "BorderAlpha" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Variable "Settings" must be all lower-case
(#176) Variable "Settings" must be all lower-case
(#177) Line indented incorrectly; expected at least 8 spaces, found 5
(#177) Variable "Surrounding" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Variable "Settings" must be all lower-case
(#177) Variable "Settings" must be all lower-case
(#178) Line indented incorrectly; expected at least 8 spaces, found 5
(#178) Variable "BackgroundR" must be all lower-case
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Variable "Settings" must be all lower-case
(#178) Variable "Settings" must be all lower-case
(#179) Line indented incorrectly; expected at least 8 spaces, found 5
(#179) Variable "BackgroundG" must be all lower-case
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Variable "Settings" must be all lower-case
(#179) Variable "Settings" must be all lower-case
(#180) Line indented incorrectly; expected at least 8 spaces, found 5
(#180) Variable "BackgroundB" must be all lower-case
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Variable "Settings" must be all lower-case
(#180) Variable "Settings" must be all lower-case
(#181) Line indented incorrectly; expected at least 8 spaces, found 5
(#181) Variable "BackgroundAlpha" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Variable "Settings" must be all lower-case
(#181) Variable "Settings" must be all lower-case
(#182) Line indented incorrectly; expected at least 8 spaces, found 5
(#182) Variable "Force" must be all lower-case
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Variable "Settings" must be all lower-case
(#182) Variable "Settings" must be all lower-case
(#182) Expected 1 space after ":"; 2 found
(#183) Line indented incorrectly; expected at least 8 spaces, found 5
(#183) Variable "NodeType" must be all lower-case
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Variable "Settings" must be all lower-case
(#183) Variable "Settings" must be all lower-case
(#184) Line indented incorrectly; expected at least 8 spaces, found 5
(#184) Variable "Size" must be all lower-case
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Variable "Settings" must be all lower-case
(#184) Variable "Settings" must be all lower-case
(#185) Line indented incorrectly; expected at least 8 spaces, found 5
(#185) Variable "Shape" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Variable "Settings" must be all lower-case
(#185) Variable "Settings" must be all lower-case
(#186) Line indented incorrectly; expected at least 8 spaces, found 5
(#186) Variable "FreeZone" must be all lower-case
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Variable "Settings" must be all lower-case
(#186) Variable "Settings" must be all lower-case
(#188) Line indented incorrectly; expected 8 spaces, found 5
(#188) Expected "if (...) {\n"; found "if (...) { "
(#188) Variable "Surrounding" must be all lower-case
(#188) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#188) Variable "BorderR" must be all lower-case
(#188) Variable "R" must be all lower-case
(#188) Variable "Surrounding" must be all lower-case
(#188) Variable "BorderG" must be all lower-case
(#188) Variable "G" must be all lower-case
(#188) Variable "Surrounding" must be all lower-case
(#188) Variable "BorderB" must be all lower-case
(#188) Variable "B" must be all lower-case
(#188) Variable "Surrounding" must be all lower-case
(#188) Closing brace must be on a line by itself
(#190) Line indented incorrectly; expected at least 8 spaces, found 5
(#190) Variable "NodeID" must be all lower-case
(#190) Variable "R" must be all lower-case
(#190) Variable "NodeID" must be all lower-case
(#190) Variable "G" must be all lower-case
(#190) Variable "NodeID" must be all lower-case
(#190) Variable "B" must be all lower-case
(#190) Variable "NodeID" must be all lower-case
(#190) Variable "Alpha" must be all lower-case
(#190) Line exceeds 132 characters; contains 140 characters
(#191) Line indented incorrectly; expected at least 8 spaces, found 5
(#191) Variable "NodeID" must be all lower-case
(#191) Variable "BorderR" must be all lower-case
(#191) Variable "NodeID" must be all lower-case
(#191) Variable "BorderG" must be all lower-case
(#191) Variable "NodeID" must be all lower-case
(#191) Variable "BorderB" must be all lower-case
(#191) Variable "NodeID" must be all lower-case
(#191) Variable "BorderAlpha" must be all lower-case
(#191) Line exceeds maximum limit of 180 characters; contains 188 characters
(#192) Line indented incorrectly; expected at least 8 spaces, found 5
(#192) Variable "NodeID" must be all lower-case
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Variable "BackgroundR" must be all lower-case
(#192) Variable "NodeID" must be all lower-case
(#192) Variable "BackgroundG" must be all lower-case
(#192) Variable "NodeID" must be all lower-case
(#192) Variable "BackgroundB" must be all lower-case
(#192) Variable "NodeID" must be all lower-case
(#192) Variable "BackgroundAlpha" must be all lower-case
(#192) Line exceeds maximum limit of 180 characters; contains 220 characters
(#193) Line indented incorrectly; expected at least 8 spaces, found 5
(#193) Variable "NodeID" must be all lower-case
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Variable "Name" must be all lower-case
(#194) Line indented incorrectly; expected at least 8 spaces, found 5
(#194) Variable "NodeID" must be all lower-case
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Variable "Force" must be all lower-case
(#195) Line indented incorrectly; expected at least 8 spaces, found 5
(#195) Variable "NodeID" must be all lower-case
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Variable "NodeType" must be all lower-case
(#196) Line indented incorrectly; expected at least 8 spaces, found 5
(#196) Variable "NodeID" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Variable "Size" must be all lower-case
(#197) Line indented incorrectly; expected at least 8 spaces, found 5
(#197) Variable "NodeID" must be all lower-case
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Variable "Shape" must be all lower-case
(#198) Line indented incorrectly; expected at least 8 spaces, found 5
(#198) Variable "NodeID" must be all lower-case
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Variable "FreeZone" must be all lower-case
(#199) Line indented incorrectly; expected 8 spaces, found 5
(#199) Expected "if (...) {\n"; found "if (...)\n {\n"
(#199) Variable "Connections" must be all lower-case
(#199) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#200) Line indented incorrectly; expected at least 8 spaces, found 6
(#201) Line indented incorrectly; expected 12 spaces, found 7
(#201) Expected "if (...) {\n"; found "if (...)\n {\n"
(#201) Variable "Connections" must be all lower-case
(#202) Line indented incorrectly; expected at least 12 spaces, found 8
(#203) Line indented incorrectly; expected at least 16 spaces, found 9
(#203) Inline control structures are not allowed
(#203) Variable "Connections" must be all lower-case
(#203) Variable "Key" must be all lower-case
(#203) Variable "Value" must be all lower-case
(#204) Line indented incorrectly; expected at least 16 spaces, found 10
(#204) Variable "NodeID" must be all lower-case
(#204) Variable "Value" must be all lower-case
(#205) Line indented incorrectly; expected 12 spaces, found 8
(#205) Closing brace indented incorrectly; expected 7 spaces, found 8
(#206) Line indented incorrectly; expected at least 12 spaces, found 7
(#206) Inline control structures are not allowed
(#207) Line indented incorrectly; expected at least 12 spaces, found 8
(#207) Variable "NodeID" must be all lower-case
(#207) Variable "Connections" must be all lower-case
(#208) Line indented incorrectly; expected 8 spaces, found 6
(#208) Closing brace indented incorrectly; expected 5 spaces, found 6
(#209) Closing brace indented incorrectly; expected 3 spaces, found 4
(#211) Line indented incorrectly; expected at least 4 spaces, found 3
(#212) Line indented incorrectly; expected 4 spaces, found 3
(#212) method name "pSpring::setNodesColor" must be in lower-case letters only
(#212) Visibility must be declared on method "setNodesColor"
(#212) Variable "Nodes" must be all lower-case
(#212) Commas (,) must be followed by white space.
(#212) Variable "Settings" must be all lower-case
(#213) Opening brace should be on the same line as the declaration
(#214) Line indented incorrectly; expected 8 spaces, found 5
(#214) Expected "if (...) {\n"; found "if (...)\n {\n"
(#214) Variable "Nodes" must be all lower-case
(#215) Line indented incorrectly; expected at least 8 spaces, found 6
(#216) Line indented incorrectly; expected 12 spaces, found 7
(#216) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#216) Variable "Nodes" must be all lower-case
(#216) Variable "Key" must be all lower-case
(#216) Variable "NodeID" must be all lower-case
(#217) Line indented incorrectly; expected at least 12 spaces, found 8
(#218) Line indented incorrectly; expected 16 spaces, found 9
(#218) Expected "if (...) {\n"; found "if (...)\n {\n"
(#218) Variable "NodeID" must be all lower-case
(#219) Line indented incorrectly; expected at least 16 spaces, found 10
(#220) Line indented incorrectly; expected 20 spaces, found 11
(#220) Expected "if (...) {\n"; found "if (...) { "
(#220) Variable "Settings" must be all lower-case
(#220) Variable "NodeID" must be all lower-case
(#220) Variable "Settings" must be all lower-case
(#220) Closing brace must be on a line by itself
(#221) Line indented incorrectly; expected 20 spaces, found 11
(#221) Expected "if (...) {\n"; found "if (...) { "
(#221) Variable "Settings" must be all lower-case
(#221) Variable "NodeID" must be all lower-case
(#221) Variable "Settings" must be all lower-case
(#221) Closing brace must be on a line by itself
(#222) Line indented incorrectly; expected 20 spaces, found 11
(#222) Expected "if (...) {\n"; found "if (...) { "
(#222) Variable "Settings" must be all lower-case
(#222) Variable "NodeID" must be all lower-case
(#222) Variable "Settings" must be all lower-case
(#222) Closing brace must be on a line by itself
(#223) Line indented incorrectly; expected 20 spaces, found 11
(#223) Expected "if (...) {\n"; found "if (...) { "
(#223) Variable "Settings" must be all lower-case
(#223) Variable "NodeID" must be all lower-case
(#223) Variable "Settings" must be all lower-case
(#223) Closing brace must be on a line by itself
(#224) Line indented incorrectly; expected 20 spaces, found 11
(#224) Expected "if (...) {\n"; found "if (...) { "
(#224) Variable "Settings" must be all lower-case
(#224) Variable "NodeID" must be all lower-case
(#224) Variable "Settings" must be all lower-case
(#224) Closing brace must be on a line by itself
(#225) Line indented incorrectly; expected 20 spaces, found 11
(#225) Expected "if (...) {\n"; found "if (...) { "
(#225) Variable "Settings" must be all lower-case
(#225) Variable "NodeID" must be all lower-case
(#225) Variable "Settings" must be all lower-case
(#225) Closing brace must be on a line by itself
(#226) Line indented incorrectly; expected 20 spaces, found 11
(#226) Expected "if (...) {\n"; found "if (...) { "
(#226) Variable "Settings" must be all lower-case
(#226) Variable "NodeID" must be all lower-case
(#226) Variable "Settings" must be all lower-case
(#226) Closing brace must be on a line by itself
(#227) Line indented incorrectly; expected 20 spaces, found 11
(#227) Expected "if (...) {\n"; found "if (...) { "
(#227) Variable "Settings" must be all lower-case
(#227) Variable "NodeID" must be all lower-case
(#227) Variable "Settings" must be all lower-case
(#227) Closing brace must be on a line by itself
(#228) Line indented incorrectly; expected 20 spaces, found 11
(#228) Expected "if (...) {\n"; found "if (...) { "
(#228) Variable "Settings" must be all lower-case
(#228) Variable "NodeID" must be all lower-case
(#228) Variable "NodeID" must be all lower-case
(#228) Variable "Settings" must be all lower-case
(#228) Variable "NodeID" must be all lower-case
(#228) Variable "NodeID" must be all lower-case
(#228) Variable "Settings" must be all lower-case
(#228) Variable "NodeID" must be all lower-case
(#228) Variable "NodeID" must be all lower-case
(#228) Variable "Settings" must be all lower-case
(#228) Line exceeds maximum limit of 180 characters; contains 317 characters
(#228) Closing brace must be on a line by itself
(#229) Line indented incorrectly; expected 16 spaces, found 10
(#229) Closing brace indented incorrectly; expected 9 spaces, found 10
(#230) Line indented incorrectly; expected 12 spaces, found 8
(#230) Closing brace indented incorrectly; expected 7 spaces, found 8
(#231) Line indented incorrectly; expected 8 spaces, found 6
(#231) Closing brace indented incorrectly; expected 5 spaces, found 6
(#232) Line indented incorrectly; expected 8 spaces, found 5
(#232) Expected "} else {\n"; found "}\n else\n {\n"
(#233) Line indented incorrectly; expected at least 8 spaces, found 6
(#234) Line indented incorrectly; expected 12 spaces, found 7
(#234) Expected "if (...) {\n"; found "if (...) { "
(#234) Variable "Settings" must be all lower-case
(#234) Variable "Nodes" must be all lower-case
(#234) Variable "Settings" must be all lower-case
(#234) Closing brace must be on a line by itself
(#235) Line indented incorrectly; expected 12 spaces, found 7
(#235) Expected "if (...) {\n"; found "if (...) { "
(#235) Variable "Settings" must be all lower-case
(#235) Variable "Nodes" must be all lower-case
(#235) Variable "Settings" must be all lower-case
(#235) Closing brace must be on a line by itself
(#236) Line indented incorrectly; expected 12 spaces, found 7
(#236) Expected "if (...) {\n"; found "if (...) { "
(#236) Variable "Settings" must be all lower-case
(#236) Variable "Nodes" must be all lower-case
(#236) Variable "Settings" must be all lower-case
(#236) Closing brace must be on a line by itself
(#237) Line indented incorrectly; expected 12 spaces, found 7
(#237) Expected "if (...) {\n"; found "if (...) { "
(#237) Variable "Settings" must be all lower-case
(#237) Variable "Nodes" must be all lower-case
(#237) Variable "Settings" must be all lower-case
(#237) Closing brace must be on a line by itself
(#238) Line indented incorrectly; expected 12 spaces, found 7
(#238) Expected "if (...) {\n"; found "if (...) { "
(#238) Variable "Settings" must be all lower-case
(#238) Variable "Nodes" must be all lower-case
(#238) Variable "Settings" must be all lower-case
(#238) Closing brace must be on a line by itself
(#239) Line indented incorrectly; expected 12 spaces, found 7
(#239) Expected "if (...) {\n"; found "if (...) { "
(#239) Variable "Settings" must be all lower-case
(#239) Variable "Nodes" must be all lower-case
(#239) Variable "Settings" must be all lower-case
(#239) Closing brace must be on a line by itself
(#240) Line indented incorrectly; expected 12 spaces, found 7
(#240) Expected "if (...) {\n"; found "if (...) { "
(#240) Variable "Settings" must be all lower-case
(#240) Variable "Nodes" must be all lower-case
(#240) Variable "Settings" must be all lower-case
(#240) Closing brace must be on a line by itself
(#241) Line indented incorrectly; expected 12 spaces, found 7
(#241) Expected "if (...) {\n"; found "if (...) { "
(#241) Variable "Settings" must be all lower-case
(#241) Variable "Nodes" must be all lower-case
(#241) Variable "Settings" must be all lower-case
(#241) Closing brace must be on a line by itself
(#242) Line indented incorrectly; expected 12 spaces, found 7
(#242) Expected "if (...) {\n"; found "if (...) { "
(#242) Variable "Settings" must be all lower-case
(#242) Variable "Nodes" must be all lower-case
(#242) Variable "NodeID" must be all lower-case
(#242) Variable "Settings" must be all lower-case
(#242) Variable "NodeID" must be all lower-case
(#242) Variable "NodeID" must be all lower-case
(#242) Variable "Settings" must be all lower-case
(#242) Variable "NodeID" must be all lower-case
(#242) Variable "NodeID" must be all lower-case
(#242) Variable "Settings" must be all lower-case
(#242) Line exceeds maximum limit of 180 characters; contains 312 characters
(#242) Closing brace must be on a line by itself
(#243) Line indented incorrectly; expected 8 spaces, found 6
(#243) Closing brace indented incorrectly; expected 5 spaces, found 6
(#244) Closing brace indented incorrectly; expected 3 spaces, found 4
(#246) Line indented incorrectly; expected at least 4 spaces, found 3
(#247) Line indented incorrectly; expected 4 spaces, found 3
(#247) method name "pSpring::dumpNodes" must be in lower-case letters only
(#247) Visibility must be declared on method "dumpNodes"
(#248) Opening brace should be on the same line as the declaration
(#248) Opening brace must be the last content on the line
(#248) Closing brace must be on a line by itself
(#250) Line indented incorrectly; expected at least 4 spaces, found 3
(#251) Line indented incorrectly; expected 4 spaces, found 3
(#251) method name "pSpring::checkConnection" must be in lower-case letters only
(#251) Visibility must be declared on method "checkConnection"
(#251) Variable "SourceID" must be all lower-case
(#251) Variable "TargetID" must be all lower-case
(#252) Opening brace should be on the same line as the declaration
(#253) Line indented incorrectly; expected 8 spaces, found 5
(#253) Expected "if (...) {\n"; found "if (...)\n {\n"
(#253) Variable "SourceID" must be all lower-case
(#254) Line indented incorrectly; expected at least 8 spaces, found 6
(#255) Line indented incorrectly; expected 12 spaces, found 7
(#255) Expected "foreach (...) {\n"; found "foreach (...)\n { "
(#255) Variable "SourceID" must be all lower-case
(#255) Variable "Key" must be all lower-case
(#255) Variable "ConnectionID" must be all lower-case
(#256) Line indented incorrectly; expected at least 12 spaces, found 8
(#256) Expected "if (...) {\n"; found "if (...) { "
(#256) Variable "TargetID" must be all lower-case
(#256) Variable "ConnectionID" must be all lower-case
(#256) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#256) Closing brace must be on a line by itself
(#256) Closing brace must be on a line by itself
(#257) Line indented incorrectly; expected 8 spaces, found 6
(#257) Closing brace indented incorrectly; expected 5 spaces, found 6
(#258) Line indented incorrectly; expected at least 8 spaces, found 5
(#258) Variable "SourceID" must be all lower-case
(#258) Variable "TargetID" must be all lower-case
(#259) Closing brace indented incorrectly; expected 3 spaces, found 4
(#260) Line indented incorrectly; expected at least 4 spaces, found 3
(#261) Line indented incorrectly; expected 4 spaces, found 3
(#261) method name "pSpring::getMedianOffset" must be in lower-case letters only
(#261) Visibility must be declared on method "getMedianOffset"
(#261) Variable "Key" must be all lower-case
(#261) Commas (,) must be followed by white space.
(#261) Variable "X" must be all lower-case
(#261) Commas (,) must be followed by white space.
(#261) Variable "Y" must be all lower-case
(#262) Opening brace should be on the same line as the declaration
(#263) Line indented incorrectly; expected at least 8 spaces, found 5
(#263) Variable "Cpt" must be all lower-case
(#264) Line indented incorrectly; expected 8 spaces, found 5
(#264) Expected "if (...) {\n"; found "if (...)\n {\n"
(#264) Variable "Key" must be all lower-case
(#265) Line indented incorrectly; expected at least 8 spaces, found 6
(#266) Line indented incorrectly; expected 12 spaces, found 7
(#266) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#266) Variable "Key" must be all lower-case
(#266) Variable "ID" must be all lower-case
(#266) Variable "NodeID" must be all lower-case
(#267) Line indented incorrectly; expected at least 12 spaces, found 8
(#268) Line indented incorrectly; expected 16 spaces, found 9
(#268) Expected "if (...) {\n"; found "if (...)\n {\n"
(#268) Variable "NodeID" must be all lower-case
(#268) Variable "NodeID" must be all lower-case
(#269) Line indented incorrectly; expected at least 16 spaces, found 10
(#270) Line indented incorrectly; expected at least 20 spaces, found 11
(#270) Variable "X" must be all lower-case
(#270) Variable "X" must be all lower-case
(#270) Variable "NodeID" must be all lower-case
(#271) Line indented incorrectly; expected at least 20 spaces, found 11
(#271) Variable "Y" must be all lower-case
(#271) Variable "Y" must be all lower-case
(#271) Variable "NodeID" must be all lower-case
(#272) Line indented incorrectly; expected at least 20 spaces, found 11
(#272) Variable "Cpt" must be all lower-case
(#273) Line indented incorrectly; expected 16 spaces, found 10
(#273) Closing brace indented incorrectly; expected 9 spaces, found 10
(#274) Line indented incorrectly; expected 12 spaces, found 8
(#274) Closing brace indented incorrectly; expected 7 spaces, found 8
(#275) Line indented incorrectly; expected 8 spaces, found 6
(#275) Closing brace indented incorrectly; expected 5 spaces, found 6
(#276) Line indented incorrectly; expected at least 8 spaces, found 5
(#276) Expected 1 space before "=>"; 0 found
(#276) Expected 1 space after "=>"; 0 found
(#276) Variable "X" must be all lower-case
(#276) Expected 1 space before "/"; 0 found
(#276) Expected 1 space after "/"; 0 found
(#276) Variable "Cpt" must be all lower-case
(#276) Commas (,) must be followed by white space.
(#276) Expected 1 space before "=>"; 0 found
(#276) Expected 1 space after "=>"; 0 found
(#276) Variable "Y" must be all lower-case
(#276) Expected 1 space before "/"; 0 found
(#276) Expected 1 space after "/"; 0 found
(#276) Variable "Cpt" must be all lower-case
(#277) Closing brace indented incorrectly; expected 3 spaces, found 4
(#279) Line indented incorrectly; expected at least 4 spaces, found 3
(#280) Line indented incorrectly; expected 4 spaces, found 3
(#280) method name "pSpring::getBiggestPartner" must be in lower-case letters only
(#280) Visibility must be declared on method "getBiggestPartner"
(#280) Variable "Key" must be all lower-case
(#281) Opening brace should be on the same line as the declaration
(#282) Line indented incorrectly; expected 8 spaces, found 5
(#282) Expected "if (...) {\n"; found "if (...) { "
(#282) Variable "Key" must be all lower-case
(#282) Closing brace must be on a line by itself
(#284) Line indented incorrectly; expected at least 8 spaces, found 5
(#284) Variable "MaxWeight" must be all lower-case
(#284) Variable "Result" must be all lower-case
(#285) Line indented incorrectly; expected 8 spaces, found 5
(#285) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#285) Variable "Key" must be all lower-case
(#285) Variable "Key" must be all lower-case
(#285) Variable "PeerID" must be all lower-case
(#286) Line indented incorrectly; expected at least 8 spaces, found 6
(#287) Line indented incorrectly; expected 12 spaces, found 7
(#287) Expected "if (...) {\n"; found "if (...)\n { "
(#287) Variable "PeerID" must be all lower-case
(#287) Variable "MaxWeight" must be all lower-case
(#288) Line indented incorrectly; expected at least 12 spaces, found 8
(#288) Variable "MaxWeight" must be all lower-case
(#288) Variable "PeerID" must be all lower-case
(#288) Variable "Result" must be all lower-case
(#288) Variable "PeerID" must be all lower-case
(#288) Closing brace must be on a line by itself
(#289) Line indented incorrectly; expected 8 spaces, found 6
(#289) Closing brace indented incorrectly; expected 5 spaces, found 6
(#290) Line indented incorrectly; expected at least 8 spaces, found 5
(#290) Variable "Result" must be all lower-case
(#291) Closing brace indented incorrectly; expected 3 spaces, found 4
(#293) Line indented incorrectly; expected at least 4 spaces, found 3
(#294) Line indented incorrectly; expected 4 spaces, found 3
(#294) method name "pSpring::firstPass" must be in lower-case letters only
(#294) Visibility must be declared on method "firstPass"
(#294) Variable "Algorithm" must be all lower-case
(#295) Opening brace should be on the same line as the declaration
(#296) Line indented incorrectly; expected at least 8 spaces, found 5
(#296) Variable "CenterX" must be all lower-case
(#297) Line indented incorrectly; expected at least 8 spaces, found 5
(#297) Variable "CenterY" must be all lower-case
(#299) Line indented incorrectly; expected at least 8 spaces, found 5
(#300) Line indented incorrectly; expected 8 spaces, found 5
(#300) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#300) Variable "Key" must be all lower-case
(#300) Variable "Settings" must be all lower-case
(#301) Line indented incorrectly; expected at least 8 spaces, found 6
(#302) Line indented incorrectly; expected 12 spaces, found 7
(#302) Expected "if (...) {\n"; found "if (...)\n {\n"
(#302) Variable "Settings" must be all lower-case
(#303) Line indented incorrectly; expected at least 12 spaces, found 8
(#304) Line indented incorrectly; expected at least 16 spaces, found 9
(#304) Inline control structures are not allowed
(#304) Variable "Settings" must be all lower-case
(#304) Variable "ID" must be all lower-case
(#304) Variable "ConnectionID" must be all lower-case
(#305) Line indented incorrectly; expected at least 16 spaces, found 10
(#305) Variable "ConnectionID" must be all lower-case
(#305) Commas (,) must be followed by white space.
(#305) Variable "Key" must be all lower-case
(#306) Line indented incorrectly; expected 12 spaces, found 8
(#306) Closing brace indented incorrectly; expected 7 spaces, found 8
(#307) Line indented incorrectly; expected 8 spaces, found 6
(#307) Closing brace indented incorrectly; expected 5 spaces, found 6
(#309) Line indented incorrectly; expected 8 spaces, found 5
(#309) Expected "if (...) {\n"; found "if (...) { "
(#309) Closing brace must be on a line by itself
(#311) Line indented incorrectly; expected at least 8 spaces, found 5
(#312) Line indented incorrectly; expected at least 8 spaces, found 5
(#312) Variable "MaxConnections" must be all lower-case
(#313) Line indented incorrectly; expected 8 spaces, found 5
(#313) Expected "foreach (...) {\n"; found "foreach(...)\n { "
(#313) Variable "Key" must be all lower-case
(#313) Variable "Settings" must be all lower-case
(#314) Line indented incorrectly; expected at least 8 spaces, found 6
(#314) Expected "if (...) {\n"; found "if (...) { "
(#314) Variable "Settings" must be all lower-case
(#314) Expected "if (...) {\n"; found "if (...) { "
(#314) Variable "MaxConnections" must be all lower-case
(#314) Variable "Settings" must be all lower-case
(#314) Variable "MaxConnections" must be all lower-case
(#314) Variable "Settings" must be all lower-case
(#314) Closing brace must be on a line by itself
(#314) Closing brace must be on a line by itself
(#314) Line exceeds 132 characters; contains 165 characters
(#314) Closing brace must be on a line by itself
(#316) Line indented incorrectly; expected 8 spaces, found 5
(#316) Expected "if (...) {\n"; found "if (...)\n {\n"
(#316) Variable "Algorithm" must be all lower-case
(#317) Line indented incorrectly; expected at least 8 spaces, found 6
(#318) Line indented incorrectly; expected 12 spaces, found 7
(#318) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#318) Variable "Key" must be all lower-case
(#318) Variable "Settings" must be all lower-case
(#319) Line indented incorrectly; expected at least 12 spaces, found 8
(#320) Line indented incorrectly; expected 16 spaces, found 9
(#320) Expected "if (...) {\n"; found "if (...) { "
(#320) Variable "Settings" must be all lower-case
(#320) Variable "Key" must be all lower-case
(#320) Variable "CenterX" must be all lower-case
(#320) Variable "Key" must be all lower-case
(#320) Variable "CenterY" must be all lower-case
(#320) Closing brace must be on a line by itself
(#321) Line indented incorrectly; expected 16 spaces, found 9
(#321) Expected "if (...) {\n"; found "if (...)\n {\n"
(#321) Variable "Settings" must be all lower-case
(#322) Line indented incorrectly; expected at least 16 spaces, found 10
(#323) Line indented incorrectly; expected 20 spaces, found 11
(#323) Expected "if (...) {\n"; found "if (...)\n { "
(#323) Variable "Settings" must be all lower-case
(#324) Line indented incorrectly; expected at least 20 spaces, found 12
(#324) Variable "Connections" must be all lower-case
(#324) Variable "Settings" must be all lower-case
(#324) Closing brace must be on a line by itself
(#325) Line indented incorrectly; expected 20 spaces, found 11
(#325) Expected "} else {\n"; found "}\n else\n { "
(#326) Line indented incorrectly; expected at least 20 spaces, found 12
(#326) Variable "Connections" must be all lower-case
(#326) Closing brace must be on a line by itself
(#328) Line indented incorrectly; expected at least 20 spaces, found 11
(#328) Variable "Ring" must be all lower-case
(#328) Variable "MaxConnections" must be all lower-case
(#328) Variable "Connections" must be all lower-case
(#329) Line indented incorrectly; expected at least 20 spaces, found 11
(#329) Variable "Angle" must be all lower-case
(#329) Commas (,) must be followed by white space.
(#330) Whitespace found at end of line
(#331) Line indented incorrectly; expected at least 20 spaces, found 11
(#331) Variable "Key" must be all lower-case
(#331) Variable "Angle" must be all lower-case
(#331) Variable "Ring" must be all lower-case
(#331) Expected 1 space before "*"; 0 found
(#331) Expected 1 space after "*"; 0 found
(#331) Variable "CenterX" must be all lower-case
(#332) Line indented incorrectly; expected at least 20 spaces, found 11
(#332) Variable "Key" must be all lower-case
(#332) Variable "Angle" must be all lower-case
(#332) Variable "Ring" must be all lower-case
(#332) Expected 1 space before "*"; 0 found
(#332) Expected 1 space after "*"; 0 found
(#332) Variable "CenterY" must be all lower-case
(#333) Line indented incorrectly; expected 16 spaces, found 10
(#333) Closing brace indented incorrectly; expected 9 spaces, found 10
(#334) Line indented incorrectly; expected 12 spaces, found 8
(#334) Closing brace indented incorrectly; expected 7 spaces, found 8
(#335) Line indented incorrectly; expected 8 spaces, found 6
(#335) Closing brace indented incorrectly; expected 5 spaces, found 6
(#336) Line indented incorrectly; expected 8 spaces, found 5
(#336) Usage of ELSEIF not allowed; use ELSE IF instead
(#336) Variable "Algorithm" must be all lower-case
(#337) Line indented incorrectly; expected at least 8 spaces, found 6
(#338) Line indented incorrectly; expected at least 12 spaces, found 7
(#339) Line indented incorrectly; expected 12 spaces, found 7
(#339) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#339) Variable "Key" must be all lower-case
(#339) Variable "Settings" must be all lower-case
(#340) Line indented incorrectly; expected at least 12 spaces, found 8
(#341) Line indented incorrectly; expected at least 16 spaces, found 9
(#341) Inline control structures are not allowed
(#341) Variable "Settings" must be all lower-case
(#342) Line indented incorrectly; expected at least 16 spaces, found 10
(#342) Variable "Key" must be all lower-case
(#342) Variable "Settings" must be all lower-case
(#343) Line indented incorrectly; expected at least 16 spaces, found 9
(#343) Inline control structures are not allowed
(#344) Line indented incorrectly; expected at least 16 spaces, found 10
(#344) Variable "Key" must be all lower-case
(#345) Line indented incorrectly; expected 12 spaces, found 8
(#345) Closing brace indented incorrectly; expected 7 spaces, found 8
(#347) Line indented incorrectly; expected at least 12 spaces, found 7
(#347) Variable "MaxConnections" must be all lower-case
(#347) Variable "MaxConnections" must be all lower-case
(#348) Line indented incorrectly; expected 12 spaces, found 7
(#348) Expected "for (...) {\n"; found "for(...)\n {\n"
(#348) Expected 1 space after first semicolon of FOR loop; 0 found
(#348) Expected 1 space after second semicolon of FOR loop; 0 found
(#348) Expected 1 space before "="; 0 found
(#348) Expected 1 space after "="; 0 found
(#348) Variable "MaxConnections" must be all lower-case
(#348) Expected 1 space before ">="; 0 found
(#348) Expected 1 space after ">="; 0 found
(#349) Line indented incorrectly; expected at least 12 spaces, found 8
(#350) Line indented incorrectly; expected 16 spaces, found 9
(#350) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#350) Variable "Key" must be all lower-case
(#350) Variable "Settings" must be all lower-case
(#351) Line indented incorrectly; expected at least 16 spaces, found 10
(#352) Line indented incorrectly; expected 20 spaces, found 11
(#352) Expected "if (...) {\n"; found "if (...) { "
(#352) Variable "Settings" must be all lower-case
(#352) Variable "Key" must be all lower-case
(#352) Variable "CenterX" must be all lower-case
(#352) Variable "Key" must be all lower-case
(#352) Variable "CenterY" must be all lower-case
(#352) Closing brace must be on a line by itself
(#353) Line indented incorrectly; expected 20 spaces, found 11
(#353) Expected "if (...) {\n"; found "if (...)\n {\n"
(#353) Variable "Settings" must be all lower-case
(#354) Line indented incorrectly; expected at least 20 spaces, found 12
(#355) Line indented incorrectly; expected 24 spaces, found 13
(#355) Expected "if (...) {\n"; found "if (...)\n { "
(#355) Variable "Settings" must be all lower-case
(#356) Line indented incorrectly; expected at least 24 spaces, found 14
(#356) Variable "Connections" must be all lower-case
(#356) Variable "Settings" must be all lower-case
(#356) Closing brace must be on a line by itself
(#357) Line indented incorrectly; expected 24 spaces, found 13
(#357) Expected "} else {\n"; found "}\n else\n { "
(#358) Line indented incorrectly; expected at least 24 spaces, found 14
(#358) Variable "Connections" must be all lower-case
(#358) Closing brace must be on a line by itself
(#360) Line indented incorrectly; expected 24 spaces, found 13
(#360) Expected "if (...) {\n"; found "if (...)\n {\n"
(#360) Variable "Connections" must be all lower-case
(#361) Line indented incorrectly; expected at least 24 spaces, found 14
(#362) Line indented incorrectly; expected at least 28 spaces, found 15
(#362) Variable "BiggestPartner" must be all lower-case
(#362) Variable "Key" must be all lower-case
(#363) Line indented incorrectly; expected 28 spaces, found 15
(#363) Expected "if (...) {\n"; found "if (...)\n {\n"
(#363) Variable "BiggestPartner" must be all lower-case
(#364) Line indented incorrectly; expected at least 28 spaces, found 16
(#365) Line indented incorrectly; expected at least 32 spaces, found 17
(#365) Variable "Ring" must be all lower-case
(#365) Variable "BiggestPartner" must be all lower-case
(#366) Line indented incorrectly; expected at least 32 spaces, found 17
(#366) Variable "Weight" must be all lower-case
(#366) Variable "BiggestPartner" must be all lower-case
(#367) Line indented incorrectly; expected at least 32 spaces, found 17
(#367) Variable "AngleDivision" must be all lower-case
(#367) Variable "BiggestPartner" must be all lower-case
(#368) Line indented incorrectly; expected at least 32 spaces, found 17
(#368) Variable "Done" must be all lower-case
(#368) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#368) Variable "Tries" must be all lower-case
(#369) Line indented incorrectly; expected 32 spaces, found 17
(#369) Expected "while (...) {\n"; found "while (...)\n {\n"
(#369) Variable "Done" must be all lower-case
(#369) Variable "Tries" must be all lower-case
(#369) Variable "Weight" must be all lower-case
(#369) Expected 1 space before "*"; 0 found
(#369) Expected 1 space after "*"; 0 found
(#370) Line indented incorrectly; expected at least 32 spaces, found 18
(#371) Line indented incorrectly; expected at least 36 spaces, found 19
(#371) Variable "Tries" must be all lower-case
(#372) Line indented incorrectly; expected at least 36 spaces, found 19
(#372) Variable "Angle" must be all lower-case
(#372) Commas (,) must be followed by white space.
(#372) Variable "Weight" must be all lower-case
(#372) Expected 1 space before "*"; 0 found
(#372) Expected 1 space after "*"; 0 found
(#372) Variable "AngleDivision" must be all lower-case
(#373) Line indented incorrectly; expected 36 spaces, found 19
(#373) Expected "if (...) {\n"; found "if (...)\n {\n"
(#373) Variable "BiggestPartner" must be all lower-case
(#373) Variable "Angle" must be all lower-case
(#373) Variable "BiggestPartner" must be all lower-case
(#374) Line indented incorrectly; expected at least 36 spaces, found 20
(#375) Line indented incorrectly; expected at least 40 spaces, found 21
(#375) Variable "BiggestPartner" must be all lower-case
(#375) Variable "Angle" must be all lower-case
(#375) Variable "Angle" must be all lower-case
(#376) Line indented incorrectly; expected at least 40 spaces, found 21
(#376) Variable "Done" must be all lower-case
(#376) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#376) Whitespace found at end of line
(#377) Line indented incorrectly; expected 36 spaces, found 20
(#377) Closing brace indented incorrectly; expected 19 spaces, found 20
(#378) Line indented incorrectly; expected 32 spaces, found 18
(#378) Closing brace indented incorrectly; expected 17 spaces, found 18
(#379) Line indented incorrectly; expected 32 spaces, found 17
(#379) Expected "if (...) {\n"; found "if (...)\n { "
(#379) Variable "Done" must be all lower-case
(#380) Line indented incorrectly; expected at least 32 spaces, found 18
(#380) Variable "Angle" must be all lower-case
(#380) Commas (,) must be followed by white space.
(#380) Variable "BiggestPartner" must be all lower-case
(#380) Variable "Angle" must be all lower-case
(#380) Variable "Angle" must be all lower-case
(#380) Closing brace must be on a line by itself
(#382) Line indented incorrectly; expected at least 32 spaces, found 17
(#382) Variable "X" must be all lower-case
(#382) Variable "Angle" must be all lower-case
(#382) Variable "Ring" must be all lower-case
(#382) Variable "BiggestPartner" must be all lower-case
(#383) Line indented incorrectly; expected at least 32 spaces, found 17
(#383) Variable "Y" must be all lower-case
(#383) Variable "Angle" must be all lower-case
(#383) Variable "Ring" must be all lower-case
(#383) Variable "BiggestPartner" must be all lower-case
(#385) Line indented incorrectly; expected at least 32 spaces, found 17
(#385) Variable "Key" must be all lower-case
(#385) Variable "X" must be all lower-case
(#386) Line indented incorrectly; expected at least 32 spaces, found 17
(#386) Variable "Key" must be all lower-case
(#386) Variable "Y" must be all lower-case
(#387) Line indented incorrectly; expected 28 spaces, found 16
(#387) Closing brace indented incorrectly; expected 15 spaces, found 16
(#388) Line indented incorrectly; expected 24 spaces, found 14
(#388) Closing brace indented incorrectly; expected 13 spaces, found 14
(#389) Line indented incorrectly; expected 20 spaces, found 12
(#389) Closing brace indented incorrectly; expected 11 spaces, found 12
(#390) Line indented incorrectly; expected 16 spaces, found 10
(#390) Closing brace indented incorrectly; expected 9 spaces, found 10
(#391) Line indented incorrectly; expected 12 spaces, found 8
(#391) Closing brace indented incorrectly; expected 7 spaces, found 8
(#392) Line indented incorrectly; expected 8 spaces, found 6
(#392) Closing brace indented incorrectly; expected 5 spaces, found 6
(#393) Line indented incorrectly; expected 8 spaces, found 5
(#393) Usage of ELSEIF not allowed; use ELSE IF instead
(#393) Variable "Algorithm" must be all lower-case
(#394) Line indented incorrectly; expected at least 8 spaces, found 6
(#395) Line indented incorrectly; expected at least 12 spaces, found 7
(#395) Variable "MaxConnections" must be all lower-case
(#395) Variable "MaxConnections" must be all lower-case
(#396) Line indented incorrectly; expected 12 spaces, found 7
(#396) Expected "for (...) {\n"; found "for(...)\n {\n"
(#396) Expected 1 space after first semicolon of FOR loop; 0 found
(#396) Expected 1 space after second semicolon of FOR loop; 0 found
(#396) Expected 1 space before "="; 0 found
(#396) Expected 1 space after "="; 0 found
(#396) Variable "MaxConnections" must be all lower-case
(#396) Expected 1 space before ">="; 0 found
(#396) Expected 1 space after ">="; 0 found
(#397) Line indented incorrectly; expected at least 12 spaces, found 8
(#398) Line indented incorrectly; expected 16 spaces, found 9
(#398) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#398) Variable "Key" must be all lower-case
(#398) Variable "Settings" must be all lower-case
(#399) Line indented incorrectly; expected at least 16 spaces, found 10
(#400) Line indented incorrectly; expected 20 spaces, found 11
(#400) Expected "if (...) {\n"; found "if (...) { "
(#400) Variable "Settings" must be all lower-case
(#400) Variable "Key" must be all lower-case
(#400) Variable "CenterX" must be all lower-case
(#400) Variable "Key" must be all lower-case
(#400) Variable "CenterY" must be all lower-case
(#400) Closing brace must be on a line by itself
(#401) Line indented incorrectly; expected 20 spaces, found 11
(#401) Expected "if (...) {\n"; found "if (...)\n {\n"
(#401) Variable "Settings" must be all lower-case
(#402) Line indented incorrectly; expected at least 20 spaces, found 12
(#403) Line indented incorrectly; expected 24 spaces, found 13
(#403) Expected "if (...) {\n"; found "if (...)\n { "
(#403) Variable "Settings" must be all lower-case
(#404) Line indented incorrectly; expected at least 24 spaces, found 14
(#404) Variable "Connections" must be all lower-case
(#404) Variable "Settings" must be all lower-case
(#404) Closing brace must be on a line by itself
(#405) Line indented incorrectly; expected 24 spaces, found 13
(#405) Expected "} else {\n"; found "}\n else\n { "
(#406) Line indented incorrectly; expected at least 24 spaces, found 14
(#406) Variable "Connections" must be all lower-case
(#406) Closing brace must be on a line by itself
(#408) Line indented incorrectly; expected 24 spaces, found 13
(#408) Expected "if (...) {\n"; found "if (...)\n {\n"
(#408) Variable "Connections" must be all lower-case
(#409) Line indented incorrectly; expected at least 24 spaces, found 14
(#410) Line indented incorrectly; expected at least 28 spaces, found 15
(#410) Variable "Ring" must be all lower-case
(#410) Variable "MaxConnections" must be all lower-case
(#410) Variable "Connections" must be all lower-case
(#411) Line indented incorrectly; expected at least 28 spaces, found 15
(#411) Variable "Angle" must be all lower-case
(#411) Commas (,) must be followed by white space.
(#413) Line indented incorrectly; expected at least 28 spaces, found 15
(#413) Variable "X" must be all lower-case
(#413) Variable "Angle" must be all lower-case
(#413) Variable "Ring" must be all lower-case
(#413) Expected 1 space before "*"; 0 found
(#413) Expected 1 space after "*"; 0 found
(#413) Variable "CenterX" must be all lower-case
(#414) Line indented incorrectly; expected at least 28 spaces, found 15
(#414) Variable "Y" must be all lower-case
(#414) Variable "Angle" must be all lower-case
(#414) Variable "Ring" must be all lower-case
(#414) Expected 1 space before "*"; 0 found
(#414) Expected 1 space after "*"; 0 found
(#414) Variable "CenterY" must be all lower-case
(#416) Line indented incorrectly; expected at least 28 spaces, found 15
(#416) Variable "MedianOffset" must be all lower-case
(#416) Variable "Key" must be all lower-case
(#416) Commas (,) must be followed by white space.
(#416) Variable "X" must be all lower-case
(#416) Commas (,) must be followed by white space.
(#416) Variable "Y" must be all lower-case
(#418) Line indented incorrectly; expected at least 28 spaces, found 15
(#418) Variable "Key" must be all lower-case
(#418) Variable "MedianOffset" must be all lower-case
(#419) Line indented incorrectly; expected at least 28 spaces, found 15
(#419) Variable "Key" must be all lower-case
(#419) Variable "MedianOffset" must be all lower-case
(#420) Line indented incorrectly; expected 24 spaces, found 14
(#420) Closing brace indented incorrectly; expected 13 spaces, found 14
(#421) Line indented incorrectly; expected 20 spaces, found 12
(#421) Closing brace indented incorrectly; expected 11 spaces, found 12
(#422) Line indented incorrectly; expected 16 spaces, found 10
(#422) Closing brace indented incorrectly; expected 9 spaces, found 10
(#423) Line indented incorrectly; expected 12 spaces, found 8
(#423) Closing brace indented incorrectly; expected 7 spaces, found 8
(#424) Line indented incorrectly; expected 8 spaces, found 6
(#424) Closing brace indented incorrectly; expected 5 spaces, found 6
(#425) Line indented incorrectly; expected 8 spaces, found 5
(#425) Usage of ELSEIF not allowed; use ELSE IF instead
(#425) Variable "Algorithm" must be all lower-case
(#426) Line indented incorrectly; expected at least 8 spaces, found 6
(#427) Line indented incorrectly; expected 12 spaces, found 7
(#427) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#427) Variable "Key" must be all lower-case
(#427) Variable "Settings" must be all lower-case
(#428) Line indented incorrectly; expected at least 12 spaces, found 8
(#429) Line indented incorrectly; expected 16 spaces, found 9
(#429) Expected "if (...) {\n"; found "if (...)\n {\n"
(#429) Variable "Settings" must be all lower-case
(#430) Line indented incorrectly; expected at least 16 spaces, found 10
(#431) Line indented incorrectly; expected at least 20 spaces, found 11
(#431) Variable "Key" must be all lower-case
(#431) Variable "CenterX" must be all lower-case
(#431) Commas (,) must be followed by white space.
(#432) Line indented incorrectly; expected at least 20 spaces, found 11
(#432) Variable "Key" must be all lower-case
(#432) Variable "CenterY" must be all lower-case
(#432) Commas (,) must be followed by white space.
(#433) Line indented incorrectly; expected 16 spaces, found 10
(#433) Closing brace indented incorrectly; expected 9 spaces, found 10
(#434) Line indented incorrectly; expected 16 spaces, found 9
(#434) Expected "if (...) {\n"; found "if (...) { "
(#434) Variable "Settings" must be all lower-case
(#434) Variable "Key" must be all lower-case
(#434) Variable "CenterX" must be all lower-case
(#434) Variable "Key" must be all lower-case
(#434) Variable "CenterY" must be all lower-case
(#434) Closing brace must be on a line by itself
(#435) Line indented incorrectly; expected 12 spaces, found 8
(#435) Closing brace indented incorrectly; expected 7 spaces, found 8
(#436) Line indented incorrectly; expected 8 spaces, found 6
(#436) Closing brace indented incorrectly; expected 5 spaces, found 6
(#437) Closing brace indented incorrectly; expected 3 spaces, found 4
(#439) Line indented incorrectly; expected at least 4 spaces, found 3
(#440) Line indented incorrectly; expected 4 spaces, found 3
(#440) method name "pSpring::doPass" must be in lower-case letters only
(#440) Visibility must be declared on method "doPass"
(#441) Opening brace should be on the same line as the declaration
(#442) Line indented incorrectly; expected at least 8 spaces, found 5
(#443) Line indented incorrectly; expected 8 spaces, found 5
(#443) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#443) Variable "Key" must be all lower-case
(#443) Variable "Settings" must be all lower-case
(#444) Line indented incorrectly; expected at least 8 spaces, found 6
(#445) Line indented incorrectly; expected 12 spaces, found 7
(#445) Expected "if (...) {\n"; found "if (...)\n {\n"
(#445) Variable "Settings" must be all lower-case
(#446) Line indented incorrectly; expected at least 12 spaces, found 8
(#447) Line indented incorrectly; expected at least 16 spaces, found 9
(#447) Variable "Key" must be all lower-case
(#449) Line indented incorrectly; expected at least 16 spaces, found 9
(#449) Variable "X1" must be all lower-case
(#449) Variable "Settings" must be all lower-case
(#450) Line indented incorrectly; expected at least 16 spaces, found 9
(#450) Variable "Y1" must be all lower-case
(#450) Variable "Settings" must be all lower-case
(#452) Line indented incorrectly; expected at least 16 spaces, found 9
(#453) Line indented incorrectly; expected 16 spaces, found 9
(#453) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#453) Variable "Key2" must be all lower-case
(#453) Variable "Settings2" must be all lower-case
(#454) Line indented incorrectly; expected at least 16 spaces, found 10
(#455) Line indented incorrectly; expected 20 spaces, found 11
(#455) Expected "if (...) {\n"; found "if (...)\n {\n"
(#455) Variable "Key" must be all lower-case
(#455) Variable "Key2" must be all lower-case
(#456) Line indented incorrectly; expected at least 20 spaces, found 12
(#457) Line indented incorrectly; expected at least 24 spaces, found 13
(#457) Variable "X2" must be all lower-case
(#457) Variable "Key2" must be all lower-case
(#458) Line indented incorrectly; expected at least 24 spaces, found 13
(#458) Variable "Y2" must be all lower-case
(#458) Variable "Key2" must be all lower-case
(#459) Line indented incorrectly; expected at least 24 spaces, found 13
(#459) Variable "FreeZone" must be all lower-case
(#459) Variable "Key2" must be all lower-case
(#461) Line indented incorrectly; expected at least 24 spaces, found 13
(#461) Variable "Distance" must be all lower-case
(#461) Variable "X1" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Y1" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "X2" must be all lower-case
(#461) Commas (,) must be followed by white space.
(#461) Variable "Y2" must be all lower-case
(#462) Line indented incorrectly; expected at least 24 spaces, found 13
(#462) Variable "Angle" must be all lower-case
(#462) Variable "X1" must be all lower-case
(#462) Commas (,) must be followed by white space.
(#462) Variable "Y1" must be all lower-case
(#462) Commas (,) must be followed by white space.
(#462) Variable "X2" must be all lower-case
(#462) Commas (,) must be followed by white space.
(#462) Variable "Y2" must be all lower-case
(#464) Line indented incorrectly; expected at least 24 spaces, found 13
(#465) Line indented incorrectly; expected 24 spaces, found 13
(#465) Expected "if (...) {\n"; found "if (...)\n {\n"
(#465) Variable "Distance" must be all lower-case
(#465) Variable "FreeZone" must be all lower-case
(#466) Line indented incorrectly; expected at least 24 spaces, found 14
(#467) Line indented incorrectly; expected at least 28 spaces, found 15
(#467) Variable "Force" must be all lower-case
(#467) Commas (,) must be followed by white space.
(#467) Variable "FreeZone" must be all lower-case
(#467) Expected 1 space before "-"; 0 found
(#467) Expected 1 space after "-"; 0 found
(#467) Variable "Distance" must be all lower-case
(#468) Line indented incorrectly; expected 28 spaces, found 15
(#468) Expected "if (...) {\n"; found "if (...)\n { "
(#468) Variable "Force" must be all lower-case
(#469) Line indented incorrectly; expected at least 28 spaces, found 16
(#469) Variable "Key" must be all lower-case
(#469) Expected 1 space before "=>"; 0 found
(#469) Expected 1 space after "=>"; 0 found
(#469) Commas (,) must be followed by white space.
(#469) Expected 1 space before "=>"; 0 found
(#469) Expected 1 space after "=>"; 0 found
(#469) Variable "Angle" must be all lower-case
(#469) Commas (,) must be followed by white space.
(#469) Expected 1 space before "=>"; 0 found
(#469) Expected 1 space after "=>"; 0 found
(#469) Variable "Force" must be all lower-case
(#469) Closing brace must be on a line by itself
(#470) Line indented incorrectly; expected 24 spaces, found 14
(#470) Closing brace indented incorrectly; expected 13 spaces, found 14
(#471) Line indented incorrectly; expected 20 spaces, found 12
(#471) Closing brace indented incorrectly; expected 11 spaces, found 12
(#472) Line indented incorrectly; expected 16 spaces, found 10
(#472) Closing brace indented incorrectly; expected 9 spaces, found 10
(#474) Line indented incorrectly; expected at least 16 spaces, found 9
(#475) Line indented incorrectly; expected 16 spaces, found 9
(#475) Expected "if (...) {\n"; found "if (...)\n {\n"
(#475) Variable "Settings" must be all lower-case
(#476) Line indented incorrectly; expected at least 16 spaces, found 10
(#477) Line indented incorrectly; expected 20 spaces, found 11
(#477) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#477) Variable "Settings" must be all lower-case
(#477) Variable "ID" must be all lower-case
(#477) Variable "NodeID" must be all lower-case
(#478) Line indented incorrectly; expected at least 20 spaces, found 12
(#479) Line indented incorrectly; expected 24 spaces, found 13
(#479) Expected "if (...) {\n"; found "if (...)\n {\n"
(#479) Variable "NodeID" must be all lower-case
(#480) Line indented incorrectly; expected at least 24 spaces, found 14
(#481) Line indented incorrectly; expected at least 28 spaces, found 15
(#481) Variable "X2" must be all lower-case
(#481) Variable "NodeID" must be all lower-case
(#482) Line indented incorrectly; expected at least 28 spaces, found 15
(#482) Variable "Y2" must be all lower-case
(#482) Variable "NodeID" must be all lower-case
(#483) Line indented incorrectly; expected at least 28 spaces, found 15
(#483) Variable "FreeZone" must be all lower-case
(#483) Variable "Key2" must be all lower-case
(#485) Line indented incorrectly; expected at least 28 spaces, found 15
(#485) Variable "Distance" must be all lower-case
(#485) Variable "X1" must be all lower-case
(#485) Commas (,) must be followed by white space.
(#485) Variable "Y1" must be all lower-case
(#485) Commas (,) must be followed by white space.
(#485) Variable "X2" must be all lower-case
(#485) Commas (,) must be followed by white space.
(#485) Variable "Y2" must be all lower-case
(#486) Line indented incorrectly; expected at least 28 spaces, found 15
(#486) Variable "Angle" must be all lower-case
(#486) Variable "X1" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#486) Variable "Y1" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#486) Variable "X2" must be all lower-case
(#486) Commas (,) must be followed by white space.
(#486) Variable "Y2" must be all lower-case
(#488) Line indented incorrectly; expected at least 28 spaces, found 15
(#488) Inline control structures are not allowed
(#488) Variable "Distance" must be all lower-case
(#488) Variable "FreeZone" must be all lower-case
(#489) Line indented incorrectly; expected at least 28 spaces, found 16
(#489) Variable "Force" must be all lower-case
(#489) Variable "Distance" must be all lower-case
(#489) Expected 1 space before "-"; 0 found
(#489) Expected 1 space after "-"; 0 found
(#489) Variable "FreeZone" must be all lower-case
(#489) Expected 1 space before "+"; 0 found
(#489) Expected 1 space after "+"; 0 found
(#490) Line indented incorrectly; expected 28 spaces, found 15
(#491) Line indented incorrectly; expected at least 28 spaces, found 16
(#491) Variable "Force" must be all lower-case
(#491) Variable "FreeZone" must be all lower-case
(#491) Expected 1 space before "-"; 0 found
(#491) Expected 1 space after "-"; 0 found
(#491) Variable "Distance" must be all lower-case
(#491) Expected 1 space before "+"; 0 found
(#491) Expected 1 space after "+"; 0 found
(#491) Variable "Angle" must be all lower-case
(#491) Variable "Angle" must be all lower-case
(#491) Closing brace must be on a line by itself
(#493) Line indented incorrectly; expected at least 28 spaces, found 15
(#493) Inline control structures are not allowed
(#493) Variable "Force" must be all lower-case
(#494) Line indented incorrectly; expected at least 28 spaces, found 16
(#494) Variable "Key" must be all lower-case
(#494) Expected 1 space before "=>"; 0 found
(#494) Expected 1 space after "=>"; 0 found
(#494) Commas (,) must be followed by white space.
(#494) Expected 1 space before "=>"; 0 found
(#494) Expected 1 space after "=>"; 0 found
(#494) Variable "Angle" must be all lower-case
(#494) Commas (,) must be followed by white space.
(#494) Expected 1 space before "=>"; 0 found
(#494) Expected 1 space after "=>"; 0 found
(#494) Variable "Force" must be all lower-case
(#495) Line indented incorrectly; expected 24 spaces, found 14
(#495) Closing brace indented incorrectly; expected 13 spaces, found 14
(#496) Line indented incorrectly; expected 20 spaces, found 12
(#496) Closing brace indented incorrectly; expected 11 spaces, found 12
(#497) Line indented incorrectly; expected 16 spaces, found 10
(#497) Closing brace indented incorrectly; expected 9 spaces, found 10
(#498) Line indented incorrectly; expected 12 spaces, found 8
(#498) Closing brace indented incorrectly; expected 7 spaces, found 8
(#499) Line indented incorrectly; expected 8 spaces, found 6
(#499) Closing brace indented incorrectly; expected 5 spaces, found 6
(#501) Line indented incorrectly; expected at least 8 spaces, found 5
(#502) Line indented incorrectly; expected 8 spaces, found 5
(#502) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#502) Variable "Key" must be all lower-case
(#502) Variable "Settings" must be all lower-case
(#503) Line indented incorrectly; expected at least 8 spaces, found 6
(#504) Line indented incorrectly; expected at least 12 spaces, found 7
(#504) Variable "X" must be all lower-case
(#504) Variable "Settings" must be all lower-case
(#505) Line indented incorrectly; expected at least 12 spaces, found 7
(#505) Variable "Y" must be all lower-case
(#505) Variable "Settings" must be all lower-case
(#507) Line indented incorrectly; expected 12 spaces, found 7
(#507) Expected "if (...) {\n"; found "if (...)\n {\n"
(#507) Variable "Settings" must be all lower-case
(#507) Variable "Settings" must be all lower-case
(#508) Line indented incorrectly; expected at least 12 spaces, found 8
(#509) Line indented incorrectly; expected 16 spaces, found 9
(#509) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#509) Variable "Settings" must be all lower-case
(#509) Variable "ID" must be all lower-case
(#509) Variable "Vector" must be all lower-case
(#510) Line indented incorrectly; expected at least 16 spaces, found 10
(#511) Line indented incorrectly; expected at least 20 spaces, found 11
(#511) Variable "Type" must be all lower-case
(#511) Variable "Vector" must be all lower-case
(#512) Line indented incorrectly; expected at least 20 spaces, found 11
(#512) Variable "Force" must be all lower-case
(#512) Variable "Vector" must be all lower-case
(#513) Line indented incorrectly; expected at least 20 spaces, found 11
(#513) Variable "Angle" must be all lower-case
(#513) Variable "Vector" must be all lower-case
(#514) Line indented incorrectly; expected at least 20 spaces, found 11
(#514) Variable "Factor" must be all lower-case
(#514) Variable "Type" must be all lower-case
(#516) Line indented incorrectly; expected at least 20 spaces, found 11
(#516) Variable "X" must be all lower-case
(#516) Variable "Angle" must be all lower-case
(#516) Variable "Force" must be all lower-case
(#516) Variable "Factor" must be all lower-case
(#516) Variable "X" must be all lower-case
(#517) Line indented incorrectly; expected at least 20 spaces, found 11
(#517) Variable "Y" must be all lower-case
(#517) Variable "Angle" must be all lower-case
(#517) Variable "Force" must be all lower-case
(#517) Variable "Factor" must be all lower-case
(#517) Variable "Y" must be all lower-case
(#518) Line indented incorrectly; expected 16 spaces, found 10
(#518) Closing brace indented incorrectly; expected 9 spaces, found 10
(#519) Line indented incorrectly; expected 12 spaces, found 8
(#519) Closing brace indented incorrectly; expected 7 spaces, found 8
(#521) Line indented incorrectly; expected at least 12 spaces, found 7
(#521) Variable "Key" must be all lower-case
(#521) Variable "X" must be all lower-case
(#522) Line indented incorrectly; expected at least 12 spaces, found 7
(#522) Variable "Key" must be all lower-case
(#522) Variable "Y" must be all lower-case
(#523) Line indented incorrectly; expected 8 spaces, found 6
(#523) Closing brace indented incorrectly; expected 5 spaces, found 6
(#524) Closing brace indented incorrectly; expected 3 spaces, found 4
(#526) Line indented incorrectly; expected 4 spaces, found 3
(#526) method name "pSpring::lastPass" must be in lower-case letters only
(#526) Visibility must be declared on method "lastPass"
(#527) Opening brace should be on the same line as the declaration
(#528) Line indented incorrectly; expected at least 8 spaces, found 5
(#529) Line indented incorrectly; expected 8 spaces, found 5
(#529) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#529) Variable "Key" must be all lower-case
(#529) Variable "Settings" must be all lower-case
(#530) Line indented incorrectly; expected at least 8 spaces, found 6
(#531) Line indented incorrectly; expected at least 12 spaces, found 7
(#531) Variable "X" must be all lower-case
(#531) Variable "Settings" must be all lower-case
(#532) Line indented incorrectly; expected at least 12 spaces, found 7
(#532) Variable "Y" must be all lower-case
(#532) Variable "Settings" must be all lower-case
(#534) Line indented incorrectly; expected 12 spaces, found 7
(#534) Expected "if (...) {\n"; found "if (...) { "
(#534) Variable "X" must be all lower-case
(#534) Variable "X" must be all lower-case
(#534) Closing brace must be on a line by itself
(#535) Line indented incorrectly; expected 12 spaces, found 7
(#535) Expected "if (...) {\n"; found "if (...) { "
(#535) Variable "X" must be all lower-case
(#535) Variable "X" must be all lower-case
(#535) Closing brace must be on a line by itself
(#536) Line indented incorrectly; expected 12 spaces, found 7
(#536) Expected "if (...) {\n"; found "if (...) { "
(#536) Variable "Y" must be all lower-case
(#536) Variable "Y" must be all lower-case
(#536) Closing brace must be on a line by itself
(#537) Line indented incorrectly; expected 12 spaces, found 7
(#537) Expected "if (...) {\n"; found "if (...) { "
(#537) Variable "Y" must be all lower-case
(#537) Variable "Y" must be all lower-case
(#537) Closing brace must be on a line by itself
(#539) Line indented incorrectly; expected at least 12 spaces, found 7
(#539) Variable "Key" must be all lower-case
(#539) Variable "X" must be all lower-case
(#540) Line indented incorrectly; expected at least 12 spaces, found 7
(#540) Variable "Key" must be all lower-case
(#540) Variable "Y" must be all lower-case
(#541) Line indented incorrectly; expected 8 spaces, found 6
(#541) Closing brace indented incorrectly; expected 5 spaces, found 6
(#543) Line indented incorrectly; expected at least 8 spaces, found 5
(#544) Line indented incorrectly; expected at least 8 spaces, found 5
(#544) Variable "Links" must be all lower-case
(#545) Line indented incorrectly; expected 8 spaces, found 5
(#545) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#545) Variable "Key" must be all lower-case
(#545) Variable "Settings" must be all lower-case
(#546) Line indented incorrectly; expected at least 8 spaces, found 6
(#547) Line indented incorrectly; expected at least 12 spaces, found 7
(#547) Variable "X1" must be all lower-case
(#547) Variable "Settings" must be all lower-case
(#548) Line indented incorrectly; expected at least 12 spaces, found 7
(#548) Variable "Y1" must be all lower-case
(#548) Variable "Settings" must be all lower-case
(#550) Line indented incorrectly; expected 12 spaces, found 7
(#550) Expected "if (...) {\n"; found "if (...)\n {\n"
(#550) Variable "Settings" must be all lower-case
(#551) Line indented incorrectly; expected at least 12 spaces, found 8
(#552) Line indented incorrectly; expected 16 spaces, found 9
(#552) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#552) Variable "Settings" must be all lower-case
(#552) Variable "ID" must be all lower-case
(#552) Variable "NodeID" must be all lower-case
(#553) Line indented incorrectly; expected at least 16 spaces, found 10
(#554) Line indented incorrectly; expected 20 spaces, found 11
(#554) Expected "if (...) {\n"; found "if (...)\n {\n"
(#554) Variable "NodeID" must be all lower-case
(#555) Line indented incorrectly; expected at least 20 spaces, found 12
(#556) Line indented incorrectly; expected at least 24 spaces, found 13
(#556) Variable "X2" must be all lower-case
(#556) Variable "NodeID" must be all lower-case
(#557) Line indented incorrectly; expected at least 24 spaces, found 13
(#557) Variable "Y2" must be all lower-case
(#557) Variable "NodeID" must be all lower-case
(#559) Line indented incorrectly; expected at least 24 spaces, found 13
(#559) Variable "Links" must be all lower-case
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Variable "X1" must be all lower-case
(#559) Commas (,) must be followed by white space.
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Variable "Y1" must be all lower-case
(#559) Commas (,) must be followed by white space.
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Variable "X2" must be all lower-case
(#559) Commas (,) must be followed by white space.
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Variable "Y2" must be all lower-case
(#559) Commas (,) must be followed by white space.
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Variable "Settings" must be all lower-case
(#559) Commas (,) must be followed by white space.
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#559) Variable "NodeID" must be all lower-case
(#559) Line exceeds 132 characters; contains 143 characters
(#560) Line indented incorrectly; expected 20 spaces, found 12
(#560) Closing brace indented incorrectly; expected 11 spaces, found 12
(#561) Line indented incorrectly; expected 16 spaces, found 10
(#561) Closing brace indented incorrectly; expected 9 spaces, found 10
(#562) Line indented incorrectly; expected 12 spaces, found 8
(#562) Closing brace indented incorrectly; expected 7 spaces, found 8
(#563) Line indented incorrectly; expected 8 spaces, found 6
(#563) Closing brace indented incorrectly; expected 5 spaces, found 6
(#565) Line indented incorrectly; expected at least 8 spaces, found 5
(#566) Line indented incorrectly; expected at least 8 spaces, found 5
(#566) Variable "Conflicts" must be all lower-case
(#567) Line indented incorrectly; expected 8 spaces, found 5
(#567) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#567) Variable "Key" must be all lower-case
(#567) Variable "Settings" must be all lower-case
(#568) Line indented incorrectly; expected at least 8 spaces, found 6
(#569) Line indented incorrectly; expected at least 12 spaces, found 7
(#569) Variable "X1" must be all lower-case
(#569) Variable "Settings" must be all lower-case
(#570) Line indented incorrectly; expected at least 12 spaces, found 7
(#570) Variable "Y1" must be all lower-case
(#570) Variable "Settings" must be all lower-case
(#572) Line indented incorrectly; expected 12 spaces, found 7
(#572) Expected "if (...) {\n"; found "if (...)\n {\n"
(#572) Variable "Settings" must be all lower-case
(#573) Line indented incorrectly; expected at least 12 spaces, found 8
(#574) Line indented incorrectly; expected 16 spaces, found 9
(#574) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#574) Variable "Settings" must be all lower-case
(#574) Variable "ID" must be all lower-case
(#574) Variable "NodeID" must be all lower-case
(#575) Line indented incorrectly; expected at least 16 spaces, found 10
(#576) Line indented incorrectly; expected 20 spaces, found 11
(#576) Expected "if (...) {\n"; found "if (...)\n {\n"
(#576) Variable "NodeID" must be all lower-case
(#577) Line indented incorrectly; expected at least 20 spaces, found 12
(#578) Line indented incorrectly; expected at least 24 spaces, found 13
(#578) Variable "X2" must be all lower-case
(#578) Variable "NodeID" must be all lower-case
(#579) Line indented incorrectly; expected at least 24 spaces, found 13
(#579) Variable "Y2" must be all lower-case
(#579) Variable "NodeID" must be all lower-case
(#581) Line indented incorrectly; expected 24 spaces, found 13
(#581) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#581) Variable "Links" must be all lower-case
(#581) Variable "IDLinks" must be all lower-case
(#581) Variable "Link" must be all lower-case
(#582) Line indented incorrectly; expected at least 24 spaces, found 14
(#583) Line indented incorrectly; expected at least 28 spaces, found 15
(#583) Variable "X3" must be all lower-case
(#583) Variable "Link" must be all lower-case
(#583) Variable "Y3" must be all lower-case
(#583) Variable "Link" must be all lower-case
(#583) Variable "X4" must be all lower-case
(#583) Variable "Link" must be all lower-case
(#583) Variable "Y4" must be all lower-case
(#583) Variable "Link" must be all lower-case
(#585) Line indented incorrectly; expected 28 spaces, found 15
(#585) Expected "if (...) {\n"; found "if (...)\n {\n"
(#585) Variable "X1" must be all lower-case
(#585) Variable "X3" must be all lower-case
(#585) Variable "X2" must be all lower-case
(#585) Variable "X4" must be all lower-case
(#585) Variable "Y1" must be all lower-case
(#585) Variable "Y3" must be all lower-case
(#585) Variable "Y2" must be all lower-case
(#585) Variable "Y4" must be all lower-case
(#586) Line indented incorrectly; expected at least 28 spaces, found 16
(#587) Line indented incorrectly; expected 32 spaces, found 17
(#587) Expected "if (...) {\n"; found "if (...)\n {\n"
(#587) Variable "X1" must be all lower-case
(#587) Commas (,) must be followed by white space.
(#587) Variable "Y1" must be all lower-case
(#587) Commas (,) must be followed by white space.
(#587) Variable "X2" must be all lower-case
(#587) Commas (,) must be followed by white space.
(#587) Variable "Y2" must be all lower-case
(#587) Commas (,) must be followed by white space.
(#587) Variable "X3" must be all lower-case
(#587) Commas (,) must be followed by white space.
(#587) Variable "Y3" must be all lower-case
(#587) Commas (,) must be followed by white space.
(#587) Variable "X4" must be all lower-case
(#587) Commas (,) must be followed by white space.
(#587) Variable "Y4" must be all lower-case
(#588) Line indented incorrectly; expected at least 32 spaces, found 18
(#589) Line indented incorrectly; expected 36 spaces, found 19
(#589) Expected "if (...) {\n"; found "if (...)\n { "
(#589) Variable "Link" must be all lower-case
(#589) Variable "Settings" must be all lower-case
(#589) Variable "Link" must be all lower-case
(#589) Variable "NodeID" must be all lower-case
(#589) Variable "Link" must be all lower-case
(#589) Variable "Settings" must be all lower-case
(#589) Variable "Link" must be all lower-case
(#589) Variable "NodeID" must be all lower-case
(#589) Line exceeds maximum limit of 180 characters; contains 214 characters
(#590) Line indented incorrectly; expected at least 36 spaces, found 20
(#590) Variable "Conflicts" must be all lower-case
(#590) Closing brace must be on a line by itself
(#591) Line indented incorrectly; expected 32 spaces, found 18
(#591) Closing brace indented incorrectly; expected 17 spaces, found 18
(#592) Line indented incorrectly; expected 28 spaces, found 16
(#592) Closing brace indented incorrectly; expected 15 spaces, found 16
(#593) Line indented incorrectly; expected 24 spaces, found 14
(#593) Closing brace indented incorrectly; expected 13 spaces, found 14
(#594) Line indented incorrectly; expected 20 spaces, found 12
(#594) Closing brace indented incorrectly; expected 11 spaces, found 12
(#595) Line indented incorrectly; expected 16 spaces, found 10
(#595) Closing brace indented incorrectly; expected 9 spaces, found 10
(#596) Line indented incorrectly; expected 12 spaces, found 8
(#596) Closing brace indented incorrectly; expected 7 spaces, found 8
(#597) Line indented incorrectly; expected 8 spaces, found 6
(#597) Closing brace indented incorrectly; expected 5 spaces, found 6
(#598) Line indented incorrectly; expected at least 8 spaces, found 5
(#598) Variable "Conflicts" must be all lower-case
(#598) Expected 1 space before "/"; 0 found
(#598) Expected 1 space after "/"; 0 found
(#599) Closing brace indented incorrectly; expected 3 spaces, found 4
(#601) Line indented incorrectly; expected at least 4 spaces, found 3
(#602) Line indented incorrectly; expected 4 spaces, found 3
(#602) Visibility must be declared on method "center"
(#603) Opening brace should be on the same line as the declaration
(#604) Line indented incorrectly; expected at least 8 spaces, found 5
(#605) Line indented incorrectly; expected at least 8 spaces, found 5
(#605) Variable "TargetCenterX" must be all lower-case
(#606) Line indented incorrectly; expected at least 8 spaces, found 5
(#606) Variable "TargetCenterY" must be all lower-case
(#608) Line indented incorrectly; expected at least 8 spaces, found 5
(#609) Line indented incorrectly; expected at least 8 spaces, found 5
(#609) Variable "XMin" must be all lower-case
(#609) Variable "XMax" must be all lower-case
(#610) Line indented incorrectly; expected at least 8 spaces, found 5
(#610) Variable "YMin" must be all lower-case
(#610) Variable "YMax" must be all lower-case
(#611) Line indented incorrectly; expected 8 spaces, found 5
(#611) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#611) Variable "Key" must be all lower-case
(#611) Variable "Settings" must be all lower-case
(#612) Line indented incorrectly; expected at least 8 spaces, found 6
(#613) Line indented incorrectly; expected at least 12 spaces, found 7
(#613) Variable "X" must be all lower-case
(#613) Variable "Settings" must be all lower-case
(#614) Line indented incorrectly; expected at least 12 spaces, found 7
(#614) Variable "Y" must be all lower-case
(#614) Variable "Settings" must be all lower-case
(#616) Line indented incorrectly; expected 12 spaces, found 7
(#616) Expected "if (...) {\n"; found "if (...) { "
(#616) Variable "X" must be all lower-case
(#616) Variable "XMin" must be all lower-case
(#616) Variable "XMin" must be all lower-case
(#616) Variable "X" must be all lower-case
(#616) Closing brace must be on a line by itself
(#617) Line indented incorrectly; expected 12 spaces, found 7
(#617) Expected "if (...) {\n"; found "if (...) { "
(#617) Variable "X" must be all lower-case
(#617) Variable "XMax" must be all lower-case
(#617) Variable "XMax" must be all lower-case
(#617) Variable "X" must be all lower-case
(#617) Closing brace must be on a line by itself
(#618) Line indented incorrectly; expected 12 spaces, found 7
(#618) Expected "if (...) {\n"; found "if (...) { "
(#618) Variable "Y" must be all lower-case
(#618) Variable "YMin" must be all lower-case
(#618) Variable "YMin" must be all lower-case
(#618) Variable "Y" must be all lower-case
(#618) Closing brace must be on a line by itself
(#619) Line indented incorrectly; expected 12 spaces, found 7
(#619) Expected "if (...) {\n"; found "if (...) { "
(#619) Variable "Y" must be all lower-case
(#619) Variable "YMax" must be all lower-case
(#619) Variable "YMax" must be all lower-case
(#619) Variable "Y" must be all lower-case
(#619) Closing brace must be on a line by itself
(#620) Line indented incorrectly; expected 8 spaces, found 6
(#620) Closing brace indented incorrectly; expected 5 spaces, found 6
(#621) Line indented incorrectly; expected at least 8 spaces, found 5
(#621) Variable "CurrentCenterX" must be all lower-case
(#621) Variable "XMax" must be all lower-case
(#621) Variable "XMin" must be all lower-case
(#621) Variable "XMin" must be all lower-case
(#622) Line indented incorrectly; expected at least 8 spaces, found 5
(#622) Variable "CurrentCenterY" must be all lower-case
(#622) Variable "YMax" must be all lower-case
(#622) Variable "YMin" must be all lower-case
(#622) Variable "YMin" must be all lower-case
(#624) Line indented incorrectly; expected at least 8 spaces, found 5
(#625) Line indented incorrectly; expected at least 8 spaces, found 5
(#625) Variable "XOffset" must be all lower-case
(#625) Variable "TargetCenterX" must be all lower-case
(#625) Variable "CurrentCenterX" must be all lower-case
(#626) Line indented incorrectly; expected at least 8 spaces, found 5
(#626) Variable "YOffset" must be all lower-case
(#626) Variable "TargetCenterY" must be all lower-case
(#626) Variable "CurrentCenterY" must be all lower-case
(#628) Line indented incorrectly; expected at least 8 spaces, found 5
(#629) Line indented incorrectly; expected 8 spaces, found 5
(#629) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#629) Variable "Key" must be all lower-case
(#629) Variable "Settings" must be all lower-case
(#630) Line indented incorrectly; expected at least 8 spaces, found 6
(#631) Line indented incorrectly; expected at least 12 spaces, found 7
(#631) Variable "Key" must be all lower-case
(#631) Variable "Settings" must be all lower-case
(#631) Variable "XOffset" must be all lower-case
(#632) Line indented incorrectly; expected at least 12 spaces, found 7
(#632) Variable "Key" must be all lower-case
(#632) Variable "Settings" must be all lower-case
(#632) Variable "YOffset" must be all lower-case
(#633) Line indented incorrectly; expected 8 spaces, found 6
(#633) Closing brace indented incorrectly; expected 5 spaces, found 6
(#634) Closing brace indented incorrectly; expected 3 spaces, found 4
(#636) Line indented incorrectly; expected at least 4 spaces, found 3
(#637) Line indented incorrectly; expected 4 spaces, found 3
(#637) method name "pSpring::drawSpring" must be in lower-case letters only
(#637) Visibility must be declared on method "drawSpring"
(#637) Variable "Object" must be all lower-case
(#637) Commas (,) must be followed by white space.
(#637) Variable "Settings" must be all lower-case
(#638) Opening brace should be on the same line as the declaration
(#639) Line indented incorrectly; expected at least 8 spaces, found 5
(#639) Variable "Object" must be all lower-case
(#641) Line indented incorrectly; expected at least 8 spaces, found 5
(#641) Variable "Pass" must be all lower-case
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Variable "Settings" must be all lower-case
(#641) Variable "Settings" must be all lower-case
(#642) Line indented incorrectly; expected at least 8 spaces, found 5
(#642) Variable "Retries" must be all lower-case
(#642) Spaces must be used for alignment; tabs are not allowed
(#642) Tab found within whitespace
(#642) Variable "Settings" must be all lower-case
(#642) Variable "Settings" must be all lower-case
(#643) Line indented incorrectly; expected at least 8 spaces, found 5
(#643) Spaces must be used for alignment; tabs are not allowed
(#643) Tab found within whitespace
(#643) Variable "Settings" must be all lower-case
(#643) Variable "Settings" must be all lower-case
(#644) Line indented incorrectly; expected at least 8 spaces, found 5
(#644) Spaces must be used for alignment; tabs are not allowed
(#644) Tab found within whitespace
(#644) Variable "Settings" must be all lower-case
(#644) Variable "Settings" must be all lower-case
(#645) Line indented incorrectly; expected at least 8 spaces, found 5
(#645) Spaces must be used for alignment; tabs are not allowed
(#645) Tab found within whitespace
(#645) Variable "Settings" must be all lower-case
(#645) Variable "Settings" must be all lower-case
(#646) Line indented incorrectly; expected at least 8 spaces, found 5
(#646) Variable "DrawVectors" must be all lower-case
(#646) Spaces must be used for alignment; tabs are not allowed
(#646) Tab found within whitespace
(#646) Variable "Settings" must be all lower-case
(#646) Variable "Settings" must be all lower-case
(#646) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#647) Line indented incorrectly; expected at least 8 spaces, found 5
(#647) Variable "DrawQuietZone" must be all lower-case
(#647) Spaces must be used for alignment; tabs are not allowed
(#647) Tab found within whitespace
(#647) Variable "Settings" must be all lower-case
(#647) Variable "Settings" must be all lower-case
(#647) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#648) Line indented incorrectly; expected at least 8 spaces, found 5
(#648) Variable "CenterGraph" must be all lower-case
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Tab found within whitespace
(#648) Variable "Settings" must be all lower-case
(#648) Variable "Settings" must be all lower-case
(#648) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#649) Line indented incorrectly; expected at least 8 spaces, found 5
(#649) Variable "TextPadding" must be all lower-case
(#649) Spaces must be used for alignment; tabs are not allowed
(#649) Tab found within whitespace
(#649) Variable "Settings" must be all lower-case
(#649) Variable "Settings" must be all lower-case
(#650) Line indented incorrectly; expected at least 8 spaces, found 5
(#650) Variable "Algorithm" must be all lower-case
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Variable "Settings" must be all lower-case
(#650) Variable "Settings" must be all lower-case
(#652) Line indented incorrectly; expected at least 8 spaces, found 5
(#652) Variable "FontSize" must be all lower-case
(#652) Spaces must be used for alignment; tabs are not allowed
(#652) Tab found within whitespace
(#652) Variable "Object" must be all lower-case
(#653) Line indented incorrectly; expected at least 8 spaces, found 5
(#653) Spaces must be used for alignment; tabs are not allowed
(#653) Tab found within whitespace
(#653) Variable "Object" must be all lower-case
(#654) Line indented incorrectly; expected at least 8 spaces, found 5
(#654) Spaces must be used for alignment; tabs are not allowed
(#654) Tab found within whitespace
(#654) Variable "Object" must be all lower-case
(#655) Line indented incorrectly; expected at least 8 spaces, found 5
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Tab found within whitespace
(#655) Variable "Object" must be all lower-case
(#656) Line indented incorrectly; expected at least 8 spaces, found 5
(#656) Spaces must be used for alignment; tabs are not allowed
(#656) Tab found within whitespace
(#656) Variable "Object" must be all lower-case
(#658) Line indented incorrectly; expected at least 8 spaces, found 5
(#658) Variable "Conflicts" must be all lower-case
(#658) Variable "Jobs" must be all lower-case
(#659) Line indented incorrectly; expected 8 spaces, found 5
(#659) Expected "while (...) {\n"; found "while (...)\n {\n"
(#659) Variable "Conflicts" must be all lower-case
(#659) Variable "Jobs" must be all lower-case
(#659) Variable "Retries" must be all lower-case
(#660) Line indented incorrectly; expected at least 8 spaces, found 6
(#661) Line indented incorrectly; expected at least 12 spaces, found 7
(#661) Variable "Jobs" must be all lower-case
(#663) Line indented incorrectly; expected at least 12 spaces, found 7
(#664) Line indented incorrectly; expected at least 12 spaces, found 7
(#664) Variable "Algorithm" must be all lower-case
(#666) Line indented incorrectly; expected at least 12 spaces, found 7
(#667) Line indented incorrectly; expected 12 spaces, found 7
(#667) Expected "if (...) {\n"; found "if (...) \n {\n"
(#667) Variable "Pass" must be all lower-case
(#667) Whitespace found at end of line
(#668) Line indented incorrectly; expected at least 12 spaces, found 8
(#669) Line indented incorrectly; expected 16 spaces, found 9
(#669) Expected "for (...) {\n"; found "for (...) { "
(#669) Expected 1 space before "="; 0 found
(#669) Expected 1 space after "="; 0 found
(#669) Expected 1 space before "<="; 0 found
(#669) Expected 1 space after "<="; 0 found
(#669) Variable "Pass" must be all lower-case
(#669) Closing brace must be on a line by itself
(#670) Line indented incorrectly; expected 12 spaces, found 8
(#670) Closing brace indented incorrectly; expected 7 spaces, found 8
(#672) Line indented incorrectly; expected at least 12 spaces, found 7
(#672) Variable "Conflicts" must be all lower-case
(#673) Line indented incorrectly; expected 12 spaces, found 7
(#673) Expected "if (...) {\n"; found "if (...)\n { "
(#673) Variable "Conflicts" must be all lower-case
(#674) Line indented incorrectly; expected at least 12 spaces, found 8
(#674) Variable "Conflicts" must be all lower-case
(#674) Closing brace must be on a line by itself
(#675) Line indented incorrectly; expected 8 spaces, found 6
(#675) Closing brace indented incorrectly; expected 5 spaces, found 6
(#677) Line indented incorrectly; expected at least 8 spaces, found 5
(#677) Variable "Conflicts" must be all lower-case
(#678) Line indented incorrectly; expected at least 8 spaces, found 5
(#680) Line indented incorrectly; expected 8 spaces, found 5
(#680) Expected "if (...) {\n"; found "if (...) { "
(#680) Variable "CenterGraph" must be all lower-case
(#680) Closing brace must be on a line by itself
(#682) Line indented incorrectly; expected at least 8 spaces, found 5
(#683) Line indented incorrectly; expected at least 8 spaces, found 5
(#683) Variable "Drawn" must be all lower-case
(#684) Line indented incorrectly; expected 8 spaces, found 5
(#684) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#684) Variable "Key" must be all lower-case
(#684) Variable "Settings" must be all lower-case
(#685) Line indented incorrectly; expected at least 8 spaces, found 6
(#686) Line indented incorrectly; expected at least 12 spaces, found 7
(#686) Variable "X" must be all lower-case
(#686) Spaces must be used for alignment; tabs are not allowed
(#686) Tab found within whitespace
(#686) Variable "Settings" must be all lower-case
(#687) Line indented incorrectly; expected at least 12 spaces, found 7
(#687) Variable "Y" must be all lower-case
(#687) Spaces must be used for alignment; tabs are not allowed
(#687) Tab found within whitespace
(#687) Variable "Settings" must be all lower-case
(#689) Line indented incorrectly; expected 12 spaces, found 7
(#689) Expected "if (...) {\n"; found "if (...)\n {\n"
(#689) Variable "Settings" must be all lower-case
(#690) Line indented incorrectly; expected at least 12 spaces, found 8
(#691) Line indented incorrectly; expected 16 spaces, found 9
(#691) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#691) Variable "Settings" must be all lower-case
(#691) Variable "ID" must be all lower-case
(#691) Variable "NodeID" must be all lower-case
(#692) Line indented incorrectly; expected at least 16 spaces, found 10
(#693) Line indented incorrectly; expected 20 spaces, found 11
(#693) Expected "if (...) {\n"; found "if (...) { "
(#693) Variable "Drawn" must be all lower-case
(#693) Variable "Key" must be all lower-case
(#693) Variable "Drawn" must be all lower-case
(#693) Variable "Key" must be all lower-case
(#693) Closing brace must be on a line by itself
(#694) Line indented incorrectly; expected 20 spaces, found 11
(#694) Expected "if (...) {\n"; found "if (...) { "
(#694) Variable "Drawn" must be all lower-case
(#694) Variable "NodeID" must be all lower-case
(#694) Variable "Drawn" must be all lower-case
(#694) Variable "NodeID" must be all lower-case
(#694) Closing brace must be on a line by itself
(#696) Line indented incorrectly; expected 20 spaces, found 11
(#696) Expected "if (...) {\n"; found "if (...)\n {\n"
(#696) Variable "NodeID" must be all lower-case
(#696) Variable "Drawn" must be all lower-case
(#696) Variable "Key" must be all lower-case
(#696) Variable "NodeID" must be all lower-case
(#696) Variable "Drawn" must be all lower-case
(#696) Variable "NodeID" must be all lower-case
(#696) Variable "Key" must be all lower-case
(#697) Line indented incorrectly; expected at least 20 spaces, found 12
(#698) Line indented incorrectly; expected at least 24 spaces, found 13
(#698) Variable "Color" must be all lower-case
(#698) Expected 1 space before "=>"; 0 found
(#698) Expected 1 space after "=>"; 0 found
(#698) Commas (,) must be followed by white space.
(#698) Expected 1 space before "=>"; 0 found
(#698) Expected 1 space after "=>"; 0 found
(#698) Commas (,) must be followed by white space.
(#698) Expected 1 space before "=>"; 0 found
(#698) Expected 1 space after "=>"; 0 found
(#698) Commas (,) must be followed by white space.
(#698) Expected 1 space before "=>"; 0 found
(#698) Expected 1 space after "=>"; 0 found
(#698) Line exceeds 132 characters; contains 149 characters
(#700) Line indented incorrectly; expected 24 spaces, found 13
(#700) Expected "if (...) {\n"; found "if (...)\n {\n"
(#701) Line indented incorrectly; expected at least 24 spaces, found 14
(#702) Line indented incorrectly; expected 28 spaces, found 15
(#702) Expected "if (...) {\n"; found "if (...)\n { "
(#702) Variable "Key" must be all lower-case
(#702) Variable "NodeID" must be all lower-case
(#703) Line indented incorrectly; expected at least 28 spaces, found 16
(#703) Variable "Color" must be all lower-case
(#703) Expected 1 space before "=>"; 0 found
(#703) Expected 1 space after "=>"; 0 found
(#703) Variable "Key" must be all lower-case
(#703) Variable "NodeID" must be all lower-case
(#703) Commas (,) must be followed by white space.
(#703) Expected 1 space before "=>"; 0 found
(#703) Expected 1 space after "=>"; 0 found
(#703) Variable "Key" must be all lower-case
(#703) Variable "NodeID" must be all lower-case
(#703) Commas (,) must be followed by white space.
(#703) Expected 1 space before "=>"; 0 found
(#703) Expected 1 space after "=>"; 0 found
(#703) Variable "Key" must be all lower-case
(#703) Variable "NodeID" must be all lower-case
(#703) Commas (,) must be followed by white space.
(#703) Expected 1 space before "=>"; 0 found
(#703) Expected 1 space after "=>"; 0 found
(#703) Variable "Key" must be all lower-case
(#703) Variable "NodeID" must be all lower-case
(#703) Line exceeds maximum limit of 180 characters; contains 196 characters
(#703) Closing brace must be on a line by itself
(#705) Line indented incorrectly; expected 28 spaces, found 15
(#705) Expected "if (...) {\n"; found "if (...)\n { "
(#705) Variable "Key" must be all lower-case
(#705) Variable "NodeID" must be all lower-case
(#706) Line indented incorrectly; expected at least 28 spaces, found 17
(#706) Variable "Color" must be all lower-case
(#706) Variable "Key" must be all lower-case
(#706) Variable "NodeID" must be all lower-case
(#706) Closing brace must be on a line by itself
(#707) Line indented incorrectly; expected 24 spaces, found 14
(#707) Closing brace indented incorrectly; expected 13 spaces, found 14
(#709) Line indented incorrectly; expected at least 24 spaces, found 13
(#709) Variable "X2" must be all lower-case
(#709) Variable "NodeID" must be all lower-case
(#710) Line indented incorrectly; expected at least 24 spaces, found 13
(#710) Variable "Y2" must be all lower-case
(#710) Variable "NodeID" must be all lower-case
(#711) Line indented incorrectly; expected at least 24 spaces, found 13
(#711) Variable "X" must be all lower-case
(#711) Commas (,) must be followed by white space.
(#711) Variable "Y" must be all lower-case
(#711) Commas (,) must be followed by white space.
(#711) Variable "X2" must be all lower-case
(#711) Commas (,) must be followed by white space.
(#711) Variable "Y2" must be all lower-case
(#711) Commas (,) must be followed by white space.
(#711) Variable "Color" must be all lower-case
(#712) Line indented incorrectly; expected at least 24 spaces, found 13
(#712) Variable "Drawn" must be all lower-case
(#712) Variable "Key" must be all lower-case
(#712) Variable "NodeID" must be all lower-case
(#712) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#714) Line indented incorrectly; expected 24 spaces, found 13
(#714) Expected "if (...) {\n"; found "if (...)\n {\n"
(#715) Line indented incorrectly; expected at least 24 spaces, found 14
(#716) Line indented incorrectly; expected 28 spaces, found 15
(#716) Expected "if (...) {\n"; found "if (...)\n {\n"
(#716) Variable "Key" must be all lower-case
(#716) Variable "NodeID" must be all lower-case
(#716) Variable "NodeID" must be all lower-case
(#716) Variable "Key" must be all lower-case
(#717) Line indented incorrectly; expected at least 28 spaces, found 16
(#718) Line indented incorrectly; expected at least 32 spaces, found 17
(#718) Variable "Name" must be all lower-case
(#718) Variable "Key" must be all lower-case
(#718) Variable "NodeID" must be all lower-case
(#718) Variable "Key" must be all lower-case
(#718) Variable "NodeID" must be all lower-case
(#718) Variable "NodeID" must be all lower-case
(#718) Variable "Key" must be all lower-case
(#718) Line exceeds 132 characters; contains 145 characters
(#719) Line indented incorrectly; expected at least 32 spaces, found 17
(#719) Variable "TxtX" must be all lower-case
(#719) Variable "X2" must be all lower-case
(#719) Variable "X" must be all lower-case
(#719) Expected 1 space before "/"; 0 found
(#719) Expected 1 space after "/"; 0 found
(#719) Variable "X" must be all lower-case
(#720) Line indented incorrectly; expected at least 32 spaces, found 17
(#720) Variable "TxtY" must be all lower-case
(#720) Variable "Y2" must be all lower-case
(#720) Variable "Y" must be all lower-case
(#720) Expected 1 space before "/"; 0 found
(#720) Expected 1 space after "/"; 0 found
(#720) Variable "Y" must be all lower-case
(#722) Line indented incorrectly; expected at least 32 spaces, found 17
(#722) Inline control structures are not allowed
(#722) Variable "X" must be all lower-case
(#722) Variable "X2" must be all lower-case
(#723) Line indented incorrectly; expected at least 32 spaces, found 18
(#723) Variable "Angle" must be all lower-case
(#723) Expected 1 space before "-"; 0 found
(#723) Expected 1 space after "-"; 0 found
(#723) Variable "X" must be all lower-case
(#723) Commas (,) must be followed by white space.
(#723) Variable "Y" must be all lower-case
(#723) Commas (,) must be followed by white space.
(#723) Variable "X2" must be all lower-case
(#723) Commas (,) must be followed by white space.
(#723) Variable "Y2" must be all lower-case
(#724) Line indented incorrectly; expected at least 32 spaces, found 17
(#724) Inline control structures are not allowed
(#725) Line indented incorrectly; expected at least 32 spaces, found 18
(#725) Variable "Angle" must be all lower-case
(#725) Expected 1 space before "-"; 0 found
(#725) Expected 1 space after "-"; 0 found
(#725) Variable "X2" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Variable "Y2" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Variable "X" must be all lower-case
(#725) Commas (,) must be followed by white space.
(#725) Variable "Y" must be all lower-case
(#727) Line indented incorrectly; expected at least 32 spaces, found 17
(#727) Variable "Settings" must be all lower-case
(#727) Variable "Color" must be all lower-case
(#728) Line indented incorrectly; expected at least 32 spaces, found 17
(#728) Variable "Settings" must be all lower-case
(#728) Variable "Angle" must be all lower-case
(#729) Line indented incorrectly; expected at least 32 spaces, found 17
(#729) Variable "Settings" must be all lower-case
(#730) Line indented incorrectly; expected at least 32 spaces, found 17
(#730) Variable "TxtX" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "TxtY" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "Name" must be all lower-case
(#730) Commas (,) must be followed by white space.
(#730) Variable "Settings" must be all lower-case
(#731) Line indented incorrectly; expected 28 spaces, found 16
(#731) Closing brace indented incorrectly; expected 15 spaces, found 16
(#732) Line indented incorrectly; expected 24 spaces, found 14
(#732) Closing brace indented incorrectly; expected 13 spaces, found 14
(#733) Line indented incorrectly; expected 20 spaces, found 12
(#733) Closing brace indented incorrectly; expected 11 spaces, found 12
(#734) Line indented incorrectly; expected 16 spaces, found 10
(#734) Closing brace indented incorrectly; expected 9 spaces, found 10
(#735) Line indented incorrectly; expected 12 spaces, found 8
(#735) Closing brace indented incorrectly; expected 7 spaces, found 8
(#736) Line indented incorrectly; expected 8 spaces, found 6
(#736) Closing brace indented incorrectly; expected 5 spaces, found 6
(#738) Line indented incorrectly; expected at least 8 spaces, found 5
(#739) Line indented incorrectly; expected 8 spaces, found 5
(#739) Expected "if (...) {\n"; found "if (...)\n {\n"
(#739) Variable "DrawQuietZone" must be all lower-case
(#740) Line indented incorrectly; expected at least 8 spaces, found 6
(#741) Line indented incorrectly; expected 12 spaces, found 7
(#741) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#741) Variable "Key" must be all lower-case
(#741) Variable "Settings" must be all lower-case
(#742) Line indented incorrectly; expected at least 12 spaces, found 8
(#743) Line indented incorrectly; expected at least 16 spaces, found 9
(#743) Variable "X" must be all lower-case
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Variable "Settings" must be all lower-case
(#744) Line indented incorrectly; expected at least 16 spaces, found 9
(#744) Variable "Y" must be all lower-case
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Variable "Settings" must be all lower-case
(#745) Line indented incorrectly; expected at least 16 spaces, found 9
(#745) Variable "FreeZone" must be all lower-case
(#745) Variable "Settings" must be all lower-case
(#747) Line indented incorrectly; expected at least 16 spaces, found 9
(#747) Variable "X" must be all lower-case
(#747) Commas (,) must be followed by white space.
(#747) Variable "Y" must be all lower-case
(#747) Commas (,) must be followed by white space.
(#747) Variable "FreeZone" must be all lower-case
(#747) Commas (,) must be followed by white space.
(#747) Expected 1 space before "=>"; 0 found
(#747) Expected 1 space after "=>"; 0 found
(#747) Commas (,) must be followed by white space.
(#747) Expected 1 space before "=>"; 0 found
(#747) Expected 1 space after "=>"; 0 found
(#747) Commas (,) must be followed by white space.
(#747) Expected 1 space before "=>"; 0 found
(#747) Expected 1 space after "=>"; 0 found
(#747) Commas (,) must be followed by white space.
(#747) Expected 1 space before "=>"; 0 found
(#747) Expected 1 space after "=>"; 0 found
(#748) Line indented incorrectly; expected 12 spaces, found 8
(#748) Closing brace indented incorrectly; expected 7 spaces, found 8
(#749) Line indented incorrectly; expected 8 spaces, found 6
(#749) Closing brace indented incorrectly; expected 5 spaces, found 6
(#750) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#752) Line indented incorrectly; expected at least 8 spaces, found 5
(#753) Line indented incorrectly; expected 8 spaces, found 5
(#753) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#753) Variable "Key" must be all lower-case
(#753) Variable "Settings" must be all lower-case
(#754) Line indented incorrectly; expected at least 8 spaces, found 6
(#755) Line indented incorrectly; expected at least 12 spaces, found 7
(#755) Variable "X" must be all lower-case
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Variable "Settings" must be all lower-case
(#756) Line indented incorrectly; expected at least 12 spaces, found 7
(#756) Variable "Y" must be all lower-case
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Variable "Settings" must be all lower-case
(#757) Line indented incorrectly; expected at least 12 spaces, found 7
(#757) Variable "Name" must be all lower-case
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Variable "Settings" must be all lower-case
(#758) Line indented incorrectly; expected at least 12 spaces, found 7
(#758) Variable "FreeZone" must be all lower-case
(#758) Variable "Settings" must be all lower-case
(#759) Line indented incorrectly; expected at least 12 spaces, found 7
(#759) Variable "Shape" must be all lower-case
(#759) Variable "Settings" must be all lower-case
(#760) Line indented incorrectly; expected at least 12 spaces, found 7
(#760) Variable "Size" must be all lower-case
(#760) Variable "Settings" must be all lower-case
(#762) Line indented incorrectly; expected at least 12 spaces, found 7
(#762) Variable "Color" must be all lower-case
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space before "=>"; 0 found
(#762) Expected 1 space after "=>"; 0 found
(#762) Variable "Settings" must be all lower-case
(#762) Line exceeds maximum limit of 180 characters; contains 247 characters
(#764) Line indented incorrectly; expected 12 spaces, found 7
(#764) Expected "if (...) {\n"; found "if (...)\n {\n"
(#764) Variable "Shape" must be all lower-case
(#765) Line indented incorrectly; expected at least 12 spaces, found 8
(#766) Line indented incorrectly; expected at least 16 spaces, found 9
(#766) Variable "X" must be all lower-case
(#766) Commas (,) must be followed by white space.
(#766) Variable "Y" must be all lower-case
(#766) Commas (,) must be followed by white space.
(#766) Variable "Size" must be all lower-case
(#766) Commas (,) must be followed by white space.
(#766) Variable "Color" must be all lower-case
(#767) Line indented incorrectly; expected 12 spaces, found 8
(#767) Closing brace indented incorrectly; expected 7 spaces, found 8
(#768) Line indented incorrectly; expected 12 spaces, found 7
(#768) Usage of ELSEIF not allowed; use ELSE IF instead
(#768) Variable "Shape" must be all lower-case
(#769) Line indented incorrectly; expected at least 12 spaces, found 8
(#770) Line indented incorrectly; expected at least 16 spaces, found 9
(#770) Variable "Points" must be all lower-case
(#771) Line indented incorrectly; expected at least 16 spaces, found 9
(#771) Variable "Points" must be all lower-case
(#771) Variable "Size" must be all lower-case
(#771) Variable "X" must be all lower-case
(#771) Variable "Points" must be all lower-case
(#771) Variable "Size" must be all lower-case
(#771) Variable "Y" must be all lower-case
(#772) Line indented incorrectly; expected at least 16 spaces, found 9
(#772) Variable "Points" must be all lower-case
(#772) Variable "Size" must be all lower-case
(#772) Variable "X" must be all lower-case
(#772) Variable "Points" must be all lower-case
(#772) Variable "Size" must be all lower-case
(#772) Variable "Y" must be all lower-case
(#773) Line indented incorrectly; expected at least 16 spaces, found 9
(#773) Variable "Points" must be all lower-case
(#773) Variable "Size" must be all lower-case
(#773) Variable "X" must be all lower-case
(#773) Variable "Points" must be all lower-case
(#773) Variable "Size" must be all lower-case
(#773) Variable "Y" must be all lower-case
(#774) Line indented incorrectly; expected at least 16 spaces, found 9
(#774) Variable "Points" must be all lower-case
(#774) Commas (,) must be followed by white space.
(#774) Variable "Color" must be all lower-case
(#775) Line indented incorrectly; expected 12 spaces, found 8
(#775) Closing brace indented incorrectly; expected 7 spaces, found 8
(#776) Line indented incorrectly; expected 12 spaces, found 7
(#776) Usage of ELSEIF not allowed; use ELSE IF instead
(#776) Variable "Shape" must be all lower-case
(#777) Line indented incorrectly; expected at least 12 spaces, found 8
(#778) Line indented incorrectly; expected at least 16 spaces, found 9
(#778) Variable "Offset" must be all lower-case
(#778) Variable "Size" must be all lower-case
(#778) Expected 1 space before "/"; 0 found
(#778) Expected 1 space after "/"; 0 found
(#778) Variable "Size" must be all lower-case
(#778) Variable "Size" must be all lower-case
(#779) Line indented incorrectly; expected at least 16 spaces, found 9
(#779) Variable "X" must be all lower-case
(#779) Expected 1 space before "-"; 0 found
(#779) Expected 1 space after "-"; 0 found
(#779) Variable "Offset" must be all lower-case
(#779) Commas (,) must be followed by white space.
(#779) Variable "Y" must be all lower-case
(#779) Expected 1 space before "-"; 0 found
(#779) Expected 1 space after "-"; 0 found
(#779) Variable "Offset" must be all lower-case
(#779) Commas (,) must be followed by white space.
(#779) Variable "X" must be all lower-case
(#779) Expected 1 space before "+"; 0 found
(#779) Expected 1 space after "+"; 0 found
(#779) Variable "Offset" must be all lower-case
(#779) Commas (,) must be followed by white space.
(#779) Variable "Y" must be all lower-case
(#779) Expected 1 space before "+"; 0 found
(#779) Expected 1 space after "+"; 0 found
(#779) Variable "Offset" must be all lower-case
(#779) Commas (,) must be followed by white space.
(#779) Variable "Color" must be all lower-case
(#780) Line indented incorrectly; expected 12 spaces, found 8
(#780) Closing brace indented incorrectly; expected 7 spaces, found 8
(#782) Line indented incorrectly; expected 12 spaces, found 7
(#782) Expected "if (...) {\n"; found "if (...)\n {\n"
(#782) Variable "Name" must be all lower-case
(#783) Line indented incorrectly; expected at least 12 spaces, found 8
(#784) Line indented incorrectly; expected at least 16 spaces, found 9
(#784) Variable "LabelOptions" must be all lower-case
(#784) Expected 1 space before "=>"; 0 found
(#784) Expected 1 space after "=>"; 0 found
(#784) Commas (,) must be followed by white space.
(#784) Expected 1 space before "=>"; 0 found
(#784) Expected 1 space after "=>"; 0 found
(#784) Commas (,) must be followed by white space.
(#784) Expected 1 space before "=>"; 0 found
(#784) Expected 1 space after "=>"; 0 found
(#784) Commas (,) must be followed by white space.
(#784) Expected 1 space before "=>"; 0 found
(#784) Expected 1 space after "=>"; 0 found
(#784) Line exceeds 132 characters; contains 136 characters
(#786) Line indented incorrectly; expected 16 spaces, found 9
(#786) Expected "if (...) {\n"; found "if (...)\n {\n"
(#787) Line indented incorrectly; expected at least 16 spaces, found 10
(#788) Line indented incorrectly; expected at least 20 spaces, found 11
(#788) Variable "LabelOptions" must be all lower-case
(#789) Line indented incorrectly; expected at least 20 spaces, found 11
(#789) Variable "X" must be all lower-case
(#789) Commas (,) must be followed by white space.
(#789) Variable "Y" must be all lower-case
(#789) Commas (,) must be followed by white space.
(#789) Variable "Name" must be all lower-case
(#789) Commas (,) must be followed by white space.
(#789) Variable "LabelOptions" must be all lower-case
(#790) Line indented incorrectly; expected 16 spaces, found 10
(#790) Closing brace indented incorrectly; expected 9 spaces, found 10
(#791) Line indented incorrectly; expected 16 spaces, found 9
(#791) Usage of ELSEIF not allowed; use ELSE IF instead
(#792) Line indented incorrectly; expected at least 16 spaces, found 10
(#793) Line indented incorrectly; expected at least 20 spaces, found 11
(#793) Variable "LabelOptions" must be all lower-case
(#794) Line indented incorrectly; expected at least 20 spaces, found 11
(#794) Variable "LabelOptions" must be all lower-case
(#794) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#795) Line indented incorrectly; expected at least 20 spaces, found 11
(#795) Variable "LabelOptions" must be all lower-case
(#796) Line indented incorrectly; expected at least 20 spaces, found 11
(#796) Variable "LabelOptions" must be all lower-case
(#797) Line indented incorrectly; expected at least 20 spaces, found 11
(#797) Variable "LabelOptions" must be all lower-case
(#798) Line indented incorrectly; expected at least 20 spaces, found 11
(#798) Variable "LabelOptions" must be all lower-case
(#798) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#799) Line indented incorrectly; expected at least 20 spaces, found 11
(#799) Variable "LabelOptions" must be all lower-case
(#799) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#801) Line indented incorrectly; expected at least 20 spaces, found 11
(#801) Variable "X" must be all lower-case
(#801) Commas (,) must be followed by white space.
(#801) Variable "Y" must be all lower-case
(#801) Expected 1 space before "+"; 0 found
(#801) Expected 1 space after "+"; 0 found
(#801) Variable "Size" must be all lower-case
(#801) Expected 1 space before "+"; 0 found
(#801) Expected 1 space after "+"; 0 found
(#801) Variable "TextPadding" must be all lower-case
(#801) Commas (,) must be followed by white space.
(#801) Variable "Name" must be all lower-case
(#801) Commas (,) must be followed by white space.
(#801) Variable "LabelOptions" must be all lower-case
(#802) Line indented incorrectly; expected 16 spaces, found 10
(#802) Closing brace indented incorrectly; expected 9 spaces, found 10
(#803) Line indented incorrectly; expected 12 spaces, found 8
(#803) Closing brace indented incorrectly; expected 7 spaces, found 8
(#804) Line indented incorrectly; expected 8 spaces, found 6
(#804) Closing brace indented incorrectly; expected 5 spaces, found 6
(#806) Line indented incorrectly; expected at least 8 spaces, found 5
(#807) Line indented incorrectly; expected 8 spaces, found 5
(#807) Expected "if (...) {\n"; found "if (...)\n {\n"
(#807) Variable "DrawVectors" must be all lower-case
(#808) Line indented incorrectly; expected at least 8 spaces, found 6
(#809) Line indented incorrectly; expected 12 spaces, found 7
(#809) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#809) Variable "Key" must be all lower-case
(#809) Variable "Settings" must be all lower-case
(#810) Line indented incorrectly; expected at least 12 spaces, found 8
(#811) Line indented incorrectly; expected at least 16 spaces, found 9
(#811) Variable "X1" must be all lower-case
(#811) Variable "Settings" must be all lower-case
(#812) Line indented incorrectly; expected at least 16 spaces, found 9
(#812) Variable "Y1" must be all lower-case
(#812) Variable "Settings" must be all lower-case
(#814) Line indented incorrectly; expected 16 spaces, found 9
(#814) Expected "if (...) {\n"; found "if (...)\n {\n"
(#814) Variable "Settings" must be all lower-case
(#814) Variable "Settings" must be all lower-case
(#815) Line indented incorrectly; expected at least 16 spaces, found 10
(#816) Line indented incorrectly; expected 20 spaces, found 11
(#816) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#816) Variable "Settings" must be all lower-case
(#816) Variable "ID" must be all lower-case
(#816) Variable "Vector" must be all lower-case
(#817) Line indented incorrectly; expected at least 20 spaces, found 12
(#818) Line indented incorrectly; expected at least 24 spaces, found 13
(#818) Variable "Type" must be all lower-case
(#818) Variable "Vector" must be all lower-case
(#819) Line indented incorrectly; expected at least 24 spaces, found 13
(#819) Variable "Force" must be all lower-case
(#819) Variable "Vector" must be all lower-case
(#820) Line indented incorrectly; expected at least 24 spaces, found 13
(#820) Variable "Angle" must be all lower-case
(#820) Variable "Vector" must be all lower-case
(#821) Line indented incorrectly; expected at least 24 spaces, found 13
(#821) Variable "Factor" must be all lower-case
(#821) Variable "Type" must be all lower-case
(#822) Line indented incorrectly; expected at least 24 spaces, found 13
(#822) Variable "Color" must be all lower-case
(#822) Variable "Type" must be all lower-case
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Commas (,) must be followed by white space.
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Commas (,) must be followed by white space.
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Commas (,) must be followed by white space.
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#822) Commas (,) must be followed by white space.
(#822) Expected 1 space before "=>"; 0 found
(#822) Expected 1 space after "=>"; 0 found
(#824) Line indented incorrectly; expected at least 24 spaces, found 13
(#824) Variable "X2" must be all lower-case
(#824) Variable "Angle" must be all lower-case
(#824) Variable "Force" must be all lower-case
(#824) Variable "Factor" must be all lower-case
(#824) Variable "X1" must be all lower-case
(#825) Line indented incorrectly; expected at least 24 spaces, found 13
(#825) Variable "Y2" must be all lower-case
(#825) Variable "Angle" must be all lower-case
(#825) Variable "Force" must be all lower-case
(#825) Variable "Factor" must be all lower-case
(#825) Variable "Y1" must be all lower-case
(#827) Line indented incorrectly; expected at least 24 spaces, found 13
(#827) Variable "X1" must be all lower-case
(#827) Commas (,) must be followed by white space.
(#827) Variable "Y1" must be all lower-case
(#827) Commas (,) must be followed by white space.
(#827) Variable "X2" must be all lower-case
(#827) Commas (,) must be followed by white space.
(#827) Variable "Y2" must be all lower-case
(#827) Commas (,) must be followed by white space.
(#827) Variable "Color" must be all lower-case
(#828) Line indented incorrectly; expected 20 spaces, found 12
(#828) Closing brace indented incorrectly; expected 11 spaces, found 12
(#829) Line indented incorrectly; expected 16 spaces, found 10
(#829) Closing brace indented incorrectly; expected 9 spaces, found 10
(#830) Line indented incorrectly; expected 12 spaces, found 8
(#830) Closing brace indented incorrectly; expected 7 spaces, found 8
(#831) Line indented incorrectly; expected 8 spaces, found 6
(#831) Closing brace indented incorrectly; expected 5 spaces, found 6
(#833) Line indented incorrectly; expected at least 8 spaces, found 5
(#833) Expected 1 space before "=>"; 0 found
(#833) Expected 1 space after "=>"; 0 found
(#833) Variable "Jobs" must be all lower-case
(#833) Commas (,) must be followed by white space.
(#833) Expected 1 space before "=>"; 0 found
(#833) Expected 1 space after "=>"; 0 found
(#833) Variable "Conflicts" must be all lower-case
(#834) Closing brace indented incorrectly; expected 3 spaces, found 4
(#836) Line indented incorrectly; expected at least 4 spaces, found 3
(#837) Line indented incorrectly; expected 4 spaces, found 3
(#837) method name "pSpring::getDistance" must be in lower-case letters only
(#837) Visibility must be declared on method "getDistance"
(#837) Variable "X1" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Variable "Y1" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Variable "X2" must be all lower-case
(#837) Commas (,) must be followed by white space.
(#837) Variable "Y2" must be all lower-case
(#838) Opening brace should be on the same line as the declaration
(#838) Opening brace must be the last content on the line
(#838) Variable "X2" must be all lower-case
(#838) Expected 1 space before "-"; 0 found
(#838) Expected 1 space after "-"; 0 found
(#838) Variable "X1" must be all lower-case
(#838) Expected 1 space before "*"; 0 found
(#838) Expected 1 space after "*"; 0 found
(#838) Variable "X2" must be all lower-case
(#838) Expected 1 space before "-"; 0 found
(#838) Expected 1 space after "-"; 0 found
(#838) Variable "X1" must be all lower-case
(#838) Expected 1 space before "+"; 0 found
(#838) Expected 1 space after "+"; 0 found
(#838) Variable "Y2" must be all lower-case
(#838) Expected 1 space before "-"; 0 found
(#838) Expected 1 space after "-"; 0 found
(#838) Variable "Y1" must be all lower-case
(#838) Expected 1 space before "*"; 0 found
(#838) Expected 1 space after "*"; 0 found
(#838) Variable "Y2" must be all lower-case
(#838) Expected 1 space before "-"; 0 found
(#838) Expected 1 space after "-"; 0 found
(#838) Variable "Y1" must be all lower-case
(#838) Closing brace must be on a line by itself
(#840) Line indented incorrectly; expected at least 4 spaces, found 3
(#841) Line indented incorrectly; expected 4 spaces, found 3
(#841) method name "pSpring::getAngle" must be in lower-case letters only
(#841) Visibility must be declared on method "getAngle"
(#841) Variable "X1" must be all lower-case
(#841) Commas (,) must be followed by white space.
(#841) Variable "Y1" must be all lower-case
(#841) Commas (,) must be followed by white space.
(#841) Variable "X2" must be all lower-case
(#841) Commas (,) must be followed by white space.
(#841) Variable "Y2" must be all lower-case
(#842) Opening brace should be on the same line as the declaration
(#843) Line indented incorrectly; expected at least 8 spaces, found 5
(#843) Variable "Opposite" must be all lower-case
(#843) Variable "Y2" must be all lower-case
(#843) Variable "Y1" must be all lower-case
(#843) Variable "Adjacent" must be all lower-case
(#843) Variable "X2" must be all lower-case
(#843) Variable "X1" must be all lower-case
(#843) Variable "Angle" must be all lower-case
(#843) Variable "Opposite" must be all lower-case
(#843) Commas (,) must be followed by white space.
(#843) Variable "Adjacent" must be all lower-case
(#844) Line indented incorrectly; expected 8 spaces, found 5
(#844) Expected "if (...) {\n"; found "if (...) { "
(#844) Variable "Angle" must be all lower-case
(#844) Variable "Angle" must be all lower-case
(#844) Closing brace must be on a line by itself
(#844) Expected "} else {\n"; found "} else { "
(#844) Expected 1 space before "-"; 0 found
(#844) Expected 1 space after "-"; 0 found
(#844) Variable "Angle" must be all lower-case
(#844) Closing brace must be on a line by itself
(#845) Closing brace indented incorrectly; expected 3 spaces, found 4
(#847) Line indented incorrectly; expected 4 spaces, found 3
(#847) Visibility must be declared on method "intersect"
(#847) Variable "X1" must be all lower-case
(#847) Commas (,) must be followed by white space.
(#847) Variable "Y1" must be all lower-case
(#847) Commas (,) must be followed by white space.
(#847) Variable "X2" must be all lower-case
(#847) Commas (,) must be followed by white space.
(#847) Variable "Y2" must be all lower-case
(#847) Commas (,) must be followed by white space.
(#847) Variable "X3" must be all lower-case
(#847) Commas (,) must be followed by white space.
(#847) Variable "Y3" must be all lower-case
(#847) Commas (,) must be followed by white space.
(#847) Variable "X4" must be all lower-case
(#847) Commas (,) must be followed by white space.
(#847) Variable "Y4" must be all lower-case
(#848) Opening brace should be on the same line as the declaration
(#849) Line indented incorrectly; expected at least 8 spaces, found 5
(#849) Variable "A" must be all lower-case
(#849) Variable "X3" must be all lower-case
(#849) Variable "Y4" must be all lower-case
(#849) Variable "X4" must be all lower-case
(#849) Variable "Y3" must be all lower-case
(#849) Variable "X1" must be all lower-case
(#849) Variable "X2" must be all lower-case
(#849) Variable "X1" must be all lower-case
(#849) Variable "Y2" must be all lower-case
(#849) Variable "X2" must be all lower-case
(#849) Variable "Y1" must be all lower-case
(#849) Variable "X3" must be all lower-case
(#849) Variable "X4" must be all lower-case
(#850) Line indented incorrectly; expected at least 8 spaces, found 5
(#850) Variable "B" must be all lower-case
(#850) Variable "Y1" must be all lower-case
(#850) Variable "Y2" must be all lower-case
(#850) Variable "X3" must be all lower-case
(#850) Variable "X4" must be all lower-case
(#850) Variable "Y3" must be all lower-case
(#850) Variable "Y4" must be all lower-case
(#850) Variable "X1" must be all lower-case
(#850) Variable "X2" must be all lower-case
(#852) Line indented incorrectly; expected 8 spaces, found 5
(#852) Expected "if (...) {\n"; found "if (...) { "
(#852) Variable "B" must be all lower-case
(#852) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#852) Closing brace must be on a line by itself
(#853) Line indented incorrectly; expected at least 8 spaces, found 5
(#853) Variable "Xi" must be all lower-case
(#853) Variable "A" must be all lower-case
(#853) Variable "B" must be all lower-case
(#855) Line indented incorrectly; expected at least 8 spaces, found 5
(#855) Variable "C" must be all lower-case
(#855) Variable "X1" must be all lower-case
(#855) Variable "X2" must be all lower-case
(#856) Line indented incorrectly; expected 8 spaces, found 5
(#856) Expected "if (...) {\n"; found "if (...) { "
(#856) Variable "C" must be all lower-case
(#856) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#856) Closing brace must be on a line by itself
(#857) Line indented incorrectly; expected at least 8 spaces, found 5
(#857) Variable "Yi" must be all lower-case
(#857) Variable "Xi" must be all lower-case
(#857) Variable "Y1" must be all lower-case
(#857) Variable "Y2" must be all lower-case
(#857) Expected 1 space before "/"; 0 found
(#857) Expected 1 space after "/"; 0 found
(#857) Variable "C" must be all lower-case
(#857) Variable "X1" must be all lower-case
(#857) Variable "Y2" must be all lower-case
(#857) Variable "X2" must be all lower-case
(#857) Variable "Y1" must be all lower-case
(#857) Expected 1 space before "/"; 0 found
(#857) Expected 1 space after "/"; 0 found
(#857) Variable "C" must be all lower-case
(#859) Line indented incorrectly; expected 8 spaces, found 5
(#859) Expected "if (...) {\n"; found "if (...)\n {\n"
(#859) Variable "Xi" must be all lower-case
(#859) Variable "X1" must be all lower-case
(#859) Commas (,) must be followed by white space.
(#859) Variable "X2" must be all lower-case
(#859) Variable "Xi" must be all lower-case
(#859) Variable "X3" must be all lower-case
(#859) Commas (,) must be followed by white space.
(#859) Variable "X4" must be all lower-case
(#859) Variable "Xi" must be all lower-case
(#859) Variable "X1" must be all lower-case
(#859) Commas (,) must be followed by white space.
(#859) Variable "X2" must be all lower-case
(#859) Variable "Xi" must be all lower-case
(#859) Variable "X3" must be all lower-case
(#859) Commas (,) must be followed by white space.
(#859) Variable "X4" must be all lower-case
(#860) Line indented incorrectly; expected at least 8 spaces, found 6
(#861) Line indented incorrectly; expected 12 spaces, found 7
(#861) Expected "if (...) {\n"; found "if (...)\n { "
(#861) Variable "Yi" must be all lower-case
(#861) Variable "Y1" must be all lower-case
(#861) Commas (,) must be followed by white space.
(#861) Variable "Y2" must be all lower-case
(#861) Variable "Yi" must be all lower-case
(#861) Variable "Y3" must be all lower-case
(#861) Commas (,) must be followed by white space.
(#861) Variable "Y4" must be all lower-case
(#861) Variable "Yi" must be all lower-case
(#861) Variable "Y1" must be all lower-case
(#861) Commas (,) must be followed by white space.
(#861) Variable "Y2" must be all lower-case
(#861) Variable "Yi" must be all lower-case
(#861) Variable "Y3" must be all lower-case
(#861) Commas (,) must be followed by white space.
(#861) Variable "Y4" must be all lower-case
(#862) Line indented incorrectly; expected at least 12 spaces, found 8
(#862) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#862) Closing brace must be on a line by itself
(#863) Line indented incorrectly; expected 8 spaces, found 6
(#863) Closing brace indented incorrectly; expected 5 spaces, found 6
(#865) Line indented incorrectly; expected at least 8 spaces, found 6
(#865) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#865) Whitespace found at end of line
(#866) Closing brace indented incorrectly; expected 3 spaces, found 4
(#867) Line indented incorrectly; expected 0 spaces, found 2
(#867) Closing brace indented incorrectly; expected 1 spaces, found 2
(#868) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pStock.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#19) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#19) Line indented incorrectly; expected 0 spaces, found 1
(#21) Line indented incorrectly; expected at least 4 spaces, found 3
(#21) Member variable "pChartObject" must be all lower-case
(#21) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#21) Scope modifier not specified for member variable "$pChartObject"
(#22) Line indented incorrectly; expected at least 4 spaces, found 3
(#22) Member variable "pDataObject" must be all lower-case
(#22) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#22) Scope modifier not specified for member variable "$pDataObject"
(#24) Line indented incorrectly; expected at least 4 spaces, found 3
(#25) Line indented incorrectly; expected 4 spaces, found 3
(#25) method name "pStock::pStock" must be in lower-case letters only
(#25) PHP4 style constructors are not allowed; use "__construct()" instead
(#25) Visibility must be declared on method "pStock"
(#25) Variable "pChartObject" must be all lower-case
(#25) Commas (,) must be followed by white space.
(#25) Variable "pDataObject" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#27) Line indented incorrectly; expected at least 8 spaces, found 5
(#27) Variable "pChartObject" must be all lower-case
(#28) Line indented incorrectly; expected at least 8 spaces, found 5
(#28) Variable "pDataObject" must be all lower-case
(#29) Closing brace indented incorrectly; expected 3 spaces, found 4
(#31) Line indented incorrectly; expected at least 4 spaces, found 3
(#32) Line indented incorrectly; expected 4 spaces, found 3
(#32) method name "pStock::drawStockChart" must be in lower-case letters only
(#32) Visibility must be declared on method "drawStockChart"
(#32) Variable "Format" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#34) Line indented incorrectly; expected at least 8 spaces, found 5
(#34) Variable "SerieOpen" must be all lower-case
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Variable "Format" must be all lower-case
(#34) Variable "Format" must be all lower-case
(#35) Line indented incorrectly; expected at least 8 spaces, found 5
(#35) Variable "SerieClose" must be all lower-case
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Variable "Format" must be all lower-case
(#35) Variable "Format" must be all lower-case
(#36) Line indented incorrectly; expected at least 8 spaces, found 5
(#36) Variable "SerieMin" must be all lower-case
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Variable "Format" must be all lower-case
(#36) Variable "Format" must be all lower-case
(#37) Line indented incorrectly; expected at least 8 spaces, found 5
(#37) Variable "SerieMax" must be all lower-case
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Variable "Format" must be all lower-case
(#37) Variable "Format" must be all lower-case
(#38) Line indented incorrectly; expected at least 8 spaces, found 5
(#38) Variable "SerieMedian" must be all lower-case
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Variable "Format" must be all lower-case
(#38) Variable "Format" must be all lower-case
(#38) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#39) Line indented incorrectly; expected at least 8 spaces, found 5
(#39) Variable "LineWidth" must be all lower-case
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Variable "Format" must be all lower-case
(#39) Variable "Format" must be all lower-case
(#40) Line indented incorrectly; expected at least 8 spaces, found 5
(#40) Variable "LineR" must be all lower-case
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Variable "Format" must be all lower-case
(#40) Variable "Format" must be all lower-case
(#41) Line indented incorrectly; expected at least 8 spaces, found 5
(#41) Variable "LineG" must be all lower-case
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Variable "Format" must be all lower-case
(#41) Variable "Format" must be all lower-case
(#42) Line indented incorrectly; expected at least 8 spaces, found 5
(#42) Variable "LineB" must be all lower-case
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Variable "Format" must be all lower-case
(#42) Variable "Format" must be all lower-case
(#43) Line indented incorrectly; expected at least 8 spaces, found 5
(#43) Variable "LineAlpha" must be all lower-case
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Variable "Format" must be all lower-case
(#43) Variable "Format" must be all lower-case
(#44) Line indented incorrectly; expected at least 8 spaces, found 5
(#44) Variable "ExtremityWidth" must be all lower-case
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Variable "Format" must be all lower-case
(#44) Variable "Format" must be all lower-case
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Variable "ExtremityLength" must be all lower-case
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Variable "Format" must be all lower-case
(#45) Variable "Format" must be all lower-case
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Variable "ExtremityR" must be all lower-case
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Variable "Format" must be all lower-case
(#46) Variable "Format" must be all lower-case
(#47) Line indented incorrectly; expected at least 8 spaces, found 5
(#47) Variable "ExtremityG" must be all lower-case
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Variable "Format" must be all lower-case
(#47) Variable "Format" must be all lower-case
(#48) Line indented incorrectly; expected at least 8 spaces, found 5
(#48) Variable "ExtremityB" must be all lower-case
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Variable "Format" must be all lower-case
(#48) Variable "Format" must be all lower-case
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Variable "ExtremityAlpha" must be all lower-case
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Variable "Format" must be all lower-case
(#49) Variable "Format" must be all lower-case
(#50) Line indented incorrectly; expected at least 8 spaces, found 5
(#50) Variable "BoxWidth" must be all lower-case
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Variable "Format" must be all lower-case
(#50) Variable "Format" must be all lower-case
(#51) Line indented incorrectly; expected at least 8 spaces, found 5
(#51) Variable "BoxUpR" must be all lower-case
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Variable "Format" must be all lower-case
(#51) Variable "Format" must be all lower-case
(#52) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Variable "BoxUpG" must be all lower-case
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Variable "Format" must be all lower-case
(#52) Variable "Format" must be all lower-case
(#53) Line indented incorrectly; expected at least 8 spaces, found 5
(#53) Variable "BoxUpB" must be all lower-case
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Variable "Format" must be all lower-case
(#53) Variable "Format" must be all lower-case
(#54) Line indented incorrectly; expected at least 8 spaces, found 5
(#54) Variable "BoxUpAlpha" must be all lower-case
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Variable "Format" must be all lower-case
(#54) Variable "Format" must be all lower-case
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Variable "BoxUpSurrounding" must be all lower-case
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Variable "Format" must be all lower-case
(#55) Variable "Format" must be all lower-case
(#55) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#56) Variable "BoxUpBorderR" must be all lower-case
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Variable "Format" must be all lower-case
(#56) Variable "Format" must be all lower-case
(#56) Variable "BoxUpR" must be all lower-case
(#56) Expected 1 space before "-"; 0 found
(#56) Expected 1 space after "-"; 0 found
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Variable "BoxUpBorderG" must be all lower-case
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Variable "Format" must be all lower-case
(#57) Variable "Format" must be all lower-case
(#57) Variable "BoxUpG" must be all lower-case
(#57) Expected 1 space before "-"; 0 found
(#57) Expected 1 space after "-"; 0 found
(#58) Line indented incorrectly; expected at least 8 spaces, found 5
(#58) Variable "BoxUpBorderB" must be all lower-case
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Variable "Format" must be all lower-case
(#58) Variable "Format" must be all lower-case
(#58) Variable "BoxUpB" must be all lower-case
(#58) Expected 1 space before "-"; 0 found
(#58) Expected 1 space after "-"; 0 found
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Variable "BoxUpBorderAlpha" must be all lower-case
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "Format" must be all lower-case
(#59) Variable "Format" must be all lower-case
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#60) Variable "BoxDownR" must be all lower-case
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Variable "Format" must be all lower-case
(#60) Variable "Format" must be all lower-case
(#61) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Variable "BoxDownG" must be all lower-case
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "Format" must be all lower-case
(#61) Variable "Format" must be all lower-case
(#62) Line indented incorrectly; expected at least 8 spaces, found 5
(#62) Variable "BoxDownB" must be all lower-case
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Variable "Format" must be all lower-case
(#62) Variable "Format" must be all lower-case
(#63) Line indented incorrectly; expected at least 8 spaces, found 5
(#63) Variable "BoxDownAlpha" must be all lower-case
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Variable "Format" must be all lower-case
(#63) Variable "Format" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 5
(#64) Variable "BoxDownSurrounding" must be all lower-case
(#64) Expected 1 space before "="; 0 found
(#64) Variable "Format" must be all lower-case
(#64) Variable "Format" must be all lower-case
(#64) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#65) Line indented incorrectly; expected at least 8 spaces, found 5
(#65) Variable "BoxDownBorderR" must be all lower-case
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Variable "Format" must be all lower-case
(#65) Variable "Format" must be all lower-case
(#65) Variable "BoxDownR" must be all lower-case
(#65) Expected 1 space before "-"; 0 found
(#65) Expected 1 space after "-"; 0 found
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "BoxDownBorderG" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Variable "Format" must be all lower-case
(#66) Variable "Format" must be all lower-case
(#66) Variable "BoxDownG" must be all lower-case
(#66) Expected 1 space before "-"; 0 found
(#66) Expected 1 space after "-"; 0 found
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "BoxDownBorderB" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Variable "Format" must be all lower-case
(#67) Variable "Format" must be all lower-case
(#67) Variable "BoxDownB" must be all lower-case
(#67) Expected 1 space before "-"; 0 found
(#67) Expected 1 space after "-"; 0 found
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Variable "BoxDownBorderAlpha" must be all lower-case
(#68) Expected 1 space before "="; 0 found
(#68) Variable "Format" must be all lower-case
(#68) Variable "Format" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Variable "ShadowOnBoxesOnly" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Variable "Format" must be all lower-case
(#69) Variable "Format" must be all lower-case
(#69) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "MedianR" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Variable "Format" must be all lower-case
(#70) Variable "Format" must be all lower-case
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) Variable "MedianG" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Variable "Format" must be all lower-case
(#71) Variable "Format" must be all lower-case
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "MedianB" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Variable "Format" must be all lower-case
(#72) Variable "Format" must be all lower-case
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "MedianAlpha" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Variable "Format" must be all lower-case
(#73) Variable "Format" must be all lower-case
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "RecordImageMap" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Variable "Format" must be all lower-case
(#74) Variable "Format" must be all lower-case
(#74) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Variable "ImageMapTitle" must be all lower-case
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Variable "Format" must be all lower-case
(#75) Variable "Format" must be all lower-case
(#76) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Variable "Data" must be all lower-case
(#80) Line indented incorrectly; expected at least 8 spaces, found 5
(#80) Variable "Palette" must be all lower-case
(#82) Line indented incorrectly; expected 8 spaces, found 5
(#82) Expected "if (...) {\n"; found "if (...)\t{ "
(#82) Variable "BoxUpSurrounding" must be all lower-case
(#82) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Variable "BoxUpBorderR" must be all lower-case
(#82) Variable "BoxUpR" must be all lower-case
(#82) Variable "BoxUpSurrounding" must be all lower-case
(#82) Variable "BoxUpBorderG" must be all lower-case
(#82) Variable "BoxUpG" must be all lower-case
(#82) Variable "BoxUpSurrounding" must be all lower-case
(#82) Variable "BoxUpBorderB" must be all lower-case
(#82) Variable "BoxUpB" must be all lower-case
(#82) Variable "BoxUpSurrounding" must be all lower-case
(#82) Line exceeds 132 characters; contains 176 characters
(#82) Closing brace must be on a line by itself
(#83) Line indented incorrectly; expected 8 spaces, found 5
(#83) Expected "if (...) {\n"; found "if (...)\t{ "
(#83) Variable "BoxDownSurrounding" must be all lower-case
(#83) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Variable "BoxDownBorderR" must be all lower-case
(#83) Variable "BoxDownR" must be all lower-case
(#83) Variable "BoxDownSurrounding" must be all lower-case
(#83) Variable "BoxDownBorderG" must be all lower-case
(#83) Variable "BoxDownG" must be all lower-case
(#83) Variable "BoxDownSurrounding" must be all lower-case
(#83) Variable "BoxDownBorderB" must be all lower-case
(#83) Variable "BoxDownB" must be all lower-case
(#83) Variable "BoxDownSurrounding" must be all lower-case
(#83) Line exceeds maximum limit of 180 characters; contains 196 characters
(#83) Closing brace must be on a line by itself
(#85) Line indented incorrectly; expected 8 spaces, found 5
(#85) Expected "if (...) {\n"; found "if (...) { "
(#85) Variable "LineWidth" must be all lower-case
(#85) Variable "LineOffset" must be all lower-case
(#85) Variable "LineWidth" must be all lower-case
(#85) Closing brace must be on a line by itself
(#86) Line indented incorrectly; expected at least 8 spaces, found 5
(#86) Variable "BoxOffset" must be all lower-case
(#86) Variable "BoxWidth" must be all lower-case
(#88) Line indented incorrectly; expected at least 8 spaces, found 5
(#88) Variable "Data" must be all lower-case
(#89) Line indented incorrectly; expected at least 8 spaces, found 5
(#89) Variable "XMargin" must be all lower-case
(#89) Commas (,) must be followed by white space.
(#89) Variable "XDivs" must be all lower-case
(#91) Line indented incorrectly; expected at least 8 spaces, found 5
(#91) Inline control structures are not allowed
(#91) Variable "Data" must be all lower-case
(#91) Variable "SerieOpen" must be all lower-case
(#91) Variable "Data" must be all lower-case
(#91) Variable "SerieClose" must be all lower-case
(#91) Variable "Data" must be all lower-case
(#91) Variable "SerieMin" must be all lower-case
(#91) Variable "Data" must be all lower-case
(#91) Variable "SerieMax" must be all lower-case
(#91) Line exceeds 132 characters; contains 163 characters
(#92) Line indented incorrectly; expected at least 8 spaces, found 6
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Variable "Plots" must be all lower-case
(#95) Line indented incorrectly; expected 8 spaces, found 5
(#95) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#95) Variable "Data" must be all lower-case
(#95) Variable "SerieOpen" must be all lower-case
(#95) Variable "Key" must be all lower-case
(#95) Variable "Value" must be all lower-case
(#96) Line indented incorrectly; expected at least 8 spaces, found 6
(#97) Line indented incorrectly; expected at least 12 spaces, found 7
(#97) Variable "Point" must be all lower-case
(#98) Line indented incorrectly; expected at least 12 spaces, found 7
(#98) Inline control structures are not allowed
(#98) Variable "Data" must be all lower-case
(#98) Variable "SerieClose" must be all lower-case
(#98) Variable "Key" must be all lower-case
(#98) Variable "Data" must be all lower-case
(#98) Variable "SerieMin" must be all lower-case
(#98) Variable "Key" must be all lower-case
(#98) Variable "Data" must be all lower-case
(#98) Variable "SerieMax" must be all lower-case
(#98) Variable "Key" must be all lower-case
(#98) Line exceeds 132 characters; contains 165 characters
(#99) Line indented incorrectly; expected at least 12 spaces, found 8
(#99) Variable "Point" must be all lower-case
(#99) Variable "Value" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "Data" must be all lower-case
(#99) Variable "SerieClose" must be all lower-case
(#99) Variable "Key" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "Data" must be all lower-case
(#99) Variable "SerieMin" must be all lower-case
(#99) Variable "Key" must be all lower-case
(#99) Commas (,) must be followed by white space.
(#99) Variable "Data" must be all lower-case
(#99) Variable "SerieMax" must be all lower-case
(#99) Variable "Key" must be all lower-case
(#99) Line exceeds 132 characters; contains 156 characters
(#100) Line indented incorrectly; expected at least 12 spaces, found 7
(#100) Inline control structures are not allowed
(#100) Variable "SerieMedian" must be all lower-case
(#100) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#100) Variable "Data" must be all lower-case
(#100) Variable "SerieMedian" must be all lower-case
(#100) Variable "Key" must be all lower-case
(#101) Line indented incorrectly; expected at least 12 spaces, found 8
(#101) Variable "Point" must be all lower-case
(#101) Variable "Data" must be all lower-case
(#101) Variable "SerieMedian" must be all lower-case
(#101) Variable "Key" must be all lower-case
(#103) Line indented incorrectly; expected at least 12 spaces, found 7
(#103) Variable "Plots" must be all lower-case
(#103) Variable "Point" must be all lower-case
(#104) Line indented incorrectly; expected 8 spaces, found 6
(#104) Closing brace indented incorrectly; expected 5 spaces, found 6
(#106) Line indented incorrectly; expected at least 8 spaces, found 5
(#106) Variable "AxisID" must be all lower-case
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Variable "Data" must be all lower-case
(#106) Variable "SerieOpen" must be all lower-case
(#107) Line indented incorrectly; expected at least 8 spaces, found 5
(#107) Variable "Mode" must be all lower-case
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Variable "Data" must be all lower-case
(#107) Variable "AxisID" must be all lower-case
(#108) Line indented incorrectly; expected at least 8 spaces, found 5
(#108) Variable "Format" must be all lower-case
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Variable "Data" must be all lower-case
(#108) Variable "AxisID" must be all lower-case
(#109) Line indented incorrectly; expected at least 8 spaces, found 5
(#109) Variable "Unit" must be all lower-case
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Variable "Data" must be all lower-case
(#109) Variable "AxisID" must be all lower-case
(#111) Line indented incorrectly; expected at least 8 spaces, found 5
(#111) Variable "YZero" must be all lower-case
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Commas (,) must be followed by white space.
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#111) Variable "AxisID" must be all lower-case
(#112) Line indented incorrectly; expected at least 8 spaces, found 5
(#112) Variable "XStep" must be all lower-case
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Expected 1 space before "-"; 0 found
(#112) Expected 1 space after "-"; 0 found
(#112) Expected 1 space before "-"; 0 found
(#112) Expected 1 space after "-"; 0 found
(#112) Variable "XMargin" must be all lower-case
(#112) Expected 1 space before "*"; 0 found
(#112) Expected 1 space after "*"; 0 found
(#112) Expected 1 space before "/"; 0 found
(#112) Expected 1 space after "/"; 0 found
(#112) Variable "XDivs" must be all lower-case
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "X" must be all lower-case
(#114) Variable "XMargin" must be all lower-case
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Variable "Y" must be all lower-case
(#115) Variable "XMargin" must be all lower-case
(#117) Line indented incorrectly; expected at least 8 spaces, found 5
(#117) Variable "LineSettings" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Variable "LineR" must be all lower-case
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Variable "LineG" must be all lower-case
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Variable "LineB" must be all lower-case
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Variable "LineAlpha" must be all lower-case
(#118) Line indented incorrectly; expected at least 8 spaces, found 5
(#118) Variable "ExtremitySettings" must be all lower-case
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Variable "ExtremityR" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Variable "ExtremityG" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Variable "ExtremityB" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Variable "ExtremityAlpha" must be all lower-case
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "BoxUpSettings" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpR" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpG" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpB" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpAlpha" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpBorderR" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpBorderG" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpBorderB" must be all lower-case
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Variable "BoxUpBorderAlpha" must be all lower-case
(#119) Line exceeds maximum limit of 180 characters; contains 197 characters
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "BoxDownSettings" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownR" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownG" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownB" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownAlpha" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownBorderR" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownBorderG" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownBorderB" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Variable "BoxDownBorderAlpha" must be all lower-case
(#120) Line exceeds maximum limit of 180 characters; contains 215 characters
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "MedianSettings" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Variable "MedianR" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Variable "MedianG" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Variable "MedianB" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Variable "MedianAlpha" must be all lower-case
(#123) Line indented incorrectly; expected 8 spaces, found 5
(#123) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#123) Expected 1 space after "=>"; 0 found
(#123) Variable "Plots" must be all lower-case
(#123) Variable "Key" must be all lower-case
(#123) Expected 1 space after "=>"; 0 found
(#123) Variable "Points" must be all lower-case
(#124) Line indented incorrectly; expected at least 8 spaces, found 6
(#125) Line indented incorrectly; expected at least 12 spaces, found 7
(#125) Variable "PosArray" must be all lower-case
(#125) Variable "Points" must be all lower-case
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Variable "AxisID" must be all lower-case
(#127) Line indented incorrectly; expected at least 12 spaces, found 7
(#127) Variable "Values" must be all lower-case
(#127) Variable "Data" must be all lower-case
(#127) Variable "SerieOpen" must be all lower-case
(#127) Variable "Key" must be all lower-case
(#127) Variable "Data" must be all lower-case
(#127) Variable "SerieClose" must be all lower-case
(#127) Variable "Key" must be all lower-case
(#127) Variable "Data" must be all lower-case
(#127) Variable "SerieMin" must be all lower-case
(#127) Variable "Key" must be all lower-case
(#127) Variable "Data" must be all lower-case
(#127) Variable "SerieMax" must be all lower-case
(#127) Variable "Key" must be all lower-case
(#127) Line exceeds maximum limit of 180 characters; contains 241 characters
(#128) Line indented incorrectly; expected 12 spaces, found 7
(#128) Expected "if (...) {\n"; found "if (...) { "
(#128) Variable "SerieMedian" must be all lower-case
(#128) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#128) Variable "Values" must be all lower-case
(#128) Variable "Values" must be all lower-case
(#128) Variable "Data" must be all lower-case
(#128) Variable "SerieMedian" must be all lower-case
(#128) Variable "Key" must be all lower-case
(#128) Closing brace must be on a line by itself
(#129) Line indented incorrectly; expected 12 spaces, found 7
(#129) Expected "if (...) {\n"; found "if (...) { "
(#129) Variable "PosArray" must be all lower-case
(#129) Variable "PosArray" must be all lower-case
(#129) Variable "ImageMapColor" must be all lower-case
(#129) Variable "BoxUpR" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Variable "BoxUpG" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Variable "BoxUpB" must be all lower-case
(#129) Closing brace must be on a line by itself
(#129) Expected "} else {\n"; found "} else { "
(#129) Variable "ImageMapColor" must be all lower-case
(#129) Variable "BoxDownR" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Variable "BoxDownG" must be all lower-case
(#129) Commas (,) must be followed by white space.
(#129) Variable "BoxDownB" must be all lower-case
(#129) Closing brace must be on a line by itself
(#129) Line exceeds maximum limit of 180 characters; contains 213 characters
(#129) Whitespace found at end of line
(#131) Line indented incorrectly; expected 12 spaces, found 7
(#131) Expected "if (...) {\n"; found "if (...)\n {\n"
(#131) Variable "Data" must be all lower-case
(#132) Line indented incorrectly; expected at least 12 spaces, found 8
(#133) Line indented incorrectly; expected 16 spaces, found 9
(#133) Expected "if (...) {\n"; found "if (...) { "
(#133) Variable "YZero" must be all lower-case
(#133) Expected 1 space before "-"; 0 found
(#133) Expected 1 space after "-"; 0 found
(#133) Variable "YZero" must be all lower-case
(#133) Expected 1 space before "-"; 0 found
(#133) Expected 1 space after "-"; 0 found
(#133) Closing brace must be on a line by itself
(#134) Line indented incorrectly; expected 16 spaces, found 9
(#134) Expected "if (...) {\n"; found "if (...) { "
(#134) Variable "YZero" must be all lower-case
(#134) Expected 1 space before "+"; 0 found
(#134) Expected 1 space after "+"; 0 found
(#134) Variable "YZero" must be all lower-case
(#134) Expected 1 space before "+"; 0 found
(#134) Expected 1 space after "+"; 0 found
(#134) Closing brace must be on a line by itself
(#136) Line indented incorrectly; expected 16 spaces, found 9
(#136) Expected "if (...) {\n"; found "if (...) { "
(#136) Variable "XDivs" must be all lower-case
(#136) Variable "XStep" must be all lower-case
(#136) Closing brace must be on a line by itself
(#136) Expected "} else {\n"; found "} else { "
(#136) Variable "XStep" must be all lower-case
(#136) Expected 1 space before "-"; 0 found
(#136) Expected 1 space after "-"; 0 found
(#136) Expected 1 space before "-"; 0 found
(#136) Expected 1 space after "-"; 0 found
(#136) Variable "XMargin" must be all lower-case
(#136) Expected 1 space before "*"; 0 found
(#136) Expected 1 space after "*"; 0 found
(#136) Expected 1 space before "/"; 0 found
(#136) Expected 1 space after "/"; 0 found
(#136) Variable "XDivs" must be all lower-case
(#136) Line exceeds 132 characters; contains 148 characters
(#136) Closing brace must be on a line by itself
(#138) Line indented incorrectly; expected 16 spaces, found 9
(#138) Expected "if (...) {\n"; found "if (...) { "
(#138) Variable "ShadowOnBoxesOnly" must be all lower-case
(#138) Variable "RestoreShadow" must be all lower-case
(#138) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#138) Closing brace must be on a line by itself
(#140) Line indented incorrectly; expected at least 16 spaces, found 9
(#140) Inline control structures are not allowed
(#140) Variable "LineWidth" must be all lower-case
(#141) Line indented incorrectly; expected at least 16 spaces, found 10
(#141) Variable "X" must be all lower-case
(#141) Commas (,) must be followed by white space.
(#141) Variable "PosArray" must be all lower-case
(#141) Commas (,) must be followed by white space.
(#141) Variable "X" must be all lower-case
(#141) Commas (,) must be followed by white space.
(#141) Variable "PosArray" must be all lower-case
(#141) Commas (,) must be followed by white space.
(#141) Variable "LineSettings" must be all lower-case
(#142) Line indented incorrectly; expected at least 16 spaces, found 9
(#142) Inline control structures are not allowed
(#143) Line indented incorrectly; expected at least 16 spaces, found 10
(#143) Variable "X" must be all lower-case
(#143) Expected 1 space before "-"; 0 found
(#143) Expected 1 space after "-"; 0 found
(#143) Variable "LineOffset" must be all lower-case
(#143) Commas (,) must be followed by white space.
(#143) Variable "PosArray" must be all lower-case
(#143) Commas (,) must be followed by white space.
(#143) Variable "X" must be all lower-case
(#143) Expected 1 space before "+"; 0 found
(#143) Expected 1 space after "+"; 0 found
(#143) Variable "LineOffset" must be all lower-case
(#143) Commas (,) must be followed by white space.
(#143) Variable "PosArray" must be all lower-case
(#143) Commas (,) must be followed by white space.
(#143) Variable "LineSettings" must be all lower-case
(#145) Line indented incorrectly; expected 16 spaces, found 9
(#145) Expected "if (...) {\n"; found "if (...)\n {\n"
(#145) Variable "ExtremityWidth" must be all lower-case
(#146) Line indented incorrectly; expected at least 16 spaces, found 10
(#147) Line indented incorrectly; expected at least 20 spaces, found 11
(#147) Variable "X" must be all lower-case
(#147) Expected 1 space before "-"; 0 found
(#147) Expected 1 space after "-"; 0 found
(#147) Variable "ExtremityLength" must be all lower-case
(#147) Commas (,) must be followed by white space.
(#147) Variable "PosArray" must be all lower-case
(#147) Commas (,) must be followed by white space.
(#147) Variable "X" must be all lower-case
(#147) Expected 1 space before "+"; 0 found
(#147) Expected 1 space after "+"; 0 found
(#147) Variable "ExtremityLength" must be all lower-case
(#147) Commas (,) must be followed by white space.
(#147) Variable "PosArray" must be all lower-case
(#147) Commas (,) must be followed by white space.
(#147) Variable "ExtremitySettings" must be all lower-case
(#148) Line indented incorrectly; expected at least 20 spaces, found 11
(#148) Variable "X" must be all lower-case
(#148) Expected 1 space before "-"; 0 found
(#148) Expected 1 space after "-"; 0 found
(#148) Variable "ExtremityLength" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "PosArray" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "X" must be all lower-case
(#148) Expected 1 space before "+"; 0 found
(#148) Expected 1 space after "+"; 0 found
(#148) Variable "ExtremityLength" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "PosArray" must be all lower-case
(#148) Commas (,) must be followed by white space.
(#148) Variable "ExtremitySettings" must be all lower-case
(#150) Line indented incorrectly; expected 20 spaces, found 11
(#150) Expected "if (...) {\n"; found "if (...) { "
(#150) Variable "RecordImageMap" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "X" must be all lower-case
(#150) Expected 1 space before "-"; 0 found
(#150) Expected 1 space after "-"; 0 found
(#150) Variable "ExtremityLength" must be all lower-case
(#150) Variable "PosArray" must be all lower-case
(#150) Variable "X" must be all lower-case
(#150) Expected 1 space before "+"; 0 found
(#150) Expected 1 space after "+"; 0 found
(#150) Variable "ExtremityLength" must be all lower-case
(#150) Variable "PosArray" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "ImageMapColor" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "ImageMapTitle" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "Values" must be all lower-case
(#150) Line exceeds maximum limit of 180 characters; contains 225 characters
(#150) Closing brace must be on a line by itself
(#151) Line indented incorrectly; expected 16 spaces, found 10
(#151) Closing brace indented incorrectly; expected 9 spaces, found 10
(#152) Line indented incorrectly; expected 16 spaces, found 9
(#152) Expected "} else {\n"; found "}\n else\n {\n"
(#153) Line indented incorrectly; expected at least 16 spaces, found 10
(#154) Line indented incorrectly; expected at least 20 spaces, found 11
(#154) Variable "X" must be all lower-case
(#154) Expected 1 space before "-"; 0 found
(#154) Expected 1 space after "-"; 0 found
(#154) Variable "ExtremityLength" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "PosArray" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "X" must be all lower-case
(#154) Expected 1 space before "+"; 0 found
(#154) Expected 1 space after "+"; 0 found
(#154) Variable "ExtremityLength" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "PosArray" must be all lower-case
(#154) Expected 1 space before "-"; 0 found
(#154) Expected 1 space after "-"; 0 found
(#154) Variable "ExtremityWidth" must be all lower-case
(#154) Commas (,) must be followed by white space.
(#154) Variable "ExtremitySettings" must be all lower-case
(#154) Line exceeds 132 characters; contains 154 characters
(#155) Line indented incorrectly; expected at least 20 spaces, found 11
(#155) Variable "X" must be all lower-case
(#155) Expected 1 space before "-"; 0 found
(#155) Expected 1 space after "-"; 0 found
(#155) Variable "ExtremityLength" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "PosArray" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "X" must be all lower-case
(#155) Expected 1 space before "+"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Variable "ExtremityLength" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "PosArray" must be all lower-case
(#155) Expected 1 space before "+"; 0 found
(#155) Expected 1 space after "+"; 0 found
(#155) Variable "ExtremityWidth" must be all lower-case
(#155) Commas (,) must be followed by white space.
(#155) Variable "ExtremitySettings" must be all lower-case
(#155) Line exceeds 132 characters; contains 154 characters
(#157) Line indented incorrectly; expected 20 spaces, found 11
(#157) Expected "if (...) {\n"; found "if (...) { "
(#157) Variable "RecordImageMap" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Variable "X" must be all lower-case
(#157) Expected 1 space before "-"; 0 found
(#157) Expected 1 space after "-"; 0 found
(#157) Variable "ExtremityLength" must be all lower-case
(#157) Variable "PosArray" must be all lower-case
(#157) Expected 1 space before "-"; 0 found
(#157) Expected 1 space after "-"; 0 found
(#157) Variable "ExtremityWidth" must be all lower-case
(#157) Variable "X" must be all lower-case
(#157) Expected 1 space before "+"; 0 found
(#157) Expected 1 space after "+"; 0 found
(#157) Variable "ExtremityLength" must be all lower-case
(#157) Variable "PosArray" must be all lower-case
(#157) Expected 1 space before "+"; 0 found
(#157) Expected 1 space after "+"; 0 found
(#157) Variable "ExtremityWidth" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Variable "ImageMapColor" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Variable "ImageMapTitle" must be all lower-case
(#157) Commas (,) must be followed by white space.
(#157) Variable "Values" must be all lower-case
(#157) Line exceeds maximum limit of 180 characters; contains 257 characters
(#157) Closing brace must be on a line by itself
(#158) Line indented incorrectly; expected 16 spaces, found 10
(#158) Closing brace indented incorrectly; expected 9 spaces, found 10
(#160) Line indented incorrectly; expected 16 spaces, found 9
(#160) Expected "if (...) {\n"; found "if (...) { "
(#160) Variable "ShadowOnBoxesOnly" must be all lower-case
(#160) Variable "RestoreShadow" must be all lower-case
(#160) Closing brace must be on a line by itself
(#162) Line indented incorrectly; expected at least 16 spaces, found 9
(#162) Inline control structures are not allowed
(#162) Variable "PosArray" must be all lower-case
(#162) Variable "PosArray" must be all lower-case
(#163) Line indented incorrectly; expected at least 16 spaces, found 10
(#163) Variable "X" must be all lower-case
(#163) Expected 1 space before "-"; 0 found
(#163) Expected 1 space after "-"; 0 found
(#163) Variable "BoxOffset" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "PosArray" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "X" must be all lower-case
(#163) Expected 1 space before "+"; 0 found
(#163) Expected 1 space after "+"; 0 found
(#163) Variable "BoxOffset" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "PosArray" must be all lower-case
(#163) Commas (,) must be followed by white space.
(#163) Variable "BoxUpSettings" must be all lower-case
(#164) Line indented incorrectly; expected at least 16 spaces, found 9
(#164) Inline control structures are not allowed
(#165) Line indented incorrectly; expected at least 16 spaces, found 10
(#165) Variable "X" must be all lower-case
(#165) Expected 1 space before "-"; 0 found
(#165) Expected 1 space after "-"; 0 found
(#165) Variable "BoxOffset" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "PosArray" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "X" must be all lower-case
(#165) Expected 1 space before "+"; 0 found
(#165) Expected 1 space after "+"; 0 found
(#165) Variable "BoxOffset" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "PosArray" must be all lower-case
(#165) Commas (,) must be followed by white space.
(#165) Variable "BoxDownSettings" must be all lower-case
(#167) Line indented incorrectly; expected at least 16 spaces, found 9
(#167) Inline control structures are not allowed
(#167) Variable "PosArray" must be all lower-case
(#168) Line indented incorrectly; expected at least 16 spaces, found 10
(#168) Variable "X" must be all lower-case
(#168) Expected 1 space before "-"; 0 found
(#168) Expected 1 space after "-"; 0 found
(#168) Variable "ExtremityLength" must be all lower-case
(#168) Commas (,) must be followed by white space.
(#168) Variable "PosArray" must be all lower-case
(#168) Commas (,) must be followed by white space.
(#168) Variable "X" must be all lower-case
(#168) Expected 1 space before "+"; 0 found
(#168) Expected 1 space after "+"; 0 found
(#168) Variable "ExtremityLength" must be all lower-case
(#168) Commas (,) must be followed by white space.
(#168) Variable "PosArray" must be all lower-case
(#168) Commas (,) must be followed by white space.
(#168) Variable "MedianSettings" must be all lower-case
(#170) Line indented incorrectly; expected at least 16 spaces, found 9
(#170) Variable "X" must be all lower-case
(#170) Variable "X" must be all lower-case
(#170) Variable "XStep" must be all lower-case
(#171) Line indented incorrectly; expected 12 spaces, found 8
(#171) Closing brace indented incorrectly; expected 7 spaces, found 8
(#172) Line indented incorrectly; expected 12 spaces, found 7
(#172) Usage of ELSEIF not allowed; use ELSE IF instead
(#172) Variable "Data" must be all lower-case
(#173) Line indented incorrectly; expected at least 12 spaces, found 8
(#174) Line indented incorrectly; expected 16 spaces, found 9
(#174) Expected "if (...) {\n"; found "if (...) { "
(#174) Variable "YZero" must be all lower-case
(#174) Expected 1 space before "-"; 0 found
(#174) Expected 1 space after "-"; 0 found
(#174) Variable "YZero" must be all lower-case
(#174) Expected 1 space before "-"; 0 found
(#174) Expected 1 space after "-"; 0 found
(#174) Closing brace must be on a line by itself
(#175) Line indented incorrectly; expected 16 spaces, found 9
(#175) Expected "if (...) {\n"; found "if (...) { "
(#175) Variable "YZero" must be all lower-case
(#175) Expected 1 space before "+"; 0 found
(#175) Expected 1 space after "+"; 0 found
(#175) Variable "YZero" must be all lower-case
(#175) Expected 1 space before "+"; 0 found
(#175) Expected 1 space after "+"; 0 found
(#175) Closing brace must be on a line by itself
(#177) Line indented incorrectly; expected 16 spaces, found 9
(#177) Expected "if (...) {\n"; found "if (...) { "
(#177) Variable "XDivs" must be all lower-case
(#177) Variable "XStep" must be all lower-case
(#177) Closing brace must be on a line by itself
(#177) Expected "} else {\n"; found "} else { "
(#177) Variable "XStep" must be all lower-case
(#177) Expected 1 space before "-"; 0 found
(#177) Expected 1 space after "-"; 0 found
(#177) Expected 1 space before "-"; 0 found
(#177) Expected 1 space after "-"; 0 found
(#177) Variable "XMargin" must be all lower-case
(#177) Expected 1 space before "*"; 0 found
(#177) Expected 1 space after "*"; 0 found
(#177) Expected 1 space before "/"; 0 found
(#177) Expected 1 space after "/"; 0 found
(#177) Variable "XDivs" must be all lower-case
(#177) Line exceeds 132 characters; contains 148 characters
(#177) Closing brace must be on a line by itself
(#179) Line indented incorrectly; expected at least 16 spaces, found 9
(#179) Inline control structures are not allowed
(#179) Variable "LineWidth" must be all lower-case
(#180) Line indented incorrectly; expected at least 16 spaces, found 10
(#180) Variable "PosArray" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Y" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "PosArray" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Y" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "LineSettings" must be all lower-case
(#181) Line indented incorrectly; expected at least 16 spaces, found 9
(#181) Inline control structures are not allowed
(#182) Line indented incorrectly; expected at least 16 spaces, found 10
(#182) Variable "PosArray" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "Y" must be all lower-case
(#182) Expected 1 space before "-"; 0 found
(#182) Expected 1 space after "-"; 0 found
(#182) Variable "LineOffset" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "PosArray" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "Y" must be all lower-case
(#182) Expected 1 space before "+"; 0 found
(#182) Expected 1 space after "+"; 0 found
(#182) Variable "LineOffset" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "LineSettings" must be all lower-case
(#184) Line indented incorrectly; expected 16 spaces, found 9
(#184) Expected "if (...) {\n"; found "if (...) { "
(#184) Variable "ShadowOnBoxesOnly" must be all lower-case
(#184) Variable "RestoreShadow" must be all lower-case
(#184) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#184) Closing brace must be on a line by itself
(#186) Line indented incorrectly; expected 16 spaces, found 9
(#186) Expected "if (...) {\n"; found "if (...)\n {\n"
(#186) Variable "ExtremityWidth" must be all lower-case
(#187) Line indented incorrectly; expected at least 16 spaces, found 10
(#188) Line indented incorrectly; expected at least 20 spaces, found 11
(#188) Variable "PosArray" must be all lower-case
(#188) Commas (,) must be followed by white space.
(#188) Variable "Y" must be all lower-case
(#188) Expected 1 space before "-"; 0 found
(#188) Expected 1 space after "-"; 0 found
(#188) Variable "ExtremityLength" must be all lower-case
(#188) Commas (,) must be followed by white space.
(#188) Variable "PosArray" must be all lower-case
(#188) Commas (,) must be followed by white space.
(#188) Variable "Y" must be all lower-case
(#188) Expected 1 space before "+"; 0 found
(#188) Expected 1 space after "+"; 0 found
(#188) Variable "ExtremityLength" must be all lower-case
(#188) Commas (,) must be followed by white space.
(#188) Variable "ExtremitySettings" must be all lower-case
(#189) Line indented incorrectly; expected at least 20 spaces, found 11
(#189) Variable "PosArray" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "Y" must be all lower-case
(#189) Expected 1 space before "-"; 0 found
(#189) Expected 1 space after "-"; 0 found
(#189) Variable "ExtremityLength" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "PosArray" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "Y" must be all lower-case
(#189) Expected 1 space before "+"; 0 found
(#189) Expected 1 space after "+"; 0 found
(#189) Variable "ExtremityLength" must be all lower-case
(#189) Commas (,) must be followed by white space.
(#189) Variable "ExtremitySettings" must be all lower-case
(#191) Line indented incorrectly; expected 20 spaces, found 11
(#191) Expected "if (...) {\n"; found "if (...) { "
(#191) Variable "RecordImageMap" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "PosArray" must be all lower-case
(#191) Variable "Y" must be all lower-case
(#191) Expected 1 space before "-"; 0 found
(#191) Expected 1 space after "-"; 0 found
(#191) Variable "ExtremityLength" must be all lower-case
(#191) Variable "PosArray" must be all lower-case
(#191) Variable "Y" must be all lower-case
(#191) Expected 1 space before "+"; 0 found
(#191) Expected 1 space after "+"; 0 found
(#191) Variable "ExtremityLength" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "ImageMapColor" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "ImageMapTitle" must be all lower-case
(#191) Commas (,) must be followed by white space.
(#191) Variable "Values" must be all lower-case
(#191) Line exceeds maximum limit of 180 characters; contains 225 characters
(#191) Closing brace must be on a line by itself
(#192) Line indented incorrectly; expected 16 spaces, found 10
(#192) Closing brace indented incorrectly; expected 9 spaces, found 10
(#193) Line indented incorrectly; expected 16 spaces, found 9
(#193) Expected "} else {\n"; found "}\n else\n {\n"
(#194) Line indented incorrectly; expected at least 16 spaces, found 10
(#195) Line indented incorrectly; expected at least 20 spaces, found 11
(#195) Variable "PosArray" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "Y" must be all lower-case
(#195) Expected 1 space before "-"; 0 found
(#195) Expected 1 space after "-"; 0 found
(#195) Variable "ExtremityLength" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "PosArray" must be all lower-case
(#195) Expected 1 space before "-"; 0 found
(#195) Expected 1 space after "-"; 0 found
(#195) Variable "ExtremityWidth" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "Y" must be all lower-case
(#195) Expected 1 space before "+"; 0 found
(#195) Expected 1 space after "+"; 0 found
(#195) Variable "ExtremityLength" must be all lower-case
(#195) Commas (,) must be followed by white space.
(#195) Variable "ExtremitySettings" must be all lower-case
(#195) Line exceeds 132 characters; contains 154 characters
(#196) Line indented incorrectly; expected at least 20 spaces, found 11
(#196) Variable "PosArray" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "Y" must be all lower-case
(#196) Expected 1 space before "-"; 0 found
(#196) Expected 1 space after "-"; 0 found
(#196) Variable "ExtremityLength" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "PosArray" must be all lower-case
(#196) Expected 1 space before "+"; 0 found
(#196) Expected 1 space after "+"; 0 found
(#196) Variable "ExtremityWidth" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "Y" must be all lower-case
(#196) Expected 1 space before "+"; 0 found
(#196) Expected 1 space after "+"; 0 found
(#196) Variable "ExtremityLength" must be all lower-case
(#196) Commas (,) must be followed by white space.
(#196) Variable "ExtremitySettings" must be all lower-case
(#196) Line exceeds 132 characters; contains 154 characters
(#198) Line indented incorrectly; expected 20 spaces, found 11
(#198) Expected "if (...) {\n"; found "if (...) { "
(#198) Variable "RecordImageMap" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "PosArray" must be all lower-case
(#198) Expected 1 space before "-"; 0 found
(#198) Expected 1 space after "-"; 0 found
(#198) Variable "ExtremityWidth" must be all lower-case
(#198) Variable "Y" must be all lower-case
(#198) Expected 1 space before "-"; 0 found
(#198) Expected 1 space after "-"; 0 found
(#198) Variable "ExtremityLength" must be all lower-case
(#198) Variable "PosArray" must be all lower-case
(#198) Expected 1 space before "+"; 0 found
(#198) Expected 1 space after "+"; 0 found
(#198) Variable "ExtremityWidth" must be all lower-case
(#198) Variable "Y" must be all lower-case
(#198) Expected 1 space before "+"; 0 found
(#198) Expected 1 space after "+"; 0 found
(#198) Variable "ExtremityLength" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "ImageMapColor" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "ImageMapTitle" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Variable "Values" must be all lower-case
(#198) Line exceeds maximum limit of 180 characters; contains 257 characters
(#198) Closing brace must be on a line by itself
(#199) Line indented incorrectly; expected 16 spaces, found 10
(#199) Closing brace indented incorrectly; expected 9 spaces, found 10
(#201) Line indented incorrectly; expected 16 spaces, found 9
(#201) Expected "if (...) {\n"; found "if (...) { "
(#201) Variable "ShadowOnBoxesOnly" must be all lower-case
(#201) Variable "RestoreShadow" must be all lower-case
(#201) Closing brace must be on a line by itself
(#203) Line indented incorrectly; expected at least 16 spaces, found 9
(#203) Inline control structures are not allowed
(#203) Variable "PosArray" must be all lower-case
(#203) Variable "PosArray" must be all lower-case
(#204) Line indented incorrectly; expected at least 16 spaces, found 10
(#204) Variable "PosArray" must be all lower-case
(#204) Commas (,) must be followed by white space.
(#204) Variable "Y" must be all lower-case
(#204) Expected 1 space before "-"; 0 found
(#204) Expected 1 space after "-"; 0 found
(#204) Variable "BoxOffset" must be all lower-case
(#204) Commas (,) must be followed by white space.
(#204) Variable "PosArray" must be all lower-case
(#204) Commas (,) must be followed by white space.
(#204) Variable "Y" must be all lower-case
(#204) Expected 1 space before "+"; 0 found
(#204) Expected 1 space after "+"; 0 found
(#204) Variable "BoxOffset" must be all lower-case
(#204) Commas (,) must be followed by white space.
(#204) Variable "BoxUpSettings" must be all lower-case
(#205) Line indented incorrectly; expected at least 16 spaces, found 9
(#205) Inline control structures are not allowed
(#206) Line indented incorrectly; expected at least 16 spaces, found 10
(#206) Variable "PosArray" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Variable "Y" must be all lower-case
(#206) Expected 1 space before "-"; 0 found
(#206) Expected 1 space after "-"; 0 found
(#206) Variable "BoxOffset" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Variable "PosArray" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Variable "Y" must be all lower-case
(#206) Expected 1 space before "+"; 0 found
(#206) Expected 1 space after "+"; 0 found
(#206) Variable "BoxOffset" must be all lower-case
(#206) Commas (,) must be followed by white space.
(#206) Variable "BoxDownSettings" must be all lower-case
(#208) Line indented incorrectly; expected at least 16 spaces, found 9
(#208) Inline control structures are not allowed
(#208) Variable "PosArray" must be all lower-case
(#209) Line indented incorrectly; expected at least 16 spaces, found 10
(#209) Variable "PosArray" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "Y" must be all lower-case
(#209) Expected 1 space before "-"; 0 found
(#209) Expected 1 space after "-"; 0 found
(#209) Variable "ExtremityLength" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "PosArray" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "Y" must be all lower-case
(#209) Expected 1 space before "+"; 0 found
(#209) Expected 1 space after "+"; 0 found
(#209) Variable "ExtremityLength" must be all lower-case
(#209) Commas (,) must be followed by white space.
(#209) Variable "MedianSettings" must be all lower-case
(#211) Line indented incorrectly; expected at least 16 spaces, found 9
(#211) Variable "Y" must be all lower-case
(#211) Variable "Y" must be all lower-case
(#211) Variable "XStep" must be all lower-case
(#212) Line indented incorrectly; expected 12 spaces, found 8
(#212) Closing brace indented incorrectly; expected 7 spaces, found 8
(#213) Line indented incorrectly; expected 8 spaces, found 6
(#213) Closing brace indented incorrectly; expected 5 spaces, found 6
(#214) Closing brace indented incorrectly; expected 3 spaces, found 4
(#215) Line indented incorrectly; expected 0 spaces, found 2
(#215) Closing brace indented incorrectly; expected 1 spaces, found 2
(#216) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/lib/pChart2/class/pSurface.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#7) Line 7 of the opening comment must start "//".
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#12) Line 12 of the opening comment must start "//".
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Spaces must be used for alignment; tabs are not allowed
(#16) Tab found within whitespace
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Line indented incorrectly; expected 0 spaces, found 1
(#27) Line indented incorrectly; expected at least 4 spaces, found 3
(#27) Member variable "pChartObject" must be all lower-case
(#27) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#27) Scope modifier not specified for member variable "$pChartObject"
(#28) Line indented incorrectly; expected at least 4 spaces, found 3
(#28) Member variable "GridSizeX" must be all lower-case
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$GridSizeX"
(#29) Line indented incorrectly; expected at least 4 spaces, found 3
(#29) Member variable "GridSizeY" must be all lower-case
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$GridSizeY"
(#30) Line indented incorrectly; expected at least 4 spaces, found 3
(#30) Member variable "Points" must be all lower-case
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$Points"
(#32) Line indented incorrectly; expected at least 4 spaces, found 3
(#33) Line indented incorrectly; expected 4 spaces, found 3
(#33) method name "pSurface::pSurface" must be in lower-case letters only
(#33) PHP4 style constructors are not allowed; use "__construct()" instead
(#33) Visibility must be declared on method "pSurface"
(#33) Variable "pChartObject" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Line indented incorrectly; expected at least 8 spaces, found 5
(#35) Variable "pChartObject" must be all lower-case
(#36) Line indented incorrectly; expected at least 8 spaces, found 5
(#37) Line indented incorrectly; expected at least 8 spaces, found 5
(#38) Closing brace indented incorrectly; expected 3 spaces, found 4
(#40) Line indented incorrectly; expected at least 4 spaces, found 3
(#41) Line indented incorrectly; expected 4 spaces, found 3
(#41) method name "pSurface::setGrid" must be in lower-case letters only
(#41) Visibility must be declared on method "setGrid"
(#41) Variable "XSize" must be all lower-case
(#41) Commas (,) must be followed by white space.
(#41) Variable "YSize" must be all lower-case
(#42) Opening brace should be on the same line as the declaration
(#43) Line indented incorrectly; expected 8 spaces, found 5
(#43) Expected "for (...) {\n"; found "for(...) { "
(#43) Variable "X" must be all lower-case
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#43) Variable "X" must be all lower-case
(#43) Expected 1 space before "<="; 0 found
(#43) Expected 1 space after "<="; 0 found
(#43) Variable "XSize" must be all lower-case
(#43) Variable "X" must be all lower-case
(#43) Expected "for (...) {\n"; found "for(...) { "
(#43) Variable "Y" must be all lower-case
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#43) Variable "Y" must be all lower-case
(#43) Expected 1 space before "<="; 0 found
(#43) Expected 1 space after "<="; 0 found
(#43) Variable "YSize" must be all lower-case
(#43) Variable "Y" must be all lower-case
(#43) Variable "X" must be all lower-case
(#43) Variable "Y" must be all lower-case
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#43) Closing brace must be on a line by itself
(#43) Closing brace must be on a line by itself
(#43) Whitespace found at end of line
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Variable "XSize" must be all lower-case
(#46) Line indented incorrectly; expected at least 8 spaces, found 5
(#46) Variable "YSize" must be all lower-case
(#47) Closing brace indented incorrectly; expected 3 spaces, found 4
(#49) Line indented incorrectly; expected at least 4 spaces, found 3
(#50) Line indented incorrectly; expected 4 spaces, found 3
(#50) method name "pSurface::addPoint" must be in lower-case letters only
(#50) Visibility must be declared on method "addPoint"
(#50) Variable "X" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "Y" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "Value" must be all lower-case
(#50) Commas (,) must be followed by white space.
(#50) Variable "Force" must be all lower-case
(#50) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#51) Opening brace should be on the same line as the declaration
(#52) Line indented incorrectly; expected 8 spaces, found 5
(#52) Expected "if (...) {\n"; found "if (...) { "
(#52) Variable "X" must be all lower-case
(#52) Variable "X" must be all lower-case
(#52) Expected 1 space after ">"; 0 found
(#52) Closing brace must be on a line by itself
(#53) Line indented incorrectly; expected 8 spaces, found 5
(#53) Expected "if (...) {\n"; found "if (...) { "
(#53) Variable "Y" must be all lower-case
(#53) Variable "Y" must be all lower-case
(#53) Expected 1 space after ">"; 0 found
(#53) Closing brace must be on a line by itself
(#55) Line indented incorrectly; expected at least 8 spaces, found 5
(#55) Inline control structures are not allowed
(#55) Variable "X" must be all lower-case
(#55) Variable "Y" must be all lower-case
(#55) Variable "Force" must be all lower-case
(#56) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Variable "X" must be all lower-case
(#56) Variable "Y" must be all lower-case
(#56) Variable "Value" must be all lower-case
(#57) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Inline control structures are not allowed
(#57) Usage of ELSEIF not allowed; use ELSE IF instead
(#57) Variable "X" must be all lower-case
(#57) Variable "Y" must be all lower-case
(#58) Line indented incorrectly; expected at least 8 spaces, found 6
(#58) Variable "X" must be all lower-case
(#58) Variable "Y" must be all lower-case
(#58) Variable "Value" must be all lower-case
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Inline control structures are not allowed
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#60) Variable "X" must be all lower-case
(#60) Variable "Y" must be all lower-case
(#60) Variable "X" must be all lower-case
(#60) Variable "Y" must be all lower-case
(#60) Variable "Value" must be all lower-case
(#60) Expected 1 space before "/"; 0 found
(#60) Expected 1 space after "/"; 0 found
(#61) Closing brace indented incorrectly; expected 3 spaces, found 4
(#63) Line indented incorrectly; expected at least 4 spaces, found 3
(#64) Line indented incorrectly; expected 4 spaces, found 3
(#64) method name "pSurface::writeXLabels" must be in lower-case letters only
(#64) Visibility must be declared on method "writeXLabels"
(#64) Variable "Format" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Line indented incorrectly; expected at least 8 spaces, found 5
(#66) Variable "R" must be all lower-case
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Variable "Format" must be all lower-case
(#66) Variable "Format" must be all lower-case
(#67) Line indented incorrectly; expected at least 8 spaces, found 5
(#67) Variable "G" must be all lower-case
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Variable "Format" must be all lower-case
(#67) Variable "Format" must be all lower-case
(#68) Line indented incorrectly; expected at least 8 spaces, found 5
(#68) Variable "B" must be all lower-case
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Variable "Format" must be all lower-case
(#68) Variable "Format" must be all lower-case
(#69) Line indented incorrectly; expected at least 8 spaces, found 5
(#69) Variable "Alpha" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Variable "Format" must be all lower-case
(#69) Variable "Format" must be all lower-case
(#70) Line indented incorrectly; expected at least 8 spaces, found 5
(#70) Variable "Angle" must be all lower-case
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Variable "Format" must be all lower-case
(#70) Variable "Format" must be all lower-case
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) Variable "Padding" must be all lower-case
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Variable "Format" must be all lower-case
(#71) Variable "Format" must be all lower-case
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "Position" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Variable "Format" must be all lower-case
(#72) Variable "Format" must be all lower-case
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "Labels" must be all lower-case
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Variable "Format" must be all lower-case
(#73) Variable "Format" must be all lower-case
(#73) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Variable "CountOffset" must be all lower-case
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Variable "Format" must be all lower-case
(#74) Variable "Format" must be all lower-case
(#76) Line indented incorrectly; expected 8 spaces, found 5
(#76) Expected "if (...) {\n"; found "if (...) { "
(#76) Variable "Labels" must be all lower-case
(#76) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#76) Variable "Labels" must be all lower-case
(#76) Variable "Label" must be all lower-case
(#76) Variable "Labels" must be all lower-case
(#76) Variable "Labels" must be all lower-case
(#76) Variable "Labels" must be all lower-case
(#76) Variable "Label" must be all lower-case
(#76) Closing brace must be on a line by itself
(#78) Line indented incorrectly; expected at least 8 spaces, found 5
(#78) Variable "X0" must be all lower-case
(#79) Line indented incorrectly; expected at least 8 spaces, found 5
(#79) Variable "XSize" must be all lower-case
(#79) Expected 1 space before "+"; 0 found
(#79) Expected 1 space after "+"; 0 found
(#81) Line indented incorrectly; expected at least 8 spaces, found 5
(#81) Variable "Settings" must be all lower-case
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#81) Variable "Angle" must be all lower-case
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#81) Variable "R" must be all lower-case
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#81) Variable "G" must be all lower-case
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#81) Variable "B" must be all lower-case
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#81) Variable "Alpha" must be all lower-case
(#82) Line indented incorrectly; expected 8 spaces, found 5
(#82) Expected "if (...) {\n"; found "if (...)\n {\n"
(#82) Variable "Position" must be all lower-case
(#83) Line indented incorrectly; expected at least 8 spaces, found 6
(#84) Line indented incorrectly; expected at least 12 spaces, found 7
(#84) Variable "YPos" must be all lower-case
(#84) Variable "Padding" must be all lower-case
(#85) Line indented incorrectly; expected 12 spaces, found 7
(#85) Expected "if (...) {\n"; found "if (...) { "
(#85) Variable "Angle" must be all lower-case
(#85) Variable "Settings" must be all lower-case
(#85) Closing brace must be on a line by itself
(#86) Line indented incorrectly; expected 12 spaces, found 7
(#86) Expected "if (...) {\n"; found "if (...) { "
(#86) Variable "Angle" must be all lower-case
(#86) Variable "Settings" must be all lower-case
(#86) Closing brace must be on a line by itself
(#87) Line indented incorrectly; expected 8 spaces, found 6
(#87) Closing brace indented incorrectly; expected 5 spaces, found 6
(#88) Line indented incorrectly; expected 8 spaces, found 5
(#88) Usage of ELSEIF not allowed; use ELSE IF instead
(#88) Variable "Position" must be all lower-case
(#89) Line indented incorrectly; expected at least 8 spaces, found 6
(#90) Line indented incorrectly; expected at least 12 spaces, found 7
(#90) Variable "YPos" must be all lower-case
(#90) Variable "Padding" must be all lower-case
(#91) Line indented incorrectly; expected 12 spaces, found 7
(#91) Expected "if (...) {\n"; found "if (...) { "
(#91) Variable "Angle" must be all lower-case
(#91) Variable "Settings" must be all lower-case
(#91) Closing brace must be on a line by itself
(#92) Line indented incorrectly; expected 12 spaces, found 7
(#92) Expected "if (...) {\n"; found "if (...) { "
(#92) Variable "Angle" must be all lower-case
(#92) Variable "Settings" must be all lower-case
(#92) Closing brace must be on a line by itself
(#93) Line indented incorrectly; expected 8 spaces, found 6
(#93) Closing brace indented incorrectly; expected 5 spaces, found 6
(#94) Line indented incorrectly; expected at least 8 spaces, found 5
(#94) Inline control structures are not allowed
(#95) Line indented incorrectly; expected at least 8 spaces, found 6
(#97) Line indented incorrectly; expected 8 spaces, found 5
(#97) Expected "for (...) {\n"; found "for(...)\n {\n"
(#97) Expected 1 space after first semicolon of FOR loop; 0 found
(#97) Expected 1 space after second semicolon of FOR loop; 0 found
(#97) Variable "X" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#97) Variable "X" must be all lower-case
(#97) Expected 1 space before "<="; 0 found
(#97) Expected 1 space after "<="; 0 found
(#97) Variable "X" must be all lower-case
(#98) Line indented incorrectly; expected at least 8 spaces, found 6
(#99) Line indented incorrectly; expected at least 12 spaces, found 7
(#99) Variable "XPos" must be all lower-case
(#99) Variable "X0" must be all lower-case
(#99) Expected 1 space before "+"; 0 found
(#99) Expected 1 space after "+"; 0 found
(#99) Variable "X" must be all lower-case
(#99) Expected 1 space before "*"; 0 found
(#99) Expected 1 space after "*"; 0 found
(#99) Variable "XSize" must be all lower-case
(#99) Variable "XSize" must be all lower-case
(#99) Expected 1 space before "/"; 0 found
(#99) Expected 1 space after "/"; 0 found
(#101) Line indented incorrectly; expected at least 12 spaces, found 7
(#101) Inline control structures are not allowed
(#101) Variable "Labels" must be all lower-case
(#101) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#101) Variable "Labels" must be all lower-case
(#101) Variable "X" must be all lower-case
(#102) Line indented incorrectly; expected at least 12 spaces, found 8
(#102) Variable "Value" must be all lower-case
(#102) Variable "X" must be all lower-case
(#102) Expected 1 space before "+"; 0 found
(#102) Expected 1 space after "+"; 0 found
(#102) Variable "CountOffset" must be all lower-case
(#103) Line indented incorrectly; expected at least 12 spaces, found 7
(#103) Inline control structures are not allowed
(#104) Line indented incorrectly; expected at least 12 spaces, found 8
(#104) Variable "Value" must be all lower-case
(#104) Variable "Labels" must be all lower-case
(#104) Variable "X" must be all lower-case
(#106) Line indented incorrectly; expected at least 12 spaces, found 7
(#106) Variable "XPos" must be all lower-case
(#106) Commas (,) must be followed by white space.
(#106) Variable "YPos" must be all lower-case
(#106) Commas (,) must be followed by white space.
(#106) Variable "Value" must be all lower-case
(#106) Commas (,) must be followed by white space.
(#106) Variable "Settings" must be all lower-case
(#107) Line indented incorrectly; expected 8 spaces, found 6
(#107) Closing brace indented incorrectly; expected 5 spaces, found 6
(#108) Closing brace indented incorrectly; expected 3 spaces, found 4
(#110) Line indented incorrectly; expected at least 4 spaces, found 3
(#111) Line indented incorrectly; expected 4 spaces, found 3
(#111) method name "pSurface::writeYLabels" must be in lower-case letters only
(#111) Visibility must be declared on method "writeYLabels"
(#111) Variable "Format" must be all lower-case
(#112) Opening brace should be on the same line as the declaration
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#113) Variable "R" must be all lower-case
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Variable "Format" must be all lower-case
(#113) Variable "Format" must be all lower-case
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "G" must be all lower-case
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Variable "Format" must be all lower-case
(#114) Variable "Format" must be all lower-case
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Variable "B" must be all lower-case
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Variable "Format" must be all lower-case
(#115) Variable "Format" must be all lower-case
(#116) Line indented incorrectly; expected at least 8 spaces, found 5
(#116) Variable "Alpha" must be all lower-case
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Variable "Format" must be all lower-case
(#116) Variable "Format" must be all lower-case
(#117) Line indented incorrectly; expected at least 8 spaces, found 5
(#117) Variable "Angle" must be all lower-case
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Variable "Format" must be all lower-case
(#117) Variable "Format" must be all lower-case
(#118) Line indented incorrectly; expected at least 8 spaces, found 5
(#118) Variable "Padding" must be all lower-case
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Variable "Format" must be all lower-case
(#118) Variable "Format" must be all lower-case
(#119) Line indented incorrectly; expected at least 8 spaces, found 5
(#119) Variable "Position" must be all lower-case
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Variable "Format" must be all lower-case
(#119) Variable "Format" must be all lower-case
(#120) Line indented incorrectly; expected at least 8 spaces, found 5
(#120) Variable "Labels" must be all lower-case
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Variable "Format" must be all lower-case
(#120) Variable "Format" must be all lower-case
(#120) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#121) Line indented incorrectly; expected at least 8 spaces, found 5
(#121) Variable "CountOffset" must be all lower-case
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Variable "Format" must be all lower-case
(#121) Variable "Format" must be all lower-case
(#123) Line indented incorrectly; expected 8 spaces, found 5
(#123) Expected "if (...) {\n"; found "if (...) { "
(#123) Variable "Labels" must be all lower-case
(#123) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#123) Variable "Labels" must be all lower-case
(#123) Variable "Label" must be all lower-case
(#123) Variable "Labels" must be all lower-case
(#123) Variable "Labels" must be all lower-case
(#123) Variable "Labels" must be all lower-case
(#123) Variable "Label" must be all lower-case
(#123) Closing brace must be on a line by itself
(#125) Line indented incorrectly; expected at least 8 spaces, found 5
(#125) Variable "Y0" must be all lower-case
(#126) Line indented incorrectly; expected at least 8 spaces, found 5
(#126) Variable "YSize" must be all lower-case
(#126) Expected 1 space before "+"; 0 found
(#126) Expected 1 space after "+"; 0 found
(#128) Line indented incorrectly; expected at least 8 spaces, found 5
(#128) Variable "Settings" must be all lower-case
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Variable "Angle" must be all lower-case
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Variable "R" must be all lower-case
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Variable "G" must be all lower-case
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Variable "B" must be all lower-case
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Variable "Alpha" must be all lower-case
(#129) Line indented incorrectly; expected 8 spaces, found 5
(#129) Expected "if (...) {\n"; found "if (...)\n { "
(#129) Variable "Position" must be all lower-case
(#130) Line indented incorrectly; expected at least 8 spaces, found 6
(#130) Variable "XPos" must be all lower-case
(#130) Variable "Padding" must be all lower-case
(#130) Variable "Settings" must be all lower-case
(#130) Closing brace must be on a line by itself
(#131) Line indented incorrectly; expected 8 spaces, found 5
(#131) Usage of ELSEIF not allowed; use ELSE IF instead
(#131) Variable "Position" must be all lower-case
(#132) Line indented incorrectly; expected at least 8 spaces, found 6
(#132) Variable "XPos" must be all lower-case
(#132) Variable "Padding" must be all lower-case
(#132) Variable "Settings" must be all lower-case
(#132) Closing brace must be on a line by itself
(#133) Line indented incorrectly; expected at least 8 spaces, found 5
(#133) Inline control structures are not allowed
(#134) Line indented incorrectly; expected at least 8 spaces, found 6
(#136) Line indented incorrectly; expected 8 spaces, found 5
(#136) Expected "for (...) {\n"; found "for(...)\n {\n"
(#136) Expected 1 space after first semicolon of FOR loop; 0 found
(#136) Expected 1 space after second semicolon of FOR loop; 0 found
(#136) Variable "Y" must be all lower-case
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#136) Variable "Y" must be all lower-case
(#136) Expected 1 space before "<="; 0 found
(#136) Expected 1 space after "<="; 0 found
(#136) Variable "Y" must be all lower-case
(#137) Line indented incorrectly; expected at least 8 spaces, found 6
(#138) Line indented incorrectly; expected at least 12 spaces, found 7
(#138) Variable "YPos" must be all lower-case
(#138) Variable "Y0" must be all lower-case
(#138) Expected 1 space before "+"; 0 found
(#138) Expected 1 space after "+"; 0 found
(#138) Variable "Y" must be all lower-case
(#138) Expected 1 space before "*"; 0 found
(#138) Expected 1 space after "*"; 0 found
(#138) Variable "YSize" must be all lower-case
(#138) Variable "YSize" must be all lower-case
(#138) Expected 1 space before "/"; 0 found
(#138) Expected 1 space after "/"; 0 found
(#140) Line indented incorrectly; expected at least 12 spaces, found 7
(#140) Inline control structures are not allowed
(#140) Variable "Labels" must be all lower-case
(#140) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#140) Variable "Labels" must be all lower-case
(#140) Variable "Y" must be all lower-case
(#141) Line indented incorrectly; expected at least 12 spaces, found 8
(#141) Variable "Value" must be all lower-case
(#141) Variable "Y" must be all lower-case
(#141) Expected 1 space before "+"; 0 found
(#141) Expected 1 space after "+"; 0 found
(#141) Variable "CountOffset" must be all lower-case
(#142) Line indented incorrectly; expected at least 12 spaces, found 7
(#142) Inline control structures are not allowed
(#143) Line indented incorrectly; expected at least 12 spaces, found 8
(#143) Variable "Value" must be all lower-case
(#143) Variable "Labels" must be all lower-case
(#143) Variable "Y" must be all lower-case
(#145) Line indented incorrectly; expected at least 12 spaces, found 7
(#145) Variable "XPos" must be all lower-case
(#145) Commas (,) must be followed by white space.
(#145) Variable "YPos" must be all lower-case
(#145) Commas (,) must be followed by white space.
(#145) Variable "Value" must be all lower-case
(#145) Commas (,) must be followed by white space.
(#145) Variable "Settings" must be all lower-case
(#146) Line indented incorrectly; expected 8 spaces, found 6
(#146) Closing brace indented incorrectly; expected 5 spaces, found 6
(#147) Closing brace indented incorrectly; expected 3 spaces, found 4
(#149) Line indented incorrectly; expected at least 4 spaces, found 3
(#150) Line indented incorrectly; expected 4 spaces, found 3
(#150) method name "pSurface::drawContour" must be in lower-case letters only
(#150) Visibility must be declared on method "drawContour"
(#150) Variable "Threshold" must be all lower-case
(#150) Commas (,) must be followed by white space.
(#150) Variable "Format" must be all lower-case
(#151) Opening brace should be on the same line as the declaration
(#152) Line indented incorrectly; expected at least 8 spaces, found 5
(#152) Variable "R" must be all lower-case
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Variable "Format" must be all lower-case
(#152) Variable "Format" must be all lower-case
(#153) Line indented incorrectly; expected at least 8 spaces, found 5
(#153) Variable "G" must be all lower-case
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Variable "Format" must be all lower-case
(#153) Variable "Format" must be all lower-case
(#154) Line indented incorrectly; expected at least 8 spaces, found 5
(#154) Variable "B" must be all lower-case
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Variable "Format" must be all lower-case
(#154) Variable "Format" must be all lower-case
(#155) Line indented incorrectly; expected at least 8 spaces, found 5
(#155) Variable "Alpha" must be all lower-case
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Variable "Format" must be all lower-case
(#155) Variable "Format" must be all lower-case
(#156) Line indented incorrectly; expected at least 8 spaces, found 5
(#156) Variable "Ticks" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Variable "Format" must be all lower-case
(#156) Variable "Format" must be all lower-case
(#157) Line indented incorrectly; expected at least 8 spaces, found 5
(#157) Variable "Padding" must be all lower-case
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Variable "Format" must be all lower-case
(#157) Variable "Format" must be all lower-case
(#159) Line indented incorrectly; expected at least 8 spaces, found 5
(#159) Variable "X0" must be all lower-case
(#160) Line indented incorrectly; expected at least 8 spaces, found 5
(#160) Variable "Y0" must be all lower-case
(#161) Line indented incorrectly; expected at least 8 spaces, found 5
(#161) Variable "XSize" must be all lower-case
(#161) Expected 1 space before "+"; 0 found
(#161) Expected 1 space after "+"; 0 found
(#162) Line indented incorrectly; expected at least 8 spaces, found 5
(#162) Variable "YSize" must be all lower-case
(#162) Expected 1 space before "+"; 0 found
(#162) Expected 1 space after "+"; 0 found
(#164) Line indented incorrectly; expected at least 8 spaces, found 5
(#164) Variable "Color" must be all lower-case
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Variable "R" must be all lower-case
(#164) Commas (,) must be followed by white space.
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Variable "G" must be all lower-case
(#164) Commas (,) must be followed by white space.
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Variable "B" must be all lower-case
(#164) Commas (,) must be followed by white space.
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Variable "Alpha" must be all lower-case
(#164) Commas (,) must be followed by white space.
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#164) Variable "Ticks" must be all lower-case
(#166) Line indented incorrectly; expected 8 spaces, found 5
(#166) Expected "for (...) {\n"; found "for(...)\n {\n"
(#166) Expected 1 space after first semicolon of FOR loop; 0 found
(#166) Expected 1 space after second semicolon of FOR loop; 0 found
(#166) Variable "X" must be all lower-case
(#166) Expected 1 space before "="; 0 found
(#166) Expected 1 space after "="; 0 found
(#166) Variable "X" must be all lower-case
(#166) Expected 1 space before "<="; 0 found
(#166) Expected 1 space after "<="; 0 found
(#166) Variable "X" must be all lower-case
(#167) Line indented incorrectly; expected at least 8 spaces, found 6
(#168) Line indented incorrectly; expected 12 spaces, found 7
(#168) Expected "for (...) {\n"; found "for(...)\n {\n"
(#168) Expected 1 space after first semicolon of FOR loop; 0 found
(#168) Expected 1 space after second semicolon of FOR loop; 0 found
(#168) Variable "Y" must be all lower-case
(#168) Expected 1 space before "="; 0 found
(#168) Expected 1 space after "="; 0 found
(#168) Variable "Y" must be all lower-case
(#168) Expected 1 space before "<="; 0 found
(#168) Expected 1 space after "<="; 0 found
(#168) Variable "Y" must be all lower-case
(#169) Line indented incorrectly; expected at least 12 spaces, found 8
(#170) Line indented incorrectly; expected at least 16 spaces, found 9
(#170) Variable "Value" must be all lower-case
(#170) Variable "X" must be all lower-case
(#170) Variable "Y" must be all lower-case
(#172) Line indented incorrectly; expected 16 spaces, found 9
(#172) Expected "if (...) {\n"; found "if (...)\n {\n"
(#172) Variable "Value" must be all lower-case
(#172) Variable "Value" must be all lower-case
(#172) Variable "Value" must be all lower-case
(#172) Variable "Threshold" must be all lower-case
(#173) Line indented incorrectly; expected at least 16 spaces, found 10
(#174) Line indented incorrectly; expected at least 20 spaces, found 11
(#174) Variable "X1" must be all lower-case
(#174) Variable "X0" must be all lower-case
(#174) Expected 1 space before "+"; 0 found
(#174) Expected 1 space after "+"; 0 found
(#174) Variable "X" must be all lower-case
(#174) Expected 1 space before "*"; 0 found
(#174) Expected 1 space after "*"; 0 found
(#174) Variable "XSize" must be all lower-case
(#174) Expected 1 space before "+"; 0 found
(#174) Expected 1 space after "+"; 0 found
(#174) Variable "Padding" must be all lower-case
(#175) Line indented incorrectly; expected at least 20 spaces, found 11
(#175) Variable "Y1" must be all lower-case
(#175) Variable "Y0" must be all lower-case
(#175) Expected 1 space before "+"; 0 found
(#175) Expected 1 space after "+"; 0 found
(#175) Variable "Y" must be all lower-case
(#175) Expected 1 space before "*"; 0 found
(#175) Expected 1 space after "*"; 0 found
(#175) Variable "YSize" must be all lower-case
(#175) Expected 1 space before "+"; 0 found
(#175) Expected 1 space after "+"; 0 found
(#175) Variable "Padding" must be all lower-case
(#176) Line indented incorrectly; expected at least 20 spaces, found 11
(#176) Variable "X2" must be all lower-case
(#176) Variable "X0" must be all lower-case
(#176) Expected 1 space before "+"; 0 found
(#176) Expected 1 space after "+"; 0 found
(#176) Variable "X" must be all lower-case
(#176) Expected 1 space before "*"; 0 found
(#176) Expected 1 space after "*"; 0 found
(#176) Variable "XSize" must be all lower-case
(#176) Expected 1 space before "+"; 0 found
(#176) Expected 1 space after "+"; 0 found
(#176) Variable "XSize" must be all lower-case
(#177) Line indented incorrectly; expected at least 20 spaces, found 11
(#177) Variable "Y2" must be all lower-case
(#177) Variable "Y0" must be all lower-case
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Variable "Y" must be all lower-case
(#177) Expected 1 space before "*"; 0 found
(#177) Expected 1 space after "*"; 0 found
(#177) Variable "YSize" must be all lower-case
(#177) Expected 1 space before "+"; 0 found
(#177) Expected 1 space after "+"; 0 found
(#177) Variable "YSize" must be all lower-case
(#179) Line indented incorrectly; expected at least 20 spaces, found 11
(#179) Inline control structures are not allowed
(#179) Variable "X" must be all lower-case
(#179) Variable "X" must be all lower-case
(#179) Expected 1 space before "-"; 0 found
(#179) Expected 1 space after "-"; 0 found
(#179) Variable "Y" must be all lower-case
(#179) Variable "X" must be all lower-case
(#179) Expected 1 space before "-"; 0 found
(#179) Expected 1 space after "-"; 0 found
(#179) Variable "Y" must be all lower-case
(#179) Variable "X" must be all lower-case
(#179) Expected 1 space before "-"; 0 found
(#179) Expected 1 space after "-"; 0 found
(#179) Variable "Y" must be all lower-case
(#179) Variable "Threshold" must be all lower-case
(#179) Line exceeds 132 characters; contains 139 characters
(#180) Line indented incorrectly; expected at least 20 spaces, found 12
(#180) Variable "X1" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Y1" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "X1" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Y2" must be all lower-case
(#180) Commas (,) must be followed by white space.
(#180) Variable "Color" must be all lower-case
(#181) Line indented incorrectly; expected at least 20 spaces, found 11
(#181) Inline control structures are not allowed
(#181) Variable "Y" must be all lower-case
(#181) Variable "X" must be all lower-case
(#181) Variable "Y" must be all lower-case
(#181) Expected 1 space before "-"; 0 found
(#181) Expected 1 space after "-"; 0 found
(#181) Variable "X" must be all lower-case
(#181) Variable "Y" must be all lower-case
(#181) Expected 1 space before "-"; 0 found
(#181) Expected 1 space after "-"; 0 found
(#181) Variable "X" must be all lower-case
(#181) Variable "Y" must be all lower-case
(#181) Expected 1 space before "-"; 0 found
(#181) Expected 1 space after "-"; 0 found
(#181) Variable "Threshold" must be all lower-case
(#181) Line exceeds 132 characters; contains 139 characters
(#182) Line indented incorrectly; expected at least 20 spaces, found 12
(#182) Variable "X1" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "Y1" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "X2" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "Y1" must be all lower-case
(#182) Commas (,) must be followed by white space.
(#182) Variable "Color" must be all lower-case
(#183) Line indented incorrectly; expected at least 20 spaces, found 11
(#183) Inline control structures are not allowed
(#183) Variable "X" must be all lower-case
(#183) Variable "X" must be all lower-case
(#183) Expected 1 space before "+"; 0 found
(#183) Expected 1 space after "+"; 0 found
(#183) Variable "Y" must be all lower-case
(#183) Variable "X" must be all lower-case
(#183) Expected 1 space before "+"; 0 found
(#183) Expected 1 space after "+"; 0 found
(#183) Variable "Y" must be all lower-case
(#183) Variable "X" must be all lower-case
(#183) Expected 1 space before "+"; 0 found
(#183) Expected 1 space after "+"; 0 found
(#183) Variable "Y" must be all lower-case
(#183) Variable "Threshold" must be all lower-case
(#183) Line exceeds 132 characters; contains 154 characters
(#184) Line indented incorrectly; expected at least 20 spaces, found 12
(#184) Variable "X2" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Variable "Y1" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Variable "X2" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Variable "Y2" must be all lower-case
(#184) Commas (,) must be followed by white space.
(#184) Variable "Color" must be all lower-case
(#185) Line indented incorrectly; expected at least 20 spaces, found 11
(#185) Inline control structures are not allowed
(#185) Variable "Y" must be all lower-case
(#185) Variable "X" must be all lower-case
(#185) Variable "Y" must be all lower-case
(#185) Expected 1 space before "+"; 0 found
(#185) Expected 1 space after "+"; 0 found
(#185) Variable "X" must be all lower-case
(#185) Variable "Y" must be all lower-case
(#185) Expected 1 space before "+"; 0 found
(#185) Expected 1 space after "+"; 0 found
(#185) Variable "X" must be all lower-case
(#185) Variable "Y" must be all lower-case
(#185) Expected 1 space before "+"; 0 found
(#185) Expected 1 space after "+"; 0 found
(#185) Variable "Threshold" must be all lower-case
(#185) Line exceeds 132 characters; contains 154 characters
(#186) Line indented incorrectly; expected at least 20 spaces, found 12
(#186) Variable "X1" must be all lower-case
(#186) Commas (,) must be followed by white space.
(#186) Variable "Y2" must be all lower-case
(#186) Commas (,) must be followed by white space.
(#186) Variable "X2" must be all lower-case
(#186) Commas (,) must be followed by white space.
(#186) Variable "Y2" must be all lower-case
(#186) Commas (,) must be followed by white space.
(#186) Variable "Color" must be all lower-case
(#187) Line indented incorrectly; expected 16 spaces, found 10
(#187) Closing brace indented incorrectly; expected 9 spaces, found 10
(#188) Line indented incorrectly; expected 12 spaces, found 8
(#188) Closing brace indented incorrectly; expected 7 spaces, found 8
(#189) Line indented incorrectly; expected 8 spaces, found 6
(#189) Closing brace indented incorrectly; expected 5 spaces, found 6
(#190) Closing brace indented incorrectly; expected 3 spaces, found 4
(#192) Line indented incorrectly; expected at least 4 spaces, found 3
(#193) Line indented incorrectly; expected 4 spaces, found 3
(#193) method name "pSurface::drawSurface" must be in lower-case letters only
(#193) Visibility must be declared on method "drawSurface"
(#193) Variable "Format" must be all lower-case
(#194) Opening brace should be on the same line as the declaration
(#195) Line indented incorrectly; expected at least 8 spaces, found 5
(#195) Variable "Palette" must be all lower-case
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Variable "Format" must be all lower-case
(#195) Variable "Format" must be all lower-case
(#195) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#196) Line indented incorrectly; expected at least 8 spaces, found 5
(#196) Variable "ShadeR1" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Variable "Format" must be all lower-case
(#196) Variable "Format" must be all lower-case
(#197) Line indented incorrectly; expected at least 8 spaces, found 5
(#197) Variable "ShadeG1" must be all lower-case
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Variable "Format" must be all lower-case
(#197) Variable "Format" must be all lower-case
(#198) Line indented incorrectly; expected at least 8 spaces, found 5
(#198) Variable "ShadeB1" must be all lower-case
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Variable "Format" must be all lower-case
(#198) Variable "Format" must be all lower-case
(#199) Line indented incorrectly; expected at least 8 spaces, found 5
(#199) Variable "ShadeA1" must be all lower-case
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Variable "Format" must be all lower-case
(#199) Variable "Format" must be all lower-case
(#200) Line indented incorrectly; expected at least 8 spaces, found 5
(#200) Variable "ShadeR2" must be all lower-case
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Variable "Format" must be all lower-case
(#200) Variable "Format" must be all lower-case
(#201) Line indented incorrectly; expected at least 8 spaces, found 5
(#201) Variable "ShadeG2" must be all lower-case
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Variable "Format" must be all lower-case
(#201) Variable "Format" must be all lower-case
(#202) Line indented incorrectly; expected at least 8 spaces, found 5
(#202) Variable "ShadeB2" must be all lower-case
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Variable "Format" must be all lower-case
(#202) Variable "Format" must be all lower-case
(#203) Line indented incorrectly; expected at least 8 spaces, found 5
(#203) Variable "ShadeA2" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Variable "Format" must be all lower-case
(#203) Variable "Format" must be all lower-case
(#204) Line indented incorrectly; expected at least 8 spaces, found 5
(#204) Variable "Border" must be all lower-case
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Variable "Format" must be all lower-case
(#204) Variable "Format" must be all lower-case
(#204) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#205) Line indented incorrectly; expected at least 8 spaces, found 5
(#205) Variable "BorderR" must be all lower-case
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Variable "Format" must be all lower-case
(#205) Variable "Format" must be all lower-case
(#206) Line indented incorrectly; expected at least 8 spaces, found 5
(#206) Variable "BorderG" must be all lower-case
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Variable "Format" must be all lower-case
(#206) Variable "Format" must be all lower-case
(#207) Line indented incorrectly; expected at least 8 spaces, found 5
(#207) Variable "BorderB" must be all lower-case
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Variable "Format" must be all lower-case
(#207) Variable "Format" must be all lower-case
(#208) Line indented incorrectly; expected at least 8 spaces, found 5
(#208) Variable "Surrounding" must be all lower-case
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Variable "Format" must be all lower-case
(#208) Variable "Format" must be all lower-case
(#209) Line indented incorrectly; expected at least 8 spaces, found 5
(#209) Variable "Padding" must be all lower-case
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Variable "Format" must be all lower-case
(#209) Variable "Format" must be all lower-case
(#211) Line indented incorrectly; expected at least 8 spaces, found 5
(#211) Variable "X0" must be all lower-case
(#212) Line indented incorrectly; expected at least 8 spaces, found 5
(#212) Variable "Y0" must be all lower-case
(#213) Line indented incorrectly; expected at least 8 spaces, found 5
(#213) Variable "XSize" must be all lower-case
(#213) Expected 1 space before "+"; 0 found
(#213) Expected 1 space after "+"; 0 found
(#214) Line indented incorrectly; expected at least 8 spaces, found 5
(#214) Variable "YSize" must be all lower-case
(#214) Expected 1 space before "+"; 0 found
(#214) Expected 1 space after "+"; 0 found
(#216) Line indented incorrectly; expected 8 spaces, found 5
(#216) Expected "for (...) {\n"; found "for(...)\n {\n"
(#216) Expected 1 space after first semicolon of FOR loop; 0 found
(#216) Expected 1 space after second semicolon of FOR loop; 0 found
(#216) Variable "X" must be all lower-case
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#216) Variable "X" must be all lower-case
(#216) Expected 1 space before "<="; 0 found
(#216) Expected 1 space after "<="; 0 found
(#216) Variable "X" must be all lower-case
(#217) Line indented incorrectly; expected at least 8 spaces, found 6
(#218) Line indented incorrectly; expected 12 spaces, found 7
(#218) Expected "for (...) {\n"; found "for(...)\n {\n"
(#218) Expected 1 space after first semicolon of FOR loop; 0 found
(#218) Expected 1 space after second semicolon of FOR loop; 0 found
(#218) Variable "Y" must be all lower-case
(#218) Expected 1 space before "="; 0 found
(#218) Expected 1 space after "="; 0 found
(#218) Variable "Y" must be all lower-case
(#218) Expected 1 space before "<="; 0 found
(#218) Expected 1 space after "<="; 0 found
(#218) Variable "Y" must be all lower-case
(#219) Line indented incorrectly; expected at least 12 spaces, found 8
(#220) Line indented incorrectly; expected at least 16 spaces, found 9
(#220) Variable "Value" must be all lower-case
(#220) Variable "X" must be all lower-case
(#220) Variable "Y" must be all lower-case
(#222) Line indented incorrectly; expected 16 spaces, found 9
(#222) Expected "if (...) {\n"; found "if (...)\n {\n"
(#222) Variable "Value" must be all lower-case
(#222) Variable "Value" must be all lower-case
(#223) Line indented incorrectly; expected at least 16 spaces, found 10
(#224) Line indented incorrectly; expected at least 20 spaces, found 11
(#224) Variable "X1" must be all lower-case
(#224) Variable "X0" must be all lower-case
(#224) Expected 1 space before "+"; 0 found
(#224) Expected 1 space after "+"; 0 found
(#224) Variable "X" must be all lower-case
(#224) Expected 1 space before "*"; 0 found
(#224) Expected 1 space after "*"; 0 found
(#224) Variable "XSize" must be all lower-case
(#224) Expected 1 space before "+"; 0 found
(#224) Expected 1 space after "+"; 0 found
(#224) Variable "Padding" must be all lower-case
(#225) Line indented incorrectly; expected at least 20 spaces, found 11
(#225) Variable "Y1" must be all lower-case
(#225) Variable "Y0" must be all lower-case
(#225) Expected 1 space before "+"; 0 found
(#225) Expected 1 space after "+"; 0 found
(#225) Variable "Y" must be all lower-case
(#225) Expected 1 space before "*"; 0 found
(#225) Expected 1 space after "*"; 0 found
(#225) Variable "YSize" must be all lower-case
(#225) Expected 1 space before "+"; 0 found
(#225) Expected 1 space after "+"; 0 found
(#225) Variable "Padding" must be all lower-case
(#226) Line indented incorrectly; expected at least 20 spaces, found 11
(#226) Variable "X2" must be all lower-case
(#226) Variable "X0" must be all lower-case
(#226) Expected 1 space before "+"; 0 found
(#226) Expected 1 space after "+"; 0 found
(#226) Variable "X" must be all lower-case
(#226) Expected 1 space before "*"; 0 found
(#226) Expected 1 space after "*"; 0 found
(#226) Variable "XSize" must be all lower-case
(#226) Expected 1 space before "+"; 0 found
(#226) Expected 1 space after "+"; 0 found
(#226) Variable "XSize" must be all lower-case
(#227) Line indented incorrectly; expected at least 20 spaces, found 11
(#227) Variable "Y2" must be all lower-case
(#227) Variable "Y0" must be all lower-case
(#227) Expected 1 space before "+"; 0 found
(#227) Expected 1 space after "+"; 0 found
(#227) Variable "Y" must be all lower-case
(#227) Expected 1 space before "*"; 0 found
(#227) Expected 1 space after "*"; 0 found
(#227) Variable "YSize" must be all lower-case
(#227) Expected 1 space before "+"; 0 found
(#227) Expected 1 space after "+"; 0 found
(#227) Variable "YSize" must be all lower-case
(#229) Line indented incorrectly; expected 20 spaces, found 11
(#229) Expected "if (...) {\n"; found "if (...)\n {\n"
(#229) Variable "Palette" must be all lower-case
(#229) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#230) Line indented incorrectly; expected at least 20 spaces, found 12
(#231) Line indented incorrectly; expected 24 spaces, found 13
(#231) Expected "if (...) {\n"; found "if (...) { "
(#231) Variable "Palette" must be all lower-case
(#231) Variable "Value" must be all lower-case
(#231) Variable "Palette" must be all lower-case
(#231) Variable "Value" must be all lower-case
(#231) Variable "R" must be all lower-case
(#231) Variable "Palette" must be all lower-case
(#231) Variable "Value" must be all lower-case
(#231) Closing brace must be on a line by itself
(#231) Expected "} else {\n"; found "} else { "
(#231) Variable "R" must be all lower-case
(#231) Closing brace must be on a line by itself
(#232) Line indented incorrectly; expected 24 spaces, found 13
(#232) Expected "if (...) {\n"; found "if (...) { "
(#232) Variable "Palette" must be all lower-case
(#232) Variable "Value" must be all lower-case
(#232) Variable "Palette" must be all lower-case
(#232) Variable "Value" must be all lower-case
(#232) Variable "G" must be all lower-case
(#232) Variable "Palette" must be all lower-case
(#232) Variable "Value" must be all lower-case
(#232) Closing brace must be on a line by itself
(#232) Expected "} else {\n"; found "} else { "
(#232) Variable "G" must be all lower-case
(#232) Closing brace must be on a line by itself
(#233) Line indented incorrectly; expected 24 spaces, found 13
(#233) Expected "if (...) {\n"; found "if (...) { "
(#233) Variable "Palette" must be all lower-case
(#233) Variable "Value" must be all lower-case
(#233) Variable "Palette" must be all lower-case
(#233) Variable "Value" must be all lower-case
(#233) Variable "B" must be all lower-case
(#233) Variable "Palette" must be all lower-case
(#233) Variable "Value" must be all lower-case
(#233) Closing brace must be on a line by itself
(#233) Expected "} else {\n"; found "} else { "
(#233) Variable "B" must be all lower-case
(#233) Closing brace must be on a line by itself
(#234) Line indented incorrectly; expected 24 spaces, found 13
(#234) Expected "if (...) {\n"; found "if (...) { "
(#234) Variable "Palette" must be all lower-case
(#234) Variable "Value" must be all lower-case
(#234) Variable "Palette" must be all lower-case
(#234) Variable "Value" must be all lower-case
(#234) Variable "Alpha" must be all lower-case
(#234) Variable "Palette" must be all lower-case
(#234) Variable "Value" must be all lower-case
(#234) Closing brace must be on a line by itself
(#234) Expected "} else {\n"; found "} else { "
(#234) Variable "Alpha" must be all lower-case
(#234) Line exceeds 132 characters; contains 143 characters
(#234) Closing brace must be on a line by itself
(#235) Line indented incorrectly; expected 20 spaces, found 12
(#235) Closing brace indented incorrectly; expected 11 spaces, found 12
(#236) Line indented incorrectly; expected 20 spaces, found 11
(#236) Expected "} else {\n"; found "}\n else\n {\n"
(#237) Line indented incorrectly; expected at least 20 spaces, found 12
(#238) Line indented incorrectly; expected at least 24 spaces, found 13
(#238) Variable "R" must be all lower-case
(#238) Variable "ShadeR2" must be all lower-case
(#238) Expected 1 space before "-"; 0 found
(#238) Expected 1 space after "-"; 0 found
(#238) Variable "ShadeR1" must be all lower-case
(#238) Expected 1 space before "/"; 0 found
(#238) Expected 1 space after "/"; 0 found
(#238) Expected 1 space before "*"; 0 found
(#238) Expected 1 space after "*"; 0 found
(#238) Variable "Value" must be all lower-case
(#238) Variable "ShadeR1" must be all lower-case
(#239) Line indented incorrectly; expected at least 24 spaces, found 13
(#239) Variable "G" must be all lower-case
(#239) Variable "ShadeG2" must be all lower-case
(#239) Expected 1 space before "-"; 0 found
(#239) Expected 1 space after "-"; 0 found
(#239) Variable "ShadeG1" must be all lower-case
(#239) Expected 1 space before "/"; 0 found
(#239) Expected 1 space after "/"; 0 found
(#239) Expected 1 space before "*"; 0 found
(#239) Expected 1 space after "*"; 0 found
(#239) Variable "Value" must be all lower-case
(#239) Variable "ShadeG1" must be all lower-case
(#240) Line indented incorrectly; expected at least 24 spaces, found 13
(#240) Variable "B" must be all lower-case
(#240) Variable "ShadeB2" must be all lower-case
(#240) Expected 1 space before "-"; 0 found
(#240) Expected 1 space after "-"; 0 found
(#240) Variable "ShadeB1" must be all lower-case
(#240) Expected 1 space before "/"; 0 found
(#240) Expected 1 space after "/"; 0 found
(#240) Expected 1 space before "*"; 0 found
(#240) Expected 1 space after "*"; 0 found
(#240) Variable "Value" must be all lower-case
(#240) Variable "ShadeB1" must be all lower-case
(#241) Line indented incorrectly; expected at least 24 spaces, found 13
(#241) Variable "Alpha" must be all lower-case
(#241) Variable "ShadeA2" must be all lower-case
(#241) Expected 1 space before "-"; 0 found
(#241) Expected 1 space after "-"; 0 found
(#241) Variable "ShadeA1" must be all lower-case
(#241) Expected 1 space before "/"; 0 found
(#241) Expected 1 space after "/"; 0 found
(#241) Expected 1 space before "*"; 0 found
(#241) Expected 1 space after "*"; 0 found
(#241) Variable "Value" must be all lower-case
(#241) Variable "ShadeA1" must be all lower-case
(#242) Line indented incorrectly; expected 20 spaces, found 12
(#242) Closing brace indented incorrectly; expected 11 spaces, found 12
(#244) Line indented incorrectly; expected at least 20 spaces, found 11
(#244) Variable "Settings" must be all lower-case
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Variable "R" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Variable "G" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Variable "B" must be all lower-case
(#244) Commas (,) must be followed by white space.
(#244) Expected 1 space before "=>"; 0 found
(#244) Expected 1 space after "=>"; 0 found
(#244) Variable "Alpha" must be all lower-case
(#245) Line indented incorrectly; expected 20 spaces, found 11
(#245) Expected "if (...) {\n"; found "if (...) { "
(#245) Variable "Border" must be all lower-case
(#245) Variable "Settings" must be all lower-case
(#245) Variable "BorderR" must be all lower-case
(#245) Variable "Settings" must be all lower-case
(#245) Variable "BorderG" must be all lower-case
(#245) Variable "Settings" must be all lower-case
(#245) Variable "BorderB" must be all lower-case
(#245) Closing brace must be on a line by itself
(#246) Line indented incorrectly; expected 20 spaces, found 11
(#246) Expected "if (...) {\n"; found "if (...) { "
(#246) Variable "Surrounding" must be all lower-case
(#246) Variable "Settings" must be all lower-case
(#246) Variable "R" must be all lower-case
(#246) Expected 1 space before "+"; 0 found
(#246) Expected 1 space after "+"; 0 found
(#246) Variable "Surrounding" must be all lower-case
(#246) Variable "Settings" must be all lower-case
(#246) Variable "G" must be all lower-case
(#246) Expected 1 space before "+"; 0 found
(#246) Expected 1 space after "+"; 0 found
(#246) Variable "Surrounding" must be all lower-case
(#246) Variable "Settings" must be all lower-case
(#246) Variable "B" must be all lower-case
(#246) Expected 1 space before "+"; 0 found
(#246) Expected 1 space after "+"; 0 found
(#246) Variable "Surrounding" must be all lower-case
(#246) Line exceeds 132 characters; contains 160 characters
(#246) Closing brace must be on a line by itself
(#248) Line indented incorrectly; expected at least 20 spaces, found 11
(#248) Variable "X1" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Variable "Y1" must be all lower-case
(#248) Commas (,) must be followed by white space.
(#248) Variable "X2" must be all lower-case
(#248) Expected 1 space before "-"; 0 found
(#248) Expected 1 space after "-"; 0 found
(#248) Commas (,) must be followed by white space.
(#248) Variable "Y2" must be all lower-case
(#248) Expected 1 space before "-"; 0 found
(#248) Expected 1 space after "-"; 0 found
(#248) Commas (,) must be followed by white space.
(#248) Variable "Settings" must be all lower-case
(#249) Line indented incorrectly; expected 16 spaces, found 10
(#249) Closing brace indented incorrectly; expected 9 spaces, found 10
(#250) Line indented incorrectly; expected 12 spaces, found 8
(#250) Closing brace indented incorrectly; expected 7 spaces, found 8
(#251) Line indented incorrectly; expected 8 spaces, found 6
(#251) Closing brace indented incorrectly; expected 5 spaces, found 6
(#252) Closing brace indented incorrectly; expected 3 spaces, found 4
(#254) Line indented incorrectly; expected at least 4 spaces, found 3
(#255) Line indented incorrectly; expected 4 spaces, found 3
(#255) method name "pSurface::computeMissing" must be in lower-case letters only
(#255) Visibility must be declared on method "computeMissing"
(#256) Opening brace should be on the same line as the declaration
(#257) Line indented incorrectly; expected at least 8 spaces, found 5
(#257) Variable "Missing" must be all lower-case
(#258) Line indented incorrectly; expected 8 spaces, found 5
(#258) Expected "for (...) {\n"; found "for(...)\n {\n"
(#258) Expected 1 space after first semicolon of FOR loop; 0 found
(#258) Expected 1 space after second semicolon of FOR loop; 0 found
(#258) Variable "X" must be all lower-case
(#258) Expected 1 space before "="; 0 found
(#258) Expected 1 space after "="; 0 found
(#258) Variable "X" must be all lower-case
(#258) Expected 1 space before "<="; 0 found
(#258) Expected 1 space after "<="; 0 found
(#258) Variable "X" must be all lower-case
(#259) Line indented incorrectly; expected at least 8 spaces, found 6
(#260) Line indented incorrectly; expected 12 spaces, found 7
(#260) Expected "for (...) {\n"; found "for(...)\n {\n"
(#260) Expected 1 space after first semicolon of FOR loop; 0 found
(#260) Expected 1 space after second semicolon of FOR loop; 0 found
(#260) Variable "Y" must be all lower-case
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#260) Variable "Y" must be all lower-case
(#260) Expected 1 space before "<="; 0 found
(#260) Expected 1 space after "<="; 0 found
(#260) Variable "Y" must be all lower-case
(#261) Line indented incorrectly; expected at least 12 spaces, found 8
(#262) Line indented incorrectly; expected at least 16 spaces, found 9
(#262) Inline control structures are not allowed
(#262) Variable "X" must be all lower-case
(#262) Variable "Y" must be all lower-case
(#263) Line indented incorrectly; expected at least 16 spaces, found 10
(#263) Variable "Missing" must be all lower-case
(#263) Variable "X" must be all lower-case
(#263) Variable "Y" must be all lower-case
(#264) Line indented incorrectly; expected 12 spaces, found 8
(#264) Closing brace indented incorrectly; expected 7 spaces, found 8
(#265) Line indented incorrectly; expected 8 spaces, found 6
(#265) Closing brace indented incorrectly; expected 5 spaces, found 6
(#266) Line indented incorrectly; expected at least 8 spaces, found 5
(#266) Variable "Missing" must be all lower-case
(#267) Whitespace found at end of line
(#268) Line indented incorrectly; expected 8 spaces, found 5
(#268) Expected "foreach (...) {\n"; found "foreach(...)\n {\n"
(#268) Variable "Missing" must be all lower-case
(#268) Variable "Key" must be all lower-case
(#268) Variable "Pos" must be all lower-case
(#269) Line indented incorrectly; expected at least 8 spaces, found 6
(#270) Line indented incorrectly; expected at least 12 spaces, found 7
(#270) Variable "Pos" must be all lower-case
(#270) Commas (,) must be followed by white space.
(#270) Variable "Pos" must be all lower-case
(#271) Line indented incorrectly; expected at least 12 spaces, found 7
(#271) Variable "X" must be all lower-case
(#271) Variable "Pos" must be all lower-case
(#272) Line indented incorrectly; expected at least 12 spaces, found 7
(#272) Variable "Y" must be all lower-case
(#272) Variable "Pos" must be all lower-case
(#274) Line indented incorrectly; expected 12 spaces, found 7
(#274) Expected "if (...) {\n"; found "if (...)\n {\n"
(#274) Variable "X" must be all lower-case
(#274) Variable "Y" must be all lower-case
(#275) Line indented incorrectly; expected at least 12 spaces, found 8
(#276) Line indented incorrectly; expected at least 16 spaces, found 9
(#276) Variable "NearestNeighbor" must be all lower-case
(#276) Variable "X" must be all lower-case
(#276) Commas (,) must be followed by white space.
(#276) Variable "Y" must be all lower-case
(#278) Line indented incorrectly; expected at least 16 spaces, found 9
(#278) Variable "Value" must be all lower-case
(#278) Variable "Points" must be all lower-case
(#279) Line indented incorrectly; expected 16 spaces, found 9
(#279) Expected "for (...) {\n"; found "for(...)\n {\n"
(#279) Expected 1 space after first semicolon of FOR loop; 0 found
(#279) Expected 1 space after second semicolon of FOR loop; 0 found
(#279) Variable "Xi" must be all lower-case
(#279) Expected 1 space before "="; 0 found
(#279) Expected 1 space after "="; 0 found
(#279) Variable "X" must be all lower-case
(#279) Expected 1 space before "-"; 0 found
(#279) Expected 1 space after "-"; 0 found
(#279) Variable "NearestNeighbor" must be all lower-case
(#279) Variable "Xi" must be all lower-case
(#279) Expected 1 space before "<="; 0 found
(#279) Expected 1 space after "<="; 0 found
(#279) Variable "X" must be all lower-case
(#279) Expected 1 space before "+"; 0 found
(#279) Expected 1 space after "+"; 0 found
(#279) Variable "NearestNeighbor" must be all lower-case
(#279) Variable "Xi" must be all lower-case
(#280) Line indented incorrectly; expected at least 16 spaces, found 10
(#281) Line indented incorrectly; expected 20 spaces, found 11
(#281) Expected "for (...) {\n"; found "for(...)\n {\n"
(#281) Expected 1 space after first semicolon of FOR loop; 0 found
(#281) Expected 1 space after second semicolon of FOR loop; 0 found
(#281) Variable "Yi" must be all lower-case
(#281) Expected 1 space before "="; 0 found
(#281) Expected 1 space after "="; 0 found
(#281) Variable "Y" must be all lower-case
(#281) Expected 1 space before "-"; 0 found
(#281) Expected 1 space after "-"; 0 found
(#281) Variable "NearestNeighbor" must be all lower-case
(#281) Variable "Yi" must be all lower-case
(#281) Expected 1 space before "<="; 0 found
(#281) Expected 1 space after "<="; 0 found
(#281) Variable "Y" must be all lower-case
(#281) Expected 1 space before "+"; 0 found
(#281) Expected 1 space after "+"; 0 found
(#281) Variable "NearestNeighbor" must be all lower-case
(#281) Variable "Yi" must be all lower-case
(#282) Line indented incorrectly; expected at least 20 spaces, found 12
(#283) Line indented incorrectly; expected 24 spaces, found 13
(#283) Expected "if (...) {\n"; found "if (...)\n {\n"
(#283) Variable "Xi" must be all lower-case
(#283) Expected 1 space after ">="; 0 found
(#283) Variable "Yi" must be all lower-case
(#283) Variable "Xi" must be all lower-case
(#283) Variable "Yi" must be all lower-case
(#283) Variable "Xi" must be all lower-case
(#283) Variable "Yi" must be all lower-case
(#283) Variable "Xi" must be all lower-case
(#283) Variable "Yi" must be all lower-case
(#283) Line exceeds 132 characters; contains 167 characters
(#284) Line indented incorrectly; expected at least 24 spaces, found 14
(#285) Line indented incorrectly; expected at least 28 spaces, found 15
(#285) Variable "Value" must be all lower-case
(#285) Variable "Value" must be all lower-case
(#285) Variable "Xi" must be all lower-case
(#285) Variable "Yi" must be all lower-case
(#285) Variable "Points" must be all lower-case
(#286) Line indented incorrectly; expected 24 spaces, found 14
(#286) Closing brace indented incorrectly; expected 13 spaces, found 14
(#287) Line indented incorrectly; expected 20 spaces, found 12
(#287) Closing brace indented incorrectly; expected 11 spaces, found 12
(#288) Line indented incorrectly; expected 16 spaces, found 10
(#288) Closing brace indented incorrectly; expected 9 spaces, found 10
(#290) Line indented incorrectly; expected 16 spaces, found 9
(#290) Expected "if (...) {\n"; found "if (...) { "
(#290) Variable "Points" must be all lower-case
(#290) Variable "X" must be all lower-case
(#290) Variable "Y" must be all lower-case
(#290) Variable "Value" must be all lower-case
(#290) Variable "Points" must be all lower-case
(#290) Closing brace must be on a line by itself
(#291) Line indented incorrectly; expected 12 spaces, found 8
(#291) Closing brace indented incorrectly; expected 7 spaces, found 8
(#292) Line indented incorrectly; expected 8 spaces, found 6
(#292) Closing brace indented incorrectly; expected 5 spaces, found 6
(#293) Closing brace indented incorrectly; expected 3 spaces, found 4
(#295) Line indented incorrectly; expected at least 4 spaces, found 3
(#296) Line indented incorrectly; expected 4 spaces, found 3
(#296) method name "pSurface::getNearestNeighbor" must be in lower-case letters only
(#296) Visibility must be declared on method "getNearestNeighbor"
(#296) Variable "Xp" must be all lower-case
(#296) Commas (,) must be followed by white space.
(#296) Variable "Yp" must be all lower-case
(#297) Opening brace should be on the same line as the declaration
(#298) Line indented incorrectly; expected at least 8 spaces, found 5
(#298) Variable "Nearest" must be all lower-case
(#299) Line indented incorrectly; expected 8 spaces, found 5
(#299) Expected "for (...) {\n"; found "for(...)\n {\n"
(#299) Expected 1 space after first semicolon of FOR loop; 0 found
(#299) Expected 1 space after second semicolon of FOR loop; 0 found
(#299) Variable "X" must be all lower-case
(#299) Expected 1 space before "="; 0 found
(#299) Expected 1 space after "="; 0 found
(#299) Variable "X" must be all lower-case
(#299) Expected 1 space before "<="; 0 found
(#299) Expected 1 space after "<="; 0 found
(#299) Variable "X" must be all lower-case
(#300) Line indented incorrectly; expected at least 8 spaces, found 6
(#301) Line indented incorrectly; expected 12 spaces, found 7
(#301) Expected "for (...) {\n"; found "for(...)\n {\n"
(#301) Expected 1 space after first semicolon of FOR loop; 0 found
(#301) Expected 1 space after second semicolon of FOR loop; 0 found
(#301) Variable "Y" must be all lower-case
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#301) Variable "Y" must be all lower-case
(#301) Expected 1 space before "<="; 0 found
(#301) Expected 1 space after "<="; 0 found
(#301) Variable "Y" must be all lower-case
(#302) Line indented incorrectly; expected at least 12 spaces, found 8
(#303) Line indented incorrectly; expected 16 spaces, found 9
(#303) Expected "if (...) {\n"; found "if (...)\n {\n"
(#303) Variable "X" must be all lower-case
(#303) Variable "Y" must be all lower-case
(#303) Variable "X" must be all lower-case
(#303) Variable "Y" must be all lower-case
(#304) Line indented incorrectly; expected at least 16 spaces, found 10
(#305) Line indented incorrectly; expected at least 20 spaces, found 11
(#305) Variable "DistanceX" must be all lower-case
(#305) Variable "Xp" must be all lower-case
(#305) Commas (,) must be followed by white space.
(#305) Variable "X" must be all lower-case
(#305) Expected 1 space before "-"; 0 found
(#305) Expected 1 space after "-"; 0 found
(#305) Variable "Xp" must be all lower-case
(#305) Commas (,) must be followed by white space.
(#305) Variable "X" must be all lower-case
(#306) Line indented incorrectly; expected at least 20 spaces, found 11
(#306) Variable "DistanceY" must be all lower-case
(#306) Variable "Yp" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Variable "Y" must be all lower-case
(#306) Expected 1 space before "-"; 0 found
(#306) Expected 1 space after "-"; 0 found
(#306) Variable "Yp" must be all lower-case
(#306) Commas (,) must be followed by white space.
(#306) Variable "Y" must be all lower-case
(#307) Line indented incorrectly; expected at least 20 spaces, found 11
(#307) Variable "Distance" must be all lower-case
(#307) Variable "DistanceX" must be all lower-case
(#307) Commas (,) must be followed by white space.
(#307) Variable "DistanceY" must be all lower-case
(#308) Line indented incorrectly; expected 20 spaces, found 11
(#308) Expected "if (...) {\n"; found "if (...) { "
(#308) Variable "Distance" must be all lower-case
(#308) Variable "Nearest" must be all lower-case
(#308) Variable "Nearest" must be all lower-case
(#308) Variable "Nearest" must be all lower-case
(#308) Variable "Distance" must be all lower-case
(#308) Closing brace must be on a line by itself
(#309) Line indented incorrectly; expected 16 spaces, found 10
(#309) Closing brace indented incorrectly; expected 9 spaces, found 10
(#310) Line indented incorrectly; expected 12 spaces, found 8
(#310) Closing brace indented incorrectly; expected 7 spaces, found 8
(#311) Line indented incorrectly; expected 8 spaces, found 6
(#311) Closing brace indented incorrectly; expected 5 spaces, found 6
(#312) Line indented incorrectly; expected at least 8 spaces, found 5
(#312) Variable "Nearest" must be all lower-case
(#313) Closing brace indented incorrectly; expected 3 spaces, found 4
(#314) Line indented incorrectly; expected 0 spaces, found 2
(#314) Closing brace indented incorrectly; expected 1 spaces, found 2
(#315) A closing tag is not permitted at the end of a PHP file
blocks/configurable_reports/list_reports_in_category.php
(#18) Expected 1 space(s) before asterisk; 2 found
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#30) Commas (,) must be followed by white space.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) This comment is 75% valid code; is this commented out code?
(#42) No space found before comment text; expected "// echo "[ $item->type , $item->path ]";" but found "//echo "[ $item->type , $item->path ]";"
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
blocks/configurable_reports/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Line indented incorrectly; expected 0 spaces, found 2
(#25) Expected 1 space after closing parenthesis; found 0
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#28) Spaces must be used to indent lines; tabs are not allowed
(#29) Spaces must be used to indent lines; tabs are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#32) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#44) Line indented incorrectly; expected 0 spaces, found 2
(#46) Line indented incorrectly; expected 0 spaces, found 4
(#46) Expected 1 space after closing parenthesis; found 0
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#76) Line exceeds 132 characters; contains 136 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#77) Line exceeds 132 characters; contains 139 characters
(#112) Line indented incorrectly; expected 0 spaces, found 4
(#114) Line indented incorrectly; expected 0 spaces, found 2
(#114) Expected 1 space after closing parenthesis; found 0
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Line indented incorrectly; expected 4 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Line indented incorrectly; expected 4 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Line indented incorrectly; expected 4 spaces, found 2
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#148) Line indented incorrectly; expected 0 spaces, found 2
(#150) Line indented incorrectly; expected 0 spaces, found 2
(#152) Variable "new_var" must not contain underscores.
(#154) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#155) Variable "new_var" must not contain underscores.
(#159) Variable "new_var" must not contain underscores.
(#160) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#161) Variable "new_var" must not contain underscores.
(#165) Variable "new_var" must not contain underscores.
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Variable "new_var" must not contain underscores.
(#171) Variable "new_var" must not contain underscores.
(#172) Line indented incorrectly; expected 0 spaces, found 2
(#174) Line indented incorrectly; expected 0 spaces, found 2
(#176) Variable "new_var" must not contain underscores.
(#178) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#179) Variable "new_var" must not contain underscores.
(#182) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#183) Variable "new_var" must not contain underscores.
(#184) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#185) Variable "new_var" must not contain underscores.
(#188) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#188) Expected "if (...) {\n"; found "if(...) {\n"
(#189) Variable "new_var" must not contain underscores.
(#192) Variable "new_var" must not contain underscores.
(#195) Variable "new_var" must not contain underscores.
(#196) Closing brace indented incorrectly; expected 2 spaces, found 0
(#198) Expected 1 space after closing parenthesis; found 0
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Expected "if (...) {\n"; found "if (...){\n"
(#207) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#209) Expected "if (...) {\n"; found "if(...){\n"
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Inline control structures are not allowed
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 3
(#211) Commas (,) must be followed by white space.
(#211) Commas (,) must be followed by white space.
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Inline control structures are not allowed
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 3
(#213) Commas (,) must be followed by white space.
(#213) Commas (,) must be followed by white space.
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 4 spaces, found 1
(#214) Closing brace indented incorrectly; expected 4 spaces, found 1
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 4 spaces, found 1
(#215) Expected "} else {\n"; found "}\n\telse{\n"
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 8 spaces, found 2
(#216) Commas (,) must be followed by white space.
(#216) Commas (,) must be followed by white space.
(#216) Commas (,) must be followed by white space.
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#216) Line exceeds 132 characters; contains 141 characters
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 4 spaces, found 1
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 4 spaces, found 1
(#221) Line indented incorrectly; expected 0 spaces, found 1
(#221) Expected 1 space after closing parenthesis; found 0
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Line indented incorrectly; expected 0 spaces, found 1
(#225) Line indented incorrectly; expected 0 spaces, found 1
(#225) Expected 1 space after closing parenthesis; found 0
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Line indented incorrectly; expected 0 spaces, found 1
(#229) Line indented incorrectly; expected 0 spaces, found 1
(#229) Expected 1 space after closing parenthesis; found 0
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 1
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 1
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 4 spaces, found 1
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 4 spaces, found 1
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 1
(#238) Line indented incorrectly; expected 0 spaces, found 1
(#240) Line indented incorrectly; expected 0 spaces, found 1
(#240) Expected 1 space after closing parenthesis; found 0
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 4 spaces, found 1
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#243) Expected 1 space before "?"; 0 found
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Inline control structures are not allowed
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 4 spaces, found 2
(#247) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 3
(#248) Inline control structures are not allowed
(#248) Commas (,) must be followed by white space.
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 8 spaces, found 4
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 3
(#250) Commas (,) must be followed by white space.
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 4 spaces, found 2
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Line indented incorrectly; expected 0 spaces, found 1
(#255) Line indented incorrectly; expected 0 spaces, found 1
(#255) Expected 1 space after closing parenthesis; found 0
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Inline control structures are not allowed
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 4 spaces, found 2
(#261) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 3
(#262) Commas (,) must be followed by white space.
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 4 spaces, found 2
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 4 spaces, found 1
(#265) Line indented incorrectly; expected 0 spaces, found 1
(#267) Line indented incorrectly; expected 0 spaces, found 1
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#326) Line exceeds 132 characters; contains 153 characters
(#334) Expected 1 space before "="; 0 found
(#334) Expected 1 space after "="; 0 found
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#352) Line exceeds 132 characters; contains 176 characters
(#359) Expected 1 space before "="; 0 found
(#359) Expected 1 space after "="; 0 found
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) 3 slashes comments are not allowed; use "// Comment." instead
(#373) Expected 1 space before "="; 0 found
(#373) Expected 1 space after "="; 0 found
(#386) Line indented incorrectly; expected at least 24 spaces, found 22
(#388) Line indented incorrectly; expected at least 24 spaces, found 22
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#391) Line exceeds maximum limit of 180 characters; contains 191 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#393) Line exceeds 132 characters; contains 144 characters
(#414) Closing brace indented incorrectly; expected 1 spaces, found 0
(#416) Commas (,) must be followed by white space.
(#416) Expected 1 space after closing parenthesis; found 0
(#420) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#427) Commas (,) must be followed by white space.
(#427) Commas (,) must be followed by white space.
(#434) Commas (,) must be followed by white space.
(#434) Commas (,) must be followed by white space.
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) 3 slashes comments are not allowed; use "// Comment." instead
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) 3 slashes comments are not allowed; use "// Comment." instead
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) 3 slashes comments are not allowed; use "// Comment." instead
(#447) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#447) Expected 1 space before "=>"; 0 found
(#447) Expected 1 space after "=>"; 0 found
(#447) Expected 1 space before "=>"; 0 found
(#447) Expected 1 space after "=>"; 0 found
(#448) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#448) Expected 1 space before "=>"; 0 found
(#448) Expected 1 space after "=>"; 0 found
(#448) Expected 1 space before "=>"; 0 found
(#448) Expected 1 space after "=>"; 0 found
(#449) Commas (,) must be followed by white space.
(#449) Commas (,) must be followed by white space.
(#509) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#512) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#514) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) This comment is 64% valid code; is this commented out code?
(#542) Expected "if (...) {\n"; found "if(...){\n"
(#544) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#544) Expected 1 space before "=>"; 0 found
(#544) Expected 1 space after "=>"; 0 found
(#545) Expected "if (...) {\n"; found "if(...) {\n"
(#547) Inline comments must start with a capital letter, digit or 3-dots sequence
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) Variable "temp_components" must not contain underscores.
(#549) Variable "temp_components" must not contain underscores.
(#549) Commas (,) must be followed by white space.
(#549) Commas (,) must be followed by white space.
(#549) Variable "temp_components" must not contain underscores.
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#549) Line exceeds 132 characters; contains 140 characters
(#550) Variable "temp_components" must not contain underscores.
(#550) Commas (,) must be followed by white space.
(#550) Commas (,) must be followed by white space.
(#550) Variable "temp_components" must not contain underscores.
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#550) Line exceeds 132 characters; contains 140 characters
(#551) Variable "temp_components" must not contain underscores.
(#559) Expected "if (...) {\n"; found "if(...) {\n"
(#559) Commas (,) must be followed by white space.
(#567) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/configurable_reports/managereport.php
(#1) File has mixed line endings; this may cause incorrect results
(#44) Inline control structures are not allowed
(#44) Line exceeds 132 characters; contains 151 characters
(#83) Commas (,) must be followed by white space.
(#85) This comment is 67% valid code; is this commented out code?
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) No space found before comment text; expected "// $courseurl = new moodle_url($CFG->wwwroot.'/course/view.php',array('id'=>$report->courseid));" but found "//$courseurl = new moodle_url($CFG->wwwroot.'/course/view.php',array('id'=>$report->courseid));"
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// $PAGE->navbar->add($COURSE->shortname, $courseurl);" but found "//$PAGE->navbar->add($COURSE->shortname, $courseurl);"
(#88) This comment is 69% valid code; is this commented out code?
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) No space found before comment text; expected "// $managereporturl = new moodle_url($CFG->wwwroot.'/blocks/configurable_reports/managereport.php',array('courseid'=>$courseid));" but found "//$managereporturl = new moodle_url($CFG->wwwroot.'/blocks/configurable_reports/managereport.php',array('courseid'=>$courseid));"
(#89) Commas (,) must be followed by white space.
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 80% valid code; is this commented out code?
(#89) No space found before comment text; expected "// , $managereporturl);" but found "//, $managereporturl);"
(#102) Expected "if (...) {\n"; found "if(...){\n"
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#105) Line exceeds maximum limit of 180 characters; contains 248 characters
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#115) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#117) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#119) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) This comment is 50% valid code; is this commented out code?
(#123) No space found before comment text; expected "// $coursename = '<a href="'.$CFG->wwwroot.'/course/view.php?id='.$r->courseid.'">'.$coursename.'</a>';" but found "//$coursename = '<a href="'.$CFG->wwwroot.'/course/view.php?id='.$r->courseid.'">'.$coursename.'</a>';"
(#124) Line exceeds 132 characters; contains 147 characters
(#127) Inline control structures are not allowed
(#127) Commas (,) must be followed by white space.
(#129) Inline control structures are not allowed
(#133) Line exceeds maximum limit of 180 characters; contains 183 characters
(#134) Line exceeds maximum limit of 180 characters; contains 233 characters
(#138) Line exceeds maximum limit of 180 characters; contains 221 characters
(#138) Closing brace must be on a line by itself
(#139) Expected "} else {\n"; found "}\n else {\n"
(#140) Line exceeds maximum limit of 180 characters; contains 220 characters
(#142) Line exceeds maximum limit of 180 characters; contains 229 characters
(#143) Line exceeds maximum limit of 180 characters; contains 215 characters
(#146) Commas (,) must be followed by white space.
(#147) Expected "if (...) {\n"; found "if(...){\n"
(#148) Inline control structures are not allowed
(#149) Line indented incorrectly; expected 12 spaces, found 16
(#149) Expected "if (...) {\n"; found "if(...){\n"
(#150) Line exceeds maximum limit of 180 characters; contains 242 characters
(#151) Line indented incorrectly; expected 12 spaces, found 16
(#154) Commas (,) must be followed by white space.
(#154) Commas (,) must be followed by white space.
(#154) Commas (,) must be followed by white space.
(#154) Line exceeds maximum limit of 180 characters; contains 208 characters
(#154) Whitespace found at end of line
(#161) Expected "} else {\n"; found "}\nelse{\n"
(#162) Commas (,) must be followed by white space.
(#165) Commas (,) must be followed by white space.
(#165) Line exceeds maximum limit of 180 characters; contains 232 characters
(#169) Commas (,) must be followed by white space.
(#179) Line exceeds 132 characters; contains 133 characters
blocks/configurable_reports/plugin.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/configurable_reports/report.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Line indented incorrectly; expected 0 spaces, found 1
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#28) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#28) Scope modifier not specified for member variable "$id"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$components"
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$finalreport"
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#31) Scope modifier not specified for member variable "$totalrecords"
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$currentuser"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$currentcourse"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$starttime"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$endtime"
(#36) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#36) Scope modifier not specified for member variable "$sql"
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 1
(#38) Visibility must be declared on method "reports_base"
(#38) Expected 1 space after closing parenthesis; found 0
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Inline control structures are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 3
(#42) Commas (,) must be followed by white space.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Inline control structures are not allowed
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Line exceeds 132 characters; contains 140 characters
(#58) Variable "db_class" must not contain underscores.
(#59) Variable "db_class" must not contain underscores.
(#63) Line indented incorrectly; expected 12 spaces, found 8
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 1
(#67) Visibility must be declared on method "__construct"
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Visibility must be declared on method "check_permissions"
(#71) Expected 1 space after closing parenthesis; found 0
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Inline control structures are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 3
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Inline control structures are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 3
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Inline control structures are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Expected 1 space before "?"; 0 found
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 8 spaces, found 2
(#86) Expected "if (...) {\n"; found "if(...){\n"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 12 spaces, found 3
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 12 spaces, found 3
(#91) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 4
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 4
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 16 spaces, found 4
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 12 spaces, found 3
(#101) Closing brace indented incorrectly; expected 3 spaces, found 12
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 16 spaces, found 4
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 16 spaces, found 4
(#105) Expected "if (...) {\n"; found "if(...){\n"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 20 spaces, found 5
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 20 spaces, found 5
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Line indented incorrectly; expected at least 20 spaces, found 5
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 20 spaces, found 5
(#109) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 20 spaces, found 5
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#110) Commas (,) must be followed by white space.
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Line indented incorrectly; expected at least 20 spaces, found 5
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 20 spaces, found 5
(#112) Commas (,) must be followed by white space.
(#112) Commas (,) must be followed by white space.
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) This comment is 70% valid code; is this commented out code?
(#113) Line indented incorrectly; expected at least 20 spaces, found 5
(#113) No space found before comment text; expected "// $logic = str_replace('c','$c',$logic);" but found "//$logic = str_replace('c','$c',$logic);"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 20 spaces, found 5
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 20 spaces, found 5
(#116) Expected "for (...) {\n"; found "for(...){\n"
(#116) Expected 1 space after "-"; 0 found
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 24 spaces, found 6
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 24 spaces, found 6
(#118) Expected 1 space before "?"; 0 found
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 20 spaces, found 5
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 20 spaces, found 5
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 16 spaces, found 4
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 20 spaces, found 5
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 16 spaces, found 4
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 20 spaces, found 3
(#125) Closing brace indented incorrectly; expected 12 spaces, found 3
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 4 spaces, found 1
(#129) Visibility must be declared on method "add_filter_elements"
(#129) Expected 1 space after closing parenthesis; found 0
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 8 spaces, found 2
(#133) Expected 1 space before "?"; 0 found
(#133) Expected 1 space before ":"; 0 found
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#136) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 3
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 12 spaces, found 3
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 12 spaces, found 3
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 2
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#146) Scope modifier not specified for member variable "$filterform"
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#147) Visibility must be declared on method "check_filters_request"
(#147) Expected 1 space after closing parenthesis; found 0
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Expected 1 space before "?"; 0 found
(#151) Expected 1 space before ":"; 0 found
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 8 spaces, found 2
(#153) Expected "if (...) {\n"; found "if(...){\n"
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 12 spaces, found 3
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 3
(#157) Inline control structures are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 12 spaces, found 4
(#158) Inline control structures are not allowed
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 12 spaces, found 5
(#159) Inline control structures are not allowed
(#159) Commas (,) must be followed by white space.
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 12 spaces, found 6
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 12 spaces, found 3
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 12 spaces, found 3
(#163) Commas (,) must be followed by white space.
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 12 spaces, found 3
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 12 spaces, found 3
(#167) Expected "if (...) {\n"; found "if(...){\n"
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 16 spaces, found 4
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 16 spaces, found 4
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 12 spaces, found 3
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 12 spaces, found 3
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 1
(#175) Visibility must be declared on method "print_filters"
(#175) Expected 1 space after closing parenthesis; found 0
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 8 spaces, found 2
(#176) Expected "if (...) {\n"; found "if(...) {\n"
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 3
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 8 spaces, found 2
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 4 spaces, found 1
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected 4 spaces, found 1
(#181) Visibility must be declared on method "print_graphs"
(#181) Expected 1 space after closing parenthesis; found 0
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 8 spaces, found 2
(#185) Expected "if (...) {\n"; found "if(...){\n"
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 12 spaces, found 3
(#186) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 16 spaces, found 4
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 16 spaces, found 4
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 16 spaces, found 4
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 12 spaces, found 3
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 8 spaces, found 2
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 8 spaces, found 2
(#192) Expected "if (...) {\n"; found "if(...){\n"
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 12 spaces, found 3
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 spaces, found 2
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected 4 spaces, found 1
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 4 spaces, found 1
(#201) Visibility must be declared on method "print_export_options"
(#201) Expected 1 space after closing parenthesis; found 0
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Commas (,) must be followed by white space.
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 8 spaces, found 2
(#206) Expected "if (...) {\n"; found "if(...){\n"
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 3
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 12 spaces, found 3
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected 12 spaces, found 3
(#209) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 16 spaces, found 4
(#210) Expected "if (...) {\n"; found "if(...){\n"
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 20 spaces, found 5
(#211) Inline control structures are not allowed
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 20 spaces, found 6
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 16 spaces, found 4
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected 16 spaces, found 4
(#214) Expected "} else {\n"; found "}\n\t\t\t\telse{\n"
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 20 spaces, found 5
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 16 spaces, found 4
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 12 spaces, found 3
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 8 spaces, found 2
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#221) Commas (,) must be followed by white space.
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 8 spaces, found 2
(#222) Expected "if (...) {\n"; found "if(...){\n"
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 12 spaces, found 3
(#224) Commas (,) must be followed by white space.
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 12 spaces, found 3
(#225) Inline control structures are not allowed
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 12 spaces, found 4
(#226) Expected "if (...) {\n"; found "if(...){\n"
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 16 spaces, found 5
(#227) Line exceeds maximum limit of 180 characters; contains 203 characters
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 12 spaces, found 4
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 12 spaces, found 3
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected 8 spaces, found 2
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 8 spaces, found 2
(#232) Expected "if (...) {\n"; found "if(...){\n"
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 8 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 2
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 4 spaces, found 1
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected 4 spaces, found 1
(#240) Visibility must be declared on method "evaluate_conditions"
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space after closing parenthesis; found 0
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Commas (,) must be followed by white space.
(#246) Commas (,) must be followed by white space.
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#247) Commas (,) must be followed by white space.
(#247) Commas (,) must be followed by white space.
(#247) Commas (,) must be followed by white space.
(#247) Commas (,) must be followed by white space.
(#247) Commas (,) must be followed by white space.
(#247) Commas (,) must be followed by white space.
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Commas (,) must be followed by white space.
(#248) Commas (,) must be followed by white space.
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 2
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected 8 spaces, found 2
(#251) Expected "for (...) {\n"; found "for(...){\n"
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 12 spaces, found 3
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 12 spaces, found 3
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 8 spaces, found 2
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 8 spaces, found 2
(#255) Commas (,) must be followed by white space.
(#255) Commas (,) must be followed by white space.
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 8 spaces, found 2
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 2
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 8 spaces, found 2
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 8 spaces, found 2
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected 4 spaces, found 1
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 4 spaces, found 1
(#264) Visibility must be declared on method "get_graphs"
(#264) Expected 1 space after closing parenthesis; found 0
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 8 spaces, found 2
(#268) Expected 1 space before "?"; 0 found
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 8 spaces, found 2
(#272) Expected "if (...) {\n"; found "if(...){\n"
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 12 spaces, found 3
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 12 spaces, found 3
(#274) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 16 spaces, found 4
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 16 spaces, found 4
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 16 spaces, found 4
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Whitespace found at end of line
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 16 spaces, found 4
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 16 spaces, found 4
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 20 spaces, found 5
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected 16 spaces, found 4
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 16 spaces, found 4
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 16 spaces, found 4
(#285) Commas (,) must be followed by white space.
(#285) Commas (,) must be followed by white space.
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 12 spaces, found 3
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 8 spaces, found 2
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Line indented incorrectly; expected at least 8 spaces, found 2
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected 4 spaces, found 1
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected 4 spaces, found 1
(#291) Visibility must be declared on method "get_calcs"
(#291) Expected 1 space after closing parenthesis; found 0
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 8 spaces, found 2
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 8 spaces, found 2
(#295) Expected 1 space before "?"; 0 found
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 8 spaces, found 2
(#300) Expected "if (...) {\n"; found "if(...){\n"
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 12 spaces, found 3
(#301) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 16 spaces, found 4
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 12 spaces, found 3
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 12 spaces, found 3
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected 12 spaces, found 3
(#307) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected 16 spaces, found 4
(#308) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 20 spaces, found 5
(#309) Inline control structures are not allowed
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 20 spaces, found 6
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected 16 spaces, found 4
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 12 spaces, found 3
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected 12 spaces, found 3
(#314) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 16 spaces, found 4
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 16 spaces, found 4
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 16 spaces, found 4
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 16 spaces, found 4
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 16 spaces, found 4
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected 12 spaces, found 3
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 12 spaces, found 3
(#322) Expected "for (...) {\n"; found "for(...){\n"
(#322) Expected 1 space after first semicolon of FOR loop; 0 found
(#322) Expected 1 space after second semicolon of FOR loop; 0 found
(#322) Expected 1 space before "="; 0 found
(#322) Expected 1 space after "="; 0 found
(#322) Expected 1 space before "<"; 0 found
(#322) Expected 1 space after "<"; 0 found
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 16 spaces, found 4
(#323) Inline control structures are not allowed
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 16 spaces, found 5
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected 12 spaces, found 3
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 12 spaces, found 3
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 8 spaces, found 2
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 8 spaces, found 2
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected 4 spaces, found 1
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected 4 spaces, found 1
(#333) Visibility must be declared on method "elements_by_conditions"
(#333) Expected 1 space after closing parenthesis; found 0
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 8 spaces, found 2
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected 8 spaces, found 2
(#336) Expected "if (...) {\n"; found "if(...){\n"
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 12 spaces, found 3
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 12 spaces, found 3
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 8 spaces, found 2
(#341) Spaces must be used to indent lines; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 8 spaces, found 2
(#342) Spaces must be used to indent lines; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 8 spaces, found 2
(#343) Spaces must be used to indent lines; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected 8 spaces, found 2
(#343) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#344) Spaces must be used to indent lines; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 12 spaces, found 3
(#345) Spaces must be used to indent lines; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 12 spaces, found 3
(#346) Spaces must be used to indent lines; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 12 spaces, found 3
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 12 spaces, found 3
(#347) Commas (,) must be followed by white space.
(#347) Commas (,) must be followed by white space.
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 12 spaces, found 3
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 8 spaces, found 2
(#350) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected 8 spaces, found 2
(#352) Expected "if (...) {\n"; found "if(...){\n"
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 12 spaces, found 3
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected 8 spaces, found 2
(#354) Expected "} else {\n"; found "}else{\n"
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 12 spaces, found 3
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 12 spaces, found 3
(#357) Commas (,) must be followed by white space.
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 12 spaces, found 3
(#359) Inline control structures are not allowed
(#359) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 12 spaces, found 4
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected 8 spaces, found 2
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 8 spaces, found 2
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 4 spaces, found 1
(#366) Spaces must be used to indent lines; tabs are not allowed
(#366) Tab found within whitespace
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) Line indented incorrectly; expected at least 4 spaces, found 1
(#367) Spaces must be used to indent lines; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected 4 spaces, found 1
(#367) Visibility must be declared on method "create_report"
(#367) Expected 1 space after closing parenthesis; found 0
(#368) Spaces must be used to indent lines; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected at least 8 spaces, found 2
(#370) Spaces must be used to indent lines; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected at least 8 spaces, found 2
(#371) Spaces must be used to indent lines; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 8 spaces, found 2
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Line indented incorrectly; expected at least 8 spaces, found 2
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 8 spaces, found 2
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 8 spaces, found 2
(#376) Expected 1 space before "?"; 0 found
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 8 spaces, found 2
(#377) Expected 1 space before "?"; 0 found
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 8 spaces, found 2
(#378) Expected 1 space before "?"; 0 found
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 8 spaces, found 2
(#379) Expected 1 space before "?"; 0 found
(#381) Spaces must be used to indent lines; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 8 spaces, found 2
(#383) Spaces must be used to indent lines; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 8 spaces, found 2
(#383) Expected "if (...) {\n"; found "if(...){\n"
(#384) Spaces must be used to indent lines; tabs are not allowed
(#384) Tab found within whitespace
(#384) Line indented incorrectly; expected at least 12 spaces, found 3
(#385) Spaces must be used to indent lines; tabs are not allowed
(#385) Tab found within whitespace
(#385) Line indented incorrectly; expected 8 spaces, found 2
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected 8 spaces, found 2
(#386) Expected "} else {\n"; found "}\n\t\telse{\n"
(#387) Spaces must be used to indent lines; tabs are not allowed
(#387) Tab found within whitespace
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) Line indented incorrectly; expected at least 12 spaces, found 3
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#388) Line indented incorrectly; expected at least 12 spaces, found 3
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected 8 spaces, found 2
(#390) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) Line indented incorrectly; expected at least 8 spaces, found 2
(#394) Spaces must be used to indent lines; tabs are not allowed
(#394) Tab found within whitespace
(#394) Line indented incorrectly; expected at least 8 spaces, found 2
(#395) Spaces must be used to indent lines; tabs are not allowed
(#395) Tab found within whitespace
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#395) Line indented incorrectly; expected at least 8 spaces, found 2
(#397) Expected "if (...) {\n"; found "if(...){\n"
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected 12 spaces, found 3
(#398) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 16 spaces, found 4
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Line indented incorrectly; expected at least 16 spaces, found 4
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected at least 16 spaces, found 4
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 16 spaces, found 4
(#402) Commas (,) must be followed by white space.
(#403) Spaces must be used to indent lines; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected 12 spaces, found 3
(#404) Spaces must be used to indent lines; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected 8 spaces, found 2
(#404) Closing brace indented incorrectly; expected 8 spaces, found 2
(#406) Spaces must be used to indent lines; tabs are not allowed
(#406) Tab found within whitespace
(#406) Line indented incorrectly; expected at least 8 spaces, found 2
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 8 spaces, found 2
(#408) Spaces must be used to indent lines; tabs are not allowed
(#408) Tab found within whitespace
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Line indented incorrectly; expected at least 8 spaces, found 2
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 8 spaces, found 2
(#412) Spaces must be used to indent lines; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 8 spaces, found 2
(#413) Spaces must be used to indent lines; tabs are not allowed
(#413) Tab found within whitespace
(#413) Line indented incorrectly; expected 8 spaces, found 2
(#413) Expected "if (...) {\n"; found "if(...){\n"
(#414) Spaces must be used to indent lines; tabs are not allowed
(#414) Tab found within whitespace
(#414) Line indented incorrectly; expected 12 spaces, found 3
(#414) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#415) Spaces must be used to indent lines; tabs are not allowed
(#415) Tab found within whitespace
(#415) Line indented incorrectly; expected at least 16 spaces, found 4
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 16 spaces, found 4
(#417) Spaces must be used to indent lines; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 16 spaces, found 4
(#418) Spaces must be used to indent lines; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 16 spaces, found 4
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected at least 16 spaces, found 4
(#419) Inline control structures are not allowed
(#420) Spaces must be used to indent lines; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 16 spaces, found 5
(#421) Spaces must be used to indent lines; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected 12 spaces, found 3
(#422) Spaces must be used to indent lines; tabs are not allowed
(#422) Tab found within whitespace
(#422) Line indented incorrectly; expected 8 spaces, found 2
(#424) Spaces must be used to indent lines; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 8 spaces, found 2
(#425) Spaces must be used to indent lines; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 8 spaces, found 2
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Line indented incorrectly; expected at least 8 spaces, found 2
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 8 spaces, found 2
(#428) Commas (,) must be followed by white space.
(#430) Spaces must be used to indent lines; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 8 spaces, found 2
(#430) Expected "if (...) {\n"; found "if(...){\n"
(#431) Spaces must be used to indent lines; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 12 spaces, found 3
(#431) Commas (,) must be followed by white space.
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 8 spaces, found 2
(#434) Spaces must be used to indent lines; tabs are not allowed
(#434) Tab found within whitespace
(#434) Line indented incorrectly; expected at least 8 spaces, found 2
(#435) Spaces must be used to indent lines; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected at least 8 spaces, found 2
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#436) Line indented incorrectly; expected at least 8 spaces, found 2
(#436) Expected 1 space after "="; 0 found
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 8 spaces, found 2
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 8 spaces, found 2
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 8 spaces, found 2
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 8 spaces, found 2
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 8 spaces, found 2
(#443) Expected "if (...) {\n"; found "if(...){\n"
(#444) Spaces must be used to indent lines; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected 12 spaces, found 3
(#444) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 16 spaces, found 4
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 16 spaces, found 4
(#446) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected 20 spaces, found 5
(#448) Spaces must be used to indent lines; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 24 spaces, found 6
(#449) Spaces must be used to indent lines; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected 20 spaces, found 5
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 20 spaces, found 5
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 20 spaces, found 5
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected 20 spaces, found 5
(#452) Expected "if (...) {\n"; found "if(...){\n"
(#453) Spaces must be used to indent lines; tabs are not allowed
(#453) Tab found within whitespace
(#453) Line indented incorrectly; expected at least 24 spaces, found 6
(#453) Commas (,) must be followed by white space.
(#454) Spaces must be used to indent lines; tabs are not allowed
(#454) Tab found within whitespace
(#454) Line indented incorrectly; expected at least 24 spaces, found 6
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected 20 spaces, found 5
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected 20 spaces, found 5
(#456) Expected "} else {\n"; found "}\n\t\t\t\t\telse{\n"
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 24 spaces, found 6
(#458) Spaces must be used to indent lines; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected 20 spaces, found 5
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 20 spaces, found 5
(#460) Commas (,) must be followed by white space.
(#460) Commas (,) must be followed by white space.
(#460) Commas (,) must be followed by white space.
(#460) Commas (,) must be followed by white space.
(#461) Spaces must be used to indent lines; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected 20 spaces, found 5
(#461) Expected "if (...) {\n"; found "if(...){\n"
(#462) Spaces must be used to indent lines; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 24 spaces, found 6
(#463) Spaces must be used to indent lines; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected at least 24 spaces, found 6
(#463) Commas (,) must be followed by white space.
(#463) Commas (,) must be followed by white space.
(#464) Spaces must be used to indent lines; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 24 spaces, found 6
(#465) Spaces must be used to indent lines; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 24 spaces, found 6
(#466) Spaces must be used to indent lines; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected at least 24 spaces, found 6
(#467) Spaces must be used to indent lines; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected 20 spaces, found 5
(#469) Spaces must be used to indent lines; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 16 spaces, found 4
(#470) Spaces must be used to indent lines; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected at least 16 spaces, found 4
(#471) Spaces must be used to indent lines; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 16 spaces, found 4
(#472) Spaces must be used to indent lines; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 12 spaces, found 3
(#473) Spaces must be used to indent lines; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 8 spaces, found 2
(#475) Spaces must be used to indent lines; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 8 spaces, found 2
(#476) Spaces must be used to indent lines; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 8 spaces, found 2
(#477) Spaces must be used to indent lines; tabs are not allowed
(#477) Tab found within whitespace
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#477) Line indented incorrectly; expected at least 8 spaces, found 2
(#478) Spaces must be used to indent lines; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected at least 8 spaces, found 2
(#479) Spaces must be used to indent lines; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected at least 8 spaces, found 2
(#481) Spaces must be used to indent lines; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 8 spaces, found 2
(#481) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#482) Spaces must be used to indent lines; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected at least 12 spaces, found 3
(#483) Spaces must be used to indent lines; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 12 spaces, found 3
(#484) Spaces must be used to indent lines; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 12 spaces, found 3
(#485) Spaces must be used to indent lines; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 12 spaces, found 3
(#487) Spaces must be used to indent lines; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected 12 spaces, found 3
(#487) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#487) Expected 1 space before "=>"; 0 found
(#487) Expected 1 space after "=>"; 0 found
(#487) Expected 1 space before "=>"; 0 found
(#487) Expected 1 space after "=>"; 0 found
(#488) Spaces must be used to indent lines; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 16 spaces, found 4
(#488) Expected "if (...) {\n"; found "if(...){\n"
(#489) Spaces must be used to indent lines; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected at least 20 spaces, found 5
(#490) Spaces must be used to indent lines; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected 16 spaces, found 4
(#491) Spaces must be used to indent lines; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 16 spaces, found 4
(#491) Expected "} else {\n"; found "}\n\t\t\t\telse{\n"
(#492) Spaces must be used to indent lines; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 20 spaces, found 5
(#493) Spaces must be used to indent lines; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 20 spaces, found 5
(#494) Spaces must be used to indent lines; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 20 spaces, found 5
(#495) Spaces must be used to indent lines; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected 16 spaces, found 4
(#496) Spaces must be used to indent lines; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected 12 spaces, found 3
(#497) Spaces must be used to indent lines; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected 12 spaces, found 3
(#497) Expected "if (...) {\n"; found "if(...){\n"
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 16 spaces, found 4
(#499) Spaces must be used to indent lines; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected 16 spaces, found 4
(#499) Expected "for (...) {\n"; found "for(...){\n"
(#499) Expected 1 space after first semicolon of FOR loop; 0 found
(#499) Expected 1 space after second semicolon of FOR loop; 0 found
(#499) Expected 1 space before "="; 0 found
(#499) Expected 1 space after "="; 0 found
(#499) Expected 1 space before "<"; 0 found
(#499) Expected 1 space after "<"; 0 found
(#500) Spaces must be used to indent lines; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 20 spaces, found 5
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 20 spaces, found 5
(#501) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#502) Spaces must be used to indent lines; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 24 spaces, found 6
(#503) Spaces must be used to indent lines; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 20 spaces, found 5
(#504) Spaces must be used to indent lines; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 16 spaces, found 4
(#505) Spaces must be used to indent lines; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 16 spaces, found 4
(#505) Inline control structures are not allowed
(#506) Spaces must be used to indent lines; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 16 spaces, found 5
(#507) Spaces must be used to indent lines; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected 12 spaces, found 3
(#508) Spaces must be used to indent lines; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 12 spaces, found 3
(#508) Expected "} else {\n"; found "}\n\t\t\telse{\n"
(#509) Spaces must be used to indent lines; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 16 spaces, found 4
(#510) Spaces must be used to indent lines; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected 12 spaces, found 3
(#511) Spaces must be used to indent lines; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 8 spaces, found 2
(#513) Spaces must be used to indent lines; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 8 spaces, found 2
(#514) Spaces must be used to indent lines; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 8 spaces, found 2
(#515) Spaces must be used to indent lines; tabs are not allowed
(#515) Tab found within whitespace
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Spaces must be used to indent lines; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 8 spaces, found 2
(#517) Commas (,) must be followed by white space.
(#518) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#520) Spaces must be used to indent lines; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 8 spaces, found 2
(#522) Spaces must be used to indent lines; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 8 spaces, found 2
(#523) Spaces must be used to indent lines; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 8 spaces, found 2
(#524) Spaces must be used to indent lines; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 8 spaces, found 2
(#525) Spaces must be used to indent lines; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 8 spaces, found 2
(#526) Spaces must be used to indent lines; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 8 spaces, found 2
(#527) Spaces must be used to indent lines; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 8 spaces, found 2
(#528) Spaces must be used to indent lines; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 8 spaces, found 2
(#529) Spaces must be used to indent lines; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 8 spaces, found 2
(#529) Expected 1 space before "?"; 0 found
(#530) Spaces must be used to indent lines; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 8 spaces, found 2
(#531) Spaces must be used to indent lines; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 8 spaces, found 2
(#531) Expected 1 space before "?"; 0 found
(#532) Spaces must be used to indent lines; tabs are not allowed
(#532) Tab found within whitespace
(#532) Line indented incorrectly; expected at least 8 spaces, found 2
(#532) Expected 1 space before "?"; 0 found
(#533) Spaces must be used to indent lines; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 8 spaces, found 2
(#533) Expected 1 space before "?"; 0 found
(#534) Spaces must be used to indent lines; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 8 spaces, found 2
(#534) Expected 1 space before "?"; 0 found
(#536) Spaces must be used to indent lines; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 8 spaces, found 2
(#537) Spaces must be used to indent lines; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 8 spaces, found 2
(#538) Spaces must be used to indent lines; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 2
(#539) Spaces must be used to indent lines; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 8 spaces, found 2
(#540) Spaces must be used to indent lines; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 8 spaces, found 2
(#541) Spaces must be used to indent lines; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 8 spaces, found 2
(#543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#544) Spaces must be used to indent lines; tabs are not allowed
(#544) Tab found within whitespace
(#544) This comment is 77% valid code; is this commented out code?
(#544) Line indented incorrectly; expected at least 8 spaces, found 2
(#544) No space found before comment text; expected "// $calcs->width = (isset($components['columns']['config']))? $components['columns']['config']->tablewidth : '';" but found "//$calcs->width = (isset($components['columns']['config']))? $components['columns']['config']->tablewidth : '';"
(#545) Spaces must be used to indent lines; tabs are not allowed
(#545) Tab found within whitespace
(#545) This comment is 77% valid code; is this commented out code?
(#545) Line indented incorrectly; expected at least 8 spaces, found 2
(#545) No space found before comment text; expected "// $calcs->tablealign = (isset($components['columns']['config']))? $components['columns']['config']->tablealign : 'center';" but found "//$calcs->tablealign = (isset($components['columns']['config']))? $components['columns']['config']->tablealign : 'center';"
(#546) Spaces must be used to indent lines; tabs are not allowed
(#546) Tab found within whitespace
(#546) This comment is 77% valid code; is this commented out code?
(#546) Line indented incorrectly; expected at least 8 spaces, found 2
(#546) No space found before comment text; expected "// $calcs->cellpadding = (isset($components['columns']['config']))? $components['columns']['config']->cellpadding : '5';" but found "//$calcs->cellpadding = (isset($components['columns']['config']))? $components['columns']['config']->cellpadding : '5';"
(#547) Spaces must be used to indent lines; tabs are not allowed
(#547) Tab found within whitespace
(#547) This comment is 77% valid code; is this commented out code?
(#547) Line indented incorrectly; expected at least 8 spaces, found 2
(#547) No space found before comment text; expected "// $calcs->cellspacing = (isset($components['columns']['config']))? $components['columns']['config']->cellspacing : '1';" but found "//$calcs->cellspacing = (isset($components['columns']['config']))? $components['columns']['config']->cellspacing : '1';"
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) This comment is 77% valid code; is this commented out code?
(#548) Line indented incorrectly; expected at least 8 spaces, found 2
(#548) No space found before comment text; expected "// $calcs->class = (isset($components['columns']['config']))? $components['columns']['config']->class : 'generaltable';" but found "//$calcs->class = (isset($components['columns']['config']))? $components['columns']['config']->class : 'generaltable';"
(#549) Expected 1 space before "?"; 0 found
(#549) Line exceeds 132 characters; contains 138 characters
(#551) Spaces must be used to indent lines; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected 8 spaces, found 2
(#551) Expected "if (...) {\n"; found "if(...) {\n"
(#552) Spaces must be used to indent lines; tabs are not allowed
(#552) Tab found within whitespace
(#552) Line indented incorrectly; expected at least 12 spaces, found 3
(#553) Spaces must be used to indent lines; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected 8 spaces, found 2
(#554) Spaces must be used to indent lines; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 8 spaces, found 2
(#555) Spaces must be used to indent lines; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 8 spaces, found 2
(#557) Spaces must be used to indent lines; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 8 spaces, found 2
(#559) Spaces must be used to indent lines; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected 4 spaces, found 1
(#561) Spaces must be used to indent lines; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected 4 spaces, found 1
(#561) Visibility must be declared on method "add_jsordering"
(#561) Expected 1 space after closing parenthesis; found 0
(#581) Closing brace must be on a line by itself
(#584) Spaces must be used to indent lines; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 4 spaces, found 1
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected 4 spaces, found 1
(#586) Visibility must be declared on method "print_template"
(#586) Expected 1 space after closing parenthesis; found 0
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 2
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 8 spaces, found 2
(#589) Variable "page_contents" must not contain underscores.
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 8 spaces, found 2
(#590) Variable "page_contents" must not contain underscores.
(#590) Expected 1 space before "?"; 0 found
(#591) Spaces must be used to indent lines; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 8 spaces, found 2
(#591) Variable "page_contents" must not contain underscores.
(#591) Expected 1 space before "?"; 0 found
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 8 spaces, found 2
(#593) Expected 1 space before "?"; 0 found
(#595) Spaces must be used to indent lines; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 8 spaces, found 2
(#597) Spaces must be used to indent lines; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 8 spaces, found 2
(#597) Expected "if (...) {\n"; found "if(...){\n"
(#598) Spaces must be used to indent lines; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 12 spaces, found 3
(#599) Spaces must be used to indent lines; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected 8 spaces, found 2
(#601) Spaces must be used to indent lines; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected at least 8 spaces, found 2
(#602) Spaces must be used to indent lines; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected 8 spaces, found 2
(#602) Expected "if (...) {\n"; found "if(...){\n"
(#603) Spaces must be used to indent lines; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 12 spaces, found 3
(#603) Commas (,) must be followed by white space.
(#603) Commas (,) must be followed by white space.
(#604) Spaces must be used to indent lines; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 12 spaces, found 3
(#605) Spaces must be used to indent lines; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 12 spaces, found 3
(#605) Commas (,) must be followed by white space.
(#606) Spaces must be used to indent lines; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 12 spaces, found 3
(#606) Inline control structures are not allowed
(#607) Spaces must be used to indent lines; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 12 spaces, found 4
(#607) Inline control structures are not allowed
(#607) Expected 1 space before "=>"; 0 found
(#607) Expected 1 space after "=>"; 0 found
(#607) Expected 1 space before "=>"; 0 found
(#607) Expected 1 space after "=>"; 0 found
(#608) Spaces must be used to indent lines; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected 12 spaces, found 5
(#608) Expected "if (...) {\n"; found "if(...){\n"
(#608) Commas (,) must be followed by white space.
(#609) Spaces must be used to indent lines; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected 16 spaces, found 6
(#609) Expected "if (...) {\n"; found "if(...){\n"
(#610) Spaces must be used to indent lines; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected at least 20 spaces, found 7
(#610) Inline control structures are not allowed
(#610) Expected 1 space before "=>"; 0 found
(#610) Expected 1 space after "=>"; 0 found
(#610) Expected 1 space before "=>"; 0 found
(#610) Expected 1 space after "=>"; 0 found
(#611) Spaces must be used to indent lines; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 20 spaces, found 8
(#612) Spaces must be used to indent lines; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 16 spaces, found 6
(#613) Spaces must be used to indent lines; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected 16 spaces, found 6
(#613) Expected "} else {\n"; found "}\n\t\t\t\t\t\telse{\n"
(#614) Spaces must be used to indent lines; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 20 spaces, found 7
(#615) Spaces must be used to indent lines; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 16 spaces, found 6
(#616) Spaces must be used to indent lines; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected 12 spaces, found 5
(#618) Spaces must be used to indent lines; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 12 spaces, found 3
(#619) Spaces must be used to indent lines; tabs are not allowed
(#619) Tab found within whitespace
(#619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#619) Inline comments must end in full-stops, exclamation marks, or question marks
(#619) This comment is 69% valid code; is this commented out code?
(#619) Line indented incorrectly; expected at least 12 spaces, found 3
(#619) No space found before comment text; expected "// $pagination = print_paging_bar($this->totalrecords,$page,$this->config->pagination,"viewreport.php?id=".$this->config->id."$postfiltervars&amp;",'page',false,true);" but found "//$pagination = print_paging_bar($this->totalrecords,$page,$this->config->pagination,"viewreport.php?id=".$this->config->id."$postfiltervars&amp;",'page',false,true);"
(#620) Spaces must be used to indent lines; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected at least 12 spaces, found 3
(#620) Line exceeds maximum limit of 180 characters; contains 186 characters
(#621) Spaces must be used to indent lines; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 12 spaces, found 3
(#622) Spaces must be used to indent lines; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected at least 12 spaces, found 3
(#622) Expected 1 space after "="; 2 found
(#623) Spaces must be used to indent lines; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected 8 spaces, found 2
(#625) Spaces must be used to indent lines; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected at least 8 spaces, found 2
(#625) Commas (,) must be followed by white space.
(#625) Commas (,) must be followed by white space.
(#625) Commas (,) must be followed by white space.
(#625) Commas (,) must be followed by white space.
(#625) Commas (,) must be followed by white space.
(#626) Spaces must be used to indent lines; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 8 spaces, found 2
(#626) Commas (,) must be followed by white space.
(#626) Commas (,) must be followed by white space.
(#626) Commas (,) must be followed by white space.
(#626) Commas (,) must be followed by white space.
(#626) Commas (,) must be followed by white space.
(#626) Line exceeds 132 characters; contains 177 characters
(#628) Spaces must be used to indent lines; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected 8 spaces, found 2
(#628) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#628) Expected 1 space before "=>"; 0 found
(#628) Expected 1 space after "=>"; 0 found
(#628) Variable "page_contents" must not contain underscores.
(#628) Expected 1 space before "=>"; 0 found
(#628) Expected 1 space after "=>"; 0 found
(#629) Spaces must be used to indent lines; tabs are not allowed
(#629) Tab found within whitespace
(#629) Line indented incorrectly; expected 12 spaces, found 3
(#629) Expected "if (...) {\n"; found "if(...){\n"
(#630) Spaces must be used to indent lines; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected at least 16 spaces, found 4
(#630) Variable "page_contents" must not contain underscores.
(#630) Commas (,) must be followed by white space.
(#630) Commas (,) must be followed by white space.
(#631) Spaces must be used to indent lines; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected 12 spaces, found 3
(#632) Spaces must be used to indent lines; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected 8 spaces, found 2
(#634) Spaces must be used to indent lines; tabs are not allowed
(#634) Tab found within whitespace
(#634) Line indented incorrectly; expected 8 spaces, found 2
(#634) Expected "if (...) {\n"; found "if(...){\n"
(#635) Spaces must be used to indent lines; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected at least 12 spaces, found 3
(#636) Spaces must be used to indent lines; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected 8 spaces, found 2
(#637) Spaces must be used to indent lines; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected at least 8 spaces, found 2
(#639) Spaces must be used to indent lines; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected at least 8 spaces, found 2
(#640) Spaces must be used to indent lines; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 8 spaces, found 2
(#640) Variable "page_contents" must not contain underscores.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Commas (,) must be followed by white space.
(#644) Expected 1 space before "=>"; 0 found
(#644) Expected 1 space after "=>"; 0 found
(#646) Expected "if (...) {\n"; found "if(...){\n"
(#647) Spaces must be used to indent lines; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected 12 spaces, found 3
(#647) Expected "if (...) {\n"; found "if(...){\n"
(#648) Spaces must be used to indent lines; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected at least 16 spaces, found 4
(#648) Commas (,) must be followed by white space.
(#648) Commas (,) must be followed by white space.
(#649) Spaces must be used to indent lines; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected at least 16 spaces, found 4
(#650) Spaces must be used to indent lines; tabs are not allowed
(#650) Tab found within whitespace
(#650) Line indented incorrectly; expected at least 16 spaces, found 4
(#650) Commas (,) must be followed by white space.
(#650) Line exceeds 132 characters; contains 144 characters
(#651) Spaces must be used to indent lines; tabs are not allowed
(#651) Tab found within whitespace
(#651) Line indented incorrectly; expected 12 spaces, found 3
(#653) Spaces must be used to indent lines; tabs are not allowed
(#653) Tab found within whitespace
(#653) Line indented incorrectly; expected 12 spaces, found 3
(#653) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#654) Spaces must be used to indent lines; tabs are not allowed
(#654) Tab found within whitespace
(#654) Line indented incorrectly; expected at least 16 spaces, found 4
(#655) Spaces must be used to indent lines; tabs are not allowed
(#655) Tab found within whitespace
(#655) Line indented incorrectly; expected 16 spaces, found 4
(#655) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#655) Expected 1 space before "=>"; 0 found
(#655) Expected 1 space after "=>"; 0 found
(#655) Expected 1 space before "=>"; 0 found
(#655) Expected 1 space after "=>"; 0 found
(#656) Spaces must be used to indent lines; tabs are not allowed
(#656) Tab found within whitespace
(#656) Line indented incorrectly; expected at least 20 spaces, found 5
(#656) Commas (,) must be followed by white space.
(#656) Commas (,) must be followed by white space.
(#657) Spaces must be used to indent lines; tabs are not allowed
(#657) Tab found within whitespace
(#657) Line indented incorrectly; expected 16 spaces, found 4
(#658) Spaces must be used to indent lines; tabs are not allowed
(#658) Tab found within whitespace
(#658) Line indented incorrectly; expected at least 16 spaces, found 4
(#659) Spaces must be used to indent lines; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 12 spaces, found 3
(#660) Spaces must be used to indent lines; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected 8 spaces, found 2
(#660) Closing brace indented incorrectly; expected 8 spaces, found 2
(#662) Spaces must be used to indent lines; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 8 spaces, found 2
(#662) Variable "page_contents" must not contain underscores.
(#663) Spaces must be used to indent lines; tabs are not allowed
(#663) Tab found within whitespace
(#663) Line indented incorrectly; expected at least 8 spaces, found 2
(#664) Spaces must be used to indent lines; tabs are not allowed
(#664) Tab found within whitespace
(#664) Line indented incorrectly; expected at least 8 spaces, found 2
(#665) Spaces must be used to indent lines; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected at least 8 spaces, found 2
(#666) Spaces must be used to indent lines; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected at least 8 spaces, found 2
(#666) Commas (,) must be followed by white space.
(#667) Spaces must be used to indent lines; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 8 spaces, found 2
(#668) Spaces must be used to indent lines; tabs are not allowed
(#668) Tab found within whitespace
(#668) Line indented incorrectly; expected 4 spaces, found 1
(#670) Spaces must be used to indent lines; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected 4 spaces, found 1
(#670) Visibility must be declared on method "print_report_page"
(#670) Expected 1 space after closing parenthesis; found 0
(#671) Spaces must be used to indent lines; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 8 spaces, found 2
(#673) Spaces must be used to indent lines; tabs are not allowed
(#673) Tab found within whitespace
(#673) Line indented incorrectly; expected at least 8 spaces, found 2
(#674) Spaces must be used to indent lines; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected at least 8 spaces, found 2
(#676) Spaces must be used to indent lines; tabs are not allowed
(#676) Tab found within whitespace
(#676) Line indented incorrectly; expected at least 8 spaces, found 2
(#676) Expected 1 space before "?"; 0 found
(#676) Expected 1 space before ":"; 0 found
(#676) Line exceeds maximum limit of 180 characters; contains 190 characters
(#678) Spaces must be used to indent lines; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected 8 spaces, found 2
(#678) Expected "if (...) {\n"; found "if(...){\n"
(#679) Spaces must be used to indent lines; tabs are not allowed
(#679) Tab found within whitespace
(#679) Line indented incorrectly; expected at least 12 spaces, found 3
(#680) Spaces must be used to indent lines; tabs are not allowed
(#680) Tab found within whitespace
(#680) Line indented incorrectly; expected at least 12 spaces, found 3
(#681) Spaces must be used to indent lines; tabs are not allowed
(#681) Tab found within whitespace
(#681) Line indented incorrectly; expected 8 spaces, found 2
(#683) Inline comments must end in full-stops, exclamation marks, or question marks
(#687) Expected 1 space before "=>"; 0 found
(#687) Expected 1 space after "=>"; 0 found
(#687) Expected 1 space before "=>"; 0 found
(#687) Expected 1 space after "=>"; 0 found
(#692) Spaces must be used to indent lines; tabs are not allowed
(#692) Tab found within whitespace
(#692) Line indented incorrectly; expected at least 8 spaces, found 2
(#693) Spaces must be used to indent lines; tabs are not allowed
(#693) Tab found within whitespace
(#693) Line indented incorrectly; expected at least 8 spaces, found 2
(#695) Spaces must be used to indent lines; tabs are not allowed
(#695) Tab found within whitespace
(#695) Line indented incorrectly; expected at least 8 spaces, found 2
(#696) Spaces must be used to indent lines; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected 8 spaces, found 2
(#696) Expected "if (...) {\n"; found "if(...){\n"
(#697) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#699) Spaces must be used to indent lines; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 12 spaces, found 3
(#700) Spaces must be used to indent lines; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected at least 12 spaces, found 3
(#702) Spaces must be used to indent lines; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected 12 spaces, found 3
(#702) Expected "if (...) {\n"; found "if(...){\n"
(#703) Spaces must be used to indent lines; tabs are not allowed
(#703) Tab found within whitespace
(#703) Line indented incorrectly; expected at least 16 spaces, found 4
(#704) Spaces must be used to indent lines; tabs are not allowed
(#704) Tab found within whitespace
(#704) Line indented incorrectly; expected 12 spaces, found 3
(#706) Spaces must be used to indent lines; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected at least 12 spaces, found 3
(#707) Spaces must be used to indent lines; tabs are not allowed
(#707) Tab found within whitespace
(#707) Line indented incorrectly; expected 12 spaces, found 3
(#707) Expected "if (...) {\n"; found "if(...){\n"
(#708) Spaces must be used to indent lines; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected at least 16 spaces, found 4
(#708) Commas (,) must be followed by white space.
(#708) Commas (,) must be followed by white space.
(#709) Spaces must be used to indent lines; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected at least 16 spaces, found 4
(#710) Spaces must be used to indent lines; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 16 spaces, found 4
(#710) Commas (,) must be followed by white space.
(#710) Line exceeds 132 characters; contains 144 characters
(#711) Spaces must be used to indent lines; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected 12 spaces, found 3
(#713) Spaces must be used to indent lines; tabs are not allowed
(#713) Tab found within whitespace
(#713) Line indented incorrectly; expected at least 12 spaces, found 3
(#715) Spaces must be used to indent lines; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected 12 spaces, found 3
(#715) Expected "if (...) {\n"; found "if(...){\n"
(#716) Spaces must be used to indent lines; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 16 spaces, found 4
(#717) Spaces must be used to indent lines; tabs are not allowed
(#717) Tab found within whitespace
(#717) Line indented incorrectly; expected at least 16 spaces, found 4
(#717) Commas (,) must be followed by white space.
(#718) Spaces must be used to indent lines; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 16 spaces, found 4
(#718) Inline control structures are not allowed
(#719) Spaces must be used to indent lines; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 16 spaces, found 5
(#719) Inline control structures are not allowed
(#719) Expected 1 space before "=>"; 0 found
(#719) Expected 1 space after "=>"; 0 found
(#719) Expected 1 space before "=>"; 0 found
(#719) Expected 1 space after "=>"; 0 found
(#720) Spaces must be used to indent lines; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected 16 spaces, found 6
(#720) Expected "if (...) {\n"; found "if(...){\n"
(#720) Commas (,) must be followed by white space.
(#721) Spaces must be used to indent lines; tabs are not allowed
(#721) Tab found within whitespace
(#721) Line indented incorrectly; expected 20 spaces, found 7
(#721) Expected "if (...) {\n"; found "if(...){\n"
(#722) Spaces must be used to indent lines; tabs are not allowed
(#722) Tab found within whitespace
(#722) Line indented incorrectly; expected at least 24 spaces, found 8
(#722) Inline control structures are not allowed
(#722) Expected 1 space before "=>"; 0 found
(#722) Expected 1 space after "=>"; 0 found
(#722) Expected 1 space before "=>"; 0 found
(#722) Expected 1 space after "=>"; 0 found
(#723) Spaces must be used to indent lines; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 24 spaces, found 9
(#724) Spaces must be used to indent lines; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected 20 spaces, found 7
(#725) Spaces must be used to indent lines; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected 20 spaces, found 7
(#725) Expected "} else {\n"; found "}\n\t\t\t\t\t\t\telse{\n"
(#726) Spaces must be used to indent lines; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 24 spaces, found 8
(#727) Spaces must be used to indent lines; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected 20 spaces, found 7
(#728) Spaces must be used to indent lines; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected 16 spaces, found 6
(#730) Spaces must be used to indent lines; tabs are not allowed
(#730) Tab found within whitespace
(#730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#730) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) This comment is 68% valid code; is this commented out code?
(#730) Line indented incorrectly; expected at least 16 spaces, found 4
(#730) No space found before comment text; expected "// print_paging_bar($this->totalrecords,$page,$this->config->pagination,"viewreport.php?id=".$this->config->id."$postfiltervars&amp;");" but found "//print_paging_bar($this->totalrecords,$page,$this->config->pagination,"viewreport.php?id=".$this->config->id."$postfiltervars&amp;");"
(#731) Spaces must be used to indent lines; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected at least 16 spaces, found 4
(#731) Line exceeds maximum limit of 180 characters; contains 187 characters
(#732) Spaces must be used to indent lines; tabs are not allowed
(#732) Tab found within whitespace
(#732) Line indented incorrectly; expected at least 16 spaces, found 4
(#733) Spaces must be used to indent lines; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected at least 16 spaces, found 4
(#734) Spaces must be used to indent lines; tabs are not allowed
(#734) Tab found within whitespace
(#734) Line indented incorrectly; expected 12 spaces, found 3
(#736) Inline comments must end in full-stops, exclamation marks, or question marks
(#739) Commas (,) must be followed by white space.
(#739) Commas (,) must be followed by white space.
(#739) Commas (,) must be followed by white space.
(#739) Commas (,) must be followed by white space.
(#739) Expected 1 space before "=>"; 0 found
(#739) Expected 1 space after "=>"; 0 found
(#741) Commas (,) must be followed by white space.
(#741) Commas (,) must be followed by white space.
(#741) Commas (,) must be followed by white space.
(#741) Expected 1 space before "/"; 0 found
(#741) Expected 1 space after "/"; 0 found
(#741) Commas (,) must be followed by white space.
(#741) Expected 1 space before "=>"; 0 found
(#741) Expected 1 space after "=>"; 0 found
(#741) Line exceeds 132 characters; contains 173 characters
(#743) Expected "if (...) {\n"; found "if(...){\n"
(#744) Spaces must be used to indent lines; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected at least 16 spaces, found 4
(#744) Commas (,) must be followed by white space.
(#744) Line exceeds 132 characters; contains 138 characters
(#745) Spaces must be used to indent lines; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 16 spaces, found 4
(#746) Spaces must be used to indent lines; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected 12 spaces, found 3
(#746) Closing brace indented incorrectly; expected 12 spaces, found 3
(#747) Spaces must be used to indent lines; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected at least 12 spaces, found 3
(#749) Spaces must be used to indent lines; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected at least 12 spaces, found 3
(#750) Spaces must be used to indent lines; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected 8 spaces, found 2
(#751) Spaces must be used to indent lines; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected 8 spaces, found 2
(#751) Expected "} else {\n"; found "}\n\t\telse{\n"
(#752) Spaces must be used to indent lines; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 12 spaces, found 3
(#752) Commas (,) must be followed by white space.
(#753) Spaces must be used to indent lines; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected 8 spaces, found 2
(#755) Spaces must be used to indent lines; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 8 spaces, found 2
(#756) Spaces must be used to indent lines; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected at least 8 spaces, found 2
(#757) Spaces must be used to indent lines; tabs are not allowed
(#757) Tab found within whitespace
(#757) Line indented incorrectly; expected at least 8 spaces, found 2
(#757) Commas (,) must be followed by white space.
(#758) Spaces must be used to indent lines; tabs are not allowed
(#758) Tab found within whitespace
(#758) Line indented incorrectly; expected at least 8 spaces, found 2
(#759) Spaces must be used to indent lines; tabs are not allowed
(#759) Tab found within whitespace
(#759) Line indented incorrectly; expected 4 spaces, found 1
(#761) Expected 1 space after closing parenthesis; found 0
(#763) Commas (,) must be followed by white space.
(#766) Spaces must be used to indent lines; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected at least 4 spaces, found 1
(#767) Expected 2 space(s) before asterisk; 5 found
(#768) Expected 2 space(s) before asterisk; 5 found
(#769) Expected 2 space(s) before asterisk; 5 found
(#770) Expected 2 space(s) before asterisk; 5 found
(#771) Expected 2 space(s) before asterisk; 5 found
(#772) Expected 2 space(s) before asterisk; 5 found
(#773) Expected 2 space(s) before asterisk; 5 found
(#774) Expected 2 space(s) before asterisk; 5 found
(#776) Spaces must be used to indent lines; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected at least 8 spaces, found 5
(#777) Spaces must be used to indent lines; tabs are not allowed
(#777) Tab found within whitespace
(#777) Whitespace found at end of line
(#778) Spaces must be used to indent lines; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 8 spaces, found 2
(#778) Whitespace found at end of line
(#779) Spaces must be used to indent lines; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected at least 8 spaces, found 2
(#781) Spaces must be used to indent lines; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected at least 8 spaces, found 2
(#782) Spaces must be used to indent lines; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected 8 spaces, found 2
(#783) Spaces must be used to indent lines; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 12 spaces, found 3
(#784) Spaces must be used to indent lines; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected 8 spaces, found 2
(#786) Spaces must be used to indent lines; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 8 spaces, found 2
(#787) Spaces must be used to indent lines; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected at least 8 spaces, found 2
(#788) Spaces must be used to indent lines; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected 8 spaces, found 2
(#789) Spaces must be used to indent lines; tabs are not allowed
(#789) Tab found within whitespace
(#789) Line indented incorrectly; expected at least 12 spaces, found 3
(#790) Spaces must be used to indent lines; tabs are not allowed
(#790) Tab found within whitespace
(#790) Line indented incorrectly; expected 8 spaces, found 2
(#791) Spaces must be used to indent lines; tabs are not allowed
(#791) Tab found within whitespace
(#791) Whitespace found at end of line
(#792) Spaces must be used to indent lines; tabs are not allowed
(#792) Tab found within whitespace
(#792) Line indented incorrectly; expected at least 8 spaces, found 2
(#793) Spaces must be used to indent lines; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected at least 8 spaces, found 2
(#794) Spaces must be used to indent lines; tabs are not allowed
(#794) Tab found within whitespace
(#794) Whitespace found at end of line
(#795) Spaces must be used to indent lines; tabs are not allowed
(#795) Tab found within whitespace
(#795) Line indented incorrectly; expected at least 8 spaces, found 2
(#796) Spaces must be used to indent lines; tabs are not allowed
(#796) Tab found within whitespace
(#796) Line indented incorrectly; expected at least 8 spaces, found 2
(#797) Spaces must be used to indent lines; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected 8 spaces, found 2
(#797) Expected 1 space before "=>"; 0 found
(#797) Expected 1 space after "=>"; 0 found
(#797) Expected 1 space before "=>"; 0 found
(#797) Expected 1 space after "=>"; 0 found
(#798) Spaces must be used to indent lines; tabs are not allowed
(#798) Tab found within whitespace
(#798) Line indented incorrectly; expected 12 spaces, found 3
(#799) Spaces must be used to indent lines; tabs are not allowed
(#799) Tab found within whitespace
(#799) Line indented incorrectly; expected at least 16 spaces, found 4
(#800) Spaces must be used to indent lines; tabs are not allowed
(#800) Tab found within whitespace
(#800) Line indented incorrectly; expected 12 spaces, found 3
(#801) Spaces must be used to indent lines; tabs are not allowed
(#801) Tab found within whitespace
(#801) Line indented incorrectly; expected 8 spaces, found 2
(#802) Spaces must be used to indent lines; tabs are not allowed
(#802) Tab found within whitespace
(#802) Whitespace found at end of line
(#803) Spaces must be used to indent lines; tabs are not allowed
(#803) Tab found within whitespace
(#803) Line indented incorrectly; expected at least 8 spaces, found 2
(#804) Spaces must be used to indent lines; tabs are not allowed
(#804) Tab found within whitespace
(#804) Line indented incorrectly; expected 8 spaces, found 2
(#805) Spaces must be used to indent lines; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected at least 12 spaces, found 3
(#806) Spaces must be used to indent lines; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected at least 12 spaces, found 3
(#807) Spaces must be used to indent lines; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected at least 12 spaces, found 3
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Whitespace found at end of line
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected at least 12 spaces, found 3
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Line indented incorrectly; expected 12 spaces, found 3
(#809) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#809) Expected 1 space before "=>"; 0 found
(#809) Expected 1 space after "=>"; 0 found
(#809) Expected 1 space before "=>"; 0 found
(#809) Expected 1 space after "=>"; 0 found
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Line indented incorrectly; expected at least 16 spaces, found 4
(#810) Spaces must be used for alignment; tabs are not allowed
(#810) Tab found within whitespace
(#810) Whitespace found at end of line
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Line indented incorrectly; expected at least 16 spaces, found 4
(#811) Spaces must be used for alignment; tabs are not allowed
(#811) Tab found within whitespace
(#811) Whitespace found at end of line
(#812) Spaces must be used for alignment; tabs are not allowed
(#812) Tab found within whitespace
(#812) Line indented incorrectly; expected 12 spaces, found 3
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Line indented incorrectly; expected at least 12 spaces, found 3
(#813) Spaces must be used for alignment; tabs are not allowed
(#813) Tab found within whitespace
(#813) Whitespace found at end of line
(#815) Spaces must be used for alignment; tabs are not allowed
(#815) Tab found within whitespace
(#815) Line indented incorrectly; expected at least 12 spaces, found 3
(#816) Spaces must be used for alignment; tabs are not allowed
(#816) Tab found within whitespace
(#816) Line indented incorrectly; expected at least 12 spaces, found 3
(#817) Spaces must be used for alignment; tabs are not allowed
(#817) Tab found within whitespace
(#817) Line indented incorrectly; expected 12 spaces, found 3
(#817) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#818) Spaces must be used for alignment; tabs are not allowed
(#818) Tab found within whitespace
(#818) Line indented incorrectly; expected 16 spaces, found 4
(#819) Spaces must be used for alignment; tabs are not allowed
(#819) Tab found within whitespace
(#819) Line indented incorrectly; expected at least 20 spaces, found 5
(#820) Spaces must be used for alignment; tabs are not allowed
(#820) Tab found within whitespace
(#820) Line indented incorrectly; expected 16 spaces, found 4
(#821) Spaces must be used for alignment; tabs are not allowed
(#821) Tab found within whitespace
(#821) Line indented incorrectly; expected at least 20 spaces, found 5
(#822) Spaces must be used for alignment; tabs are not allowed
(#822) Tab found within whitespace
(#822) Line indented incorrectly; expected at least 20 spaces, found 5
(#823) Spaces must be used for alignment; tabs are not allowed
(#823) Tab found within whitespace
(#823) Line indented incorrectly; expected 16 spaces, found 4
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Line indented incorrectly; expected 12 spaces, found 3
(#824) Spaces must be used for alignment; tabs are not allowed
(#824) Tab found within whitespace
(#824) Whitespace found at end of line
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected 12 spaces, found 3
(#826) Spaces must be used for alignment; tabs are not allowed
(#826) Tab found within whitespace
(#826) Line indented incorrectly; expected at least 16 spaces, found 4
(#826) Expected 1 space before "+"; 0 found
(#826) Expected 1 space after "+"; 0 found
(#826) Expected 1 space before "=>"; 0 found
(#826) Expected 1 space after "=>"; 0 found
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Line indented incorrectly; expected at least 16 spaces, found 10
(#827) Expected 1 space before "=>"; 0 found
(#827) Expected 1 space after "=>"; 0 found
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected 12 spaces, found 3
(#830) Spaces must be used for alignment; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected 8 spaces, found 2
(#831) Spaces must be used for alignment; tabs are not allowed
(#831) Tab found within whitespace
(#831) Line indented incorrectly; expected at least 12 spaces, found 3
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected 8 spaces, found 2
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected 8 spaces, found 2
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Line indented incorrectly; expected at least 12 spaces, found 3
(#835) The use of function print_object() is forbidden
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Line indented incorrectly; expected 8 spaces, found 2
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Whitespace found at end of line
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected at least 8 spaces, found 2
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Whitespace found at end of line
(#841) Line indented incorrectly; expected 0 spaces, found 1
blocks/configurable_reports/reports/categories/report.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Whitespace found at end of line
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "get_all_elements"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#38) Closing brace indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Visibility must be declared on method "get_rows"
(#43) Expected 1 space after closing parenthesis; found 0
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
blocks/configurable_reports/reports/courses/report.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Whitespace found at end of line
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "get_all_elements"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#38) Closing brace indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Visibility must be declared on method "get_rows"
(#43) Expected 1 space after closing parenthesis; found 0
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 8 spaces, found 2
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Commas (,) must be followed by white space.
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 8 spaces, found 2
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
blocks/configurable_reports/reports/evalwise.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Line indented incorrectly; expected 0 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 1
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$data"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$index"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Visibility must be declared on method "set_data"
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Visibility must be declared on method "pfx"
(#42) Whitespace found at end of line
(#43) Inline control structures are not allowed
(#44) Whitespace found at end of line
(#46) Whitespace found at end of line
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline control structures are not allowed
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline control structures are not allowed
(#57) The use of function eval() is forbidden
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected 1 space before "-"; 0 found
(#61) Expected 1 space after "-"; 0 found
(#62) Inline control structures are not allowed
(#65) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#69) Usage of ELSEIF not allowed; use ELSE IF instead
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Expected 1 space before "-"; 0 found
(#72) Expected 1 space after "-"; 0 found
(#73) Inline control structures are not allowed
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) This comment is 56% valid code; is this commented out code?
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Line indented incorrectly; expected at least 16 spaces, found 12
(#78) Usage of ELSEIF not allowed; use ELSE IF instead
(#79) Inline control structures are not allowed
(#80) Inline control structures are not allowed
(#81) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 16 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 24 spaces, found 6
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 24 spaces, found 6
(#86) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 24 spaces, found 6
(#87) Commas (,) must be followed by white space.
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 24 spaces, found 6
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 24 spaces, found 6
(#92) Commas (,) must be followed by white space.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 24 spaces, found 6
(#96) Whitespace found at end of line
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 24 spaces, found 6
(#97) Commas (,) must be followed by white space.
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Closing brace indented incorrectly; expected 4 spaces, found 16
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Line indented incorrectly; expected at least 16 spaces, found 12
(#102) Usage of ELSEIF not allowed; use ELSE IF instead
(#103) Expected 1 space before "*"; 0 found
(#103) Expected 1 space after "*"; 0 found
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Line indented incorrectly; expected at least 16 spaces, found 12
(#108) Usage of ELSEIF not allowed; use ELSE IF instead
(#110) Usage of ELSEIF not allowed; use ELSE IF instead
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline control structures are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Inline control structures are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 3
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Inline control structures are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 3
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Whitespace found at end of line
(#126) Line indented incorrectly; expected 0 spaces, found 1
blocks/configurable_reports/reports/sql/report.class.php
(#1) File has mixed line endings; this may cause incorrect results
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Visibility must be declared on method "init"
(#29) Expected 1 space after closing parenthesis; found 0
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected 4 spaces, found 1
(#33) Visibility must be declared on method "prepare_sql"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Variable "filter_var" must not contain underscores.
(#43) Variable "filter_var" must not contain underscores.
(#44) Variable "filter_var" must not contain underscores.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Commas (,) must be followed by white space.
(#54) Commas (,) must be followed by white space.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#61) Visibility must be declared on method "execute_query"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Commas (,) must be followed by white space.
(#78) Line indented incorrectly; expected 12 spaces, found 8
(#80) Line indented incorrectly; expected at least 12 spaces, found 8
(#81) Line indented incorrectly; expected at least 12 spaces, found 8
(#82) Line indented incorrectly; expected at least 12 spaces, found 8
(#83) Line indented incorrectly; expected at least 12 spaces, found 8
(#85) Line indented incorrectly; expected at least 12 spaces, found 8
(#87) Line indented incorrectly; expected at least 12 spaces, found 8
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 4 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#90) Visibility must be declared on method "create_report"
(#90) Expected 1 space after closing parenthesis; found 0
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Expected 1 space before "?"; 0 found
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Expected 1 space before "?"; 0 found
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Expected 1 space before "?"; 0 found
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#108) Expected "if (...) {\n"; found "if(...){\n"
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 3
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 12 spaces, found 3
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 16 spaces, found 4
(#112) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 20 spaces, found 5
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 20 spaces, found 5
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 20 spaces, found 5
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 20 spaces, found 5
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 16 spaces, found 4
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 12 spaces, found 3
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 3
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 16 spaces, found 10
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 20 spaces, found 5
(#124) Expected "if (...) {\n"; found "if(...){\n"
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 24 spaces, found 6
(#125) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 28 spaces, found 7
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 24 spaces, found 6
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 20 spaces, found 5
(#129) Variable "array_row" must not contain underscores.
(#130) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#130) Variable "array_row" must not contain underscores.
(#131) Commas (,) must be followed by white space.
(#131) Whitespace found at end of line
(#132) Variable "array_row" must not contain underscores.
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 5
(#135) Variable "array_row" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 16 spaces, found 4
(#136) Closing brace indented incorrectly; expected 10 spaces, found 4
(#137) Closing brace indented incorrectly; expected 3 spaces, found 12
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 2
(#144) Commas (,) must be followed by white space.
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Expected "if (...) {\n"; found "if(...) {\n"
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 4 spaces, found 1
blocks/configurable_reports/reports/timeline/report.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Whitespace found at end of line
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "get_all_elements"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Expected 1 space before "?"; 0 found
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#38) Expected "if (...) {\n"; found "if(...){\n"
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 12 spaces, found 3
(#42) Expected "if (...) {\n"; found "if(...){\n"
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 16 spaces, found 4
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 16 spaces, found 4
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 20 spaces, found 5
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 20 spaces, found 5
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 16 spaces, found 4
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 12 spaces, found 3
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#51) Variable "filter_starttime" must not contain underscores.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Variable "filter_endtime" must not contain underscores.
(#52) Commas (,) must be followed by white space.
(#52) Commas (,) must be followed by white space.
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 12 spaces, found 3
(#54) Expected "if (...) {\n"; found "if(...){\n"
(#54) Variable "filter_starttime" must not contain underscores.
(#54) Variable "filter_endtime" must not contain underscores.
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 16 spaces, found 4
(#55) Variable "filter_starttime" must not contain underscores.
(#55) Variable "filter_starttime" must not contain underscores.
(#55) Commas (,) must be followed by white space.
(#55) Variable "filter_starttime" must not contain underscores.
(#55) Commas (,) must be followed by white space.
(#55) Variable "filter_starttime" must not contain underscores.
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 16 spaces, found 4
(#56) Variable "filter_endtime" must not contain underscores.
(#56) Variable "filter_endtime" must not contain underscores.
(#56) Commas (,) must be followed by white space.
(#56) Variable "filter_endtime" must not contain underscores.
(#56) Commas (,) must be followed by white space.
(#56) Variable "filter_endtime" must not contain underscores.
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#58) Variable "filter_starttime" must not contain underscores.
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 16 spaces, found 4
(#59) Variable "filter_endtime" must not contain underscores.
(#59) Expected 1 space before "*"; 0 found
(#59) Expected 1 space after "*"; 0 found
(#59) Expected 1 space before "*"; 0 found
(#59) Expected 1 space after "*"; 0 found
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 12 spaces, found 3
(#62) Spaces must be used for alignment; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#62) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#63) Spaces must be used for alignment; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 12 spaces, found 3
(#64) Expected "for (...) {\n"; found "for(...){\n"
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "<"; 0 found
(#64) Expected 1 space after "<"; 0 found
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 16 spaces, found 4
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 16 spaces, found 4
(#67) Spaces must be used for alignment; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 16 spaces, found 4
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 16 spaces, found 4
(#68) Expected 1 space after "-"; 0 found
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 16 spaces, found 4
(#69) Inline control structures are not allowed
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 16 spaces, found 5
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 16 spaces, found 4
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 16 spaces, found 4
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 12 spaces, found 3
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Inline control structures are not allowed
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 4
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#82) Visibility must be declared on method "get_rows"
(#82) Expected 1 space after closing parenthesis; found 0
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 8 spaces, found 2
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 3
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#87) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 16 spaces, found 4
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 8 spaces, found 2
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 8 spaces, found 2
(#92) Expected "} else {\n"; found "}\t\n\t\telse{\n"
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 12 spaces, found 3
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 8 spaces, found 2
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
blocks/configurable_reports/reports/users/report.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Visibility must be declared on method "init"
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected 4 spaces, found 1
(#29) Spaces must be used for alignment; tabs are not allowed
(#29) Tab found within whitespace
(#29) Whitespace found at end of line
(#31) Spaces must be used for alignment; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#31) Visibility must be declared on method "get_all_elements"
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Spaces must be used for alignment; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Spaces must be used for alignment; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Spaces must be used for alignment; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used for alignment; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#38) Closing brace indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used for alignment; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#40) Spaces must be used for alignment; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used for alignment; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used for alignment; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used for alignment; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 1
(#43) Visibility must be declared on method "get_rows"
(#43) Expected 1 space after closing parenthesis; found 0
(#44) Spaces must be used for alignment; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used for alignment; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used for alignment; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Spaces must be used for alignment; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used for alignment; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#48) Commas (,) must be followed by white space.
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 8 spaces, found 2
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Whitespace found at end of line
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 8 spaces, found 2
(#50) Expected "} else {\n"; found "}\t\n\t\telse{\n"
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 12 spaces, found 3
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 8 spaces, found 2
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Tab found within whitespace
(#54) Whitespace found at end of line
blocks/configurable_reports/repository.php
(#18) Expected 1 space(s) before asterisk; 2 found
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#30) Commas (,) must be followed by white space.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Line indented incorrectly; expected 4 spaces, found 2
(#38) Line indented incorrectly; expected at least 8 spaces, found 4
(#39) Line indented incorrectly; expected 8 spaces, found 4
(#40) Line indented incorrectly; expected at least 12 spaces, found 6
(#41) Line indented incorrectly; expected at least 12 spaces, found 6
(#42) Line indented incorrectly; expected 8 spaces, found 4
(#43) Line indented incorrectly; expected 8 spaces, found 4
(#44) Line indented incorrectly; expected 12 spaces, found 6
(#45) Line indented incorrectly; expected at least 16 spaces, found 8
(#46) Line indented incorrectly; expected 12 spaces, found 6
(#47) Line indented incorrectly; expected 8 spaces, found 4
(#48) Line indented incorrectly; expected at least 8 spaces, found 4
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Line indented incorrectly; expected 4 spaces, found 2
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Line indented incorrectly; expected 8 spaces, found 4
(#56) Line indented incorrectly; expected 12 spaces, found 6
(#57) Line indented incorrectly; expected at least 16 spaces, found 8
(#58) Line indented incorrectly; expected 12 spaces, found 6
(#59) Line indented incorrectly; expected 8 spaces, found 4
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) Line indented incorrectly; expected 4 spaces, found 2
blocks/configurable_reports/send_emails.php
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Inline comments must end in full-stops, exclamation marks, or question marks
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) File is being unconditionally included; use "require_once" instead
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Visibility must be declared on method "definition"
(#18) Variable "editor_options" must not contain underscores.
(#28) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Commas (,) must be followed by white space.
(#32) Variable "editor_options" must not contain underscores.
(#35) Commas (,) must be followed by white space.
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#42) Commas (,) must be followed by white space.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) This comment is 80% valid code; is this commented out code?
(#47) No space found before comment text; expected "// var_dump($data);" but found "//var_dump($data);"
(#48) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#48) Commas (,) must be followed by white space.
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) This comment is 63% valid code; is this commented out code?
(#49) No space found before comment text; expected "// echo "userid=".$userid."<br/>";" but found "//echo "userid=".$userid."<br/>";"
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) This comment is 75% valid code; is this commented out code?
(#60) No space found before comment text; expected "// $PAGE->navbar->add(get_string('sendemail'));" but found "//$PAGE->navbar->add(get_string('sendemail'));"
(#62) Space found before semicolon; expected ");" but found ") ;"
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) This comment is 60% valid code; is this commented out code?
(#62) Expected 1 space before comment text but found 2; use block comment if you need indentation
blocks/configurable_reports/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#6) Line exceeds 132 characters; contains 136 characters
(#8) Line exceeds 132 characters; contains 136 characters
(#10) Line exceeds 132 characters; contains 146 characters
(#12) Line exceeds 132 characters; contains 146 characters
(#16) Line exceeds 132 characters; contains 150 characters
(#18) Line exceeds 132 characters; contains 150 characters
(#21) Line exceeds 132 characters; contains 148 characters
(#22) Line exceeds 132 characters; contains 135 characters
(#24) Line exceeds 132 characters; contains 162 characters
(#25) Line exceeds 132 characters; contains 136 characters
(#27) Line exceeds 132 characters; contains 164 characters
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#31) Line exceeds 132 characters; contains 152 characters
(#33) Whitespace found at end of line
(#34) Line exceeds 132 characters; contains 146 characters
(#37) Line exceeds 132 characters; contains 150 characters
(#37) This comment is 66% valid code; is this commented out code?
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#37) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) Expected 1 space before comment text but found 8; use block comment if you need indentation
blocks/configurable_reports/tabs.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) 3 slashes comments are not allowed; use "// Comment." instead
(#26) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#33) Commas (,) must be followed by white space.
(#35) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Commas (,) must be followed by white space.
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#43) Commas (,) must be followed by white space.
(#45) Line exceeds 132 characters; contains 138 characters
(#46) Commas (,) must be followed by white space.
blocks/configurable_reports/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
blocks/configurable_reports/viewreport.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected 1 space(s) before asterisk; 2 found
(#20) Expected 1 space(s) before asterisk; 2 found
(#21) Expected 1 space(s) before asterisk; 2 found
(#22) Expected 1 space(s) before asterisk; 2 found
(#23) Expected 1 space(s) before asterisk; 2 found
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Commas (,) must be followed by white space.
(#29) Commas (,) must be followed by white space.
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Commas (,) must be followed by white space.
(#30) Commas (,) must be followed by white space.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Inline control structures are not allowed
(#33) Commas (,) must be followed by white space.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Commas (,) must be followed by white space.
(#36) Line indented incorrectly; expected 0 spaces, found 4
(#38) Line indented incorrectly; expected 0 spaces, found 4
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#40) Line indented incorrectly; expected 0 spaces, found 4
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 0 spaces, found 1
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space after "=>"; 2 found
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 0 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Line indented incorrectly; expected 0 spaces, found 4
(#50) Line indented incorrectly; expected 0 spaces, found 4
(#53) Line indented incorrectly; expected 0 spaces, found 4
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 0 spaces, found 1
(#61) Expected "if (...) {\n"; found "if (...){\n"
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Commas (,) must be followed by white space.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 0 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Commas (,) must be followed by white space.
(#71) Expected 1 space before "?"; 0 found
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Expected 1 space before "?"; 0 found
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line exceeds 132 characters; contains 136 characters
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 0 spaces, found 1
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 4 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 2
(#82) Expected "if (...) {\n"; found "if(...) {\n"
(#86) This comment is 67% valid code; is this commented out code?
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) No space found before comment text; expected "// $courseurl = new moodle_url($CFG->wwwroot.'/course/view.php',array('id'=>$report->courseid));" but found "//$courseurl = new moodle_url($CFG->wwwroot.'/course/view.php',array('id'=>$report->courseid));"
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) This comment is 72% valid code; is this commented out code?
(#87) No space found before comment text; expected "// $PAGE->navbar->add($COURSE->shortname, $courseurl);" but found "//$PAGE->navbar->add($COURSE->shortname, $courseurl);"
(#89) Expected 1 space after "="; 2 found
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Line exceeds 132 characters; contains 147 characters
(#90) Commas (,) must be followed by white space.
(#93) Line indented incorrectly; expected 4 spaces, found 8
(#93) Closing brace indented incorrectly; expected 2 spaces, found 8
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 4 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 4 spaces, found 2
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 4 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 4 spaces, found 2
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected 4 spaces, found 2
(#100) Expected "if (...) {\n"; found "if(...){\n"
(#100) Line exceeds maximum limit of 180 characters; contains 186 characters
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 3
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 3
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 4 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line indented incorrectly; expected at least 4 spaces, found 2
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 0 spaces, found 1
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 2
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 2
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 3
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 3
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 4 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 2
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected 0 spaces, found 1
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(15 errors, 5996 warnings)

This section shows the coding style problems detected in the code by jshint [More info]

blocks/configurable_reports/js/codemirror/addon/comment/comment.js
(#15) Expected an assignment or function call and instead saw an expression.
(#19) Expected '{' and instead saw 'options'.
(#30) Use '===' to compare with 'null'.
(#30) Expected '{' and instead saw 'return'.
(#31) Use '!==' to compare with '0'.
(#32) Use '===' to compare with 'null'.
(#40) Expected '{' and instead saw 'continue'.
(#41) Expected '{' and instead saw 'cut'.
(#42) Missing 'new' prefix when invoking a constructor.
(#42) Missing 'new' prefix when invoking a constructor.
(#45) 'i' is already defined.
(#47) Expected '{' and instead saw 'self'.
(#47) Missing 'new' prefix when invoking a constructor.
(#54) Expected '{' and instead saw 'options'.
(#59) Use '!==' to compare with 'false'.
(#60) Expected '{' and instead saw 'self'.
(#65) Use '===' to compare with '0'.
(#65) Expected '{' and instead saw '--'.
(#67) Use '===' to compare with 'null'.
(#68) Expected '{' and instead saw 'return'.
(#71) Use '!==' to compare with 'false'.
(#73) Missing 'new' prefix when invoking a constructor.
(#74) Missing 'new' prefix when invoking a constructor.
(#76) Use '!==' to compare with 'null'.
(#76) Expected '{' and instead saw 'for'.
(#77) Expected '{' and instead saw 'if'.
(#78) Expected '{' and instead saw 'self'.
(#78) Missing 'new' prefix when invoking a constructor.
(#87) Expected '{' and instead saw 'options'.
(#93) Use '===' to compare with 'null'.
(#95) Expected '{' and instead saw 'break'.
(#95) Unexpected 'break'.
(#99) Expected '{' and instead saw 'break'.
(#100) Expected '{' and instead saw 'break'.
(#107) Expected '{' and instead saw 'continue'.
(#108) Expected '{' and instead saw 'endPos'.
(#110) Missing 'new' prefix when invoking a constructor.
(#110) Missing 'new' prefix when invoking a constructor.
(#113) Expected '{' and instead saw 'return'.
(#119) Expected '{' and instead saw 'return'.
(#127) Expected '{' and instead saw 'return'.
(#130) Missing 'new' prefix when invoking a constructor.
(#131) Missing 'new' prefix when invoking a constructor.
(#133) Expected '{' and instead saw 'openEnd'.
(#134) Missing 'new' prefix when invoking a constructor.
(#134) Missing 'new' prefix when invoking a constructor.
(#135) Expected '{' and instead saw 'for'.
(#137) Expected '{' and instead saw 'continue'.
(#139) Expected '{' and instead saw 'foundEnd'.
(#140) Missing 'new' prefix when invoking a constructor.
(#140) Missing 'new' prefix when invoking a constructor.
(#6) 'CodeMirror' is not defined.
(#13) 'CodeMirror' is not defined.
(#18) 'CodeMirror' is not defined.
(#53) 'CodeMirror' is not defined.
(#86) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/comment/continuecomment.js
(#4) Expected '{' and instead saw 'CodeMirror'.
(#8) Expected '{' and instead saw 'return'.
(#15) Empty block.
(#17) Use '===' to compare with '0'.
(#21) Expected '{' and instead saw 'insert'.
(#28) Use '!==' to compare with 'null'.
(#28) Expected '{' and instead saw 'insert'.
(#30) Use '===' to compare with 'null'.
(#31) 'found' is already defined.
(#34) Expected '{' and instead saw 'insert'.
(#35) Expected '{' and instead saw 'insert'.
(#39) Use '!==' to compare with 'null'.
(#40) Expected '{' and instead saw 'cm'.
(#42) Expected '{' and instead saw 'return'.
(#47) Expected '{' and instead saw 'cm'.
(#4) 'CodeMirror' is not defined.
(#8) 'CodeMirror' is not defined.
(#9) 'CodeMirror' is not defined.
(#14) 'CodeMirror' is not defined.
(#14) 'CodeMirror' is not defined.
(#42) 'CodeMirror' is not defined.
(#45) 'CodeMirror' is not defined.
(#46) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/dialog/dialog.js
(#21) Expected '{' and instead saw 'return'.
(#33) Expected '{' and instead saw 'callback'.
(#39) Expected '{' and instead saw 'inp'.
(#42) Expected a conditional expression and instead saw an assignment.
(#58) Expected '{' and instead saw 'return'.
(#70) Expected '{' and instead saw 'callback'.
(#72) Don't make functions within a loop.
(#75) Expected '{' and instead saw 'close'.
(#76) Don't make functions within a loop.
(#77) Don't make functions within a loop.
(#17) 'CodeMirror' is not defined.
(#27) 'CodeMirror' is not defined.
(#30) 'CodeMirror' is not defined.
(#37) 'CodeMirror' is not defined.
(#41) 'CodeMirror' is not defined.
(#43) 'CodeMirror' is not defined.
(#48) 'CodeMirror' is not defined.
(#53) 'CodeMirror' is not defined.
(#67) 'CodeMirror' is not defined.
(#68) 'CodeMirror' is not defined.
(#73) 'CodeMirror' is not defined.
(#77) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/display/fullscreen.js
(#5) Expected '{' and instead saw 'old'.
(#6) Confusing use of '!'.
(#6) Confusing use of '!'.
(#6) Expected '{' and instead saw 'return'.
(#7) Expected '{' and instead saw 'setFullscreen'.
(#8) Expected '{' and instead saw 'setNormal'.
(#4) 'CodeMirror' is not defined.
(#5) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/display/placeholder.js
(#18) Expected '{' and instead saw 'onBlur'.
(#40) Expected '{' and instead saw 'setPlaceholder'.
(#46) Expected '{' and instead saw 'return'.
(#47) Expected '{' and instead saw 'setPlaceholder'.
(#48) Expected '{' and instead saw 'clearPlaceholder'.
(#2) 'CodeMirror' is not defined.
(#3) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/edit/closebrackets.js
(#8) Expected '{' and instead saw 'cm'.
(#9) Expected '{' and instead saw 'return'.
(#11) Expected '{' and instead saw 'pairs'.
(#13) Use '!==' to compare with 'null'.
(#13) Expected '{' and instead saw 'pairs'.
(#14) Use '!==' to compare with 'null'.
(#14) Expected '{' and instead saw 'explode'.
(#17) Expected '{' and instead saw 'map'.
(#31) Expected '{' and instead saw 'return'.
(#33) Use '===' to compare with '0'.
(#34) Expected '{' and instead saw 'cm'.
(#36) Expected '{' and instead saw 'return'.
(#40) Expected '{' and instead saw '('.
(#41) Expected '{' and instead saw 'closingBrackets'.
(#48) Expected '{' and instead saw 'return'.
(#49) Expected '{' and instead saw 'cm'.
(#53) Expected '{' and instead saw 'return'.
(#54) Expected '{' and instead saw 'return'.
(#55) Expected '{' and instead saw 'return'.
(#59) Expected '{' and instead saw 'return'.
(#61) Expected '{' and instead saw 'cm'.
(#63) Expected '{' and instead saw 'return'.
(#65) Expected '{' and instead saw 'map'.
(#66) Don't make functions within a loop.
(#73) Use '!==' to compare with '0'.
(#73) Expected '{' and instead saw 'return'.
(#6) 'CodeMirror' is not defined.
(#7) 'CodeMirror' is not defined.
(#22) 'CodeMirror' is not defined.
(#23) 'CodeMirror' is not defined.
(#31) 'CodeMirror' is not defined.
(#34) 'CodeMirror' is not defined.
(#34) 'CodeMirror' is not defined.
(#36) 'CodeMirror' is not defined.
(#47) 'CodeMirror' is not defined.
(#48) 'CodeMirror' is not defined.
(#53) 'CodeMirror' is not defined.
(#55) 'CodeMirror' is not defined.
(#56) 'CodeMirror' is not defined.
(#58) 'CodeMirror' is not defined.
(#59) 'CodeMirror' is not defined.
(#63) 'CodeMirror' is not defined.
(#73) 'CodeMirror' is not defined.
(#75) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/edit/closetag.js
(#30) Expected '{' and instead saw 'map'.
(#32) Expected '{' and instead saw 'map'.
(#47) Expected '{' and instead saw 'return'.
(#54) Expected '{' and instead saw 'tagName'.
(#60) Expected '{' and instead saw 'return'.
(#75) Expected '{' and instead saw 'return'.
(#78) Expected '{' and instead saw 'cm'.
(#82) Expected '{' and instead saw 'return'.
(#84) Expected '{' and instead saw 'if'.
(#84) Expected '{' and instead saw 'return'.
(#26) 'CodeMirror' is not defined.
(#27) 'CodeMirror' is not defined.
(#34) 'CodeMirror' is not defined.
(#46) 'CodeMirror' is not defined.
(#47) 'CodeMirror' is not defined.
(#60) 'CodeMirror' is not defined.
(#63) 'CodeMirror' is not defined.
(#63) 'CodeMirror' is not defined.
(#74) 'CodeMirror' is not defined.
(#75) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/edit/continuelist.js
(#7) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/edit/matchbrackets.js
(#3) Use '===' to compare with 'null'.
(#14) Expected '{' and instead saw 'return'.
(#16) Expected '{' and instead saw 'return'.
(#17) Missing 'new' prefix when invoking a constructor.
(#21) Expected '{' and instead saw 'return'.
(#23) Expected '{' and instead saw 'return'.
(#24) Use '!==' to compare with 'null'.
(#24) Expected '{' and instead saw 'pos'.
(#27) Missing 'new' prefix when invoking a constructor.
(#29) Expected '{' and instead saw 'stack'.
(#30) Expected '{' and instead saw 'return'.
(#31) Expected '{' and instead saw 'return'.
(#36) Expected '{' and instead saw 'found'.
(#37) Expected '{' and instead saw 'found'.
(#38) Expected '{' and instead saw 'break'.
(#40) Missing 'new' prefix when invoking a constructor.
(#40) Missing 'new' prefix when invoking a constructor.
(#50) Expected '{' and instead saw 'return'.
(#53) Missing 'new' prefix when invoking a constructor.
(#54) Missing 'new' prefix when invoking a constructor.
(#57) Expected '{' and instead saw 'cm'.
(#59) Expected an assignment or function call and instead saw an expression.
(#61) Expected '{' and instead saw 'setTimeout'.
(#62) Expected '{' and instead saw 'return'.
(#69) Expected '{' and instead saw 'currentlyHighlighted'.
(#75) Expected '{' and instead saw 'cm'.
(#5) 'CodeMirror' is not defined.
(#73) 'CodeMirror' is not defined.
(#74) 'CodeMirror' is not defined.
(#82) 'CodeMirror' is not defined.
(#83) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/edit/matchtags.js
(#19) Expected '{' and instead saw 'cm'.
(#20) Expected '{' and instead saw 'cm'.
(#28) Expected '{' and instead saw 'return'.
(#32) Expected '{' and instead saw 'return'.
(#35) Expected '{' and instead saw 'cm'.
(#39) Expected '{' and instead saw 'cm'.
(#41) Expected '{' and instead saw 'cm'.
(#46) Expected '{' and instead saw 'doMatchTags'.
(#53) Expected '{' and instead saw 'cm'.
(#4) 'CodeMirror' is not defined.
(#5) 'CodeMirror' is not defined.
(#31) 'CodeMirror' is not defined.
(#49) 'CodeMirror' is not defined.
(#50) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/edit/trailingspace.js
(#2) Expected '{' and instead saw 'prev'.
(#4) Expected '{' and instead saw 'cm'.
(#6) Expected '{' and instead saw 'cm'.
(#8) Empty block.
(#1) 'CodeMirror' is not defined.
(#2) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/fold/brace-fold.js
(#9) Expected '{' and instead saw 'break'.
(#14) Expected '{' and instead saw 'break'.
(#16) Expected '{' and instead saw 'return'.
(#21) 'startCh' is already defined.
(#22) Use '===' to compare with 'null'.
(#23) Expected an assignment or function call and instead saw an expression.
(#27) Use '===' to compare with 'null'.
(#27) Expected '{' and instead saw 'return'.
(#33) Expected '{' and instead saw 'nextOpen'.
(#34) Expected '{' and instead saw 'nextClose'.
(#36) Expected '{' and instead saw 'break'.
(#38) Expected '{' and instead saw '++'.
(#44) Use '===' to compare with 'null'.
(#44) Expected '{' and instead saw 'return'.
(#52) Expected '{' and instead saw 'return'.
(#54) Expected '{' and instead saw 'start'.
(#55) Expected '{' and instead saw 'return'.
(#59) Expected '{' and instead saw 'return'.
(#63) 'start' is already defined.
(#65) Expected '{' and instead saw 'return'.
(#68) Use '===' to compare with 'null'.
(#68) Expected '{' and instead saw 'break'.
(#77) Expected '{' and instead saw 'return'.
(#79) Expected '{' and instead saw 'start'.
(#80) Expected '{' and instead saw 'return'.
(#83) 'start' is already defined.
(#84) Use '===' to compare with 'null'.
(#84) Use '!==' to compare with 'null'.
(#84) Expected '{' and instead saw 'return'.
(#87) Use '===' to compare with 'null'.
(#87) Expected '{' and instead saw 'break'.
(#1) 'CodeMirror' is not defined.
(#15) 'CodeMirror' is not defined.
(#37) 'CodeMirror' is not defined.
(#45) 'CodeMirror' is not defined.
(#46) 'CodeMirror' is not defined.
(#48) 'CodeMirror' is not defined.
(#48) 'CodeMirror' is not defined.
(#50) 'CodeMirror' is not defined.
(#53) 'CodeMirror' is not defined.
(#54) 'CodeMirror' is not defined.
(#59) 'CodeMirror' is not defined.
(#71) 'CodeMirror' is not defined.
(#73) 'CodeMirror' is not defined.
(#73) 'CodeMirror' is not defined.
(#75) 'CodeMirror' is not defined.
(#78) 'CodeMirror' is not defined.
(#79) 'CodeMirror' is not defined.
(#90) 'CodeMirror' is not defined.
(#91) 'CodeMirror' is not defined.
(#93) 'CodeMirror' is not defined.
(#93) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/fold/comment-fold.js
(#3) Expected '{' and instead saw 'return'.
(#10) Expected '{' and instead saw 'return'.
(#15) Expected '{' and instead saw 'return'.
(#28) Expected '{' and instead saw 'nextOpen'.
(#29) Expected '{' and instead saw 'nextClose'.
(#31) Expected '{' and instead saw 'break'.
(#32) Expected '{' and instead saw '++'.
(#37) Use '===' to compare with 'null'.
(#37) Expected '{' and instead saw 'return'.
(#1) 'CodeMirror' is not defined.
(#16) 'CodeMirror' is not defined.
(#38) 'CodeMirror' is not defined.
(#39) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/fold/foldcode.js
(#6) Expected '{' and instead saw 'finder'.
(#7) Expected '{' and instead saw 'return'.
(#8) Expected '{' and instead saw 'pos'.
(#13) Expected '{' and instead saw 'return'.
(#17) Expected '{' and instead saw 'return'.
(#26) Expected '{' and instead saw 'while'.
(#30) Expected '{' and instead saw 'return'.
(#69) Expected '{' and instead saw 'return'.
(#8) 'CodeMirror' is not defined.
(#27) 'CodeMirror' is not defined.
(#33) 'CodeMirror' is not defined.
(#40) 'CodeMirror' is not defined.
(#42) 'CodeMirror' is not defined.
(#57) 'CodeMirror' is not defined.
(#62) 'CodeMirror' is not defined.
(#64) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/fold/foldgutter.js
(#33) Expected '{' and instead saw 'opts'.
(#34) Use '===' to compare with 'null'.
(#34) Expected '{' and instead saw 'opts'.
(#35) Use '===' to compare with 'null'.
(#35) Expected '{' and instead saw 'opts'.
(#36) Use '===' to compare with 'null'.
(#36) Expected '{' and instead saw 'opts'.
(#41) Missing 'new' prefix when invoking a constructor.
(#43) Expected '{' and instead saw 'if'.
(#43) Expected '{' and instead saw 'return'.
(#63) Missing 'new' prefix when invoking a constructor.
(#66) Expected '{' and instead saw 'mark'.
(#75) Expected '{' and instead saw 'return'.
(#84) Expected '{' and instead saw 'return'.
(#85) Missing 'new' prefix when invoking a constructor.
(#120) Expected '{' and instead saw 'updateFoldInfo'.
(#4) 'CodeMirror' is not defined.
(#5) 'CodeMirror' is not defined.
(#25) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/fold/indent-fold.js
(#8) Expected '{' and instead saw 'return'.
(#1) 'CodeMirror' is not defined.
(#3) 'CodeMirror' is not defined.
(#6) 'CodeMirror' is not defined.
(#7) 'CodeMirror' is not defined.
(#8) 'CodeMirror' is not defined.
(#9) 'CodeMirror' is not defined.
(#12) 'CodeMirror' is not defined.
(#12) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/fold/xml-fold.js
(#7) Line is too long.
(#19) Missing 'new' prefix when invoking a constructor.
(#24) Expected '{' and instead saw 'return'.
(#30) Expected '{' and instead saw 'return'.
(#39) Expected '{' and instead saw 'continue'.
(#39) Expected '{' and instead saw 'return'.
(#50) Expected '{' and instead saw 'continue'.
(#50) Expected '{' and instead saw 'return'.
(#55) Expected '{' and instead saw 'return'.
(#63) Expected '{' and instead saw 'continue'.
(#63) Expected '{' and instead saw 'return'.
(#72) Expected '{' and instead saw 'continue'.
(#72) Expected '{' and instead saw 'return'.
(#85) Expected '{' and instead saw 'return'.
(#86) Expected '{' and instead saw 'continue'.
(#88) Expected '{' and instead saw 'if'.
(#92) Expected '{' and instead saw 'return'.
(#94) Missing 'new' prefix when invoking a constructor.
(#95) Missing 'new' prefix when invoking a constructor.
(#106) Expected '{' and instead saw 'return'.
(#110) Expected '{' and instead saw 'return'.
(#114) Expected '{' and instead saw 'if'.
(#118) Expected '{' and instead saw 'return'.
(#120) Missing 'new' prefix when invoking a constructor.
(#121) Missing 'new' prefix when invoking a constructor.
(#131) Expected '{' and instead saw 'return'.
(#133) 'start' is already defined.
(#133) Missing 'new' prefix when invoking a constructor.
(#143) Expected '{' and instead saw 'return'.
(#144) Missing 'new' prefix when invoking a constructor.
(#146) Expected '{' and instead saw 'return'.
(#147) Missing 'new' prefix when invoking a constructor.
(#161) Expected '{' and instead saw 'break'.
(#164) Expected '{' and instead saw 'return'.
(#4) 'CodeMirror' is not defined.
(#127) 'CodeMirror' is not defined.
(#139) 'CodeMirror' is not defined.
(#139) 'CodeMirror' is not defined.
(#141) 'CodeMirror' is not defined.
(#157) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/hint/anyword-hint.js
(#11) Expected '{' and instead saw '++'.
(#12) Expected '{' and instead saw '--'.
(#21) Expected a conditional expression and instead saw an assignment.
(#22) Expected '{' and instead saw 'continue'.
(#23) Use '===' to compare with '0'.
(#6) 'CodeMirror' is not defined.
(#32) 'CodeMirror' is not defined.
(#32) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/hint/css-hint.js
(#7) Expected '{' and instead saw 'return'.
(#17) Use '===' to compare with '0'.
(#18) Expected '{' and instead saw 'token'.
(#19) Use '===' to compare with '0'.
(#20) Expected '{' and instead saw 'token'.
(#24) Expected '{' and instead saw 'return'.
(#28) Use '===' to compare with '0'.
(#29) Expected '{' and instead saw 'keywords'.
(#30) Use '===' to compare with '0'.
(#31) Expected '{' and instead saw 'keywords'.
(#34) Expected '{' and instead saw 'return'.
(#38) Use '===' to compare with '0'.
(#39) Expected '{' and instead saw 'result'.
(#6) 'CodeMirror' is not defined.
(#26) 'CodeMirror' is not defined.
(#44) 'CodeMirror' is not defined.
(#45) 'CodeMirror' is not defined.
(#49) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/hint/html-hint.js
(#2) Line is too long.
(#296) Line is too long.
(#318) Line is too long.
(#321) Expected '{' and instead saw 'if'.
(#322) Expected '{' and instead saw 'obj'.
(#326) Expected '{' and instead saw 'if'.
(#327) Expected '{' and instead saw 'populate'.
(#332) Expected '{' and instead saw 'for'.
(#332) Expected '{' and instead saw 'local'.
(#329) 'CodeMirror' is not defined.
(#333) 'CodeMirror' is not defined.
(#335) 'CodeMirror' is not defined.
(#336) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/hint/javascript-hint.js
(#5) Expected '{' and instead saw 'f'.
(#33) Missing 'new' prefix when invoking a constructor.
(#34) Expected '{' and instead saw 'return'.
(#35) Missing 'new' prefix when invoking a constructor.
(#39) Missing 'new' prefix when invoking a constructor.
(#46) Missing 'new' prefix when invoking a constructor.
(#48) Expected '{' and instead saw 'tprop'.
(#49) Expected '{' and instead saw 'return'.
(#51) Expected '{' and instead saw 'var'.
(#51) 'context' was used before it was defined.
(#52) 'context' used out of scope.
(#54) 'context' used out of scope.
(#55) Missing 'new' prefix when invoking a constructor.
(#56) Missing 'new' prefix when invoking a constructor.
(#63) Unnecessary semicolon.
(#99) Line is too long.
(#104) Use '===' to compare with '0'.
(#104) Expected '{' and instead saw 'found'.
(#107) Expected '{' and instead saw 'forEach'.
(#108) Expected '{' and instead saw 'forEach'.
(#109) Expected '{' and instead saw 'forEach'.
(#110) Expected '{' and instead saw 'maybeAdd'.
(#119) Expected '{' and instead saw 'base'.
(#126) Use '!==' to compare with 'null'.
(#128) Expected '{' and instead saw 'base'.
(#129) Use '!==' to compare with 'null'.
(#130) Expected '{' and instead saw 'base'.
(#132) Use '!==' to compare with 'null'.
(#133) Expected '{' and instead saw 'base'.
(#134) Use '!==' to compare with 'null'.
(#134) Expected '{' and instead saw 'gatherCompletions'.
(#139) Expected '{' and instead saw 'maybeAdd'.
(#140) 'v' is already defined.
(#140) Expected '{' and instead saw 'maybeAdd'.
(#2) 'CodeMirror' is not defined.
(#24) 'CodeMirror' is not defined.
(#64) 'CodeMirror' is not defined.
(#65) 'CodeMirror' is not defined.
(#88) 'CodeMirror' is not defined.
(#89) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/hint/pig-hint.js
(#5) Expected '{' and instead saw 'f'.
(#31) Expected '{' and instead saw 'var'.
(#31) 'context' was used before it was defined.
(#32) 'context' used out of scope.
(#34) 'context' used out of scope.
(#87) Use '===' to compare with '0'.
(#87) Expected '{' and instead saw 'found'.
(#111) Expected '{' and instead saw 'base'.
(#113) Expected '{' and instead saw 'base'.
(#115) Use '!==' to compare with 'null'.
(#116) Expected '{' and instead saw 'base'.
(#117) Use '!==' to compare with 'null'.
(#117) Expected '{' and instead saw 'gatherCompletions'.
(#42) 'CodeMirror' is not defined.
(#43) 'CodeMirror' is not defined.
(#49) 'CodeMirror' is not defined.
(#50) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/hint/python-hint.js
(#3) Expected '{' and instead saw 'f'.
(#29) Expected '{' and instead saw 'var'.
(#29) 'context' was used before it was defined.
(#30) 'context' used out of scope.
(#32) 'context' used out of scope.
(#69) Use '===' to compare with '0'.
(#69) Expected '{' and instead saw 'found'.
(#85) Expected '{' and instead saw 'base'.
(#87) Expected '{' and instead saw 'base'.
(#89) Use '!==' to compare with 'null'.
(#90) Expected '{' and instead saw 'base'.
(#91) Use '!==' to compare with 'null'.
(#91) Expected '{' and instead saw 'gatherCompletions'.
(#40) 'CodeMirror' is not defined.
(#41) 'CodeMirror' is not defined.
(#47) 'CodeMirror' is not defined.
(#48) 'CodeMirror' is not defined.
(#72) '_obj' is defined but never used.
blocks/configurable_reports/js/codemirror/addon/hint/show-hint.js
(#6) Expected '{' and instead saw 'return'.
(#7) Use '===' to compare with 'null'.
(#7) Expected '{' and instead saw 'getHints'.
(#8) Use '===' to compare with 'null'.
(#8) Expected '{' and instead saw 'return'.
(#10) Expected '{' and instead saw 'cm'.
(#15) Expected '{' and instead saw 'getHints'.
(#17) Expected '{' and instead saw 'return'.
(#29) Expected '{' and instead saw 'return'.
(#32) Expected '{' and instead saw 'this'.
(#33) Expected '{' and instead saw 'this'.
(#43) Expected '{' and instead saw 'completion'.
(#44) Expected '{' and instead saw 'this'.
(#49) Expected '{' and instead saw 'return'.
(#51) Use '!==' to compare with 'false'.
(#52) Expected '{' and instead saw 'this'.
(#54) Expected '{' and instead saw 'this'.
(#66) Expected '{' and instead saw 'return'.
(#70) Expected '{' and instead saw 'CodeMirror'.
(#74) Expected '{' and instead saw 'return'.
(#77) Expected '{' and instead saw 'completion'.
(#79) Expected '{' and instead saw 'finishUpdate'.
(#83) Expected '{' and instead saw 'return'.
(#84) Expected '{' and instead saw 'return'.
(#97) Expected '{' and instead saw 'completion'.
(#106) Expected '{' and instead saw 'return'.
(#107) Expected '{' and instead saw 'return'.
(#126) Expected '{' and instead saw 'bound'.
(#129) Expected '{' and instead saw 'bound'.
(#131) Expected '{' and instead saw 'bound'.
(#135) Expected '{' and instead saw 'for'.
(#135) Expected '{' and instead saw 'if'.
(#136) Expected '{' and instead saw 'addBinding'.
(#138) Expected '{' and instead saw 'for'.
(#138) 'key' is already defined.
(#138) Expected '{' and instead saw 'if'.
(#139) Expected '{' and instead saw 'addBinding'.
(#156) Use '!==' to compare with 'null'.
(#156) Expected '{' and instead saw 'className'.
(#158) Expected '{' and instead saw 'cur'.
(#159) Expected '{' and instead saw 'elt'.
(#212) Expected '{' and instead saw 'point'.
(#213) Expected '{' and instead saw 'return'.
(#220) Use '!==' to compare with 'null'.
(#224) Use '!==' to compare with 'null'.
(#224) Expected '{' and instead saw 'widget'.
(#236) Expected '{' and instead saw 'return'.
(#255) Expected '{' and instead saw 'i'.
(#257) Expected '{' and instead saw 'i'.
(#258) Expected '{' and instead saw 'return'.
(#264) Expected '{' and instead saw 'this'.
(#266) Expected '{' and instead saw 'this'.
(#4) 'CodeMirror' is not defined.
(#13) 'CodeMirror' is not defined.
(#34) 'CodeMirror' is not defined.
(#59) 'CodeMirror' is not defined.
(#70) 'CodeMirror' is not defined.
(#75) 'CodeMirror' is not defined.
(#218) 'CodeMirror' is not defined.
(#222) 'CodeMirror' is not defined.
(#226) 'CodeMirror' is not defined.
(#230) 'CodeMirror' is not defined.
(#267) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/hint/xml-hint.js
(#9) Expected '{' and instead saw 'return'.
(#12) Expected '{' and instead saw 'return'.
(#23) Expected '{' and instead saw 'if'.
(#23) Use '===' to compare with '0'.
(#24) Expected '{' and instead saw 'result'.
(#26) Expected '{' and instead saw 'if'.
(#26) Use '===' to compare with '0'.
(#27) Expected '{' and instead saw 'result'.
(#29) Use '===' to compare with '0'.
(#30) Expected '{' and instead saw 'result'.
(#33) 'curTag' is already defined.
(#34) Expected '{' and instead saw 'return'.
(#36) Missing 'new' prefix when invoking a constructor.
(#37) Missing 'new' prefix when invoking a constructor.
(#39) Expected '{' and instead saw 'return'.
(#48) 'i' is already defined.
(#48) Expected '{' and instead saw 'if'.
(#48) Use '===' to compare with '0'.
(#49) Expected '{' and instead saw 'result'.
(#55) Expected '{' and instead saw 'if'.
(#55) Use '===' to compare with '0'.
(#56) Expected '{' and instead saw 'result'.
(#61) Missing 'new' prefix when invoking a constructor.
(#62) Missing 'new' prefix when invoking a constructor.
(#4) 'CodeMirror' is not defined.
(#11) 'CodeMirror' is not defined.
(#66) 'CodeMirror' is not defined.
(#67) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/lint/coffeescript-lint.js
(#5) 'CodeMirror' is not defined.
(#9) 'CodeMirror' is not defined.
(#10) 'CodeMirror' is not defined.
(#15) 'coffeelint' is not defined.
(#20) 'CodeMirror' is not defined.
(#21) 'CodeMirror' is not defined.
(#27) 'CodeMirror' is not defined.
(#27) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/lint/css-lint.js
(#5) 'CodeMirror' is not defined.
(#7) 'CSSLint' is not defined.
(#12) 'CodeMirror' is not defined.
(#13) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/lint/javascript-lint.js
(#17) Expected '{' and instead saw 'parseErrors'.
(#92) Don't make functions within a loop.
(#98) Expected '{' and instead saw 'pos'.
(#99) Don't make functions within a loop.
(#119) Expected '{' and instead saw 'output'.
(#15) 'JSHINT' is not defined.
(#16) 'JSHINT' is not defined.
(#21) 'CodeMirror' is not defined.
(#22) 'CodeMirror' is not defined.
(#22) 'CodeMirror' is not defined.
(#121) 'CodeMirror' is not defined.
(#122) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/lint/json-lint.js
(#5) 'CodeMirror' is not defined.
(#7) 'jsonlint' is not defined.
(#9) 'CodeMirror' is not defined.
(#10) 'CodeMirror' is not defined.
(#13) 'jsonlint' is not defined.
(#17) 'CodeMirror' is not defined.
(#17) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/lint/lint.js
(#13) Expected '{' and instead saw 'return'.
(#19) Use '!==' to compare with 'null'.
(#19) Expected '{' and instead saw 'tt'.
(#23) Expected '{' and instead saw 'elt'.
(#26) Expected '{' and instead saw 'return'.
(#27) Use '===' to compare with 'null'.
(#27) Expected '{' and instead saw 'rm'.
(#39) Expected '{' and instead saw 'for'.
(#40) Expected '{' and instead saw 'return'.
(#43) Expected '{' and instead saw 'return'.
(#57) Expected '{' and instead saw 'return'.
(#58) Expected '{' and instead saw 'options'.
(#59) Expected '{' and instead saw 'options'.
(#60) Expected '{' and instead saw 'throw'.
(#66) Expected '{' and instead saw 'cm'.
(#68) Expected '{' and instead saw 'state'.
(#80) Use '!==' to compare with 'false'.
(#80) Expected '{' and instead saw 'CodeMirror'.
(#88) Expected '{' and instead saw 'return'.
(#89) Expected '{' and instead saw 'return'.
(#103) Expected '{' and instead saw 'severity'.
(#113) Expected '{' and instead saw 'options'.
(#115) Expected '{' and instead saw 'updateLinting'.
(#126) Expected '{' and instead saw 'continue'.
(#134) Expected '{' and instead saw 'severity'.
(#137) Expected '{' and instead saw 'ann'.
(#138) Expected '{' and instead saw 'tipLabel'.
(#140) Expected '{' and instead saw 'state'.
(#147) Expected '{' and instead saw 'cm'.
(#150) Expected '{' and instead saw 'options'.
(#170) Expected '{' and instead saw 'return'.
(#176) Expected '{' and instead saw 'return'.
(#191) Expected '{' and instead saw 'if'.
(#191) Expected '{' and instead saw 'hasLintGutter'.
(#194) Use '!==' to compare with 'false'.
(#195) Expected '{' and instead saw 'CodeMirror'.
(#13) 'CodeMirror' is not defined.
(#17) 'CodeMirror' is not defined.
(#35) 'CodeMirror' is not defined.
(#45) 'CodeMirror' is not defined.
(#59) 'CodeMirror' is not defined.
(#80) 'CodeMirror' is not defined.
(#182) 'CodeMirror' is not defined.
(#185) 'CodeMirror' is not defined.
(#195) 'CodeMirror' is not defined.
(#201) 'CodeMirror' is not defined.
(#202) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/merge/dep/diff_match_patch.js
(#2) Line is too long.
(#2) Missing semicolon.
(#3) Line is too long.
(#3) Missing semicolon.
(#3) Expected an identifier and instead saw '=='.
(#3) Expected an operator and instead saw 'typeof'.
(#3) Expected an assignment or function call and instead saw an expression.
(#3) Missing semicolon.
(#3) Missing '()' invoking a constructor.
(#3) Expected an assignment or function call and instead saw an expression.
(#3) Use '===' to compare with 'null'.
(#3) Use '===' to compare with 'null'.
(#3) Expected '{' and instead saw 'throw'.
(#3) Expected '{' and instead saw 'return'.
(#3) Expected an assignment or function call and instead saw an expression.
(#3) 'f' is already defined.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#5) Line is too long.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#7) Line is too long.
(#7) You might be leaking a variable (d) here.
(#7) Expected '{' and instead saw 'a'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#8) Line is too long.
(#8) Missing 'new' prefix when invoking a constructor.
(#8) Missing 'new' prefix when invoking a constructor.
(#8) Expected '{' and instead saw 'j'.
(#8) Expected an assignment or function call and instead saw an expression.
(#8) 'k' is already defined.
(#8) Use '!==' to compare with '0'.
(#8) Missing '()' invoking a constructor.
(#8) Confusing use of '!'.
(#8) Expected '{' and instead saw 'm'.
(#8) Expected an assignment or function call and instead saw an expression.
(#8) Expected '{' and instead saw 't'.
(#8) Expected '{' and instead saw 'r'.
(#9) Line is too long.
(#9) Expected '{' and instead saw 'return'.
(#9) Missing semicolon.
(#9) 'l' used out of scope.
(#9) 'u' used out of scope.
(#9) 'l' used out of scope.
(#9) 'l' used out of scope.
(#9) 'l' used out of scope.
(#9) 'l' used out of scope.
(#9) 'm' used out of scope.
(#9) 'u' used out of scope.
(#9) 'u' used out of scope.
(#9) 'm' used out of scope.
(#9) 'u' used out of scope.
(#9) 'm' used out of scope.
(#9) Expected '{' and instead saw 'u'.
(#9) 'u' used out of scope.
(#9) 'm' used out of scope.
(#9) Expected an assignment or function call and instead saw an expression.
(#9) 'l' used out of scope.
(#9) 'u' used out of scope.
(#9) 'u' used out of scope.
(#9) Expected '{' and instead saw 'w'.
(#9) 'm' used out of scope.
(#9) Expected '{' and instead saw 'p'.
(#9) 'l' used out of scope.
(#9) 'l' used out of scope.
(#9) 'l' used out of scope.
(#9) 'l' used out of scope.
(#9) 'm' used out of scope.
(#9) 'l' used out of scope.
(#9) 's' used out of scope.
(#9) 'm' used out of scope.
(#9) 'l' used out of scope.
(#9) 'u' used out of scope.
(#9) 'u' used out of scope.
(#9) 'm' used out of scope.
(#9) 'u' used out of scope.
(#9) Expected '{' and instead saw 'return'.
(#9) 'm' used out of scope.
(#9) 's' used out of scope.
(#9) Missing semicolon.
(#9) Missing semicolon.
(#10) Line is too long.
(#10) Missing semicolon.
(#11) Line is too long.
(#11) 'c' is already defined.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) 'c' is already defined.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#11) Missing semicolon.
(#11) Missing semicolon.
(#12) Line is too long.
(#12) Expected '{' and instead saw 'e'.
(#12) Missing semicolon.
(#12) Expected '{' and instead saw 'return'.
(#12) Expected '{' and instead saw 'a'.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#13) Line is too long.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'a'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#14) Line is too long.
(#14) Use '===' to compare with '0'.
(#14) Use '===' to compare with '0'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'return'.
(#14) 'd' is already defined.
(#14) 'f' is already defined.
(#14) Expected '{' and instead saw 'return'.
(#14) Use '===' to compare with '0'.
(#14) Expected '{' and instead saw 'd'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#15) Line is too long.
(#15) 'c' is already defined.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#15) Expected '{' and instead saw 'return'.
(#16) Line is too long.
(#16) Expected '{' and instead saw 'return'.
(#16) 'd' is already defined.
(#16) Expected '{' and instead saw 'return'.
(#16) Expected an assignment or function call and instead saw an expression.
(#16) Missing semicolon.
(#17) Line is too long.
(#17) Expected '{' and instead saw '0'.
(#17) Use '===' to compare with '0'.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Expected an assignment or function call and instead saw an expression.
(#18) Line is too long.
(#18) Expected '{' and instead saw 'a'.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Missing semicolon.
(#18) Expected '{' and instead saw 'a'.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#19) Line is too long.
(#19) 'b' is already defined.
(#19) Expected '{' and instead saw 'return'.
(#19) 'c' is already defined.
(#19) 'd' is already defined.
(#20) Line is too long.
(#20) Missing semicolon.
(#20) Use '===' to compare with '0'.
(#20) Use '===' to compare with '0'.
(#20) Expected '{' and instead saw 'var'.
(#20) 'd' is already defined.
(#20) 'e' is already defined.
(#20) 'f' is already defined.
(#20) 'g' is already defined.
(#20) 'h' is already defined.
(#20) 'd' is already defined.
(#20) 'e' is already defined.
(#20) 'f' is already defined.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Missing semicolon.
(#21) Line is too long.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#22) Line is too long.
(#22) Use '===' to compare with '0'.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#23) Line is too long.
(#23) Expected '{' and instead saw 'switch'.
(#24) Line is too long.
(#23) Use '===' to compare with '0'.
(#24) Use '===' to compare with '0'.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) Missing semicolon.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) Expected '{' and instead saw '0'.
(#24) Use '===' to compare with '0'.
(#24) Use '===' to compare with '0'.
(#25) Line is too long.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Missing semicolon.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected '{' and instead saw 'break'.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#26) Line is too long.
(#26) 'j' is already defined.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#27) Line is too long.
(#27) Expected '{' and instead saw '1'.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Expected '{' and instead saw '-'.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#28) Line is too long.
(#28) Expected '{' and instead saw 'switch'.
(#28) Missing semicolon.
(#28) Missing semicolon.
(#29) Line is too long.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'throw'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'throw'.
(#30) Line is too long.
(#30) Expected '{' and instead saw 'throw'.
(#30) Missing semicolon.
(#30) Use '===' to compare with 'null'.
(#30) Use '===' to compare with 'null'.
(#30) Use '===' to compare with 'null'.
(#30) Expected '{' and instead saw 'throw'.
(#30) Missing semicolon.
(#31) Line is too long.
(#31) 'd' is already defined.
(#31) Missing semicolon.
(#31) Expected '{' and instead saw 'throw'.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Unexpected use of '<<'.
(#31) 'h' is already defined.
(#31) Expected '{' and instead saw 'd'.
(#32) Line is too long.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing 'new' prefix when invoking a constructor.
(#32) Unexpected use of '<<'.
(#32) Unexpected use of '<<'.
(#32) Unexpected use of '|'.
(#32) Unexpected use of '&'.
(#32) Unexpected use of '<<'.
(#32) Unexpected use of '|'.
(#32) Unexpected use of '&'.
(#32) Unexpected use of '|'.
(#32) Unexpected use of '|'.
(#32) Unexpected use of '<<'.
(#32) Unexpected use of '|'.
(#32) Unexpected use of '|'.
(#32) Unexpected use of '&'.
(#32) Expected '{' and instead saw 'if'.
(#32) Expected '{' and instead saw 'i'.
(#32) Expected '{' and instead saw 'break'.
(#32) Missing semicolon.
(#32) Expected '{' and instead saw 'break'.
(#32) Missing semicolon.
(#32) Missing semicolon.
(#33) Line is too long.
(#33) Expected '{' and instead saw 'b'.
(#33) Expected '{' and instead saw 'b'.
(#33) Unexpected use of '|='.
(#33) Unexpected use of '<<'.
(#33) Missing semicolon.
(#34) Line is too long.
(#34) Use '!==' to compare with '0'.
(#34) Expected '{' and instead saw 'd'.
(#34) Expected an assignment or function call and instead saw an expression.
(#34) Expected an assignment or function call and instead saw an expression.
(#34) Expected an assignment or function call and instead saw an expression.
(#35) Missing semicolon.
(#36) Line is too long.
(#36) Expected '{' and instead saw 'd'.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Expected '{' and instead saw 'b'.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Expected '{' and instead saw 'd'.
(#36) Expected '{' and instead saw 'd'.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Expected '{' and instead saw 'throw'.
(#37) Line is too long.
(#37) Expected '{' and instead saw 'return'.
(#37) Missing '()' invoking a constructor.
(#37) Expected an assignment or function call and instead saw an expression.
(#38) Line is too long.
(#38) Missing '()' invoking a constructor.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Missing semicolon.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Missing semicolon.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Missing semicolon.
(#38) Missing '()' invoking a constructor.
(#38) Expected '{' and instead saw 'e'.
(#38) Missing semicolon.
(#38) Missing semicolon.
(#39) Line is too long.
(#39) Use '===' to compare with '0'.
(#39) Expected '{' and instead saw 'return'.
(#39) Expected '{' and instead saw 'j'.
(#39) Missing semicolon.
(#39) Expected '{' and instead saw 'j'.
(#40) Line is too long.
(#40) Expected '{' and instead saw 'e'.
(#40) Expected an assignment or function call and instead saw an expression.
(#40) Expected '{' and instead saw 'b'.
(#40) Expected '{' and instead saw 'e'.
(#40) 'h' is already defined.
(#40) 'i' is already defined.
(#40) Expected an assignment or function call and instead saw an expression.
(#41) Line is too long.
(#41) Expected an assignment or function call and instead saw an expression.
(#41) Expected an assignment or function call and instead saw an expression.
(#41) Missing semicolon.
(#41) Missing semicolon.
(#42) Line is too long.
(#42) Expected '{' and instead saw 'c'.
(#42) Expected '{' and instead saw 'a'.
(#42) Expected an assignment or function call and instead saw an expression.
(#42) 'd' is already defined.
(#42) Use '===' to compare with '0'.
(#42) Use '!==' to compare with '0'.
(#42) Expected '{' and instead saw 'e'.
(#42) Expected an assignment or function call and instead saw an expression.
(#42) Missing semicolon.
(#42) Use '===' to compare with '0'.
(#42) Use '!==' to compare with '0'.
(#43) Line is too long.
(#43) 'f' used out of scope.
(#43) 'f' used out of scope.
(#43) 'f' used out of scope.
(#43) 'f' used out of scope.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) Missing semicolon.
(#44) Line is too long.
(#44) Expected '{' and instead saw 'if'.
(#44) Confusing use of '!'.
(#44) Missing '()' invoking a constructor.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) 'g' is already defined.
(#45) Line is too long.
(#45) Use '===' to compare with '0'.
(#45) Expected an assignment or function call and instead saw an expression.
(#45) Missing semicolon.
(#45) 'i' used out of scope.
(#45) 'i' used out of scope.
(#46) Line is too long.
(#46) 'i' used out of scope.
(#46) 'i' used out of scope.
(#46) 'i' used out of scope.
(#46) 'i' used out of scope.
(#46) Expected an assignment or function call and instead saw an expression.
(#46) Expected an assignment or function call and instead saw an expression.
(#46) Missing semicolon.
(#46) Expected '{' and instead saw 'b'.
(#46) Missing semicolon.
(#47) Line is too long.
(#47) Expected '{' and instead saw 'return'.
(#47) Expected '{' and instead saw 'throw'.
(#47) Missing '()' invoking a constructor.
(#47) Expected an assignment or function call and instead saw an expression.
(#48) Line is too long.
(#48) Expected an assignment or function call and instead saw an expression.
(#48) Missing semicolon.
(#48) Expected '{' and instead saw 'f'.
(#48) 'g' used out of scope.
(#48) Expected '{' and instead saw 'f'.
(#48) 'g' used out of scope.
(#48) Expected '{' and instead saw 'f'.
(#48) 'g' used out of scope.
(#48) Expected '{' and instead saw 'break'.
(#48) Expected '{' and instead saw 'throw'.
(#48) 'g' used out of scope.
(#48) Missing semicolon.
(#48) Missing semicolon.
(#48) Missing semicolon.
(#49) Line is too long.
(#49) Missing semicolon.
(#49) Missing semicolon.
(#49) Missing semicolon.
(#50) Missing semicolon.
(#11) 'c' is defined but never used.
blocks/configurable_reports/js/codemirror/addon/merge/merge.js
(#30) Missing 'new' prefix when invoking a constructor.
(#55) Expected '{' and instead saw 'clear'.
(#74) Use '===' to compare with 'true'.
(#93) Expected an assignment or function call and instead saw an expression.
(#96) Expected an assignment or function call and instead saw an expression.
(#102) Expected '{' and instead saw 'return'.
(#103) Expected '{' and instead saw 'return'.
(#104) Missing '()' invoking a constructor.
(#109) Expected '{' and instead saw 'return'.
(#111) A leading decimal point can be confused with a dot: '.5'.
(#128) Expected '{' and instead saw 'targetPos'.
(#139) Use '===' to compare with 'null'.
(#139) Expected '{' and instead saw 'bot'.
(#146) Use '!==' to compare with 'false'.
(#146) Expected '{' and instead saw 'syncScroll'.
(#146) Expected an assignment or function call and instead saw an expression.
(#188) Missing 'new' prefix when invoking a constructor.
(#189) Missing 'new' prefix when invoking a constructor.
(#189) Missing 'new' prefix when invoking a constructor.
(#195) Expected '{' and instead saw 'editor'.
(#196) Expected '{' and instead saw 'editor'.
(#202) Expected '{' and instead saw 'marks'.
(#204) Expected '{' and instead saw 'marks'.
(#216) Expected '{' and instead saw 'markChunk'.
(#224) Expected '{' and instead saw 'marks'.
(#229) Expected '{' and instead saw 'markChunk'.
(#235) Expected '{' and instead saw 'return'.
(#250) Expected '{' and instead saw 'return'.
(#257) 'tmp' is already defined.
(#273) Expected '{' and instead saw 'return'.
(#274) Missing 'new' prefix when invoking a constructor.
(#274) Missing 'new' prefix when invoking a constructor.
(#275) Missing 'new' prefix when invoking a constructor.
(#275) Missing 'new' prefix when invoking a constructor.
(#281) Expected '{' and instead saw 'return'.
(#283) Use '===' to compare with 'null'.
(#284) Use '!==' to compare with 'null'.
(#284) Use '!==' to compare with 'null'.
(#305) 'rightPane' used out of scope.
(#309) Missing 'new' prefix when invoking a constructor.
(#311) Expected '{' and instead saw 'left'.
(#311) 'leftPane' used out of scope.
(#312) Expected '{' and instead saw 'right'.
(#312) 'rightPane' used out of scope.
(#315) Expected '{' and instead saw 'drawConnectors'.
(#316) Expected '{' and instead saw 'drawConnectors'.
(#320) Empty block.
(#333) Expected '{' and instead saw 'copyChunk'.
(#337) Expected '{' and instead saw 'svg'.
(#339) Expected '{' and instead saw 'gapElts'.
(#341) Did you mean to return a conditional instead of an assignment?
(#350) Expected '{' and instead saw 'this'.
(#351) Expected '{' and instead saw 'this'.
(#357) A constructor name should start with an uppercase letter.
(#376) Missing 'new' prefix when invoking a constructor.
(#376) Missing 'new' prefix when invoking a constructor.
(#386) Expected '{' and instead saw 'f'.
(#394) Expected '{' and instead saw 'f'.
(#398) Expected '{' and instead saw 'return'.
(#400) Expected '{' and instead saw 'return'.
(#401) Expected '{' and instead saw 'return'.
(#407) Use '===' to compare with '0'.
(#407) Expected '{' and instead saw 'return'.
(#409) Expected '{' and instead saw 'return'.
(#410) Expected '{' and instead saw 'return'.
(#420) Use '===' to compare with 'null'.
(#434) Expected '{' and instead saw 'e'.
(#435) Expected '{' and instead saw 'e'.
(#436) Expected '{' and instead saw 'e'.
(#437) Expected '{' and instead saw 'for'.
(#437) Expected '{' and instead saw 'e'.
(#443) Expected '{' and instead saw 'node'.
(#448) Expected '{' and instead saw 'elt'.
(#452) Expected '{' and instead saw 'target'.
(#453) Expected '{' and instead saw 'if'.
(#453) Expected '{' and instead saw 'target'.
(#458) Missing 'new' prefix when invoking a constructor.
(#461) Expected '{' and instead saw 'break'.
(#463) Expected '{' and instead saw '++'.
(#467) Expected '{' and instead saw 'other'.
(#5) 'CodeMirror' is not defined.
(#30) 'CodeMirror' is not defined.
(#64) 'CodeMirror' is not defined.
(#67) 'DIFF_INSERT' is not defined.
(#68) 'DIFF_DELETE' is not defined.
(#93) 'DIFF_INSERT' is not defined.
(#96) 'DIFF_DELETE' is not defined.
(#105) 'DIFF_INSERT' is not defined.
(#113) 'DIFF_INSERT' is not defined.
(#114) 'DIFF_INSERT' is not defined.
(#115) 'DIFF_INSERT' is not defined.
(#146) 'DIFF_INSERT' is not defined.
(#155) 'CodeMirror' is not defined.
(#190) 'DIFF_DELETE' is not defined.
(#211) 'DIFF_EQUAL' is not defined.
(#280) 'CodeMirror' is not defined.
(#309) 'CodeMirror' is not defined.
(#318) 'CodeMirror' is not defined.
(#321) 'CodeMirror' is not defined.
(#329) 'CodeMirror' is not defined.
(#331) 'CodeMirror' is not defined.
(#357) 'diff_match_patch' is not defined.
(#379) 'DIFF_EQUAL' is not defined.
(#390) 'DIFF_INSERT' is not defined.
blocks/configurable_reports/js/codemirror/addon/mode/loadmode.js
(#2) Expected '{' and instead saw 'CodeMirror'.
(#7) Use '===' to compare with '0'.
(#7) Expected '{' and instead saw 'cont'.
(#11) Expected '{' and instead saw 'return'.
(#15) Expected '{' and instead saw 'missing'.
(#17) Expected '{' and instead saw 'return'.
(#19) 'i' is already defined.
(#20) Expected '{' and instead saw 'CodeMirror'.
(#24) Expected '{' and instead saw 'mode'.
(#25) Expected '{' and instead saw 'return'.
(#26) Expected '{' and instead saw 'return'.
(#34) Expected '{' and instead saw 'return'.
(#39) Expected '{' and instead saw 'list'.
(#47) Expected '{' and instead saw 'CodeMirror'.
(#2) 'CodeMirror' is not defined.
(#2) 'CodeMirror' is not defined.
(#10) 'CodeMirror' is not defined.
(#14) 'CodeMirror' is not defined.
(#20) 'CodeMirror' is not defined.
(#23) 'CodeMirror' is not defined.
(#25) 'CodeMirror' is not defined.
(#29) 'CodeMirror' is not defined.
(#35) 'CodeMirror' is not defined.
(#45) 'CodeMirror' is not defined.
(#46) 'CodeMirror' is not defined.
(#47) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/mode/multiplex.js
(#7) Expected '{' and instead saw 'return'.
(#44) Expected '{' and instead saw 'stream'.
(#46) Expected '{' and instead saw 'stream'.
(#49) 'oldContent' is already defined.
(#50) 'found' is already defined.
(#56) Expected '{' and instead saw 'stream'.
(#58) Expected '{' and instead saw 'stream'.
(#59) 'found' is already defined.
(#60) Expected '{' and instead saw 'stream'.
(#63) Expected '{' and instead saw 'innerToken'.
(#64) Expected '{' and instead saw 'innerToken'.
(#73) Expected '{' and instead saw 'return'.
(#1) 'CodeMirror' is not defined.
(#15) 'CodeMirror' is not defined.
(#23) 'CodeMirror' is not defined.
(#25) 'CodeMirror' is not defined.
(#38) 'CodeMirror' is not defined.
(#73) 'CodeMirror' is not defined.
(#87) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/mode/multiplex_test.js
(#2) 'CodeMirror' is not defined.
(#3) 'CodeMirror' is not defined.
(#4) 'CodeMirror' is not defined.
(#14) 'CodeMirror' is not defined.
(#17) 'CodeMirror' is not defined.
(#20) 'test' is not defined.
blocks/configurable_reports/js/codemirror/addon/mode/overlay.js
(#40) Expected '{' and instead saw 'state'.
(#42) Use '===' to compare with 'null'.
(#42) Expected '{' and instead saw 'return'.
(#43) Use '!==' to compare with 'null'.
(#43) Expected '{' and instead saw 'return'.
(#44) Expected '{' and instead saw 'return'.
(#55) Expected '{' and instead saw 'base'.
(#56) Expected '{' and instead saw 'overlay'.
(#10) 'CodeMirror' is not defined.
(#10) 'CodeMirror' is not defined.
(#14) 'CodeMirror' is not defined.
(#15) 'CodeMirror' is not defined.
(#22) 'CodeMirror' is not defined.
(#23) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/runmode/colorize.js
(#6) Expected '{' and instead saw 'return'.
(#9) Expected '{' and instead saw 'out'.
(#14) Expected '{' and instead saw 'collection'.
(#19) Expected '{' and instead saw 'continue'.
(#1) 'CodeMirror' is not defined.
(#24) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/runmode/runmode-standalone.js
(#8) Unnecessary semicolon.
(#16) Use '===' to compare with '0'.
(#20) Expected '{' and instead saw 'return'.
(#24) Expected '{' and instead saw 'var'.
(#25) Expected '{' and instead saw 'var'.
(#25) 'ok' is already defined.
(#26) 'ok' used out of scope.
(#30) Empty block.
(#35) Expected '{' and instead saw '++'.
(#51) Expected '{' and instead saw 'this'.
(#56) Expected '{' and instead saw 'return'.
(#57) Expected '{' and instead saw 'this'.
(#74) Expected '{' and instead saw 'spec'.
(#76) Expected '{' and instead saw 'var'.
(#77) Use '!==' to compare with 'null'.
(#78) Expected '{' and instead saw 'var'.
(#78) 'mname' is already defined.
(#78) 'config' is already defined.
(#79) 'mname' used out of scope.
(#80) Expected '{' and instead saw 'throw'.
(#81) 'config' used out of scope.
(#110) Expected '{' and instead saw 'content'.
(#127) Expected '{' and instead saw 'callback'.
(#63) 'CodeMirror' is not defined.
(#65) 'CodeMirror' is not defined.
(#69) 'CodeMirror' is not defined.
(#69) 'CodeMirror' is not defined.
(#70) 'CodeMirror' is not defined.
(#71) 'CodeMirror' is not defined.
(#72) 'CodeMirror' is not defined.
(#84) 'CodeMirror' is not defined.
(#85) 'CodeMirror' is not defined.
(#125) 'CodeMirror' is not defined.
(#128) 'CodeMirror' is not defined.
(#25) 'ok' is defined but never used.
(#78) 'mname' is defined but never used.
(#78) 'config' is defined but never used.
blocks/configurable_reports/js/codemirror/addon/runmode/runmode.js
(#4) Use '===' to compare with 'null'.
(#31) Expected '{' and instead saw 'content'.
(#48) Expected '{' and instead saw 'callback'.
(#1) 'CodeMirror' is not defined.
(#2) 'CodeMirror' is not defined.
(#2) 'CodeMirror' is not defined.
(#7) 'CodeMirror' is not defined.
(#46) 'CodeMirror' is not defined.
(#46) 'CodeMirror' is not defined.
(#49) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/runmode/runmode.node.js
(#3) Unnecessary semicolon.
(#11) Use '===' to compare with '0'.
(#15) Expected '{' and instead saw 'return'.
(#19) Expected '{' and instead saw 'var'.
(#20) Expected '{' and instead saw 'var'.
(#20) 'ok' is already defined.
(#21) 'ok' used out of scope.
(#25) Empty block.
(#30) Expected '{' and instead saw '++'.
(#46) Expected '{' and instead saw 'this'.
(#51) Expected '{' and instead saw 'return'.
(#52) Expected '{' and instead saw 'this'.
(#68) Expected '{' and instead saw 'mode'.
(#81) Expected '{' and instead saw 'spec'.
(#83) Expected '{' and instead saw 'var'.
(#84) Use '!==' to compare with 'null'.
(#85) Expected '{' and instead saw 'var'.
(#85) 'mname' is already defined.
(#85) 'config' is already defined.
(#86) 'mname' used out of scope.
(#87) Expected '{' and instead saw 'throw'.
(#88) 'config' used out of scope.
(#95) Expected '{' and instead saw 'callback'.
(#58) 'exports' is not defined.
(#60) 'exports' is not defined.
(#64) 'exports' is not defined.
(#64) 'exports' is not defined.
(#65) 'exports' is not defined.
(#72) 'exports' is not defined.
(#74) 'exports' is not defined.
(#77) 'exports' is not defined.
(#79) 'exports' is not defined.
(#91) 'exports' is not defined.
(#92) 'exports' is not defined.
(#93) 'exports' is not defined.
(#96) 'exports' is not defined.
(#20) 'ok' is defined but never used.
(#85) 'mname' is defined but never used.
(#85) 'config' is defined but never used.
blocks/configurable_reports/js/codemirror/addon/scroll/scrollpastend.js
(#18) Expected '{' and instead saw 'updateBottomMargin'.
(#4) 'CodeMirror' is not defined.
(#5) 'CodeMirror' is not defined.
(#17) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/search/match-highlighter.js
(#27) Use '===' to compare with 'null'.
(#27) Expected '{' and instead saw 'this'.
(#28) Use '===' to compare with 'null'.
(#28) Expected '{' and instead saw 'this'.
(#29) Use '===' to compare with 'null'.
(#29) Expected '{' and instead saw 'this'.
(#36) Expected '{' and instead saw 'cm'.
(#64) Expected '{' and instead saw '--'.
(#65) Expected '{' and instead saw '++'.
(#67) Expected '{' and instead saw 'cm'.
(#70) Expected '{' and instead saw 'return'.
(#73) Expected '{' and instead saw 'cm'.
(#86) Expected '{' and instead saw 'return'.
(#88) Expected an assignment or function call and instead saw an expression.
(#33) 'CodeMirror' is not defined.
(#34) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/search/search.js
(#11) Expected '{' and instead saw 'return'.
(#12) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#17) Expected '{' and instead saw 'return'.
(#20) Expected '{' and instead saw 'break'.
(#37) Expected '{' and instead saw 'cm'.
(#38) Expected '{' and instead saw 'f'.
(#41) Expected '{' and instead saw 'cm'.
(#42) Expected '{' and instead saw 'fs'.
(#52) Expected '{' and instead saw 'return'.
(#55) Expected '{' and instead saw 'return'.
(#70) Expected '{' and instead saw 'return'.
(#77) Expected '{' and instead saw 'return'.
(#88) Expected '{' and instead saw 'return'.
(#96) Don't make functions within a loop.
(#97) Expected '{' and instead saw 'cursor'.
(#108) Expected '{' and instead saw 'return'.
(#38) 'prompt' is not defined.
(#42) 'confirm' is not defined.
(#69) 'CodeMirror' is not defined.
(#69) 'CodeMirror' is not defined.
(#125) 'CodeMirror' is not defined.
(#126) 'CodeMirror' is not defined.
(#127) 'CodeMirror' is not defined.
(#128) 'CodeMirror' is not defined.
(#129) 'CodeMirror' is not defined.
(#130) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/search/searchcursor.js
(#6) Use '===' to compare with 'null'.
(#6) Expected '{' and instead saw 'caseFold'.
(#8) Missing 'new' prefix when invoking a constructor.
(#16) Expected '{' and instead saw 'query'.
(#24) Expected '{' and instead saw 'break'.
(#28) Expected '{' and instead saw 'break'.
(#32) Use '===' to compare with '0'.
(#32) Use '===' to compare with '0'.
(#39) 'line' is already defined.
(#39) 'match' is already defined.
(#40) 'matchLen' is already defined.
(#41) 'start' is already defined.
(#42) Expected '{' and instead saw 'matchLen'.
(#44) 'match' used out of scope.
(#44) 'matchLen' used out of scope.
(#45) Expected '{' and instead saw 'return'.
(#45) Missing 'new' prefix when invoking a constructor.
(#45) 'start' used out of scope.
(#46) Missing 'new' prefix when invoking a constructor.
(#46) 'start' used out of scope.
(#46) 'matchLen' used out of scope.
(#47) 'match' used out of scope.
(#50) Expected '{' and instead saw 'query'.
(#64) Expected '{' and instead saw 'return'.
(#64) Missing 'new' prefix when invoking a constructor.
(#65) Missing 'new' prefix when invoking a constructor.
(#74) Expected '{' and instead saw 'return'.
(#76) Expected '{' and instead saw 'return'.
(#80) Expected '{' and instead saw 'return'.
(#81) Expected '{' and instead saw 'continue'.
(#85) Expected '{' and instead saw 'return'.
(#86) Missing 'new' prefix when invoking a constructor.
(#86) Missing 'new' prefix when invoking a constructor.
(#101) Missing 'new' prefix when invoking a constructor.
(#108) Expected a conditional expression and instead saw an assignment.
(#114) Expected '{' and instead saw 'return'.
(#115) Missing 'new' prefix when invoking a constructor.
(#119) Expected '{' and instead saw 'return'.
(#120) Missing 'new' prefix when invoking a constructor.
(#125) Expected '{' and instead saw 'return'.
(#126) Expected '{' and instead saw 'return'.
(#129) Expected '{' and instead saw 'return'.
(#132) Missing 'new' prefix when invoking a constructor.
(#2) 'CodeMirror' is not defined.
(#109) 'console' is not defined.
(#130) 'CodeMirror' is not defined.
(#137) 'CodeMirror' is not defined.
(#140) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/selection/active-line.js
(#33) Expected '{' and instead saw 'return'.
(#12) 'CodeMirror' is not defined.
(#13) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/selection/mark-selection.js
(#32) Expected '{' and instead saw 'cm'.
(#43) Use '===' to compare with '0'.
(#43) Expected '{' and instead saw 'return'.
(#47) Missing 'new' prefix when invoking a constructor.
(#49) Missing 'new' prefix when invoking a constructor.
(#51) Use '===' to compare with 'null'.
(#51) Expected '{' and instead saw 'array'.
(#52) Expected '{' and instead saw 'array'.
(#53) Expected '{' and instead saw 'break'.
(#60) Expected '{' and instead saw 'array'.
(#72) Use '===' to compare with '0'.
(#72) Expected '{' and instead saw 'return'.
(#75) Expected '{' and instead saw 'return'.
(#80) Expected '{' and instead saw 'return'.
(#10) 'CodeMirror' is not defined.
(#11) 'CodeMirror' is not defined.
(#36) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/addon/tern/tern.js
(#51) Expected '{' and instead saw 'plugins'.
(#75) Did you mean to return a conditional instead of an assignment?
(#80) Expected '{' and instead saw 'return'.
(#89) Expected '{' and instead saw 'sendDoc'.
(#116) Expected '{' and instead saw 'data'.
(#129) Expected '{' and instead saw 'c'.
(#131) Expected '{' and instead saw 'ts'.
(#133) Expected '{' and instead saw 'c'.
(#139) Expected '{' and instead saw 'return'.
(#141) Expected '{' and instead saw 'for'.
(#153) Expected '{' and instead saw 'ts'.
(#156) Use '===' to compare with 'null'.
(#157) Expected '{' and instead saw 'data'.
(#159) Expected '{' and instead saw 'changed'.
(#160) Expected '{' and instead saw 'changed'.
(#161) Expected '{' and instead saw 'changed'.
(#163) Expected '{' and instead saw 'setTimeout'.
(#164) Expected '{' and instead saw 'sendDoc'.
(#170) Expected '{' and instead saw 'console'.
(#171) Expected '{' and instead saw 'doc'.
(#179) Expected '{' and instead saw 'return'.
(#182) Missing 'new' prefix when invoking a constructor.
(#183) Missing 'new' prefix when invoking a constructor.
(#184) Expected '{' and instead saw 'after'.
(#188) Expected '{' and instead saw 'className'.
(#214) Expected '{' and instead saw 'suffix'.
(#215) Expected '{' and instead saw 'suffix'.
(#216) Expected '{' and instead saw 'suffix'.
(#217) Expected '{' and instead saw 'suffix'.
(#218) Expected '{' and instead saw 'suffix'.
(#226) Expected '{' and instead saw 'return'.
(#230) 'tip' is already defined.
(#232) Expected '{' and instead saw 'tip'.
(#238) 'tip' used out of scope.
(#247) Expected '{' and instead saw 'return'.
(#250) Expected '{' and instead saw 'return'.
(#252) Expected '{' and instead saw 'return'.
(#257) 'pos' is already defined.
(#259) Expected '{' and instead saw 'break'.
(#266) Expected '{' and instead saw 'return'.
(#268) Missing 'new' prefix when invoking a constructor.
(#270) Use '===' to compare with '0'.
(#271) Expected '{' and instead saw 'return'.
(#274) Expected '{' and instead saw 'return'.
(#293) Expected '{' and instead saw 'tip'.
(#302) Expected '{' and instead saw 'tip'.
(#314) Expected '{' and instead saw 'return'.
(#315) Expected '{' and instead saw '++'.
(#316) Expected '{' and instead saw '--'.
(#322) Expected '{' and instead saw 'for'.
(#329) Expected '{' and instead saw 'break'.
(#345) Expected '{' and instead saw 'return'.
(#363) Expected '{' and instead saw 'dialog'.
(#363) Expected '{' and instead saw 'inner'.
(#365) Expected '{' and instead saw 'inner'.
(#370) Expected '{' and instead saw 'return'.
(#386) Missing 'new' prefix when invoking a constructor.
(#390) Expected '{' and instead saw 'text'.
(#391) Expected '{' and instead saw 'return'.
(#397) Expected '{' and instead saw 'dist'.
(#400) Expected '{' and instead saw 'return'.
(#403) Expected '{' and instead saw 'nearest'.
(#405) Expected '{' and instead saw 'nearest'.
(#405) Missing 'new' prefix when invoking a constructor.
(#407) Expected '{' and instead saw 'var'.
(#407) Missing 'new' prefix when invoking a constructor.
(#409) Expected '{' and instead saw 'var'.
(#409) 'end' is already defined.
(#409) Missing 'new' prefix when invoking a constructor.
(#410) 'end' used out of scope.
(#415) Expected '{' and instead saw 'return'.
(#423) Expected '{' and instead saw 'showError'.
(#426) Expected '{' and instead saw 'return'.
(#440) Unnecessary semicolon.
(#441) Expected '{' and instead saw 'continue'.
(#442) Don't make functions within a loop.
(#444) 'i' is already defined.
(#445) 'ch' is already defined.
(#455) Expected '{' and instead saw 'delete'.
(#456) Expected '{' and instead saw 'query'.
(#458) Use '===' to compare with 'null'.
(#461) Expected '{' and instead saw 'query'.
(#471) 'offsetLines' is already defined.
(#472) Use '!==' to compare with 'null'.
(#472) Expected '{' and instead saw 'query'.
(#472) Missing 'new' prefix when invoking a constructor.
(#472) Confusing minuses.
(#473) Missing 'new' prefix when invoking a constructor.
(#500) Expected '{' and instead saw 'continue'.
(#502) Use '!==' to compare with 'null'.
(#502) Expected '{' and instead saw 'continue'.
(#506) Use '===' to compare with 'null'.
(#506) Expected '{' and instead saw 'minLine'.
(#508) Use '===' to compare with 'null'.
(#509) Expected '{' and instead saw 'endLine'.
(#510) Expected '{' and instead saw 'for'.
(#511) 'indent' is already defined.
(#512) Expected '{' and instead saw 'break'.
(#514) Missing 'new' prefix when invoking a constructor.
(#519) Missing 'new' prefix when invoking a constructor.
(#528) Expected '{' and instead saw 'e'.
(#530) 'elt' is already defined.
(#531) Expected '{' and instead saw 'elt'.
(#539) Expected '{' and instead saw 'cm'.
(#541) Expected '{' and instead saw 'f'.
(#550) Expected '{' and instead saw 'return'.
(#568) Expected '{' and instead saw 'p'.
(#578) Expected '{' and instead saw 'ts'.
(#580) Expected '{' and instead saw 'tempTooltip'.
(#589) Expected '{' and instead saw 'val'.
(#624) Expected '{' and instead saw 'pending'.
(#47) 'CodeMirror' is not defined.
(#55) 'tern' is not defined.
(#70) 'CodeMirror' is not defined.
(#74) 'CodeMirror' is not defined.
(#81) 'CodeMirror' is not defined.
(#94) 'CodeMirror' is not defined.
(#122) 'CodeMirror' is not defined.
(#170) 'console' is not defined.
(#197) 'CodeMirror' is not defined.
(#198) 'CodeMirror' is not defined.
(#199) 'CodeMirror' is not defined.
(#249) 'CodeMirror' is not defined.
(#501) 'CodeMirror' is not defined.
(#508) 'CodeMirror' is not defined.
(#511) 'CodeMirror' is not defined.
(#541) 'prompt' is not defined.
(#617) 'console' is not defined.
(#374) 'moveTo' is defined but never used.
(#409) 'end' is defined but never used.
blocks/configurable_reports/js/codemirror/addon/tern/worker.js
(#22) 'pending' was used before it was defined.
(#28) 'startServer' was used before it was defined.
(#29) Expected '{' and instead saw 'importScripts'.
(#12) 'postMessage' is not defined.
(#24) 'postMessage' is not defined.
(#29) 'importScripts' is not defined.
(#31) 'tern' is not defined.
(#40) 'postMessage' is not defined.
(#39) 'console' is defined but never used.
blocks/configurable_reports/js/codemirror/keymap/emacs.js
(#12) Expected '{' and instead saw 'killRing'.
(#15) Expected '{' and instead saw 'return'.
(#19) Expected '{' and instead saw 'killRing'.
(#24) Use '===' to compare with 'null'.
(#24) Expected '{' and instead saw 'text'.
(#27) Expected '{' and instead saw 'growRingTop'.
(#29) Expected '{' and instead saw 'addToRing'.
(#32) Expected '{' and instead saw 'lastKill'.
(#33) Expected '{' and instead saw 'lastKill'.
(#61) Expected '{' and instead saw 'return'.
(#61) Missing 'new' prefix when invoking a constructor.
(#64) Expected '{' and instead saw 'sawText'.
(#65) Expected '{' and instead saw 'return'.
(#65) Missing 'new' prefix when invoking a constructor.
(#75) Expected '{' and instead saw 'return'.
(#75) Missing 'new' prefix when invoking a constructor.
(#77) Expected '{' and instead saw 'return'.
(#77) Missing 'new' prefix when invoking a constructor.
(#82) Expected '{' and instead saw 'return'.
(#82) Missing 'new' prefix when invoking a constructor.
(#83) Expected '{' and instead saw 'sawWord'.
(#92) Expected '{' and instead saw 'return'.
(#92) Missing 'new' prefix when invoking a constructor.
(#96) Missing 'new' prefix when invoking a constructor.
(#99) Expected '{' and instead saw 'return'.
(#100) Expected '{' and instead saw 'pos'.
(#111) Expected '{' and instead saw 'return'.
(#121) Expected '{' and instead saw 'f'.
(#130) Expected '{' and instead saw 'break'.
(#150) Expected '{' and instead saw 'cm'.
(#163) Expected '{' and instead saw 'clearPrefix'.
(#176) Expected '{' and instead saw 'txt'.
(#189) Expected '{' and instead saw 'return'.
(#206) Expected '{' and instead saw 'cm'.
(#208) Expected '{' and instead saw 'f'.
(#222) Use '===' to compare with 'null'.
(#223) 'ch' is already defined.
(#225) Expected '{' and instead saw 'stack'.
(#227) Expected '{' and instead saw 'stack'.
(#229) Expected '{' and instead saw 'stack'.
(#231) Expected '{' and instead saw 'return'.
(#231) Missing 'new' prefix when invoking a constructor.
(#242) Missing 'new' prefix when invoking a constructor.
(#246) Missing 'new' prefix when invoking a constructor.
(#303) Expected '{' and instead saw '--'.
(#304) Expected '{' and instead saw '++'.
(#305) Missing 'new' prefix when invoking a constructor.
(#305) Missing 'new' prefix when invoking a constructor.
(#310) Expected '{' and instead saw 'pos'.
(#310) Missing 'new' prefix when invoking a constructor.
(#313) Expected '{' and instead saw 'return'.
(#321) Expected '{' and instead saw 'return'.
(#363) Use '!==' to compare with 'null'.
(#363) Expected '{' and instead saw 'return'.
(#367) Unexpected use of '|'.
(#368) Expected '{' and instead saw 'cm'.
(#385) Expected '{' and instead saw 'regPrefix'.
(#4) 'CodeMirror' is not defined.
(#208) 'prompt' is not defined.
(#239) 'CodeMirror' is not defined.
(#347) 'CodeMirror' is not defined.
(#360) 'CodeMirror' is not defined.
(#374) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/keymap/extra.js
(#10) Expected '{' and instead saw 'return'.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Missing 'new' prefix when invoking a constructor.
(#16) Expected '{' and instead saw 'cm'.
(#16) Missing 'new' prefix when invoking a constructor.
(#18) Expected '{' and instead saw 'cm'.
(#18) Missing 'new' prefix when invoking a constructor.
(#21) Missing 'new' prefix when invoking a constructor.
(#24) Missing 'new' prefix when invoking a constructor.
(#34) Missing 'new' prefix when invoking a constructor.
(#34) Missing 'new' prefix when invoking a constructor.
(#7) 'CodeMirror' is not defined.
(#38) 'CodeMirror' is not defined.
(#39) 'CodeMirror' is not defined.
(#41) 'CodeMirror' is not defined.
(#42) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/keymap/vim.js
(#336) Expected '{' and instead saw 'return'.
(#1329) 'res' is already defined.
(#1375) 'curEnd' is already defined.
(#1393) Expected '{' and instead saw 'return'.
(#1856) Expected '{' and instead saw 'cm'.
(#1885) Expected '{' and instead saw 'break'.
(#1887) Expected '{' and instead saw 'return'.
(#2057) 'line' is already defined.
(#2172) Expected '{' and instead saw 'return'.
(#2204) Expected '{' and instead saw 'return'.
(#2226) Expected '{' and instead saw 'return'.
(#2251) Expected '{' and instead saw 'return'.
(#2254) Expected '{' and instead saw 'init'.
(#2305) Use '===' to compare with ''.
(#2315) Use '===' to compare with ''.
(#2761) Use '===' to compare with '0'.
(#2779) Expected '{' and instead saw 'break'.
(#2803) Use '===' to compare with '0'.
(#3047) Expected '{' and instead saw 'break'.
(#3136) 'i' is already defined.
(#3345) Expected a 'break' statement before 'case'.
(#3491) Expected '{' and instead saw 'break'.
(#3505) Expected '{' and instead saw 'return'.
(#3514) Unnecessary semicolon.
(#3519) Expected '{' and instead saw 'return'.
(#3560) 'InsertModeKey' was used before it was defined.
(#3635) Unnecessary semicolon.
(#3664) Missing 'new' prefix when invoking a constructor.
(#322) 'CodeMirror' is not defined.
(#325) 'CodeMirror' is not defined.
(#587) 'CodeMirror' is not defined.
(#946) 'CodeMirror' is not defined.
(#952) 'CodeMirror' is not defined.
(#1006) 'CodeMirror' is not defined.
(#1008) 'CodeMirror' is not defined.
(#1660) 'CodeMirror' is not defined.
(#1663) 'CodeMirror' is not defined.
(#1669) 'CodeMirror' is not defined.
(#1705) 'CodeMirror' is not defined.
(#1718) 'CodeMirror' is not defined.
(#1723) 'CodeMirror' is not defined.
(#1772) 'CodeMirror' is not defined.
(#1773) 'CodeMirror' is not defined.
(#1822) 'CodeMirror' is not defined.
(#1827) 'CodeMirror' is not defined.
(#1858) 'CodeMirror' is not defined.
(#1858) 'CodeMirror' is not defined.
(#2036) 'CodeMirror' is not defined.
(#2636) 'prompt' is not defined.
(#2696) 'alert' is not defined.
(#2880) 'CodeMirror' is not defined.
(#2903) 'CodeMirror' is not defined.
(#3078) 'CodeMirror' is not defined.
(#3202) 'CodeMirror' is not defined.
(#3203) 'CodeMirror' is not defined.
(#3205) 'CodeMirror' is not defined.
(#3207) 'CodeMirror' is not defined.
(#3223) 'CodeMirror' is not defined.
(#3335) 'CodeMirror' is not defined.
(#3336) 'CodeMirror' is not defined.
(#3405) 'CodeMirror' is not defined.
(#3438) 'CodeMirror' is not defined.
(#3446) 'CodeMirror' is not defined.
(#3459) 'CodeMirror' is not defined.
(#3462) 'CodeMirror' is not defined.
(#3471) 'CodeMirror' is not defined.
(#3472) 'CodeMirror' is not defined.
(#3478) 'CodeMirror' is not defined.
(#3513) 'CodeMirror' is not defined.
(#3572) 'CodeMirror' is not defined.
(#3578) 'CodeMirror' is not defined.
(#3641) 'CodeMirror' is not defined.
(#3651) 'CodeMirror' is not defined.
(#3664) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/lib/codemirror.js
(#13) Use '===' to compare with 'null'.
(#14) Use '===' to compare with 'null'.
(#32) Expected '{' and instead saw 'opera_version'.
(#35) Use '===' to compare with 'null'.
(#44) Expected '{' and instead saw 'return'.
(#48) Expected '{' and instead saw 'if'.
(#49) Expected '{' and instead saw 'options'.
(#56) Expected '{' and instead saw 'focusInput'.
(#68) Expected '{' and instead saw 'this'.
(#71) Expected '{' and instead saw 'doc'.
(#76) Expected '{' and instead saw 'setTimeout'.
(#82) Expected '{' and instead saw 'setTimeout'.
(#83) Expected '{' and instead saw 'onBlur'.
(#87) Expected '{' and instead saw 'if'.
(#88) Expected '{' and instead saw 'optionHandlers'.
(#89) Expected '{' and instead saw 'initHooks'.
(#98) Line is too long.
(#99) Expected '{' and instead saw 'input'.
(#100) Expected '{' and instead saw 'input'.
(#102) Expected '{' and instead saw 'input'.
(#103) Line is too long.
(#141) Expected '{' and instead saw 'place'.
(#141) Expected '{' and instead saw 'place'.
(#144) Expected '{' and instead saw 'input'.
(#145) Expected '{' and instead saw 'd'.
(#149) Expected '{' and instead saw 'd'.
(#197) Expected '{' and instead saw 'line'.
(#198) Expected '{' and instead saw 'line'.
(#203) Expected '{' and instead saw 'regChange'.
(#225) Expected '{' and instead saw 'return'.
(#227) Expected '{' and instead saw 'return'.
(#229) Expected '{' and instead saw 'return'.
(#237) Expected '{' and instead saw 'updateLineHeight'.
(#275) Use '===' to compare with '0'.
(#275) Expected '{' and instead saw 'return'.
(#277) Expected a conditional expression and instead saw an assignment.
(#283) Expected a conditional expression and instead saw an assignment.
(#284) 'found' is already defined.
(#351) Expected '{' and instead saw 'd'.
(#356) Expected '{' and instead saw 'd'.
(#359) Expected '{' and instead saw 'd'.
(#364) Expected '{' and instead saw 'top'.
(#375) Expected '{' and instead saw 'return'.
(#378) Expected '{' and instead saw 'if'.
(#379) Expected '{' and instead saw 'a'.
(#382) Expected '{' and instead saw 'display'.
(#386) Expected '{' and instead saw 'return'.
(#416) Expected '{' and instead saw 'break'.
(#429) Expected '{' and instead saw 'viewPort'.
(#433) Expected '{' and instead saw 'break'.
(#439) Expected '{' and instead saw 'signalLater'.
(#456) Use '===' to compare with '0'.
(#458) Expected '{' and instead saw 'return'.
(#461) Expected '{' and instead saw 'changes'.
(#468) Expected '{' and instead saw 'for'.
(#469) Expected '{' and instead saw 'if'.
(#474) Expected '{' and instead saw 'from'.
(#475) Expected '{' and instead saw 'to'.
(#478) Expected '{' and instead saw '++'.
(#485) Expected '{' and instead saw 'intact'.
(#486) Expected '{' and instead saw 'intact'.
(#491) Expected '{' and instead saw 'for'.
(#491) 'i' is already defined.
(#493) Expected a conditional expression and instead saw an assignment.
(#495) Expected '{' and instead saw 'range'.
(#502) 'i' is already defined.
(#503) 'range' is already defined.
(#504) Expected '{' and instead saw 'range'.
(#505) Expected '{' and instead saw 'range'.
(#506) Expected '{' and instead saw 'intact'.
(#507) Expected '{' and instead saw 'intactLines'.
(#519) A leading decimal point can be confused with a dot: '.7'.
(#519) Expected '{' and instead saw 'display'.
(#522) 'focused' used out of scope.
(#522) 'focused' used out of scope.
(#522) 'focused' used out of scope.
(#522) Expected '{' and instead saw 'focused'.
(#522) 'focused' used out of scope.
(#543) Expected '{' and instead saw 'if'.
(#553) Expected '{' and instead saw 'height'.
(#554) A leading decimal point can be confused with a dot: '.001'.
(#554) A leading decimal point can be confused with a dot: '.001'.
(#557) Expected '{' and instead saw 'for'.
(#558) Expected '{' and instead saw 'widgets'.
(#580) Expected '{' and instead saw 'intact2'.
(#582) Expected '{' and instead saw 'intact2'.
(#607) Expected '{' and instead saw 'removeChildren'.
(#623) Expected '{' and instead saw 'nextIntact'.
(#625) Use '!==' to compare with '0'.
(#625) Expected '{' and instead saw 'updateLineHeight'.
(#626) Expected '{' and instead saw 'for'.
(#637) Expected '{' and instead saw 'wnode'.
(#644) Expected '{' and instead saw 'cur'.
(#646) Expected '{' and instead saw 'setTextContent'.
(#652) Expected '{' and instead saw 'for'.
(#653) Expected '{' and instead saw 'if'.
(#655) 'reuse' used out of scope.
(#656) 'reuse' used out of scope.
(#659) 'reuse' used out of scope.
(#659) Expected '{' and instead saw 'cur'.
(#667) Expected '{' and instead saw 'cur'.
(#676) Expected '{' and instead saw 'return'.
(#693) Expected '{' and instead saw 'insertBefore'.
(#714) Expected '{' and instead saw 'wrap'.
(#719) Expected '{' and instead saw '('.
(#721) Expected '{' and instead saw 'wrap'.
(#727) Expected '{' and instead saw 'for'.
(#730) Expected '{' and instead saw 'gutterWrap'.
(#734) Expected '{' and instead saw 'wrap'.
(#735) Expected '{' and instead saw 'for'.
(#735) 'i' is already defined.
(#736) 'widget' is already defined.
(#737) Expected '{' and instead saw 'node'.
(#740) Expected '{' and instead saw 'wrap'.
(#740) Use '!==' to compare with '0'.
(#740) 'gutterWrap' used out of scope.
(#742) Expected '{' and instead saw 'wrap'.
(#762) Expected '{' and instead saw 'node'.
(#772) Expected '{' and instead saw 'updateSelectionCursor'.
(#774) Expected '{' and instead saw 'display'.
(#776) Expected '{' and instead saw 'updateSelectionRange'.
(#778) Expected '{' and instead saw 'display'.
(#803) A leading decimal point can be confused with a dot: '.85'.
(#814) Expected '{' and instead saw 'top'.
(#816) Use '===' to compare with 'null'.
(#825) Missing 'new' prefix when invoking a constructor.
(#828) Use '===' to compare with 'null'.
(#839) Use '===' to compare with 'null'.
(#839) Use '===' to compare with '0'.
(#839) Expected '{' and instead saw 'left'.
(#843) Expected '{' and instead saw 'add'.
(#845) Use '===' to compare with 'null'.
(#845) Expected '{' and instead saw 'right'.
(#847) Expected '{' and instead saw 'start'.
(#849) Expected '{' and instead saw 'end'.
(#850) Expected '{' and instead saw 'left'.
(#872) Expected '{' and instead saw 'add'.
(#881) Expected '{' and instead saw 'return'.
(#887) Expected '{' and instead saw 'display'.
(#896) Expected '{' and instead saw 'cm'.
(#901) Expected '{' and instead saw 'doc'.
(#902) Expected '{' and instead saw 'return'.
(#903) Missing '()' invoking a constructor.
(#911) Expected '{' and instead saw 'ischange'.
(#913) Expected '{' and instead saw 'prevChange'.
(#914) Expected '{' and instead saw 'changed'.
(#919) Use '===' to compare with '0'.
(#922) Missing '()' invoking a constructor.
(#928) Expected '{' and instead saw 'operation'.
(#930) Expected '{' and instead saw 'regChange'.
(#942) Expected '{' and instead saw 'return'.
(#944) Expected '{' and instead saw 'return'.
(#946) Use '===' to compare with 'null'.
(#956) Expected '{' and instead saw 'return'.
(#958) Expected '{' and instead saw 'state'.
(#959) Expected '{' and instead saw 'state'.
(#962) Use '===' to compare with '0'.
(#988) Expected '{' and instead saw 'break'.
(#989) Use '===' to compare with '0'.
(#989) Expected '{' and instead saw 'dir'.
(#992) 'r' used out of scope.
(#992) Expected '{' and instead saw 'r'.
(#992) 'r' used out of scope.
(#992) 'r' used out of scope.
(#993) 'r' used out of scope.
(#993) Expected '{' and instead saw 'r'.
(#993) 'r' used out of scope.
(#993) 'r' used out of scope.
(#994) 'r' used out of scope.
(#994) 'r' used out of scope.
(#995) 'r' used out of scope.
(#995) 'r' used out of scope.
(#996) 'r' used out of scope.
(#997) 'r' used out of scope.
(#1007) Expected '{' and instead saw 'return'.
(#1013) Expected '{' and instead saw 'exists'.
(#1019) Expected '{' and instead saw 'return'.
(#1027) Expected '{' and instead saw 'cache'.
(#1028) Expected '{' and instead saw 'cache'.
(#1034) Expected '{' and instead saw 'return'.
(#1071) Expected '{' and instead saw 'removeChildrenAndAdd'.
(#1075) Expected '{' and instead saw 'bot'.
(#1076) Expected '{' and instead saw 'top'.
(#1079) Expected '{' and instead saw 'continue'.
(#1082) Unexpected use of '>>'.
(#1098) 'i' is already defined.
(#1098) Expected '{' and instead saw 'if'.
(#1098) Expected a conditional expression and instead saw an assignment.
(#1102) Expected '{' and instead saw 'node'.
(#1109) Expected '{' and instead saw 'rect'.
(#1110) Expected '{' and instead saw 'rect'.
(#1111) Expected '{' and instead saw 'rect'.
(#1114) 'i' is already defined.
(#1114) 'cur' is already defined.
(#1114) Expected '{' and instead saw 'if'.
(#1114) Expected a conditional expression and instead saw an assignment.
(#1116) Expected '{' and instead saw 'finishRect'.
(#1117) Expected '{' and instead saw 'finishRect'.
(#1124) Expected '{' and instead saw 'copy'.
(#1133) Expected '{' and instead saw 'for'.
(#1135) Use '===' to compare with 'null'.
(#1135) Expected '{' and instead saw 'hasBadSpan'.
(#1139) Expected '{' and instead saw 'return'.
(#1150) Expected '{' and instead saw 'cm'.
(#1159) Expected '{' and instead saw 'for'.
(#1159) Expected '{' and instead saw 'if'.
(#1163) Expected '{' and instead saw 'return'.
(#1164) Expected '{' and instead saw 'context'.
(#1166) Expected '{' and instead saw 'yOff'.
(#1167) Expected '{' and instead saw 'yOff'.
(#1181) Expected '{' and instead saw 'return'.
(#1198) Expected '{' and instead saw 'lineObj'.
(#1204) Expected '{' and instead saw 'measurement'.
(#1207) Expected '{' and instead saw 'm'.
(#1207) Expected '{' and instead saw 'm'.
(#1221) Expected '{' and instead saw 'return'.
(#1225) Expected '{' and instead saw 'return'.
(#1228) Use '!==' to compare with 'null'.
(#1228) Expected '{' and instead saw 'val'.
(#1235) Expected '{' and instead saw 'pos'.
(#1243) Expected '{' and instead saw 'return'.
(#1243) Missing 'new' prefix when invoking a constructor.
(#1246) Expected '{' and instead saw 'return'.
(#1246) Missing 'new' prefix when invoking a constructor.
(#1247) Expected '{' and instead saw 'x'.
(#1255) Expected '{' and instead saw 'lineNo'.
(#1257) Expected '{' and instead saw 'return'.
(#1267) Missing 'new' prefix when invoking a constructor.
(#1270) Expected '{' and instead saw 'return'.
(#1271) Expected '{' and instead saw 'return'.
(#1272) Expected '{' and instead saw 'wrongLine'.
(#1280) Expected '{' and instead saw 'return'.
(#1280) Missing 'new' prefix when invoking a constructor.
(#1286) Expected '{' and instead saw '++'.
(#1287) Missing 'new' prefix when invoking a constructor.
(#1294) Expected '{' and instead saw 'middle'.
(#1297) Expected a conditional expression and instead saw an assignment.
(#1297) Expected '{' and instead saw 'toX'.
(#1304) Use '!==' to compare with 'null'.
(#1304) Expected '{' and instead saw 'return'.
(#1305) Use '===' to compare with 'null'.
(#1317) Expected '{' and instead saw 'display'.
(#1323) Use '!==' to compare with 'null'.
(#1323) Expected '{' and instead saw 'return'.
(#1328) Expected '{' and instead saw 'display'.
(#1355) Bad operand.
(#1355) Expected '{' and instead saw 'delayedCallbacks'.
(#1362) Expected '{' and instead saw 'computeMaxLength'.
(#1369) Expected '{' and instead saw 'setScrollLeft'.
(#1378) Use '!==' to compare with 'null'.
(#1380) Expected '{' and instead saw 'cm'.
(#1382) Expected '{' and instead saw 'updateSelection'.
(#1388) Expected '{' and instead saw 'scrollPosIntoView'.
(#1392) Expected '{' and instead saw 'restartBlink'.
(#1395) Expected '{' and instead saw 'resetInput'.
(#1398) Expected '{' and instead saw 'for'.
(#1399) Expected '{' and instead saw 'if'.
(#1399) Expected '{' and instead saw 'signal'.
(#1400) Expected '{' and instead saw 'for'.
(#1400) 'i' is already defined.
(#1401) Expected '{' and instead saw 'if'.
(#1401) Expected '{' and instead saw 'signal'.
(#1409) Expected '{' and instead saw 'signal'.
(#1410) Expected '{' and instead saw 'signal'.
(#1411) Expected '{' and instead saw 'for'.
(#1411) 'i' is already defined.
(#1411) Expected '{' and instead saw 'delayed'.
(#1418) Expected '{' and instead saw 'startOperation'.
(#1420) Expected '{' and instead saw 'endOperation'.
(#1421) 'result' used out of scope.
(#1427) Expected '{' and instead saw 'startOperation'.
(#1429) Expected '{' and instead saw 'endOperation'.
(#1435) Expected '{' and instead saw 'startOperation'.
(#1437) Expected '{' and instead saw 'endOperation'.
(#1442) Use '===' to compare with 'null'.
(#1442) Expected '{' and instead saw 'from'.
(#1443) Use '===' to compare with 'null'.
(#1443) Expected '{' and instead saw 'to'.
(#1450) Expected '{' and instead saw 'return'.
(#1453) Expected '{' and instead saw 'slowPoll'.
(#1475) Expected '{' and instead saw 'return'.
(#1481) Expected '{' and instead saw 'return'.
(#1488) Expected '{' and instead saw 'startOperation'.
(#1491) Expected '{' and instead saw '++'.
(#1494) Expected '{' and instead saw 'from'.
(#1494) Missing 'new' prefix when invoking a constructor.
(#1496) Expected '{' and instead saw 'to'.
(#1496) Missing 'new' prefix when invoking a constructor.
(#1505) Expected '{' and instead saw 'input'.
(#1506) Expected '{' and instead saw 'cm'.
(#1507) Expected '{' and instead saw 'endOperation'.
(#1520) Expected '{' and instead saw 'selectInput'.
(#1521) Expected '{' and instead saw 'cm'.
(#1524) Expected '{' and instead saw 'cm'.
(#1531) Expected '{' and instead saw 'cm'.
(#1544) Expected '{' and instead saw 'on'.
(#1545) Expected '{' and instead saw 'return'.
(#1547) Expected '{' and instead saw 'return'.
(#1553) Expected '{' and instead saw 'on'.
(#1553) Expected an assignment or function call and instead saw an expression.
(#1555) Expected '{' and instead saw 'e_preventDefault'.
(#1560) Expected '{' and instead saw 'on'.
(#1570) Expected '{' and instead saw 'setScrollTop'.
(#1573) Expected '{' and instead saw 'setScrollLeft'.
(#1579) Expected '{' and instead saw 'setTimeout'.
(#1587) Use '===' to compare with 'null'.
(#1587) Expected '{' and instead saw 'resizeTimer'.
(#1600) Empty block.
(#1601) Expected '{' and instead saw 'setTimeout'.
(#1602) Expected '{' and instead saw 'off'.
(#1607) Expected '{' and instead saw 'return'.
(#1608) Expected '{' and instead saw 'cm'.
(#1611) Expected '{' and instead saw 'cm'.
(#1620) Expected '{' and instead saw 'return'.
(#1630) Expected '{' and instead saw 'return'.
(#1638) Missing '()' invoking a constructor.
(#1638) Confusing use of '!'.
(#1661) Expected '{' and instead saw 'on'.
(#1662) Expected '{' and instead saw 'd'.
(#1669) Expected '{' and instead saw 'return'.
(#1679) Expected '{' and instead saw 'return'.
(#1683) Value of 'e' may be overwritten in IE 8 and earlier.
(#1689) Possible strict violation.
(#1689) Expected '{' and instead saw 'return'.
(#1690) Possible strict violation.
(#1700) Expected '{' and instead saw 'return'.
(#1705) Expected '{' and instead saw 'onContextMenu'.
(#1708) Expected '{' and instead saw 'cm'.
(#1708) Missing '()' invoking a constructor.
(#1709) Expected '{' and instead saw 'extendSelection'.
(#1717) Expected '{' and instead saw 'e_preventDefault'.
(#1719) Expected '{' and instead saw 'onFocus'.
(#1721) Missing '()' invoking a constructor.
(#1739) Expected '{' and instead saw 'display'.
(#1750) Expected '{' and instead saw 'display'.
(#1753) Expected '{' and instead saw 'display'.
(#1759) Expected '{' and instead saw 'extendSelection'.
(#1764) Expected '{' and instead saw 'return'.
(#1776) Expected '{' and instead saw 'extendSelection'.
(#1777) Expected '{' and instead saw 'extendSelection'.
(#1779) Expected '{' and instead saw 'extendSelection'.
(#1779) Missing 'new' prefix when invoking a constructor.
(#1780) Expected '{' and instead saw 'extendSelection'.
(#1780) Missing 'new' prefix when invoking a constructor.
(#1794) Expected '{' and instead saw 'return'.
(#1796) Expected '{' and instead saw 'onFocus'.
(#1801) Expected '{' and instead saw 'setTimeout'.
(#1801) Expected '{' and instead saw 'extend'.
(#1804) Expected '{' and instead saw 'setTimeout'.
(#1805) Expected '{' and instead saw 'return'.
(#1821) Expected '{' and instead saw 'done'.
(#1822) Expected '{' and instead saw 'extend'.
(#1831) Value of 'e' may be overwritten in IE 8 and earlier.
(#1832) 'mX' used out of scope.
(#1832) Expected '{' and instead saw 'return'.
(#1833) Expected '{' and instead saw 'e_preventDefault'.
(#1838) 'mY' used out of scope.
(#1838) Expected '{' and instead saw 'return'.
(#1839) 'mY' used out of scope.
(#1843) 'mX' used out of scope.
(#1844) 'mY' used out of scope.
(#1853) Expected '{' and instead saw 'return'.
(#1866) Possible strict violation.
(#1868) Expected '{' and instead saw 'return'.
(#1870) Expected '{' and instead saw 'lastDrop'.
(#1870) Missing '()' invoking a constructor.
(#1872) Expected '{' and instead saw 'return'.
(#1874) Missing 'new' prefix when invoking a constructor.
(#1876) Missing '()' invoking a constructor.
(#1886) Expected '{' and instead saw 'loadFile'.
(#1896) 'text' is already defined.
(#1900) Expected '{' and instead saw 'replaceRange'.
(#1906) Value of 'e' may be overwritten in IE 8 and earlier.
(#1911) Missing '()' invoking a constructor.
(#1912) Expected '{' and instead saw 'return'.
(#1929) Expected '{' and instead saw 'img'.
(#1934) Expected '{' and instead saw 'return'.
(#1936) Expected '{' and instead saw 'updateDisplay'.
(#1937) Expected '{' and instead saw 'cm'.
(#1938) Expected '{' and instead saw 'cm'.
(#1939) Expected '{' and instead saw 'updateDisplay'.
(#1943) Expected '{' and instead saw 'return'.
(#1947) Expected '{' and instead saw 'cm'.
(#1948) Expected '{' and instead saw 'cm'.
(#1967) Expected '{' and instead saw 'wheelPixelsPerUnit'.
(#1967) A leading decimal point can be confused with a dot: '.53'.
(#1968) Expected '{' and instead saw 'wheelPixelsPerUnit'.
(#1969) Expected '{' and instead saw 'wheelPixelsPerUnit'.
(#1969) A leading decimal point can be confused with a dot: '.7'.
(#1970) Expected '{' and instead saw 'wheelPixelsPerUnit'.
(#1974) Use '===' to compare with 'null'.
(#1974) Expected '{' and instead saw 'dx'.
(#1975) Use '===' to compare with 'null'.
(#1975) Expected '{' and instead saw 'dy'.
(#1976) Use '===' to compare with 'null'.
(#1976) Expected '{' and instead saw 'dy'.
(#1981) Expected '{' and instead saw 'return'.
(#2002) Use '!==' to compare with 'null'.
(#2004) Line is too long.
(#2004) Expected '{' and instead saw 'setScrollTop'.
(#2005) Line is too long.
(#2011) Use '!==' to compare with 'null'.
(#2014) Expected '{' and instead saw 'top'.
(#2015) Expected '{' and instead saw 'bot'.
(#2020) Use '===' to compare with 'null'.
(#2024) Use '===' to compare with 'null'.
(#2024) Expected '{' and instead saw 'return'.
(#2030) Expected '{' and instead saw 'return'.
(#2043) Expected '{' and instead saw 'return'.
(#2047) Expected '{' and instead saw 'cm'.
(#2050) Expected '{' and instead saw 'cm'.
(#2051) Expected '{' and instead saw 'doc'.
(#2062) Expected '{' and instead saw 'maps'.
(#2072) Expected '{' and instead saw 'maybeTransition'.
(#2080) Expected '{' and instead saw 'return'.
(#2090) Expected '{' and instead saw 'return'.
(#2118) Possible strict violation.
(#2119) Expected '{' and instead saw 'onFocus'.
(#2120) Expected '{' and instead saw 'return'.
(#2121) Expected '{' and instead saw 'e'.
(#2131) Expected '{' and instead saw 'cm'.
(#2136) Possible strict violation.
(#2137) Expected '{' and instead saw 'return'.
(#2140) Expected '{' and instead saw 'return'.
(#2141) Use '===' to compare with 'null'.
(#2142) Possible strict violation.
(#2142) Possible strict violation.
(#2143) Possible strict violation.
(#2143) Possible strict violation.
(#2144) Possible strict violation.
(#2145) Expected '{' and instead saw 'setTimeout'.
(#2146) Expected '{' and instead saw 'return'.
(#2147) Expected '{' and instead saw 'cm'.
(#2152) Expected '{' and instead saw 'return'.
(#2157) Expected '{' and instead saw 'cm'.
(#2160) Expected '{' and instead saw 'setTimeout'.
(#2173) Expected '{' and instead saw 'cm'.
(#2178) Expected '{' and instead saw 'return'.
(#2180) Expected '{' and instead saw 'return'.
(#2183) Expected '{' and instead saw 'return'.
(#2185) Expected '{' and instead saw 'operation'.
(#2195) Expected '{' and instead saw 'display'.
(#2198) Use '!==' to compare with 'null'.
(#2207) Expected '{' and instead saw 'display'.
(#2211) Use '!==' to compare with 'null'.
(#2212) Expected '{' and instead saw 'prepareSelectAllHack'.
(#2215) Use '===' to compare with '0'.
(#2216) Expected '{' and instead saw 'operation'.
(#2217) Expected '{' and instead saw 'detectingSelectAll'.
(#2218) Expected '{' and instead saw 'resetInput'.
(#2224) Expected '{' and instead saw 'prepareSelectAllHack'.
(#2240) Expected '{' and instead saw 'return'.
(#2241) Missing 'new' prefix when invoking a constructor.
(#2247) Expected '{' and instead saw 'return'.
(#2251) Expected '{' and instead saw 'return'.
(#2251) Missing 'new' prefix when invoking a constructor.
(#2255) Expected '{' and instead saw 'return'.
(#2264) Expected '{' and instead saw 'return'.
(#2267) Expected '{' and instead saw 'return'.
(#2270) Expected '{' and instead saw 'return'.
(#2271) Expected '{' and instead saw 'return'.
(#2275) Expected '{' and instead saw 'return'.
(#2276) Expected '{' and instead saw 'return'.
(#2279) Expected '{' and instead saw 'ch'.
(#2280) Missing 'new' prefix when invoking a constructor.
(#2294) Expected '{' and instead saw 'obj'.
(#2295) Expected '{' and instead saw 'this'.
(#2296) Expected '{' and instead saw 'this'.
(#2297) Expected '{' and instead saw 'this'.
(#2298) Expected '{' and instead saw 'this'.
(#2301) Expected '{' and instead saw 'signal'.
(#2303) Expected '{' and instead saw 'return'.
(#2311) Expected '{' and instead saw 'return'.
(#2312) Expected '{' and instead saw 'return'.
(#2317) Expected '{' and instead saw 'return'.
(#2325) Expected '{' and instead saw 'makeChangeNoReadonly'.
(#2327) Expected '{' and instead saw 'makeChangeNoReadonly'.
(#2334) Use '===' to compare with ''.
(#2334) Expected '{' and instead saw 'return'.
(#2351) Expected '{' and instead saw 'return'.
(#2355) Expected '{' and instead saw 'return'.
(#2386) Don't make functions within a loop.
(#2391) Missing 'new' prefix when invoking a constructor.
(#2393) Expected '{' and instead saw 'regChange'.
(#2400) Expected '{' and instead saw 'return'.
(#2406) Expected '{' and instead saw 'return'.
(#2412) Missing 'new' prefix when invoking a constructor.
(#2412) Missing 'new' prefix when invoking a constructor.
(#2417) Missing 'new' prefix when invoking a constructor.
(#2423) Expected '{' and instead saw 'selAfter'.
(#2424) Expected '{' and instead saw 'makeChangeSingleDocInEditor'.
(#2425) Expected '{' and instead saw 'updateDoc'.
(#2443) Expected '{' and instead saw 'cm'.
(#2457) Expected '{' and instead saw 'cm'.
(#2474) Empty block.
(#2476) Expected '{' and instead saw 'cm'.
(#2481) Expected '{' and instead saw 'to'.
(#2483) Expected '{' and instead saw 'code'.
(#2490) Expected '{' and instead saw 'return'.
(#2497) Missing 'new' prefix when invoking a constructor.
(#2497) Too many errors. (42% scanned).
blocks/configurable_reports/js/codemirror/mode/meta.js
(#1) 'CodeMirror' is not defined.
blocks/configurable_reports/js/codemirror/mode/sql/sql.js
(#19) Expected '{' and instead saw 'return'.
(#22) Use '===' to compare with 'true'.
(#28) Use '===' to compare with 'true'.
(#38) Use '===' to compare with 'true'.
(#38) Expected an assignment or function call and instead saw an expression.
(#48) Use '===' to compare with 'true'.
(#49) Use '===' to compare with 'true'.
(#74) Use '===' to compare with 'true'.
(#79) Use '===' to compare with 'true'.
(#97) Expected '{' and instead saw 'return'.
(#98) Expected '{' and instead saw 'return'.
(#99) Expected '{' and instead saw 'return'.
(#100) Expected '{' and instead saw 'return'.
(#101) Expected '{' and instead saw 'return'.
(#110) Use '!==' to compare with 'null'.
(#157) Use '===' to compare with 'null'.
(#158) Expected '{' and instead saw 'state'.
(#160) Expected '{' and instead saw 'return'.
(#163) Expected '{' and instead saw 'return'.
(#165) Use '===' to compare with 'null'.
(#166) Expected '{' and instead saw 'state'.
(#170) Expected '{' and instead saw 'pushContext'.
(#172) Expected '{' and instead saw 'pushContext'.
(#174) Expected '{' and instead saw 'popContext'.
(#180) Expected '{' and instead saw 'return'.
(#181) Expected '{' and instead saw 'return'.
(#182) Expected '{' and instead saw 'return'.
(#199) Use '!==' to compare with 'null'.
(#200) Expected '{' and instead saw 'return'.
(#230) Unnecessary semicolon.
(#245) Line is too long.
(#250) Expected '{' and instead saw 'obj'.
(#258) Line is too long.
(#267) Line is too long.
(#268) Line is too long.
(#269) Line is too long.
(#273) Line is too long.
(#283) Line is too long.
(#284) Line is too long.
(#285) Line is too long.
(#289) Line is too long.
(#302) Line is too long.
(#314) Line is too long.
(#315) Line is too long.
(#316) Line is too long.
(#1) 'CodeMirror' is not defined.
(#180) 'CodeMirror' is not defined.
(#255) 'CodeMirror' is not defined.
(#265) 'CodeMirror' is not defined.
(#281) 'CodeMirror' is not defined.
(#299) 'CodeMirror' is not defined.
(#312) 'CodeMirror' is not defined.
blocks/configurable_reports/js/configurable_reports.js
(#26) Expected '{' and instead saw 'cm'.
(#57) ['path'] is better written in dot notation.
(#57) ['name'] is better written in dot notation.
(#90) Line is too long.
(#90) ['git_url'] is better written in dot notation.
(#90) ['name'] is better written in dot notation.
(#130) Line is too long.
(#130) ['fullname'] is better written in dot notation.
(#130) ['name'] is better written in dot notation.
(#137) Line is too long.
(#203) Missing semicolon.
(#13) 'CodeMirror' is not defined.
(#30) 'CodeMirror' is not defined.
(#46) 'select_reportcategories' is not defined.
(#57) 'option' is not defined.
(#58) 'select_reportcategories' is not defined.
(#58) 'option' is not defined.
(#75) 'select_reportnames' is not defined.
(#84) 'select_reportnames' is not defined.
(#85) 'option' is not defined.
(#86) 'select_reportnames' is not defined.
(#86) 'option' is not defined.
(#90) 'option' is not defined.
(#91) 'select_reportnames' is not defined.
(#91) 'option' is not defined.
(#115) 'select_reportsincategory' is not defined.
(#116) 'select_reportsincategory' is not defined.
(#125) 'option' is not defined.
(#126) 'option' is not defined.
(#130) 'option' is not defined.
(#131) 'option' is not defined.
(#134) 'select_reportsincategory' is not defined.
(#138) 'select_reportsincategory' is not defined.
(#142) 'select_reportsincategory' is not defined.
(#160) 'textarea_reportsincategory' is not defined.
(#171) 'textarea_reportsincategory' is not defined.
(#192) 'select_reportsincategory' is not defined.
(#205) 'menuplugin' is defined but never used.
(#63) 'o' is defined but never used.
(#63) 'id' is defined but never used.
(#77) 'xhr' is defined but never used.
(#95) 'o' is defined but never used.
(#95) 'id' is defined but never used.
(#103) 'Y' is defined but never used.
(#102) 'sesskey' is defined but never used.
(#117) 'xhr' is defined but never used.
(#162) 'xhr' is defined but never used.
blocks/configurable_reports/js/datatables/extras/AutoFill/media/docs/media/js/doc.js
(#17) Use '===' to compare with '0'.
(#31) Use '===' to compare with '0'.
(#63) Use '!==' to compare with 'null'.
(#68) Use '===' to compare with '0'.
(#113) Use '===' to compare with '0'.
(#6) '$' is not defined.
(#7) '$' is not defined.
(#8) '$' is not defined.
(#8) '$' is not defined.
(#10) '$' is not defined.
(#11) '$' is not defined.
(#12) '$' is not defined.
(#14) 'SyntaxHighlighter' is not defined.
(#16) '$' is not defined.
(#17) '$' is not defined.
(#18) '$' is not defined.
(#19) '$' is not defined.
(#20) '$' is not defined.
(#22) '$' is not defined.
(#23) '$' is not defined.
(#24) '$' is not defined.
(#30) '$' is not defined.
(#31) '$' is not defined.
(#32) '$' is not defined.
(#33) '$' is not defined.
(#34) '$' is not defined.
(#36) '$' is not defined.
(#37) '$' is not defined.
(#38) '$' is not defined.
(#44) '$' is not defined.
(#45) '$' is not defined.
(#47) '$' is not defined.
(#53) '$' is not defined.
(#66) '$' is not defined.
(#69) '$' is not defined.
(#72) '$' is not defined.
(#82) '$' is not defined.
(#83) '$' is not defined.
blocks/configurable_reports/js/datatables/extras/AutoFill/media/docs/media/js/jquery.js
(#222) Use '===' to compare with 'null'.
(#343) Use '!==' to compare with 'null'.
(#465) Use '===' to compare with 'null'.
(#491) Use '===' to compare with 'null'.
(#495) Use '===' to compare with 'null'.
(#519) Empty block.
(#552) The Function constructor is a form of eval.
(#639) Empty block.
(#649) Use '===' to compare with 'null'.
(#656) Use '===' to compare with 'null'.
(#665) Use '!==' to compare with 'null'.
(#672) Line is too long.
(#672) Use '===' to compare with 'null'.
(#741) Use '!==' to compare with 'null'.
(#919) Use '===' to compare with 'null'.
(#1920) Line is too long.
(#1971) Use '===' to compare with 'null'.
(#1977) Use '===' to compare with 'null'.
(#2041) Expected an assignment or function call and instead saw an expression.
(#2045) Expected an assignment or function call and instead saw an expression.
(#2362) Use '===' to compare with 'null'.
(#2371) Use '!==' to compare with 'null'.
(#2378) Use '!==' to compare with 'null'.
(#2582) Line is too long.
(#2616) Use '===' to compare with 'null'.
(#2616) Use '!==' to compare with 'null'.
(#2620) Line is too long.
(#2621) Line is too long.
(#2625) Use '===' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2626) Use '!==' to compare with 'null'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2910) Use '!==' to compare with 'null'.
(#3147) Use '!==' to compare with 'null'.
(#3226) Line is too long.
(#3281) Use '===' to compare with 'null'.
(#3305) Line is too long.
(#3367) Missing 'new' prefix when invoking a constructor.
(#3395) Line is too long.
(#3418) Use '===' to compare with 'null'.
(#3443) Use '!==' to compare with 'null'.
(#3444) Line is too long.
(#3450) Use '!==' to compare with 'null'.
(#3462) Missing 'new' prefix when invoking a constructor.
(#3487) Missing 'new' prefix when invoking a constructor.
(#3491) Missing 'new' prefix when invoking a constructor.
(#3513) Use '!==' to compare with 'null'.
(#3539) Use '!==' to compare with 'null'.
(#3568) Use '!==' to compare with 'null'.
(#3571) Unexpected use of '^'.
(#3573) Use '!==' to compare with 'null'.
(#3607) Use '===' to compare with 'null'.
(#3667) Empty block.
(#3783) Use '!==' to compare with 'null'.
(#3785) Unexpected use of '^'.
(#3855) Missing 'new' prefix when invoking a constructor.
(#3858) Unexpected use of '^'.
(#3898) Expected an assignment or function call and instead saw an expression.
(#3913) Missing 'new' prefix when invoking a constructor.
(#4037) Expected a 'break' statement before 'case'.
(#4099) Use '!==' to compare with 'null'.
(#4106) Use '===' to compare with 'null'.
(#4164) Expected an assignment or function call and instead saw an expression.
(#4205) Unexpected use of '&'.
(#4324) Line is too long.
(#4524) Missing 'new' prefix when invoking a constructor.
(#4639) Unexpected use of '&'.
(#4672) Missing 'new' prefix when invoking a constructor.
(#5153) Use '!==' to compare with 'null'.
(#5170) Use '!==' to compare with 'null'.
(#5186) Use '===' to compare with 'null'.
(#5187) Use '===' to compare with 'null'.
(#5370) Line is too long.
(#5560) Use '!==' to compare with 'null'.
(#5629) Line is too long.
(#5648) Use '!==' to compare with 'null'.
(#5789) Use '===' to compare with 'null'.
(#5883) Use '!==' to compare with 'null'.
(#5890) Use '===' to compare with 'null'.
(#6033) Line is too long.
(#6276) Use '===' to compare with 'null'.
(#6837) Use '!==' to compare with 'null'.
(#7044) Use '!==' to compare with 'null'.
(#7503) Use '===' to compare with 'null'.
(#7588) Use '!==' to compare with 'null'.
(#7749) Use '!==' to compare with 'null'.
(#7749) Use '===' to compare with 'null'.
(#7828) Use '!==' to compare with 'null'.
(#7908) Use '!==' to compare with 'null'.
(#8034) Line is too long.
(#8067) Line is too long.
(#8068) Line is too long.
(#8070) Line is too long.
(#8141) Use '!==' to compare with 'null'.
(#8144) Use '!==' to compare with 'null'.
(#8273) Use '===' to compare with 'null'.
(#567) 'ActiveXObject' is not defined.
(#525) 'name' is defined but never used.
(#1702) 'i' is defined but never used.
(#1765) 'fn' is defined but never used.
(#2291) 'fn' is defined but never used.
(#2834) 'namespaces' is defined but never used.
(#2834) 'data' is defined but never used.
(#2859) 'namespaces' is defined but never used.
(#2952) 'namespaces' is defined but never used.
(#2952) 'data' is defined but never used.
(#2964) 'namespaces' is defined but never used.
(#3189) 'data' is defined but never used.
(#3803) 'curLoop' is defined but never used.
(#4943) 'elem' is defined but never used.
(#4978) 'i' is defined but never used.
(#4994) 'i' is defined but never used.
(#5341) 'cur' is defined but never used.
(#6279) 'i' is defined but never used.
blocks/configurable_reports/js/datatables/extras/AutoFill/media/docs/media/js/shBrushJScript.js
(#20) Expected an assignment or function call and instead saw an expression.
(#38) Line is too long.
(#43) Unnecessary semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#31) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'exports' is not defined.
blocks/configurable_reports/js/datatables/extras/AutoFill/media/docs/media/js/shCore.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
blocks/configurable_reports/js/datatables/extras/AutoFill/media/js/AutoFill.js
(#40) 'alert' is not defined.
(#46) 'alert' is not defined.
(#590) 'i' is not defined.
(#590) 'i' is not defined.
(#590) 'i' is not defined.
(#592) 'i' is not defined.
(#598) 'i' is not defined.
(#598) 'i' is not defined.
(#598) 'i' is not defined.
(#600) 'i' is not defined.
(#611) 'i' is not defined.
(#611) 'iLen' is not defined.
(#611) 'i' is not defined.
(#611) 'iLen' is not defined.
(#611) 'i' is not defined.
(#613) 'i' is not defined.
(#613) 'iLen' is not defined.
(#618) 'i' is not defined.
(#619) 'i' is not defined.
(#619) 'i' is not defined.
(#621) 'i' is not defined.
(#624) 'i' is not defined.
(#820) 'jQuery' is not defined.
(#256) 'iLen' is defined but never used.
(#568) 'that' is defined but never used.
(#566) 'e' is defined but never used.
blocks/configurable_reports/js/datatables/extras/AutoFill/media/js/AutoFill.min.js
(#16) Line is too long.
(#16) Expected '{' and instead saw 'alert'.
(#16) Expected '{' and instead saw 'return'.
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Expected '{' and instead saw 'this'.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Expected an assignment or function call and instead saw an expression.
(#18) Line is too long.
(#18) Expected an assignment or function call and instead saw an expression.
(#19) Line is too long.
(#19) Missing semicolon.
(#19) Missing semicolon.
(#19) Missing semicolon.
(#19) Missing semicolon.
(#20) Line is too long.
(#20) Expected '{' and instead saw 'if'.
(#20) Expected '{' and instead saw 'this'.
(#20) Expected '{' and instead saw 'this'.
(#20) Expected '{' and instead saw '('.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Missing semicolon.
(#20) Expected '{' and instead saw 'this'.
(#21) Line is too long.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Expected an identifier and instead saw '!='.
(#21) Expected an operator and instead saw 'typeof'.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#22) Line is too long.
(#22) Missing semicolon.
(#22) 'c' is already defined.
(#22) Expected '{' and instead saw 'var'.
(#22) 'd' is already defined.
(#22) 'f' is already defined.
(#23) Line is too long.
(#23) 'g' is already defined.
(#23) 'h' is already defined.
(#23) 'j' is already defined.
(#23) 'k' is already defined.
(#23) Missing semicolon.
(#24) Line is too long.
(#24) Missing semicolon.
(#25) Line is too long.
(#25) Missing semicolon.
(#25) Expected an assignment or function call and instead saw an expression.
(#26) Line is too long.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#27) Line is too long.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#28) Line is too long.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Missing semicolon.
(#29) Line is too long.
(#29) Expected '{' and instead saw 'c'.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'c'.
(#29) Missing semicolon.
(#29) 'b' is already defined.
(#29) 'a' is already defined.
(#29) 'g' is already defined.
(#29) Expected an assignment or function call and instead saw an expression.
(#30) Line is too long.
(#30) Missing semicolon.
(#30) Expected an assignment or function call and instead saw an expression.
(#30) Missing semicolon.
(#30) Expected '{' and instead saw 'return'.
(#30) 'a' is already defined.
(#30) Missing 'new' prefix when invoking a constructor.
(#30) 'c' is already defined.
(#30) Missing semicolon.
(#31) Line is too long.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Missing semicolon.
(#31) Expected '{' and instead saw 'return'.
(#31) Missing semicolon.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Missing semicolon.
(#32) Line is too long.
(#32) Expected '{' and instead saw 'if'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Expected '{' and instead saw 'c'.
(#32) Missing semicolon.
(#33) Missing semicolon.
(#33) Missing semicolon.
(#16) 'alert' is not defined.
(#17) 'alert' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'iLen' is not defined.
(#29) 'i' is not defined.
(#29) 'iLen' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'iLen' is not defined.
(#29) 'i' is not defined.
(#30) 'i' is not defined.
(#30) 'i' is not defined.
(#30) 'i' is not defined.
(#30) 'i' is not defined.
(#33) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/ColReorder/media/docs/media/js/doc.js
(#17) Use '===' to compare with '0'.
(#31) Use '===' to compare with '0'.
(#63) Use '!==' to compare with 'null'.
(#68) Use '===' to compare with '0'.
(#113) Use '===' to compare with '0'.
(#6) '$' is not defined.
(#7) '$' is not defined.
(#8) '$' is not defined.
(#8) '$' is not defined.
(#10) '$' is not defined.
(#11) '$' is not defined.
(#12) '$' is not defined.
(#14) 'SyntaxHighlighter' is not defined.
(#16) '$' is not defined.
(#17) '$' is not defined.
(#18) '$' is not defined.
(#19) '$' is not defined.
(#20) '$' is not defined.
(#22) '$' is not defined.
(#23) '$' is not defined.
(#24) '$' is not defined.
(#30) '$' is not defined.
(#31) '$' is not defined.
(#32) '$' is not defined.
(#33) '$' is not defined.
(#34) '$' is not defined.
(#36) '$' is not defined.
(#37) '$' is not defined.
(#38) '$' is not defined.
(#44) '$' is not defined.
(#45) '$' is not defined.
(#47) '$' is not defined.
(#53) '$' is not defined.
(#66) '$' is not defined.
(#69) '$' is not defined.
(#72) '$' is not defined.
(#82) '$' is not defined.
(#83) '$' is not defined.
blocks/configurable_reports/js/datatables/extras/ColReorder/media/docs/media/js/jquery.js
(#222) Use '===' to compare with 'null'.
(#343) Use '!==' to compare with 'null'.
(#465) Use '===' to compare with 'null'.
(#491) Use '===' to compare with 'null'.
(#495) Use '===' to compare with 'null'.
(#519) Empty block.
(#552) The Function constructor is a form of eval.
(#639) Empty block.
(#649) Use '===' to compare with 'null'.
(#656) Use '===' to compare with 'null'.
(#665) Use '!==' to compare with 'null'.
(#672) Line is too long.
(#672) Use '===' to compare with 'null'.
(#741) Use '!==' to compare with 'null'.
(#919) Use '===' to compare with 'null'.
(#1920) Line is too long.
(#1971) Use '===' to compare with 'null'.
(#1977) Use '===' to compare with 'null'.
(#2041) Expected an assignment or function call and instead saw an expression.
(#2045) Expected an assignment or function call and instead saw an expression.
(#2362) Use '===' to compare with 'null'.
(#2371) Use '!==' to compare with 'null'.
(#2378) Use '!==' to compare with 'null'.
(#2582) Line is too long.
(#2616) Use '===' to compare with 'null'.
(#2616) Use '!==' to compare with 'null'.
(#2620) Line is too long.
(#2621) Line is too long.
(#2625) Use '===' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2626) Use '!==' to compare with 'null'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2910) Use '!==' to compare with 'null'.
(#3147) Use '!==' to compare with 'null'.
(#3226) Line is too long.
(#3281) Use '===' to compare with 'null'.
(#3305) Line is too long.
(#3367) Missing 'new' prefix when invoking a constructor.
(#3395) Line is too long.
(#3418) Use '===' to compare with 'null'.
(#3443) Use '!==' to compare with 'null'.
(#3444) Line is too long.
(#3450) Use '!==' to compare with 'null'.
(#3462) Missing 'new' prefix when invoking a constructor.
(#3487) Missing 'new' prefix when invoking a constructor.
(#3491) Missing 'new' prefix when invoking a constructor.
(#3513) Use '!==' to compare with 'null'.
(#3539) Use '!==' to compare with 'null'.
(#3568) Use '!==' to compare with 'null'.
(#3571) Unexpected use of '^'.
(#3573) Use '!==' to compare with 'null'.
(#3607) Use '===' to compare with 'null'.
(#3667) Empty block.
(#3783) Use '!==' to compare with 'null'.
(#3785) Unexpected use of '^'.
(#3855) Missing 'new' prefix when invoking a constructor.
(#3858) Unexpected use of '^'.
(#3898) Expected an assignment or function call and instead saw an expression.
(#3913) Missing 'new' prefix when invoking a constructor.
(#4037) Expected a 'break' statement before 'case'.
(#4099) Use '!==' to compare with 'null'.
(#4106) Use '===' to compare with 'null'.
(#4164) Expected an assignment or function call and instead saw an expression.
(#4205) Unexpected use of '&'.
(#4324) Line is too long.
(#4524) Missing 'new' prefix when invoking a constructor.
(#4639) Unexpected use of '&'.
(#4672) Missing 'new' prefix when invoking a constructor.
(#5153) Use '!==' to compare with 'null'.
(#5170) Use '!==' to compare with 'null'.
(#5186) Use '===' to compare with 'null'.
(#5187) Use '===' to compare with 'null'.
(#5370) Line is too long.
(#5560) Use '!==' to compare with 'null'.
(#5629) Line is too long.
(#5648) Use '!==' to compare with 'null'.
(#5789) Use '===' to compare with 'null'.
(#5883) Use '!==' to compare with 'null'.
(#5890) Use '===' to compare with 'null'.
(#6033) Line is too long.
(#6276) Use '===' to compare with 'null'.
(#6837) Use '!==' to compare with 'null'.
(#7044) Use '!==' to compare with 'null'.
(#7503) Use '===' to compare with 'null'.
(#7588) Use '!==' to compare with 'null'.
(#7749) Use '!==' to compare with 'null'.
(#7749) Use '===' to compare with 'null'.
(#7828) Use '!==' to compare with 'null'.
(#7908) Use '!==' to compare with 'null'.
(#8034) Line is too long.
(#8067) Line is too long.
(#8068) Line is too long.
(#8070) Line is too long.
(#8141) Use '!==' to compare with 'null'.
(#8144) Use '!==' to compare with 'null'.
(#8273) Use '===' to compare with 'null'.
(#567) 'ActiveXObject' is not defined.
(#525) 'name' is defined but never used.
(#1702) 'i' is defined but never used.
(#1765) 'fn' is defined but never used.
(#2291) 'fn' is defined but never used.
(#2834) 'namespaces' is defined but never used.
(#2834) 'data' is defined but never used.
(#2859) 'namespaces' is defined but never used.
(#2952) 'namespaces' is defined but never used.
(#2952) 'data' is defined but never used.
(#2964) 'namespaces' is defined but never used.
(#3189) 'data' is defined but never used.
(#3803) 'curLoop' is defined but never used.
(#4943) 'elem' is defined but never used.
(#4978) 'i' is defined but never used.
(#4994) 'i' is defined but never used.
(#5341) 'cur' is defined but never used.
(#6279) 'i' is defined but never used.
blocks/configurable_reports/js/datatables/extras/ColReorder/media/docs/media/js/shBrushJScript.js
(#20) Expected an assignment or function call and instead saw an expression.
(#38) Line is too long.
(#43) Unnecessary semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#31) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'exports' is not defined.
blocks/configurable_reports/js/datatables/extras/ColReorder/media/docs/media/js/shCore.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
blocks/configurable_reports/js/datatables/extras/ColReorder/media/js/ColReorder.js
(#300) 'ColReorder' is not defined.
(#305) 'alert' is not defined.
(#407) 'jQuery' is not defined.
(#410) 'ColReorder' is not defined.
(#416) 'ColReorder' is not defined.
(#581) 'aSearchCopy' is not defined.
(#589) 'aSearchCopy' is not defined.
(#860) 'ColReorder' is not defined.
(#862) 'ColReorder' is not defined.
(#864) 'ColReorder' is not defined.
(#891) 'ColReorder' is not defined.
(#908) 'ColReorder' is not defined.
(#910) 'ColReorder' is not defined.
(#912) 'ColReorder' is not defined.
(#914) 'ColReorder' is not defined.
(#933) 'ColReorder' is not defined.
(#942) 'ColReorder' is not defined.
(#943) 'ColReorder' is not defined.
(#943) 'ColReorder' is not defined.
(#966) 'ColReorder' is not defined.
(#979) 'alert' is not defined.
(#982) 'jQuery' is not defined.
(#572) 'aCopy' is defined but never used.
(#703) 'that' is defined but never used.
(#757) 'that' is defined but never used.
(#755) 'e' is defined but never used.
(#823) 'i' is defined but never used.
blocks/configurable_reports/js/datatables/extras/ColReorder/media/js/ColReorder.min.js
(#15) Line is too long.
(#15) Expected '{' and instead saw 'b'.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#15) Expected '{' and instead saw '1'.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Missing semicolon.
(#15) Expected '{' and instead saw 'if'.
(#15) Expected '{' and instead saw 'this'.
(#16) Line is too long.
(#16) Expected '{' and instead saw 'this'.
(#16) Expected '{' and instead saw 'g'.
(#16) Expected '{' and instead saw 'a'.
(#16) Expected '{' and instead saw 'a'.
(#16) Missing semicolon.
(#16) Expected '{' and instead saw 'i'.
(#16) Missing semicolon.
(#16) Expected '{' and instead saw 'i'.
(#17) Line is too long.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Expected '{' and instead saw 'i'.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Expected '{' and instead saw 'n'.
(#17) Expected '{' and instead saw 'n'.
(#17) Missing semicolon.
(#17) Expected '{' and instead saw 'null'.
(#18) Line is too long.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Missing semicolon.
(#18) Expected '{' and instead saw 'f'.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Expected '{' and instead saw 'j'.
(#18) Expected '{' and instead saw 'j'.
(#18) Missing semicolon.
(#18) Expected '{' and instead saw 'f'.
(#18) Expected an assignment or function call and instead saw an expression.
(#19) Line is too long.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Missing semicolon.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#20) Line is too long.
(#20) Missing semicolon.
(#20) Expected '{' and instead saw 'a'.
(#20) Missing semicolon.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Expected an assignment or function call and instead saw an expression.
(#21) Line is too long.
(#21) Expected '{' and instead saw 'b'.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Expected an assignment or function call and instead saw an expression.
(#22) Line is too long.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'if'.
(#22) Expected '{' and instead saw 'b'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Expected '{' and instead saw 'this'.
(#23) Line is too long.
(#23) Expected an assignment or function call and instead saw an expression.
(#23) Missing semicolon.
(#23) Expected an assignment or function call and instead saw an expression.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'a'.
(#23) Expected '{' and instead saw 'c'.
(#24) Line is too long.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) 'e' is already defined.
(#25) Line is too long.
(#25) You might be leaking a variable (e) here.
(#25) Expected '{' and instead saw 'h'.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#26) Line is too long.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Expected '{' and instead saw 'return'.
(#26) Missing semicolon.
(#26) Expected '{' and instead saw 'if'.
(#27) Line is too long.
(#27) Missing semicolon.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#28) Line is too long.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Missing semicolon.
(#28) Expected '{' and instead saw 'this'.
(#29) Line is too long.
(#29) Expected '{' and instead saw 'this'.
(#29) Expected '{' and instead saw 'this'.
(#29) Missing semicolon.
(#30) Line is too long.
(#30) Missing semicolon.
(#31) Line is too long.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Missing semicolon.
(#31) Expected '{' and instead saw 'if'.
(#32) Line is too long.
(#32) Missing semicolon.
(#32) Missing semicolon.
(#32) Expected '{' and instead saw 'ColReorder'.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing semicolon.
(#33) Line is too long.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Missing semicolon.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Missing semicolon.
(#19) 'ColReorder' is not defined.
(#19) 'alert' is not defined.
(#20) 'jQuery' is not defined.
(#20) 'ColReorder' is not defined.
(#20) 'ColReorder' is not defined.
(#23) 'aSearchCopy' is not defined.
(#24) 'aSearchCopy' is not defined.
(#31) 'ColReorder' is not defined.
(#31) 'ColReorder' is not defined.
(#31) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#32) 'ColReorder' is not defined.
(#33) 'ColReorder' is not defined.
(#33) 'alert' is not defined.
(#33) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/ColVis/media/docs/media/js/doc.js
(#17) Use '===' to compare with '0'.
(#31) Use '===' to compare with '0'.
(#63) Use '!==' to compare with 'null'.
(#68) Use '===' to compare with '0'.
(#113) Use '===' to compare with '0'.
(#6) '$' is not defined.
(#7) '$' is not defined.
(#8) '$' is not defined.
(#8) '$' is not defined.
(#10) '$' is not defined.
(#11) '$' is not defined.
(#12) '$' is not defined.
(#14) 'SyntaxHighlighter' is not defined.
(#16) '$' is not defined.
(#17) '$' is not defined.
(#18) '$' is not defined.
(#19) '$' is not defined.
(#20) '$' is not defined.
(#22) '$' is not defined.
(#23) '$' is not defined.
(#24) '$' is not defined.
(#30) '$' is not defined.
(#31) '$' is not defined.
(#32) '$' is not defined.
(#33) '$' is not defined.
(#34) '$' is not defined.
(#36) '$' is not defined.
(#37) '$' is not defined.
(#38) '$' is not defined.
(#44) '$' is not defined.
(#45) '$' is not defined.
(#47) '$' is not defined.
(#53) '$' is not defined.
(#66) '$' is not defined.
(#69) '$' is not defined.
(#72) '$' is not defined.
(#82) '$' is not defined.
(#83) '$' is not defined.
blocks/configurable_reports/js/datatables/extras/ColVis/media/docs/media/js/jquery.js
(#222) Use '===' to compare with 'null'.
(#343) Use '!==' to compare with 'null'.
(#465) Use '===' to compare with 'null'.
(#491) Use '===' to compare with 'null'.
(#495) Use '===' to compare with 'null'.
(#519) Empty block.
(#552) The Function constructor is a form of eval.
(#639) Empty block.
(#649) Use '===' to compare with 'null'.
(#656) Use '===' to compare with 'null'.
(#665) Use '!==' to compare with 'null'.
(#672) Line is too long.
(#672) Use '===' to compare with 'null'.
(#741) Use '!==' to compare with 'null'.
(#919) Use '===' to compare with 'null'.
(#1920) Line is too long.
(#1971) Use '===' to compare with 'null'.
(#1977) Use '===' to compare with 'null'.
(#2041) Expected an assignment or function call and instead saw an expression.
(#2045) Expected an assignment or function call and instead saw an expression.
(#2362) Use '===' to compare with 'null'.
(#2371) Use '!==' to compare with 'null'.
(#2378) Use '!==' to compare with 'null'.
(#2582) Line is too long.
(#2616) Use '===' to compare with 'null'.
(#2616) Use '!==' to compare with 'null'.
(#2620) Line is too long.
(#2621) Line is too long.
(#2625) Use '===' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2626) Use '!==' to compare with 'null'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2910) Use '!==' to compare with 'null'.
(#3147) Use '!==' to compare with 'null'.
(#3226) Line is too long.
(#3281) Use '===' to compare with 'null'.
(#3305) Line is too long.
(#3367) Missing 'new' prefix when invoking a constructor.
(#3395) Line is too long.
(#3418) Use '===' to compare with 'null'.
(#3443) Use '!==' to compare with 'null'.
(#3444) Line is too long.
(#3450) Use '!==' to compare with 'null'.
(#3462) Missing 'new' prefix when invoking a constructor.
(#3487) Missing 'new' prefix when invoking a constructor.
(#3491) Missing 'new' prefix when invoking a constructor.
(#3513) Use '!==' to compare with 'null'.
(#3539) Use '!==' to compare with 'null'.
(#3568) Use '!==' to compare with 'null'.
(#3571) Unexpected use of '^'.
(#3573) Use '!==' to compare with 'null'.
(#3607) Use '===' to compare with 'null'.
(#3667) Empty block.
(#3783) Use '!==' to compare with 'null'.
(#3785) Unexpected use of '^'.
(#3855) Missing 'new' prefix when invoking a constructor.
(#3858) Unexpected use of '^'.
(#3898) Expected an assignment or function call and instead saw an expression.
(#3913) Missing 'new' prefix when invoking a constructor.
(#4037) Expected a 'break' statement before 'case'.
(#4099) Use '!==' to compare with 'null'.
(#4106) Use '===' to compare with 'null'.
(#4164) Expected an assignment or function call and instead saw an expression.
(#4205) Unexpected use of '&'.
(#4324) Line is too long.
(#4524) Missing 'new' prefix when invoking a constructor.
(#4639) Unexpected use of '&'.
(#4672) Missing 'new' prefix when invoking a constructor.
(#5153) Use '!==' to compare with 'null'.
(#5170) Use '!==' to compare with 'null'.
(#5186) Use '===' to compare with 'null'.
(#5187) Use '===' to compare with 'null'.
(#5370) Line is too long.
(#5560) Use '!==' to compare with 'null'.
(#5629) Line is too long.
(#5648) Use '!==' to compare with 'null'.
(#5789) Use '===' to compare with 'null'.
(#5883) Use '!==' to compare with 'null'.
(#5890) Use '===' to compare with 'null'.
(#6033) Line is too long.
(#6276) Use '===' to compare with 'null'.
(#6837) Use '!==' to compare with 'null'.
(#7044) Use '!==' to compare with 'null'.
(#7503) Use '===' to compare with 'null'.
(#7588) Use '!==' to compare with 'null'.
(#7749) Use '!==' to compare with 'null'.
(#7749) Use '===' to compare with 'null'.
(#7828) Use '!==' to compare with 'null'.
(#7908) Use '!==' to compare with 'null'.
(#8034) Line is too long.
(#8067) Line is too long.
(#8068) Line is too long.
(#8070) Line is too long.
(#8141) Use '!==' to compare with 'null'.
(#8144) Use '!==' to compare with 'null'.
(#8273) Use '===' to compare with 'null'.
(#567) 'ActiveXObject' is not defined.
(#525) 'name' is defined but never used.
(#1702) 'i' is defined but never used.
(#1765) 'fn' is defined but never used.
(#2291) 'fn' is defined but never used.
(#2834) 'namespaces' is defined but never used.
(#2834) 'data' is defined but never used.
(#2859) 'namespaces' is defined but never used.
(#2952) 'namespaces' is defined but never used.
(#2952) 'data' is defined but never used.
(#2964) 'namespaces' is defined but never used.
(#3189) 'data' is defined but never used.
(#3803) 'curLoop' is defined but never used.
(#4943) 'elem' is defined but never used.
(#4978) 'i' is defined but never used.
(#4994) 'i' is defined but never used.
(#5341) 'cur' is defined but never used.
(#6279) 'i' is defined but never used.
blocks/configurable_reports/js/datatables/extras/ColVis/media/docs/media/js/shBrushJScript.js
(#20) Expected an assignment or function call and instead saw an expression.
(#38) Line is too long.
(#43) Unnecessary semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#31) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'exports' is not defined.
blocks/configurable_reports/js/datatables/extras/ColVis/media/docs/media/js/shCore.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
blocks/configurable_reports/js/datatables/extras/ColVis/media/js/ColVis.js
(#30) 'ColVis' is not defined.
(#35) 'alert' is not defined.
(#255) 'ColVis' is not defined.
(#265) 'ColVis' is not defined.
(#821) 'iMax' is not defined.
(#826) 'iMax' is not defined.
(#829) 'iMax' is not defined.
(#856) 'jQuery' is not defined.
(#856) 'jQuery' is not defined.
(#922) 'ColVis' is not defined.
(#930) 'ColVis' is not defined.
(#932) 'ColVis' is not defined.
(#934) 'ColVis' is not defined.
(#954) 'ColVis' is not defined.
(#970) 'ColVis' is not defined.
(#979) 'ColVis' is not defined.
(#980) 'ColVis' is not defined.
(#980) 'ColVis' is not defined.
(#1001) 'ColVis' is not defined.
(#1010) 'alert' is not defined.
(#1013) 'jQuery' is not defined.
(#527) 'e' is defined but never used.
(#559) 'e' is defined but never used.
(#694) 'that' is defined but never used.
(#839) 'iDivHeight' is defined but never used.
(#881) 'e' is defined but never used.
(#885) 'e' is defined but never used.
blocks/configurable_reports/js/datatables/extras/ColVis/media/js/ColVis.min.js
(#15) Line is too long.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Expected an assignment or function call and instead saw an expression.
(#16) Line is too long.
(#16) Missing semicolon.
(#16) Expected '{' and instead saw 'null'.
(#16) Expected an assignment or function call and instead saw an expression.
(#16) Expected an assignment or function call and instead saw an expression.
(#16) Missing semicolon.
(#17) Line is too long.
(#17) Expected '{' and instead saw 'this'.
(#17) Missing semicolon.
(#18) Line is too long.
(#18) Expected '{' and instead saw 'a'.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Expected an assignment or function call and instead saw an expression.
(#19) Line is too long.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#20) Line is too long.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Missing semicolon.
(#20) Expected '{' and instead saw 'null'.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Missing semicolon.
(#20) Expected '{' and instead saw '-'.
(#21) Line is too long.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#22) Line is too long.
(#22) Expected '{' and instead saw 'a'.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#23) Line is too long.
(#23) Expected '{' and instead saw '-'.
(#23) Expected an assignment or function call and instead saw an expression.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#24) Line is too long.
(#25) Line is too long.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#26) Line is too long.
(#26) Expected '{' and instead saw 'if'.
(#26) Expected '{' and instead saw 'return'.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#27) Line is too long.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#28) Line is too long.
(#28) Missing semicolon.
(#28) Missing semicolon.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Missing semicolon.
(#29) Line is too long.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) 'h' is already defined.
(#30) Line is too long.
(#30) Expected '{' and instead saw 'null'.
(#30) Expected an assignment or function call and instead saw an expression.
(#30) Expected '{' and instead saw 'null'.
(#30) Expected an assignment or function call and instead saw an expression.
(#30) Missing semicolon.
(#31) Line is too long.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Missing semicolon.
(#31) Missing semicolon.
(#31) Missing semicolon.
(#32) Line is too long.
(#32) Missing semicolon.
(#32) Missing semicolon.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing semicolon.
(#32) Expected '{' and instead saw 'a'.
(#32) Missing semicolon.
(#32) Expected an assignment or function call and instead saw an expression.
(#33) Line is too long.
(#33) Expected '{' and instead saw '('.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Missing semicolon.
(#33) Missing semicolon.
(#34) Expected an assignment or function call and instead saw an expression.
(#34) Missing semicolon.
(#15) 'ColVis' is not defined.
(#15) 'alert' is not defined.
(#16) 'ColVis' is not defined.
(#16) 'ColVis' is not defined.
(#30) 'iMax' is not defined.
(#30) 'iMax' is not defined.
(#30) 'iMax' is not defined.
(#31) 'jQuery' is not defined.
(#31) 'jQuery' is not defined.
(#32) 'ColVis' is not defined.
(#32) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#33) 'ColVis' is not defined.
(#34) 'alert' is not defined.
(#34) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/FixedColumns/docs/media/js/doc.js
(#17) Use '===' to compare with '0'.
(#31) Use '===' to compare with '0'.
(#63) Use '!==' to compare with 'null'.
(#68) Use '===' to compare with '0'.
(#113) Use '===' to compare with '0'.
(#6) '$' is not defined.
(#7) '$' is not defined.
(#8) '$' is not defined.
(#8) '$' is not defined.
(#10) '$' is not defined.
(#11) '$' is not defined.
(#12) '$' is not defined.
(#14) 'SyntaxHighlighter' is not defined.
(#16) '$' is not defined.
(#17) '$' is not defined.
(#18) '$' is not defined.
(#19) '$' is not defined.
(#20) '$' is not defined.
(#22) '$' is not defined.
(#23) '$' is not defined.
(#24) '$' is not defined.
(#30) '$' is not defined.
(#31) '$' is not defined.
(#32) '$' is not defined.
(#33) '$' is not defined.
(#34) '$' is not defined.
(#36) '$' is not defined.
(#37) '$' is not defined.
(#38) '$' is not defined.
(#44) '$' is not defined.
(#45) '$' is not defined.
(#47) '$' is not defined.
(#53) '$' is not defined.
(#66) '$' is not defined.
(#69) '$' is not defined.
(#72) '$' is not defined.
(#82) '$' is not defined.
(#83) '$' is not defined.
blocks/configurable_reports/js/datatables/extras/FixedColumns/docs/media/js/jquery.js
(#222) Use '===' to compare with 'null'.
(#343) Use '!==' to compare with 'null'.
(#465) Use '===' to compare with 'null'.
(#491) Use '===' to compare with 'null'.
(#495) Use '===' to compare with 'null'.
(#519) Empty block.
(#552) The Function constructor is a form of eval.
(#639) Empty block.
(#649) Use '===' to compare with 'null'.
(#656) Use '===' to compare with 'null'.
(#665) Use '!==' to compare with 'null'.
(#672) Line is too long.
(#672) Use '===' to compare with 'null'.
(#741) Use '!==' to compare with 'null'.
(#919) Use '===' to compare with 'null'.
(#1920) Line is too long.
(#1971) Use '===' to compare with 'null'.
(#1977) Use '===' to compare with 'null'.
(#2041) Expected an assignment or function call and instead saw an expression.
(#2045) Expected an assignment or function call and instead saw an expression.
(#2362) Use '===' to compare with 'null'.
(#2371) Use '!==' to compare with 'null'.
(#2378) Use '!==' to compare with 'null'.
(#2582) Line is too long.
(#2616) Use '===' to compare with 'null'.
(#2616) Use '!==' to compare with 'null'.
(#2620) Line is too long.
(#2621) Line is too long.
(#2625) Use '===' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2626) Use '!==' to compare with 'null'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2910) Use '!==' to compare with 'null'.
(#3147) Use '!==' to compare with 'null'.
(#3226) Line is too long.
(#3281) Use '===' to compare with 'null'.
(#3305) Line is too long.
(#3367) Missing 'new' prefix when invoking a constructor.
(#3395) Line is too long.
(#3418) Use '===' to compare with 'null'.
(#3443) Use '!==' to compare with 'null'.
(#3444) Line is too long.
(#3450) Use '!==' to compare with 'null'.
(#3462) Missing 'new' prefix when invoking a constructor.
(#3487) Missing 'new' prefix when invoking a constructor.
(#3491) Missing 'new' prefix when invoking a constructor.
(#3513) Use '!==' to compare with 'null'.
(#3539) Use '!==' to compare with 'null'.
(#3568) Use '!==' to compare with 'null'.
(#3571) Unexpected use of '^'.
(#3573) Use '!==' to compare with 'null'.
(#3607) Use '===' to compare with 'null'.
(#3667) Empty block.
(#3783) Use '!==' to compare with 'null'.
(#3785) Unexpected use of '^'.
(#3855) Missing 'new' prefix when invoking a constructor.
(#3858) Unexpected use of '^'.
(#3898) Expected an assignment or function call and instead saw an expression.
(#3913) Missing 'new' prefix when invoking a constructor.
(#4037) Expected a 'break' statement before 'case'.
(#4099) Use '!==' to compare with 'null'.
(#4106) Use '===' to compare with 'null'.
(#4164) Expected an assignment or function call and instead saw an expression.
(#4205) Unexpected use of '&'.
(#4324) Line is too long.
(#4524) Missing 'new' prefix when invoking a constructor.
(#4639) Unexpected use of '&'.
(#4672) Missing 'new' prefix when invoking a constructor.
(#5153) Use '!==' to compare with 'null'.
(#5170) Use '!==' to compare with 'null'.
(#5186) Use '===' to compare with 'null'.
(#5187) Use '===' to compare with 'null'.
(#5370) Line is too long.
(#5560) Use '!==' to compare with 'null'.
(#5629) Line is too long.
(#5648) Use '!==' to compare with 'null'.
(#5789) Use '===' to compare with 'null'.
(#5883) Use '!==' to compare with 'null'.
(#5890) Use '===' to compare with 'null'.
(#6033) Line is too long.
(#6276) Use '===' to compare with 'null'.
(#6837) Use '!==' to compare with 'null'.
(#7044) Use '!==' to compare with 'null'.
(#7503) Use '===' to compare with 'null'.
(#7588) Use '!==' to compare with 'null'.
(#7749) Use '!==' to compare with 'null'.
(#7749) Use '===' to compare with 'null'.
(#7828) Use '!==' to compare with 'null'.
(#7908) Use '!==' to compare with 'null'.
(#8034) Line is too long.
(#8067) Line is too long.
(#8068) Line is too long.
(#8070) Line is too long.
(#8141) Use '!==' to compare with 'null'.
(#8144) Use '!==' to compare with 'null'.
(#8273) Use '===' to compare with 'null'.
(#567) 'ActiveXObject' is not defined.
(#525) 'name' is defined but never used.
(#1702) 'i' is defined but never used.
(#1765) 'fn' is defined but never used.
(#2291) 'fn' is defined but never used.
(#2834) 'namespaces' is defined but never used.
(#2834) 'data' is defined but never used.
(#2859) 'namespaces' is defined but never used.
(#2952) 'namespaces' is defined but never used.
(#2952) 'data' is defined but never used.
(#2964) 'namespaces' is defined but never used.
(#3189) 'data' is defined but never used.
(#3803) 'curLoop' is defined but never used.
(#4943) 'elem' is defined but never used.
(#4978) 'i' is defined but never used.
(#4994) 'i' is defined but never used.
(#5341) 'cur' is defined but never used.
(#6279) 'i' is defined but never used.
blocks/configurable_reports/js/datatables/extras/FixedColumns/docs/media/js/shBrushJScript.js
(#20) Expected an assignment or function call and instead saw an expression.
(#38) Line is too long.
(#43) Unnecessary semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#31) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'exports' is not defined.
blocks/configurable_reports/js/datatables/extras/FixedColumns/docs/media/js/shCore.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
blocks/configurable_reports/js/datatables/extras/FixedColumns/media/js/FixedColumns.js
(#783) 'aoCloneLayout' is already defined.
(#797) Don't make functions within a loop.
(#906) 'aoCloneLayout' is already defined.
(#918) 'aoCloneLayout' is already defined.
(#1217) Line is too long.
(#1222) Line is too long.
(#1223) Line is too long.
(#56) 'alert' is not defined.
(#372) 'alert' is not defined.
(#496) 'nLeft' is not defined.
(#497) 'nRight' is not defined.
(#500) 'nLeft' is not defined.
(#501) 'nLeft' is not defined.
(#502) 'nLeft' is not defined.
(#506) 'nRight' is not defined.
(#507) 'nRight' is not defined.
(#508) 'nRight' is not defined.
(#514) 'nLeft' is not defined.
(#517) 'nRight' is not defined.
(#521) 'nLeft' is not defined.
(#846) 'oStyle' is not defined.
(#847) 'oStyle' is not defined.
(#848) 'oStyle' is not defined.
(#849) 'oStyle' is not defined.
(#850) 'oStyle' is not defined.
(#851) 'oStyle' is not defined.
(#852) 'oStyle' is not defined.
(#1226) 'jQuery' is not defined.
(#22) 'document' is defined but never used.
(#365) 'iLen' is defined but never used.
(#477) 'that' is defined but never used.
(#638) 'that' is defined but never used.
(#639) 'jq' is defined but never used.
(#664) 'that' is defined but never used.
(#665) 'jq' is defined but never used.
(#744) 'jq' is defined but never used.
(#744) 'nTarget' is defined but never used.
(#876) 'z' is defined but never used.
(#987) 'that' is defined but never used.
(#988) 'iHeight2' is defined but never used.
blocks/configurable_reports/js/datatables/extras/FixedColumns/media/js/FixedColumns.min.js
(#29) Line is too long.
(#30) Line is too long.
(#30) Expected an assignment or function call and instead saw an expression.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) 'c' is already defined.
(#31) Line is too long.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Missing semicolon.
(#31) Confusing use of '!'.
(#31) Expected '{' and instead saw 'alert'.
(#31) Expected '{' and instead saw 'this'.
(#32) Line is too long.
(#32) 'a' is already defined.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing semicolon.
(#32) Expected an assignment or function call and instead saw an expression.
(#33) Line is too long.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Expected '{' and instead saw 'this'.
(#33) Expected '{' and instead saw 'this'.
(#33) Expected '{' and instead saw 'c'.
(#33) Missing semicolon.
(#33) Missing semicolon.
(#34) Line is too long.
(#34) Missing semicolon.
(#34) Missing semicolon.
(#35) Line is too long.
(#35) Expected an assignment or function call and instead saw an expression.
(#35) Expected an assignment or function call and instead saw an expression.
(#36) Line is too long.
(#36) Missing semicolon.
(#36) 'c' is already defined.
(#36) 'f' is already defined.
(#37) Line is too long.
(#37) Expected an assignment or function call and instead saw an expression.
(#37) Missing semicolon.
(#38) Line is too long.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Missing semicolon.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Missing semicolon.
(#38) Confusing use of '!'.
(#38) Expected '{' and instead saw 'c'.
(#39) Line is too long.
(#39) Missing semicolon.
(#39) Confusing use of '!'.
(#39) Expected '{' and instead saw 'c'.
(#39) Missing semicolon.
(#39) Expected '{' and instead saw 'if'.
(#40) Line is too long.
(#40) Expected an assignment or function call and instead saw an expression.
(#40) Missing semicolon.
(#40) Missing semicolon.
(#40) Missing semicolon.
(#40) Expected an assignment or function call and instead saw an expression.
(#40) Expected '{' and instead saw 'k'.
(#40) Missing semicolon.
(#40) 'l' is already defined.
(#41) Line is too long.
(#41) Expected '{' and instead saw 'o'.
(#41) Missing semicolon.
(#41) Don't make functions within a loop.
(#41) Expected an assignment or function call and instead saw an expression.
(#41) Missing semicolon.
(#41) Expected an assignment or function call and instead saw an expression.
(#41) Expected an assignment or function call and instead saw an expression.
(#42) Line is too long.
(#42) Expected an assignment or function call and instead saw an expression.
(#42) Expected '{' and instead saw 'm'.
(#43) Line is too long.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) 'a' is already defined.
(#43) Missing semicolon.
(#43) Missing semicolon.
(#43) Missing semicolon.
(#43) Expected '{' and instead saw 'b'.
(#44) Line is too long.
(#44) Missing semicolon.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) 'l' used out of scope.
(#45) Line is too long.
(#45) 'l' used out of scope.
(#45) Expected '{' and instead saw 'e'.
(#45) 'l' used out of scope.
(#45) 'l' used out of scope.
(#45) Missing semicolon.
(#45) 'l' used out of scope.
(#45) 'l' used out of scope.
(#45) 'l' used out of scope.
(#45) Expected '{' and instead saw 'e'.
(#45) 'l' used out of scope.
(#45) Missing semicolon.
(#45) Missing semicolon.
(#46) Line is too long.
(#46) Missing semicolon.
(#46) Missing semicolon.
(#46) Expected an assignment or function call and instead saw an expression.
(#46) Missing semicolon.
(#46) Expected '{' and instead saw 'TR'.
(#46) Expected an assignment or function call and instead saw an expression.
(#46) Missing semicolon.
(#46) Expected '{' and instead saw 'for'.
(#47) Line is too long.
(#46) 'c' is already defined.
(#47) 'a' is already defined.
(#47) 'a' is already defined.
(#47) 'd' is already defined.
(#47) 'c' is already defined.
(#47) 'e' is already defined.
(#47) Expected '{' and instead saw 'semiauto'.
(#48) Line is too long.
(#48) Expected an assignment or function call and instead saw an expression.
(#48) Missing semicolon.
(#48) Missing semicolon.
(#29) 'alert' is not defined.
(#31) 'alert' is not defined.
(#35) 'nLeft' is not defined.
(#35) 'nRight' is not defined.
(#35) 'nLeft' is not defined.
(#35) 'nLeft' is not defined.
(#35) 'nLeft' is not defined.
(#35) 'nRight' is not defined.
(#35) 'nRight' is not defined.
(#35) 'nRight' is not defined.
(#35) 'nLeft' is not defined.
(#35) 'nRight' is not defined.
(#36) 'nLeft' is not defined.
(#42) 'oStyle' is not defined.
(#43) 'oStyle' is not defined.
(#43) 'oStyle' is not defined.
(#43) 'oStyle' is not defined.
(#43) 'oStyle' is not defined.
(#43) 'oStyle' is not defined.
(#43) 'oStyle' is not defined.
(#48) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/FixedHeader/js/FixedHeader.js
(#145) Invalid typeof value 'functon'
(#155) Use '!==' to compare with ''.
(#155) Use '!==' to compare with ''.
(#372) Expected a conditional expression and instead saw an assignment.
(#41) 'alert' is not defined.
(#148) 'alert' is not defined.
(#157) 'alert' is not defined.
(#176) '$' is not defined.
(#179) 'jQuery' is not defined.
(#179) 'jQuery' is not defined.
(#179) 'jQuery' is not defined.
(#204) 'jQuery' is not defined.
(#267) 'jQuery' is not defined.
(#268) 'jQuery' is not defined.
(#268) 'jQuery' is not defined.
(#286) 'jQuery' is not defined.
(#348) 'jQuery' is not defined.
(#449) 'jQuery' is not defined.
(#497) 'jQuery' is not defined.
(#545) 'jQuery' is not defined.
(#546) 'jQuery' is not defined.
(#670) 'jQuery' is not defined.
(#675) 'jQuery' is not defined.
(#680) 'jQuery' is not defined.
(#684) 'jQuery' is not defined.
(#685) 'jQuery' is not defined.
(#685) 'jQuery' is not defined.
(#688) 'jQuery' is not defined.
(#689) 'jQuery' is not defined.
(#689) 'jQuery' is not defined.
(#705) 'jQuery' is not defined.
(#714) 'jQuery' is not defined.
(#718) 'jQuery' is not defined.
(#719) 'jQuery' is not defined.
(#719) 'jQuery' is not defined.
(#722) 'jQuery' is not defined.
(#723) 'jQuery' is not defined.
(#723) 'jQuery' is not defined.
(#737) '$' is not defined.
(#738) '$' is not defined.
(#739) '$' is not defined.
(#739) '$' is not defined.
(#739) '$' is not defined.
(#748) 'jQuery' is not defined.
(#749) 'jQuery' is not defined.
(#752) 'jQuery' is not defined.
(#756) '$' is not defined.
(#757) '$' is not defined.
(#760) '$' is not defined.
(#761) '$' is not defined.
(#764) '$' is not defined.
(#765) '$' is not defined.
(#770) 'jQuery' is not defined.
(#784) '$' is not defined.
(#786) 'jQuery' is not defined.
(#787) '$' is not defined.
(#787) '$' is not defined.
(#787) '$' is not defined.
(#796) 'jQuery' is not defined.
(#797) 'jQuery' is not defined.
(#800) 'jQuery' is not defined.
(#802) 'jQuery' is not defined.
(#803) 'jQuery' is not defined.
(#806) '$' is not defined.
(#807) '$' is not defined.
(#812) 'jQuery' is not defined.
(#831) '$' is not defined.
(#833) '$' is not defined.
(#833) '$' is not defined.
(#833) '$' is not defined.
(#836) '$' is not defined.
(#838) '$' is not defined.
(#838) '$' is not defined.
(#840) '$' is not defined.
(#840) '$' is not defined.
(#844) '$' is not defined.
(#844) '$' is not defined.
(#849) '$' is not defined.
(#849) '$' is not defined.
(#902) 'jQuery' is not defined.
(#903) 'jQuery' is not defined.
(#931) 'jQuery' is not defined.
(#45) 'that' is defined but never used.
(#351) 'iParentScrollLeft' is defined but never used.
(#495) 'oDoc' is defined but never used.
(#592) 'oDoc' is defined but never used.
(#738) 'iCols' is defined but never used.
(#739) 'bRubbishOldIE' is defined but never used.
(#756) 'k' is defined but never used.
(#760) 'k' is defined but never used.
(#764) 'k' is defined but never used.
(#787) 'bRubbishOldIE' is defined but never used.
(#806) 'k' is defined but never used.
(#830) 'that' is defined but never used.
blocks/configurable_reports/js/datatables/extras/FixedHeader/js/FixedHeader.min.js
(#15) Line is too long.
(#15) Expected '{' and instead saw 'alert'.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#16) Line is too long.
(#16) Missing semicolon.
(#16) Expected an assignment or function call and instead saw an expression.
(#16) Missing semicolon.
(#17) Line is too long.
(#17) Invalid typeof value 'functon'
(#17) Confusing use of '!'.
(#17) Missing semicolon.
(#17) Use '!==' to compare with ''.
(#17) Use '!==' to compare with ''.
(#17) Missing semicolon.
(#18) Line is too long.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Expected '{' and instead saw 'b'.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Expected an assignment or function call and instead saw an expression.
(#19) Line is too long.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Missing semicolon.
(#19) Missing semicolon.
(#19) Missing semicolon.
(#20) Line is too long.
(#20) Expected '{' and instead saw 'a'.
(#20) Missing semicolon.
(#21) Line is too long.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Expected an assignment or function call and instead saw an expression.
(#22) Line is too long.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#23) Line is too long.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'b'.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'fixedHeader'.
(#24) Line is too long.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) Missing semicolon.
(#24) Expected '{' and instead saw 'a'.
(#24) Missing semicolon.
(#25) Line is too long.
(#26) Line is too long.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing semicolon.
(#27) Line is too long.
(#28) Line is too long.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Missing semicolon.
(#29) Line is too long.
(#30) Line is too long.
(#30) Expected an assignment or function call and instead saw an expression.
(#30) Missing semicolon.
(#31) Line is too long.
(#31) Expected '{' and instead saw 'f'.
(#32) Line is too long.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing semicolon.
(#33) Line is too long.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Missing semicolon.
(#33) Expected '{' and instead saw 'jQuery'.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Missing semicolon.
(#33) Missing semicolon.
(#33) Missing semicolon.
(#34) Line is too long.
(#34) Expected '{' and instead saw 'b'.
(#34) Missing semicolon.
(#34) Missing semicolon.
(#34) Missing semicolon.
(#35) Line is too long.
(#35) Expected '{' and instead saw 'b'.
(#35) Expected an assignment or function call and instead saw an expression.
(#35) Missing semicolon.
(#35) Missing semicolon.
(#35) Missing semicolon.
(#36) Line is too long.
(#36) Missing semicolon.
(#36) Expected '{' and instead saw 'd'.
(#36) Expected an assignment or function call and instead saw an expression.
(#37) Line is too long.
(#37) Missing semicolon.
(#37) Missing semicolon.
(#38) Line is too long.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Missing semicolon.
(#38) Missing semicolon.
(#39) Line is too long.
(#39) Missing semicolon.
(#40) Line is too long.
(#40) Expected '{' and instead saw 'FixedHeader'.
(#40) Missing semicolon.
(#15) 'alert' is not defined.
(#17) 'alert' is not defined.
(#17) 'alert' is not defined.
(#18) '$' is not defined.
(#18) 'jQuery' is not defined.
(#18) 'jQuery' is not defined.
(#18) 'jQuery' is not defined.
(#19) 'jQuery' is not defined.
(#20) 'jQuery' is not defined.
(#20) 'jQuery' is not defined.
(#20) 'jQuery' is not defined.
(#21) 'jQuery' is not defined.
(#22) 'jQuery' is not defined.
(#24) 'jQuery' is not defined.
(#26) 'jQuery' is not defined.
(#28) 'jQuery' is not defined.
(#28) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#33) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#34) 'jQuery' is not defined.
(#35) '$' is not defined.
(#35) '$' is not defined.
(#35) 'jQuery' is not defined.
(#35) 'jQuery' is not defined.
(#35) 'jQuery' is not defined.
(#35) '$' is not defined.
(#35) '$' is not defined.
(#35) '$' is not defined.
(#35) '$' is not defined.
(#35) '$' is not defined.
(#35) '$' is not defined.
(#36) 'jQuery' is not defined.
(#36) '$' is not defined.
(#36) 'jQuery' is not defined.
(#36) 'jQuery' is not defined.
(#36) 'jQuery' is not defined.
(#36) 'jQuery' is not defined.
(#37) 'jQuery' is not defined.
(#37) 'jQuery' is not defined.
(#37) '$' is not defined.
(#37) '$' is not defined.
(#37) 'jQuery' is not defined.
(#37) '$' is not defined.
(#37) '$' is not defined.
(#37) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#38) '$' is not defined.
(#39) 'jQuery' is not defined.
(#39) 'jQuery' is not defined.
(#40) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/KeyTable/js/KeyTable.js
(#223) 'alert' is not defined.
(#278) 'alert' is not defined.
(#415) 'jQuery' is not defined.
(#416) 'jQuery' is not defined.
(#489) '$' is not defined.
(#490) '$' is not defined.
(#583) 'jQuery' is not defined.
(#584) 'jQuery' is not defined.
(#832) 'jQuery' is not defined.
(#850) 'jQuery' is not defined.
(#851) 'jQuery' is not defined.
(#857) 'jQuery' is not defined.
(#858) 'jQuery' is not defined.
(#979) 'jQuery' is not defined.
(#981) '$' is not defined.
(#1021) 'jQuery' is not defined.
(#1071) 'jQuery' is not defined.
(#1071) 'jQuery' is not defined.
(#1073) 'jQuery' is not defined.
(#1077) 'jQuery' is not defined.
(#1082) 'jQuery' is not defined.
(#1086) 'jQuery' is not defined.
(#1090) 'jQuery' is not defined.
(#23) 'KeyTable' is defined but never used.
(#595) 'e' is defined but never used.
blocks/configurable_reports/js/datatables/extras/KeyTable/js/KeyTable.min.js
(#15) Line is too long.
(#15) Missing 'new' prefix when invoking a constructor.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#16) Line is too long.
(#15) Missing 'new' prefix when invoking a constructor.
(#16) Expected an assignment or function call and instead saw an expression.
(#16) Missing semicolon.
(#16) Missing semicolon.
(#16) Expected '{' and instead saw 'if'.
(#16) Expected '{' and instead saw 'i'.
(#16) Expected an assignment or function call and instead saw an expression.
(#16) Expected '{' and instead saw 'return'.
(#16) Missing semicolon.
(#16) 'a' is already defined.
(#16) Expected '{' and instead saw 'if'.
(#16) Expected '{' and instead saw 'a'.
(#17) Line is too long.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Missing semicolon.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Missing 'new' prefix when invoking a constructor.
(#17) Expected '{' and instead saw '0'.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Expected '{' and instead saw 'c'.
(#18) Line is too long.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Missing semicolon.
(#18) 'b' used out of scope.
(#18) Missing 'new' prefix when invoking a constructor.
(#18) 'b' used out of scope.
(#18) 'b' used out of scope.
(#18) 'l' is already defined.
(#18) 'b' used out of scope.
(#18) 'h' used out of scope.
(#18) Expected '{' and instead saw 'p'.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Missing semicolon.
(#19) Line is too long.
(#19) Expected '{' and instead saw 'f'.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) 'h' used out of scope.
(#19) 'b' used out of scope.
(#19) 'b' used out of scope.
(#19) 'b' used out of scope.
(#19) 'b' used out of scope.
(#19) 'b' used out of scope.
(#19) 'h' used out of scope.
(#19) 'b' used out of scope.
(#19) 'b' used out of scope.
(#19) 'b' used out of scope.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Missing semicolon.
(#20) Line is too long.
(#20) Expected '{' and instead saw '('.
(#20) 'b' used out of scope.
(#20) 'h' used out of scope.
(#20) 'b' used out of scope.
(#20) 'h' used out of scope.
(#20) 'b' used out of scope.
(#20) 'h' used out of scope.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Missing semicolon.
(#20) Missing semicolon.
(#20) Missing semicolon.
(#21) Line is too long.
(#21) Expected '{' and instead saw 'a'.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Expected '{' and instead saw 'return'.
(#21) Missing 'new' prefix when invoking a constructor.
(#21) Expected '{' and instead saw 'return'.
(#21) Missing semicolon.
(#21) Expected '{' and instead saw 'c'.
(#21) 'j' used out of scope.
(#21) 'j' used out of scope.
(#21) Missing semicolon.
(#22) Line is too long.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'return'.
(#22) 'j' used out of scope.
(#22) Missing semicolon.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'return'.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'return'.
(#22) 'j' used out of scope.
(#22) Missing semicolon.
(#22) Expected '{' and instead saw 'a'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Expected '{' and instead saw 'return'.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#23) Line is too long.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'for'.
(#24) Line is too long.
(#24) Expected '{' and instead saw 'if'.
(#24) Expected '{' and instead saw 'return'.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Expected an identifier and instead saw '=='.
(#24) Expected an operator and instead saw 'typeof'.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) Missing semicolon.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) Missing semicolon.
(#24) Expected '{' and instead saw 's'.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) 'F' is already defined.
(#25) Line is too long.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected an assignment or function call and instead saw an expression.
(#26) Line is too long.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Expected an assignment or function call and instead saw an expression.
(#27) Line is too long.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) 'a' is already defined.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#27) Unnecessary semicolon.
(#15) 'alert' is not defined.
(#16) 'alert' is not defined.
(#17) 'jQuery' is not defined.
(#17) 'jQuery' is not defined.
(#19) '$' is not defined.
(#19) '$' is not defined.
(#20) 'jQuery' is not defined.
(#20) 'jQuery' is not defined.
(#23) 'jQuery' is not defined.
(#23) 'jQuery' is not defined.
(#23) 'jQuery' is not defined.
(#23) 'jQuery' is not defined.
(#23) 'jQuery' is not defined.
(#25) 'jQuery' is not defined.
(#25) '$' is not defined.
(#26) 'jQuery' is not defined.
(#26) 'jQuery' is not defined.
(#27) 'jQuery' is not defined.
(#27) 'jQuery' is not defined.
(#27) 'jQuery' is not defined.
(#27) 'jQuery' is not defined.
(#27) 'jQuery' is not defined.
(#27) 'jQuery' is not defined.
(#15) 'KeyTable' is defined but never used.
blocks/configurable_reports/js/datatables/extras/Scroller/media/docs/media/js/doc.js
(#17) Use '===' to compare with '0'.
(#31) Use '===' to compare with '0'.
(#63) Use '!==' to compare with 'null'.
(#68) Use '===' to compare with '0'.
(#113) Use '===' to compare with '0'.
(#6) '$' is not defined.
(#7) '$' is not defined.
(#8) '$' is not defined.
(#8) '$' is not defined.
(#10) '$' is not defined.
(#11) '$' is not defined.
(#12) '$' is not defined.
(#14) 'SyntaxHighlighter' is not defined.
(#16) '$' is not defined.
(#17) '$' is not defined.
(#18) '$' is not defined.
(#19) '$' is not defined.
(#20) '$' is not defined.
(#22) '$' is not defined.
(#23) '$' is not defined.
(#24) '$' is not defined.
(#30) '$' is not defined.
(#31) '$' is not defined.
(#32) '$' is not defined.
(#33) '$' is not defined.
(#34) '$' is not defined.
(#36) '$' is not defined.
(#37) '$' is not defined.
(#38) '$' is not defined.
(#44) '$' is not defined.
(#45) '$' is not defined.
(#47) '$' is not defined.
(#53) '$' is not defined.
(#66) '$' is not defined.
(#69) '$' is not defined.
(#72) '$' is not defined.
(#82) '$' is not defined.
(#83) '$' is not defined.
blocks/configurable_reports/js/datatables/extras/Scroller/media/docs/media/js/jquery.js
(#222) Use '===' to compare with 'null'.
(#343) Use '!==' to compare with 'null'.
(#465) Use '===' to compare with 'null'.
(#491) Use '===' to compare with 'null'.
(#495) Use '===' to compare with 'null'.
(#519) Empty block.
(#552) The Function constructor is a form of eval.
(#639) Empty block.
(#649) Use '===' to compare with 'null'.
(#656) Use '===' to compare with 'null'.
(#665) Use '!==' to compare with 'null'.
(#672) Line is too long.
(#672) Use '===' to compare with 'null'.
(#741) Use '!==' to compare with 'null'.
(#919) Use '===' to compare with 'null'.
(#1920) Line is too long.
(#1971) Use '===' to compare with 'null'.
(#1977) Use '===' to compare with 'null'.
(#2041) Expected an assignment or function call and instead saw an expression.
(#2045) Expected an assignment or function call and instead saw an expression.
(#2362) Use '===' to compare with 'null'.
(#2371) Use '!==' to compare with 'null'.
(#2378) Use '!==' to compare with 'null'.
(#2582) Line is too long.
(#2616) Use '===' to compare with 'null'.
(#2616) Use '!==' to compare with 'null'.
(#2620) Line is too long.
(#2621) Line is too long.
(#2625) Use '===' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2625) Use '!==' to compare with 'null'.
(#2626) Use '!==' to compare with 'null'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2637) Unexpected use of '&'.
(#2910) Use '!==' to compare with 'null'.
(#3147) Use '!==' to compare with 'null'.
(#3226) Line is too long.
(#3281) Use '===' to compare with 'null'.
(#3305) Line is too long.
(#3367) Missing 'new' prefix when invoking a constructor.
(#3395) Line is too long.
(#3418) Use '===' to compare with 'null'.
(#3443) Use '!==' to compare with 'null'.
(#3444) Line is too long.
(#3450) Use '!==' to compare with 'null'.
(#3462) Missing 'new' prefix when invoking a constructor.
(#3487) Missing 'new' prefix when invoking a constructor.
(#3491) Missing 'new' prefix when invoking a constructor.
(#3513) Use '!==' to compare with 'null'.
(#3539) Use '!==' to compare with 'null'.
(#3568) Use '!==' to compare with 'null'.
(#3571) Unexpected use of '^'.
(#3573) Use '!==' to compare with 'null'.
(#3607) Use '===' to compare with 'null'.
(#3667) Empty block.
(#3783) Use '!==' to compare with 'null'.
(#3785) Unexpected use of '^'.
(#3855) Missing 'new' prefix when invoking a constructor.
(#3858) Unexpected use of '^'.
(#3898) Expected an assignment or function call and instead saw an expression.
(#3913) Missing 'new' prefix when invoking a constructor.
(#4037) Expected a 'break' statement before 'case'.
(#4099) Use '!==' to compare with 'null'.
(#4106) Use '===' to compare with 'null'.
(#4164) Expected an assignment or function call and instead saw an expression.
(#4205) Unexpected use of '&'.
(#4324) Line is too long.
(#4524) Missing 'new' prefix when invoking a constructor.
(#4639) Unexpected use of '&'.
(#4672) Missing 'new' prefix when invoking a constructor.
(#5153) Use '!==' to compare with 'null'.
(#5170) Use '!==' to compare with 'null'.
(#5186) Use '===' to compare with 'null'.
(#5187) Use '===' to compare with 'null'.
(#5370) Line is too long.
(#5560) Use '!==' to compare with 'null'.
(#5629) Line is too long.
(#5648) Use '!==' to compare with 'null'.
(#5789) Use '===' to compare with 'null'.
(#5883) Use '!==' to compare with 'null'.
(#5890) Use '===' to compare with 'null'.
(#6033) Line is too long.
(#6276) Use '===' to compare with 'null'.
(#6837) Use '!==' to compare with 'null'.
(#7044) Use '!==' to compare with 'null'.
(#7503) Use '===' to compare with 'null'.
(#7588) Use '!==' to compare with 'null'.
(#7749) Use '!==' to compare with 'null'.
(#7749) Use '===' to compare with 'null'.
(#7828) Use '!==' to compare with 'null'.
(#7908) Use '!==' to compare with 'null'.
(#8034) Line is too long.
(#8067) Line is too long.
(#8068) Line is too long.
(#8070) Line is too long.
(#8141) Use '!==' to compare with 'null'.
(#8144) Use '!==' to compare with 'null'.
(#8273) Use '===' to compare with 'null'.
(#567) 'ActiveXObject' is not defined.
(#525) 'name' is defined but never used.
(#1702) 'i' is defined but never used.
(#1765) 'fn' is defined but never used.
(#2291) 'fn' is defined but never used.
(#2834) 'namespaces' is defined but never used.
(#2834) 'data' is defined but never used.
(#2859) 'namespaces' is defined but never used.
(#2952) 'namespaces' is defined but never used.
(#2952) 'data' is defined but never used.
(#2964) 'namespaces' is defined but never used.
(#3189) 'data' is defined but never used.
(#3803) 'curLoop' is defined but never used.
(#4943) 'elem' is defined but never used.
(#4978) 'i' is defined but never used.
(#4994) 'i' is defined but never used.
(#5341) 'cur' is defined but never used.
(#6279) 'i' is defined but never used.
blocks/configurable_reports/js/datatables/extras/Scroller/media/docs/media/js/shBrushJScript.js
(#20) Expected an assignment or function call and instead saw an expression.
(#38) Line is too long.
(#43) Unnecessary semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#20) 'SyntaxHighlighter' is not defined.
(#20) 'require' is not defined.
(#31) 'SyntaxHighlighter' is not defined.
(#45) 'SyntaxHighlighter' is not defined.
(#48) 'SyntaxHighlighter' is not defined.
(#51) 'exports' is not defined.
blocks/configurable_reports/js/datatables/extras/Scroller/media/docs/media/js/shCore.js
(#17) Line is too long.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Unnecessary semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#17) eval can be harmful.
(#17) Missing semicolon.
blocks/configurable_reports/js/datatables/extras/Scroller/media/js/dataTables.scroller.js
(#70) 'alert' is not defined.
(#325) 'console' is not defined.
(#445) 'console' is not defined.
(#520) 'console' is not defined.
(#568) 'console' is not defined.
(#897) 'alert' is not defined.
(#904) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/Scroller/media/js/dataTables.scroller.min.js
(#26) Line is too long.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing semicolon.
(#27) Line is too long.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Expected an assignment or function call and instead saw an expression.
(#28) Line is too long.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Missing semicolon.
(#29) Line is too long.
(#29) Expected an assignment or function call and instead saw an expression.
(#30) Line is too long.
(#30) Expected an assignment or function call and instead saw an expression.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Expected an assignment or function call and instead saw an expression.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#31) Line is too long.
(#31) Missing semicolon.
(#32) Line is too long.
(#32) Expected an assignment or function call and instead saw an expression.
(#33) Line is too long.
(#33) Missing semicolon.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Missing semicolon.
(#34) Line is too long.
(#34) Expected an assignment or function call and instead saw an expression.
(#35) Line is too long.
(#35) Expected an assignment or function call and instead saw an expression.
(#35) Missing semicolon.
(#35) Missing semicolon.
(#35) Expected an assignment or function call and instead saw an expression.
(#35) Missing semicolon.
(#36) Line is too long.
(#36) Missing semicolon.
(#37) Line is too long.
(#37) 'b' is already defined.
(#37) 'b' is already defined.
(#37) 'c' is already defined.
(#37) 'b' is already defined.
(#37) 'f' is already defined.
(#37) 'e' is already defined.
(#37) 'e' is already defined.
(#38) Line is too long.
(#38) 'a' is already defined.
(#38) Expected '{' and instead saw 'd'.
(#38) Missing semicolon.
(#39) Line is too long.
(#39) A constructor name should start with an uppercase letter.
(#39) Missing semicolon.
(#39) Expected an assignment or function call and instead saw an expression.
(#39) Missing semicolon.
(#26) 'alert' is not defined.
(#28) 'console' is not defined.
(#31) 'console' is not defined.
(#33) 'console' is not defined.
(#34) 'console' is not defined.
(#39) 'alert' is not defined.
(#39) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/TableTools/media/js/TableTools.js
(#1593) Don't make functions within a loop.
(#1893) 'nTfootSize' used out of scope.
(#1894) 'nTfootSize' used out of scope.
(#41) 'alert' is not defined.
(#559) 'ZeroClipboard_TableTools' is not defined.
(#563) 'ZeroClipboard_TableTools' is not defined.
(#579) 'ZeroClipboard_TableTools' is not defined.
(#583) 'ZeroClipboard_TableTools' is not defined.
(#712) 'ZeroClipboard_TableTools' is not defined.
(#753) 'alert' is not defined.
(#762) 'alert' is not defined.
(#1293) 'ZeroClipboard_TableTools' is not defined.
(#1429) 'i' is not defined.
(#1429) 'iLen' is not defined.
(#1429) 'i' is not defined.
(#1429) 'iLen' is not defined.
(#1429) 'i' is not defined.
(#1434) 'i' is not defined.
(#1434) 'iLen' is not defined.
(#1434) 'i' is not defined.
(#1434) 'iLen' is not defined.
(#1434) 'i' is not defined.
(#1436) 'i' is not defined.
(#1441) 'i' is not defined.
(#1441) 'iLen' is not defined.
(#1441) 'i' is not defined.
(#1441) 'iLen' is not defined.
(#1441) 'i' is not defined.
(#1443) 'i' is not defined.
(#1448) 'i' is not defined.
(#1448) 'iLen' is not defined.
(#1448) 'i' is not defined.
(#1448) 'iLen' is not defined.
(#1448) 'i' is not defined.
(#1450) 'i' is not defined.
(#1455) 'i' is not defined.
(#1455) 'iLen' is not defined.
(#1455) 'i' is not defined.
(#1455) 'iLen' is not defined.
(#1455) 'i' is not defined.
(#1457) 'i' is not defined.
(#1462) 'i' is not defined.
(#1462) 'iLen' is not defined.
(#1462) 'i' is not defined.
(#1462) 'iLen' is not defined.
(#1462) 'i' is not defined.
(#1624) '_sLastData' is not defined.
(#1625) '_sLastData' is not defined.
(#2316) 'alert' is not defined.
(#2321) 'alert' is not defined.
(#2470) 'alert' is not defined.
(#2475) 'jQuery' is not defined.
(#426) 's' is defined but never used.
(#990) 'e' is defined but never used.
(#994) 'e' is defined but never used.
(#1021) 'i' is defined but never used.
(#1021) 'iLen' is defined but never used.
(#1023) 'aoOpenRows' is defined but never used.
(#1076) 'firstTr' is defined but never used.
(#1125) 'firstTr' is defined but never used.
(#1258) 'e' is defined but never used.
(#1319) 'client' is defined but never used.
(#1326) 'client' is defined but never used.
(#1333) 'client' is defined but never used.
(#1509) 'child' is defined but never used.
(#1818) 'that' is defined but never used.
(#1816) 'e' is defined but never used.
(#1867) 'nScrollHeadTable' is defined but never used.
(#2243) 'oConfig' is defined but never used.
(#2250) 'oConfig' is defined but never used.
(#2257) 'oConfig' is defined but never used.
(#2265) 'oConfig' is defined but never used.
(#2272) 'oConfig' is defined but never used.
(#2272) 'nButton' is defined but never used.
(#2275) 'oConfig' is defined but never used.
(#2286) 'oConfig' is defined but never used.
(#2286) 'nButton' is defined but never used.
(#2289) 'oConfig' is defined but never used.
(#2296) 'oConfig' is defined but never used.
(#2320) 'json' is defined but never used.
blocks/configurable_reports/js/datatables/extras/TableTools/media/js/TableTools.min.js
(#3) Line is too long.
(#3) Missing semicolon.
(#3) Expected an identifier and instead saw '=='.
(#3) Expected an operator and instead saw 'typeof'.
(#3) Expected an assignment or function call and instead saw an expression.
(#3) Missing semicolon.
(#3) Expected an assignment or function call and instead saw an expression.
(#3) Missing semicolon.
(#3) Missing semicolon.
(#3) Missing semicolon.
(#3) Missing 'new' prefix when invoking a constructor.
(#3) Missing semicolon.
(#3) Missing 'new' prefix when invoking a constructor.
(#4) Line is too long.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Use '!==' to compare with ''.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Use '!==' to compare with ''.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'b'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#5) Line is too long.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#6) Line is too long.
(#6) Expected an assignment or function call and instead saw an expression.
(#7) Line is too long.
(#7) Use '!==' to compare with ''.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Use '!==' to compare with '0'.
(#7) Use '!==' to compare with '0'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Use '!==' to compare with '0'.
(#7) Use '!==' to compare with '0'.
(#8) Line is too long.
(#8) Expected an assignment or function call and instead saw an expression.
(#8) Missing semicolon.
(#8) Expected '{' and instead saw 'var'.
(#8) 'c' is already defined.
(#9) Line is too long.
(#9) Expected '{' and instead saw 'c'.
(#10) Line is too long.
(#10) Missing semicolon.
(#10) Expected an assignment or function call and instead saw an expression.
(#10) Missing semicolon.
(#10) Missing semicolon.
(#10) Missing semicolon.
(#10) Missing semicolon.
(#10) Expected an assignment or function call and instead saw an expression.
(#10) 'a' is already defined.
(#11) Line is too long.
(#11) Missing semicolon.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#12) Line is too long.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#12) Missing semicolon.
(#13) Line is too long.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'c' used out of scope.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#14) Line is too long.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#15) Line is too long.
(#15) Expected '{' and instead saw 'f'.
(#15) Expected '{' and instead saw 'f'.
(#15) Expected '{' and instead saw 'window'.
(#15) Missing semicolon.
(#33) Line is too long.
(#33) Expected an assignment or function call and instead saw an expression.
(#34) Line is too long.
(#34) Expected an assignment or function call and instead saw an expression.
(#34) Missing semicolon.
(#34) Expected an assignment or function call and instead saw an expression.
(#34) Missing semicolon.
(#34) Expected '{' and instead saw 'c'.
(#34) Expected an assignment or function call and instead saw an expression.
(#34) Missing semicolon.
(#34) Expected '{' and instead saw 'c'.
(#34) Expected an assignment or function call and instead saw an expression.
(#34) Missing semicolon.
(#34) Missing semicolon.
(#35) Line is too long.
(#35) Expected '{' and instead saw 'b'.
(#35) Expected an assignment or function call and instead saw an expression.
(#35) Missing semicolon.
(#35) Confusing use of '!'.
(#35) Missing semicolon.
(#35) Confusing use of '!'.
(#35) Missing semicolon.
(#35) Missing semicolon.
(#35) Missing semicolon.
(#36) Line is too long.
(#35) Expected an identifier and instead saw '=='.
(#35) Expected an assignment or function call and instead saw an expression.
(#35) Missing semicolon.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Missing semicolon.
(#36) Missing semicolon.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Missing semicolon.
(#37) Line is too long.
(#37) 'a' is already defined.
(#37) Expected '{' and instead saw 'a'.
(#37) Expected an assignment or function call and instead saw an expression.
(#37) Expected '{' and instead saw 'c'.
(#37) Missing semicolon.
(#37) Expected '{' and instead saw 'return'.
(#37) Missing semicolon.
(#37) Missing semicolon.
(#37) Expected '{' and instead saw 'if'.
(#37) Expected an assignment or function call and instead saw an expression.
(#37) Missing semicolon.
(#38) Line is too long.
(#38) Expected '{' and instead saw 'if'.
(#38) Confusing use of '!'.
(#38) Expected '{' and instead saw 'return'.
(#38) Missing semicolon.
(#38) Missing semicolon.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Missing semicolon.
(#38) Missing semicolon.
(#38) Missing semicolon.
(#39) Line is too long.
(#39) Missing semicolon.
(#39) Expected an assignment or function call and instead saw an expression.
(#39) Missing semicolon.
(#39) Missing semicolon.
(#39) Missing semicolon.
(#39) Expected an identifier and instead saw '=='.
(#39) Expected an operator and instead saw 'typeof'.
(#39) Expected an assignment or function call and instead saw an expression.
(#39) Missing semicolon.
(#40) Line is too long.
(#40) Expected an assignment or function call and instead saw an expression.
(#40) Expected an assignment or function call and instead saw an expression.
(#40) Expected an assignment or function call and instead saw an expression.
(#41) Line is too long.
(#41) Missing semicolon.
(#41) Missing semicolon.
(#41) Missing semicolon.
(#41) Missing semicolon.
(#42) Line is too long.
(#42) Missing semicolon.
(#42) Missing semicolon.
(#42) Expected an assignment or function call and instead saw an expression.
(#42) Missing semicolon.
(#43) Line is too long.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) Missing semicolon.
(#43) Expected '{' and instead saw 'return'.
(#44) Line is too long.
(#44) Expected '{' and instead saw 'if'.
(#44) Expected '{' and instead saw 'return'.
(#44) Missing semicolon.
(#44) Missing semicolon.
(#44) 'd' is already defined.
(#45) Line is too long.
(#45) Expected an assignment or function call and instead saw an expression.
(#46) Line is too long.
(#46) Expected an assignment or function call and instead saw an expression.
(#46) Missing semicolon.
(#46) Missing semicolon.
(#46) Missing semicolon.
(#47) Line is too long.
(#46) Missing semicolon.
(#47) Missing semicolon.
(#47) Expected an assignment or function call and instead saw an expression.
(#47) Missing semicolon.
(#48) Line is too long.
(#48) Expected an assignment or function call and instead saw an expression.
(#48) Missing semicolon.
(#48) Expected an assignment or function call and instead saw an expression.
(#48) Missing semicolon.
(#48) Missing semicolon.
(#48) Expected '{' and instead saw 'c'.
(#48) Expected an assignment or function call and instead saw an expression.
(#48) Expected '{' and instead saw 'c'.
(#48) Expected an assignment or function call and instead saw an expression.
(#49) Line is too long.
(#49) Expected an assignment or function call and instead saw an expression.
(#49) Missing semicolon.
(#49) Expected '{' and instead saw 'c'.
(#49) Expected an assignment or function call and instead saw an expression.
(#49) Expected '{' and instead saw 'c'.
(#49) Expected an assignment or function call and instead saw an expression.
(#49) Expected an assignment or function call and instead saw an expression.
(#50) Line is too long.
(#50) Missing semicolon.
(#50) Expected '{' and instead saw 'c'.
(#50) Expected an assignment or function call and instead saw an expression.
(#50) Expected '{' and instead saw 'a'.
(#50) Expected an assignment or function call and instead saw an expression.
(#50) Missing semicolon.
(#50) Expected '{' and instead saw 'b'.
(#50) Missing semicolon.
(#50) Expected an assignment or function call and instead saw an expression.
(#50) Expected an assignment or function call and instead saw an expression.
(#51) Line is too long.
(#51) Expected an assignment or function call and instead saw an expression.
(#51) Missing semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#51) Missing semicolon.
(#51) Missing semicolon.
(#51) Expected an assignment or function call and instead saw an expression.
(#51) Expected an assignment or function call and instead saw an expression.
(#51) Expected an assignment or function call and instead saw an expression.
(#51) Missing semicolon.
(#51) Missing semicolon.
(#51) Missing '()' invoking a constructor.
(#52) Line is too long.
(#52) Expected an assignment or function call and instead saw an expression.
(#52) Expected an assignment or function call and instead saw an expression.
(#52) Expected an assignment or function call and instead saw an expression.
(#52) Missing semicolon.
(#53) Line is too long.
(#53) Expected an assignment or function call and instead saw an expression.
(#53) Missing semicolon.
(#53) Expected an assignment or function call and instead saw an expression.
(#53) Missing semicolon.
(#53) Expected an assignment or function call and instead saw an expression.
(#53) Missing semicolon.
(#53) Missing semicolon.
(#53) Missing semicolon.
(#53) Expected an assignment or function call and instead saw an expression.
(#53) Missing semicolon.
(#53) Expected '{' and instead saw 'a'.
(#53) Missing semicolon.
(#54) Line is too long.
(#54) Expected '{' and instead saw 'b'.
(#54) Expected '{' and instead saw 'b'.
(#54) Missing semicolon.
(#54) Expected '{' and instead saw 'b'.
(#54) Missing semicolon.
(#54) Expected '{' and instead saw 'b'.
(#54) Missing semicolon.
(#54) Expected '{' and instead saw 'b'.
(#54) Missing semicolon.
(#55) Line is too long.
(#55) Expected '{' and instead saw 'b'.
(#55) Missing semicolon.
(#55) Missing semicolon.
(#55) Missing semicolon.
(#55) Missing 'new' prefix when invoking a constructor.
(#55) Expected '{' and instead saw 'n'.
(#56) Line is too long.
(#56) Expected an assignment or function call and instead saw an expression.
(#56) Missing semicolon.
(#56) Expected '{' and instead saw 'p'.
(#56) Missing semicolon.
(#56) Expected '{' and instead saw 'n'.
(#57) Line is too long.
(#57) Expected an assignment or function call and instead saw an expression.
(#57) Missing semicolon.
(#57) Don't make functions within a loop.
(#57) Expected an assignment or function call and instead saw an expression.
(#57) Missing semicolon.
(#57) Expected '{' and instead saw 'n'.
(#58) Line is too long.
(#58) Expected an assignment or function call and instead saw an expression.
(#58) Missing semicolon.
(#58) Did you mean to return a conditional instead of an assignment?
(#58) Missing semicolon.
(#58) Missing semicolon.
(#58) Expected '{' and instead saw 'e'.
(#58) Expected an assignment or function call and instead saw an expression.
(#58) Missing semicolon.
(#58) Expected '{' and instead saw 'return'.
(#59) Line is too long.
(#59) Expected '{' and instead saw 'return'.
(#59) Missing semicolon.
(#59) Missing semicolon.
(#59) Expected an assignment or function call and instead saw an expression.
(#59) Expected '{' and instead saw 'this'.
(#59) Missing semicolon.
(#59) Expected an assignment or function call and instead saw an expression.
(#60) Line is too long.
(#60) Expected '{' and instead saw 'if'.
(#60) Expected '{' and instead saw 'for'.
(#60) Expected '{' and instead saw 'this'.
(#60) Expected an assignment or function call and instead saw an expression.
(#60) Expected an assignment or function call and instead saw an expression.
(#60) Expected an assignment or function call and instead saw an expression.
(#61) Line is too long.
(#61) Missing semicolon.
(#61) Missing semicolon.
(#61) Expected '{' and instead saw 'f'.
(#61) Expected an assignment or function call and instead saw an expression.
(#61) Expected an assignment or function call and instead saw an expression.
(#62) Line is too long.
(#62) Missing semicolon.
(#62) Expected an assignment or function call and instead saw an expression.
(#62) Expected an assignment or function call and instead saw an expression.
(#63) Line is too long.
(#63) Expected an assignment or function call and instead saw an expression.
(#63) Expected an assignment or function call and instead saw an expression.
(#63) Expected an assignment or function call and instead saw an expression.
(#63) Missing semicolon.
(#63) Expected an assignment or function call and instead saw an expression.
(#64) Line is too long.
(#64) Expected an assignment or function call and instead saw an expression.
(#64) Missing semicolon.
(#64) Expected '{' and instead saw 'a'.
(#64) Missing semicolon.
(#64) Expected '{' and instead saw 'if'.
(#64) Expected an assignment or function call and instead saw an expression.
(#64) Missing semicolon.
(#64) Expected an assignment or function call and instead saw an expression.
(#64) Missing semicolon.
(#65) Line is too long.
(#65) Expected '{' and instead saw 'TableTools'.
(#65) Expected an assignment or function call and instead saw an expression.
(#65) Missing semicolon.
(#65) Missing semicolon.
(#65) Expected an identifier and instead saw '!='.
(#65) Expected an operator and instead saw 'typeof'.
(#65) Expected an assignment or function call and instead saw an expression.
(#65) Missing semicolon.
(#65) Expected an assignment or function call and instead saw an expression.
(#65) Expected '{' and instead saw 'if'.
(#65) Expected '{' and instead saw 'return'.
(#65) Missing semicolon.
(#66) Line is too long.
(#66) Missing semicolon.
(#66) Expected '{' and instead saw 'a'.
(#66) Expected an assignment or function call and instead saw an expression.
(#66) Missing semicolon.
(#67) Line is too long.
(#67) Missing semicolon.
(#68) Line is too long.
(#68) Missing semicolon.
(#68) Missing semicolon.
(#68) Missing semicolon.
(#69) Line is too long.
(#69) Missing semicolon.
(#70) Line is too long.
(#70) Missing semicolon.
(#70) Expected an assignment or function call and instead saw an expression.
(#70) Missing semicolon.
(#70) Missing semicolon.
(#71) Line is too long.
(#71) Expected an assignment or function call and instead saw an expression.
(#71) Missing semicolon.
(#71) Missing semicolon.
(#71) Missing semicolon.
(#71) Expected an assignment or function call and instead saw an expression.
(#71) Missing semicolon.
(#72) Line is too long.
(#72) Missing semicolon.
(#72) Expected an assignment or function call and instead saw an expression.
(#72) Missing semicolon.
(#72) Missing semicolon.
(#73) Line is too long.
(#73) Missing semicolon.
(#73) Missing semicolon.
(#73) Missing semicolon.
(#73) Missing semicolon.
(#74) Line is too long.
(#75) Line is too long.
(#76) Line is too long.
(#76) Missing semicolon.
(#76) Expected an assignment or function call and instead saw an expression.
(#76) Missing semicolon.
(#33) 'alert' is not defined.
(#41) 'alert' is not defined.
(#41) 'alert' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'i' is not defined.
(#54) 'iLen' is not defined.
(#54) 'i' is not defined.
(#55) 'iLen' is not defined.
(#55) 'i' is not defined.
(#58) '_sLastData' is not defined.
(#73) 'alert' is not defined.
(#73) 'alert' is not defined.
(#76) 'alert' is not defined.
(#76) 'jQuery' is not defined.
blocks/configurable_reports/js/datatables/extras/TableTools/media/js/ZeroClipboard.js
(#13) Expected '{' and instead saw 'thingy'.
(#20) Line is too long.
(#24) Missing semicolon.
(#56) Use '!==' to compare with ''.
(#57) Expected '{' and instead saw 'info'.
(#59) Use '!==' to compare with ''.
(#60) Expected '{' and instead saw 'info'.
(#83) Expected '{' and instead saw 'this'.
(#124) Use '!==' to compare with ''.
(#127) Use '!==' to compare with '0'.
(#127) Use '!==' to compare with '0'.
(#148) Use '!==' to compare with '0'.
(#148) Use '!==' to compare with '0'.
(#169) Line is too long.
(#173) Line is too long.
(#197) Unnecessary semicolon.
(#209) Expected '{' and instead saw 'this'.
(#223) Expected '{' and instead saw 'this'.
(#253) Expected '{' and instead saw 'this'.
(#259) Expected '{' and instead saw 'this'.
(#266) Expected '{' and instead saw 'this'.
(#273) Expected '{' and instead saw 'this'.
(#299) 'self' is already defined.
(#318) Expected '{' and instead saw 'this'.
blocks/configurable_reports/js/datatables/media/js/jquery.dataTables.js
(#24) Line is too long.
(#1626) Line is too long.
(#9640) Line is too long.
(#9641) Line is too long.
(#11572) Line is too long.
(#11573) Line is too long.
(#11575) Line is too long.
(#11576) Line is too long.
(#11669) Line is too long.
(#11670) Line is too long.
(#11672) Line is too long.
(#11673) Line is too long.
(#11762) Line is too long.
(#11763) Line is too long.
(#11787) Line is too long.
(#478) 'nTd' is defined but never used.
(#534) 'iLoop' is defined but never used.
(#534) 'j' is defined but never used.
(#534) 'jLen' is defined but never used.
(#535) 'aLocalData' is defined but never used.
(#839) 'type' is defined but never used.
(#839) 'data' is defined but never used.
(#914) 'type' is defined but never used.
(#933) 'val' is defined but never used.
(#933) 'data' is defined but never used.
(#1167) 'j' is defined but never used.
(#1167) 'jLen' is defined but never used.
(#1169) 'iCorrector' is defined but never used.
(#1170) 'jqChildren' is defined but never used.
(#1296) 'kLen' is defined but never used.
(#1533) 'nTrs' is defined but never used.
(#1780) 'jLen' is defined but never used.
(#1893) 'iColumns' is defined but never used.
(#2096) 'e' is defined but never used.
(#2779) 'e' is defined but never used.
(#3132) 'e' is defined but never used.
(#3201) 'j' is defined but never used.
(#3201) 'jLen' is defined but never used.
(#3203) 'iWidth' is defined but never used.
(#3561) 'iTableWidth' is defined but never used.
(#3566) 'iIndex' is defined but never used.
(#3620) 'nDivSizing' is defined but never used.
(#3792) 'iOrigWidth' is defined but never used.
(#4238) 'jLen' is defined but never used.
(#5118) 'iIndex' is defined but never used.
(#5821) 'aoOpenRows' is defined but never used.
(#6144) 'iLen' is defined but never used.
(#6367) 'k' is defined but never used.
(#6367) 'kLen' is defined but never used.
(#8754) 'thrown' is defined but never used.
(#11563) 'oClasses' is defined but never used.
(#11605) 'fnCallbackDraw' is defined but never used.
(#11718) 'nPaginateList' is defined but never used.
(#24) '$' is defined but never used.
(#24) '_fnExternApiFunc' is defined but never used.
(#24) '_fnInitialise' is defined but never used.
(#24) '_fnLanguageCompat' is defined but never used.
(#24) '_fnAddColumn' is defined but never used.
(#24) '_fnAddData' is defined but never used.
(#24) '_fnGatherData' is defined but never used.
(#24) '_fnBuildHead' is defined but never used.
(#24) '_fnDrawHead' is defined but never used.
(#24) '_fnDraw' is defined but never used.
(#24) '_fnReDraw' is defined but never used.
(#24) '_fnAddOptionsHtml' is defined but never used.
(#24) '_fnAdjustColumnSizing' is defined but never used.
(#24) '_fnPageChange' is defined but never used.
(#24) '_fnVisibleToColumnIndex' is defined but never used.
(#24) '_fnColumnIndexToVisible' is defined but never used.
(#24) '_fnNodeToDataIndex' is defined but never used.
(#24) '_fnVisbleColumns' is defined but never used.
(#24) '_fnConvertToWidth' is defined but never used.
(#24) '_fnDetectType' is defined but never used.
(#24) '_fnSettingsFromNode' is defined but never used.
(#24) '_fnGetDataMaster' is defined but never used.
(#24) '_fnDeleteIndex' is defined but never used.
(#24) '_fnReOrderIndex' is defined but never used.
(#24) '_fnColumnOrdering' is defined but never used.
(#24) '_fnClearTable' is defined but never used.
(#24) '_fnSaveState' is defined but never used.
(#24) '_fnLoadState' is defined but never used.
(#24) '_fnCreateCookie' is defined but never used.
(#24) '_fnReadCookie' is defined but never used.
(#24) '_fnScrollBarWidth' is defined but never used.
(#24) '_fnGetRowData' is defined but never used.
(#24) '_fnApplyColumnDefs' is defined but never used.
(#24) '_fnCallbackReg' is defined but never used.
(#24) '_fnJsonString' is defined but never used.
(#24) '_fnNodeToColumnIndex' is defined but never used.
(#24) '_fnBrowserDetect' is defined but never used.
blocks/configurable_reports/js/datatables/media/js/jquery.dataTables.min.js
(#18) Line is too long.
(#18) 'c' is already defined.
(#18) Expected '{' and instead saw 'a'.
(#19) Line is too long.
(#19) Expected '{' and instead saw 'c'.
(#19) Missing semicolon.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Missing semicolon.
(#20) Line is too long.
(#20) Missing 'new' prefix when invoking a constructor.
(#20) Expected an assignment or function call and instead saw an expression.
(#21) Line is too long.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Confusing use of '!'.
(#21) Expected '{' and instead saw 'return'.
(#21) Expected '{' and instead saw 'a'.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) 'c' is already defined.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#22) Line is too long.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Expected '{' and instead saw 'return'.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Expected '{' and instead saw 'for'.
(#22) Expected '{' and instead saw 'if'.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Expected '{' and instead saw 'b'.
(#22) Missing semicolon.
(#23) Line is too long.
(#23) Expected '{' and instead saw 'for'.
(#23) Expected an assignment or function call and instead saw an expression.
(#23) Expected '{' and instead saw 'if'.
(#23) Expected '{' and instead saw 'o'.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'd'.
(#23) Expected '{' and instead saw '('.
(#23) Expected an assignment or function call and instead saw an expression.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'd'.
(#23) Missing semicolon.
(#24) Line is too long.
(#24) 'i' is already defined.
(#24) Expected '{' and instead saw 'c'.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Expected an assignment or function call and instead saw an expression.
(#25) Line is too long.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Missing semicolon.
(#25) Expected '{' and instead saw 'for'.
(#25) Expected '{' and instead saw 'F'.
(#25) Missing 'new' prefix when invoking a constructor.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#25) Missing 'new' prefix when invoking a constructor.
(#25) Expected '{' and instead saw 'for'.
(#25) Expected '{' and instead saw 'g'.
(#26) Line is too long.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Expected '{' and instead saw 'f'.
(#27) Line is too long.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Expected '{' and instead saw 'f'.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#28) Line is too long.
(#27) 'b' is already defined.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) 'a' is already defined.
(#28) Expected '{' and instead saw 'if'.
(#28) Expected '{' and instead saw 'return'.
(#28) Missing semicolon.
(#28) Expected '{' and instead saw 'i'.
(#28) Missing semicolon.
(#28) Expected '{' and instead saw 'return'.
(#28) Expected '{' and instead saw 'c'.
(#29) Line is too long.
(#29) Expected '{' and instead saw 'return'.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'return'.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'return'.
(#29) Missing semicolon.
(#29) Expected a conditional expression and instead saw an assignment.
(#29) Expected an assignment or function call and instead saw an expression.
(#30) Line is too long.
(#30) 'f' is already defined.
(#30) 'e' is already defined.
(#30) Expected '{' and instead saw 'g'.
(#30) Missing semicolon.
(#30) Expected '{' and instead saw 'return'.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Expected '{' and instead saw 'return'.
(#30) Expected '{' and instead saw 'return'.
(#30) Missing semicolon.
(#30) 'i' is already defined.
(#31) Line is too long.
(#31) Expected a conditional expression and instead saw an assignment.
(#31) Expected '{' and instead saw 'f'.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Missing semicolon.
(#31) Expected '{' and instead saw 'a'.
(#31) Missing semicolon.
(#31) Missing semicolon.
(#31) Missing semicolon.
(#31) Missing semicolon.
(#31) Missing semicolon.
(#31) Missing semicolon.
(#31) Expected '{' and instead saw 'b'.
(#31) Missing semicolon.
(#32) Line is too long.
(#32) Missing semicolon.
(#32) Expected '{' and instead saw 'a'.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing semicolon.
(#32) Missing semicolon.
(#32) Expected an assignment or function call and instead saw an expression.
(#33) Line is too long.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Expected an assignment or function call and instead saw an expression.
(#33) Missing semicolon.
(#33) Missing 'new' prefix when invoking a constructor.
(#33) Missing semicolon.
(#34) Line is too long.
(#34) Expected '{' and instead saw 'if'.
(#34) Expected '{' and instead saw 'c'.
(#34) Missing semicolon.
(#34) Expected '{' and instead saw 'c'.
(#35) Line is too long.
(#35) Expected an assignment or function call and instead saw an expression.
(#35) Missing 'new' prefix when invoking a constructor.
(#35) Missing semicolon.
(#35) 'i' used out of scope.
(#35) 'i' used out of scope.
(#35) 'i' used out of scope.
(#35) 'i' used out of scope.
(#35) 'i' used out of scope.
(#35) Missing semicolon.
(#35) Expected '{' and instead saw 'for'.
(#36) Line is too long.
(#36) Expected '{' and instead saw '!'.
(#36) Confusing use of '!'.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Expected '{' and instead saw 'c'.
(#36) Expected an assignment or function call and instead saw an expression.
(#36) Missing semicolon.
(#36) Expected an assignment or function call and instead saw an expression.
(#37) Line is too long.
(#37) Expected '{' and instead saw '!'.
(#37) Expected an assignment or function call and instead saw an expression.
(#37) Missing semicolon.
(#37) Expected a conditional expression and instead saw an assignment.
(#37) Expected '{' and instead saw 'for'.
(#37) Expected a conditional expression and instead saw an assignment.
(#37) Expected '{' and instead saw 'a'.
(#37) Expected '{' and instead saw 'if'.
(#37) Expected '{' and instead saw 'e'.
(#37) Expected an assignment or function call and instead saw an expression.
(#37) Expected '{' and instead saw 'e'.
(#37) Missing semicolon.
(#37) Missing semicolon.
(#38) Line is too long.
(#38) Missing 'new' prefix when invoking a constructor.
(#38) Expected '{' and instead saw 'E'.
(#38) 'b' is already defined.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Expected '{' and instead saw 'a'.
(#38) Expected an assignment or function call and instead saw an expression.
(#38) Expected '{' and instead saw 'return'.
(#38) Missing semicolon.
(#38) Expected '{' and instead saw 'a'.
(#39) Line is too long.
(#39) Expected an assignment or function call and instead saw an expression.
(#39) Expected an assignment or function call and instead saw an expression.
(#39) Expected an assignment or function call and instead saw an expression.
(#39) Missing semicolon.
(#39) Missing 'new' prefix when invoking a constructor.
(#39) Expected '{' and instead saw 'for'.
(#39) Expected '{' and instead saw 'if'.
(#39) Missing semicolon.
(#39) Expected '{' and instead saw 'b'.
(#40) Line is too long.
(#40) Expected an assignment or function call and instead saw an expression.
(#40) Missing 'new' prefix when invoking a constructor.
(#40) Missing 'new' prefix when invoking a constructor.
(#40) Missing 'new' prefix when invoking a constructor.
(#41) Line is too long.
(#41) Missing 'new' prefix when invoking a constructor.
(#41) Expected '{' and instead saw 'for'.
(#41) Expected a conditional expression and instead saw an assignment.
(#41) Expected '{' and instead saw 'a'.
(#41) Expected '{' and instead saw 'i'.
(#41) Expected an assignment or function call and instead saw an expression.
(#41) Missing semicolon.
(#41) Missing 'new' prefix when invoking a constructor.
(#42) Line is too long.
(#42) Expected an assignment or function call and instead saw an expression.
(#42) Missing semicolon.
(#42) Missing 'new' prefix when invoking a constructor.
(#42) Expected an assignment or function call and instead saw an expression.
(#42) Missing semicolon.
(#43) Line is too long.
(#43) Expected '{' and instead saw 'o'.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) Missing semicolon.
(#43) Missing semicolon.
(#43) Expected '{' and instead saw 'c'.
(#43) Expected '{' and instead saw 'i'.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) Expected '{' and instead saw 'i'.
(#43) Expected an assignment or function call and instead saw an expression.
(#43) Expected '{' and instead saw 'i'.
(#43) Missing 'new' prefix when invoking a constructor.
(#44) Line is too long.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) Expected '{' and instead saw 'i'.
(#44) Missing 'new' prefix when invoking a constructor.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) Expected '{' and instead saw 'i'.
(#44) Missing 'new' prefix when invoking a constructor.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) Expected '{' and instead saw 'i'.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) Expected '{' and instead saw 'if'.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) Missing semicolon.
(#44) Expected an assignment or function call and instead saw an expression.
(#44) Missing semicolon.
(#44) Missing semicolon.
(#45) Line is too long.
(#45) Expected '{' and instead saw 'a'.
(#45) Expected '{' and instead saw 'g'.
(#45) Expected '{' and instead saw 'for'.
(#45) Expected '{' and instead saw 'a'.
(#45) Expected an assignment or function call and instead saw an expression.
(#45) Missing semicolon.
(#45) Missing semicolon.
(#45) Missing 'new' prefix when invoking a constructor.
(#45) Expected an assignment or function call and instead saw an expression.
(#45) 'b' is already defined.
(#45) Expected '{' and instead saw 'for'.
(#46) Line is too long.
(#46) Expected '{' and instead saw 'if'.
(#46) Expected '{' and instead saw 'd'.
(#46) Missing semicolon.
(#46) Missing 'new' prefix when invoking a constructor.
(#46) Missing 'new' prefix when invoking a constructor.
(#46) Missing semicolon.
(#46) Missing semicolon.
(#46) Missing semicolon.
(#46) Missing 'new' prefix when invoking a constructor.
(#47) Line is too long.
(#47) Confusing use of '!'.
(#47) Expected '{' and instead saw 'd'.
(#47) Expected an assignment or function call and instead saw an expression.
(#47) Confusing use of '!'.
(#47) Expected '{' and instead saw 'c'.
(#47) Expected an assignment or function call and instead saw an expression.
(#47) Missing semicolon.
(#48) Line is too long.
(#47) Confusing use of '!'.
(#48) Expected '{' and instead saw 'c'.
(#48) Expected an assignment or function call and instead saw an expression.
(#48) Missing semicolon.
(#48) Expected '{' and instead saw 'c'.
(#48) Missing semicolon.
(#48) Missing semicolon.
(#48) Missing 'new' prefix when invoking a constructor.
(#48) Missing semicolon.
(#49) Line is too long.
(#49) Expected '{' and instead saw 'return'.
(#49) Missing semicolon.
(#49) Expected an assignment or function call and instead saw an expression.
(#49) Missing 'new' prefix when invoking a constructor.
(#49) 'c' is already defined.
(#49) Expected an assignment or function call and instead saw an expression.
(#49) Missing 'new' prefix when invoking a constructor.
(#49) Expected '{' and instead saw 'if'.
(#49) Expected '{' and instead saw 'e'.
(#49) Missing 'new' prefix when invoking a constructor.
(#49) Missing semicolon.
(#49) Expected '{' and instead saw 'H'.
(#49) Missing 'new' prefix when invoking a constructor.
(#50) Line is too long.
(#50) Missing semicolon.
(#50) 'c' is already defined.
(#50) Expected an assignment or function call and instead saw an expression.
(#51) Line is too long.
(#51) Expected '{' and instead saw 'c'.
(#51) Expected an assignment or function call and instead saw an expression.
(#51) Missing 'new' prefix when invoking a constructor.
(#51) Expected an assignment or function call and instead saw an expression.
(#51) Missing semicolon.
(#51) Expected '{' and instead saw 'return'.
(#51) Missing semicolon.
(#51) Missing semicolon.
(#51) Missing semicolon.
(#51) Expected '{' and instead saw 'f'.
(#52) Line is too long.
(#52) Missing 'new' prefix when invoking a constructor.
(#52) Expected '{' and instead saw 'Ha'.
(#52) Missing 'new' prefix when invoking a constructor.
(#52) Missing 'new' prefix when invoking a constructor.
(#52) Missing semicolon.
(#52) Missing semicolon.
(#52) Expected '{' and instead saw 'for'.
(#52) Missing 'new' prefix when invoking a constructor.
(#52) Expected an assignment or function call and instead saw an expression.
(#52) Missing semicolon.
(#53) Line is too long.
(#53) Expected '{' and instead saw 'for'.
(#53) 'b' is already defined.
(#53) 'd' is already defined.
(#53) Expected '{' and instead saw 'i'.
(#53) Missing 'new' prefix when invoking a constructor.
(#53) Expected an assignment or function call and instead saw an expression.
(#53) Missing semicolon.
(#53) Expected an assignment or function call and instead saw an expression.
(#53) Expected an assignment or function call and instead saw an expression.
(#53) Expected '{' and instead saw 'a'.
(#53) Expected an assignment or function call and instead saw an expression.
(#54) Line is too long.
(#54) Expected '{' and instead saw 'd'.
(#54) Expected an assignment or function call and instead saw an expression.
(#54) Missing semicolon.
(#54) Expected '{' and instead saw 'for'.
(#54) Expected '{' and instead saw 'd'.
(#54) Expected an assignment or function call and instead saw an expression.
(#54) Missing semicolon.
(#54) Expected '{' and instead saw 'a'.
(#54) Missing 'new' prefix when invoking a constructor.
(#54) Missing semicolon.
(#54) Expected an assignment or function call and instead saw an expression.
(#55) Line is too long.
(#55) Missing semicolon.
(#55) Expected '{' and instead saw 'return'.
(#55) Missing 'new' prefix when invoking a constructor.
(#55) Missing 'new' prefix when invoking a constructor.
(#55) Missing semicolon.
(#55) Missing semicolon.
(#55) Missing 'new' prefix when invoking a constructor.
(#56) Line is too long.
(#56) Missing semicolon.
(#56) Expected an assignment or function call and instead saw an expression.
(#56) Missing semicolon.
(#56) Expected an assignment or function call and instead saw an expression.
(#57) Line is too long.
(#57) Expected an assignment or function call and instead saw an expression.
(#57) Expected '{' and instead saw 'h'.
(#57) Missing semicolon.
(#57) 'd' is already defined.
(#57) 'i' is already defined.
(#57) 'f' is already defined.
(#57) Expected an assignment or function call and instead saw an expression.
(#57) Missing semicolon.
(#58) Line is too long.
(#58) Confusing use of '!'.
(#58) Expected '{' and instead saw 'setTimeout'.
(#58) Missing semicolon.
(#58) Missing 'new' prefix when invoking a constructor.
(#58) Missing 'new' prefix when invoking a constructor.
(#58) Expected an assignment or function call and instead saw an expression.
(#58) Expected an assignment or function call and instead saw an expression.
(#58) Expected '{' and instead saw 'null'.
(#58) Expected an assignment or function call and instead saw an expression.
(#58) Missing 'new' prefix when invoking a constructor.
(#58) Expected an assignment or function call and instead saw an expression.
(#59) Line is too long.
(#59) Missing 'new' prefix when invoking a constructor.
(#59) Expected '{' and instead saw 'H'.
(#59) Missing 'new' prefix when invoking a constructor.
(#59) Expected '{' and instead saw 'O'.
(#59) Missing semicolon.
(#59) Missing semicolon.
(#59) Expected an assignment or function call and instead saw an expression.
(#59) Missing semicolon.
(#59) Missing 'new' prefix when invoking a constructor.
(#59) Missing semicolon.
(#59) Expected an assignment or function call and instead saw an expression.
(#60) Line is too long.
(#60) Expected an assignment or function call and instead saw an expression.
(#60) Missing semicolon.
(#60) Expected '{' and instead saw 'return'.
(#60) Expected '{' and instead saw 'b'.
(#60) Missing semicolon.
(#60) Expected '{' and instead saw 'b'.
(#60) Missing semicolon.
(#61) Line is too long.
(#61) Expected an assignment or function call and instead saw an expression.
(#61) Expected '{' and instead saw 'i'.
(#61) Expected an assignment or function call and instead saw an expression.
(#62) Line is too long.
(#62) Expected '{' and instead saw 'a'.
(#62) Missing semicolon.
(#62) Expected '{' and instead saw 'a'.
(#62) Missing semicolon.
(#62) Missing semicolon.
(#62) Confusing use of '!'.
(#62) Missing semicolon.
(#62) Expected '{' and instead saw 'return'.
(#63) Line is too long.
(#63) Missing semicolon.
(#63) Missing semicolon.
(#63) Missing semicolon.
(#63) Expected an assignment or function call and instead saw an expression.
(#63) Missing semicolon.
(#63) Expected '{' and instead saw 'a'.
(#63) Expected an assignment or function call and instead saw an expression.
(#63) Expected '{' and instead saw 'a'.
(#63) Expected '{' and instead saw 'a'.
(#64) Line is too long.
(#64) Expected an assignment or function call and instead saw an expression.
(#64) Expected '{' and instead saw '0'.
(#64) Expected an assignment or function call and instead saw an expression.
(#64) Expected '{' and instead saw 'if'.
(#64) Missing semicolon.
(#64) Expected '{' and instead saw 'a'.
(#64) Expected '{' and instead saw 'D'.
(#64) Missing semicolon.
(#65) Line is too long.
(#65) Expected an assignment or function call and instead saw an expression.
(#65) Missing semicolon.
(#65) Expected '{' and instead saw 'for'.
(#65) Expected '{' and instead saw 'c'.
(#65) Missing semicolon.
(#65) Expected '{' and instead saw 'return'.
(#66) Line is too long.
(#66) Expected an assignment or function call and instead saw an expression.
(#67) Line is too long.
(#67) Expected an assignment or function call and instead saw an expression.
(#67) Expected an assignment or function call and instead saw an expression.
(#68) Line is too long.
(#68) Expected an assignment or function call and instead saw an expression.
(#68) Expected '{' and instead saw 'f'.
(#68) Missing semicolon.
(#68) Expected an assignment or function call and instead saw an expression.
(#68) Expected an assignment or function call and instead saw an expression.
(#69) Line is too long.
(#69) Missing semicolon.
(#69) Expected an assignment or function call and instead saw an expression.
(#69) Missing semicolon.
(#70) Line is too long.
(#70) Missing semicolon.
(#70) Expected an assignment or function call and instead saw an expression.
(#71) Line is too long.
(#71) Expected an assignment or function call and instead saw an expression.
(#71) Expected '{' and instead saw 'm'.
(#71) Missing 'new' prefix when invoking a constructor.
(#71) Expected an assignment or function call and instead saw an expression.
(#71) Missing 'new' prefix when invoking a constructor.
(#71) Missing semicolon.
(#71) Expected an assignment or function call and instead saw an expression.
(#71) Expected an assignment or function call and instead saw an expression.
(#71) Expected '{' and instead saw 'a'.
(#71) Missing semicolon.
(#71) Expected '{' and instead saw ''.
(#72) Line is too long.
(#72) Expected an assignment or function call and instead saw an expression.
(#72) Missing 'new' prefix when invoking a constructor.
(#72) Missing 'new' prefix when invoking a constructor.
(#72) Missing semicolon.
(#72) Missing 'new' prefix when invoking a constructor.
(#72) Missing semicolon.
(#72) Missing 'new' prefix when invoking a constructor.
(#72) Missing 'new' prefix when invoking a constructor.
(#72) Missing semicolon.
(#72) Missing 'new' prefix when invoking a constructor.
(#72) Missing semicolon.
(#72) Expected an assignment or function call and instead saw an expression.
(#72) Missing 'new' prefix when invoking a constructor.
(#73) Line is too long.
(#73) Missing semicolon.
(#73) Missing 'new' prefix when invoking a constructor.
(#73) Too many errors. (46% scanned).
blocks/configurable_reports/js/jquery-latest.js
(#11) Line is too long.
(#11) Expected '{' and instead saw 'var'.
(#11) Expected '{' and instead saw 'var'.
(#11) Expected '{' and instead saw 'selector'.
(#11) Expected '{' and instead saw 'if'.
(#11) Expected '{' and instead saw 'return'.
(#12) Expected '{' and instead saw 'selector'.
(#13) Line is too long.
(#13) Expected '{' and instead saw 'return'.
(#13) A constructor name should start with an uppercase letter.
(#13) Expected '{' and instead saw 'return'.
(#13) A constructor name should start with an uppercase letter.
(#13) Use '!==' to compare with 'undefined'.
(#13) Use '===' to compare with 'undefined'.
(#13) Expected '{' and instead saw 'ret'.
(#13) Expected '{' and instead saw 'if'.
(#13) Use '===' to compare with 'undefined'.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'jQuery'.
(#13) Expected '{' and instead saw 'value'.
(#13) Use '!==' to compare with 'null'.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'ret'.
(#13) Expected '{' and instead saw 'jQuery'.
(#13) Expected '{' and instead saw 'elem'.
(#13) Expected '{' and instead saw 'this'.
(#13) Expected '{' and instead saw 'this'.
(#14) Line is too long.
(#14) Expected '{' and instead saw 'return'.
(#14) Use '!==' to compare with 'undefined'.
(#14) Expected '{' and instead saw 'this'.
(#14) Expected '{' and instead saw 'this'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'jQuery'.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#15) Line is too long.
(#15) Expected '{' and instead saw 'selector'.
(#15) Use '!==' to compare with 'undefined'.
(#15) Use '===' to compare with 'undefined'.
(#15) Expected '{' and instead saw 'return'.
(#15) Expected '{' and instead saw 'return'.
(#16) Line is too long.
(#16) Expected '{' and instead saw 'return'.
(#16) Expected '{' and instead saw 'return'.
(#16) Expected '{' and instead saw 'this'.
(#16) Expected '{' and instead saw 'this'.
(#17) Line is too long.
(#17) Expected '{' and instead saw 'this'.
(#17) Use '===' to compare with 'undefined'.
(#17) Use '===' to compare with 'null'.
(#17) Use '===' to compare with 'undefined'.
(#17) Expected '{' and instead saw 'data'.
(#17) Use '===' to compare with 'null'.
(#18) Line is too long.
(#18) Expected '{' and instead saw 'return'.
(#18) Expected '{' and instead saw 'elems'.
(#18) Expected '{' and instead saw 'obj'.
(#18) Expected '{' and instead saw 'scripts'.
(#18) Expected '{' and instead saw 'jQuery'.
(#19) Line is too long.
(#19) Expected '{' and instead saw 'jQuery'.
(#19) Expected '{' and instead saw 'elem'.
(#19) Expected '{' and instead saw 'target'.
(#19) Expected '{' and instead saw 'if'.
(#19) Use '!==' to compare with 'null'.
(#19) Expected '{' and instead saw 'for'.
(#19) Expected '{' and instead saw 'continue'.
(#19) Expected '{' and instead saw 'target'.
(#19) Use '!==' to compare with 'undefined'.
(#19) Expected '{' and instead saw 'target'.
(#19) Expected '{' and instead saw 'window'.
(#19) Expected '{' and instead saw 'script'.
(#20) Line is too long.
(#20) Expected '{' and instead saw 'script'.
(#20) Expected '{' and instead saw 'id'.
(#20) Expected '{' and instead saw 'jQuery'.
(#20) Use '!==' to compare with 'undefined'.
(#20) Expected '{' and instead saw 'jQuery'.
(#20) Expected '{' and instead saw 'break'.
(#20) Expected '{' and instead saw 'jQuery'.
(#20) Expected '{' and instead saw 'elem'.
(#20) Use '===' to compare with 'undefined'.
(#20) Expected '{' and instead saw 'if'.
(#20) Expected '{' and instead saw 'break'.
(#21) Line is too long.
(#21) Expected '{' and instead saw 'for'.
(#21) Expected '{' and instead saw 'if'.
(#21) Expected '{' and instead saw 'break'.
(#21) Use '===' to compare with 'undefined'.
(#21) 'name' is already defined.
(#21) Expected '{' and instead saw 'if'.
(#21) Expected '{' and instead saw 'break'.
(#22) Line is too long.
(#22) Expected '{' and instead saw 'for'.
(#22) 'i' is already defined.
(#22) 'length' is already defined.
(#22) Empty block.
(#22) Expected '{' and instead saw 'value'.
(#22) Expected '{' and instead saw 'elem'.
(#22) Expected '{' and instead saw 'elem'.
(#22) Use '!==' to compare with 'undefined'.
(#22) 'name' is already defined.
(#22) Expected '{' and instead saw 'elem'.
(#22) Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function.
(#22) Expected '{' and instead saw 'getWH'.
(#23) Line is too long.
(#23) Expected '{' and instead saw 'jQuery'.
(#23) Expected '{' and instead saw 'return'.
(#23) Use '===' to compare with ''.
(#23) Use '===' to compare with ''.
(#23) Expected '{' and instead saw 'name'.
(#23) Expected '{' and instead saw 'ret'.
(#23) Expected '{' and instead saw 'name'.
(#23) Expected '{' and instead saw 'ret'.
(#23) Expected '{' and instead saw 'stack'.
(#23) Expected '{' and instead saw 'if'.
(#23) Use '!==' to compare with 'null'.
(#23) 'i' is already defined.
(#23) Expected '{' and instead saw 'if'.
(#23) Use '!==' to compare with 'null'.
(#23) Expected '{' and instead saw 'stack'.
(#23) Use '===' to compare with ''.
(#23) Expected '{' and instead saw 'ret'.
(#23) Expected '{' and instead saw 'context'.
(#23) Expected '{' and instead saw 'return'.
(#23) Expected '{' and instead saw 'elem'.
(#23) Expected '{' and instead saw 'div'.
(#23) Expected '{' and instead saw 'if'.
(#23) Expected '{' and instead saw 'tbody'.
(#23) Expected '{' and instead saw 'div'.
(#23) Expected '{' and instead saw 'return'.
(#23) Use '===' to compare with 'undefined'.
(#23) Expected '{' and instead saw 'ret'.
(#24) Line is too long.
(#24) Expected '{' and instead saw 'ret'.
(#24) Expected '{' and instead saw 'return'.
(#24) Expected '{' and instead saw 'elem'.
(#24) Expected an assignment or function call and instead saw an expression.
(#24) Use '!==' to compare with 'undefined'.
(#24) Expected '{' and instead saw 'elem'.
(#24) Expected '{' and instead saw 'return'.
(#24) Use '===' to compare with 'undefined'.
(#24) Expected '{' and instead saw 'return'.
(#24) Use '!==' to compare with 'undefined'.
(#24) Expected '{' and instead saw 'throw'.
(#24) Expected '{' and instead saw 'return'.
(#24) Use '!==' to compare with 'undefined'.
(#24) Use '!==' to compare with 'undefined'.
(#24) Expected '{' and instead saw 'elem'.
(#24) Invalid typeof value 'array'
(#24) Expected '{' and instead saw 'for'.
(#24) Expected '{' and instead saw 'ret'.
(#25) Line is too long.
(#25) Expected '{' and instead saw 'ret'.
(#25) Expected '{' and instead saw 'if'.
(#25) Expected '{' and instead saw 'return'.
(#25) Expected '{' and instead saw 'if'.
(#25) Expected '{' and instead saw 'first'.
(#26) Line is too long.
(#26) Expected '{' and instead saw 'for'.
(#26) 'i' is already defined.
(#26) Expected '{' and instead saw 'first'.
(#26) Expected '{' and instead saw 'if'.
(#26) Expected '{' and instead saw 'ret'.
(#26) Use '!==' to compare with 'undefined'.
(#26) Expected '{' and instead saw 'value'.
(#26) Expected '{' and instead saw 'ret'.
(#26) Expected '{' and instead saw 'jQuery'.
(#26) Expected '{' and instead saw 'this'.
(#26) Expected '{' and instead saw 'this'.
(#26) Expected '{' and instead saw 'this'.
(#26) Use '===' to compare with 'undefined'.
(#26) Use '===' to compare with '0'.
(#26) Use '===' to compare with '0'.
(#26) Expected '{' and instead saw 'return'.
(#26) Expected '{' and instead saw 'return'.
(#26) Expected '{' and instead saw 'for'.
(#26) Expected '{' and instead saw 'if'.
(#26) Expected '{' and instead saw 'r'.
(#26) Use '===' to compare with '0'.
(#26) Expected '{' and instead saw 'continue'.
(#26) Use '!==' to compare with 'null'.
(#26) Expected '{' and instead saw 'if'.
(#26) Expected '{' and instead saw 'break'.
(#26) Expected '{' and instead saw 'merge'.
(#26) Expected '{' and instead saw 'break'.
(#26) Expected '{' and instead saw 'ret'.
(#26) 'm' is already defined.
(#26) Expected '{' and instead saw 'oid'.
(#26) 'i' is already defined.
(#26) Use '!==' to compare with ''.
(#26) Use '===' to compare with ''.
(#26) Expected '{' and instead saw 'tag'.
(#26) Expected '{' and instead saw 'r'.
(#26) 'i' is already defined.
(#26) Expected '{' and instead saw 'if'.
(#26) Expected '{' and instead saw 'ret'.
(#26) Expected '{' and instead saw 'ret'.
(#26) Expected '{' and instead saw 'tmp'.
(#26) Expected '{' and instead saw 'break'.
(#26) Expected '{' and instead saw 'r'.
(#26) Expected '{' and instead saw 'r'.
(#26) 'i' is already defined.
(#26) Use '===' to compare with 'null'.
(#26) Expected '{' and instead saw 'z'.
(#26) Use '===' to compare with ''.
(#26) Unexpected use of '^'.
(#26) Expected '{' and instead saw 'tmp'.
(#26) 'tmp' is already defined.
(#26) 'last' is already defined.
(#26) 'i' is already defined.
(#26) 'rl' is already defined.
(#26) Expected '{' and instead saw 'if'.
(#26) Expected '{' and instead saw 'n'.
(#26) Use '===' to compare with '0'.
(#26) Expected '{' and instead saw 'add'.
(#26) Use '===' to compare with '0'.
(#26) Expected '{' and instead saw 'add'.
(#26) Unexpected use of '^'.
(#26) Expected '{' and instead saw 'tmp'.
(#26) Expected '{' and instead saw 'fn'.
(#26) Expected '{' and instead saw 'fn'.
(#26) eval can be harmful.
(#26) Don't make functions within a loop.
(#26) Expected '{' and instead saw 'matched'.
(#26) Expected '{' and instead saw 'if'.
(#26) Expected '{' and instead saw 'break'.
(#26) Expected '{' and instead saw 'r'.
(#26) Expected '{' and instead saw 'return'.
(#26) Use '!==' to compare with 'undefined'.
(#26) Expected '{' and instead saw 'elem'.
(#26) Expected '{' and instead saw 'handler'.
(#26) Use '!==' to compare with 'undefined'.
(#26) Expected '{' and instead saw 'return'.
(#26) Avoid arguments.callee.
(#26) Expected '{' and instead saw 'elem'.
(#26) Expected '{' and instead saw 'elem'.
(#26) Expected '{' and instead saw 'return'.
(#26) Use '===' to compare with 'undefined'.
(#26) Expected '{' and instead saw 'for'.
(#26) Expected '{' and instead saw 'this'.
(#26) Expected '{' and instead saw 'delete'.
(#27) Line is too long.
(#27) Expected '{' and instead saw 'for'.
(#27) Expected '{' and instead saw 'if'.
(#27) Expected '{' and instead saw 'delete'.
(#27) Expected '{' and instead saw 'break'.
(#27) Expected '{' and instead saw 'elem'.
(#27) Expected '{' and instead saw 'elem'.
(#27) Expected '{' and instead saw 'break'.
(#27) Expected '{' and instead saw 'handle'.
(#27) Expected '{' and instead saw 'jQuery'.
(#27) Expected '{' and instead saw 'return'.
(#27) Expected '{' and instead saw 'data'.
(#27) 'exclusive' used out of scope.
(#27) Expected '{' and instead saw 'data'.
(#27) Expected '{' and instead saw 'val'.
(#27) Expected '{' and instead saw 'val'.
(#27) Expected '{' and instead saw 'data'.
(#27) Use '===' to compare with 'null'.
(#27) Expected '{' and instead saw 'val'.
(#27) 'val' used out of scope.
(#27) Expected '{' and instead saw 'val'.
(#27) Expected '{' and instead saw 'event'.
(#27) Expected '{' and instead saw 'originalEvent'.
(#27) Expected '{' and instead saw 'originalEvent'.
(#27) Expected '{' and instead saw 'event'.
(#27) Expected '{' and instead saw 'event'.
(#27) Expected '{' and instead saw 'event'.
(#27) Use '===' to compare with 'null'.
(#27) Use '!==' to compare with 'null'.
(#27) Expected '{' and instead saw 'event'.
(#27) Expected '{' and instead saw 'event'.
(#27) Expected '{' and instead saw 'event'.
(#27) Unexpected use of '&'.
(#27) Unexpected use of '&'.
(#27) Unexpected use of '&'.
(#27) Expected '{' and instead saw 'return'.
(#27) Expected '{' and instead saw 'return'.
(#27) Expected '{' and instead saw 'return'.
(#27) Expected '{' and instead saw 'return'.
(#27) Expected '{' and instead saw 'return'.
(#27) Expected '{' and instead saw 'return'.
(#27) Expected '{' and instead saw 'return'.
(#27) Use '===' to compare with '0'.
(#27) Expected '{' and instead saw 'fn'.
(#28) Line is too long.
(#28) Expected '{' and instead saw 'jQuery'.
(#28) Expected '{' and instead saw 'return'.
(#28) Expected '{' and instead saw 'document'.
(#28) Expected '{' and instead saw '('.
(#28) Expected '{' and instead saw 'return'.
(#28) Avoid arguments.callee.
(#28) Expected '{' and instead saw 'document'.
(#28) Expected '{' and instead saw 'return'.
(#28) Expected '{' and instead saw 'if'.
(#28) Avoid arguments.callee.
(#28) Expected '{' and instead saw 'return'.
(#28) Avoid arguments.callee.
(#28) Expected '{' and instead saw 'numStyles'.
(#28) Avoid arguments.callee.
(#28) Expected '{' and instead saw 'try'.
(#28) Expected '{' and instead saw 'return'.
(#28) Expected '{' and instead saw 'if'.
(#28) Expected '{' and instead saw 'self'.
(#28) Use '===' to compare with 'null'.
(#28) Missing '()' invoking a constructor.
(#28) Expected '{' and instead saw 's'.
(#28) Expected '{' and instead saw 's'.
(#28) Expected '{' and instead saw 's'.
(#28) Expected '{' and instead saw 's'.
(#28) Expected '{' and instead saw 'head'.
(#28) Use '===' to compare with 'null'.
(#28) Expected '{' and instead saw 's'.
(#28) Bad operand.
(#28) Expected '{' and instead saw 'jQuery'.
(#28) Expected '{' and instead saw 'script'.
(#28) Expected '{' and instead saw 'xml'.
(#28) Expected '{' and instead saw 'xml'.
(#28) Expected '{' and instead saw 's'.
(#28) Expected '{' and instead saw 'jQuery'.
(#28) Expected '{' and instead saw 'jQuery'.
(#28) Expected '{' and instead saw 'success'.
(#29) Line is too long.
(#29) Expected '{' and instead saw 'jQuery'.
(#29) Expected '{' and instead saw 'xml'.
(#29) Expected '{' and instead saw 'setTimeout'.
(#29) Expected '{' and instead saw 'onreadystatechange'.
(#29) Expected '{' and instead saw 'onreadystatechange'.
(#29) Expected '{' and instead saw 's'.
(#29) Expected '{' and instead saw 'jQuery'.
(#29) Expected '{' and instead saw 's'.
(#29) Expected '{' and instead saw 'jQuery'.
(#29) Expected '{' and instead saw 'jQuery'.
(#29) Expected '{' and instead saw 's'.
(#29) Expected '{' and instead saw 'jQuery'.
(#29) Use '===' to compare with 'undefined'.
(#29) Use '===' to compare with 'undefined'.
(#29) Expected '{' and instead saw 'throw'.
(#29) Expected '{' and instead saw 'jQuery'.
(#29) Expected '{' and instead saw 'data'.
(#29) eval can be harmful.
(#29) Expected '{' and instead saw 'jQuery'.
(#30) Line is too long.
(#30) Expected '{' and instead saw 'for'.
(#30) Expected '{' and instead saw 'if'.
(#30) Expected '{' and instead saw 'jQuery'.
(#30) Don't make functions within a loop.
(#31) Line is too long.
(#31) Expected '{' and instead saw 's'.
(#31) Expected '{' and instead saw 'this'.
(#31) Expected '{' and instead saw 'return'.
(#31) Expected '{' and instead saw 'return'.
(#31) Use '!==' to compare with 'null'.
(#31) Expected '{' and instead saw 'this'.
(#31) Expected '{' and instead saw 'e'.
(#31) Expected '{' and instead saw 'end'.
(#32) Line is too long.
(#32) Expected '{' and instead saw 'e'.
(#32) Expected '{' and instead saw 'return'.
(#32) Expected '{' and instead saw 'queue'.
(#32) Expected '{' and instead saw 'fn'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected '{' and instead saw 'if'.
(#32) Expected '{' and instead saw 'timers'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected '{' and instead saw 'return'.
(#32) Expected '{' and instead saw 'q'.
(#32) Expected '{' and instead saw 'q'.
(#32) Expected '{' and instead saw 'jQuery'.
(#32) Expected '{' and instead saw 'opt'.
(#32) Expected '{' and instead saw 'options'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected '{' and instead saw 'this'.
(#32) Use '!==' to compare with 'null'.
(#32) Use '===' to compare with 'null'.
(#32) Expected '{' and instead saw 'return'.
(#32) Use '===' to compare with 'null'.
(#32) Expected '{' and instead saw 'if'.
(#32) Expected '{' and instead saw 'timers'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected '{' and instead saw 'if'.
(#32) Expected '{' and instead saw 'done'.
(#32) Use '!==' to compare with 'null'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected '{' and instead saw 'for'.
(#32) Expected '{' and instead saw 'jQuery'.
(#32) Expected '{' and instead saw 'this'.
(#32) Expected '{' and instead saw 'with'.
(#32) Don't use 'with'.
(#32) Expected '{' and instead saw 'border'.
(#32) Expected '{' and instead saw 'fixed'.
(#32) Expected '{' and instead saw 'add'.
(#32) Expected '{' and instead saw 'border'.
(#32) Expected '{' and instead saw 'add'.
(#32) Expected '{' and instead saw 'add'.
(#32) 'border' was used before it was defined.
(#32) 'add' was used before it was defined.
(#28) 'ActiveXObject' is not defined.
(#32) 'safari' is not defined.
(#32) 'version' is not defined.
(#32) 'mozilla' is not defined.
(#32) 'safari' is not defined.
(#32) 'mozilla' is not defined.
(#32) 'mozilla' is not defined.
(#26) 'elem' is defined but never used.
(#26) 'index' is defined but never used.
(#27) 'exclusive' is defined but never used.
(#28) 'i' is defined but never used.
blocks/configurable_reports/js/jquery.tablesorter.min.js
(#2) Line is too long.
(#2) 'parsersDebug' used out of scope.
(#2) 'parsersDebug' used out of scope.
(#2) 'list' used out of scope.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) 'cacheTime' used out of scope.
(#2) Unnecessary semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) 'appendTime' used out of scope.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Expected '{' and instead saw 'this'.
(#2) 'time' used out of scope.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Invalid typeof value 'Number'
(#2) Unnecessary semicolon.
(#2) Use '===' to compare with '0'.
(#2) Use '===' to compare with '0'.
(#2) 'i' is already defined.
(#2) eval can be harmful.
(#2) 'order' used out of scope.
(#2) 'sortTime' used out of scope.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Unnecessary semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Use '!==' to compare with 'null'.
(#2) 'j' is already defined.
(#2) Unnecessary semicolon.
(#2) Missing semicolon.
(#2) Unnecessary semicolon.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function.
(#2) Expected '{' and instead saw 'this'.
(#2) Weird construction. Is 'new' necessary?
(#2) Missing '()' invoking a constructor.
(#2) Use '!==' to compare with ''.
(#2) 'time' used out of scope.
(#2) 'console' is not defined.
(#2) 'console' is not defined.
(#2) 'alert' is not defined.
(#2) '$tableHeaders' is not defined.
(#2) '$tableHeaders' is not defined.
(#2) '$tableHeaders' is not defined.
(#2) '$tableHeaders' is not defined.
(#2) 'headerArr' is not defined.
(#2) 'i' is not defined.
(#2) 'i' is not defined.
(#2) 'i' is not defined.
(#2) 'sortWrapper' is not defined.
(#2) 'jQuery' is not defined.
(#2) 'jQuery' is not defined.
(#2) 'checkCellColSpan' is defined but never used.
(#2) 'sortText' is defined but never used.
(#2) 'sortTextDesc' is defined but never used.
(#2) 'sortNumeric' is defined but never used.
(#2) 'sortNumericDesc' is defined but never used.
(#2) 'parsersDebug' is defined but never used.
(#2) 'cacheTime' is defined but never used.
(#2) 'appendTime' is defined but never used.
(#2) 'time' is defined but never used.
(#2) 'meta' is defined but never used.
(#2) 'offset' is defined but never used.
(#2) '$headers' is defined but never used.
(#2) 'sortTime' is defined but never used.
(#2) '$document' is defined but never used.
(#2) 'shiftDown' is defined but never used.
(#2) 'sortOrder' is defined but never used.
(#2) '$cell' is defined but never used.
(#2) 's' is defined but never used.
(#2) 's' is defined but never used.
(#2) 'time' is defined but never used.

CSS problems

(7 errors, 815 warnings)

This section shows CSS problems detected by csslint [More info]

blocks/configurable_reports/js/codemirror/addon/merge/merge.css
(#83) Unknown property 'fill'.
(#83) Unknown property 'stroke'.
(#83) Unknown property 'stroke-width'.
(#88) Unknown property 'fill'.
(#88) Unknown property 'stroke'.
(#88) Unknown property 'stroke-width'.
blocks/configurable_reports/js/codemirror/lib/codemirror.css
(#33) Rule is empty.
(#58) Rule is empty.
(#160) height can't be used with display: inline.
(#164) margin-bottom can't be used with display: inline.
(#168) Duplicate property '*display' found.
(#222) Rule is empty.
blocks/configurable_reports/js/datatables/extras/AutoFill/media/docs/media/css/doc.css
(#87) Use of !important
(#101) Use of !important
(#106) Use of !important
(#119) Use of !important
(#275) Use of !important
blocks/configurable_reports/js/datatables/extras/AutoFill/media/docs/media/css/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
blocks/configurable_reports/js/datatables/extras/AutoFill/media/docs/media/css/shThemeDataTables.css
(#18) Use of !important
(#19) Use of !important
(#20) Use of !important
(#23) Use of !important
(#26) Use of !important
(#29) Use of !important
(#32) Use of !important
(#35) Use of !important
(#37) Rule is empty.
(#40) Use of !important
(#41) Use of !important
(#44) Use of !important
(#47) Use of !important
(#50) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#75) Use of !important
(#76) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#91) Use of !important
(#94) Use of !important
(#97) Use of !important
(#100) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#113) Use of !important
(#114) Expected (<color> | inherit) but found 'none'.
(#114) Use of !important
(#117) Use of !important
(#120) Use of !important
(#123) Use of !important
(#127) Use of !important
blocks/configurable_reports/js/datatables/extras/ColReorder/media/docs/media/css/doc.css
(#87) Use of !important
(#101) Use of !important
(#106) Use of !important
(#119) Use of !important
(#275) Use of !important
blocks/configurable_reports/js/datatables/extras/ColReorder/media/docs/media/css/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
blocks/configurable_reports/js/datatables/extras/ColReorder/media/docs/media/css/shThemeDataTables.css
(#18) Use of !important
(#19) Use of !important
(#20) Use of !important
(#23) Use of !important
(#26) Use of !important
(#29) Use of !important
(#32) Use of !important
(#35) Use of !important
(#37) Rule is empty.
(#40) Use of !important
(#41) Use of !important
(#44) Use of !important
(#47) Use of !important
(#50) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#75) Use of !important
(#76) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#91) Use of !important
(#94) Use of !important
(#97) Use of !important
(#100) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#113) Use of !important
(#114) Expected (<color> | inherit) but found 'none'.
(#114) Use of !important
(#117) Use of !important
(#120) Use of !important
(#123) Use of !important
(#127) Use of !important
blocks/configurable_reports/js/datatables/extras/ColVis/media/css/ColVis.css
(#23) Use of !important
blocks/configurable_reports/js/datatables/extras/ColVis/media/css/ColVisAlt.css
(#25) Use of !important
blocks/configurable_reports/js/datatables/extras/ColVis/media/docs/media/css/doc.css
(#87) Use of !important
(#101) Use of !important
(#106) Use of !important
(#119) Use of !important
(#275) Use of !important
blocks/configurable_reports/js/datatables/extras/ColVis/media/docs/media/css/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
blocks/configurable_reports/js/datatables/extras/ColVis/media/docs/media/css/shThemeDataTables.css
(#18) Use of !important
(#19) Use of !important
(#20) Use of !important
(#23) Use of !important
(#26) Use of !important
(#29) Use of !important
(#32) Use of !important
(#35) Use of !important
(#37) Rule is empty.
(#40) Use of !important
(#41) Use of !important
(#44) Use of !important
(#47) Use of !important
(#50) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#75) Use of !important
(#76) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#91) Use of !important
(#94) Use of !important
(#97) Use of !important
(#100) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#113) Use of !important
(#114) Expected (<color> | inherit) but found 'none'.
(#114) Use of !important
(#117) Use of !important
(#120) Use of !important
(#123) Use of !important
(#127) Use of !important
blocks/configurable_reports/js/datatables/extras/FixedColumns/docs/media/css/doc.css
(#87) Use of !important
(#101) Use of !important
(#106) Use of !important
(#119) Use of !important
(#275) Use of !important
blocks/configurable_reports/js/datatables/extras/FixedColumns/docs/media/css/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
blocks/configurable_reports/js/datatables/extras/FixedColumns/docs/media/css/shThemeDataTables.css
(#18) Use of !important
(#19) Use of !important
(#20) Use of !important
(#23) Use of !important
(#26) Use of !important
(#29) Use of !important
(#32) Use of !important
(#35) Use of !important
(#37) Rule is empty.
(#40) Use of !important
(#41) Use of !important
(#44) Use of !important
(#47) Use of !important
(#50) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#75) Use of !important
(#76) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#91) Use of !important
(#94) Use of !important
(#97) Use of !important
(#100) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#113) Use of !important
(#114) Expected (<color> | inherit) but found 'none'.
(#114) Use of !important
(#117) Use of !important
(#120) Use of !important
(#123) Use of !important
(#127) Use of !important
blocks/configurable_reports/js/datatables/extras/Scroller/media/docs/media/css/doc.css
(#87) Use of !important
(#101) Use of !important
(#106) Use of !important
(#119) Use of !important
(#275) Use of !important
blocks/configurable_reports/js/datatables/extras/Scroller/media/docs/media/css/shCore.css
(#27) Use of !important
(#28) Use of !important
(#29) Use of !important
(#30) Use of !important
(#31) Use of !important
(#32) Use of !important
(#33) Use of !important
(#34) Use of !important
(#35) Use of !important
(#36) Use of !important
(#37) Use of !important
(#38) Use of !important
(#39) Use of !important
(#40) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
(#47) Use of !important
(#48) Use of !important
(#49) Use of !important
(#50) Use of !important
(#51) Use of !important
(#52) Expected (<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats | inherit) but found 'auto'.
(#52) Use of !important
(#56) Use of !important
(#57) Use of !important
(#58) Use of !important
(#59) Use of !important
(#60) Use of !important
(#63) Use of !important
(#66) Use of !important
(#69) Use of !important
(#72) Use of !important
(#75) Use of !important
(#78) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#89) Use of !important
(#90) Use of !important
(#91) Use of !important
(#92) Use of !important
(#93) Use of !important
(#94) Use of !important
(#95) Use of !important
(#96) Use of !important
(#97) Use of !important
(#98) Use of !important
(#101) Use of !important
(#102) Use of !important
(#105) Use of !important
(#108) Use of !important
(#111) Use of !important
(#114) Use of !important
(#117) Use of !important
(#118) Use of !important
(#119) Use of !important
(#120) Use of !important
(#121) Use of !important
(#124) Use of !important
(#125) Use of !important
(#128) Use of !important
(#129) Use of !important
(#132) Use of !important
(#135) Use of !important
(#136) Use of !important
(#137) Use of !important
(#138) Use of !important
(#139) Use of !important
(#140) Use of !important
(#141) Use of !important
(#144) Use of !important
(#147) Use of !important
(#148) Use of !important
(#149) Use of !important
(#150) Use of !important
(#153) Use of !important
(#156) Use of !important
(#157) Use of !important
(#160) Use of !important
(#163) Use of !important
(#170) Use of !important
(#173) Use of !important
(#176) Use of !important
(#179) Use of !important
(#182) Use of !important
(#185) Use of !important
(#188) Use of !important
(#191) Use of !important
(#194) Use of !important
(#195) Use of !important
(#198) Use of !important
(#201) Use of !important
(#204) Use of !important
(#207) Use of !important
(#210) Use of !important
(#213) Use of !important
(#216) Use of !important
(#219) Use of !important
(#222) Use of !important
(#225) Use of !important
blocks/configurable_reports/js/datatables/extras/Scroller/media/docs/media/css/shThemeDataTables.css
(#18) Use of !important
(#19) Use of !important
(#20) Use of !important
(#23) Use of !important
(#26) Use of !important
(#29) Use of !important
(#32) Use of !important
(#35) Use of !important
(#37) Rule is empty.
(#40) Use of !important
(#41) Use of !important
(#44) Use of !important
(#47) Use of !important
(#50) Use of !important
(#53) Use of !important
(#54) Use of !important
(#57) Use of !important
(#60) Use of !important
(#63) Use of !important
(#64) Use of !important
(#65) Use of !important
(#68) Use of !important
(#71) Use of !important
(#74) Use of !important
(#75) Use of !important
(#76) Use of !important
(#79) Use of !important
(#82) Use of !important
(#85) Use of !important
(#88) Use of !important
(#91) Use of !important
(#94) Use of !important
(#97) Use of !important
(#100) Use of !important
(#103) Use of !important
(#106) Use of !important
(#109) Use of !important
(#112) Use of !important
(#113) Use of !important
(#114) Expected (<color> | inherit) but found 'none'.
(#114) Use of !important
(#117) Use of !important
(#120) Use of !important
(#123) Use of !important
(#127) Use of !important
blocks/configurable_reports/js/datatables/extras/TableTools/media/css/TableTools.css
(#46) Use of !important
(#85) Use of !important
blocks/configurable_reports/js/datatables/extras/TableTools/media/css/TableTools_JUI.css
(#51) Use of !important
(#57) Use of !important
blocks/configurable_reports/js/datatables/media/css/demo_page.css
(#111) Use of !important
blocks/configurable_reports/js/datatables/media/css/demo_table.css
(#83) Use of !important
(#87) Use of !important
(#96) Use of !important
(#157) Expected RBRACE at line 157, col 3.
(#339) Use of !important
(#348) Use of !important
blocks/configurable_reports/js/datatables/media/css/demo_table_jui.css
(#37) Expected RBRACE at line 37, col 3.
(#44) Expected RBRACE at line 44, col 3.
(#45) Use of !important
(#49) Use of !important
(#53) Use of !important
(#71) Expected RBRACE at line 71, col 3.
(#331) Use of !important
(#340) Use of !important
blocks/configurable_reports/js/datatables/media/css/jquery.dataTables.css
(#98) Use of !important
(#104) Use of !important
(#115) Use of !important
(#157) Use of !important
(#166) Use of !important
blocks/configurable_reports/js/datatables/media/css/jquery.dataTables_themeroller.css
(#95) Use of !important
(#101) Expected RBRACE at line 101, col 3.
(#108) Expected RBRACE at line 108, col 3.
(#109) Use of !important
(#121) Use of !important
(#127) Use of !important
(#138) Use of !important
(#176) Use of !important
(#185) Use of !important

PHPDocs style problems

(1784 errors, 156 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

blocks/configurable_reports/block_configurable_reports.php
(#24) Class block_configurable_reports is not documented
(#35) Function block_configurable_reports::specialization is not documented
(#43) Function block_configurable_reports::instance_allow_config is not documented
(#152) Function block_configurable_reports::cron is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#19) Package blocks is not valid
blocks/configurable_reports/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_base is not documented
(#32) Function component_base::__construct is not documented
(#42) Function component_base::add_form_elements is not documented
(#27) Variable component_base::$plugins is not documented
(#28) Variable component_base::$ordering is not documented
(#29) Variable component_base::$form is not documented
(#30) Variable component_base::$help is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/average/form.php
(#2) Empty line found after PHP open tag
(#31) Class average_form is not documented
(#32) Function average_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/average/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_average is not documented
(#29) Function plugin_average::init is not documented
(#36) Function plugin_average::summary is not documented
(#85) Function plugin_average::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_calcs is not documented
(#27) Function component_calcs::init is not documented
(#34) Function component_calcs::add_form_elements is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/max/form.php
(#2) Empty line found after PHP open tag
(#31) Class max_form is not documented
(#32) Function max_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/max/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_max is not documented
(#29) Function plugin_max::init is not documented
(#36) Function plugin_max::summary is not documented
(#85) Function plugin_max::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/min/form.php
(#2) Empty line found after PHP open tag
(#31) Class min_form is not documented
(#32) Function min_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/min/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_min is not documented
(#29) Function plugin_min::init is not documented
(#36) Function plugin_min::summary is not documented
(#85) Function plugin_min::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/sum/form.php
(#2) Empty line found after PHP open tag
(#31) Class sum_form is not documented
(#32) Function sum_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/calcs/sum/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_sum is not documented
(#29) Function plugin_sum::init is not documented
(#36) Function plugin_sum::summary is not documented
(#85) Function plugin_sum::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/categoryfield/form.php
(#2) Empty line found after PHP open tag
(#31) Class categoryfield_form is not documented
(#32) Function categoryfield_form::definition is not documented
(#54) Function categoryfield_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/categoryfield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_categoryfield is not documented
(#29) Function plugin_categoryfield::init is not documented
(#36) Function plugin_categoryfield::summary is not documented
(#40) Function plugin_categoryfield::colformat is not documented
(#49) Function plugin_categoryfield::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_columns is not documented
(#27) Function component_columns::init is not documented
(#34) Function component_columns::process_form is not documented
(#40) Function component_columns::add_form_elements is not documented
(#65) Function component_columns::validate_form_elements is not documented
(#71) Function component_columns::form_process_data is not documented
(#84) Function component_columns::form_set_data is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/coursefield/form.php
(#2) Empty line found after PHP open tag
(#31) Class coursefield_form is not documented
(#32) Function coursefield_form::definition is not documented
(#54) Function coursefield_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/coursefield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_coursefield is not documented
(#29) Function plugin_coursefield::init is not documented
(#36) Function plugin_coursefield::summary is not documented
(#40) Function plugin_coursefield::colformat is not documented
(#49) Function plugin_coursefield::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/coursestats/form.php
(#2) Empty line found after PHP open tag
(#31) Class coursestats_form is not documented
(#32) Function coursestats_form::definition is not documented
(#58) Function coursestats_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/coursestats/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_coursestats is not documented
(#29) Function plugin_coursestats::init is not documented
(#36) Function plugin_coursestats::summary is not documented
(#40) Function plugin_coursestats::colformat is not documented
(#49) Function plugin_coursestats::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/currentuserfinalgrade/form.php
(#2) Empty line found after PHP open tag
(#31) Class currentuserfinalgrade_form is not documented
(#32) Function currentuserfinalgrade_form::definition is not documented
(#44) Function currentuserfinalgrade_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/currentuserfinalgrade/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_currentuserfinalgrade is not documented
(#29) Function plugin_currentuserfinalgrade::init is not documented
(#35) Function plugin_currentuserfinalgrade::summary is not documented
(#39) Function plugin_currentuserfinalgrade::colformat is not documented
(#48) Function plugin_currentuserfinalgrade::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/date/form.php
(#2) Empty line found after PHP open tag
(#31) Class date_form is not documented
(#32) Function date_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/date/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_date is not documented
(#29) Function plugin_date::init is not documented
(#36) Function plugin_date::summary is not documented
(#40) Function plugin_date::colformat is not documented
(#49) Function plugin_date::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/finalgradeincurrentcourse/form.php
(#2) Empty line found after PHP open tag
(#31) Class finalgradeincurrentcourse_form is not documented
(#32) Function finalgradeincurrentcourse_form::definition is not documented
(#44) Function finalgradeincurrentcourse_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/finalgradeincurrentcourse/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_finalgradeincurrentcourse is not documented
(#29) Function plugin_finalgradeincurrentcourse::init is not documented
(#35) Function plugin_finalgradeincurrentcourse::summary is not documented
(#39) Function plugin_finalgradeincurrentcourse::colformat is not documented
(#48) Function plugin_finalgradeincurrentcourse::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/form.php
(#2) Empty line found after PHP open tag
(#31) Class columns_form is not documented
(#32) Function columns_form::definition is not documented
(#69) Function columns_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/reportcolumn/form.php
(#2) Empty line found after PHP open tag
(#31) Class reportcolumn_form is not documented
(#32) Function reportcolumn_form::definition is not documented
(#67) Function reportcolumn_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/reportcolumn/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_reportcolumn is not documented
(#31) Function plugin_reportcolumn::init is not documented
(#38) Function plugin_reportcolumn::summary is not documented
(#43) Function plugin_reportcolumn::colformat is not documented
(#50) Function plugin_reportcolumn::get_user_reports is not documented
(#65) Function plugin_reportcolumn::get_current_report is not documented
(#79) Function plugin_reportcolumn::get_report_columns is not documented
(#99) Function plugin_reportcolumn::fix_condition_expr is not documented
(#110) Function plugin_reportcolumn::execute is not documented
(#29) Variable plugin_reportcolumn::$reportcache is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/roleusersn/form.php
(#2) Empty line found after PHP open tag
(#31) Class roleusersn_form is not documented
(#32) Function roleusersn_form::definition is not documented
(#54) Function roleusersn_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/roleusersn/plugin.class.php
(#2) Empty line found after PHP open tag
(#25) Class plugin_roleusersn is not documented
(#28) Function plugin_roleusersn::init is not documented
(#35) Function plugin_roleusersn::summary is not documented
(#39) Function plugin_roleusersn::colformat is not documented
(#48) Function plugin_roleusersn::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/usercompletion/form.php
(#2) Empty line found after PHP open tag
(#31) Class userstats_form is not documented
(#32) Function userstats_form::definition is not documented
(#51) Function userstats_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/usercompletion/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_usercompletion is not documented
(#29) Function plugin_usercompletion::init is not documented
(#36) Function plugin_usercompletion::summary is not documented
(#40) Function plugin_usercompletion::colformat is not documented
(#49) Function plugin_usercompletion::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/userfield/form.php
(#2) Empty line found after PHP open tag
(#31) Class userfield_form is not documented
(#32) Function userfield_form::definition is not documented
(#63) Function userfield_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/userfield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_userfield is not documented
(#29) Function plugin_userfield::init is not documented
(#36) Function plugin_userfield::summary is not documented
(#40) Function plugin_userfield::colformat is not documented
(#49) Function plugin_userfield::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/usermodactions/form.php
(#2) Empty line found after PHP open tag
(#31) Class usermodactions_form is not documented
(#32) Function usermodactions_form::definition is not documented
(#63) Function usermodactions_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/usermodactions/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_usermodactions is not documented
(#29) Function plugin_usermodactions::init is not documented
(#36) Function plugin_usermodactions::summary is not documented
(#49) Function plugin_usermodactions::colformat is not documented
(#58) Function plugin_usermodactions::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/usermodoutline/form.php
(#2) Empty line found after PHP open tag
(#31) Class usermodoutline_form is not documented
(#32) Function usermodoutline_form::definition is not documented
(#64) Function usermodoutline_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/usermodoutline/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_usermodoutline is not documented
(#29) Function plugin_usermodoutline::init is not documented
(#36) Function plugin_usermodoutline::summary is not documented
(#49) Function plugin_usermodoutline::colformat is not documented
(#58) Function plugin_usermodoutline::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/userstats/form.php
(#2) Empty line found after PHP open tag
(#31) Class userstats_form is not documented
(#32) Function userstats_form::definition is not documented
(#60) Function userstats_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/columns/userstats/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_userstats is not documented
(#29) Function plugin_userstats::init is not documented
(#36) Function plugin_userstats::summary is not documented
(#40) Function plugin_userstats::colformat is not documented
(#49) Function plugin_userstats::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/ccoursefield/form.php
(#2) Empty line found after PHP open tag
(#31) Class ccoursefield_form is not documented
(#34) Function ccoursefield_form::definition is not documented
(#57) Function ccoursefield_form::validation is not documented
(#32) Variable ccoursefield_form::$allowedops is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/ccoursefield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_ccoursefield is not documented
(#29) Function plugin_ccoursefield::init is not documented
(#35) Function plugin_ccoursefield::summary is not documented
(#41) Function plugin_ccoursefield::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_conditions is not documented
(#27) Function component_conditions::init is not documented
(#34) Function component_conditions::form_process_data is not documented
(#51) Function component_conditions::add_missing_conditions is not documented
(#82) Function component_conditions::form_set_data is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/coursecategory/form.php
(#2) Empty line found after PHP open tag
(#31) Class coursecategory_form is not documented
(#32) Function coursecategory_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/coursecategory/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_coursecategory is not documented
(#29) Function plugin_coursecategory::init is not documented
(#36) Function plugin_coursecategory::summary is not documented
(#47) Function plugin_coursecategory::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/coursechild/form.php
(#2) Empty line found after PHP open tag
(#31) Class coursechild_form is not documented
(#32) Function coursechild_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/coursechild/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_coursechild is not documented
(#29) Function plugin_coursechild::init is not documented
(#35) Function plugin_coursechild::summary is not documented
(#44) Function plugin_coursechild::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/courseparent/form.php
(#2) Empty line found after PHP open tag
(#31) Class courseparent_form is not documented
(#32) Function courseparent_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/courseparent/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_courseparent is not documented
(#29) Function plugin_courseparent::init is not documented
(#35) Function plugin_courseparent::summary is not documented
(#45) Function plugin_courseparent::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/currentreportcourse/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_currentreportcourse is not documented
(#29) Function plugin_currentreportcourse::init is not documented
(#35) Function plugin_currentreportcourse::summary is not documented
(#40) Function plugin_currentreportcourse::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/currentuser/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_currentuser is not documented
(#29) Function plugin_currentuser::init is not documented
(#35) Function plugin_currentuser::summary is not documented
(#41) Function plugin_currentuser::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/currentusercourses/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_currentusercourses is not documented
(#29) Function plugin_currentusercourses::init is not documented
(#35) Function plugin_currentusercourses::summary is not documented
(#40) Function plugin_currentusercourses::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/cuserfield/form.php
(#2) Empty line found after PHP open tag
(#31) Class cuserfield_form is not documented
(#34) Function cuserfield_form::definition is not documented
(#61) Function cuserfield_form::validation is not documented
(#32) Variable cuserfield_form::$allowedops is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/cuserfield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_cuserfield is not documented
(#29) Function plugin_cuserfield::init is not documented
(#35) Function plugin_cuserfield::summary is not documented
(#47) Function plugin_cuserfield::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/form.php
(#2) Empty line found after PHP open tag
(#31) Class conditions_form is not documented
(#32) Function conditions_form::definition is not documented
(#47) Function conditions_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/parentcategory/form.php
(#2) Empty line found after PHP open tag
(#31) Class parentcategory_form is not documented
(#32) Function parentcategory_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/parentcategory/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_parentcategory is not documented
(#29) Function plugin_parentcategory::init is not documented
(#36) Function plugin_parentcategory::summary is not documented
(#47) Function plugin_parentcategory::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/usersincohorts/form.php
(#2) Empty line found after PHP open tag
(#31) Class usersincohorts_form is not documented
(#33) Function usersincohorts_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/usersincohorts/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_usersincohorts is not documented
(#29) Function plugin_usersincohorts::init is not documented
(#35) Function plugin_usersincohorts::summary is not documented
(#41) Function plugin_usersincohorts::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/usersincurrentcourse/form.php
(#2) Empty line found after PHP open tag
(#31) Class usersincurrentcourse_form is not documented
(#33) Function usersincurrentcourse_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/conditions/usersincurrentcourse/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_usersincurrentcourse is not documented
(#29) Function plugin_usersincurrentcourse::init is not documented
(#35) Function plugin_usersincurrentcourse::summary is not documented
(#41) Function plugin_usersincurrentcourse::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/customsql/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_customsql is not documented
(#27) Function component_customsql::init is not documented
(#45) Function component_customsql::form_process_data is not documented
(#57) Function component_customsql::form_set_data is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/customsql/form.php
(#2) Empty line found after PHP open tag
(#34) Class customsql_form is not documented
(#36) Function customsql_form::definition is not documented
(#79) Function customsql_form::validation is not documented
(#87) Function customsql_form::validation_high_security is not documented
(#128) Function customsql_form::validation_low_security is not documented
(#29) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/categories/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_categories is not documented
(#29) Function plugin_categories::init is not documented
(#36) Function plugin_categories::summary is not documented
(#40) Function plugin_categories::execute is not documented
(#57) Function plugin_categories::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_filters is not documented
(#27) Function component_filters::init is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/coursecategories/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_coursecategories is not documented
(#29) Function plugin_coursecategories::init is not documented
(#36) Function plugin_coursecategories::summary is not documented
(#40) Function plugin_coursecategories::execute is not documented
(#67) Function plugin_coursecategories::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/coursemodules/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_coursemodules is not documented
(#29) Function plugin_coursemodules::init is not documented
(#36) Function plugin_coursemodules::summary is not documented
(#40) Function plugin_coursemodules::execute is not documented
(#68) Function plugin_coursemodules::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/courses/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_courses is not documented
(#29) Function plugin_courses::init is not documented
(#36) Function plugin_courses::summary is not documented
(#40) Function plugin_courses::execute is not documented
(#58) Function plugin_courses::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/enrolledstudents/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_enrolledstudents is not documented
(#29) Function plugin_enrolledstudents::init is not documented
(#36) Function plugin_enrolledstudents::summary is not documented
(#40) Function plugin_enrolledstudents::execute is not documented
(#57) Function plugin_enrolledstudents::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/fcoursefield/form.php
(#2) Empty line found after PHP open tag
(#31) Class fcoursefield_form is not documented
(#32) Function fcoursefield_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/fcoursefield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_fcoursefield is not documented
(#29) Function plugin_fcoursefield::init is not documented
(#36) Function plugin_fcoursefield::summary is not documented
(#40) Function plugin_fcoursefield::execute is not documented
(#56) Function plugin_fcoursefield::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/fsearchuserfield/form.php
(#2) Empty line found after PHP open tag
(#31) Class fsearchuserfield_form is not documented
(#32) Function fsearchuserfield_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/fsearchuserfield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_fsearchuserfield is not documented
(#29) Function plugin_fsearchuserfield::init is not documented
(#36) Function plugin_fsearchuserfield::summary is not documented
(#40) Function plugin_fsearchuserfield::execute is not documented
(#50) Function plugin_fsearchuserfield::execute_sql is not documented
(#63) Function plugin_fsearchuserfield::execute_users is not documented
(#99) Function plugin_fsearchuserfield::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/fuserfield/form.php
(#2) Empty line found after PHP open tag
(#31) Class fuserfield_form is not documented
(#33) Function fuserfield_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/fuserfield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_fuserfield is not documented
(#29) Function plugin_fuserfield::init is not documented
(#36) Function plugin_fuserfield::summary is not documented
(#40) Function plugin_fuserfield::execute is not documented
(#50) Function plugin_fuserfield::execute_sql is not documented
(#63) Function plugin_fuserfield::execute_users is not documented
(#98) Function plugin_fuserfield::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/role/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_role is not documented
(#29) Function plugin_role::init is not documented
(#36) Function plugin_role::summary is not documented
(#40) Function plugin_role::execute is not documented
(#57) Function plugin_role::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/searchtext/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_searchtext is not documented
(#29) Function plugin_searchtext::init is not documented
(#36) Function plugin_searchtext::summary is not documented
(#40) Function plugin_searchtext::execute is not documented
(#87) Function plugin_searchtext::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/semester/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_semester is not documented
(#29) Function plugin_semester::init is not documented
(#36) Function plugin_semester::summary is not documented
(#40) Function plugin_semester::execute is not documented
(#57) Function plugin_semester::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/startendtime/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_startendtime is not documented
(#29) Function plugin_startendtime::init is not documented
(#36) Function plugin_startendtime::summary is not documented
(#40) Function plugin_startendtime::execute is not documented
(#85) Function plugin_startendtime::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/subcategories/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_subcategories is not documented
(#29) Function plugin_subcategories::init is not documented
(#36) Function plugin_subcategories::summary is not documented
(#40) Function plugin_subcategories::execute is not documented
(#57) Function plugin_subcategories::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/user/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_user is not documented
(#29) Function plugin_user::init is not documented
(#36) Function plugin_user::summary is not documented
(#40) Function plugin_user::execute is not documented
(#57) Function plugin_user::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/users/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_users is not documented
(#29) Function plugin_users::init is not documented
(#36) Function plugin_users::summary is not documented
(#40) Function plugin_users::execute is not documented
(#57) Function plugin_users::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/yearhebrew/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_yearhebrew is not documented
(#29) Function plugin_yearhebrew::init is not documented
(#36) Function plugin_yearhebrew::summary is not documented
(#40) Function plugin_yearhebrew::execute is not documented
(#57) Function plugin_yearhebrew::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/filters/yearnumeric/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_yearnumeric is not documented
(#29) Function plugin_yearnumeric::init is not documented
(#36) Function plugin_yearnumeric::summary is not documented
(#40) Function plugin_yearnumeric::execute is not documented
(#57) Function plugin_yearnumeric::print_filter is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/ordering/categoryfieldorder/form.php
(#2) Empty line found after PHP open tag
(#31) Class categoryfieldorder_form is not documented
(#32) Function categoryfieldorder_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/ordering/categoryfieldorder/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_categoryfieldorder is not documented
(#31) Function plugin_categoryfieldorder::init is not documented
(#39) Function plugin_categoryfieldorder::summary is not documented
(#44) Function plugin_categoryfieldorder::execute is not documented
(#29) Variable plugin_categoryfieldorder::$sql is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/ordering/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_ordering is not documented
(#27) Function component_ordering::init is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/ordering/coursefieldorder/form.php
(#2) Empty line found after PHP open tag
(#31) Class coursefieldorder_form is not documented
(#32) Function coursefieldorder_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/ordering/coursefieldorder/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_coursefieldorder is not documented
(#31) Function plugin_coursefieldorder::init is not documented
(#39) Function plugin_coursefieldorder::summary is not documented
(#44) Function plugin_coursefieldorder::execute is not documented
(#29) Variable plugin_coursefieldorder::$sql is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/ordering/userfieldorder/form.php
(#2) Empty line found after PHP open tag
(#31) Class userfieldorder_form is not documented
(#32) Function userfieldorder_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/ordering/userfieldorder/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_userfieldorder is not documented
(#31) Function plugin_userfieldorder::init is not documented
(#39) Function plugin_userfieldorder::summary is not documented
(#44) Function plugin_userfieldorder::execute is not documented
(#29) Variable plugin_userfieldorder::$sql is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/anyone/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_anyone is not documented
(#29) Function plugin_anyone::init is not documented
(#36) Function plugin_anyone::summary is not documented
(#40) Function plugin_anyone::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_permissions is not documented
(#27) Function component_permissions::init is not documented
(#34) Function component_permissions::form_process_data is not documented
(#51) Function component_permissions::add_missing_conditions is not documented
(#80) Function component_permissions::form_set_data is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/form.php
(#2) Empty line found after PHP open tag
(#31) Class permissions_form is not documented
(#32) Function permissions_form::definition is not documented
(#47) Function permissions_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/puserfield/form.php
(#2) Empty line found after PHP open tag
(#31) Class puserfield_form is not documented
(#33) Function puserfield_form::definition is not documented
(#64) Function puserfield_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/puserfield/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_puserfield is not documented
(#29) Function plugin_puserfield::init is not documented
(#36) Function plugin_puserfield::summary is not documented
(#46) Function plugin_puserfield::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/reportscapabilities/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_reportscapabilities is not documented
(#29) Function plugin_reportscapabilities::init is not documented
(#36) Function plugin_reportscapabilities::summary is not documented
(#40) Function plugin_reportscapabilities::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/roleincourse/form.php
(#2) Empty line found after PHP open tag
(#31) Class roleincourse_form is not documented
(#32) Function roleincourse_form::definition is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/roleincourse/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_roleincourse is not documented
(#29) Function plugin_roleincourse::init is not documented
(#36) Function plugin_roleincourse::summary is not documented
(#44) Function plugin_roleincourse::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/permissions/usersincoursereport/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_usersincoursereport is not documented
(#29) Function plugin_usersincoursereport::init is not documented
(#36) Function plugin_usersincoursereport::summary is not documented
(#40) Function plugin_usersincoursereport::execute is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/plot/bar/form.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class bar_form is not documented
(#10) Function bar_form::definition is not documented
(#87) Function bar_form::add_formatting_elements is not documented
(#4) Found comment starting with three or more slashes
(#9) Package is not specified for class bar_form. It is also not specified in file-level phpdocs
blocks/configurable_reports/components/plot/bar/graph.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/plot/bar/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_bar is not documented
(#29) Function plugin_bar::init is not documented
(#36) Function plugin_bar::summary is not documented
(#41) Function plugin_bar::execute is not documented
(#81) Function plugin_bar::get_series is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/plot/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_plot is not documented
(#27) Function component_plot::init is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/plot/line/form.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class line_form is not documented
(#10) Function line_form::definition is not documented
(#77) Function line_form::validation is not documented
(#4) Found comment starting with three or more slashes
(#9) Package is not specified for class line_form. It is also not specified in file-level phpdocs
blocks/configurable_reports/components/plot/line/graph.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/plot/line/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_line is not documented
(#29) Function plugin_line::init is not documented
(#36) Function plugin_line::summary is not documented
(#41) Function plugin_line::execute is not documented
(#73) Function plugin_line::get_series is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/plot/pie/form.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class pie_form is not documented
(#10) Function pie_form::definition is not documented
(#4) Found comment starting with three or more slashes
(#9) Package is not specified for class pie_form. It is also not specified in file-level phpdocs
blocks/configurable_reports/components/plot/pie/graph.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/plot/pie/plugin.class.php
(#2) Empty line found after PHP open tag
(#27) Class plugin_pie is not documented
(#29) Function plugin_pie::init is not documented
(#36) Function plugin_pie::summary is not documented
(#41) Function plugin_pie::execute is not documented
(#79) Function plugin_pie::get_series is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/template/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_template is not documented
(#27) Function component_template::init is not documented
(#34) Function component_template::form_process_data is not documented
(#50) Function component_template::form_set_data is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/template/form.php
(#2) Empty line found after PHP open tag
(#31) Class template_form is not documented
(#32) Function template_form::definition is not documented
(#110) Function template_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/timeline/component.class.php
(#2) Empty line found after PHP open tag
(#25) Class component_timeline is not documented
(#27) Function component_timeline::init is not documented
(#34) Function component_timeline::form_process_data is not documented
(#45) Function component_timeline::form_set_data is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/components/timeline/form.php
(#2) Empty line found after PHP open tag
(#34) Class timeline_form is not documented
(#35) Function timeline_form::definition is not documented
(#78) Function timeline_form::validation is not documented
(#29) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/db/access.php
(#2) Empty line found after PHP open tag
(#24) Invalid phpdocs tag @author: used
(#25) Invalid phpdocs tag @date: used
blocks/configurable_reports/db/upgrade.php
(#2) Empty line found after PHP open tag
(#33) Function xmldb_block_configurable_reports_upgrade is not documented
(#24) Invalid phpdocs tag @author: used
(#25) Invalid phpdocs tag @date: used
blocks/configurable_reports/edit_form.php
(#2) Empty line found after PHP open tag
(#25) Class block_configurable_reports_edit_form is not documented
(#26) Function block_configurable_reports_edit_form::specific_definition is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/editcomp.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/editplugin.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/editreport.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/editreport_form.php
(#2) Empty line found after PHP open tag
(#31) Class report_edit_form is not documented
(#32) Function report_edit_form::definition is not documented
(#107) Function report_edit_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/export.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/export/csv/export.php
(#2) Empty line found after PHP open tag
(#25) Function export_report is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/export/ods/export.php
(#2) Empty line found after PHP open tag
(#25) Function export_report is not documented
(#51) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/export/xls/export.php
(#2) Empty line found after PHP open tag
(#25) Function export_report is not documented
(#51) Found comment starting with three or more slashes
(#53) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/filter_form.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class report_edit_form is not documented
(#10) Function report_edit_form::definition is not documented
(#4) Found comment starting with three or more slashes
(#9) Package is not specified for class report_edit_form. It is also not specified in file-level phpdocs
blocks/configurable_reports/get_remote_report.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/import_form.php
(#2) Empty line found after PHP open tag
(#31) Class import_form is not documented
(#32) Function import_form::definition is not documented
(#51) Function import_form::validation is not documented
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/js/datatables/extras/Scroller/media/data/server_processing.php
(#2) Empty line found after PHP open tag
(#9) File-level phpdocs block is not found
blocks/configurable_reports/lang/en/block_configurable_reports.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/configurable_reports/lib/pChart2/class/pBarcode128.class.php
(#2) Empty line found after PHP open tag
(#17) File-level phpdocs block is not found
(#17) Class pBarcode128 is not documented
(#26) Function pBarcode128::pBarcode128 is not documented
(#51) Function pBarcode128::getSize is not documented
(#79) Function pBarcode128::encode128 is not documented
(#104) Function pBarcode128::draw is not documented
(#180) Function pBarcode128::left is not documented
(#181) Function pBarcode128::right is not documented
(#182) Function pBarcode128::mid is not documented
(#19) Variable pBarcode128::$Codes is not documented
(#20) Variable pBarcode128::$Reverse is not documented
(#21) Variable pBarcode128::$Result is not documented
(#22) Variable pBarcode128::$pChartObject is not documented
(#23) Variable pBarcode128::$CRC is not documented
(#17) Package is not specified for class pBarcode128. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pBarcode39.class.php
(#2) Empty line found after PHP open tag
(#17) File-level phpdocs block is not found
(#17) Class pBarcode39 is not documented
(#27) Function pBarcode39::pBarcode39 is not documented
(#50) Function pBarcode39::getSize is not documented
(#79) Function pBarcode39::encode39 is not documented
(#108) Function pBarcode39::draw is not documented
(#184) Function pBarcode39::checksum is not documented
(#196) Function pBarcode39::left is not documented
(#197) Function pBarcode39::right is not documented
(#198) Function pBarcode39::mid is not documented
(#19) Variable pBarcode39::$Codes is not documented
(#20) Variable pBarcode39::$Reverse is not documented
(#21) Variable pBarcode39::$Result is not documented
(#22) Variable pBarcode39::$pChartObject is not documented
(#23) Variable pBarcode39::$CRC is not documented
(#24) Variable pBarcode39::$MOD43 is not documented
(#17) Package is not specified for class pBarcode39. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pBubble.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#20) Class pBubble is not documented
(#26) Function pBubble::pBubble is not documented
(#33) Function pBubble::bubbleScale is not documented
(#92) Function pBubble::resetSeriesColors is not documented
(#112) Function pBubble::drawBubbleChart is not documented
(#254) Function pBubble::writeBubbleLabel is not documented
(#22) Variable pBubble::$pChartObject is not documented
(#23) Variable pBubble::$pDataObject is not documented
(#20) Package is not specified for class pBubble. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pCache.class.php
(#2) Empty line found after PHP open tag
(#17) File-level phpdocs block is not found
(#17) Class pCache is not documented
(#24) Function pCache::pCache is not documented
(#39) Function pCache::flush is not documented
(#46) Function pCache::getHash is not documented
(#50) Function pCache::writeToCache is not documented
(#84) Function pCache::removeOlderThan is not documented
(#88) Function pCache::remove is not documented
(#92) Function pCache::dbRemoval is not documented
(#167) Function pCache::isInCache is not documented
(#216) Function pCache::autoOutput is not documented
(#224) Function pCache::strokeFromCache is not documented
(#238) Function pCache::saveFromCache is not documented
(#255) Function pCache::getFromCache is not documented
(#19) Variable pCache::$CacheFolder is not documented
(#20) Variable pCache::$CacheIndex is not documented
(#21) Variable pCache::$CacheDB is not documented
(#17) Package is not specified for class pCache. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pData.class.php
(#2) Empty line found after PHP open tag
(#17) File-level phpdocs block is not found
(#55) Class pData is not documented
(#69) Function pData::pData is not documented
(#85) Function pData::addPoints is not documented
(#108) Function pData::stripVOID is not documented
(#112) Function pData::getSerieCount is not documented
(#116) Function pData::removeSerie is not documented
(#123) Function pData::getValueAt is not documented
(#127) Function pData::getValues is not documented
(#131) Function pData::reverseSerie is not documented
(#138) Function pData::getSum is not documented
(#142) Function pData::getMax is not documented
(#146) Function pData::getMin is not documented
(#150) Function pData::setSerieShape is not documented
(#157) Function pData::setSerieDescription is not documented
(#164) Function pData::setSerieDrawable is not documented
(#171) Function pData::setSeriePicture is not documented
(#178) Function pData::setXAxisName is not documented
(#182) Function pData::setXAxisDisplay is not documented
(#186) Function pData::setXAxisUnit is not documented
(#190) Function pData::setAbscissa is not documented
(#193) Function pData::setAbsicssaPosition is not documented
(#197) Function pData::setAbscissaName is not documented
(#201) Function pData::setScatterSerie is not documented
(#205) Function pData::setScatterSerieShape is not documented
(#209) Function pData::setScatterSerieDescription is not documented
(#213) Function pData::setScatterSeriePicture is not documented
(#217) Function pData::setScatterSerieDrawable is not documented
(#221) Function pData::setScatterSerieTicks is not documented
(#225) Function pData::setScatterSerieWeight is not documented
(#229) Function pData::setScatterSerieColor is not documented
(#246) Function pData::limits is not documented
(#266) Function pData::drawAll is not documented
(#270) Function pData::getSerieAverage is not documented
(#282) Function pData::getGeometricMean is not documented
(#295) Function pData::getHarmonicMean is not documented
(#308) Function pData::getStandardDeviation is not documented
(#328) Function pData::getCoefficientOfVariation is not documented
(#345) Function pData::getSerieMedian is not documented
(#363) Function pData::getSeriePercentile is not documented
(#381) Function pData::addRandomValues is not documented
(#396) Function pData::containsData is not documented
(#407) Function pData::setAxisDisplay is not documented
(#417) Function pData::setAxisPosition is not documented
(#421) Function pData::setAxisUnit is not documented
(#425) Function pData::setAxisName is not documented
(#429) Function pData::setAxisColor is not documented
(#447) Function pData::setAxisXY is not documented
(#451) Function pData::setSerieOnAxis is not documented
(#472) Function pData::setSerieTicks is not documented
(#479) Function pData::setSerieWeight is not documented
(#486) Function pData::getSeriePalette is not documented
(#500) Function pData::setPalette is not documented
(#527) Function pData::loadPalette is not documented
(#562) Function pData::initScatterSerie is not documented
(#584) Function pData::initialise is not documented
(#609) Function pData::normalize is not documented
(#666) Function pData::importFromCSV is not documented
(#703) Function pData::createFunctionSerie is not documented
(#733) Function pData::negateValues is not documented
(#752) Function pData::getData is not documented
(#756) Function pData::savePalette is not documented
(#760) Function pData::getPalette is not documented
(#764) Function pData::saveAxisConfig is not documented
(#767) Function pData::saveYMargin is not documented
(#770) Function pData::saveExtendedData is not documented
(#773) Function pData::saveOrientation is not documented
(#776) Function pData::convertToArray is not documented
(#780) Function pData::__toString is not documented
(#783) Function pData::left is not documented
(#784) Function pData::right is not documented
(#785) Function pData::mid is not documented
(#57) Variable pData::$Data is not documented
(#59) Variable pData::$Palette is not documented
(#55) Package is not specified for class pData. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pDraw.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#103) Class pDraw is not documented
(#106) Function pDraw::countDrawableSeries is not documented
(#118) Function pDraw::fixBoxCoordinates is not documented
(#127) Function pDraw::drawPolygon is not documented
(#196) Function pDraw::offsetCorrection is not documented
(#217) Function pDraw::drawRoundedRectangle is not documented
(#271) Function pDraw::drawRoundedFilledRectangle is not documented
(#356) Function pDraw::drawRoundedFilledRectangle_deprecated is not documented
(#435) Function pDraw::drawRectangle is not documented
(#472) Function pDraw::drawFilledRectangle is not documented
(#567) Function pDraw::drawRectangleMarker is not documented
(#576) Function pDraw::drawSpline is not documented
(#635) Function pDraw::drawBezier is not documented
(#739) Function pDraw::drawLine is not documented
(#846) Function pDraw::drawCircle is not documented
(#898) Function pDraw::drawFilledCircle is not documented
(#949) Function pDraw::drawText is not documented
(#1031) Function pDraw::drawGradientArea is not documented
(#1112) Function pDraw::drawAntialiasPixel is not documented
(#1168) Function pDraw::drawAlphaPixel is not documented
(#1191) Function pDraw::convertAlpha is not documented
(#1195) Function pDraw::allocateColor is not documented
(#1208) Function pDraw::drawFromPNG is not documented
(#1212) Function pDraw::drawFromGIF is not documented
(#1216) Function pDraw::drawFromJPG is not documented
(#1219) Function pDraw::getPicInfo is not documented
(#1234) Function pDraw::drawFromPicture is not documented
(#1282) Function pDraw::drawArrow is not documented
(#1363) Function pDraw::drawArrowLabel is not documented
(#1414) Function pDraw::drawProgress is not documented
(#1510) Function pDraw::getLegendSize is not documented
(#1589) Function pDraw::drawLegend is not documented
(#1741) Function pDraw::drawScale is not documented
(#2486) Function pDraw::isValidLabel is not documented
(#2497) Function pDraw::computeScale is not documented
(#2525) Function pDraw::processScale is not documented
(#2605) Function pDraw::modulo is not documented
(#2618) Function pDraw::drawXThreshold is not documented
(#2748) Function pDraw::drawXThresholdArea is not documented
(#2854) Function pDraw::drawThreshold is not documented
(#2966) Function pDraw::drawThresholdArea is not documented
(#3072) Function pDraw::scaleGetXSettings is not documented
(#3086) Function pDraw::scaleComputeY is not documented
(#3128) Function pDraw::scaleFormat is not documented
(#3158) Function pDraw::writeBounds is not documented
(#3321) Function pDraw::drawPlotChart is not documented
(#3424) Function pDraw::drawSplineChart is not documented
(#3537) Function pDraw::drawFilledSplineChart is not documented
(#3711) Function pDraw::drawLineChart is not documented
(#3825) Function pDraw::drawZoneChart is not documented
(#3914) Function pDraw::drawStepChart is not documented
(#4083) Function pDraw::drawFilledStepChart is not documented
(#4223) Function pDraw::drawAreaChart is not documented
(#4422) Function pDraw::drawBarChart is not documented
(#4764) Function pDraw::drawStackedBarChart is not documented
(#5024) Function pDraw::drawStackedAreaChart is not documented
(#5184) Function pDraw::getRandomColor is not documented
(#5188) Function pDraw::validatePalette is not documented
(#5220) Function pDraw::drawDerivative is not documented
(#5472) Function pDraw::drawBestFit is not documented
(#5571) Function pDraw::writeLabel is not documented
(#5775) Function pDraw::drawLabelBox is not documented
(#5948) Function pDraw::drawShape is not documented
(#5999) Function pDraw::drawPolygonChart is not documented
(#6186) Function pDraw::getAbscissaMargin is not documented
(#103) Package is not specified for class pDraw. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pImage.class.php
(#2) Empty line found after PHP open tag
(#17) File-level phpdocs block is not found
(#34) Class pImage is not documented
(#85) Function pImage::pImage is not documented
(#110) Function pImage::setShadow is not documented
(#129) Function pImage::setGraphArea is not documented
(#140) Function pImage::getWidth is not documented
(#144) Function pImage::getHeight is not documented
(#148) Function pImage::render is not documented
(#155) Function pImage::stroke is not documented
(#171) Function pImage::autoOutput is not documented
(#180) Function pImage::getLength is not documented
(#184) Function pImage::getAngle is not documented
(#191) Function pImage::getTextBox_deprecated is not documented
(#209) Function pImage::getTextBox is not documented
(#234) Function pImage::setFontProperties is not documented
(#256) Function pImage::getFirstDecimal is not documented
(#263) Function pImage::setDataSet is not documented
(#267) Function pImage::printDataSet is not documented
(#271) Function pImage::initialiseImageMap is not documented
(#291) Function pImage::addToImageMap is not documented
(#319) Function pImage::removeVOIDFromArray is not documented
(#330) Function pImage::replaceImageMapTitle is not documented
(#371) Function pImage::replaceImageMapValues is not documented
(#406) Function pImage::dumpImageMap is not documented
(#437) Function pImage::toHTMLColor is not documented
(#446) Function pImage::reversePlots is not documented
(#454) Function pImage::drawAreaMirror is not documented
(#37) Variable pImage::$XSize is not documented
(#38) Variable pImage::$YSize is not documented
(#39) Variable pImage::$Picture is not documented
(#40) Variable pImage::$Antialias is not documented
(#41) Variable pImage::$AntialiasQuality is not documented
(#42) Variable pImage::$Mask is not documented
(#43) Variable pImage::$TransparentBackground is not documented
(#46) Variable pImage::$GraphAreaX1 is not documented
(#47) Variable pImage::$GraphAreaY1 is not documented
(#48) Variable pImage::$GraphAreaX2 is not documented
(#49) Variable pImage::$GraphAreaY2 is not documented
(#52) Variable pImage::$ScaleMinDivHeight is not documented
(#55) Variable pImage::$FontName is not documented
(#56) Variable pImage::$FontSize is not documented
(#57) Variable pImage::$FontBox is not documented
(#58) Variable pImage::$FontColorR is not documented
(#59) Variable pImage::$FontColorG is not documented
(#60) Variable pImage::$FontColorB is not documented
(#61) Variable pImage::$FontColorA is not documented
(#64) Variable pImage::$Shadow is not documented
(#65) Variable pImage::$ShadowX is not documented
(#66) Variable pImage::$ShadowY is not documented
(#67) Variable pImage::$ShadowR is not documented
(#68) Variable pImage::$ShadowG is not documented
(#69) Variable pImage::$ShadowB is not documented
(#70) Variable pImage::$Shadowa is not documented
(#73) Variable pImage::$ImageMap is not documented
(#74) Variable pImage::$ImageMapIndex is not documented
(#75) Variable pImage::$ImageMapStorageMode is not documented
(#76) Variable pImage::$ImageMapAutoDelete is not documented
(#79) Variable pImage::$DataSet is not documented
(#82) Variable pImage::$LastChartLayout is not documented
(#34) Package is not specified for class pImage. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pIndicator.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#26) Class pIndicator is not documented
(#31) Function pIndicator::pIndicator is not documented
(#37) Function pIndicator::draw is not documented
(#28) Variable pIndicator::$pChartObject is not documented
(#26) Package is not specified for class pIndicator. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pPie.class.php
(#2) Empty line found after PHP open tag
(#17) File-level phpdocs block is not found
(#32) Class pPie is not documented
(#39) Function pPie::pPie is not documented
(#49) Function pPie::draw2DPie is not documented
(#299) Function pPie::draw3DPie is not documented
(#700) Function pPie::drawPieLegend is not documented
(#785) Function pPie::setSliceColor is not documented
(#799) Function pPie::writePieLabel is not documented
(#850) Function pPie::shift is not documented
(#860) Function pPie::writeShiftedLabels is not documented
(#886) Function pPie::draw2DRing is not documented
(#1094) Function pPie::draw3DRing is not documented
(#1455) Function pPie::arraySerialize is not documented
(#1465) Function pPie::arrayReverse is not documented
(#1476) Function pPie::clean0Values is not documented
(#34) Variable pPie::$pChartObject is not documented
(#35) Variable pPie::$pDataObject is not documented
(#36) Variable pPie::$LabelPos is not documented
(#32) Package is not specified for class pPie. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pRadar.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#25) Class pRadar is not documented
(#30) Function pRadar::pRadar is not documented
(#34) Function pRadar::drawRadar is not documented
(#399) Function pRadar::drawPolar is not documented
(#27) Variable pRadar::$pChartObject is not documented
(#25) Package is not specified for class pRadar. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pScatter.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#20) Class pScatter is not documented
(#26) Function pScatter::pScatter is not documented
(#33) Function pScatter::drawScatterScale is not documented
(#380) Function pScatter::drawScatterPlotChart is not documented
(#445) Function pScatter::drawScatterLineChart is not documented
(#496) Function pScatter::drawScatterSplineChart is not documented
(#552) Function pScatter::getPosArray is not documented
(#595) Function pScatter::drawScatterLegend is not documented
(#747) Function pScatter::getScatterLegendSize is not documented
(#824) Function pScatter::drawScatterBestFit is not documented
(#886) Function pScatter::writeScatterLabel is not documented
(#955) Function pScatter::drawScatterThreshold is not documented
(#1056) Function pScatter::drawScatterThresholdArea is not documented
(#22) Variable pScatter::$pChartObject is not documented
(#23) Variable pScatter::$pDataObject is not documented
(#20) Package is not specified for class pScatter. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pSplit.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#20) Class pSplit is not documented
(#25) Function pSplit::pSplit is not documented
(#29) Function pSplit::drawSplitPath is not documented
(#22) Variable pSplit::$pChartObject is not documented
(#20) Package is not specified for class pSplit. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pSpring.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#32) Class pSpring is not documented
(#46) Function pSpring::pSpring is not documented
(#86) Function pSpring::setLinkDefaults is not documented
(#95) Function pSpring::setLabelsSettings is not documented
(#105) Function pSpring::autoFreeZone is not documented
(#119) Function pSpring::linkProperties is not documented
(#139) Function pSpring::setNodeDefaults is not documented
(#161) Function pSpring::addNode is not documented
(#212) Function pSpring::setNodesColor is not documented
(#247) Function pSpring::dumpNodes is not documented
(#251) Function pSpring::checkConnection is not documented
(#261) Function pSpring::getMedianOffset is not documented
(#280) Function pSpring::getBiggestPartner is not documented
(#294) Function pSpring::firstPass is not documented
(#440) Function pSpring::doPass is not documented
(#526) Function pSpring::lastPass is not documented
(#602) Function pSpring::center is not documented
(#637) Function pSpring::drawSpring is not documented
(#837) Function pSpring::getDistance is not documented
(#841) Function pSpring::getAngle is not documented
(#847) Function pSpring::intersect is not documented
(#34) Variable pSpring::$History is not documented
(#35) Variable pSpring::$pChartObject is not documented
(#36) Variable pSpring::$Data is not documented
(#37) Variable pSpring::$Links is not documented
(#38) Variable pSpring::$X1 is not documented
(#39) Variable pSpring::$Y1 is not documented
(#40) Variable pSpring::$X2 is not documented
(#41) Variable pSpring::$Y2 is not documented
(#42) Variable pSpring::$AutoComputeFreeZone is not documented
(#43) Variable pSpring::$Labels is not documented
(#32) Package is not specified for class pSpring. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pStock.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#19) Class pStock is not documented
(#25) Function pStock::pStock is not documented
(#32) Function pStock::drawStockChart is not documented
(#21) Variable pStock::$pChartObject is not documented
(#22) Variable pStock::$pDataObject is not documented
(#19) Package is not specified for class pStock. It is also not specified in file-level phpdocs
blocks/configurable_reports/lib/pChart2/class/pSurface.class.php
(#2) Empty line found after PHP open tag
(#16) File-level phpdocs block is not found
(#25) Class pSurface is not documented
(#33) Function pSurface::pSurface is not documented
(#41) Function pSurface::setGrid is not documented
(#50) Function pSurface::addPoint is not documented
(#64) Function pSurface::writeXLabels is not documented
(#111) Function pSurface::writeYLabels is not documented
(#150) Function pSurface::drawContour is not documented
(#193) Function pSurface::drawSurface is not documented
(#255) Function pSurface::computeMissing is not documented
(#296) Function pSurface::getNearestNeighbor is not documented
(#27) Variable pSurface::$pChartObject is not documented
(#28) Variable pSurface::$GridSizeX is not documented
(#29) Variable pSurface::$GridSizeY is not documented
(#30) Variable pSurface::$Points is not documented
(#25) Package is not specified for class pSurface. It is also not specified in file-level phpdocs
blocks/configurable_reports/list_reports_in_category.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#19) Package blocks is not valid
blocks/configurable_reports/locallib.php
(#2) Empty line found after PHP open tag
(#25) Function cr_print_js_function is not documented
(#46) Function cr_add_jsdatatables is not documented
(#114) Function cr_add_jsordering is not documented
(#150) Function urlencode_recursive is not documented
(#174) Function urldecode_recursive is not documented
(#198) Function cr_get_my_reports is not documented
(#221) Function cr_serialize is not documented
(#225) Function cr_unserialize is not documented
(#229) Function cr_check_report_permissions is not documented
(#240) Function cr_get_report_plugins is not documented
(#255) Function cr_get_export_plugins is not documented
(#267) Function cr_print_table is not documented
(#416) Function table_to_excel is not documented
(#508) Function cr_make_categories_list is not documented
(#536) Function cr_import_xml is not documented
(#568) Function cr_add_to_log is not documented
(#576) Function cr_logging_info is not documented
(#372) Found comment starting with three or more slashes
(#440) Found comment starting with three or more slashes
(#442) Found comment starting with three or more slashes
(#444) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/managereport.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#19) Package blocks is not valid
blocks/configurable_reports/plugin.class.php
(#2) Empty line found after PHP open tag
(#25) Class plugin_base is not documented
(#35) Function plugin_base::__construct is not documented
(#46) Function plugin_base::summary is not documented
(#51) Function plugin_base::init is not documented
(#27) Variable plugin_base::$fullname is not documented
(#28) Variable plugin_base::$type is not documented
(#29) Variable plugin_base::$report is not documented
(#30) Variable plugin_base::$form is not documented
(#31) Variable plugin_base::$cache is not documented
(#32) Variable plugin_base::$unique is not documented
(#33) Variable plugin_base::$reporttypes is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/report.class.php
(#2) Empty line found after PHP open tag
(#26) Class report_base is not documented
(#38) Function report_base::reports_base is not documented
(#67) Function report_base::__construct is not documented
(#71) Function report_base::check_permissions is not documented
(#129) Function report_base::add_filter_elements is not documented
(#147) Function report_base::check_filters_request is not documented
(#175) Function report_base::print_filters is not documented
(#181) Function report_base::print_graphs is not documented
(#201) Function report_base::print_export_options is not documented
(#240) Function report_base::evaluate_conditions is not documented
(#264) Function report_base::get_graphs is not documented
(#291) Function report_base::get_calcs is not documented
(#333) Function report_base::elements_by_conditions is not documented
(#367) Function report_base::create_report is not documented
(#561) Function report_base::add_jsordering is not documented
(#586) Function report_base::print_template is not documented
(#670) Function report_base::print_report_page is not documented
(#761) Function report_base::utf8_strrev is not documented
(#28) Variable report_base::$id is not documented
(#29) Variable report_base::$components is not documented
(#30) Variable report_base::$finalreport is not documented
(#31) Variable report_base::$totalrecords is not documented
(#32) Variable report_base::$currentuser is not documented
(#33) Variable report_base::$currentcourse is not documented
(#34) Variable report_base::$starttime is not documented
(#35) Variable report_base::$endtime is not documented
(#36) Variable report_base::$sql is not documented
(#146) Variable report_base::$filterform is not documented
(#18) No one-line description found in phpdocs for file
(#771) Phpdocs for function report_base::filter_data_pie has incomplete parameters list
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/reports/categories/report.class.php
(#2) Empty line found after PHP open tag
(#25) Class report_categories is not documented
(#27) Function report_categories::init is not documented
(#31) Function report_categories::get_all_elements is not documented
(#43) Function report_categories::get_rows is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/reports/courses/report.class.php
(#2) Empty line found after PHP open tag
(#25) Class report_courses is not documented
(#27) Function report_courses::init is not documented
(#31) Function report_courses::get_all_elements is not documented
(#43) Function report_courses::get_rows is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/reports/evalwise.class.php
(#2) Empty line found after PHP open tag
(#31) Class EvalWise is not documented
(#36) Function EvalWise::set_data is not documented
(#41) Function EvalWise::pfx is not documented
(#33) Variable EvalWise::$data is not documented
(#34) Variable EvalWise::$index is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/reports/sql/report.class.php
(#2) Empty line found after PHP open tag
(#27) Class report_sql is not documented
(#29) Function report_sql::init is not documented
(#33) Function report_sql::prepare_sql is not documented
(#61) Function report_sql::execute_query is not documented
(#90) Function report_sql::create_report is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/reports/timeline/report.class.php
(#2) Empty line found after PHP open tag
(#25) Class report_timeline is not documented
(#27) Function report_timeline::init is not documented
(#31) Function report_timeline::get_all_elements is not documented
(#82) Function report_timeline::get_rows is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/reports/users/report.class.php
(#2) Empty line found after PHP open tag
(#25) Class report_users is not documented
(#27) Function report_users::init is not documented
(#31) Function report_users::get_all_elements is not documented
(#43) Function report_users::get_rows is not documented
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/repository.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#20) Invalid phpdocs tag @author: used
(#21) Invalid phpdocs tag @date: used
(#19) Package blocks is not valid
blocks/configurable_reports/send_emails.php
(#3) File-level phpdocs block is not found
(#11) Class sendemail_form is not documented
(#13) Function sendemail_form::definition is not documented
(#11) Package is not specified for class sendemail_form. It is also not specified in file-level phpdocs
blocks/configurable_reports/settings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/configurable_reports/tabs.php
(#2) Empty line found after PHP open tag
(#26) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid
blocks/configurable_reports/version.php
(#2) Empty line found after PHP open tag
(#24) Invalid phpdocs tag @author: used
(#25) Invalid phpdocs tag @date: used
blocks/configurable_reports/viewreport.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#18) File-level phpdocs block does not have @copyright tag
(#18) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @author: used
(#22) Invalid phpdocs tag @date: used
(#20) Package blocks is not valid

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(0 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]