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

(2794 errors, 242 warnings)

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

repository/poodll/betterrecorder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Commas (,) must be followed by white space.
(#8) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Variable "repo_id" must not contain underscores.
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) No space found before comment text; expected "// setup page" but found "//setup page"
(#15) Variable "repo_id" must not contain underscores.
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) This comment is 86% valid code; is this commented out code?
(#16) No space found before comment text; expected "// $PAGE->set_url('/repository/poodll/recorder.php');" but found "//$PAGE->set_url('/repository/poodll/recorder.php');"
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) This comment is 86% valid code; is this commented out code?
(#19) No space found before comment text; expected "// $PAGE->set_heading('');" but found "//$PAGE->set_heading('');"
(#20) Commas (,) must be followed by white space.
(#21) Commas (,) must be followed by white space.
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) This comment is 67% valid code; is this commented out code?
(#23) No space found before comment text; expected "// $PAGE->set_context(get_context_instance(CONTEXT_USER, $USER->id));" but found "//$PAGE->set_context(get_context_instance(CONTEXT_USER, $USER->id));"
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Whitespace found at end of line
(#28) Variable "repo_id" must not contain underscores.
(#29) Expected "if (...) {\n"; found "if(...) {\n"
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// $PAGE->set_generaltype('popup');" but found "//$PAGE->set_generaltype('popup');"
(#35) No space found before comment text; expected "// we meed to do something like this to get a progress bar in the repo for html5" but found "//we meed to do something like this to get a progress bar in the repo for html5"
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// print_header(null, get_string('recordnew', 'repository_poodll'),null, null, null, false);" but found "//print_header(null, get_string('recordnew', 'repository_poodll'),null, null, null, false);"
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#40) Expected 1 space before "=="; 0 found
(#40) Expected 1 space after "=="; 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 4 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 0 spaces, found 2
(#42) Closing brace indented incorrectly; expected 0 spaces, found 2
(#42) Expected "} else {\n"; found "}else{\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 4 spaces, found 3
(#43) Space found before semicolon; expected "$filename;" but found "$filename ;"
(#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 2
(#44) Whitespace found at end of line
repository/poodll/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
repository/poodll/lang/en/repository_poodll.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 67% valid code; is this commented out code?
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
repository/poodll/lib.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 67% valid code; is this commented out code?
(#1) 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".
(#3) 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".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) 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".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) No space found before comment text; expected "// Get our poodll resource handling lib" but found "//Get our poodll resource handling lib"
(#11) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) No space found before comment text; expected "// added for moodle 2" but found "//added for moodle 2"
(#14) Whitespace found at end of line
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Inline comments must start with a capital letter, digit or 3-dots sequence
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) No space found before comment text; expected "// here we add some constants to keep it readable" but found "//here we add some constants to keep it readable"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Whitespace found at end of line
(#34) Whitespace found at end of line
(#36) Whitespace found at end of line
(#38) 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 at least 8 spaces, found 5
(#40) Commas (,) must be followed by white space.
(#42) Whitespace found at end of line
(#43) No space found before comment text; expected "// 2.3 requires static, 2.2 non static, what to do? Justin 20120616" but found "//2.3 requires static, 2.2 non static, what to do? Justin 20120616"
(#43) Whitespace found at end of line
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Variable "recording_format_options" must not contain underscores.
(#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
(#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 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 8 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 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 3
(#54) Whitespace found at end of line
(#55) Variable "recording_format_options" must not contain underscores.
(#55) Line exceeds 132 characters; contains 139 characters
(#55) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) This comment is 69% valid code; is this commented out code?
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#57) Whitespace found at end of line
(#58) Line indented incorrectly; expected at least 8 spaces, found 3
(#59) Line indented incorrectly; expected at least 8 spaces, found 3
(#60) Line indented incorrectly; expected at least 8 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 8 spaces, found 2
(#61) Variable "hide_player_opts_options" must not contain underscores.
(#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
(#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) Variable "hide_player_opts_options" must not contain underscores.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) This comment is 80% valid code; is this commented out code?
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) No space found before comment text; expected "// $mform->setDefault('hide_player_opts', 0);" but found "//$mform->setDefault('hide_player_opts', 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
(#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
(#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
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) No space found before comment text; expected "// login overrride start" but found "//login overrride start"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) No space found before comment text; expected "// *****************************************************************" but 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 4 spaces, found 1
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) 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) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) No space found before comment text; expected "// In Moodle 2.3 early version, screen was too narrow" but found "//In Moodle 2.3 early version, screen was too narrow"
(#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) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#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 8 spaces, found 2
(#84) No space found before comment text; expected "// Init our array" but found "//Init our array"
(#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 at least 8 spaces, found 2
(#87) No space found before comment text; expected "// If we plan to use a div which floats over the real form, we can use this" but found "//If we plan to use a div which floats over the real form, we can use this"
(#87) Whitespace found at end of line
(#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) No space found before comment text; expected "// for Paul Nichols MP3 recorder or Snap shot . But we don't use this anymore." but found "//for Paul Nichols MP3 recorder or Snap shot . But we don't use this anymore."
(#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) No space found before comment text; expected "// its legacy code." but found "//its legacy code."
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) This comment is 51% valid code; is this commented out code?
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Line indented incorrectly; expected at least 8 spaces, found 3
(#94) Line indented incorrectly; expected at least 8 spaces, found 3
(#95) Whitespace found at end of line
(#96) Line indented incorrectly; expected at least 8 spaces, found 5
(#97) Line indented incorrectly; expected at least 8 spaces, found 6
(#98) Whitespace found at end of line
(#99) Line indented incorrectly; expected at least 8 spaces, found 5
(#100) Line indented incorrectly; expected at least 8 spaces, found 5
(#101) Line indented incorrectly; expected at least 8 spaces, found 5
(#102) Line indented incorrectly; expected at least 8 spaces, found 3
(#102) Whitespace found at end of line
(#103) Line indented incorrectly; expected at least 8 spaces, found 3
(#103) Whitespace found at end of line
(#104) Line indented incorrectly; expected at least 8 spaces, found 4
(#106) Line indented incorrectly; expected at least 8 spaces, found 4
(#107) Line exceeds 132 characters; contains 175 characters
(#107) Line indented incorrectly; expected at least 8 spaces, found 4
(#107) Whitespace found at end of line
(#108) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#110) Line indented incorrectly; expected at least 8 spaces, found 4
(#111) Line indented incorrectly; expected at least 8 spaces, found 4
(#112) Line indented incorrectly; expected at least 8 spaces, found 3
(#113) Line indented incorrectly; expected at least 8 spaces, found 4
(#114) Whitespace found at end of line
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#116) Whitespace found at end of line
(#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) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 2
(#119) No space found before comment text; expected "// If we are selecting PoodLL Widgets, we don't need to show a login/search screen" but found "//If we are selecting PoodLL Widgets, we don't need to show a login/search screen"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) No space found before comment text; expected "// just list the widgets" but found "//just list the widgets"
(#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
(#121) Expected "if (...) {\n"; found "if (...){\n"
(#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
(#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) 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) Whitespace found at end of line
(#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) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) No space found before comment text; expected "// If we are using an iframe based repo" but found "//If we are using an iframe based repo"
(#134) Space found before semicolon; expected "];" but found "] ;"
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) This comment is 45% valid code; is this commented out code?
(#136) Line indented incorrectly; expected at least 8 spaces, found 7
(#137) Whitespace found at end of line
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// change next button and iframe proportions depending on recorder" but found "//change next button and iframe proportions depending on recorder"
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line indented incorrectly; expected at least 12 spaces, found 9
(#140) No space found before comment text; expected "// video,snapshot" but found "//video,snapshot"
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 12 spaces, found 9
(#141) Whitespace found at end of line
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 12 spaces, found 3
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 16 spaces, found 5
(#143) Expected 1 space before "="; 0 found
(#143) Expected 1 space after "="; 0 found
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 16 spaces, found 5
(#144) Expected 1 space before "="; 0 found
(#144) Expected 1 space after "="; 0 found
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 16 spaces, found 5
(#145) Expected "if (...) {\n"; found "if(...){\n"
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 20 spaces, found 6
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 16 spaces, found 5
(#147) Expected "} else {\n"; found "}else{\n"
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 20 spaces, found 6
(#148) Expected 1 space before "="; 0 found
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 16 spaces, found 5
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Line indented incorrectly; expected at least 12 spaces, found 3
(#151) No space found before comment text; expected "// audio" but found "//audio"
(#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 12 spaces, found 3
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 12 spaces, found 3
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 16 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 16 spaces, found 5
(#155) Expected 1 space before "="; 0 found
(#155) Expected 1 space after "="; 0 found
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 16 spaces, found 5
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 12 spaces, found 3
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 16 spaces, found 5
(#160) Expected 1 space before "="; 0 found
(#160) Expected 1 space after "="; 0 found
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 16 spaces, found 5
(#161) Expected 1 space before "="; 0 found
(#161) Expected 1 space after "="; 0 found
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 16 spaces, found 5
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Line exceeds maximum limit of 180 characters; contains 210 characters
(#165) Whitespace found at end of line
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#181) Whitespace found at end of line
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected 4 spaces, found 1
(#185) Closing brace indented incorrectly; expected 1 spaces, found 4
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Whitespace found at end of line
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 3
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Whitespace found at end of line
(#198) Line indented incorrectly; expected 4 spaces, found 3
(#198) Closing brace indented incorrectly; expected 4 spaces, found 3
(#199) Whitespace found at end of line
(#200) Line indented incorrectly; expected at least 4 spaces, found 3
(#200) 3 slashes comments are not allowed; use "// Comment." instead
(#203) This comment is 60% valid code; is this commented out code?
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) No space found before comment text; expected "// added $page=0 param for 2.3 compat justin 20120524" but found "//added $page=0 param for 2.3 compat justin 20120524"
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) This comment is 75% valid code; is this commented out code?
(#212) No space found before comment text; expected "// echo $filename;" but found "//echo $filename;"
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Whitespace found at end of line
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Whitespace found at end of line
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#219) Expected 6 space(s) before asterisk; 5 found
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Expected 6 space(s) before asterisk; 2 found
(#221) Expected 6 space(s) before asterisk; 5 found
(#222) Expected 6 space(s) before asterisk; 5 found
(#223) Expected 6 space(s) before asterisk; 5 found
(#224) Expected 6 space(s) before asterisk; 5 found
(#225) Expected 6 space(s) before asterisk; 5 found
(#226) Expected 6 space(s) before asterisk; 5 found
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Commas (,) must be followed by white space.
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Whitespace found at end of line
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 8 spaces, found 2
(#230) Expected 1 space before "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 8 spaces, found 2
(#231) Expected "if (...) {\n"; found "if(...){\n"
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 8 spaces, found 2
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Whitespace found at end of line
(#234) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Whitespace found at end of line
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Whitespace found at end of line
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Line indented incorrectly; expected at least 8 spaces, found 2
(#238) No space found before comment text; expected "// if user did not record anything, or the recording copy failed can out sadly." but found "//if user did not record anything, or the recording copy failed can out sadly."
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 2
(#239) Expected "if (...) {\n"; found "if(...){"
(#239) Closing brace must be on a line by itself
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) This comment is 91% valid code; is this commented out code?
(#240) Line indented incorrectly; expected at least 8 spaces, found 2
(#240) No space found before comment text; expected "// if(!$filename){$filename="houses.jpg";}" but found "//if(!$filename){$filename="houses.jpg";}"
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Whitespace found at end of line
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#242) No space found before comment text; expected "// determine the file extension" but found "//determine the file extension"
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Commas (,) must be followed by white space.
(#243) Whitespace found at end of line
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) No space found before comment text; expected "// determine the download source" but found "//determine the download source"
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 8 spaces, found 2
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected 12 spaces, found 3
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 12 spaces, found 3
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 16 spaces, found 4
(#250) Expected "if (...) {\n"; found "if (...){\n"
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 20 spaces, found 5
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 20 spaces, found 5
(#252) Expected 1 space before "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 16 spaces, found 4
(#254) Expected "} else {\n"; found "}else{\n"
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Line indented incorrectly; expected at least 20 spaces, found 5
(#255) No space found before comment text; expected "// set up auto transcoding (mp3) or not" but found "//set up auto transcoding (mp3) or not"
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 20 spaces, found 5
(#256) No space found before comment text; expected "// The jsp to call is different." but found "//The jsp to call is different."
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 20 spaces, found 5
(#257) Expected 1 space before "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 20 spaces, found 5
(#258) Expected "if (...) {\n"; found "if(...){\n"
(#258) Expected 1 space after "=="; 0 found
(#258) Expected 1 space after "=="; 0 found
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 24 spaces, found 6
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 20 spaces, found 5
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Whitespace found at end of line
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 20 spaces, found 5
(#262) Expected 1 space before "="; 0 found
(#262) Expected 1 space after "="; 0 found
(#262) Whitespace found at end of line
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 20 spaces, found 6
(#263) Whitespace found at end of line
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 20 spaces, found 6
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 16 spaces, found 4
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Line indented incorrectly; expected at least 12 spaces, found 3
(#268) No space found before comment text; expected "// this was the download script for snapshots and direct uploads" but found "//this was the download script for snapshots and direct uploads"
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 12 spaces, found 3
(#269) No space found before comment text; expected "// the upload script is the same file, called from widget directly. Callback posted filename back to form" but found "//the upload script is the same file, called from widget directly. Callback posted filename back to form"
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) This comment is 67% valid code; is this commented out code?
(#270) Line indented incorrectly; expected at least 12 spaces, found 3
(#270) No space found before comment text; expected "// case self::POODLLSNAPSHOT:" but found "//case self::POODLLSNAPSHOT:"
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 3
(#271) Tab found before comment text; expected "// $source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;" but found "// $source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;"
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) This comment is 67% valid code; is this commented out code?
(#272) Line indented incorrectly; expected at least 12 spaces, found 3
(#272) Tab found before comment text; expected "// break;" but found "// break;"
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 12 spaces, found 3
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Whitespace found at end of line
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 12 spaces, found 3
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected 12 spaces, found 3
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) This comment is 43% valid code; is this commented out code?
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Line indented incorrectly; expected at least 16 spaces, found 4
(#277) No space found before comment text; expected "// $source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;" but found "//$source=$CFG->wwwroot . '/repository/poodll/uploadHandler.php?filename=' . $filename;"
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) This comment is 50% valid code; is this commented out code?
(#278) Line indented incorrectly; expected at least 16 spaces, found 4
(#278) No space found before comment text; expected "// $source = $filename;" but found "//$source = $filename;"
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Whitespace found at end of line
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 16 spaces, found 4
(#281) Line indented incorrectly; expected at least 16 spaces, found 4
(#282) Line indented incorrectly; expected at least 16 spaces, found 4
(#283) Line indented incorrectly; expected at least 16 spaces, found 4
(#284) Whitespace found at end of line
(#285) Line indented incorrectly; expected at least 16 spaces, found 4
(#286) Line indented incorrectly; expected at least 16 spaces, found 4
(#287) Line indented incorrectly; expected at least 16 spaces, found 4
(#288) Line indented incorrectly; expected at least 16 spaces, found 4
(#289) Line indented incorrectly; expected at least 16 spaces, found 5
(#290) Line indented incorrectly; expected at least 16 spaces, found 4
(#291) Whitespace found at end of line
(#292) Line indented incorrectly; expected at least 16 spaces, found 4
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Whitespace found at end of line
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 16 spaces, found 4
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 16 spaces, found 4
(#295) Expected 1 space before "="; 0 found
(#295) Expected 1 space after "="; 0 found
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected 8 spaces, found 2
(#298) Whitespace found at end of line
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#299) No space found before comment text; expected "// determine the player options" but found "//determine the player options"
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 8 spaces, found 2
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 12 spaces, found 3
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 12 spaces, found 3
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Whitespace found at end of line
(#304) Spaces must be used for alignment; tabs are not allowed
(#304) Tab found within whitespace
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) Line indented incorrectly; expected at least 16 spaces, found 5
(#304) No space found before comment text; expected "// normal player" but found "//normal player"
(#305) Spaces must be used for alignment; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected 16 spaces, found 5
(#305) Expected "if (...) {\n"; found "if(...){\n"
(#305) Expected 1 space before "=="; 0 found
(#305) Expected 1 space after "=="; 0 found
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 20 spaces, found 6
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 20 spaces, found 7
(#307) Expected 1 space before "=>"; 0 found
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 20 spaces, found 7
(#308) Expected 1 space before "=>"; 0 found
(#308) Expected 1 space after "=>"; 0 found
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 20 spaces, found 7
(#309) Expected 1 space before "=>"; 0 found
(#309) Expected 1 space after "=>"; 0 found
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 20 spaces, found 7
(#310) Expected 1 space before "=>"; 0 found
(#310) Expected 1 space after "=>"; 0 found
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 20 spaces, found 7
(#311) Expected 1 space before "=>"; 0 found
(#311) Expected 1 space after "=>"; 0 found
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 20 spaces, found 7
(#312) Expected 1 space before "=>"; 0 found
(#312) Expected 1 space after "=>"; 0 found
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 20 spaces, found 7
(#313) Expected 1 space before "=>"; 0 found
(#313) Expected 1 space after "=>"; 0 found
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Line indented incorrectly; expected at least 31 spaces, found 6
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Whitespace found at end of line
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected 16 spaces, found 5
(#316) Expected "} else {\n"; found "}else{\n"
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 20 spaces, found 6
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 20 spaces, found 7
(#318) Expected 1 space before "=>"; 0 found
(#318) Commas (,) must be followed by white space.
(#318) Commas (,) must be followed by white space.
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 20 spaces, found 7
(#319) Expected 1 space before "=>"; 0 found
(#319) Expected 1 space after "=>"; 0 found
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 20 spaces, found 7
(#320) Expected 1 space before "=>"; 0 found
(#320) Expected 1 space after "=>"; 0 found
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 20 spaces, found 7
(#321) Expected 1 space before "=>"; 0 found
(#321) Expected 1 space after "=>"; 0 found
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 20 spaces, found 7
(#322) Expected 1 space before "=>"; 0 found
(#322) Expected 1 space after "=>"; 0 found
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 20 spaces, found 7
(#323) Expected 1 space before "=>"; 0 found
(#323) Expected 1 space after "=>"; 0 found
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 20 spaces, found 7
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 20 spaces, found 6
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected 16 spaces, found 5
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 16 spaces, found 4
(#328) Expected "if (...) {\n"; found "if(...){\n"
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 20 spaces, found 5
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected at least 20 spaces, found 7
(#330) Expected 1 space before "=>"; 0 found
(#330) Commas (,) must be followed by white space.
(#330) Commas (,) must be followed by white space.
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Line indented incorrectly; expected at least 20 spaces, found 7
(#331) Expected 1 space before "=>"; 0 found
(#331) Expected 1 space after "=>"; 0 found
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 20 spaces, found 7
(#332) Expected 1 space before "=>"; 0 found
(#332) Expected 1 space after "=>"; 0 found
(#333) Spaces must be used for alignment; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 20 spaces, found 7
(#333) Expected 1 space before "=>"; 0 found
(#333) Expected 1 space after "=>"; 0 found
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 20 spaces, found 7
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#335) Spaces must be used for alignment; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected at least 20 spaces, found 7
(#335) Expected 1 space before "=>"; 0 found
(#335) Expected 1 space after "=>"; 0 found
(#336) Spaces must be used for alignment; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 20 spaces, found 7
(#336) Expected 1 space before "=>"; 0 found
(#336) Expected 1 space after "=>"; 0 found
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 32 spaces, found 6
(#338) Spaces must be used for alignment; tabs are not allowed
(#338) Tab found within whitespace
(#338) Whitespace found at end of line
(#339) Spaces must be used for alignment; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected at least 32 spaces, found 5
(#340) Spaces must be used for alignment; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected at least 32 spaces, found 7
(#340) Expected 1 space before "=>"; 0 found
(#340) Commas (,) must be followed by white space.
(#340) Commas (,) must be followed by white space.
(#341) Spaces must be used for alignment; tabs are not allowed
(#341) Tab found within whitespace
(#341) Line indented incorrectly; expected at least 32 spaces, found 7
(#341) Expected 1 space before "=>"; 0 found
(#341) Expected 1 space after "=>"; 0 found
(#342) Spaces must be used for alignment; tabs are not allowed
(#342) Tab found within whitespace
(#342) Line indented incorrectly; expected at least 32 spaces, found 7
(#342) Expected 1 space before "=>"; 0 found
(#342) Expected 1 space after "=>"; 0 found
(#343) Spaces must be used for alignment; tabs are not allowed
(#343) Tab found within whitespace
(#343) Line indented incorrectly; expected at least 32 spaces, found 7
(#343) Expected 1 space before "=>"; 0 found
(#343) Expected 1 space after "=>"; 0 found
(#344) Spaces must be used for alignment; tabs are not allowed
(#344) Tab found within whitespace
(#344) Line indented incorrectly; expected at least 32 spaces, found 7
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#345) Spaces must be used for alignment; tabs are not allowed
(#345) Tab found within whitespace
(#345) Line indented incorrectly; expected at least 32 spaces, found 7
(#345) Expected 1 space before "=>"; 0 found
(#345) Expected 1 space after "=>"; 0 found
(#346) Spaces must be used for alignment; tabs are not allowed
(#346) Tab found within whitespace
(#346) Line indented incorrectly; expected at least 32 spaces, found 7
(#346) Expected 1 space before "=>"; 0 found
(#346) Expected 1 space after "=>"; 0 found
(#347) Spaces must be used for alignment; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 32 spaces, found 6
(#348) Spaces must be used for alignment; tabs are not allowed
(#348) Tab found within whitespace
(#348) Whitespace found at end of line
(#349) Spaces must be used for alignment; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected at least 32 spaces, found 5
(#350) Spaces must be used for alignment; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 32 spaces, found 7
(#350) Expected 1 space before "=>"; 0 found
(#350) Commas (,) must be followed by white space.
(#350) Commas (,) must be followed by white space.
(#351) Spaces must be used for alignment; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 32 spaces, found 7
(#351) Expected 1 space before "=>"; 0 found
(#351) Expected 1 space after "=>"; 0 found
(#352) Spaces must be used for alignment; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 32 spaces, found 7
(#352) Expected 1 space before "=>"; 0 found
(#352) Expected 1 space after "=>"; 0 found
(#353) Spaces must be used for alignment; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 32 spaces, found 7
(#353) Expected 1 space before "=>"; 0 found
(#353) Expected 1 space after "=>"; 0 found
(#354) Spaces must be used for alignment; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 32 spaces, found 7
(#354) Expected 1 space before "=>"; 0 found
(#354) Expected 1 space after "=>"; 0 found
(#355) Spaces must be used for alignment; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 32 spaces, found 7
(#355) Expected 1 space before "=>"; 0 found
(#355) Expected 1 space after "=>"; 0 found
(#356) Spaces must be used for alignment; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 32 spaces, found 7
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#357) Spaces must be used for alignment; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 32 spaces, found 6
(#358) Spaces must be used for alignment; tabs are not allowed
(#358) Tab found within whitespace
(#358) Whitespace found at end of line
(#359) Spaces must be used for alignment; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 32 spaces, found 5
(#360) Spaces must be used for alignment; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 32 spaces, found 7
(#360) Expected 1 space before "=>"; 0 found
(#360) Commas (,) must be followed by white space.
(#360) Commas (,) must be followed by white space.
(#361) Spaces must be used for alignment; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 32 spaces, found 7
(#361) Expected 1 space before "=>"; 0 found
(#361) Expected 1 space after "=>"; 0 found
(#362) Spaces must be used for alignment; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 32 spaces, found 7
(#362) Expected 1 space before "=>"; 0 found
(#362) Expected 1 space after "=>"; 0 found
(#363) Spaces must be used for alignment; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 32 spaces, found 7
(#363) Expected 1 space before "=>"; 0 found
(#363) Expected 1 space after "=>"; 0 found
(#364) Spaces must be used for alignment; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 32 spaces, found 7
(#364) Expected 1 space before "=>"; 0 found
(#364) Expected 1 space after "=>"; 0 found
(#365) Spaces must be used for alignment; tabs are not allowed
(#365) Tab found within whitespace
(#365) Line indented incorrectly; expected at least 32 spaces, found 7
(#365) Expected 1 space before "=>"; 0 found
(#365) Expected 1 space after "=>"; 0 found
(#366) Spaces must be used for alignment; tabs are not allowed
(#366) Tab found within whitespace
(#366) Line indented incorrectly; expected at least 32 spaces, found 7
(#366) Expected 1 space before "=>"; 0 found
(#366) Expected 1 space after "=>"; 0 found
(#367) Spaces must be used for alignment; tabs are not allowed
(#367) Tab found within whitespace
(#367) Line indented incorrectly; expected at least 32 spaces, found 6
(#368) Spaces must be used for alignment; tabs are not allowed
(#368) Tab found within whitespace
(#368) Line indented incorrectly; expected 16 spaces, found 4
(#369) Spaces must be used for alignment; tabs are not allowed
(#369) Tab found within whitespace
(#370) Spaces must be used for alignment; tabs are not allowed
(#370) Tab found within whitespace
(#370) Line indented incorrectly; expected 12 spaces, found 2
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Whitespace found at end of line
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 16 spaces, found 4
(#373) Expected 1 space before "=>"; 0 found
(#373) Expected 1 space after "=>"; 0 found
(#374) Expected 1 space before "=>"; 0 found
(#374) Expected 1 space after "=>"; 0 found
(#375) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space after "=>"; 0 found
(#376) Expected 1 space before "=>"; 0 found
(#376) Expected 1 space after "=>"; 0 found
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#378) Expected 1 space before "=>"; 0 found
(#378) Expected 1 space after "=>"; 0 found
(#379) Expected 1 space before "=>"; 0 found
(#379) Expected 1 space after "=>"; 0 found
(#380) Line indented incorrectly; expected at least 26 spaces, found 12
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Whitespace found at end of line
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Line indented incorrectly; expected 8 spaces, found 2
(#383) Whitespace found at end of line
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Line indented incorrectly; expected at least 8 spaces, found 7
(#384) No space found before comment text; expected "// return the list of files/player options" but found "//return the list of files/player options"
(#386) Spaces must be used for alignment; tabs are not allowed
(#386) Tab found within whitespace
(#386) Whitespace found at end of line
(#388) Spaces must be used for alignment; tabs are not allowed
(#388) Tab found within whitespace
(#388) Whitespace found at end of line
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#399) Commas (,) must be followed by white space.
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#401) Spaces must be used for alignment; tabs are not allowed
(#401) Tab found within whitespace
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Line indented incorrectly; expected at least 8 spaces, found 2
(#401) No space found before comment text; expected "// if its mobile then we need to treat it as an upload" but found "//if its mobile then we need to treat it as an upload"
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 8 spaces, found 2
(#402) Expected "if (...) {\n"; found "if(...){\n"
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) Line indented incorrectly; expected at least 12 spaces, found 3
(#403) No space found before comment text; expected "// get the filename as used by our recorder" but found "//get the filename as used by our recorder"
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Line indented incorrectly; expected at least 12 spaces, found 5
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#405) Whitespace found at end of line
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Line indented incorrectly; expected at least 12 spaces, found 5
(#406) No space found before comment text; expected "// get a temporary download path" but found "//get a temporary download path"
(#407) Spaces must be used for alignment; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 12 spaces, found 5
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#409) Line indented incorrectly; expected at least 12 spaces, found 5
(#409) No space found before comment text; expected "// fetch the file we submitted earlier" but found "//fetch the file we submitted earlier"
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected at least 12 spaces, found 7
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 12 spaces, found 7
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 12 spaces, found 5
(#414) Spaces must be used for alignment; tabs are not allowed
(#414) Tab found within whitespace
(#414) Whitespace found at end of line
(#415) Spaces must be used for alignment; tabs are not allowed
(#415) Tab found within whitespace
(#415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#415) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) Line indented incorrectly; expected at least 12 spaces, found 5
(#415) No space found before comment text; expected "// write the file out to the temporary location" but found "//write the file out to the temporary location"
(#416) Spaces must be used for alignment; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 12 spaces, found 5
(#417) Spaces must be used for alignment; tabs are not allowed
(#417) Tab found within whitespace
(#417) Line indented incorrectly; expected at least 12 spaces, found 5
(#418) Spaces must be used for alignment; tabs are not allowed
(#418) Tab found within whitespace
(#418) Line indented incorrectly; expected at least 12 spaces, found 5
(#418) Expected 1 space before "="; 0 found
(#418) Commas (,) must be followed by white space.
(#420) Spaces must be used for alignment; tabs are not allowed
(#420) Tab found within whitespace
(#420) Line indented incorrectly; expected at least 12 spaces, found 5
(#421) Spaces must be used for alignment; tabs are not allowed
(#421) Tab found within whitespace
(#421) Line indented incorrectly; expected at least 12 spaces, found 5
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Whitespace found at end of line
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Line indented incorrectly; expected at least 12 spaces, found 5
(#423) No space found before comment text; expected "// bail if we errored out" but found "//bail if we errored out"
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected 12 spaces, found 5
(#424) Expected 1 space before "==="; 0 found
(#424) Expected 1 space after "==="; 0 found
(#425) Spaces must be used for alignment; tabs are not allowed
(#425) Tab found within whitespace
(#425) Line indented incorrectly; expected at least 16 spaces, found 6
(#426) Spaces must be used for alignment; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected at least 16 spaces, found 6
(#427) Spaces must be used for alignment; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected 12 spaces, found 5
(#427) Expected "} else {\n"; found "}else{\n"
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Inline comments must start with a capital letter, digit or 3-dots sequence
(#428) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) Line indented incorrectly; expected at least 16 spaces, found 6
(#428) No space found before comment text; expected "// clear up the original file which we no longer need" but found "//clear up the original file which we no longer need"
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 16 spaces, found 6
(#429) Whitespace found at end of line
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected 12 spaces, found 5
(#431) Spaces must be used for alignment; tabs are not allowed
(#431) Tab found within whitespace
(#431) Whitespace found at end of line
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) Line indented incorrectly; expected at least 12 spaces, found 4
(#432) No space found before comment text; expected "// return to Moodle what it needs to know" but found "//return to Moodle what it needs to know"
(#433) Spaces must be used for alignment; tabs are not allowed
(#433) Tab found within whitespace
(#433) Line indented incorrectly; expected at least 12 spaces, found 4
(#433) Expected 1 space before "=>"; 0 found
(#433) Expected 1 space after "=>"; 0 found
(#433) Expected 1 space before "=>"; 0 found
(#433) Expected 1 space after "=>"; 0 found
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Whitespace found at end of line
(#435) Spaces must be used for alignment; tabs are not allowed
(#435) Tab found within whitespace
(#435) Line indented incorrectly; expected 8 spaces, found 2
(#436) Spaces must be used for alignment; tabs are not allowed
(#436) Tab found within whitespace
(#436) Whitespace found at end of line
(#437) Spaces must be used for alignment; tabs are not allowed
(#437) Tab found within whitespace
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) Line indented incorrectly; expected at least 8 spaces, found 2
(#437) No space found before comment text; expected "// if not mobile, determine the player options" but found "//if not mobile, determine the player options"
(#438) Spaces must be used for alignment; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected 8 spaces, found 2
(#439) Spaces must be used for alignment; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected 12 spaces, found 3
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected 12 spaces, found 3
(#441) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected 12 spaces, found 3
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) Line indented incorrectly; expected at least 16 spaces, found 5
(#442) No space found before comment text; expected "// get the filename as used by our recorder" but found "//get the filename as used by our recorder"
(#443) Spaces must be used for alignment; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 16 spaces, found 5
(#444) Spaces must be used for alignment; tabs are not allowed
(#444) Tab found within whitespace
(#444) Whitespace found at end of line
(#445) Spaces must be used for alignment; tabs are not allowed
(#445) Tab found within whitespace
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) Line indented incorrectly; expected at least 16 spaces, found 5
(#445) No space found before comment text; expected "// get a temporary download path" but found "//get a temporary download path"
(#446) Spaces must be used for alignment; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 16 spaces, found 5
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#448) Inline comments must end in full-stops, exclamation marks, or question marks
(#448) Line indented incorrectly; expected at least 16 spaces, found 5
(#448) No space found before comment text; expected "// fetch the file we submitted earlier" but found "//fetch the file we submitted earlier"
(#449) Spaces must be used for alignment; tabs are not allowed
(#449) Tab found within whitespace
(#449) Line indented incorrectly; expected at least 16 spaces, found 7
(#450) Spaces must be used for alignment; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected at least 16 spaces, found 7
(#451) Spaces must be used for alignment; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 16 spaces, found 5
(#453) Spaces must be used for alignment; tabs are not allowed
(#453) Tab found within whitespace
(#453) Whitespace found at end of line
(#454) Spaces must be used for alignment; tabs are not allowed
(#454) Tab found within whitespace
(#454) Inline comments must start with a capital letter, digit or 3-dots sequence
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Line indented incorrectly; expected at least 16 spaces, found 5
(#454) No space found before comment text; expected "// write the file out to the temporary location" but found "//write the file out to the temporary location"
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Line indented incorrectly; expected at least 16 spaces, found 5
(#456) Spaces must be used for alignment; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 16 spaces, found 5
(#457) Spaces must be used for alignment; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 16 spaces, found 5
(#457) Expected 1 space before "="; 0 found
(#457) Commas (,) must be followed by white space.
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 16 spaces, found 5
(#460) Spaces must be used for alignment; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 16 spaces, found 5
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Whitespace found at end of line
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) Line indented incorrectly; expected at least 16 spaces, found 5
(#462) No space found before comment text; expected "// bail if we errored out" but found "//bail if we errored out"
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 16 spaces, found 5
(#463) Expected 1 space before "==="; 0 found
(#463) Expected 1 space after "==="; 0 found
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 20 spaces, found 6
(#465) Spaces must be used for alignment; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected at least 20 spaces, found 6
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 16 spaces, found 5
(#466) Expected "} else {\n"; found "}else{\n"
(#467) Spaces must be used for alignment; tabs are not allowed
(#467) Tab found within whitespace
(#467) Inline comments must start with a capital letter, digit or 3-dots sequence
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#467) Line indented incorrectly; expected at least 20 spaces, found 6
(#467) No space found before comment text; expected "// clear up the original file which we no longer need" but found "//clear up the original file which we no longer need"
(#468) Spaces must be used for alignment; tabs are not allowed
(#468) Tab found within whitespace
(#468) Line indented incorrectly; expected at least 20 spaces, found 6
(#468) Whitespace found at end of line
(#469) Spaces must be used for alignment; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 16 spaces, found 5
(#470) Spaces must be used for alignment; tabs are not allowed
(#470) Tab found within whitespace
(#470) Whitespace found at end of line
(#471) Spaces must be used for alignment; tabs are not allowed
(#471) Tab found within whitespace
(#471) Inline comments must start with a capital letter, digit or 3-dots sequence
(#471) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) Line indented incorrectly; expected at least 16 spaces, found 4
(#471) No space found before comment text; expected "// return to Moodle what it needs to know" but found "//return to Moodle what it needs to know"
(#472) Spaces must be used for alignment; tabs are not allowed
(#472) Tab found within whitespace
(#472) Expected 1 space before "=>"; 0 found
(#472) Expected 1 space after "=>"; 0 found
(#472) Expected 1 space before "=>"; 0 found
(#472) Expected 1 space after "=>"; 0 found
(#473) Spaces must be used for alignment; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 12 spaces, found 4
(#474) Spaces must be used for alignment; tabs are not allowed
(#474) Tab found within whitespace
(#474) Whitespace found at end of line
(#475) Spaces must be used for alignment; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected 12 spaces, found 3
(#476) Spaces must be used for alignment; tabs are not allowed
(#476) Tab found within whitespace
(#476) Commas (,) must be followed by white space.
(#477) Spaces must be used for alignment; tabs are not allowed
(#477) Tab found within whitespace
(#477) Whitespace found at end of line
(#478) Spaces must be used for alignment; tabs are not allowed
(#478) Tab found within whitespace
(#478) Line indented incorrectly; expected 8 spaces, found 2
(#479) Spaces must be used for alignment; tabs are not allowed
(#479) Tab found within whitespace
(#479) Whitespace found at end of line
(#479) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#480) Whitespace found at end of line
(#482) Spaces must be used for alignment; tabs are not allowed
(#482) Tab found within whitespace
(#482) Whitespace found at end of line
(#483) Spaces must be used for alignment; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 4 spaces, found 1
(#484) Expected 2 space(s) before asterisk; 5 found
(#484) Spaces must be used for alignment; tabs are not allowed
(#484) Whitespace found at end of line
(#485) Expected 2 space(s) before asterisk; 5 found
(#486) Expected 2 space(s) before asterisk; 5 found
(#487) Spaces must be used for alignment; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected 4 spaces, found 1
(#487) Expected 1 space after closing parenthesis; found 0
(#488) Spaces must be used for alignment; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 8 spaces, found 1
(#489) Spaces must be used for alignment; tabs are not allowed
(#489) Tab found within whitespace
(#489) Whitespace found at end of line
(#490) Spaces must be used for alignment; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 8 spaces, found 5
(#491) Spaces must be used for alignment; tabs are not allowed
(#491) Tab found within whitespace
(#491) Whitespace found at end of line
(#492) Spaces must be used for alignment; tabs are not allowed
(#492) Tab found within whitespace
(#492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#492) Line indented incorrectly; expected at least 8 spaces, found 6
(#492) No space found before comment text; expected "// stopwatch" but found "//stopwatch"
(#493) Spaces must be used for alignment; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 8 spaces, found 6
(#494) Spaces must be used for alignment; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 8 spaces, found 7
(#494) Expected 1 space before "=>"; 0 found
(#495) Spaces must be used for alignment; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 8 spaces, found 7
(#495) Expected 1 space before "=>"; 0 found
(#495) Expected 1 space after "=>"; 0 found
(#496) Spaces must be used for alignment; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 8 spaces, found 7
(#496) Expected 1 space before "=>"; 0 found
(#496) Expected 1 space after "=>"; 0 found
(#497) Spaces must be used for alignment; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 8 spaces, found 7
(#497) Expected 1 space before "=>"; 0 found
(#497) Expected 1 space after "=>"; 0 found
(#498) Spaces must be used for alignment; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 8 spaces, found 7
(#498) Expected 1 space before "=>"; 0 found
(#498) Expected 1 space after "=>"; 0 found
(#499) Spaces must be used for alignment; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 8 spaces, found 7
(#499) Expected 1 space before "=>"; 0 found
(#499) Expected 1 space after "=>"; 0 found
(#500) Spaces must be used for alignment; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 8 spaces, found 7
(#500) Expected 1 space before "=>"; 0 found
(#500) Expected 1 space after "=>"; 0 found
(#501) Spaces must be used for alignment; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 8 spaces, found 6
(#502) Spaces must be used for alignment; tabs are not allowed
(#502) Tab found within whitespace
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) Line indented incorrectly; expected at least 8 spaces, found 6
(#502) No space found before comment text; expected "// calculator" but found "//calculator"
(#503) Spaces must be used for alignment; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 8 spaces, found 6
(#504) Spaces must be used for alignment; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 8 spaces, found 7
(#504) Expected 1 space before "=>"; 0 found
(#505) Spaces must be used for alignment; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 8 spaces, found 7
(#505) Expected 1 space before "=>"; 0 found
(#505) Expected 1 space after "=>"; 0 found
(#506) Spaces must be used for alignment; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 8 spaces, found 7
(#506) Expected 1 space before "=>"; 0 found
(#506) Expected 1 space after "=>"; 0 found
(#507) Spaces must be used for alignment; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 8 spaces, found 7
(#507) Expected 1 space before "=>"; 0 found
(#507) Expected 1 space after "=>"; 0 found
(#508) Spaces must be used for alignment; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected at least 8 spaces, found 7
(#508) Expected 1 space before "=>"; 0 found
(#508) Expected 1 space after "=>"; 0 found
(#509) Spaces must be used for alignment; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 8 spaces, found 7
(#509) Expected 1 space before "=>"; 0 found
(#509) Expected 1 space after "=>"; 0 found
(#510) Spaces must be used for alignment; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected at least 8 spaces, found 7
(#510) Expected 1 space before "=>"; 0 found
(#510) Expected 1 space after "=>"; 0 found
(#511) Spaces must be used for alignment; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 8 spaces, found 6
(#512) Spaces must be used for alignment; tabs are not allowed
(#512) Tab found within whitespace
(#512) Inline comments must start with a capital letter, digit or 3-dots sequence
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Line indented incorrectly; expected at least 8 spaces, found 6
(#512) No space found before comment text; expected "// countdown timer" but found "//countdown timer"
(#513) Spaces must be used for alignment; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 8 spaces, found 6
(#514) Spaces must be used for alignment; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 8 spaces, found 7
(#514) Expected 1 space before "=>"; 0 found
(#515) Spaces must be used for alignment; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 8 spaces, found 7
(#515) Expected 1 space before "=>"; 0 found
(#515) Expected 1 space after "=>"; 0 found
(#516) Spaces must be used for alignment; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 8 spaces, found 7
(#516) Expected 1 space before "=>"; 0 found
(#516) Expected 1 space after "=>"; 0 found
(#517) Spaces must be used for alignment; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 8 spaces, found 7
(#517) Expected 1 space before "=>"; 0 found
(#517) Expected 1 space after "=>"; 0 found
(#518) Spaces must be used for alignment; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected at least 8 spaces, found 7
(#518) Expected 1 space before "=>"; 0 found
(#518) Expected 1 space after "=>"; 0 found
(#519) Spaces must be used for alignment; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 8 spaces, found 7
(#519) Expected 1 space before "=>"; 0 found
(#519) Expected 1 space after "=>"; 0 found
(#520) Spaces must be used for alignment; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 8 spaces, found 7
(#520) Expected 1 space before "=>"; 0 found
(#520) Expected 1 space after "=>"; 0 found
(#521) Spaces must be used for alignment; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 8 spaces, found 6
(#522) Spaces must be used for alignment; tabs are not allowed
(#522) Tab found within whitespace
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) Line indented incorrectly; expected at least 8 spaces, found 6
(#522) No space found before comment text; expected "// dice" but found "//dice"
(#523) Spaces must be used for alignment; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected at least 8 spaces, found 6
(#524) Spaces must be used for alignment; tabs are not allowed
(#524) Tab found within whitespace
(#524) Line indented incorrectly; expected at least 8 spaces, found 7
(#524) Expected 1 space before "=>"; 0 found
(#525) Spaces must be used for alignment; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected at least 8 spaces, found 7
(#525) Expected 1 space before "=>"; 0 found
(#525) Expected 1 space after "=>"; 0 found
(#526) Spaces must be used for alignment; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 8 spaces, found 7
(#526) Expected 1 space before "=>"; 0 found
(#526) Expected 1 space after "=>"; 0 found
(#527) Spaces must be used for alignment; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 8 spaces, found 7
(#527) Expected 1 space before "=>"; 0 found
(#527) Expected 1 space after "=>"; 0 found
(#528) Spaces must be used for alignment; tabs are not allowed
(#528) Tab found within whitespace
(#528) Line indented incorrectly; expected at least 8 spaces, found 7
(#528) Expected 1 space before "=>"; 0 found
(#528) Expected 1 space after "=>"; 0 found
(#529) Spaces must be used for alignment; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 8 spaces, found 7
(#529) Expected 1 space before "=>"; 0 found
(#529) Expected 1 space after "=>"; 0 found
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Tab found within whitespace
(#530) Line indented incorrectly; expected at least 8 spaces, found 7
(#530) Expected 1 space before "=>"; 0 found
(#530) Expected 1 space after "=>"; 0 found
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Tab found within whitespace
(#531) Line indented incorrectly; expected at least 8 spaces, found 6
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Tab found within whitespace
(#532) Inline comments must start with a capital letter, digit or 3-dots sequence
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Line indented incorrectly; expected at least 8 spaces, found 6
(#532) No space found before comment text; expected "// simplewhiteboard" but found "//simplewhiteboard"
(#533) Spaces must be used for alignment; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected at least 8 spaces, found 6
(#534) Spaces must be used for alignment; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected at least 8 spaces, found 7
(#534) Expected 1 space before "=>"; 0 found
(#535) Spaces must be used for alignment; tabs are not allowed
(#535) Tab found within whitespace
(#535) Line indented incorrectly; expected at least 8 spaces, found 7
(#535) Expected 1 space before "=>"; 0 found
(#535) Expected 1 space after "=>"; 0 found
(#536) Spaces must be used for alignment; tabs are not allowed
(#536) Tab found within whitespace
(#536) Line indented incorrectly; expected at least 8 spaces, found 7
(#536) Expected 1 space before "=>"; 0 found
(#536) Expected 1 space after "=>"; 0 found
(#537) Spaces must be used for alignment; tabs are not allowed
(#537) Tab found within whitespace
(#537) Line indented incorrectly; expected at least 8 spaces, found 7
(#537) Expected 1 space before "=>"; 0 found
(#537) Expected 1 space after "=>"; 0 found
(#538) Spaces must be used for alignment; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 7
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#539) Spaces must be used for alignment; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 8 spaces, found 7
(#539) Expected 1 space before "=>"; 0 found
(#539) Expected 1 space after "=>"; 0 found
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Tab found within whitespace
(#540) Line indented incorrectly; expected at least 8 spaces, found 7
(#540) Expected 1 space before "=>"; 0 found
(#540) Expected 1 space after "=>"; 0 found
(#541) Spaces must be used for alignment; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 8 spaces, found 6
(#542) Spaces must be used for alignment; tabs are not allowed
(#542) Tab found within whitespace
(#542) Inline comments must start with a capital letter, digit or 3-dots sequence
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Line indented incorrectly; expected at least 8 spaces, found 6
(#542) No space found before comment text; expected "// fullwhiteboard" but found "//fullwhiteboard"
(#543) Spaces must be used for alignment; tabs are not allowed
(#543) Tab found within whitespace
(#543) Line indented incorrectly; expected at least 8 spaces, found 6
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Tab found within whitespace
(#544) Line indented incorrectly; expected at least 8 spaces, found 7
(#544) Expected 1 space before "=>"; 0 found
(#545) Spaces must be used for alignment; tabs are not allowed
(#545) Tab found within whitespace
(#545) Line indented incorrectly; expected at least 8 spaces, found 7
(#545) Expected 1 space before "=>"; 0 found
(#545) Expected 1 space after "=>"; 0 found
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Tab found within whitespace
(#546) Line indented incorrectly; expected at least 8 spaces, found 7
(#546) Expected 1 space before "=>"; 0 found
(#546) Expected 1 space after "=>"; 0 found
(#547) Spaces must be used for alignment; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 8 spaces, found 7
(#547) Expected 1 space before "=>"; 0 found
(#547) Expected 1 space after "=>"; 0 found
(#548) Spaces must be used for alignment; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 8 spaces, found 7
(#548) Expected 1 space before "=>"; 0 found
(#548) Expected 1 space after "=>"; 0 found
(#549) Spaces must be used for alignment; tabs are not allowed
(#549) Tab found within whitespace
(#549) Line indented incorrectly; expected at least 8 spaces, found 7
(#549) Expected 1 space before "=>"; 0 found
(#549) Expected 1 space after "=>"; 0 found
(#550) Spaces must be used for alignment; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 8 spaces, found 7
(#550) Expected 1 space before "=>"; 0 found
(#550) Expected 1 space after "=>"; 0 found
(#551) Spaces must be used for alignment; tabs are not allowed
(#551) Tab found within whitespace
(#551) Line indented incorrectly; expected at least 8 spaces, found 6
(#552) Spaces must be used for alignment; tabs are not allowed
(#552) Tab found within whitespace
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) Line indented incorrectly; expected at least 8 spaces, found 6
(#552) No space found before comment text; expected "// audiorecorder" but found "//audiorecorder"
(#553) Spaces must be used for alignment; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 8 spaces, found 6
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 8 spaces, found 7
(#554) Expected 1 space before "=>"; 0 found
(#555) Spaces must be used for alignment; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 8 spaces, found 7
(#555) Expected 1 space before "=>"; 0 found
(#555) Expected 1 space after "=>"; 0 found
(#556) Spaces must be used for alignment; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 8 spaces, found 7
(#556) Expected 1 space before "=>"; 0 found
(#556) Expected 1 space after "=>"; 0 found
(#557) Spaces must be used for alignment; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 8 spaces, found 7
(#557) Expected 1 space before "=>"; 0 found
(#557) Expected 1 space after "=>"; 0 found
(#558) Spaces must be used for alignment; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 8 spaces, found 7
(#558) Expected 1 space before "=>"; 0 found
(#558) Expected 1 space after "=>"; 0 found
(#559) Spaces must be used for alignment; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected at least 8 spaces, found 7
(#559) Expected 1 space before "=>"; 0 found
(#559) Expected 1 space after "=>"; 0 found
(#560) Spaces must be used for alignment; tabs are not allowed
(#560) Tab found within whitespace
(#560) Line indented incorrectly; expected at least 8 spaces, found 7
(#560) Expected 1 space before "=>"; 0 found
(#560) Expected 1 space after "=>"; 0 found
(#561) Spaces must be used for alignment; tabs are not allowed
(#561) Tab found within whitespace
(#561) Line indented incorrectly; expected at least 8 spaces, found 6
(#562) Spaces must be used for alignment; tabs are not allowed
(#562) Tab found within whitespace
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) Line indented incorrectly; expected at least 8 spaces, found 6
(#562) No space found before comment text; expected "// videorecorder" but found "//videorecorder"
(#563) Spaces must be used for alignment; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected at least 8 spaces, found 6
(#564) Spaces must be used for alignment; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected at least 8 spaces, found 7
(#564) Expected 1 space before "=>"; 0 found
(#565) Spaces must be used for alignment; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 8 spaces, found 7
(#565) Expected 1 space before "=>"; 0 found
(#565) Expected 1 space after "=>"; 0 found
(#566) Spaces must be used for alignment; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 8 spaces, found 7
(#566) Expected 1 space before "=>"; 0 found
(#566) Expected 1 space after "=>"; 0 found
(#567) Spaces must be used for alignment; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 8 spaces, found 7
(#567) Expected 1 space before "=>"; 0 found
(#567) Expected 1 space after "=>"; 0 found
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 8 spaces, found 7
(#568) Expected 1 space before "=>"; 0 found
(#568) Expected 1 space after "=>"; 0 found
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected at least 8 spaces, found 7
(#569) Expected 1 space before "=>"; 0 found
(#569) Expected 1 space after "=>"; 0 found
(#570) Spaces must be used for alignment; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 8 spaces, found 7
(#570) Expected 1 space before "=>"; 0 found
(#570) Expected 1 space after "=>"; 0 found
(#571) Spaces must be used for alignment; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 8 spaces, found 6
(#572) Spaces must be used for alignment; tabs are not allowed
(#572) Tab found within whitespace
(#572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#572) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) Line indented incorrectly; expected at least 8 spaces, found 6
(#572) No space found before comment text; expected "// click counter" but found "//click counter"
(#573) Spaces must be used for alignment; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 8 spaces, found 6
(#574) Spaces must be used for alignment; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 8 spaces, found 7
(#574) Expected 1 space before "=>"; 0 found
(#575) Spaces must be used for alignment; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected at least 8 spaces, found 7
(#575) Expected 1 space before "=>"; 0 found
(#575) Expected 1 space after "=>"; 0 found
(#576) Spaces must be used for alignment; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected at least 8 spaces, found 7
(#576) Expected 1 space before "=>"; 0 found
(#576) Expected 1 space after "=>"; 0 found
(#577) Spaces must be used for alignment; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 8 spaces, found 7
(#577) Expected 1 space before "=>"; 0 found
(#577) Expected 1 space after "=>"; 0 found
(#578) Spaces must be used for alignment; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 8 spaces, found 7
(#578) Expected 1 space before "=>"; 0 found
(#578) Expected 1 space after "=>"; 0 found
(#579) Spaces must be used for alignment; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 8 spaces, found 7
(#579) Expected 1 space before "=>"; 0 found
(#579) Expected 1 space after "=>"; 0 found
(#580) Spaces must be used for alignment; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 8 spaces, found 7
(#580) Expected 1 space before "=>"; 0 found
(#580) Expected 1 space after "=>"; 0 found
(#581) Spaces must be used for alignment; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 8 spaces, found 6
(#582) Spaces must be used for alignment; tabs are not allowed
(#582) Tab found within whitespace
(#582) Inline comments must start with a capital letter, digit or 3-dots sequence
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Line indented incorrectly; expected at least 8 spaces, found 6
(#582) No space found before comment text; expected "// sliderocket" but found "//sliderocket"
(#583) Spaces must be used for alignment; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 8 spaces, found 6
(#584) Spaces must be used for alignment; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 8 spaces, found 7
(#584) Expected 1 space before "=>"; 0 found
(#585) Spaces must be used for alignment; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 8 spaces, found 7
(#585) Expected 1 space before "=>"; 0 found
(#585) Expected 1 space after "=>"; 0 found
(#586) Spaces must be used for alignment; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 8 spaces, found 7
(#586) Expected 1 space before "=>"; 0 found
(#586) Expected 1 space after "=>"; 0 found
(#587) Spaces must be used for alignment; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 7
(#587) Expected 1 space before "=>"; 0 found
(#587) Expected 1 space after "=>"; 0 found
(#588) Spaces must be used for alignment; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 8 spaces, found 7
(#588) Expected 1 space before "=>"; 0 found
(#588) Expected 1 space after "=>"; 0 found
(#589) Spaces must be used for alignment; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 8 spaces, found 7
(#589) Expected 1 space before "=>"; 0 found
(#589) Expected 1 space after "=>"; 0 found
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 8 spaces, found 7
(#590) Expected 1 space before "=>"; 0 found
(#590) Expected 1 space after "=>"; 0 found
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 8 spaces, found 6
(#592) Spaces must be used for alignment; tabs are not allowed
(#592) Tab found within whitespace
(#592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Line indented incorrectly; expected at least 8 spaces, found 6
(#592) No space found before comment text; expected "// quizlet" but found "//quizlet"
(#593) Spaces must be used for alignment; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 8 spaces, found 6
(#594) Spaces must be used for alignment; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 8 spaces, found 7
(#594) Expected 1 space before "=>"; 0 found
(#595) Spaces must be used for alignment; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 8 spaces, found 7
(#595) Expected 1 space before "=>"; 0 found
(#595) Expected 1 space after "=>"; 0 found
(#596) Spaces must be used for alignment; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 8 spaces, found 7
(#596) Expected 1 space before "=>"; 0 found
(#596) Expected 1 space after "=>"; 0 found
(#597) Spaces must be used for alignment; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 8 spaces, found 7
(#597) Expected 1 space before "=>"; 0 found
(#597) Expected 1 space after "=>"; 0 found
(#598) Spaces must be used for alignment; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 8 spaces, found 7
(#598) Expected 1 space before "=>"; 0 found
(#598) Expected 1 space after "=>"; 0 found
(#599) Spaces must be used for alignment; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 8 spaces, found 7
(#599) Expected 1 space before "=>"; 0 found
(#599) Expected 1 space after "=>"; 0 found
(#600) Spaces must be used for alignment; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected at least 8 spaces, found 7
(#600) Expected 1 space before "=>"; 0 found
(#600) Expected 1 space after "=>"; 0 found
(#601) Spaces must be used for alignment; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected at least 8 spaces, found 6
(#602) Spaces must be used for alignment; tabs are not allowed
(#602) Tab found within whitespace
(#602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#602) Inline comments must end in full-stops, exclamation marks, or question marks
(#602) Line indented incorrectly; expected at least 8 spaces, found 6
(#602) No space found before comment text; expected "// snapshot" but found "//snapshot"
(#603) Spaces must be used for alignment; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 8 spaces, found 6
(#604) Spaces must be used for alignment; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 8 spaces, found 7
(#604) Expected 1 space before "=>"; 0 found
(#605) Spaces must be used for alignment; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 8 spaces, found 7
(#605) Expected 1 space before "=>"; 0 found
(#605) Expected 1 space after "=>"; 0 found
(#606) Spaces must be used for alignment; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 8 spaces, found 7
(#606) Expected 1 space before "=>"; 0 found
(#606) Expected 1 space after "=>"; 0 found
(#607) Spaces must be used for alignment; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 8 spaces, found 7
(#607) Expected 1 space before "=>"; 0 found
(#607) Expected 1 space after "=>"; 0 found
(#608) Spaces must be used for alignment; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected at least 8 spaces, found 7
(#608) Expected 1 space before "=>"; 0 found
(#608) Expected 1 space after "=>"; 0 found
(#609) Spaces must be used for alignment; tabs are not allowed
(#609) Tab found within whitespace
(#609) Line indented incorrectly; expected at least 8 spaces, found 7
(#609) Expected 1 space before "=>"; 0 found
(#609) Expected 1 space after "=>"; 0 found
(#610) Spaces must be used for alignment; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected at least 8 spaces, found 7
(#610) Expected 1 space before "=>"; 0 found
(#610) Expected 1 space after "=>"; 0 found
(#611) Spaces must be used for alignment; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected at least 8 spaces, found 6
(#612) Spaces must be used for alignment; tabs are not allowed
(#612) Tab found within whitespace
(#612) Inline comments must start with a capital letter, digit or 3-dots sequence
(#612) Inline comments must end in full-stops, exclamation marks, or question marks
(#612) Line indented incorrectly; expected at least 8 spaces, found 6
(#612) No space found before comment text; expected "// flashcards" but found "//flashcards"
(#613) Spaces must be used for alignment; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 8 spaces, found 6
(#614) Spaces must be used for alignment; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 8 spaces, found 7
(#614) Expected 1 space before "=>"; 0 found
(#615) Spaces must be used for alignment; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 8 spaces, found 7
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#616) Spaces must be used for alignment; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 8 spaces, found 7
(#616) Expected 1 space before "=>"; 0 found
(#616) Expected 1 space after "=>"; 0 found
(#617) Spaces must be used for alignment; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected at least 8 spaces, found 7
(#617) Expected 1 space before "=>"; 0 found
(#617) Expected 1 space after "=>"; 0 found
(#618) Spaces must be used for alignment; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected at least 8 spaces, found 7
(#618) Expected 1 space before "=>"; 0 found
(#618) Expected 1 space after "=>"; 0 found
(#619) Spaces must be used for alignment; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected at least 8 spaces, found 7
(#619) Expected 1 space before "=>"; 0 found
(#619) Expected 1 space after "=>"; 0 found
(#620) Spaces must be used for alignment; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected at least 8 spaces, found 7
(#620) Expected 1 space before "=>"; 0 found
(#620) Expected 1 space after "=>"; 0 found
(#621) Spaces must be used for alignment; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected at least 8 spaces, found 6
(#622) Spaces must be used for alignment; tabs are not allowed
(#622) Tab found within whitespace
(#622) Whitespace found at end of line
(#623) Spaces must be used for alignment; tabs are not allowed
(#623) Tab found within whitespace
(#623) Line indented incorrectly; expected at least 8 spaces, found 3
(#624) Spaces must be used for alignment; tabs are not allowed
(#624) Tab found within whitespace
(#624) Whitespace found at end of line
(#625) Spaces must be used for alignment; tabs are not allowed
(#625) Tab found within whitespace
(#625) Line indented incorrectly; expected 4 spaces, found 1
(#626) Spaces must be used for alignment; tabs are not allowed
(#626) Tab found within whitespace
(#626) Whitespace found at end of line
(#628) Spaces must be used for alignment; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 4 spaces, found 3
(#629) Expected 4 space(s) before asterisk; 5 found
(#629) Whitespace found at end of line
(#630) Expected 4 space(s) before asterisk; 5 found
(#631) Expected 4 space(s) before asterisk; 5 found
(#634) Spaces must be used for alignment; 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 for alignment; 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 for alignment; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected 8 spaces, found 2
(#636) Expected "} else {\n"; found "}else{\n"
(#637) Spaces must be used for alignment; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected at least 12 spaces, found 3
(#638) Spaces must be used for alignment; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected 8 spaces, found 2
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Tab found within whitespace
(#640) Whitespace found at end of line
(#645) Whitespace found at end of line
(#658) Spaces must be used for alignment; tabs are not allowed
(#658) Tab found within whitespace
(#658) Whitespace found at end of line
(#659) Spaces must be used for alignment; tabs are not allowed
(#659) Tab found within whitespace
(#659) Line indented incorrectly; expected 8 spaces, found 2
(#660) Spaces must be used for alignment; tabs are not allowed
(#660) Tab found within whitespace
(#660) Line indented incorrectly; expected 12 spaces, found 3
(#661) Spaces must be used for alignment; tabs are not allowed
(#661) Tab found within whitespace
(#661) Line indented incorrectly; expected 12 spaces, found 3
(#662) Spaces must be used for alignment; tabs are not allowed
(#662) Tab found within whitespace
(#662) Line indented incorrectly; expected at least 16 spaces, found 4
(#662) Expected 1 space before "="; 0 found
(#662) Commas (,) must be followed by white space.
(#662) Commas (,) must be followed by white space.
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Tab found within whitespace
(#664) Spaces must be used for alignment; tabs are not allowed
(#664) Tab found within whitespace
(#664) Whitespace found at end of line
(#665) Spaces must be used for alignment; tabs are not allowed
(#665) Tab found within whitespace
(#665) Line indented incorrectly; expected 12 spaces, found 3
(#666) Spaces must be used for alignment; tabs are not allowed
(#666) Tab found within whitespace
(#666) Line indented incorrectly; expected 12 spaces, found 3
(#667) Spaces must be used for alignment; tabs are not allowed
(#667) Tab found within whitespace
(#667) Line indented incorrectly; expected at least 16 spaces, found 4
(#668) Spaces must be used for alignment; tabs are not allowed
(#668) Tab found within whitespace
(#669) Spaces must be used for alignment; tabs are not allowed
(#669) Tab found within whitespace
(#669) Whitespace found at end of line
(#670) Spaces must be used for alignment; tabs are not allowed
(#670) Tab found within whitespace
(#670) Line indented incorrectly; expected 12 spaces, found 3
(#671) Spaces must be used for alignment; tabs are not allowed
(#671) Tab found within whitespace
(#671) Line indented incorrectly; expected at least 16 spaces, found 4
(#672) Spaces must be used for alignment; tabs are not allowed
(#672) Tab found within whitespace
(#673) Spaces must be used for alignment; tabs are not allowed
(#673) Tab found within whitespace
(#673) Whitespace found at end of line
(#674) Spaces must be used for alignment; tabs are not allowed
(#674) Tab found within whitespace
(#674) Line indented incorrectly; expected 12 spaces, found 3
(#675) Spaces must be used for alignment; tabs are not allowed
(#675) Tab found within whitespace
(#675) Line indented incorrectly; expected at least 16 spaces, found 4
(#675) Commas (,) must be followed by white space.
(#676) Spaces must be used for alignment; tabs are not allowed
(#676) Tab found within whitespace
(#677) Spaces must be used for alignment; tabs are not allowed
(#677) Tab found within whitespace
(#677) Line indented incorrectly; expected 8 spaces, found 2
(#678) Spaces must be used for alignment; tabs are not allowed
(#678) Tab found within whitespace
(#678) Line indented incorrectly; expected at least 8 spaces, found 2
(#680) Spaces must be used for alignment; tabs are not allowed
(#680) Tab found within whitespace
(#680) Whitespace found at end of line
(#681) Spaces must be used for alignment; tabs are not allowed
(#681) Tab found within whitespace
(#685) Commas (,) must be followed by white space.
(#686) Whitespace found at end of line
(#687) Expected 1 space after "="; 0 found
(#688) Spaces must be used for alignment; tabs are not allowed
(#688) Tab found within whitespace
(#688) Whitespace found at end of line
(#689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#689) Inline comments must end in full-stops, exclamation marks, or question marks
(#689) Line indented incorrectly; expected at least 8 spaces, found 6
(#689) No space found before comment text; expected "// we get necessary info" but found "//we get necessary info"
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Line indented incorrectly; expected at least 8 spaces, found 2
(#690) Spaces must be used for alignment; tabs are not allowed
(#690) Tab found within whitespace
(#690) Whitespace found at end of line
(#691) Line indented incorrectly; expected at least 8 spaces, found 5
(#691) Space found before semicolon; expected "];" but found "] ;"
(#693) Spaces must be used for alignment; tabs are not allowed
(#693) Tab found within whitespace
(#693) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) Line indented incorrectly; expected at least 8 spaces, found 2
(#693) No space found before comment text; expected "// HTML5 Recording and Uploading audio/video" but found "//HTML5 Recording and Uploading audio/video"
(#694) Spaces must be used for alignment; tabs are not allowed
(#694) Tab found within whitespace
(#694) Line indented incorrectly; expected 8 spaces, found 1
(#694) Expected "if (...) {\n"; found "if(...){\n"
(#694) Whitespace found at end of line
(#695) Spaces must be used for alignment; 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 for alignment; tabs are not allowed
(#696) Tab found within whitespace
(#696) Line indented incorrectly; expected at least 8 spaces, found 2
(#697) Spaces must be used for alignment; tabs are not allowed
(#697) Tab found within whitespace
(#697) Line indented incorrectly; expected at least 8 spaces, found 2
(#699) Spaces must be used for alignment; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected 12 spaces, found 3
(#700) Spaces must be used for alignment; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected 16 spaces, found 4
(#701) Spaces must be used for alignment; tabs are not allowed
(#701) Tab found within whitespace
(#701) Inline comments must start with a capital letter, digit or 3-dots sequence
(#701) Inline comments must end in full-stops, exclamation marks, or question marks
(#701) Line indented incorrectly; expected at least 20 spaces, found 5
(#701) No space found before comment text; expected "// we load up the file upload HTML5" but found "//we load up the file upload HTML5"
(#702) Spaces must be used for alignment; tabs are not allowed
(#702) Tab found within whitespace
(#702) Line indented incorrectly; expected at least 20 spaces, found 5
(#702) Commas (,) must be followed by white space.
(#702) Commas (,) must be followed by white space.
(#702) Commas (,) must be followed by white space.
(#703) Spaces must be used for alignment; tabs are not allowed
(#703) Tab found within whitespace
(#704) Spaces must be used for alignment; tabs are not allowed
(#704) Tab found within whitespace
(#704) Whitespace found at end of line
(#705) Spaces must be used for alignment; tabs are not allowed
(#705) Tab found within whitespace
(#705) Line indented incorrectly; expected 16 spaces, found 4
(#706) Spaces must be used for alignment; tabs are not allowed
(#706) Tab found within whitespace
(#706) Line indented incorrectly; expected 16 spaces, found 4
(#707) Spaces must be used for alignment; tabs are not allowed
(#707) Tab found within whitespace
(#707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#707) Inline comments must end in full-stops, exclamation marks, or question marks
(#707) Line indented incorrectly; expected at least 20 spaces, found 5
(#707) No space found before comment text; expected "// we load up the file upload HTML5" but found "//we load up the file upload HTML5"
(#708) Spaces must be used for alignment; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected at least 20 spaces, found 5
(#708) Commas (,) must be followed by white space.
(#708) Commas (,) must be followed by white space.
(#708) Commas (,) must be followed by white space.
(#709) Spaces must be used for alignment; tabs are not allowed
(#709) Tab found within whitespace
(#710) Spaces must be used for alignment; tabs are not allowed
(#710) Tab found within whitespace
(#710) Whitespace found at end of line
(#711) Spaces must be used for alignment; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected 12 spaces, found 3
(#712) Spaces must be used for alignment; tabs are not allowed
(#712) Tab found within whitespace
(#712) Whitespace found at end of line
(#713) Spaces must be used for alignment; tabs are not allowed
(#713) Tab found within whitespace
(#713) Inline comments must start with a capital letter, digit or 3-dots sequence
(#713) Inline comments must end in full-stops, exclamation marks, or question marks
(#713) Line indented incorrectly; expected at least 12 spaces, found 6
(#713) No space found before comment text; expected "// we need a dummy M object so we can reuse module js here" but found "//we need a dummy M object so we can reuse module js here"
(#714) Spaces must be used for alignment; tabs are not allowed
(#714) Tab found within whitespace
(#714) Line indented incorrectly; expected at least 12 spaces, found 6
(#715) Spaces must be used for alignment; tabs are not allowed
(#715) Tab found within whitespace
(#715) Line indented incorrectly; expected at least 12 spaces, found 6
(#716) Spaces must be used for alignment; tabs are not allowed
(#716) Tab found within whitespace
(#716) Line indented incorrectly; expected at least 12 spaces, found 6
(#717) Spaces must be used for alignment; tabs are not allowed
(#717) Tab found within whitespace
(#717) Whitespace found at end of line
(#718) Spaces must be used for alignment; tabs are not allowed
(#718) Tab found within whitespace
(#718) Inline comments must start with a capital letter, digit or 3-dots sequence
(#718) Inline comments must end in full-stops, exclamation marks, or question marks
(#718) Line indented incorrectly; expected at least 12 spaces, found 6
(#718) No space found before comment text; expected "// we load the poodll filter module JS for the HTML5 recording logic" but found "//we load the poodll filter module JS for the HTML5 recording logic"
(#718) Whitespace found at end of line
(#719) Spaces must be used for alignment; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 12 spaces, found 3
(#720) Whitespace found at end of line
(#720) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#721) Spaces must be used for alignment; tabs are not allowed
(#721) Tab found within whitespace
(#721) Whitespace found at end of line
(#722) Spaces must be used for alignment; tabs are not allowed
(#722) Tab found within whitespace
(#722) Inline comments must start with a capital letter, digit or 3-dots sequence
(#722) Inline comments must end in full-stops, exclamation marks, or question marks
(#722) Line indented incorrectly; expected at least 12 spaces, found 9
(#722) No space found before comment text; expected "// this calls the script we loaded just above, after we have a fileupload area to attach events to" but found "//this calls the script we loaded just above, after we have a fileupload area to attach events to"
(#723) Spaces must be used for alignment; tabs are not allowed
(#723) Tab found within whitespace
(#723) Line indented incorrectly; expected at least 12 spaces, found 9
(#724) Spaces must be used for alignment; tabs are not allowed
(#724) Tab found within whitespace
(#724) Line indented incorrectly; expected at least 12 spaces, found 6
(#725) Spaces must be used for alignment; tabs are not allowed
(#725) Tab found within whitespace
(#725) Line indented incorrectly; expected at least 12 spaces, found 6
(#726) Spaces must be used for alignment; tabs are not allowed
(#726) Tab found within whitespace
(#726) Whitespace found at end of line
(#726) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#727) Spaces must be used for alignment; tabs are not allowed
(#727) Tab found within whitespace
(#727) Whitespace found at end of line
(#728) Spaces must be used for alignment; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected at least 12 spaces, found 9
(#729) Spaces must be used for alignment; tabs are not allowed
(#729) Tab found within whitespace
(#729) Line indented incorrectly; expected at least 12 spaces, found 9
(#730) Closing brace indented incorrectly; expected 1 spaces, found 8
(#731) Spaces must be used for alignment; tabs are not allowed
(#731) Tab found within whitespace
(#731) Whitespace found at end of line
(#732) Spaces must be used for alignment; tabs are not allowed
(#732) Tab found within whitespace
(#732) Inline comments must end in full-stops, exclamation marks, or question marks
(#732) Line indented incorrectly; expected at least 8 spaces, found 2
(#732) No space found before comment text; expected "// HTML5 WIdgets and Uploading Images" but found "//HTML5 WIdgets and Uploading Images"
(#733) Spaces must be used for alignment; tabs are not allowed
(#733) Tab found within whitespace
(#733) Line indented incorrectly; expected 8 spaces, found 2
(#733) Expected "if (...) {\n"; found "if(...){\n"
(#733) Whitespace found at end of line
(#734) Spaces must be used for alignment; tabs are not allowed
(#734) Tab found within whitespace
(#734) Line indented incorrectly; expected at least 8 spaces, found 4
(#735) Spaces must be used for alignment; tabs are not allowed
(#735) Tab found within whitespace
(#735) Line indented incorrectly; expected at least 8 spaces, found 4
(#736) Spaces must be used for alignment; tabs are not allowed
(#736) Tab found within whitespace
(#736) Whitespace found at end of line
(#737) Spaces must be used for alignment; tabs are not allowed
(#737) Tab found within whitespace
(#737) Inline comments must start with a capital letter, digit or 3-dots sequence
(#737) Inline comments must end in full-stops, exclamation marks, or question marks
(#737) Line indented incorrectly; expected at least 12 spaces, found 4
(#737) No space found before comment text; expected "// we load up the file upload HTML5" but found "//we load up the file upload HTML5"
(#738) Spaces must be used for alignment; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected at least 12 spaces, found 4
(#738) Commas (,) must be followed by white space.
(#738) Commas (,) must be followed by white space.
(#738) Commas (,) must be followed by white space.
(#739) Spaces must be used for alignment; tabs are not allowed
(#739) Tab found within whitespace
(#739) Whitespace found at end of line
(#740) Spaces must be used for alignment; tabs are not allowed
(#740) Tab found within whitespace
(#740) Inline comments must start with a capital letter, digit or 3-dots sequence
(#740) Inline comments must end in full-stops, exclamation marks, or question marks
(#740) Line indented incorrectly; expected at least 12 spaces, found 4
(#740) No space found before comment text; expected "// we need a dummy M object so we can reuse module js here" but found "//we need a dummy M object so we can reuse module js here"
(#741) Spaces must be used for alignment; tabs are not allowed
(#741) Tab found within whitespace
(#741) Line indented incorrectly; expected at least 12 spaces, found 4
(#742) Spaces must be used for alignment; tabs are not allowed
(#742) Tab found within whitespace
(#742) Line indented incorrectly; expected at least 12 spaces, found 4
(#743) Spaces must be used for alignment; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected at least 12 spaces, found 4
(#744) Spaces must be used for alignment; tabs are not allowed
(#744) Tab found within whitespace
(#744) Whitespace found at end of line
(#745) Spaces must be used for alignment; tabs are not allowed
(#745) Tab found within whitespace
(#745) Inline comments must start with a capital letter, digit or 3-dots sequence
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Line indented incorrectly; expected at least 12 spaces, found 4
(#745) No space found before comment text; expected "// we load the poodll filter module JS for the HTML5 recording logic" but found "//we load the poodll filter module JS for the HTML5 recording logic"
(#745) Whitespace found at end of line
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 12 spaces, found 4
(#747) Spaces must be used for alignment; tabs are not allowed
(#747) Tab found within whitespace
(#747) Whitespace found at end of line
(#747) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#748) Spaces must be used for alignment; tabs are not allowed
(#748) Tab found within whitespace
(#748) Whitespace found at end of line
(#749) Spaces must be used for alignment; tabs are not allowed
(#749) Tab found within whitespace
(#749) Inline comments must start with a capital letter, digit or 3-dots sequence
(#749) Inline comments must end in full-stops, exclamation marks, or question marks
(#749) Line indented incorrectly; expected at least 12 spaces, found 4
(#749) No space found before comment text; expected "// this calls the script we loaded just above, after we have a fileupload area to attach events to" but found "//this calls the script we loaded just above, after we have a fileupload area to attach events to"
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected at least 12 spaces, found 4
(#751) Spaces must be used for alignment; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 12 spaces, found 4
(#752) Spaces must be used for alignment; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 12 spaces, found 4
(#753) Spaces must be used for alignment; tabs are not allowed
(#753) Tab found within whitespace
(#753) Whitespace found at end of line
(#754) Spaces must be used for alignment; tabs are not allowed
(#754) Tab found within whitespace
(#754) Line indented incorrectly; expected at least 12 spaces, found 4
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Line indented incorrectly; expected at least 12 spaces, found 4
(#755) Spaces must be used for alignment; tabs are not allowed
(#755) Tab found within whitespace
(#755) Whitespace found at end of line
(#756) Spaces must be used for alignment; tabs are not allowed
(#756) Tab found within whitespace
(#756) Line indented incorrectly; expected 8 spaces, found 2
(#757) Spaces must be used for alignment; tabs are not allowed
(#757) Tab found within whitespace
(#757) Whitespace found at end of line
(#757) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#758) Whitespace found at end of line
(#759) This comment is 48% valid code; is this commented out code?
(#759) Inline comments must start with a capital letter, digit or 3-dots sequence
(#759) Line indented incorrectly; expected at least 8 spaces, found 5
(#759) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#760) Spaces must be used for alignment; tabs are not allowed
(#760) Tab found within whitespace
(#760) This comment is 60% valid code; is this commented out code?
(#760) Line indented incorrectly; expected at least 8 spaces, found 1
(#760) Tab found before comment text; expected "// $draftitemid=0;" but found "// $draftitemid=0;"
(#761) Spaces must be used for alignment; tabs are not allowed
(#761) Tab found within whitespace
(#761) Line indented incorrectly; expected at least 8 spaces, found 1
(#761) Tab found before comment text; expected "// $ret .= '<form name="poodll_repository" action="' . $CFG->wwwroot . '/repository/poodll/recorder.php">';" but found "// $ret .= '<form name="poodll_repository" action="' . $CFG->wwwroot . '/repository/poodll/recorder.php">';"
(#762) Spaces must be used for alignment; tabs are not allowed
(#762) Tab found within whitespace
(#762) Inline comments must end in full-stops, exclamation marks, or question marks
(#762) This comment is 43% valid code; is this commented out code?
(#762) Line indented incorrectly; expected at least 8 spaces, found 1
(#762) Tab found before comment text; expected "// $filename = 'filename' . '_' . $this->options['recording_format'] ;" but found "// $filename = 'filename' . '_' . $this->options['recording_format'] ;"
(#763) Spaces must be used for alignment; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected 8 spaces, found 2
(#764) Spaces must be used for alignment; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected 12 spaces, found 3
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Tab found within whitespace
(#765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#765) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) This comment is 67% valid code; is this commented out code?
(#765) Line indented incorrectly; expected at least 16 spaces, found 4
(#765) No space found before comment text; expected "// $ret .= fetchSimpleAudioRecorder('swf','poodllrepository',$USER->id,$filename);" but found "//$ret .= fetchSimpleAudioRecorder('swf','poodllrepository',$USER->id,$filename);"
(#766) Spaces must be used for alignment; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected at least 16 spaces, found 4
(#766) Commas (,) must be followed by white space.
(#766) Commas (,) must be followed by white space.
(#766) Commas (,) must be followed by white space.
(#766) Commas (,) must be followed by white space.
(#766) Commas (,) must be followed by white space.
(#766) Commas (,) must be followed by white space.
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Tab found within whitespace
(#768) Spaces must be used for alignment; tabs are not allowed
(#768) Tab found within whitespace
(#768) Line indented incorrectly; expected 12 spaces, found 3
(#769) Spaces must be used for alignment; tabs are not allowed
(#769) Tab found within whitespace
(#769) Inline comments must start with a capital letter, digit or 3-dots sequence
(#769) Inline comments must end in full-stops, exclamation marks, or question marks
(#769) This comment is 72% valid code; is this commented out code?
(#769) Line indented incorrectly; expected at least 16 spaces, found 4
(#769) No space found before comment text; expected "// $ret .= fetchSimpleVideoRecorder('swf','poodllrepository',$USER->id,$filename,'','298', '340');" but found "//$ret .= fetchSimpleVideoRecorder('swf','poodllrepository',$USER->id,$filename,'','298', '340');"
(#770) Spaces must be used for alignment; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 16 spaces, found 4
(#770) Commas (,) must be followed by white space.
(#770) Commas (,) must be followed by white space.
(#770) Commas (,) must be followed by white space.
(#770) Commas (,) must be followed by white space.
(#771) Spaces must be used for alignment; tabs are not allowed
(#771) Tab found within whitespace
(#772) Spaces must be used for alignment; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected 12 spaces, found 3
(#773) Spaces must be used for alignment; tabs are not allowed
(#773) Tab found within whitespace
(#773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#773) Line indented incorrectly; expected at least 16 spaces, found 4
(#773) No space found before comment text; expected "// this is the mp3 recorder, by Paul Nichols" but found "//this is the mp3 recorder, by Paul Nichols"
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Tab found within whitespace
(#774) This comment is 73% valid code; is this commented out code?
(#774) Line indented incorrectly; expected at least 16 spaces, found 4
(#774) No space found before comment text; expected "// $ret = $this->fetchMP3PostRecorder("filename","apic.jpg", '290','340');" but found "//$ret = $this->fetchMP3PostRecorder("filename","apic.jpg", '290','340');"
(#775) Spaces must be used for alignment; tabs are not allowed
(#775) Tab found within whitespace
(#775) Inline comments must end in full-stops, exclamation marks, or question marks
(#775) This comment is 56% valid code; is this commented out code?
(#775) Line indented incorrectly; expected at least 16 spaces, found 4
(#775) No space found before comment text; expected "// $ret = fetchMP3RecorderForRepo("filename");" but found "//$ret = fetchMP3RecorderForRepo("filename");"
(#776) Spaces must be used for alignment; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected at least 16 spaces, found 4
(#776) Commas (,) must be followed by white space.
(#776) Commas (,) must be followed by white space.
(#776) Commas (,) must be followed by white space.
(#776) Commas (,) must be followed by white space.
(#777) Spaces must be used for alignment; tabs are not allowed
(#777) Tab found within whitespace
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected 12 spaces, found 3
(#779) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected at least 16 spaces, found 4
(#779) Commas (,) must be followed by white space.
(#779) Commas (,) must be followed by white space.
(#779) Commas (,) must be followed by white space.
(#779) Commas (,) must be followed by white space.
(#779) Commas (,) must be followed by white space.
(#779) Commas (,) must be followed by white space.
(#779) Commas (,) must be followed by white space.
(#779) Commas (,) must be followed by white space.
(#780) Spaces must be used for alignment; tabs are not allowed
(#780) Tab found within whitespace
(#781) Spaces must be used for alignment; tabs are not allowed
(#781) Tab found within whitespace
(#781) Whitespace found at end of line
(#782) Spaces must be used for alignment; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected 12 spaces, found 3
(#783) Spaces must be used for alignment; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 16 spaces, found 4
(#783) Commas (,) must be followed by white space.
(#783) Commas (,) must be followed by white space.
(#783) Commas (,) must be followed by white space.
(#783) Commas (,) must be followed by white space.
(#783) Commas (,) must be followed by white space.
(#783) Commas (,) must be followed by white space.
(#784) Spaces must be used for alignment; tabs are not allowed
(#784) Tab found within whitespace
(#784) Whitespace found at end of line
(#785) Spaces must be used for alignment; tabs are not allowed
(#785) Tab found within whitespace
(#786) Spaces must be used for alignment; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected 8 spaces, found 2
(#787) Spaces must be used for alignment; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected at least 8 spaces, found 2
(#789) Spaces must be used for alignment; tabs are not allowed
(#789) Tab found within whitespace
(#789) Line indented incorrectly; expected 4 spaces, found 1
(#789) Closing brace indented incorrectly; expected 4 spaces, found 1
(#790) Spaces must be used for alignment; tabs are not allowed
(#790) Tab found within whitespace
(#790) Whitespace found at end of line
(#791) Spaces must be used for alignment; tabs are not allowed
(#791) Tab found within whitespace
(#791) Whitespace found at end of line
(#792) Spaces must be used for alignment; tabs are not allowed
(#792) Tab found within whitespace
(#792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Line indented incorrectly; expected at least 4 spaces, found 1
(#792) No space found before comment text; expected "// =====================================================================================" but found "//====================================================================================="
(#793) Spaces must be used for alignment; tabs are not allowed
(#793) Tab found within whitespace
(#793) Line indented incorrectly; expected at least 4 spaces, found 1
(#793) No space found before comment text; expected "// Start of Paul Nichols MP3 Recorder" but found "//Start of Paul Nichols MP3 Recorder"
(#794) Spaces must be used for alignment; tabs are not allowed
(#794) Tab found within whitespace
(#794) Inline comments must end in full-stops, exclamation marks, or question marks
(#794) Line indented incorrectly; expected at least 4 spaces, found 1
(#794) No space found before comment text; expected "// ====================================================================================" but found "//===================================================================================="
(#795) Spaces must be used for alignment; tabs are not allowed
(#795) Tab found within whitespace
(#795) Whitespace found at end of line
(#796) Spaces must be used for alignment; tabs are not allowed
(#796) Tab found within whitespace
(#796) Whitespace found at end of line
(#797) Spaces must be used for alignment; tabs are not allowed
(#797) Tab found within whitespace
(#797) Line indented incorrectly; expected 4 spaces, found 1
(#797) Public method name "repository_poodll::fetchMP3PostRecorder" must be in lower-case letters only
(#797) Commas (,) must be followed by white space.
(#797) Commas (,) must be followed by white space.
(#797) Commas (,) must be followed by white space.
(#797) Expected 1 space after closing parenthesis; found 0
(#798) Spaces must be used for alignment; tabs are not allowed
(#798) Tab found within whitespace
(#798) Line indented incorrectly; expected at least 8 spaces, found 3
(#799) Spaces must be used for alignment; tabs are not allowed
(#799) Tab found within whitespace
(#799) This comment is 58% valid code; is this commented out code?
(#799) Inline comments must start with a capital letter, digit or 3-dots sequence
(#799) Line indented incorrectly; expected at least 8 spaces, found 2
(#800) Inline comments must end in full-stops, exclamation marks, or question marks
(#800) Line indented incorrectly; expected at least 8 spaces, found 7
(#800) No space found before comment text; expected "// initialize our return string" but found "//initialize our return string"
(#801) Spaces must be used for alignment; tabs are not allowed
(#801) Tab found within whitespace
(#801) Line indented incorrectly; expected at least 8 spaces, found 4
(#802) Spaces must be used for alignment; tabs are not allowed
(#802) Tab found within whitespace
(#802) Inline comments must start with a capital letter, digit or 3-dots sequence
(#802) Inline comments must end in full-stops, exclamation marks, or question marks
(#802) This comment is 50% valid code; is this commented out code?
(#802) Line indented incorrectly; expected at least 8 spaces, found 2
(#802) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#803) Whitespace found at end of line
(#804) Spaces must be used for alignment; tabs are not allowed
(#804) Tab found within whitespace
(#804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#804) Line indented incorrectly; expected at least 8 spaces, found 4
(#804) No space found before comment text; expected "// set up params for mp3 recorder" but found "//set up params for mp3 recorder"
(#805) Spaces must be used for alignment; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected at least 8 spaces, found 4
(#805) Expected 1 space before "="; 0 found
(#805) Expected 1 space after "="; 0 found
(#806) Spaces must be used for alignment; tabs are not allowed
(#806) Tab found within whitespace
(#806) This comment is 56% valid code; is this commented out code?
(#806) Line indented incorrectly; expected at least 8 spaces, found 2
(#806) No space found before comment text; expected "// $callback = urlencode("(function(a, b){d=parent.document;d.g=d.getElementById;fn=d.g('filename');fn.value=a;fd=d.g('upload_filedata');fd.value=b;f=fn;while(f.tagName!='FORM')f=f.parentNode;f.repo_upload_file.type='text';f.repo_upload_file.value='bogus.mp3';while(f.tagName!='DIV')f=f.nextSibling;f.getElementsByTagName('button')[0].click();})");" but found "//$callback = urlencode("(function(a, b){d=parent.document;d.g=d.getElementById;fn=d.g('filename');fn.value=a;fd=d.g('upload_filedata');fd.value=b;f=fn;while(f.tagName!='FORM')f=f.parentNode;f.repo_upload_file.type='text';f.repo_upload_file.value='bogus.mp3';while(f.tagName!='DIV')f=f.nextSibling;f.getElementsByTagName('button')[0].click();})");"
(#807) Spaces must be used for alignment; tabs are not allowed
(#807) Tab found within whitespace
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#807) This comment is 60% valid code; is this commented out code?
(#807) Line indented incorrectly; expected at least 8 spaces, found 3
(#808) Spaces must be used for alignment; tabs are not allowed
(#808) Tab found within whitespace
(#808) Line indented incorrectly; expected at least 8 spaces, found 2
(#808) Expected 1 space before "="; 0 found
(#808) Expected 1 space after "="; 0 found
(#808) Commas (,) must be followed by white space.
(#809) Spaces must be used for alignment; tabs are not allowed
(#809) Tab found within whitespace
(#809) Whitespace found at end of line
(#809) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#811) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) Line indented incorrectly; expected at least 8 spaces, found 2
(#811) No space found before comment text; expected "// make our insert string" but found "//make our insert string"
(#824) Line exceeds maximum limit of 180 characters; contains 207 characters
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Whitespace found at end of line
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Inline comments must start with a capital letter, digit or 3-dots sequence
(#833) Inline comments must end in full-stops, exclamation marks, or question marks
(#833) Line indented incorrectly; expected at least 8 spaces, found 3
(#833) No space found before comment text; expected "// return the recorder string" but found "//return the recorder string"
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected at least 8 spaces, found 3
(#835) Spaces must be used for alignment; tabs are not allowed
(#835) Tab found within whitespace
(#835) Whitespace found at end of line
(#836) Spaces must be used for alignment; tabs are not allowed
(#836) Tab found within whitespace
(#836) Line indented incorrectly; expected 4 spaces, found 1
(#837) Spaces must be used for alignment; tabs are not allowed
(#837) Tab found within whitespace
(#837) Whitespace found at end of line
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Whitespace found at end of line
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Inline comments must start with a capital letter, digit or 3-dots sequence
(#840) Line indented incorrectly; expected at least 4 spaces, found 1
(#840) No space found before comment text; expected "// =====================================================================================" but found "//====================================================================================="
(#841) Spaces must be used for alignment; tabs are not allowed
(#841) Tab found within whitespace
(#841) Line indented incorrectly; expected at least 4 spaces, found 1
(#841) No space found before comment text; expected "// End of Paul Nichols MP3 Recorder" but found "//End of Paul Nichols MP3 Recorder"
(#842) Spaces must be used for alignment; tabs are not allowed
(#842) Tab found within whitespace
(#842) Inline comments must end in full-stops, exclamation marks, or question marks
(#842) Line indented incorrectly; expected at least 4 spaces, found 1
(#842) No space found before comment text; expected "// ====================================================================================" but found "//===================================================================================="
(#843) Spaces must be used for alignment; tabs are not allowed
(#843) Tab found within whitespace
(#843) Whitespace found at end of line
repository/poodll/recorder.php
(#2) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) No space found before comment text; expected "// this doesnt seem to work here. So had to put an echo "...embed-comressed.jpg" code below" but found "//this doesnt seem to work here. So had to put an echo "...embed-comressed.jpg" code below"
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) No space found before comment text; expected "// $PAGE->requires->js(new moodle_url($CFG->httpswwwroot . '/filter/poodll/flash/embed-compressed.js'),true);" but found "//$PAGE->requires->js(new moodle_url($CFG->httpswwwroot . '/filter/poodll/flash/embed-compressed.js'),true);"
(#9) Inline comments must start with a capital letter, digit or 3-dots sequence
(#11) Variable "repo_id" must not contain underscores.
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Whitespace found at end of line
(#15) Variable "repo_id" must not contain underscores.
(#16) Expected "if (...) {\n"; found "if(...) {\n"
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) No space found before comment text; expected "// $PAGE->set_generaltype('popup');" but found "//$PAGE->set_generaltype('popup');"
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) No space found before comment text; expected "// we meed to do something like this to get a progress bar in the repo for html5" but found "//we meed to do something like this to get a progress bar in the repo for html5"
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) No space found before comment text; expected "// $PAGE->requires->css(new moodle_url($CFG->httpswwwroot . '/filter/poodll/styles.css'));" but found "//$PAGE->requires->css(new moodle_url($CFG->httpswwwroot . '/filter/poodll/styles.css'));"
(#28) Variable "repo_id" must not contain underscores.
(#29) 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
(#29) This comment is 72% valid code; is this commented out code?
(#29) No space found before comment text; expected "// print_header(null, get_string('recordnew', 'repository_poodll'),null, null, null, false);" but found "//print_header(null, get_string('recordnew', 'repository_poodll'),null, null, null, false);"
(#33) Expected "if (...) {\n"; found "if(...){\n"
(#33) Expected 1 space before "=="; 0 found
(#33) Expected 1 space after "=="; 0 found
(#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 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 4 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 0 spaces, found 2
(#36) Closing brace indented incorrectly; expected 0 spaces, found 2
(#36) Expected "} else {\n"; found "}else{\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 4 spaces, found 3
(#37) Space found before semicolon; expected "$filename;" but found "$filename ;"
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 0 spaces, found 2
(#38) Whitespace found at end of line
repository/poodll/uploadHandler.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) 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,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#6) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#6) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#6) Line 12 of the opening comment must start "//".
(#6) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) No space found before comment text; expected "// if receiving a file of raw data, write it to temp, ie from poodll snapshot" but found "//if receiving a file of raw data, write it to temp, ie from poodll snapshot"
(#11) Expected "if (...) {\n"; found "if(...) {\n"
(#11) Variable "GLOBALS" must be all lower-case
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Line indented incorrectly; expected at least 4 spaces, found 1
(#12) No space found before comment text; expected "// make sure we are logged in" but found "//make sure we are logged in"
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) No space found before comment text; expected "// make a filename randomly" but found "//make a filename randomly"
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Commas (,) must be followed by white space.
(#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
(#17) Inline comments must start with a capital letter, digit or 3-dots sequence
(#17) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) No space found before comment text; expected "// open a stream on the posted data," but found "//open a stream on the posted data,"
(#17) Whitespace found at end of line
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Line indented incorrectly; expected at least 4 spaces, found 1
(#18) No space found before comment text; expected "// this is better than $GLOBALS["HTTP_RAW_POST_DATA"], php.ini settings dont affect" but found "//this is better than $GLOBALS["HTTP_RAW_POST_DATA"], php.ini settings dont affect"
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 4 spaces, found 1
(#20) Commas (,) must be followed by white space.
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Whitespace found at end of line
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#22) No space found before comment text; expected "// we should really check the filesize here but I don't know how" but found "//we should really check the filesize here but I don't know how"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#23) No space found before comment text; expected "// HERE: check file size" but found "//HERE: check file size"
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Whitespace found at end of line
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Line indented incorrectly; expected at least 4 spaces, found 1
(#26) No space found before comment text; expected "// tell our widget what the filename we made up is" but found "//tell our widget what the filename we made up is"
(#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) Whitespace found at end of line
(#29) 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
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#29) No space found before comment text; expected "// if receiveing a file with a name, eg from mp3recorder" but found "//if receiveing a file with a name, eg from mp3recorder"
(#30) Usage of ELSEIF not allowed; use ELSE IF instead
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) No space found before comment text; expected "// make sure the user is logged in" but found "//make sure the user is logged in"
(#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
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Line indented incorrectly; expected at least 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 at least 4 spaces, found 1
(#36) Variable "user_context" must not contain underscores.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Variable "user_context" must not contain underscores.
(#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) Expected 1 space before "!=="; 0 found
(#38) Expected 1 space after "!=="; 0 found
(#40) Closing brace indented incorrectly; expected 1 spaces, found 4
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) No space found before comment text; expected "// make sure the filename is clean, and then make the savepath" but found "//make sure the filename is clean, and then make the savepath"
(#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 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 2
(#45) Line indented incorrectly; expected 8 spaces, found 16
(#47) Line indented incorrectly; expected 8 spaces, found 16
(#48) Closing brace indented incorrectly; expected 2 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 8 spaces, found 5
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) No space found before comment text; expected "// make savepath" but found "//make savepath"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#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 start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) No space found before comment text; expected "// write out the file" but found "//write out the file"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Whitespace found at end of line
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) No space found before comment text; expected "// this for PoodLL recorder" but found "//this for PoodLL recorder"
(#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 1
(#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 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) No space found before comment text; expected "// this for paul nichols recorder" but found "//this for paul nichols recorder"
(#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 1
(#65) No space found before comment text; expected "// this next is so hacky, I feel like having a shower .. if only it wasn't open source .." but found "//this next is so hacky, I feel like having a shower .. if only it wasn't open source .."
(#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 1
(#66) No space found before comment text; expected "// basically we cant control the recorder behaviour well enough to behave like the other PoodLL widgets" but found "//basically we cant control the recorder behaviour well enough to behave like the other PoodLL widgets"
(#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 1
(#67) No space found before comment text; expected "// unlike the ajax like uploads of poodll recorders, the mp3recorder forwards page on to the POST page," but found "//unlike the ajax like uploads of poodll recorders, the mp3recorder forwards page on to the POST page,"
(#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 4 spaces, found 1
(#68) No space found before comment text; expected "// so we need to return something or the screen will be blank" but found "//so we need to return something or the screen will be blank"
(#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 4 spaces, found 1
(#69) No space found before comment text; expected "// we just return a page containing javascript that pushes the next button in the parent frame" but found "//we just return a page containing javascript that pushes the next button in the parent frame"
(#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
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Line indented incorrectly; expected 4 spaces, found 2
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) No space found before comment text; expected "// if not receiveing a file, but being asked to return a previously received file, ie by moodle" but found "//if not receiveing a file, but being asked to return a previously received file, ie by moodle"
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) No space found before comment text; expected "// This url of this script is passed to repo, which then uses it as the download url" but found "//This url of this script is passed to repo, which then uses it as the download url"
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) No space found before comment text; expected "// this way we leave all the saving and file system to standard repo behaviour" but found "//this way we leave all the saving and file system to standard repo behaviour"
(#90) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) No space found before comment text; expected "// if server can't resolve it own DNS it will fail, that should never happen ... right?" but found "//if server can't resolve it own DNS it will fail, that should never happen ... right?"
(#91) Expected "} else {\n"; found "}else{\n"
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Whitespace found at end of line
(#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 4 spaces, found 1
(#94) Variable "fullPath" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#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
(#95) Variable "fullPath" must be all lower-case
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Variable "fullPath" must be all lower-case
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Variable "path_parts" must not contain underscores.
(#97) Variable "fullPath" must be all lower-case
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "path_parts" must not contain underscores.
(#99) Line indented incorrectly; expected 8 spaces, found 4
(#100) Line indented incorrectly; expected 12 spaces, found 8
(#101) Line indented incorrectly; expected at least 16 spaces, found 8
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Line indented incorrectly; expected at least 16 spaces, found 8
(#102) Variable "path_parts" must not contain underscores.
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Whitespace found at end of line
(#105) Line indented incorrectly; expected 12 spaces, found 8
(#106) Line indented incorrectly; expected at least 16 spaces, found 8
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Line indented incorrectly; expected at least 16 spaces, found 8
(#107) Variable "path_parts" must not contain underscores.
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Whitespace found at end of line
(#110) Line indented incorrectly; expected 12 spaces, found 8
(#111) Line indented incorrectly; expected at least 16 spaces, found 8
(#112) Line indented incorrectly; expected at least 16 spaces, found 8
(#112) Variable "path_parts" must not contain underscores.
(#113) Line indented incorrectly; expected 8 spaces, found 4
(#114) Line indented incorrectly; expected at least 8 spaces, found 4
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// use this to open files directly" but found "//use this to open files directly"
(#116) Line indented incorrectly; expected 8 spaces, found 4
(#116) Expected "while (...) {\n"; found "while(...) {\n"
(#117) Line indented incorrectly; expected at least 12 spaces, found 8
(#118) Line indented incorrectly; expected at least 12 spaces, found 8
(#119) Line indented incorrectly; expected 8 spaces, found 4
(#120) Line indented incorrectly; expected 4 spaces, found 0
(#120) Closing brace indented incorrectly; expected 1 spaces, found 0
(#121) Line indented incorrectly; expected at least 4 spaces, found 0
(#122) Line indented incorrectly; expected at least 4 spaces, found 0
(#125) A closing tag is not permitted at the end of a PHP file
repository/poodll/version.php
(#29) Whitespace found at end of line
(#30) Whitespace found at end of line
(#31) Whitespace found at end of line

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(33 errors, 3 warnings)

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

repository/poodll/betterrecorder.php
(#2) File-level phpdocs block is not found
repository/poodll/db/access.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
repository/poodll/lang/en/repository_poodll.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
repository/poodll/lib.php
(#2) Empty line found after PHP open tag
(#15) Class repository_poodll is not documented
(#32) Function repository_poodll::__construct is not documented
(#39) Function repository_poodll::get_instance_option_names is not documented
(#45) Function repository_poodll::instance_config_form is not documented
(#78) Function repository_poodll::print_login is not documented
(#183) Function repository_poodll::check_login is not documented
(#195) Function repository_poodll::get_listing is not documented
(#206) Function repository_poodll::search is not documented
(#684) Function repository_poodll::fetch_recorder is not documented
(#797) Function repository_poodll::fetchMP3PostRecorder is not documented
(#19) Constant repository_poodll::POODLLAUDIO is not documented
(#20) Constant repository_poodll::POODLLVIDEO is not documented
(#21) Constant repository_poodll::POODLLSNAPSHOT is not documented
(#22) Constant repository_poodll::MP3AUDIO is not documented
(#23) Constant repository_poodll::POODLLWIDGET is not documented
(#24) Constant repository_poodll::POODLLWHITEBOARD is not documented
(#200) Found comment starting with three or more slashes
(#3) No one-line description found in phpdocs for file
(#628) There is no description in phpdocs for function supported_returntypes
(#221) Phpdocs for function repository_poodll::fetch_filelist has incomplete parameters list
(#3) File-level phpdocs block does not have @copyright tag
(#191) Invalid inline phpdocs tag @param found
(#192) Invalid inline phpdocs tag @param found
(#193) Invalid inline phpdocs tag @return found
(#202) Invalid inline phpdocs tag @param found
(#203) Invalid inline phpdocs tag @return found
(#15) Package is not specified for class repository_poodll. It is also not specified in file-level phpdocs
repository/poodll/recorder.php
(#2) File-level phpdocs block is not found
repository/poodll/uploadHandler.php
(#2) File-level phpdocs block is not found
repository/poodll/version.php
(#20) Package repository 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]