Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(662 errors, 419 warnings)

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

mod/jclic/action/beans.lib.php
(#1) Missing docblock for file beans.lib.php
(#1) Moodle boilerplate not found
(#3) Missing docblock for function getPrecision
(#3) function name "getPrecision" must be lower-case letters only
(#3) Variable "minActions" must be all lower-case
(#3) Variable "numActions" must be all lower-case
(#5) Variable "minActions" must be all lower-case
(#5) Variable "numActions" must be all lower-case
(#7) Variable "numActions" must be all lower-case
(#7) Variable "minActions" must be all lower-case
(#10) Variable "minActions" must be all lower-case
(#10) Variable "numActions" must be all lower-case
(#13) Variable "minActions" must be all lower-case
(#13) Variable "numActions" must be all lower-case
(#19) Missing docblock for function getSeconds
(#19) function name "getSeconds" must be lower-case letters only
(#23) Missing docblock for function startElement
(#23) function name "startElement" must be lower-case letters only
(#24) Variable "currentBean" must be all lower-case
(#24) Variable "thisElement" must be all lower-case
(#24) Variable "oldElements" must be all lower-case
(#26) Variable "oldElements" must be all lower-case
(#26) Variable "thisElement" must be all lower-case
(#27) Variable "thisElement" must be all lower-case
(#30) Variable "currentBean" must be all lower-case
(#34) Variable "currentBean" must be all lower-case
(#39) Variable "currentBean" must be all lower-case
(#50) Variable "thisElement" must be all lower-case
(#53) Missing docblock for function endElement
(#53) function name "endElement" must be lower-case letters only
(#54) Variable "currentBean" must be all lower-case
(#54) Variable "thisElement" must be all lower-case
(#54) Variable "oldElements" must be all lower-case
(#56) Variable "thisElement" must be all lower-case
(#56) Variable "oldElements" must be all lower-case
(#57) Variable "currentBean" must be all lower-case
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Missing docblock for function characterData
(#61) function name "characterData" must be lower-case letters only
(#62) Variable "thisElement" must be all lower-case
(#64) Variable "thisElement" must be all lower-case
(#65) Variable "thisElement" must be all lower-case
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Missing docblock for function beans_log_file
mod/jclic/action/beans.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file beans.php. Expected mod_jclic, found mod.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#34) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#34) "require_once" must be immediately followed by an open parenthesis
(#35) "require_once" must be immediately followed by an open parenthesis
(#36) "require_once" must be immediately followed by an open parenthesis
(#37) "require_once" must be immediately followed by an open parenthesis
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "oldElements" must be all lower-case
(#43) Variable "thisElement" must be all lower-case
(#46) Variable "currentBean" must be all lower-case
(#49) Variable "xml_parser" must not contain underscores.
(#50) Variable "xml_parser" must not contain underscores.
(#51) Variable "xml_parser" must not contain underscores.
(#52) Variable "xml_parser" must not contain underscores.
(#65) Variable "jclic_session" must not contain underscores.
(#67) Variable "jclic_session" must not contain underscores.
(#68) Variable "jclic_session" must not contain underscores.
(#69) Variable "jclic_session" must not contain underscores.
(#70) Variable "jclic_session" must not contain underscores.
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Variable "jclic_session" must not contain underscores.
(#75) Variable "jclic_session" must not contain underscores.
(#76) Variable "jclic_session" must not contain underscores.
(#77) Variable "jclic_session" must not contain underscores.
(#78) Variable "jclic_session" must not contain underscores.
(#81) The use of function print_r() is forbidden
(#86) Variable "jclic_user" must not contain underscores.
(#87) Variable "jclic_user" must not contain underscores.
(#88) Variable "jclic_user" must not contain underscores.
(#89) Variable "jclic_user" must not contain underscores.
(#90) Variable "jclic_user" must not contain underscores.
(#95) Variable "jclic_session" must not contain underscores.
(#99) Variable "jclic_activity" must not contain underscores.
(#103) Variable "jclic_activity" must not contain underscores.
(#104) Variable "jclic_activity" must not contain underscores.
(#105) Variable "jclic_activity" must not contain underscores.
(#106) Variable "jclic_activity" must not contain underscores.
(#107) Variable "jclic_activity" must not contain underscores.
(#108) Variable "jclic_activity" must not contain underscores.
(#109) Variable "jclic_activity" must not contain underscores.
(#110) Variable "jclic_activity" must not contain underscores.
(#110) Variable "jclic_activity" must not contain underscores.
(#111) Variable "jclic_activity" must not contain underscores.
(#111) Line exceeds maximum limit of 180 characters; contains 194 characters
(#112) Variable "jclic_activity" must not contain underscores.
(#113) Variable "jclic_activity" must not contain underscores.
(#117) Variable "jclic_activity" must not contain underscores.
(#117) Variable "jclic_session" must not contain underscores.
(#117) Short array syntax must be used to define arrays
(#117) Variable "jclic_activity" must not contain underscores.
(#117) Line exceeds 132 characters; contains 143 characters
(#118) Short array syntax must be used to define arrays
(#118) Variable "jclic_session" must not contain underscores.
(#121) Variable "jclic_session" must not contain underscores.
(#126) Variable "jclic_activity" must not contain underscores.
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Line exceeds maximum limit of 180 characters; contains 294 characters
(#138) Line exceeds maximum limit of 180 characters; contains 466 characters
(#139) Line exceeds 132 characters; contains 136 characters
mod/jclic/action/student_results.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file student_results.php. Expected mod_jclic, found mod.
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Short array syntax must be used to define arrays
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Line exceeds 132 characters; contains 164 characters
(#81) Short array syntax must be used to define arrays
(#81) Line exceeds maximum limit of 180 characters; contains 211 characters
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Variable "session_activities_html" must not contain underscores.
(#86) Variable "session_activities_html" must not contain underscores.
(#91) Short array syntax must be used to define arrays
(#97) Variable "sessions_summary" must not contain underscores.
(#100) Variable "sessions_summary" must not contain underscores.
(#101) Variable "sessions_summary" must not contain underscores.
(#102) Variable "sessions_summary" must not contain underscores.
(#102) Variable "sessions_summary" must not contain underscores.
(#103) Variable "sessions_summary" must not contain underscores.
mod/jclic/action/test_beans.php
(#1) No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
mod/jclic/backup/moodle1/lib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file lib.php. Expected mod_jclic, found mod.
(#30) "require_once" must be immediately followed by an open parenthesis
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line exceeds 132 characters; contains 142 characters
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline control structures are not allowed
(#104) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Short array syntax must be used to define arrays
(#112) Short array syntax must be used to define arrays
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) File must end with a newline character
mod/jclic/backup/moodle2/backup_jclic_activity_task.class.php
(#2) Moodle boilerplate not found at first line
(#20) Incorrect @package tag for file backup_jclic_activity_task.class.php. Expected mod_jclic, found mod.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) File must end with a newline character
mod/jclic/backup/moodle2/backup_jclic_stepslib.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file backup_jclic_stepslib.php. Expected mod_jclic, found mod.
(#34) Missing docblock for function define_structure
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) File must end with a newline character
mod/jclic/backup/moodle2/restore_jclic_activity_task.class.php
(#2) Moodle boilerplate not found at first line
(#20) Incorrect @package tag for file restore_jclic_activity_task.class.php. Expected mod_jclic, found mod.
(#29) "require_once" must be immediately followed by an open parenthesis
(#30) "require_once" must be immediately followed by an open parenthesis
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Short array syntax must be used to define arrays
(#85) The static declaration must come after the visibility declaration
(#106) Short array syntax must be used to define arrays
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/backup/moodle2/restore_jclic_stepslib.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file restore_jclic_stepslib.php. Expected mod_jclic, found mod.
(#34) Missing docblock for function define_structure
(#36) Short array syntax must be used to define arrays
(#42) Line exceeds 132 characters; contains 144 characters
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Missing docblock for function process_jclic
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Missing docblock for function process_jclic_session
(#83) Missing docblock for function process_jclic_session_activity
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Missing docblock for function after_execute
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/check_db_syntax.php
(#1) Missing docblock for file check_db_syntax.php
(#1) Moodle boilerplate not found
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4) 75 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#7) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#10) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#12) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#23) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#24) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#25) 75 slashes comments are not allowed; use "// Comment." instead
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Variable "is_moodle_root" must not contain underscores.
(#36) Variable "is_moodle_root" must not contain underscores.
(#57) Line exceeds maximum limit of 180 characters; contains 204 characters
(#131) Variable "is_moodle_root" must not contain underscores.
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) "require_once" must be immediately followed by an open parenthesis
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line exceeds 132 characters; contains 143 characters
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Line exceeds maximum limit of 180 characters; contains 763 characters
(#236) Variable "dml_megarule" must not contain underscores.
(#237) Variable "helper_megarule" must not contain underscores.
(#238) Variable "ddl_megarule" must not contain underscores.
(#239) Variable "coreonly_megarule" must not contain underscores.
(#240) Variable "enum_megarule" must not contain underscores.
(#241) Variable "internal_megarule" must not contain underscores.
(#242) Variable "unsupported_megarule" must not contain underscores.
(#243) Variable "other_megarule" must not contain underscores.
(#244) Variable "reserved_megarule" must not contain underscores.
(#247) Variable "all_megarules" must not contain underscores.
(#248) Variable "dml_megarule" must not contain underscores.
(#249) Variable "helper_megarule" must not contain underscores.
(#250) Variable "ddl_megarule" must not contain underscores.
(#251) Variable "coreonly_megarule" must not contain underscores.
(#252) Variable "enum_megarule" must not contain underscores.
(#253) Variable "internal_megarule" must not contain underscores.
(#254) Variable "unsupported_megarule" must not contain underscores.
(#255) Variable "other_megarule" must not contain underscores.
(#256) Variable "reserved_megarule" must not contain underscores.
(#271) Variable "is_moodle_root" must not contain underscores.
(#290) Variable "all_megarules" must not contain underscores.
(#293) Variable "is_moodle_root" must not contain underscores.
(#293) Variable "is_moodle_root" must not contain underscores.
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) 3 slashes comments are not allowed; use "// Comment." instead
(#296) Short array syntax must be used to define arrays
(#303) Short array syntax must be used to define arrays
(#352) DocBlock missing a @package tag for function calculate_megarule. Expected @package mod_jclic
(#380) DocBlock missing a @package tag for function files_to_check. Expected @package mod_jclic
(#418) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#422) Line exceeds 132 characters; contains 153 characters
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#422) 3 slashes comments are not allowed; use "// Comment." instead
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Missing docblock for function is_known_false_positive
(#444) Variable "is_moodle_root" must not contain underscores.
(#446) Variable "is_moodle_root" must not contain underscores.
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/classes/event/course_module_instance_list_viewed.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#49) Must use "self::" for local static member reference
mod/jclic/classes/event/course_module_viewed.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/db/access.php
(#2) Moodle boilerplate not found at first line
(#43) Incorrect @package tag for file access.php. Expected mod_jclic, found mod.
mod/jclic/db/install.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file install.php. Expected mod_jclic, found mod.
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#45) There should be a comma after the last array item in a multi-line array.
mod/jclic/db/log.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file log.php. Expected mod_jclic, found mod.
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
mod/jclic/db/upgrade.php
(#2) Moodle boilerplate not found at first line
(#28) Incorrect @package tag for file upgrade.php. Expected mod_jclic, found mod.
(#35) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) 3 slashes comments are not allowed; use "// Comment." instead
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Line indented incorrectly; expected at least 4 spaces, found 0
(#100) No space found before comment text; expected "// ===== 1.9.0 upgrade line ======//" but found "//===== 1.9.0 upgrade line ======//"
(#104) "require_once" must be immediately followed by an open parenthesis
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline control structures are not allowed
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Short array syntax must be used to define arrays
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Short array syntax must be used to define arrays
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/db/upgradelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file upgradelib.php. Expected mod_jclic, found mod.
(#30) "require_once" must be immediately followed by an open parenthesis
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "file_record" must not contain underscores.
(#74) Variable "file_record" must not contain underscores.
(#75) Empty CATCH statement detected
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/jclic/index.php
(#2) Moodle boilerplate not found at first line
(#24) Incorrect @package tag for file index.php. Expected mod_jclic, found mod.
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) This comment is 41% valid code; is this commented out code?
(#52) No space found before comment text; expected "// $PAGE->set_cacheable(false);" but found "//$PAGE->set_cacheable(false);"
(#53) No space found before comment text; expected "// $PAGE->set_focuscontrol('some-html-id');" but found "//$PAGE->set_focuscontrol('some-html-id');"
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// $PAGE->add_body_class('jclic-'.$somevar);" but found "//$PAGE->add_body_class('jclic-'.$somevar);"
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Short array syntax must be used to define arrays
(#99) Short array syntax must be used to define arrays
mod/jclic/lang/ca/jclic.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file jclic.php. Expected mod_jclic, found mod.
(#52) The string key "skin" is not in the correct order, it should be before "starttime"
(#59) Unexpected comment found. Auto-fixing will not work after this comment
(#60) The string key "actions" is not in the correct order, it should be before "width"
(#66) Unexpected comment found. Auto-fixing will not work after this comment
(#67) The string key "header_jclic" is not in the correct order, it should be before "time"
(#70) Unexpected comment found. Auto-fixing will not work after this comment
(#71) The string key "deleteallsessions" is not in the correct order, it should be before "header_score"
(#73) Unexpected comment found. Auto-fixing will not work after this comment
(#75) The string key "exiturl" is not in the correct order, it should be before "lang"
(#77) Unexpected comment found. Auto-fixing will not work after this comment
(#78) The string key "availabledate" is not in the correct order, it should be before "exiturl"
(#99) The string key "jclicfile" is not in the correct order, it should be before "jclicurl_help"
(#121) The string key "jclic:view" is not in the correct order, it should be before "urledit_help"
(#122) The string key "jclic:submit" is not in the correct order, it should be before "jclic:view"
(#123) The string key "jclic:grade" is not in the correct order, it should be before "jclic:submit"
(#125) Unexpected comment found. Auto-fixing will not work after this comment
(#126) The string key "jclic:addinstance" is not in the correct order, it should be before "jclic:grade"
(#130) Unexpected comment found. Auto-fixing will not work after this comment
(#131) The string key "event_course_module_viewed" is not in the correct order, it should be before "pluginjs_help"
(#134) The string key "report_details" is not in the correct order, it should be before "results"
(#137) Unexpected comment found. Auto-fixing will not work after this comment
(#138) The string key "jclicjs" is not in the correct order, it should be before "report_normal"
mod/jclic/lang/el/jclic.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file jclic.php. Expected mod_jclic, found mod.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#51) The string key "skin" is not in the correct order, it should be before "starttime"
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#58) Unexpected comment found. Auto-fixing will not work after this comment
(#59) The string key "actions" is not in the correct order, it should be before "width"
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#65) Unexpected comment found. Auto-fixing will not work after this comment
(#66) The string key "header_jclic" is not in the correct order, it should be before "time"
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#69) Unexpected comment found. Auto-fixing will not work after this comment
(#70) The string key "deleteallsessions" is not in the correct order, it should be before "header_score"
(#72) Unexpected comment found. Auto-fixing will not work after this comment
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) The string key "exiturl" is not in the correct order, it should be before "lang"
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#77) Unexpected comment found. Auto-fixing will not work after this comment
(#78) The string key "availabledate" is not in the correct order, it should be before "exiturl"
(#82) Whitespace found at end of line within string
(#88) Whitespace found at end of line within string
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#99) The string key "jclicfile" is not in the correct order, it should be before "jclicurl_help"
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#109) Unexpected comment found. Auto-fixing will not work after this comment
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Unexpected comment found. Auto-fixing will not work after this comment
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/en/jclic.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file jclic.php. Expected mod_jclic, found mod.
(#47) Expected 1 space before "="; 0 found
(#51) Expected 1 space before "="; 0 found
(#52) The string key "skin" is not in the correct order, it should be before "starttime"
(#53) Expected 1 space before "="; 0 found
(#54) Expected 1 space before "="; 0 found
(#59) Unexpected comment found. Auto-fixing will not work after this comment
(#60) The string key "actions" is not in the correct order, it should be before "width"
(#66) Unexpected comment found. Auto-fixing will not work after this comment
(#67) The string key "deleteallsessions" is not in the correct order, it should be before "time"
(#69) Unexpected comment found. Auto-fixing will not work after this comment
(#71) The string key "exiturl" is not in the correct order, it should be before "lang"
(#74) Unexpected comment found. Auto-fixing will not work after this comment
(#75) The string key "availabledate" is not in the correct order, it should be before "exiturl"
(#96) The string key "jclicfile" is not in the correct order, it should be before "jclicurl_help"
(#117) The string key "jclic:view" is not in the correct order, it should be before "urledit_help"
(#118) The string key "jclic:submit" is not in the correct order, it should be before "jclic:view"
(#119) The string key "jclic:grade" is not in the correct order, it should be before "jclic:submit"
(#121) Unexpected comment found. Auto-fixing will not work after this comment
(#122) The string key "jclic:addinstance" is not in the correct order, it should be before "jclic:grade"
(#127) Unexpected comment found. Auto-fixing will not work after this comment
(#128) The string key "event_course_module_viewed" is not in the correct order, it should be before "pluginjs_help"
(#131) The string key "report_details" is not in the correct order, it should be before "results"
(#134) Unexpected comment found. Auto-fixing will not work after this comment
(#135) The string key "jclicjs" is not in the correct order, it should be before "report_normal"
mod/jclic/lang/es/jclic.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file jclic.php. Expected mod_jclic, found mod.
(#52) The string key "skin" is not in the correct order, it should be before "starttime"
(#59) Unexpected comment found. Auto-fixing will not work after this comment
(#60) The string key "actions" is not in the correct order, it should be before "width"
(#66) Unexpected comment found. Auto-fixing will not work after this comment
(#67) The string key "header_jclic" is not in the correct order, it should be before "time"
(#70) Unexpected comment found. Auto-fixing will not work after this comment
(#73) Unexpected comment found. Auto-fixing will not work after this comment
(#74) The string key "deleteallsessions" is not in the correct order, it should be before "preview_jclic"
(#76) Unexpected comment found. Auto-fixing will not work after this comment
(#78) The string key "exiturl" is not in the correct order, it should be before "lang"
(#81) Unexpected comment found. Auto-fixing will not work after this comment
(#82) The string key "availabledate" is not in the correct order, it should be before "exiturl"
(#103) The string key "jclicfile" is not in the correct order, it should be before "jclicurl_help"
(#125) The string key "jclic:view" is not in the correct order, it should be before "urledit_help"
(#126) The string key "jclic:submit" is not in the correct order, it should be before "jclic:view"
(#127) The string key "jclic:grade" is not in the correct order, it should be before "jclic:submit"
(#129) Unexpected comment found. Auto-fixing will not work after this comment
(#130) The string key "jclic:addinstance" is not in the correct order, it should be before "jclic:grade"
(#134) Unexpected comment found. Auto-fixing will not work after this comment
(#135) The string key "event_course_module_viewed" is not in the correct order, it should be before "pluginjs_help"
(#138) The string key "report_details" is not in the correct order, it should be before "results"
(#141) Unexpected comment found. Auto-fixing will not work after this comment
(#142) The string key "jclicjs" is not in the correct order, it should be before "report_normal"
mod/jclic/lang/eu/jclic.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file jclic.php. Expected mod_jclic, found jclic.
(#23) Whitespace found at end of line
(#49) The string key "filetype_help" is not in the correct order, it should be before "filetypeexternal"
(#62) The string key "jclic:grade" is not in the correct order, it should be before "jclicfile_help"
(#65) The string key "jclic:submit" is not in the correct order, it should be before "jclicjarbase_help"
(#68) The string key "jclic:view" is not in the correct order, it should be before "jclicurl_help"
mod/jclic/lang/gl/jclic.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file jclic.php. Expected mod_jclic, found mod.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#51) The string key "skin" is not in the correct order, it should be before "starttime"
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#58) Unexpected comment found. Auto-fixing will not work after this comment
(#59) The string key "actions" is not in the correct order, it should be before "width"
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#65) Unexpected comment found. Auto-fixing will not work after this comment
(#66) The string key "header_jclic" is not in the correct order, it should be before "time"
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#69) Unexpected comment found. Auto-fixing will not work after this comment
(#70) The string key "deleteallsessions" is not in the correct order, it should be before "header_score"
(#72) Unexpected comment found. Auto-fixing will not work after this comment
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) The string key "exiturl" is not in the correct order, it should be before "lang"
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#77) Unexpected comment found. Auto-fixing will not work after this comment
(#78) The string key "availabledate" is not in the correct order, it should be before "exiturl"
(#82) Whitespace found at end of line within string
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#99) The string key "jclicfile" is not in the correct order, it should be before "jclicurl_help"
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#106) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#113) Unexpected comment found. Auto-fixing will not work after this comment
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Unexpected comment found. Auto-fixing will not work after this comment
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/he/jclic.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file jclic.php. Expected mod_jclic, found mod.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#46) Expected 1 space before "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#51) The string key "skin" is not in the correct order, it should be before "starttime"
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#58) Unexpected comment found. Auto-fixing will not work after this comment
(#59) The string key "actions" is not in the correct order, it should be before "width"
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#60) Expected 1 space before "="; 0 found
(#60) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#65) Unexpected comment found. Auto-fixing will not work after this comment
(#66) The string key "header_jclic" is not in the correct order, it should be before "time"
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#69) Unexpected comment found. Auto-fixing will not work after this comment
(#70) The string key "deleteallsessions" is not in the correct order, it should be before "header_score"
(#72) Unexpected comment found. Auto-fixing will not work after this comment
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 0 found
(#74) The string key "exiturl" is not in the correct order, it should be before "lang"
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 0 found
(#77) Unexpected comment found. Auto-fixing will not work after this comment
(#78) The string key "availabledate" is not in the correct order, it should be before "exiturl"
(#82) Whitespace found at end of line within string
(#88) Whitespace found at end of line within string
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#99) The string key "jclicfile" is not in the correct order, it should be before "jclicurl_help"
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Whitespace found at end of line within string
(#104) Whitespace found at end of line within string
(#105) Whitespace found at end of line within string
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#112) Unexpected comment found. Auto-fixing will not work after this comment
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Unexpected comment found. Auto-fixing will not work after this comment
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/pt_br/jclic.php
(#2) Moodle boilerplate not found at first line
(#21) Whitespace found at end of line
(#23) Incorrect @package tag for file jclic.php. Expected mod_jclic, found mod.
(#51) The string key "skin" is not in the correct order, it should be before "starttime"
(#60) Unexpected comment found. Auto-fixing will not work after this comment
(#61) The string key "header_jclic" is not in the correct order, it should be before "width"
(#64) Unexpected comment found. Auto-fixing will not work after this comment
(#65) The string key "deleteallsessions" is not in the correct order, it should be before "header_score"
(#67) Unexpected comment found. Auto-fixing will not work after this comment
(#69) The string key "exiturl" is not in the correct order, it should be before "lang"
(#71) Unexpected comment found. Auto-fixing will not work after this comment
(#72) The string key "availabledate" is not in the correct order, it should be before "exiturl"
(#75) Unexpected string end, it should be a line feed after a semicolon
(#77) Whitespace found at end of line
(#82) Whitespace found at end of line within string
(#93) The string key "jclicfile" is not in the correct order, it should be before "jclicurl_help"
(#97) Whitespace found at end of line within string
(#113) The string key "jclic:view" is not in the correct order, it should be before "urledit_help"
(#114) The string key "jclic:submit" is not in the correct order, it should be before "jclic:view"
(#115) Unexpected string end, it should be a line feed after a semicolon
(#115) File must end with a newline character
mod/jclic/lib.php
(#2) Moodle boilerplate not found at first line
(#27) Incorrect @package tag for file lib.php. Expected mod_jclic, found mod.
(#36) Missing docblock for constant JCLIC_DEFAULT_JARBASE
(#37) Missing docblock for constant JCLIC_DEFAULT_LAP
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Missing docblock for constant JCLIC_FILE_TYPE_LOCAL
(#41) Missing docblock for constant JCLIC_FILE_TYPE_EXTERNAL
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Missing docblock for constant JCLIC_ACTIVITY_TYPE_JAVA
(#45) Missing docblock for constant JCLIC_ACTIVITY_TYPE_HTML5
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) This comment is 78% valid code; is this commented out code?
(#48) "require_once" must be immediately followed by an open parenthesis
(#58) Invalid docblock tag "@todo:".
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) This comment is 50% valid code; is this commented out code?
(#66) Line indented incorrectly; expected at least 8 spaces, found 0
(#66) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 8 spaces, found 0
(#67) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) This comment is 56% valid code; is this commented out code?
(#72) Line indented incorrectly; expected at least 8 spaces, found 0
(#72) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) This comment is 50% valid code; is this commented out code?
(#75) Line indented incorrectly; expected at least 8 spaces, found 0
(#75) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected at least 8 spaces, found 0
(#76) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) This comment is 50% valid code; is this commented out code?
(#79) Line indented incorrectly; expected at least 8 spaces, found 0
(#79) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Line indented incorrectly; expected at least 8 spaces, found 0
(#80) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#103) Invalid docblock tag "@todo:".
(#105) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $mform.
(#126) "require_once" must be immediately followed by an open parenthesis
(#147) "require_once" must be immediately followed by an open parenthesis
(#173) "require_once" must be immediately followed by an open parenthesis
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Invalid docblock tag "@todo:".
(#212) The use of function print_r() is forbidden
(#223) Invalid docblock tag "@todo:".
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Invalid docblock tag "@todo:".
(#250) Invalid docblock tag "@todo:".
(#278) No space found before comment text; expected "// Get teachers." but found "//Get teachers."
(#300) Docblock tag "@example" is not recommended.
(#303) Short array syntax must be used to define arrays
(#362) "require_once" must be immediately followed by an open parenthesis
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Invalid docblock tag "@todo:".
(#404) Invalid docblock tag "@todo:".
(#408) "require_once" must be immediately followed by an open parenthesis
(#410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) Variable "sessions_summary" must not contain underscores.
(#419) Variable "sessions_summary" must not contain underscores.
(#420) Variable "sessions_summary" must not contain underscores.
(#421) Variable "sessions_summary" must not contain underscores.
(#422) Variable "sessions_summary" must not contain underscores.
(#426) Variable "sessions_summary" must not contain underscores.
(#428) Variable "sessions_summary" must not contain underscores.
(#444) Invalid docblock tag "@todo:".
(#448) "require_once" must be immediately followed by an open parenthesis
(#464) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#533) Inline comments must start with a capital letter, digit or 3-dots sequence
(#533) Inline comments must end in full-stops, exclamation marks, or question marks
(#597) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $jclicnode.
(#625) Variable "url_normal" must not contain underscores.
(#626) Variable "url_details" must not contain underscores.
(#629) Variable "url_normal" must not contain underscores.
(#631) Variable "url_details" must not contain underscores.
(#637) Variable "url_normal" must not contain underscores.
(#649) Variable "url_normal" must not contain underscores.
(#660) Variable "url_details" must not contain underscores.
mod/jclic/locallib.php
(#2) Moodle boilerplate not found at first line
(#24) Incorrect @package tag for file locallib.php. Expected mod_jclic, found mod.
(#33) "require_once" must be immediately followed by an open parenthesis
(#294) Short array syntax must be used to define arrays
(#304) Missing docblock for function update_file
(#304) Visibility must be declared on method "update_file"
(#378) "require_once" must be immediately followed by an open parenthesis
(#403) "require_once" must be immediately followed by an open parenthesis
(#429) "require_once" must be immediately followed by an open parenthesis
(#462) Missing docblock for function get_filetype
(#474) Missing docblock for function set_mainfile
(#517) Missing docblock for function save_package
(#517) Visibility must be declared on method "save_package"
(#530) Must use "self::" for local static member reference
(#545) Visibility must be declared on method "extract_package"
(#545) Variable "force_extract" must not contain underscores.
(#574) Variable "force_extract" must not contain underscores.
(#587) Missing docblock for function is_html5
(#607) Missing docblock for function get_filemanager_options
(#654) Missing docblock for function get_context
(#665) Visibility must be declared on method "get_filearea"
(#672) Missing docblock for class jclic_package_file_info
(#673) Missing docblock for function get_parent
(#680) Missing docblock for function get_visible_name
(#764) Line exceeds maximum limit of 180 characters; contains 253 characters
(#778) Missing docblock for function jclic_display
(#778) Variable "jclic_instance" must not contain underscores.
(#779) Variable "jclic_instance" must not contain underscores.
(#788) Missing docblock for function jclic_display_applet
(#791) Variable "jclic_instance" must not contain underscores.
(#804) Variable "jclic_instance" must not contain underscores.
(#823) Missing docblock for function jclic_display_html5
(#826) Variable "jclic_instance" must not contain underscores.
(#839) Variable "jclic_instance" must not contain underscores.
(#859) Missing docblock for function jclic_download_file_content
(#879) Missing docblock for function jclic_get_url
(#883) Variable "jclic_instance" must not contain underscores.
(#885) Variable "jclic_instance" must not contain underscores.
(#888) Variable "jclic_instance" must not contain underscores.
(#889) Variable "jclic_instance" must not contain underscores.
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#896) Line exceeds maximum limit of 180 characters; contains 210 characters
(#906) Inline comments must end in full-stops, exclamation marks, or question marks
(#907) Variable "jclic_instance" must not contain underscores.
(#907) Variable "jclic_instance" must not contain underscores.
(#909) Line exceeds maximum limit of 180 characters; contains 214 characters
(#921) Inline comments must end in full-stops, exclamation marks, or question marks
(#932) Inline comments must start with a capital letter, digit or 3-dots sequence
(#932) Inline comments must end in full-stops, exclamation marks, or question marks
(#932) This comment is 73% valid code; is this commented out code?
(#932) No space found before comment text; expected "// resource_print_filenotfound($resource, $cm, $course);" but found "//resource_print_filenotfound($resource, $cm, $course);"
(#1010) Missing docblock for function jclic_set_mainfile
(#1017) Missing docblock for function jclic_is_valid_external_url
(#1018) Line exceeds 132 characters; contains 146 characters
(#1021) Missing docblock for function jclic_is_valid_file
(#1095) Variable "session_id" must not contain underscores.
(#1098) Short array syntax must be used to define arrays
(#1099) Short array syntax must be used to define arrays
(#1099) Variable "session_id" must not contain underscores.
(#1152) Variable "session_id" must not contain underscores.
(#1153) Variable "table_html" must not contain underscores.
(#1155) Inline comments must end in full-stops, exclamation marks, or question marks
(#1164) Inline comments must end in full-stops, exclamation marks, or question marks
(#1165) Variable "session_id" must not contain underscores.
(#1173) Variable "act_percent" must not contain underscores.
(#1179) Variable "act_percent" must not contain underscores.
(#1185) Variable "table_html" must not contain underscores.
(#1188) Variable "table_html" must not contain underscores.
(#1213) Variable "sessions_summary" must not contain underscores.
(#1214) Variable "sessions_summary" must not contain underscores.
(#1215) Variable "sessions_summary" must not contain underscores.
(#1216) Variable "sessions_summary" must not contain underscores.
(#1217) Variable "sessions_summary" must not contain underscores.
(#1218) Variable "sessions_summary" must not contain underscores.
(#1219) Variable "sessions_summary" must not contain underscores.
(#1221) Line exceeds 132 characters; contains 163 characters
(#1222) Line exceeds 132 characters; contains 162 characters
(#1224) Line exceeds 132 characters; contains 147 characters
(#1226) Variable "sessions_summary" must not contain underscores.
(#1227) Variable "sessions_summary" must not contain underscores.
(#1228) Variable "sessions_summary" must not contain underscores.
(#1229) Variable "sessions_summary" must not contain underscores.
(#1235) Line exceeds 132 characters; contains 156 characters
(#1236) Variable "sessions_summary" must not contain underscores.
(#1242) Line exceeds 132 characters; contains 180 characters
(#1243) Variable "sessions_summary" must not contain underscores.
(#1246) Variable "sessions_summary" must not contain underscores.
mod/jclic/mod_form.php
(#2) Moodle boilerplate not found at first line
(#24) Incorrect @package tag for file mod_form.php. Expected mod_jclic, found mod.
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#44) Visibility must be declared on method "definition"
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#74) Short array syntax must be used to define arrays
(#79) Short array syntax must be used to define arrays
(#79) Line exceeds 132 characters; contains 151 characters
(#82) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#87) Short array syntax must be used to define arrays
(#88) Short array syntax must be used to define arrays
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) No space found before comment text; expected "// ---GRADING-------------------------------------------------------------------------------" but found "//---GRADING-------------------------------------------------------------------------------"
(#93) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) No space found before comment text; expected "// ---OPTIONS---------------------------------------------------------------------------" but found "//---OPTIONS---------------------------------------------------------------------------"
(#104) Short array syntax must be used to define arrays
(#116) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
(#123) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#132) Missing docblock for function data_preprocessing
(#132) Visibility must be declared on method "data_preprocessing"
(#132) Variable "default_values" must not contain underscores.
(#141) Variable "default_values" must not contain underscores.
(#145) Missing docblock for function validation
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Missing docblock for function set_data
(#180) Visibility must be declared on method "set_data"
(#180) Variable "default_values" must not contain underscores.
(#181) Variable "default_values" must not contain underscores.
(#181) Variable "default_values" must not contain underscores.
(#183) Variable "default_values" must not contain underscores.
(#184) Variable "default_values" must not contain underscores.
(#185) Variable "default_values" must not contain underscores.
(#187) Variable "default_values" must not contain underscores.
(#188) Variable "default_values" must not contain underscores.
(#188) Variable "default_values" must not contain underscores.
(#189) Variable "default_values" must not contain underscores.
(#193) Variable "default_values" must not contain underscores.
(#194) Variable "default_values" must not contain underscores.
(#197) Missing docblock for function completion_rule_enabled
(#197) Visibility must be declared on method "completion_rule_enabled"
mod/jclic/report.php
(#2) Moodle boilerplate not found at first line
(#24) Incorrect @package tag for file report.php. Expected mod_jclic, found mod.
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Short array syntax must be used to define arrays
(#120) "require_once" must be immediately followed by an open parenthesis
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) 3 slashes comments are not allowed; use "// Comment." instead
(#183) Variable "sessions_summary" must not contain underscores.
(#184) Variable "sessions_summary" must not contain underscores.
(#190) Line exceeds maximum limit of 180 characters; contains 205 characters
(#204) Variable "first_session" must not contain underscores.
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Line exceeds 132 characters; contains 180 characters
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Variable "first_session" must not contain underscores.
(#230) Variable "first_session" must not contain underscores.
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Variable "sessions_summary" must not contain underscores.
(#244) Variable "sessions_summary" must not contain underscores.
(#244) Line exceeds maximum limit of 180 characters; contains 183 characters
(#245) Variable "sessions_summary" must not contain underscores.
(#245) Variable "sessions_summary" must not contain underscores.
(#246) Variable "sessions_summary" must not contain underscores.
(#247) Variable "sessions_summary" must not contain underscores.
(#248) Variable "sessions_summary" must not contain underscores.
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/settings.php
(#1) No one-line description found in phpdocs for docblock of file settings.php
(#2) Moodle boilerplate not found at first line
(#19) Incorrect @package tag for file settings.php. Expected mod_jclic, found mod.
(#29) "require_once" must be immediately followed by an open parenthesis
mod/jclic/tests/base_test.php
(#21) Invalid @category tag value "phpunit".
(#35) Testcase mod_jclic_base_testcase should be declared as abstract.
(#35) PHPUnit testcase name "mod_jclic_base_testcase" does not match file name "base_test"
(#35) PHPUnit class "mod_jclic_base_testcase" does not have any namespace. It is recommended to add it to the "mod_jclic" namespace, using more levels if needed, in order to match the code being tested
(#37) Invalid docblock tag "@const".
(#39) Invalid docblock tag "@const".
(#41) Invalid docblock tag "@const".
(#43) Invalid docblock tag "@const".
(#45) Invalid docblock tag "@const".
(#47) Invalid docblock tag "@const".
(#49) Invalid docblock tag "@const".
(#51) Invalid docblock tag "@const".
(#90) Short array syntax must be used to define arrays
(#95) Short array syntax must be used to define arrays
(#100) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#110) Short array syntax must be used to define arrays
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#118) Short array syntax must be used to define arrays
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#126) Short array syntax must be used to define arrays
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#138) Missing docblock for function create_extra_users in testcase
(#140) Short array syntax must be used to define arrays
(#145) Short array syntax must be used to define arrays
(#150) Short array syntax must be used to define arrays
(#155) Short array syntax must be used to define arrays
(#160) Short array syntax must be used to define arrays
(#160) Expected 1 space before "=>"; 0 found
(#160) Expected 1 space after "=>"; 0 found
(#168) Short array syntax must be used to define arrays
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#176) Short array syntax must be used to define arrays
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#202) Short array syntax must be used to define arrays
(#208) Test method test_create_instance() is missing any coverage information, own or at class level
(#208) Test method test_create_instance() is missing a return type
mod/jclic/tests/generator/lib.php
(#17) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#30) Missing docblock for function create_instance
(#30) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $options.
(#34) Short array syntax must be used to define arrays
(#58) Missing docblock for function grade_jclic
(#62) Short array syntax must be used to define arrays
(#68) There should be a comma after the last array item in a multi-line array.
(#77) Short array syntax must be used to define arrays
mod/jclic/tests/lib_test.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#6) Invalid @category tag value "phpunit".
(#17) Testcase mod_jclic_lib_testcase should be declared as abstract.
(#17) PHPUnit testcase name "mod_jclic_lib_testcase" does not match file name "lib_test"
(#17) PHPUnit class "mod_jclic_lib_testcase" does not have any namespace. It is recommended to add it to the "mod_jclic" namespace, using more levels if needed, in order to match the code being tested
(#17) Missing docblock for class mod_jclic_lib_testcase
(#22) Test method test_mod_jclic_delete_instance() is missing any coverage information, own or at class level
(#22) Test method test_mod_jclic_delete_instance() is missing a return type
(#34) Short array syntax must be used to define arrays
(#38) Short array syntax must be used to define arrays
(#44) Test method test_mod_jclic_add_instance() is missing any coverage information, own or at class level
(#44) Test method test_mod_jclic_add_instance() is missing a return type
(#52) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#71) Test method test_mod_jclic_backup_restore() is missing any coverage information, own or at class level
(#71) Test method test_mod_jclic_backup_restore() is missing a return type
(#84) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#87) Short array syntax must be used to define arrays
(#135) Test method test_mod_jclic_duplicate() is missing any coverage information, own or at class level
(#135) Test method test_mod_jclic_duplicate() is missing a return type
(#148) Short array syntax must be used to define arrays
(#150) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#206) File must end with a newline character
mod/jclic/tests/test_jclic_backup.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file test_jclic_backup.php
(#1) Moodle boilerplate not found
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#9) Variable "course_module_to_backup" must not contain underscores.
(#9) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) Variable "user_doing_the_backup" must not contain underscores.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Variable "course_module_to_backup" must not contain underscores.
(#13) Variable "user_doing_the_backup" must not contain underscores.
mod/jclic/tests/test_jclic_convert.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file test_jclic_convert.php
(#1) Moodle boilerplate not found
mod/jclic/tests/test_jclic_restore.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file test_jclic_restore.php
(#1) Moodle boilerplate not found
(#7) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/version.php
(#16) Boilerplate comment must be followed by a single blank line or end of file
(#24) Incorrect @package tag for file version.php. Expected mod_jclic, found mod.
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/view.php
(#2) Moodle boilerplate not found at first line
(#24) Incorrect @package tag for file view.php. Expected mod_jclic, found mod.
(#31) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#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
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Usage of ELSEIF not allowed; use ELSE IF instead

Javascript coding style problems

(876 errors, 895 warnings)

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

mod/jclic/action/prototype.js
(#23) The '__proto__' property is deprecated. (no-proto)
(#24) The '__proto__' property is deprecated. (no-proto)
(#30) Unexpected empty method 'emptyFunction'. (no-empty-function)
(#31) Statement inside of curly braces should be on next line. (brace-style)
(#31) Missing semicolon. (semi)
(#31) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#32) Missing semicolon. (semi)
(#38) Missing semicolon. (semi)
(#40) Missing semicolon. (semi)
(#49) Missing semicolon. (semi)
(#54) Expected { after 'if' condition. (curly)
(#55) Expected { after 'if' condition. (curly)
(#58) Expected { after 'if' condition. (curly)
(#65) Expected space(s) after "switch". (keyword-spacing)
(#69) Method 'toJSON' expected no return value. (consistent-return)
(#71) Expected { after 'if' condition. (curly)
(#71) Method 'toJSON' expected no return value. (consistent-return)
(#72) Expected { after 'if' condition. (curly)
(#72) Method 'toJSON' expected no return value. (consistent-return)
(#73) Expected { after 'if' condition. (curly)
(#78) Expected { after 'if' condition. (curly)
(#80) Method 'toJSON' expected no return value. (consistent-return)
(#86) Expected { after 'for-in'. (curly)
(#93) Expected { after 'for-in'. (curly)
(#102) Function prototype is read only, properties should not be added. (no-extend-native)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#103) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#106) Missing semicolon. (semi)
(#107) Missing semicolon. (semi)
(#109) Function prototype is read only, properties should not be added. (no-extend-native)
(#110) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#110) 'object' is already defined. (no-redeclare)
(#110) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#113) Missing semicolon. (semi)
(#114) Missing semicolon. (semi)
(#140) Date prototype is read only, properties should not be added. (no-extend-native)
(#158) Empty block statement. (no-empty)
(#163) Missing semicolon. (semi)
(#165) Expected space or tab after '/*' in comment. (spaced-comment)
(#182) Expected { after 'if' condition. (curly)
(#197) Missing semicolon. (semi)
(#200) Use '===' to compare with null. (no-eq-null)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#214) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#215) Avoid arguments.callee. (no-caller)
(#218) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#221) Multiple spaces found before '='. (no-multi-spaces)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Unexpected use of comma operator. (no-sequences)
(#234) Expected { after 'if' condition. (curly)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) eval can be harmful. (no-eval)
(#272) Missing semicolon. (semi)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) Avoid arguments.callee. (no-caller)
(#284) Do not nest ternary expressions. (no-nested-ternary)
(#285) Statement inside of curly braces should be on next line. (brace-style)
(#285) Operator '+' must be spaced. (space-infix-ops)
(#285) Missing semicolon. (semi)
(#285) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Expected { after 'if' condition. (curly)
(#297) Expected { after 'if' condition. (curly)
(#300) Expected { after 'if' condition. (curly)
(#302) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#303) Expected { after 'else'. (curly)
(#320) Expected { after 'for' condition. (curly)
(#325) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#326) Expected { after 'if' condition. (curly)
(#333) Expected { after 'for' condition. (curly)
(#343) This line has a length of 138. Maximum allowed is 132. (max-len)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#343) A space is required after ','. (comma-spacing)
(#347) A space is required after ','. (comma-spacing)
(#351) Unexpected control character(s) in regular expression: \x00, \x1f. (no-control-regex)
(#355) Expected { after 'if' condition. (curly)
(#370) Unnecessary escape character: \[. (no-useless-escape)
(#371) Expected { after 'if' condition. (curly)
(#371) eval can be harmful. (no-eval)
(#372) Empty block statement. (no-empty)
(#398) Expected { after 'if' condition. (curly)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#400) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#403) A space is required after ','. (comma-spacing)
(#408) Expected { after 'if' condition. (curly)
(#410) Statement inside of curly braces should be on next line. (brace-style)
(#410) Missing semicolon. (semi)
(#410) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#411) Missing semicolon. (semi)
(#413) String prototype is read only, properties should not be added. (no-extend-native)
(#420) Unexpected use of 'with' statement. (no-with)
(#420) 'div' is not defined. (no-undef)
(#420) 'text' is not defined. (no-undef)
(#427) Multiple spaces found before '='. (no-multi-spaces)
(#433) Expected { after 'if' condition. (curly)
(#437) Missing semicolon. (semi)
(#439) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#439) '$continue' is assigned a value but never used. (no-unused-vars)
(#449) Expected { after 'if' condition. (curly)
(#455) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#455) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#457) Expected { after 'while' condition. (curly)
(#457) Operator '+' must be spaced. (space-infix-ops)
(#465) Expected { after 'if' condition. (curly)
(#473) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#474) Expected { after 'if' condition. (curly)
(#502) Expected { after 'if' condition. (curly)
(#512) Expected { after 'if' condition. (curly)
(#513) Missing semicolon. (semi)
(#531) Expected space(s) after "while". (keyword-spacing)
(#531) Expected { after 'while' condition. (curly)
(#555) Expected { after 'if' condition. (curly)
(#565) Expected { after 'if' condition. (curly)
(#571) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#581) 'index' is defined but never used. (no-unused-vars)
(#591) Expected { after 'if' condition. (curly)
(#600) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#601) Do not nest ternary expressions. (no-nested-ternary)
(#610) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#612) Expected { after 'if' condition. (curly)
(#627) Missing semicolon. (semi)
(#637) Expected { after 'if' condition. (curly)
(#643) Expected { after 'for' condition. (curly)
(#646) Missing semicolon. (semi)
(#650) Expected { after 'if' condition. (curly)
(#657) Expected { after 'for' condition. (curly)
(#660) Missing semicolon. (semi)
(#666) Expected { after 'if' condition. (curly)
(#666) Array prototype is read only, properties should not be added. (no-extend-native)
(#671) Expected { after 'for' condition. (curly)
(#689) Use '===' to compare with null. (no-eq-null)
(#709) Expected { after 'for' condition. (curly)
(#709) Expected { after 'if' condition. (curly)
(#724) Expected { after 'if' condition. (curly)
(#745) Expected { after 'if' condition. (curly)
(#751) Array prototype is read only, properties should not be added. (no-extend-native)
(#753) '$w' is defined but never used. (no-unused-vars)
(#758) Missing space before opening brace. (space-before-blocks)
(#759) Array prototype is read only, properties should not be added. (no-extend-native)
(#761) 'i' declared on line 762 column 14 is used outside of binding context. (block-scoped-var)
(#761) 'length' declared on line 762 column 21 is used outside of binding context. (block-scoped-var)
(#761) 'i' declared on line 762 column 14 is used outside of binding context. (block-scoped-var)
(#761) 'length' declared on line 762 column 21 is used outside of binding context. (block-scoped-var)
(#761) 'i' declared on line 762 column 14 is used outside of binding context. (block-scoped-var)
(#761) Expected { after 'for' condition. (curly)
(#761) 'i' declared on line 762 column 14 is used outside of binding context. (block-scoped-var)
(#762) 'i' is already defined. (no-redeclare)
(#762) 'i' declared on line 761 column 14 is used outside of binding context. (block-scoped-var)
(#762) 'length' is already defined. (no-redeclare)
(#762) 'length' declared on line 761 column 21 is used outside of binding context. (block-scoped-var)
(#762) 'i' declared on line 761 column 14 is used outside of binding context. (block-scoped-var)
(#762) 'length' declared on line 761 column 21 is used outside of binding context. (block-scoped-var)
(#762) 'i' declared on line 761 column 14 is used outside of binding context. (block-scoped-var)
(#763) 'i' declared on line 761 column 14 is used outside of binding context. (block-scoped-var)
(#764) 'i' declared on line 761 column 14 is used outside of binding context. (block-scoped-var)
(#765) Expected { after 'for' condition. (curly)
(#765) 'i' declared on line 761 column 14 is used outside of binding context. (block-scoped-var)
(#767) 'i' declared on line 761 column 14 is used outside of binding context. (block-scoped-var)
(#771) Missing semicolon. (semi)
(#774) Expected { after 'if' condition. (curly)
(#775) Expected { after 'else'. (curly)
(#781) Avoid arguments.callee. (no-caller)
(#784) Expected { after 'if' condition. (curly)
(#788) Expected { after 'if' condition. (curly)
(#803) Expected { after 'if' condition. (curly)
(#809) 'prefix' is defined but never used. (no-unused-vars)
(#811) Expected { after 'if' condition. (curly)
(#812) Expected { after 'else'. (curly)
(#812) Use '===' to compare with null. (no-eq-null)
(#813) Missing semicolon. (semi)
(#820) Expected { after 'if' condition. (curly)
(#846) Expected space(s) after "for". (keyword-spacing)
(#848) Missing space before opening brace. (space-before-blocks)
(#849) Expected { after 'if' condition. (curly)
(#851) Expected { after 'if' condition. (curly)
(#852) Missing semicolon. (semi)
(#876) Expected { after 'if' condition. (curly)
(#878) Unnecessary semicolon. (no-extra-semi)
(#882) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#882) Statement inside of curly braces should be on next line. (brace-style)
(#882) Missing semicolon. (semi)
(#882) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#884) 'property' is assigned a value but never used. (no-unused-vars)
(#884) Expected { after 'for-in'. (curly)
(#886) Expected { after 'if' condition. (curly)
(#890) Expected { after 'if' condition. (curly)
(#898) 'ObjectRange' is not defined. (no-undef)
(#899) 'ObjectRange' is not defined. (no-undef)
(#900) 'ObjectRange' is not defined. (no-undef)
(#917) Expected { after 'if' condition. (curly)
(#919) Expected { after 'if' condition. (curly)
(#925) 'ObjectRange' is not defined. (no-undef)
(#926) Missing semicolon. (semi)
(#931) Requires a space after '{'. (block-spacing)
(#931) Statement inside of curly braces should be on next line. (brace-style)
(#931) Requires a space before '}'. (block-spacing)
(#931) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#931) Missing semicolon. (semi)
(#932) Requires a space after '{'. (block-spacing)
(#932) Statement inside of curly braces should be on next line. (brace-style)
(#932) 'ActiveXObject' is not defined. (no-undef)
(#932) Requires a space before '}'. (block-spacing)
(#932) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#932) Missing semicolon. (semi)
(#933) Requires a space after '{'. (block-spacing)
(#933) Statement inside of curly braces should be on next line. (brace-style)
(#933) 'ActiveXObject' is not defined. (no-undef)
(#933) Requires a space before '}'. (block-spacing)
(#933) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#933) Missing semicolon. (semi)
(#938) Missing semicolon. (semi)
(#949) Expected { after 'if' condition. (curly)
(#960) Unnecessary '.apply()'. (no-useless-call)
(#961) Empty block statement. (no-empty)
(#978) Unexpected empty function. (no-empty-function)
(#987) Missing semicolon. (semi)
(#992) Expected { after 'if' condition. (curly)
(#994) Missing semicolon. (semi)
(#1015) Comments should not begin with a lowercase character. (capitalized-comments)
(#1016) ["_method"] is better written in dot notation. (dot-notation)
(#1022) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1023) Comments should not begin with a lowercase character. (capitalized-comments)
(#1025) Expected { after 'if' condition. (curly)
(#1027) Expected { after 'if' condition. (curly)
(#1031) Expected { after 'if' condition. (curly)
(#1038) Expected { after 'if' condition. (curly)
(#1038) Statement inside of curly braces should be on next line. (brace-style)
(#1038) Missing semicolon. (semi)
(#1038) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1048) Expected { after 'if' condition. (curly)
(#1050) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1059) Expected { after 'if' condition. (curly)
(#1078) A space is required after ','. (comma-spacing)
(#1079) Expected { after 'if' condition. (curly)
(#1079) ["Connection"] is better written in dot notation. (dot-notation)
(#1082) Comments should not begin with a lowercase character. (capitalized-comments)
(#1087) Expected { after 'if' condition. (curly)
(#1088) Expected { after 'for' condition. (curly)
(#1088) Operator '+' must be spaced. (space-infix-ops)
(#1090) Expected { after 'else'. (curly)
(#1090) Statement inside of curly braces should be on next line. (brace-style)
(#1090) Missing semicolon. (semi)
(#1090) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1094) Expected { after 'for-in'. (curly)
(#1104) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1119) Expected { after 'if' condition. (curly)
(#1130) Comments should not begin with a lowercase character. (capitalized-comments)
(#1138) Statement inside of curly braces should be on next line. (brace-style)
(#1138) Missing semicolon. (semi)
(#1138) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1145) Statement inside of curly braces should be on next line. (brace-style)
(#1145) Missing semicolon. (semi)
(#1145) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1148) Expected to return a value at the end of method 'evalResponse'. (consistent-return)
(#1150) eval can be harmful. (no-eval)
(#1169) Missing semicolon. (semi)
(#1187) Expected { after 'if' condition. (curly)
(#1189) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1191) Expected { after 'if' condition. (curly)
(#1193) Expected { after 'else'. (curly)
(#1198) Expected { after 'if' condition. (curly)
(#1248) Expected { after 'for' condition. (curly)
(#1249) 'elements' declared on line 1247 column 21 is used outside of binding context. (block-scoped-var)
(#1252) Expected { after 'if' condition. (curly)
(#1262) Expected { after 'for' condition. (curly)
(#1269) Missing semicolon. (semi)
(#1271) Expected { after 'else'. (curly)
(#1273) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1277) Expected { after 'if' condition. (curly)
(#1282) Expected space or tab after '/*' in comment. (spaced-comment)
(#1284) Expected { after 'if' condition. (curly)
(#1284) 'Element' is already defined as a built-in global variable. (no-redeclare)
(#1290) Expected { after 'if' condition. (curly)
(#1292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1292) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1295) Comments should not begin with a lowercase character. (capitalized-comments)
(#1297) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1297) Unexpected use of comma operator. (no-sequences)
(#1301) Comments should not begin with a lowercase character. (capitalized-comments)
(#1302) Expected { after 'if' condition. (curly)
(#1307) Expected { after 'if' condition. (curly)
(#1316) Return statement should not contain assignment. (no-return-assign)
(#1318) Missing semicolon. (semi)
(#1352) Requires a space after '{'. (block-spacing)
(#1352) Statement inside of curly braces should be on next line. (brace-style)
(#1352) Requires a space before '}'. (block-spacing)
(#1352) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1352) Missing semicolon. (semi)
(#1367) Requires a space after '{'. (block-spacing)
(#1367) Statement inside of curly braces should be on next line. (brace-style)
(#1367) Requires a space before '}'. (block-spacing)
(#1367) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1367) Missing semicolon. (semi)
(#1375) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1377) Expected { after 'if' condition. (curly)
(#1385) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1386) Expected { after 'while' condition. (curly)
(#1387) Expected { after 'if' condition. (curly)
(#1401) Expected { after 'while' condition. (curly)
(#1406) Expected { after 'if' condition. (curly)
(#1407) Expected { after 'while' condition. (curly)
(#1408) Expected { after 'if' condition. (curly)
(#1427) Expected { after 'if' condition. (curly)
(#1433) Expected { after 'if' condition. (curly)
(#1441) Expected { after 'if' condition. (curly)
(#1449) Expected { after 'if' condition. (curly)
(#1457) Expected { after 'if' condition. (curly)
(#1464) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1475) Expected { after 'if' condition. (curly)
(#1477) Expected { after 'if' condition. (curly)
(#1478) Multiple spaces found before 'name'. (no-multi-spaces)
(#1478) Expected { after 'if' condition. (curly)
(#1498) Expected { after 'if' condition. (curly)
(#1500) Expected { after 'if' condition. (curly)
(#1500) Method 'hasClassName' expected no return value. (consistent-return)
(#1503) Expected { after 'if' condition. (curly)
(#1503) Method 'hasClassName' expected no return value. (consistent-return)
(#1504) Method 'hasClassName' expected no return value. (consistent-return)
(#1508) Expected { after 'if' condition. (curly)
(#1510) Method 'addClassName' expected no return value. (consistent-return)
(#1514) Expected { after 'if' condition. (curly)
(#1516) Method 'removeClassName' expected no return value. (consistent-return)
(#1520) Expected { after 'if' condition. (curly)
(#1522) Method 'toggleClassName' expected no return value. (consistent-return)
(#1526) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#1526) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#1531) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#1531) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#1535) Comments should not begin with a lowercase character. (capitalized-comments)
(#1542) Expected { after 'if' condition. (curly)
(#1553) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#1553) Unexpected use of comma operator. (no-sequences)
(#1554) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1555) Expected { after 'while' condition. (curly)
(#1555) Expected { after 'if' condition. (curly)
(#1574) Expected { after 'if' condition. (curly)
(#1587) Expected { after 'for-in'. (curly)
(#1587) Expected { after 'if' condition. (curly)
(#1587) Missing semicolon. (semi)
(#1589) Expected { after 'else'. (curly)
(#1589) Do not nest ternary expressions. (no-nested-ternary)
(#1598) Do not nest ternary expressions. (no-nested-ternary)
(#1606) Use '===' to compare with null. (no-eq-null)
(#1607) Expected { after 'if' condition. (curly)
(#1657) Expected { after 'if' condition. (curly)
(#1660) Expected { after 'if' condition. (curly)
(#1666) Expected { after 'if' condition. (curly)
(#1681) Expected space(s) after "switch". (keyword-spacing)
(#1686) Expected { after 'if' condition. (curly)
(#1687) Expected a 'break' statement before 'default'. (no-fallthrough)
(#1690) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1696) Expected { after 'if' condition. (curly)
(#1699) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#1700) Expected { after 'if' condition. (curly)
(#1700) Expected { after 'if' condition. (curly)
(#1706) Expected { after 'if' condition. (curly)
(#1706) Operator '+' must be spaced. (space-infix-ops)
(#1714) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1716) Unnecessary escape character: \). (no-useless-escape)
(#1716) A space is required after ','. (comma-spacing)
(#1718) Expected { after 'if' condition. (curly)
(#1719) Unnecessary escape character: \). (no-useless-escape)
(#1729) A space is required after ','. (comma-spacing)
(#1729) A space is required after ','. (comma-spacing)
(#1729) A space is required after ','. (comma-spacing)
(#1734) Multiple spaces found before 'html'. (no-multi-spaces)
(#1735) 'depth' is not defined. (no-undef)
(#1738) Multiple spaces found before 'html'. (no-multi-spaces)
(#1739) 'depth' is not defined. (no-undef)
(#1742) Multiple spaces found before 'html'. (no-multi-spaces)
(#1743) 'depth' is not defined. (no-undef)
(#1745) Statement inside of curly braces should be on next line. (brace-style)
(#1745) Missing semicolon. (semi)
(#1745) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1746) 'depth' is not defined. (no-undef)
(#1746) Statement inside of curly braces should be on next line. (brace-style)
(#1746) Missing semicolon. (semi)
(#1746) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1747) Statement inside of curly braces should be on next line. (brace-style)
(#1747) Missing semicolon. (semi)
(#1747) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1751) Statement inside of curly braces should be on next line. (brace-style)
(#1751) Missing semicolon. (semi)
(#1751) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1753) Missing semicolon. (semi)
(#1754) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1758) Do not nest ternary expressions. (no-nested-ternary)
(#1759) Do not nest ternary expressions. (no-nested-ternary)
(#1808) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1820) The '__proto__' property is deprecated. (no-proto)
(#1822) The '__proto__' property is deprecated. (no-proto)
(#1827) Expected { after 'if' condition. (curly)
(#1832) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1850) 'tagName' declared on line 1846 column 9 is used outside of binding context. (block-scoped-var)
(#1850) Expected { after 'if' condition. (curly)
(#1852) 'tagName' declared on line 1846 column 9 is used outside of binding context. (block-scoped-var)
(#1852) 'tagName' declared on line 1846 column 9 is used outside of binding context. (block-scoped-var)
(#1852) Expected { after 'if' condition. (curly)
(#1853) Expected { after 'else'. (curly)
(#1853) 'tagName' declared on line 1846 column 9 is used outside of binding context. (block-scoped-var)
(#1859) Expected { after 'if' condition. (curly)
(#1869) Expected { after 'if' condition. (curly)
(#1886) Expected { after 'if' condition. (curly)
(#1887) Expected { after 'if' condition. (curly)
(#1889) Expected { after 'if' condition. (curly)
(#1891) Expected { after 'if' condition. (curly)
(#1894) The '__proto__' property is deprecated. (no-proto)
(#1906) Expected { after 'if' condition. (curly)
(#1915) 'Toggle' is assigned a value but never used. (no-unused-vars)
(#1915) There should be no space after '{'. (object-curly-spacing)
(#1915) There should be no space before '}'. (object-curly-spacing)
(#1917) Expected space or tab after '/*' in comment. (spaced-comment)
(#1921) Missing semicolon. (semi)
(#1941) Expected { after 'if' condition. (curly)
(#1945) Requires a space after '{'. (block-spacing)
(#1945) Statement inside of curly braces should be on next line. (brace-style)
(#1945) Requires a space before '}'. (block-spacing)
(#1945) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1945) Missing semicolon. (semi)
(#1953) Missing semicolon. (semi)
(#2012) Expected space or tab after '/*' in comment. (spaced-comment)
(#2031) Expected { after 'if' condition. (curly)
(#2036) Expected { after 'if' condition. (curly)
(#2058) Expected to return a value at the end of method 'compileMatcher'. (consistent-return)
(#2061) Expected { after 'if' condition. (curly)
(#2063) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2063) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2063) 'h' is assigned a value but never used. (no-unused-vars)
(#2064) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2067) Method 'compileMatcher' expected a return value. (consistent-return)
(#2076) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2078) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2078) Unexpected tab character. (no-tabs)
(#2086) eval can be harmful. (no-eval)
(#2091) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2092) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2092) Multiple spaces found before 'm'. (no-multi-spaces)
(#2102) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2117) Expected { after 'if' condition. (curly)
(#2143) Expected { after 'if' condition. (curly)
(#2156) Expected { after 'if' condition. (curly)
(#2157) Expected { after 'if' condition. (curly)
(#2178) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2179) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2179) 'm' is already defined. (no-redeclare)
(#2185) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2216) Expected to return a value at the end of method 'nth'. (consistent-return)
(#2217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2217) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2218) Expected { after 'if' condition. (curly)
(#2219) Multiple spaces found before 'formula'. (no-multi-spaces)
(#2219) Expected { after 'if' condition. (curly)
(#2220) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2220) Comments should not begin with a lowercase character. (capitalized-comments)
(#2221) Expected { after 'if' condition. (curly)
(#2222) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2222) Comments should not begin with a lowercase character. (capitalized-comments)
(#2223) Expected { after 'if' condition. (curly)
(#2229) There should be no space before '}'. (object-curly-spacing)
(#2245) Expected { after 'if' condition. (curly)
(#2255) Comments should not begin with a lowercase character. (capitalized-comments)
(#2262) Comments should not begin with a lowercase character. (capitalized-comments)
(#2263) Unnecessary escape character: \-. (no-useless-escape)
(#2264) Unnecessary escape character: \*. (no-useless-escape)
(#2265) Unnecessary escape character: \*. (no-useless-escape)
(#2275) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2276) Expected { after 'for' condition. (curly)
(#2280) Comments should not begin with a lowercase character. (capitalized-comments)
(#2282) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2283) Expected { after 'for' condition. (curly)
(#2288) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2289) Expected { after 'for' condition. (curly)
(#2293) Comments should not begin with a lowercase character. (capitalized-comments)
(#2299) 'nodes' declared on line 2304 column 32 is used outside of binding context. (block-scoped-var)
(#2299) 'i' declared on line 2304 column 18 is used outside of binding context. (block-scoped-var)
(#2299) 'nodes' declared on line 2304 column 32 is used outside of binding context. (block-scoped-var)
(#2299) 'j' declared on line 2304 column 25 is used outside of binding context. (block-scoped-var)
(#2299) 'i' declared on line 2304 column 18 is used outside of binding context. (block-scoped-var)
(#2299) 'i' declared on line 2304 column 18 is used outside of binding context. (block-scoped-var)
(#2300) 'node' is not defined. (no-undef)
(#2300) 'nodes' declared on line 2304 column 32 is used outside of binding context. (block-scoped-var)
(#2300) 'i' declared on line 2304 column 18 is used outside of binding context. (block-scoped-var)
(#2301) 'node' is not defined. (no-undef)
(#2301) 'node' is not defined. (no-undef)
(#2301) Expected { after 'if' condition. (curly)
(#2301) 'node' is not defined. (no-undef)
(#2301) 'j' declared on line 2304 column 25 is used outside of binding context. (block-scoped-var)
(#2304) 'i' is already defined. (no-redeclare)
(#2304) 'i' declared on line 2299 column 49 is used outside of binding context. (block-scoped-var)
(#2304) 'j' is already defined. (no-redeclare)
(#2304) 'j' declared on line 2299 column 71 is used outside of binding context. (block-scoped-var)
(#2304) 'nodes' is already defined. (no-redeclare)
(#2304) 'nodes' declared on line 2299 column 18 is used outside of binding context. (block-scoped-var)
(#2304) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2304) 'node' is not defined. (no-undef)
(#2304) 'nodes' declared on line 2299 column 18 is used outside of binding context. (block-scoped-var)
(#2304) 'i' declared on line 2299 column 49 is used outside of binding context. (block-scoped-var)
(#2304) 'i' declared on line 2299 column 49 is used outside of binding context. (block-scoped-var)
(#2305) Expected { after 'for' condition. (curly)
(#2305) 'node' is not defined. (no-undef)
(#2305) 'node' is not defined. (no-undef)
(#2305) Expected { after 'if' condition. (curly)
(#2305) 'node' is not defined. (no-undef)
(#2305) 'j' declared on line 2299 column 71 is used outside of binding context. (block-scoped-var)
(#2309) Comments should not begin with a lowercase character. (capitalized-comments)
(#2311) Expected { after 'if' condition. (curly)
(#2312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2314) Expected { after 'for' condition. (curly)
(#2324) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2325) Expected { after 'for' condition. (curly)
(#2326) 'results' declared on line 2324 column 23 is used outside of binding context. (block-scoped-var)
(#2330) 'h' is assigned a value but never used. (no-unused-vars)
(#2331) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2332) 'children' is assigned a value but never used. (no-unused-vars)
(#2332) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2333) Expected { after 'for' condition. (curly)
(#2333) Expected { after 'if' condition. (curly)
(#2335) 'results' declared on line 2331 column 23 is used outside of binding context. (block-scoped-var)
(#2339) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2341) Expected { after 'if' condition. (curly)
(#2343) 'results' declared on line 2339 column 23 is used outside of binding context. (block-scoped-var)
(#2348) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2349) Expected { after 'for' condition. (curly)
(#2350) 'results' declared on line 2348 column 23 is used outside of binding context. (block-scoped-var)
(#2354) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2355) Unexpected tab character. (no-tabs)
(#2355) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2355) Expected { after 'while' condition. (curly)
(#2355) Expected { after 'if' condition. (curly)
(#2360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2361) Expected { after 'while' condition. (curly)
(#2361) Expected { after 'if' condition. (curly)
(#2368) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2371) Comments should not begin with a lowercase character. (capitalized-comments)
(#2373) 'i' declared on line 2379 column 18 is used outside of binding context. (block-scoped-var)
(#2373) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2373) 'node' declared on line 2379 column 25 is used outside of binding context. (block-scoped-var)
(#2373) 'i' declared on line 2379 column 18 is used outside of binding context. (block-scoped-var)
(#2373) 'i' declared on line 2379 column 18 is used outside of binding context. (block-scoped-var)
(#2374) Expected { after 'for' condition. (curly)
(#2374) 'node' declared on line 2379 column 25 is used outside of binding context. (block-scoped-var)
(#2376) Expected { after 'else'. (curly)
(#2377) Expected { after 'if' condition. (curly)
(#2379) 'i' is already defined. (no-redeclare)
(#2379) 'i' declared on line 2373 column 22 is used outside of binding context. (block-scoped-var)
(#2379) 'node' is already defined. (no-redeclare)
(#2379) 'node' declared on line 2373 column 29 is used outside of binding context. (block-scoped-var)
(#2379) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2379) 'i' declared on line 2373 column 22 is used outside of binding context. (block-scoped-var)
(#2379) 'i' declared on line 2373 column 22 is used outside of binding context. (block-scoped-var)
(#2380) Expected { after 'for' condition. (curly)
(#2380) 'node' declared on line 2373 column 29 is used outside of binding context. (block-scoped-var)
(#2380) Expected { after 'if' condition. (curly)
(#2380) 'node' declared on line 2373 column 29 is used outside of binding context. (block-scoped-var)
(#2382) Expected { after 'else'. (curly)
(#2386) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2387) Expected { after 'if' condition. (curly)
(#2391) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2391) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2391) 'node' declared on line 2394 column 29 is used outside of binding context. (block-scoped-var)
(#2391) 'node' declared on line 2397 column 29 is used outside of binding context. (block-scoped-var)
(#2391) 'node' declared on line 2402 column 25 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2391) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2392) Expected { after 'for' condition. (curly)
(#2392) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2392) 'node' declared on line 2394 column 29 is used outside of binding context. (block-scoped-var)
(#2392) 'node' declared on line 2397 column 29 is used outside of binding context. (block-scoped-var)
(#2392) 'node' declared on line 2402 column 25 is used outside of binding context. (block-scoped-var)
(#2392) Expected { after 'if' condition. (curly)
(#2394) 'i' is already defined. (no-redeclare)
(#2394) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2394) 'node' is already defined. (no-redeclare)
(#2394) 'node' declared on line 2391 column 29 is used outside of binding context. (block-scoped-var)
(#2394) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2394) 'node' declared on line 2397 column 29 is used outside of binding context. (block-scoped-var)
(#2394) 'node' declared on line 2402 column 25 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2394) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2395) Expected { after 'for' condition. (curly)
(#2395) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2395) 'node' declared on line 2391 column 29 is used outside of binding context. (block-scoped-var)
(#2395) 'node' declared on line 2397 column 29 is used outside of binding context. (block-scoped-var)
(#2395) 'node' declared on line 2402 column 25 is used outside of binding context. (block-scoped-var)
(#2395) Expected { after 'if' condition. (curly)
(#2397) 'i' is already defined. (no-redeclare)
(#2397) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2397) 'node' is already defined. (no-redeclare)
(#2397) 'node' declared on line 2391 column 29 is used outside of binding context. (block-scoped-var)
(#2397) 'node' declared on line 2394 column 29 is used outside of binding context. (block-scoped-var)
(#2397) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2397) 'node' declared on line 2402 column 25 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2397) 'i' declared on line 2402 column 18 is used outside of binding context. (block-scoped-var)
(#2398) Expected { after 'for' condition. (curly)
(#2398) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#2398) 'node' declared on line 2391 column 29 is used outside of binding context. (block-scoped-var)
(#2398) 'node' declared on line 2394 column 29 is used outside of binding context. (block-scoped-var)
(#2398) 'node' declared on line 2402 column 25 is used outside of binding context. (block-scoped-var)
(#2399) Expected { after 'if' condition. (curly)
(#2400) Expected { after 'else'. (curly)
(#2402) 'i' is already defined. (no-redeclare)
(#2402) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'node' is already defined. (no-redeclare)
(#2402) 'node' declared on line 2391 column 29 is used outside of binding context. (block-scoped-var)
(#2402) 'node' declared on line 2394 column 29 is used outside of binding context. (block-scoped-var)
(#2402) 'node' declared on line 2397 column 29 is used outside of binding context. (block-scoped-var)
(#2402) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2402) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'i' declared on line 2391 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'i' declared on line 2394 column 22 is used outside of binding context. (block-scoped-var)
(#2402) 'i' declared on line 2397 column 22 is used outside of binding context. (block-scoped-var)
(#2403) Expected { after 'for' condition. (curly)
(#2403) 'node' declared on line 2391 column 29 is used outside of binding context. (block-scoped-var)
(#2403) 'node' declared on line 2394 column 29 is used outside of binding context. (block-scoped-var)
(#2403) 'node' declared on line 2397 column 29 is used outside of binding context. (block-scoped-var)
(#2403) Expected { after 'if' condition. (curly)
(#2410) Expected { after 'if' condition. (curly)
(#2415) Expected { after 'if' condition. (curly)
(#2417) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2419) Expected { after 'if' condition. (curly)
(#2421) Expected { after 'if' condition. (curly)
(#2423) 'results' declared on line 2417 column 23 is used outside of binding context. (block-scoped-var)
(#2428) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2429) Expected { after 'for' condition. (curly)
(#2429) Expected { after 'if' condition. (curly)
(#2434) Expected { after 'if' condition. (curly)
(#2435) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2436) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2438) Expected { after 'if' condition. (curly)
(#2439) Expected { after 'if' condition. (curly)
(#2445) Expected { after 'if' condition. (curly)
(#2446) Expected { after 'if' condition. (curly)
(#2452) 'value' is defined but never used. (no-unused-vars)
(#2452) 'root' is defined but never used. (no-unused-vars)
(#2453) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2454) Expected { after 'if' condition. (curly)
(#2457) 'results' declared on line 2453 column 23 is used outside of binding context. (block-scoped-var)
(#2459) 'value' is defined but never used. (no-unused-vars)
(#2459) 'root' is defined but never used. (no-unused-vars)
(#2460) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2461) Expected { after 'if' condition. (curly)
(#2464) 'results' declared on line 2460 column 23 is used outside of binding context. (block-scoped-var)
(#2466) 'value' is defined but never used. (no-unused-vars)
(#2466) 'root' is defined but never used. (no-unused-vars)
(#2468) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2469) Expected { after 'for' condition. (curly)
(#2470) Expected { after 'if' condition. (curly)
(#2471) 'results' declared on line 2468 column 23 is used outside of binding context. (block-scoped-var)
(#2496) Comments should not begin with a lowercase character. (capitalized-comments)
(#2498) Expected { after 'if' condition. (curly)
(#2500) Expected { after 'if' condition. (curly)
(#2505) Comments should not begin with a lowercase character. (capitalized-comments)
(#2507) Expected { after 'if' condition. (curly)
(#2508) Expected { after 'if' condition. (curly)
(#2509) Multiple spaces found before 'formula'. (no-multi-spaces)
(#2509) Expected { after 'if' condition. (curly)
(#2510) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2510) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2510) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2512) 'i' declared on line 2520 column 18 is used outside of binding context. (block-scoped-var)
(#2512) 'i' declared on line 2527 column 18 is used outside of binding context. (block-scoped-var)
(#2512) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2512) 'node' declared on line 2520 column 25 is used outside of binding context. (block-scoped-var)
(#2512) 'node' declared on line 2527 column 25 is used outside of binding context. (block-scoped-var)
(#2512) 'i' declared on line 2520 column 18 is used outside of binding context. (block-scoped-var)
(#2512) 'i' declared on line 2527 column 18 is used outside of binding context. (block-scoped-var)
(#2512) 'i' declared on line 2520 column 18 is used outside of binding context. (block-scoped-var)
(#2512) 'i' declared on line 2527 column 18 is used outside of binding context. (block-scoped-var)
(#2513) 'node' declared on line 2520 column 25 is used outside of binding context. (block-scoped-var)
(#2513) 'node' declared on line 2527 column 25 is used outside of binding context. (block-scoped-var)
(#2514) 'node' declared on line 2520 column 25 is used outside of binding context. (block-scoped-var)
(#2514) 'node' declared on line 2527 column 25 is used outside of binding context. (block-scoped-var)
(#2515) 'node' declared on line 2520 column 25 is used outside of binding context. (block-scoped-var)
(#2515) 'node' declared on line 2527 column 25 is used outside of binding context. (block-scoped-var)
(#2518) Comments should not begin with a lowercase character. (capitalized-comments)
(#2520) 'i' is already defined. (no-redeclare)
(#2520) 'i' declared on line 2512 column 16 is used outside of binding context. (block-scoped-var)
(#2520) 'i' declared on line 2527 column 18 is used outside of binding context. (block-scoped-var)
(#2520) 'node' is already defined. (no-redeclare)
(#2520) 'node' declared on line 2512 column 23 is used outside of binding context. (block-scoped-var)
(#2520) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2520) 'node' declared on line 2527 column 25 is used outside of binding context. (block-scoped-var)
(#2520) 'i' declared on line 2512 column 16 is used outside of binding context. (block-scoped-var)
(#2520) 'i' declared on line 2527 column 18 is used outside of binding context. (block-scoped-var)
(#2520) 'i' declared on line 2512 column 16 is used outside of binding context. (block-scoped-var)
(#2520) 'i' declared on line 2527 column 18 is used outside of binding context. (block-scoped-var)
(#2521) Expected { after 'for' condition. (curly)
(#2521) 'node' declared on line 2512 column 23 is used outside of binding context. (block-scoped-var)
(#2521) 'node' declared on line 2527 column 25 is used outside of binding context. (block-scoped-var)
(#2521) Expected { after 'if' condition. (curly)
(#2521) 'node' declared on line 2512 column 23 is used outside of binding context. (block-scoped-var)
(#2521) 'node' declared on line 2527 column 25 is used outside of binding context. (block-scoped-var)
(#2522) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2522) Comments should not begin with a lowercase character. (capitalized-comments)
(#2523) Expected { after 'if' condition. (curly)
(#2527) 'i' is already defined. (no-redeclare)
(#2527) 'i' declared on line 2512 column 16 is used outside of binding context. (block-scoped-var)
(#2527) 'i' declared on line 2520 column 18 is used outside of binding context. (block-scoped-var)
(#2527) 'node' is already defined. (no-redeclare)
(#2527) 'node' declared on line 2512 column 23 is used outside of binding context. (block-scoped-var)
(#2527) 'node' declared on line 2520 column 25 is used outside of binding context. (block-scoped-var)
(#2527) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2527) 'i' declared on line 2512 column 16 is used outside of binding context. (block-scoped-var)
(#2527) 'i' declared on line 2520 column 18 is used outside of binding context. (block-scoped-var)
(#2527) 'i' declared on line 2512 column 16 is used outside of binding context. (block-scoped-var)
(#2527) 'i' declared on line 2520 column 18 is used outside of binding context. (block-scoped-var)
(#2529) Expected { after 'for' condition. (curly)
(#2529) 'node' declared on line 2512 column 23 is used outside of binding context. (block-scoped-var)
(#2529) 'node' declared on line 2520 column 25 is used outside of binding context. (block-scoped-var)
(#2529) Expected { after 'if' condition. (curly)
(#2529) 'node' declared on line 2512 column 23 is used outside of binding context. (block-scoped-var)
(#2529) 'node' declared on line 2520 column 25 is used outside of binding context. (block-scoped-var)
(#2537) 'value' is defined but never used. (no-unused-vars)
(#2537) 'root' is defined but never used. (no-unused-vars)
(#2538) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2540) Expected { after 'if' condition. (curly)
(#2543) 'results' declared on line 2538 column 23 is used outside of binding context. (block-scoped-var)
(#2547) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2547) 'selectorType' is defined but never used. (no-unused-vars)
(#2547) 'm' is defined but never used. (no-unused-vars)
(#2550) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2551) Expected { after 'for' condition. (curly)
(#2551) Expected { after 'if' condition. (curly)
(#2553) 'results' declared on line 2550 column 23 is used outside of binding context. (block-scoped-var)
(#2556) 'value' is defined but never used. (no-unused-vars)
(#2556) 'root' is defined but never used. (no-unused-vars)
(#2557) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2558) Expected { after 'for' condition. (curly)
(#2558) Expected { after 'if' condition. (curly)
(#2559) 'results' declared on line 2557 column 23 is used outside of binding context. (block-scoped-var)
(#2562) 'value' is defined but never used. (no-unused-vars)
(#2562) 'root' is defined but never used. (no-unused-vars)
(#2563) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2564) Expected { after 'for' condition. (curly)
(#2564) Expected { after 'if' condition. (curly)
(#2565) 'results' declared on line 2563 column 23 is used outside of binding context. (block-scoped-var)
(#2568) 'value' is defined but never used. (no-unused-vars)
(#2568) 'root' is defined but never used. (no-unused-vars)
(#2569) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2570) Expected { after 'for' condition. (curly)
(#2570) Expected { after 'if' condition. (curly)
(#2571) 'results' declared on line 2569 column 23 is used outside of binding context. (block-scoped-var)
(#2576) Statement inside of curly braces should be on next line. (brace-style)
(#2576) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2577) Statement inside of curly braces should be on next line. (brace-style)
(#2577) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2578) Statement inside of curly braces should be on next line. (brace-style)
(#2578) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2579) Statement inside of curly braces should be on next line. (brace-style)
(#2579) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2580) Statement inside of curly braces should be on next line. (brace-style)
(#2580) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2581) Statement inside of curly braces should be on next line. (brace-style)
(#2581) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2582) Statement inside of curly braces should be on next line. (brace-style)
(#2582) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2586) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2588) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#2589) Expected { after 'for' condition. (curly)
(#2589) Expected { after 'if' condition. (curly)
(#2591) 'results' declared on line 2588 column 21 is used outside of binding context. (block-scoped-var)
(#2602) 'expressions' is already defined. (no-redeclare)
(#2602) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2606) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2611) 'l' declared on line 2607 column 21 is used outside of binding context. (block-scoped-var)
(#2615) '$$' is defined but never used. (no-unused-vars)
(#2627) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2628) Use '===' to compare with null. (no-eq-null)
(#2629) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#2629) Unexpected tab character. (no-tabs)
(#2630) Expected { after 'if' condition. (curly)
(#2632) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2633) Expected { after 'else'. (curly)
(#2652) Expected { after 'if' condition. (curly)
(#2662) Expected { after 'if' condition. (curly)
(#2667) Expected { after 'if' condition. (curly)
(#2671) 'matchingInputs' declared on line 2664 column 21 is used outside of binding context. (block-scoped-var)
(#2700) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2700) Unexpected use of comma operator. (no-sequences)
(#2706) Expected { after 'if' condition. (curly)
(#2711) Expected { after 'if' condition. (curly)
(#2715) Missing semicolon. (semi)
(#2717) Expected space or tab after '/*' in comment. (spaced-comment)
(#2729) Missing semicolon. (semi)
(#2766) Expected { after 'if' condition. (curly)
(#2767) Empty block statement. (no-empty)
(#2783) Missing semicolon. (semi)
(#2785) Expected space or tab after '/*' in comment. (spaced-comment)
(#2787) 'Field' is assigned a value but never used. (no-unused-vars)
(#2788) '$F' is assigned a value but never used. (no-unused-vars)
(#2790) Expected space or tab after '/*' in comment. (spaced-comment)
(#2822) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2823) Expected { after 'if' condition. (curly)
(#2825) 'values' is already defined. (no-redeclare)
(#2827) Expected { after 'if' condition. (curly)
(#2829) 'values' declared on line 2825 column 21 is used outside of binding context. (block-scoped-var)
(#2833) Comments should not begin with a lowercase character. (capitalized-comments)
(#2836) Missing semicolon. (semi)
(#2838) Expected space or tab after '/*' in comment. (spaced-comment)
(#2840) Unexpected empty function. (no-empty-function)
(#2840) Missing semicolon. (semi)
(#2844) Multiple spaces found before '='. (no-multi-spaces)
(#2845) Multiple spaces found before '='. (no-multi-spaces)
(#2864) Missing semicolon. (semi)
(#2880) Expected space or tab after '/*' in comment. (spaced-comment)
(#2882) Unexpected empty function. (no-empty-function)
(#2882) Missing semicolon. (semi)
(#2885) Multiple spaces found before '='. (no-multi-spaces)
(#2890) Expected { after 'if' condition. (curly)
(#2892) Expected { after 'else'. (curly)
(#2912) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#2915) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#2920) Missing semicolon. (semi)
(#2936) 'Event' is already defined as a built-in global variable. (no-redeclare)
(#2939) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#2983) Comments should not begin with a lowercase character. (capitalized-comments)
(#2986) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#2989) Expected { after 'while' condition. (curly)
(#2996) Expected { after 'if' condition. (curly)
(#3007) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3007) Expected { after 'if' condition. (curly)
(#3008) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3009) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3009) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3010) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3012) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3021) Expected { after 'if' condition. (curly)
(#3023) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3032) Expected { after 'if' condition. (curly)
(#3039) Empty block statement. (no-empty)
(#3044) Comments should not begin with a lowercase character. (capitalized-comments)
(#3046) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3046) Expected { after 'if' condition. (curly)
(#3046) 'Event' declared on line 2936 column 7 is used outside of binding context. (block-scoped-var)
(#3048) Comments should not begin with a lowercase character. (capitalized-comments)
(#3053) Comments should not begin with a lowercase character. (capitalized-comments)
(#3056) Multiple spaces found before 'window'. (no-multi-spaces)
(#3060) Multiple spaces found before 'window'. (no-multi-spaces)
(#3067) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3069) Multiple spaces found before '||'. (no-multi-spaces)
(#3077) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3079) Multiple spaces found before '||'. (no-multi-spaces)
(#3087) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3089) Multiple spaces found before '||'. (no-multi-spaces)
(#3093) Expected space(s) after "if". (keyword-spacing)
(#3093) Operator '==' must be spaced. (space-infix-ops)
(#3093) Expected { after 'if' condition. (curly)
(#3095) Expected { after 'if' condition. (curly)
(#3102) Expected { after 'if' condition. (curly)
(#3103) Expected { after 'if' condition. (curly)
(#3106) Expected { after 'while' condition. (curly)
(#3107) Expected { after 'if' condition. (curly)
(#3112) Comments should not begin with a lowercase character. (capitalized-comments)
(#3115) Expected { after 'if' condition. (curly)
(#3121) Multiple spaces found before 'this'. (no-multi-spaces)
(#3123) Multiple spaces found before 'this'. (no-multi-spaces)
(#3134) Multiple spaces found before 'this'. (no-multi-spaces)
(#3136) Multiple spaces found before 'this'. (no-multi-spaces)
(#3139) Comments should not begin with a lowercase character. (capitalized-comments)
(#3140) Expected to return a value at the end of method 'overlap'. (consistent-return)
(#3141) Expected { after 'if' condition. (curly)
(#3143) Expected { after 'if' condition. (curly)
(#3146) Expected { after 'if' condition. (curly)
(#3151) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3155) Multiple spaces found before '||'. (no-multi-spaces)
(#3160) Expected { after 'if' condition. (curly)
(#3160) A space is required after ','. (comma-spacing)
(#3160) Operator '==' must be spaced. (space-infix-ops)
(#3160) Expected { after 'if' condition. (curly)
(#3162) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3166) Operator '==' must be spaced. (space-infix-ops)
(#3167) Multiple spaces found before '||'. (no-multi-spaces)
(#3170) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#3183) Missing semicolon. (semi)
(#3185) Comments should not begin with a lowercase character. (capitalized-comments)
(#3189) Comments should not begin with a lowercase character. (capitalized-comments)
(#3193) Comments should not begin with a lowercase character. (capitalized-comments)
(#3195) A space is required after ','. (comma-spacing)
(#3200) Comments should not begin with a lowercase character. (capitalized-comments)
(#3206) Comments should not begin with a lowercase character. (capitalized-comments)
(#3207) Expected space(s) after "if". (keyword-spacing)
(#3207) Multiple spaces found before 'target'. (no-multi-spaces)
(#3207) Expected { after 'if' condition. (curly)
(#3207) Multiple spaces found before '='. (no-multi-spaces)
(#3208) Expected space(s) after "if". (keyword-spacing)
(#3208) Multiple spaces found before 'target'. (no-multi-spaces)
(#3208) Expected { after 'if' condition. (curly)
(#3208) Multiple spaces found before '='. (no-multi-spaces)
(#3209) Expected space(s) after "if". (keyword-spacing)
(#3209) Multiple spaces found before 'target'. (no-multi-spaces)
(#3209) Expected { after 'if' condition. (curly)
(#3210) Expected space(s) after "if". (keyword-spacing)
(#3210) Expected { after 'if' condition. (curly)
(#3215) Expected { after 'if' condition. (curly)
(#3219) Multiple spaces found before '='. (no-multi-spaces)
(#3220) Multiple spaces found before '='. (no-multi-spaces)
(#3221) Multiple spaces found before '='. (no-multi-spaces)
(#3222) Multiple spaces found before '='. (no-multi-spaces)
(#3224) Multiple spaces found before '='. (no-multi-spaces)
(#3224) Multiple spaces found before '||'. (no-multi-spaces)
(#3225) Multiple spaces found before '='. (no-multi-spaces)
(#3225) Multiple spaces found before '-'. (no-multi-spaces)
(#3226) Multiple spaces found before '='. (no-multi-spaces)
(#3230) Multiple spaces found before '='. (no-multi-spaces)
(#3231) Multiple spaces found before '='. (no-multi-spaces)
(#3232) Multiple spaces found before '='. (no-multi-spaces)
(#3238) Expected { after 'if' condition. (curly)
(#3242) Multiple spaces found before '='. (no-multi-spaces)
(#3242) Multiple spaces found before '||'. (no-multi-spaces)
(#3245) Multiple spaces found before '='. (no-multi-spaces)
(#3246) Multiple spaces found before '='. (no-multi-spaces)
(#3248) Multiple spaces found before '='. (no-multi-spaces)
(#3250) Missing semicolon. (semi)
(#3257) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3259) Multiple spaces found before '||'. (no-multi-spaces)
(#3262) Expected { after 'if' condition. (curly)
(#3262) Expected { after 'if' condition. (curly)
(#3268) Missing semicolon. (semi)
mod/jclic/jclic.js
(#26) Identifier 'mod_jclic' is not in camel case. (camelcase)
(#29) 'setJarBase' is not defined. (no-undef)
(#29) ["jclic_jarbase"] is better written in dot notation. (dot-notation)
(#30) This line has a length of 213. Maximum allowed is 132. (max-len)
(#30) 'setReporter' is not defined. (no-undef)
(#30) A space is required after ','. (comma-spacing)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) ["jclic_path"] is better written in dot notation. (dot-notation)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) ["jclic_service"] is better written in dot notation. (dot-notation)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) ["jclic_user"] is better written in dot notation. (dot-notation)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) ["id"] is better written in dot notation. (dot-notation)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) ["jclic_lap"] is better written in dot notation. (dot-notation)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) Operator '+' must be spaced. (space-infix-ops)
(#30) ["jclic_protocol"] is better written in dot notation. (dot-notation)
(#31) 'setSkin' is not defined. (no-undef)
(#31) ["skin"] is better written in dot notation. (dot-notation)
(#32) 'setLanguage' is not defined. (no-undef)
(#32) ["lang"] is better written in dot notation. (dot-notation)
(#33) 'setExitUrl' is not defined. (no-undef)
(#33) ["exiturl"] is better written in dot notation. (dot-notation)
(#34) 'getPlugin' is not defined. (no-undef)
(#34) ["jclic_url"] is better written in dot notation. (dot-notation)
(#34) ["width"] is better written in dot notation. (dot-notation)
(#34) ["height"] is better written in dot notation. (dot-notation)
(#40) ["jclic_path"] is better written in dot notation. (dot-notation)
(#41) ["jclic_service"] is better written in dot notation. (dot-notation)
(#42) ["jclic_user"] is better written in dot notation. (dot-notation)
(#43) ["id"] is better written in dot notation. (dot-notation)
(#44) ["jclic_lap"] is better written in dot notation. (dot-notation)
(#45) ["jclic_protocol"] is better written in dot notation. (dot-notation)
(#46) ["skin"] is better written in dot notation. (dot-notation)
(#47) ["lang"] is better written in dot notation. (dot-notation)
(#48) ["exitUrl"] is better written in dot notation. (dot-notation)
(#49) ["width"] is better written in dot notation. (dot-notation)
(#50) ["height"] is better written in dot notation. (dot-notation)
(#52) ["jclic_ispreview"] is better written in dot notation. (dot-notation)
(#53) ["reporter"] is better written in dot notation. (dot-notation)
(#54) ["path"] is better written in dot notation. (dot-notation)
(#57) 'JClicObject' is not defined. (no-undef)
(#57) ["jclic_url"] is better written in dot notation. (dot-notation)
(#61) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#62) 'showSessionActivities' is defined but never used. (no-unused-vars)
(#62) Missing space before opening brace. (space-before-blocks)
(#63) 'activities' is not defined. (no-undef)
(#63) Operator '+' must be spaced. (space-infix-ops)
(#64) 'activities' is not defined. (no-undef)
(#65) 'activities' is not defined. (no-undef)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#66) Expected space(s) after "else". (keyword-spacing)
(#67) 'activities' is not defined. (no-undef)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#71) Identifier 'var_dump' is not in camel case. (camelcase)
(#71) 'var_dump' is defined but never used. (no-unused-vars)
(#76) Unexpected alert. (no-alert)
mod/jclic/jclicplugin.js
(#1) Identifier 'player_files' is not in camel case. (camelcase)
(#1) Multiple spaces found before '"jclic.jar"'. (no-multi-spaces)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Identifier 'player_versions' is not in camel case. (camelcase)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Identifier 'author_files' is not in camel case. (camelcase)
(#4) Multiple spaces found before '"jclicauthor.jar"'. (no-multi-spaces)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Identifier 'author_versions' is not in camel case. (camelcase)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#7) Identifier 'player_files' is not in camel case. (camelcase)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#8) Identifier 'player_versions' is not in camel case. (camelcase)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Operator '=' must be spaced. (space-infix-ops)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '==' must be spaced. (space-infix-ops)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) This line has a length of 238. Maximum allowed is 132. (max-len)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) '_mac' is assigned a value but never used. (no-unused-vars)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) 'setJarBase' is defined but never used. (no-unused-vars)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) 'setLanguage' is defined but never used. (no-unused-vars)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected space(s) after "if". (keyword-spacing)
(#35) Use '===' to compare with null. (no-eq-null)
(#35) Operator '!=' must be spaced. (space-infix-ops)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) Use '===' to compare with null. (no-eq-null)
(#37) Operator '!=' must be spaced. (space-infix-ops)
(#37) Expected { after 'if' condition. (curly)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected space(s) after "if". (keyword-spacing)
(#38) Use '===' to compare with null. (no-eq-null)
(#38) Operator '!=' must be spaced. (space-infix-ops)
(#38) Expected { after 'if' condition. (curly)
(#38) Operator '=' must be spaced. (space-infix-ops)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Operator '=' must be spaced. (space-infix-ops)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) 'setReporter' is defined but never used. (no-unused-vars)
(#46) Missing space before opening brace. (space-before-blocks)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) Use '===' to compare with null. (no-eq-null)
(#47) Operator '!=' must be spaced. (space-infix-ops)
(#47) Missing space before opening brace. (space-before-blocks)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected space(s) after "if". (keyword-spacing)
(#49) Use '===' to compare with null. (no-eq-null)
(#49) Operator '!=' must be spaced. (space-infix-ops)
(#49) Expected { after 'if' condition. (curly)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Operator '=' must be spaced. (space-infix-ops)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) 'setSkin' is defined but never used. (no-unused-vars)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Use '===' to compare with null. (no-eq-null)
(#57) Operator '!=' must be spaced. (space-infix-ops)
(#57) Missing space before opening brace. (space-before-blocks)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Operator '=' must be spaced. (space-infix-ops)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Operator '=' must be spaced. (space-infix-ops)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) 'setCookie' is defined but never used. (no-unused-vars)
(#65) Missing space before opening brace. (space-before-blocks)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected space(s) after "if". (keyword-spacing)
(#66) Use '===' to compare with null. (no-eq-null)
(#66) Operator '!=' must be spaced. (space-infix-ops)
(#66) Missing space before opening brace. (space-before-blocks)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) 'setExitUrl' is defined but never used. (no-unused-vars)
(#74) Missing space before opening brace. (space-before-blocks)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Use '===' to compare with null. (no-eq-null)
(#75) Operator '!=' must be spaced. (space-infix-ops)
(#75) Missing space before opening brace. (space-before-blocks)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Operator '=' must be spaced. (space-infix-ops)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Operator '=' must be spaced. (space-infix-ops)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Operator '=' must be spaced. (space-infix-ops)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) 'setInfoUrlFrame' is defined but never used. (no-unused-vars)
(#83) Missing space before opening brace. (space-before-blocks)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Use '===' to compare with null. (no-eq-null)
(#84) Operator '!=' must be spaced. (space-infix-ops)
(#84) Missing space before opening brace. (space-before-blocks)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Operator '=' must be spaced. (space-infix-ops)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Operator '=' must be spaced. (space-infix-ops)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) 'setSequence' is defined but never used. (no-unused-vars)
(#92) Missing space before opening brace. (space-before-blocks)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected space(s) after "if". (keyword-spacing)
(#93) Use '===' to compare with null. (no-eq-null)
(#93) Operator '!=' must be spaced. (space-infix-ops)
(#93) Missing space before opening brace. (space-before-blocks)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Operator '=' must be spaced. (space-infix-ops)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Operator '=' must be spaced. (space-infix-ops)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) 'setSystemSounds' is defined but never used. (no-unused-vars)
(#101) Missing space before opening brace. (space-before-blocks)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected space(s) after "if". (keyword-spacing)
(#102) Use '===' to compare with null. (no-eq-null)
(#102) Operator '!=' must be spaced. (space-infix-ops)
(#102) Missing space before opening brace. (space-before-blocks)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Operator '=' must be spaced. (space-infix-ops)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Operator '=' must be spaced. (space-infix-ops)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Operator '=' must be spaced. (space-infix-ops)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) 'setCompressImages' is defined but never used. (no-unused-vars)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected space(s) after "if". (keyword-spacing)
(#111) Use '===' to compare with null. (no-eq-null)
(#111) Operator '!=' must be spaced. (space-infix-ops)
(#111) Missing space before opening brace. (space-before-blocks)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Operator '=' must be spaced. (space-infix-ops)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Operator '=' must be spaced. (space-infix-ops)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) 'setTrace' is defined but never used. (no-unused-vars)
(#119) Missing space before opening brace. (space-before-blocks)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected space(s) after "if". (keyword-spacing)
(#120) Use '===' to compare with null. (no-eq-null)
(#120) Operator '!=' must be spaced. (space-infix-ops)
(#120) Missing space before opening brace. (space-before-blocks)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Operator '=' must be spaced. (space-infix-ops)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Operator '=' must be spaced. (space-infix-ops)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Operator '=' must be spaced. (space-infix-ops)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Operator '=' must be spaced. (space-infix-ops)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Operator '=' must be spaced. (space-infix-ops)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Operator '==' must be spaced. (space-infix-ops)
(#130) Missing space before opening brace. (space-before-blocks)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Operator '=' must be spaced. (space-infix-ops)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) 'setAuthorApplet' is defined but never used. (no-unused-vars)
(#135) Missing space before opening brace. (space-before-blocks)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected space(s) after "if". (keyword-spacing)
(#136) Use '===' to compare with null. (no-eq-null)
(#136) Operator '!=' must be spaced. (space-infix-ops)
(#136) Missing space before opening brace. (space-before-blocks)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Operator '=' must be spaced. (space-infix-ops)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected space(s) after "if". (keyword-spacing)
(#138) Operator '==' must be spaced. (space-infix-ops)
(#138) Missing space before opening brace. (space-before-blocks)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#139) Identifier 'player_files' is not in camel case. (camelcase)
(#139) Operator '+' must be spaced. (space-infix-ops)
(#139) Operator '+' must be spaced. (space-infix-ops)
(#139) Identifier 'author_files' is not in camel case. (camelcase)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#140) Identifier 'player_versions' is not in camel case. (camelcase)
(#140) Operator '+' must be spaced. (space-infix-ops)
(#140) Operator '+' must be spaced. (space-infix-ops)
(#140) Identifier 'author_versions' is not in camel case. (camelcase)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#143) Identifier 'player_files' is not in camel case. (camelcase)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#144) Identifier 'player_versions' is not in camel case. (camelcase)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) 'writePlugin' is defined but never used. (no-unused-vars)
(#150) Missing space before opening brace. (space-before-blocks)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) 'writeCacheInfo' is defined but never used. (no-unused-vars)
(#154) Missing space before opening brace. (space-before-blocks)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) 'writeDownloadPageInfo' is defined but never used. (no-unused-vars)
(#158) Missing space before opening brace. (space-before-blocks)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) 'writeParams' is defined but never used. (no-unused-vars)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) 'writeTable' is defined but never used. (no-unused-vars)
(#167) Missing space before opening brace. (space-before-blocks)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Missing space before opening brace. (space-before-blocks)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected space(s) after "if". (keyword-spacing)
(#176) Use '===' to compare with null. (no-eq-null)
(#176) Operator '!=' must be spaced. (space-infix-ops)
(#176) Expected { after 'if' condition. (curly)
(#176) Operator '=' must be spaced. (space-infix-ops)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected space(s) after "if". (keyword-spacing)
(#177) Use '===' to compare with null. (no-eq-null)
(#177) Operator '!=' must be spaced. (space-infix-ops)
(#177) Expected { after 'if' condition. (curly)
(#177) Operator '=' must be spaced. (space-infix-ops)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Missing space before opening brace. (space-before-blocks)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Operator '+' must be spaced. (space-infix-ops)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Operator '+' must be spaced. (space-infix-ops)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Operator '+' must be spaced. (space-infix-ops)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Missing space before opening brace. (space-before-blocks)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Operator '+' must be spaced. (space-infix-ops)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Operator '+' must be spaced. (space-infix-ops)
(#194) Operator '+' must be spaced. (space-infix-ops)
(#194) Operator '+' must be spaced. (space-infix-ops)
(#194) Operator '+' must be spaced. (space-infix-ops)
(#194) Operator '+' must be spaced. (space-infix-ops)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Operator '+' must be spaced. (space-infix-ops)
(#195) Operator '+' must be spaced. (space-infix-ops)
(#195) Operator '+' must be spaced. (space-infix-ops)
(#195) Operator '+' must be spaced. (space-infix-ops)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Operator '+' must be spaced. (space-infix-ops)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected space(s) after "else". (keyword-spacing)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Operator '+' must be spaced. (space-infix-ops)
(#204) Operator '+' must be spaced. (space-infix-ops)
(#204) Operator '+' must be spaced. (space-infix-ops)
(#204) Operator '+' must be spaced. (space-infix-ops)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#205) Operator '+' must be spaced. (space-infix-ops)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Operator '+' must be spaced. (space-infix-ops)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Missing space before opening brace. (space-before-blocks)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected space(s) after "if". (keyword-spacing)
(#217) Missing space before opening brace. (space-before-blocks)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#219) Operator '+' must be spaced. (space-infix-ops)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected space(s) after "if". (keyword-spacing)
(#220) Missing space before opening brace. (space-before-blocks)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Operator '+' must be spaced. (space-infix-ops)
(#221) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#221) Operator '+' must be spaced. (space-infix-ops)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected space(s) before "else". (keyword-spacing)
(#223) Expected space(s) after "else". (keyword-spacing)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Identifier 'jar_cache_files' is not in camel case. (camelcase)
(#225) Operator '+' must be spaced. (space-infix-ops)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected space(s) after "if". (keyword-spacing)
(#226) Missing space before opening brace. (space-before-blocks)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Identifier 'jar_cache_versions' is not in camel case. (camelcase)
(#227) Operator '+' must be spaced. (space-infix-ops)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Function 'getParams' has a complexity of 24. Maximum allowed is 20. (complexity)
(#234) Missing space before opening brace. (space-before-blocks)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected space(s) after "if". (keyword-spacing)
(#237) Expected { after 'if' condition. (curly)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Operator '+' must be spaced. (space-infix-ops)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected { after 'else'. (curly)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Operator '+' must be spaced. (space-infix-ops)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected space(s) after "if". (keyword-spacing)
(#240) Missing space before opening brace. (space-before-blocks)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected space(s) after "if". (keyword-spacing)
(#241) Expected { after 'if' condition. (curly)
(#241) Operator '+' must be spaced. (space-infix-ops)
(#241) Operator '+' must be spaced. (space-infix-ops)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected { after 'else'. (curly)
(#242) Operator '+' must be spaced. (space-infix-ops)
(#242) Operator '+' must be spaced. (space-infix-ops)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Missing space before opening brace. (space-before-blocks)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected space(s) after "if". (keyword-spacing)
(#246) Missing space before opening brace. (space-before-blocks)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Operator '+' must be spaced. (space-infix-ops)
(#247) Operator '+' must be spaced. (space-infix-ops)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) Operator '+' must be spaced. (space-infix-ops)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Operator '+' must be spaced. (space-infix-ops)
(#249) Operator '+' must be spaced. (space-infix-ops)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected { after 'else'. (curly)
(#251) Operator '+' must be spaced. (space-infix-ops)
(#251) Operator '+' must be spaced. (space-infix-ops)
(#251) Operator '+' must be spaced. (space-infix-ops)
(#251) Operator '+' must be spaced. (space-infix-ops)
(#251) Operator '+' must be spaced. (space-infix-ops)
(#251) Operator '+' must be spaced. (space-infix-ops)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected space(s) after "if". (keyword-spacing)
(#254) Missing space before opening brace. (space-before-blocks)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Expected { after 'if' condition. (curly)
(#255) Operator '+' must be spaced. (space-infix-ops)
(#255) Operator '+' must be spaced. (space-infix-ops)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected { after 'else'. (curly)
(#256) Operator '+' must be spaced. (space-infix-ops)
(#256) Operator '+' must be spaced. (space-infix-ops)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected space(s) after "if". (keyword-spacing)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected space(s) after "if". (keyword-spacing)
(#260) Expected { after 'if' condition. (curly)
(#260) Operator '+' must be spaced. (space-infix-ops)
(#260) Operator '+' must be spaced. (space-infix-ops)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected { after 'else'. (curly)
(#261) Operator '+' must be spaced. (space-infix-ops)
(#261) Operator '+' must be spaced. (space-infix-ops)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected space(s) after "if". (keyword-spacing)
(#264) Missing space before opening brace. (space-before-blocks)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected space(s) after "if". (keyword-spacing)
(#265) Expected { after 'if' condition. (curly)
(#265) Operator '+' must be spaced. (space-infix-ops)
(#265) Operator '+' must be spaced. (space-infix-ops)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected { after 'else'. (curly)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) Operator '+' must be spaced. (space-infix-ops)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected space(s) after "if". (keyword-spacing)
(#269) Missing space before opening brace. (space-before-blocks)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected space(s) after "if". (keyword-spacing)
(#270) Missing space before opening brace. (space-before-blocks)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Operator '+' must be spaced. (space-infix-ops)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Operator '+' must be spaced. (space-infix-ops)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected { after 'else'. (curly)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Operator '+' must be spaced. (space-infix-ops)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected space(s) after "if". (keyword-spacing)
(#277) Missing space before opening brace. (space-before-blocks)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) Expected { after 'if' condition. (curly)
(#278) Operator '+' must be spaced. (space-infix-ops)
(#278) Operator '+' must be spaced. (space-infix-ops)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected { after 'else'. (curly)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Operator '+' must be spaced. (space-infix-ops)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected space(s) after "if". (keyword-spacing)
(#282) Missing space before opening brace. (space-before-blocks)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected space(s) after "if". (keyword-spacing)
(#283) Expected { after 'if' condition. (curly)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Operator '+' must be spaced. (space-infix-ops)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected { after 'else'. (curly)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Operator '+' must be spaced. (space-infix-ops)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Missing space before opening brace. (space-before-blocks)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected space(s) after "if". (keyword-spacing)
(#288) Expected { after 'if' condition. (curly)
(#288) Operator '+' must be spaced. (space-infix-ops)
(#288) Operator '+' must be spaced. (space-infix-ops)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected { after 'else'. (curly)
(#289) Operator '+' must be spaced. (space-infix-ops)
(#289) Operator '+' must be spaced. (space-infix-ops)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Expected space(s) after "if". (keyword-spacing)
(#292) Missing space before opening brace. (space-before-blocks)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected space(s) after "if". (keyword-spacing)
(#293) Expected { after 'if' condition. (curly)
(#293) Operator '+' must be spaced. (space-infix-ops)
(#293) Operator '+' must be spaced. (space-infix-ops)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected { after 'else'. (curly)
(#294) Operator '+' must be spaced. (space-infix-ops)
(#294) Operator '+' must be spaced. (space-infix-ops)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected space(s) after "if". (keyword-spacing)
(#297) Missing space before opening brace. (space-before-blocks)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Expected space(s) after "if". (keyword-spacing)
(#298) Expected { after 'if' condition. (curly)
(#298) Operator '+' must be spaced. (space-infix-ops)
(#298) Operator '+' must be spaced. (space-infix-ops)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Expected { after 'else'. (curly)
(#299) Operator '+' must be spaced. (space-infix-ops)
(#299) Operator '+' must be spaced. (space-infix-ops)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Missing space before opening brace. (space-before-blocks)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Operator '=' must be spaced. (space-infix-ops)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#309) Operator '+' must be spaced. (space-infix-ops)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Operator '=' must be spaced. (space-infix-ops)
(#310) Operator '+' must be spaced. (space-infix-ops)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#311) Operator '+' must be spaced. (space-infix-ops)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) This line has a length of 226. Maximum allowed is 132. (max-len)
(#313) Operator '+' must be spaced. (space-infix-ops)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) This line has a length of 202. Maximum allowed is 132. (max-len)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Operator '+' must be spaced. (space-infix-ops)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) This line has a length of 190. Maximum allowed is 132. (max-len)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Operator '+' must be spaced. (space-infix-ops)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) This line has a length of 151. Maximum allowed is 132. (max-len)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Operator '+' must be spaced. (space-infix-ops)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Missing space before opening brace. (space-before-blocks)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Operator '+' must be spaced. (space-infix-ops)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected space(s) after "if". (keyword-spacing)
(#325) Missing space before opening brace. (space-before-blocks)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected space(s) after "if". (keyword-spacing)
(#326) Use '===' to compare with null. (no-eq-null)
(#326) Operator '!=' must be spaced. (space-infix-ops)
(#326) Expected { after 'if' condition. (curly)
(#326) Operator '+' must be spaced. (space-infix-ops)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected space(s) after "if". (keyword-spacing)
(#327) Use '===' to compare with null. (no-eq-null)
(#327) Operator '!=' must be spaced. (space-infix-ops)
(#327) Expected { after 'if' condition. (curly)
(#327) Operator '+' must be spaced. (space-infix-ops)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected space(s) after "else". (keyword-spacing)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected space(s) after "if". (keyword-spacing)
(#330) Use '===' to compare with null. (no-eq-null)
(#330) Operator '!=' must be spaced. (space-infix-ops)
(#330) Expected { after 'if' condition. (curly)
(#330) Operator '+' must be spaced. (space-infix-ops)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Expected space(s) after "if". (keyword-spacing)
(#331) Use '===' to compare with null. (no-eq-null)
(#331) Operator '!=' must be spaced. (space-infix-ops)
(#331) Expected { after 'if' condition. (curly)
(#331) Operator '+' must be spaced. (space-infix-ops)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(4 errors, 4 warnings)

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

mod/jclic/styles.css
(#2) Expected "#DFFFDF" to be "#dfffdf" (color-hex-case)
(#6) Expected "#FFDFDF" to be "#ffdfdf" (color-hex-case)
(#2) Unexpected !important (declaration-no-important)
(#6) Unexpected !important (declaration-no-important)
(#10) Unexpected !important (declaration-no-important)
(#15) Unexpected !important (declaration-no-important)
(#15) Unexpected unit (length-zero-no-unit)
(#51) Unexpected extra semicolon (no-extra-semicolons)

PHPDocs style problems

(34 errors, 0 warnings)

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

mod/jclic/action/test_beans.php
(#1) The file is empty or doesn't contain PHP code. Skipped.
mod/jclic/backup/moodle1/lib.php
(#72) Phpdocs for function moodle1_mod_jclic_handler::process_jclic has incomplete parameters list
(#40) Inline phpdocs tag {@link convert_path} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#40) Inline phpdocs tag {@link convert_path} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/jclic/backup/moodle2/backup_jclic_activity_task.class.php
(#51) Phpdocs for function backup_jclic_activity_task::encode_content_links has incomplete parameters list
mod/jclic/backup/moodle2/restore_jclic_activity_task.class.php
(#81) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#83) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#97) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#99) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/jclic/check_db_syntax.php
(#4) Found comment starting with three or more slashes
(#25) Found comment starting with three or more slashes
(#294) Found comment starting with three or more slashes
(#422) Found comment starting with three or more slashes
(#346) Phpdocs for function calculate_megarule has incomplete parameters list
(#377) Phpdocs for function files_to_check has incomplete parameters list
mod/jclic/db/upgrade.php
(#79) Found comment starting with three or more slashes
mod/jclic/lib.php
(#120) Phpdocs for function jclic_update_instance has incomplete parameters list
(#201) Phpdocs for function jclic_user_complete has incomplete parameters list
(#217) Phpdocs for function jclic_print_recent_activity has incomplete parameters list
(#246) Phpdocs for function jclic_print_recent_mod_activity has incomplete parameters list
(#316) Phpdocs for function jclic_scale_used has incomplete parameters list
(#338) Phpdocs for function jclic_scale_used_anywhere has incomplete parameters list
(#704) Phpdocs for function jclic_reset_userdata has incomplete parameters list
(#749) Phpdocs for function jclic_reset_course_form_definition has incomplete parameters list
(#757) Phpdocs for function jclic_reset_course_form_defaults has incomplete parameters list
(#479) Inline phpdocs tag {@link file_browser::get_file_info_context_module()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#592) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#593) Inline phpdocs tag {@link navigation_node} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/jclic/locallib.php
(#689) Phpdocs for function jclic_view_intro has incomplete parameters list
(#701) Phpdocs for function jclic_view_dates has incomplete parameters list
(#728) Phpdocs for function jclic_view_activity has incomplete parameters list
(#1028) Phpdocs for function jclic_get_filearea has incomplete parameters list
(#1203) Phpdocs for function jclic_get_sessions_summary has incomplete parameters list
mod/jclic/report.php
(#155) Found comment starting with three or more slashes

Update savepoints problems

(2 errors, 0 warnings)

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

mod/jclic/db/upgrade.php
Detected more 'if' blocks (9) than 'savepoint' calls (8)
version 2011011900 is missing corresponding savepoint call

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

(1 errors, 1 warnings)

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

Problems running grunt
Task "gherkinlint" failed. Use --force to continue.

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]


Gherkin .feature problems

(1 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]

mod/jclic/tests/behat/preview_activity.feature
(#31) New line at EOF(end of file) is required