Mica - 7.x-4.x

Test status
StatusResult
Last receivedWed, 08/08/2012 - 15:07:28
Last requestedWed, 08/08/2012 - 15:08:03
Last testedWed, 08/08/2012 - 15:08:58
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-4.x
ProjectMica
LinkProject information
SummaryPASSED: [[SimpleTest]]: [MySQL] 0 pass(es); [[Coder]]: [Code review] 123 minor(s), 18 critical(s), and 117 normal(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
123 minor(s), 18 critical(s), and 117 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandextensions/mica_core/mica_core.module102
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_core.module-1N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Othermica_core.module241N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_core.module328N/A
Expandextensions/mica_datasets/includes/connection.inc001
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherconnection.inc500N/A
Expandextensions/mica_datasets/includes/query/terms.inc304
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherterms.inc361N/A
put a space between the asterisk and the comment textOtherterms.inc496N/A
missing space after commaOtherterms.inc661N/A
else statements should begin on a new lineOtherterms.inc663N/A
Control statements should have one space between the control keyword and opening parenthesisOtherterms.inc665N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherterms.inc666N/A
missing space after commaOtherterms.inc686N/A
Expandextensions/mica_datasets/mica_datasets.module1010
MessageGroupFilenameLineFunctionStatus
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1202N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1205N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1845N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1850N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.module1860N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1861N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1864N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1867N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1870N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1873N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1877N/A
Expandextensions/mica_datasets/mica_datasets.pages.harmonization.inc111
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_datasets.pages.harmonization.inc-1N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.harmonization.inc13N/A
use <br /> instead of <br>Othermica_datasets.pages.harmonization.inc62N/A
Expandextensions/mica_datasets/mica_datasets.pages.inc080
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc18N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc32N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc57N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc68N/A
table names should be enclosed in {curly_brackets}Othermica_datasets.pages.inc340N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othermica_datasets.pages.inc416N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc445N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc455N/A
Expandextensions/mica_datasets/mica_datasets.pages.query.inc150
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc38N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc113N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc116N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc557N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc622N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.pages.query.inc1066N/A
Expandextensions/mica_datasets/mica_datasets.pages.query.term.inc020
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.term.inc120N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.term.inc154N/A
Expandextensions/mica_datashield/includes/datashield.inc001
MessageGroupFilenameLineFunctionStatus
Functions should be called with no spaces between the function name and opening parenthesesOtherdatashield.inc76N/A
Expandextensions/mica_datashield/mica_datashield.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_datashield.module-1N/A
Expandextensions/mica_field_description/mica_field_description.module101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_field_description.module-1N/A
Format should be * Implementation of hook_foo().Othermica_field_description.module92N/A
Expandextensions/mica_opal/includes/jsonpath-0.8.1.php49031
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherjsonpath-0.8.1.php-1N/A
do not use mixed case (camelCase), use lower case and _Otherjsonpath-0.8.1.php12N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherjsonpath-0.8.1.php12N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php13N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php14N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php15N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php16N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php17N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php20N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php22N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherjsonpath-0.8.1.php22N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php23N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php28N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherjsonpath-0.8.1.php28N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php29N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php30N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php31N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php34N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php42N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php43N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php43N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php44N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php46N/A
missing space after commaOtherjsonpath-0.8.1.php49N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php50N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php50N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php52N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php53N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php56N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php57N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php59N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php60N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php61N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php63N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php64N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php65N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php65N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php67N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php67N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php70N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php71N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php71N/A
missing space after commaOtherjsonpath-0.8.1.php72N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php73N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php74N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php74N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php75N/A
missing space after commaOtherjsonpath-0.8.1.php75N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherjsonpath-0.8.1.php75N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php76N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php76N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php78N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php78N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php82N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php83N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php84N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php84N/A
missing space after commaOtherjsonpath-0.8.1.php84N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php85N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php85N/A
missing space after commaOtherjsonpath-0.8.1.php85N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php86N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php86N/A
missing space after commaOtherjsonpath-0.8.1.php86N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php88N/A
Control statements should have one space between the control keyword and opening parenthesisOtherjsonpath-0.8.1.php89N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php90N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php91N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php92N/A
missing space after commaOtherjsonpath-0.8.1.php98N/A
missing space after commaOtherjsonpath-0.8.1.php99N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php101N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php101N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php102N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php103N/A
missing space after commaOtherjsonpath-0.8.1.php104N/A
the final ?> should be omitted from all code filesOtherjsonpath-0.8.1.php106N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php108N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php110N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php111N/A
Expandextensions/mica_opal/includes/opal_connection.inc205
MessageGroupFilenameLineFunctionStatus
missing space after commaOtheropal_connection.inc102N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheropal_connection.inc102N/A
missing space after commaOtheropal_connection.inc103N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheropal_connection.inc103N/A
missing space after commaOtheropal_connection.inc115N/A
else statements should begin on a new lineOtheropal_connection.inc117N/A
Control statements should have one space between the control keyword and opening parenthesisOtheropal_connection.inc143N/A
Expandextensions/mica_opal/mica_opal.module1403
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_opal.module-1N/A
There should be no trailing spacesOthermica_opal.module67N/A
use a space between the closing parenthesis and the open bracketOthermica_opal.module68N/A
There should be no trailing spacesOthermica_opal.module77N/A
There should be no trailing spacesOthermica_opal.module85N/A
There should be no trailing spacesOthermica_opal.module90N/A
There should be no trailing spacesOthermica_opal.module93N/A
There should be no trailing spacesOthermica_opal.module106N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_opal.module108N/A
There should be no trailing spacesOthermica_opal.module111N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_opal.module116N/A
There should be no trailing spacesOthermica_opal.module117N/A
There should be no trailing spacesOthermica_opal.module120N/A
There should be no trailing spacesOthermica_opal.module124N/A
There should be no trailing spacesOthermica_opal.module136N/A
There should be no trailing spacesOthermica_opal.module151N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othermica_opal.module174N/A
Expandextensions/mica_opal/mica_opal_view/mica_opal_view.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_opal_view.module-1N/A
Expandextensions/mica_opal/mica_opal_view/OpalXmlFormatView.inc101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherOpalXmlFormatView.inc-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherOpalXmlFormatView.inc64N/A
Expandextensions/mica_relation/mica_relation.module101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_relation.module-1N/A
Format should be * Implementation of hook_foo().Othermica_relation.module104N/A
Expandextensions/mica_studies/mica_studies.install10049
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthermica_studies.install79N/A
There should be no trailing spacesOthermica_studies.install82N/A
There should be no trailing spacesOthermica_studies.install85N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install205N/A
There should be no trailing spacesOthermica_studies.install208N/A
There should be no trailing spacesOthermica_studies.install212N/A
There should be no trailing spacesOthermica_studies.install214N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install221N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install223N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install224N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install225N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install226N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install228N/A
Control statements should have one space between the control keyword and opening parenthesisOthermica_studies.install228N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install229N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install231N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install232N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install233N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install234N/A
There should be no trailing spacesOthermica_studies.install234N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install235N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install236N/A
There should be no trailing spacesOthermica_studies.install236N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install237N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install238N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install239N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install240N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install241N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install242N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install243N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install244N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install245N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install246N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install247N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install248N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install249N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install250N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install251N/A
There should be no trailing spacesOthermica_studies.install251N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install252N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install252N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install253N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install254N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install255N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install255N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install256N/A
Control statements should have one space between the control keyword and opening parenthesisOthermica_studies.install256N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install256N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install257N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install258N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install259N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install260N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install261N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install262N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install263N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install264N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install265N/A
There should be no trailing spacesOthermica_studies.install265N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install267N/A
Expandextensions/mica_studies/mica_studies.module1001
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module300N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module310N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module331N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module464N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module470N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module609N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module636N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module647N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module705N/A
Use "elseif" in place of "else if"Othermica_studies.module757N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module800N/A
Expandextensions/mica_studies/mica_studies.update_7130.inc301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_studies.update_7130.inc-1N/A
There should be no trailing spacesOthermica_studies.update_7130.inc1N/A
put a space between the asterisk and the comment textOthermica_studies.update_7130.inc6N/A
There should be no trailing spacesOthermica_studies.update_7130.inc8N/A
Expandextensions/node_reference_block/node_reference_block.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othernode_reference_block.module-1N/A
Expandincludes/blocks.inc021
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherblocks.inc54N/A
Control statements should have one space between the control keyword and opening parenthesisOtherblocks.inc157N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherblocks.inc218N/A
Expandmica.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica.module-1N/A

All

Test nameMinorCriticalNormal
Leafextensions/mica_community/mica_community.features.field.inc000
Leafextensions/mica_community/mica_community.features.inc000
Leafextensions/mica_community/mica_community.features.user_permission.inc000
Leafextensions/mica_community/mica_community.feeds_importer_default.inc000
Leafextensions/mica_community/mica_community.feeds_tamper_default.inc000
Leafextensions/mica_community/mica_community.install000
Leafextensions/mica_community/mica_community.module000
Leafextensions/mica_community/mica_community.pages_default.inc000
Leafextensions/mica_community/mica_community.strongarm.inc000
Leafextensions/mica_community/mica_community.views_default.inc000
Leafextensions/mica_core/includes/exception.inc000
Leafextensions/mica_core/includes/feeds/FeedsRestFetcher.inc000
Leafextensions/mica_core/mica_core.api.php000
Leafextensions/mica_core/mica_core.default_data.inc000
Leafextensions/mica_core/mica_core.features.inc000
Leafextensions/mica_core/mica_core.features.menu_custom.inc000
Leafextensions/mica_core/mica_core.features.user_role.inc000
Leafextensions/mica_core/mica_core.install000
Leafextensions/mica_core/mica_core.menu.utils.inc000
Expandextensions/mica_core/mica_core.module102
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_core.module-1N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Othermica_core.module241N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_core.module328N/A
Expandextensions/mica_core/mica_core.search.utils.inc200
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_core.search.utils.inc100N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_core.search.utils.inc204N/A
Leafextensions/mica_core/mica_core.strongarm.inc000
Expandextensions/mica_datasets/includes/connection.inc001
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherconnection.inc500N/A
Leafextensions/mica_datasets/includes/connection_form.inc000
Leafextensions/mica_datasets/includes/connector_entity.inc000
Expandextensions/mica_datasets/includes/query/terms.inc304
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherterms.inc361N/A
put a space between the asterisk and the comment textOtherterms.inc496N/A
missing space after commaOtherterms.inc661N/A
else statements should begin on a new lineOtherterms.inc663N/A
Control statements should have one space between the control keyword and opening parenthesisOtherterms.inc665N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherterms.inc666N/A
missing space after commaOtherterms.inc686N/A
Leafextensions/mica_datasets/includes/query_entity.inc000
Leafextensions/mica_datasets/mica_category_field/mica_category_field.feeds.inc000
Leafextensions/mica_datasets/mica_category_field/mica_category_field.install000
Expandextensions/mica_datasets/mica_category_field/mica_category_field.module200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthermica_category_field.module94N/A
There should be no trailing spacesOthermica_category_field.module337N/A
Leafextensions/mica_datasets/mica_datasets.api.php000
Leafextensions/mica_datasets/mica_datasets.current_search.inc000
Leafextensions/mica_datasets/mica_datasets.default_corresponding_node_references_presets.inc000
Expandextensions/mica_datasets/mica_datasets.devel.inc200
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.devel.inc43N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.devel.inc51N/A
Leafextensions/mica_datasets/mica_datasets.facetapi_defaults.inc000
Leafextensions/mica_datasets/mica_datasets.facet_blocks.inc000
Expandextensions/mica_datasets/mica_datasets.features.field.inc200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthermica_datasets.features.field.inc3534N/A
There should be no trailing spacesOthermica_datasets.features.field.inc4637N/A
Leafextensions/mica_datasets/mica_datasets.features.inc000
Leafextensions/mica_datasets/mica_datasets.features.taxonomy.inc000
Leafextensions/mica_datasets/mica_datasets.features.user_permission.inc000
Leafextensions/mica_datasets/mica_datasets.features.user_role.inc000
Leafextensions/mica_datasets/mica_datasets.feeds_importer_default.inc000
Leafextensions/mica_datasets/mica_datasets.feeds_tamper_default.inc000
Leafextensions/mica_datasets/mica_datasets.field_group.inc000
Leafextensions/mica_datasets/mica_datasets.import_taxonomies.inc000
Expandextensions/mica_datasets/mica_datasets.install200
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.install208N/A
There should be no trailing spacesOthermica_datasets.install314N/A
Leafextensions/mica_datasets/mica_datasets.menu.inc000
Expandextensions/mica_datasets/mica_datasets.module1010
MessageGroupFilenameLineFunctionStatus
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1202N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1205N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1845N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1850N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.module1860N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1861N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1864N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1867N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1870N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1873N/A
do not use mixed case (camelCase), use lower case and _Othermica_datasets.module1877N/A
Expandextensions/mica_datasets/mica_datasets.pages.harmonization.inc111
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_datasets.pages.harmonization.inc-1N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.harmonization.inc13N/A
use <br /> instead of <br>Othermica_datasets.pages.harmonization.inc62N/A
Expandextensions/mica_datasets/mica_datasets.pages.inc080
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc18N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc32N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc57N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc68N/A
table names should be enclosed in {curly_brackets}Othermica_datasets.pages.inc340N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Othermica_datasets.pages.inc416N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc445N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.inc455N/A
Expandextensions/mica_datasets/mica_datasets.pages.query.inc150
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc38N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc113N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc116N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc557N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.inc622N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.pages.query.inc1066N/A
Expandextensions/mica_datasets/mica_datasets.pages.query.term.inc020
MessageGroupFilenameLineFunctionStatus
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.term.inc120N/A
Potential problem: drupal_set_title() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Othermica_datasets.pages.query.term.inc154N/A
Expandextensions/mica_datasets/mica_datasets.pages.unit.inc100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_datasets.pages.unit.inc130N/A
Expandextensions/mica_datasets/mica_datasets.pages.variables.inc300
MessageGroupFilenameLineFunctionStatus
@see should be separated from the references by one space onlyOthermica_datasets.pages.variables.inc12N/A
@see should be separated from the references by one space onlyOthermica_datasets.pages.variables.inc13N/A
@see should be separated from the references by one space onlyOthermica_datasets.pages.variables.inc73N/A
Leafextensions/mica_datasets/mica_datasets.pages_default.inc000
Leafextensions/mica_datasets/mica_datasets.strongarm.inc000
Leafextensions/mica_datasets/mica_datasets.utils.inc000
Leafextensions/mica_datasets/mica_datasets.views_default.inc000
Expandextensions/mica_datashield/includes/datashield.inc001
MessageGroupFilenameLineFunctionStatus
Functions should be called with no spaces between the function name and opening parenthesesOtherdatashield.inc76N/A
Expandextensions/mica_datashield/mica_datashield.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_datashield.module-1N/A
Expandextensions/mica_datashield/mica_datashield.pages.inc300
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthermica_datashield.pages.inc25N/A
There should be no trailing spacesOthermica_datashield.pages.inc26N/A
There should be no trailing spacesOthermica_datashield.pages.inc27N/A
Leafextensions/mica_data_access/mica_data_access.features.field.inc000
Leafextensions/mica_data_access/mica_data_access.features.inc000
Leafextensions/mica_data_access/mica_data_access.features.user_permission.inc000
Leafextensions/mica_data_access/mica_data_access.features.user_role.inc000
Leafextensions/mica_data_access/mica_data_access.field_group.inc000
Leafextensions/mica_data_access/mica_data_access.install000
Leafextensions/mica_data_access/mica_data_access.module000
Leafextensions/mica_data_access/mica_data_access.strongarm.inc000
Leafextensions/mica_data_access/mica_data_access.views_default.inc000
Leafextensions/mica_devel/mica_devel.features.inc000
Leafextensions/mica_devel/mica_devel.features.user_permission.inc000
Expandextensions/mica_devel/mica_devel.module100
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_devel.module113N/A
Leafextensions/mica_devel/mica_devel.strongarm.inc000
Leafextensions/mica_field_description/mica_field_description.facetapi_defaults.inc000
Leafextensions/mica_field_description/mica_field_description.features.field.inc000
Leafextensions/mica_field_description/mica_field_description.features.inc000
Leafextensions/mica_field_description/mica_field_description.features.user_permission.inc000
Leafextensions/mica_field_description/mica_field_description.feeds_importer_default.inc000
Leafextensions/mica_field_description/mica_field_description.feeds_tamper_default.inc000
Leafextensions/mica_field_description/mica_field_description.install000
Expandextensions/mica_field_description/mica_field_description.module101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_field_description.module-1N/A
Format should be * Implementation of hook_foo().Othermica_field_description.module92N/A
Leafextensions/mica_field_description/mica_field_description.strongarm.inc000
Leafextensions/mica_field_description/mica_field_description.views_default.inc000
Leafextensions/mica_networks/mica_networks.default_corresponding_node_references_presets.inc000
Leafextensions/mica_networks/mica_networks.features.field.inc000
Leafextensions/mica_networks/mica_networks.features.inc000
Leafextensions/mica_networks/mica_networks.features.user_permission.inc000
Leafextensions/mica_networks/mica_networks.features.user_role.inc000
Leafextensions/mica_networks/mica_networks.field_group.inc000
Leafextensions/mica_networks/mica_networks.install000
Leafextensions/mica_networks/mica_networks.module000
Leafextensions/mica_networks/mica_networks.pages_default.inc000
Leafextensions/mica_networks/mica_networks.strongarm.inc000
Leafextensions/mica_networks/mica_networks.views_default.inc000
Leafextensions/mica_node_reference_field/mica_node_reference_field.module000
Expandextensions/mica_opal/includes/jsonpath-0.8.1.php49031
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherjsonpath-0.8.1.php-1N/A
do not use mixed case (camelCase), use lower case and _Otherjsonpath-0.8.1.php12N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherjsonpath-0.8.1.php12N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php13N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php14N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php15N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php16N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php17N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php20N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php22N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherjsonpath-0.8.1.php22N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php23N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php28N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherjsonpath-0.8.1.php28N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php29N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php30N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php31N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php34N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php42N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php43N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php43N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php44N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php46N/A
missing space after commaOtherjsonpath-0.8.1.php49N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php50N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php50N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php52N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php53N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php56N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php57N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php59N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php60N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php61N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php63N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php64N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php65N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php65N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php67N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php67N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php70N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php71N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php71N/A
missing space after commaOtherjsonpath-0.8.1.php72N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php73N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php74N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php74N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php75N/A
missing space after commaOtherjsonpath-0.8.1.php75N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherjsonpath-0.8.1.php75N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php76N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php76N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php78N/A
Use "elseif" in place of "else if"Otherjsonpath-0.8.1.php78N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php82N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php83N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php84N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php84N/A
missing space after commaOtherjsonpath-0.8.1.php84N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php85N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php85N/A
missing space after commaOtherjsonpath-0.8.1.php85N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php86N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php86N/A
missing space after commaOtherjsonpath-0.8.1.php86N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php88N/A
Control statements should have one space between the control keyword and opening parenthesisOtherjsonpath-0.8.1.php89N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php90N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php91N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php92N/A
missing space after commaOtherjsonpath-0.8.1.php98N/A
missing space after commaOtherjsonpath-0.8.1.php99N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php101N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherjsonpath-0.8.1.php101N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php102N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php103N/A
missing space after commaOtherjsonpath-0.8.1.php104N/A
the final ?> should be omitted from all code filesOtherjsonpath-0.8.1.php106N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php108N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php110N/A
Use an indent of 2 spaces, with no tabsOtherjsonpath-0.8.1.php111N/A
Expandextensions/mica_opal/includes/opal_connection.inc205
MessageGroupFilenameLineFunctionStatus
missing space after commaOtheropal_connection.inc102N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheropal_connection.inc102N/A
missing space after commaOtheropal_connection.inc103N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheropal_connection.inc103N/A
missing space after commaOtheropal_connection.inc115N/A
else statements should begin on a new lineOtheropal_connection.inc117N/A
Control statements should have one space between the control keyword and opening parenthesisOtheropal_connection.inc143N/A
Expandextensions/mica_opal/mica_opal.module1403
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_opal.module-1N/A
There should be no trailing spacesOthermica_opal.module67N/A
use a space between the closing parenthesis and the open bracketOthermica_opal.module68N/A
There should be no trailing spacesOthermica_opal.module77N/A
There should be no trailing spacesOthermica_opal.module85N/A
There should be no trailing spacesOthermica_opal.module90N/A
There should be no trailing spacesOthermica_opal.module93N/A
There should be no trailing spacesOthermica_opal.module106N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_opal.module108N/A
There should be no trailing spacesOthermica_opal.module111N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_opal.module116N/A
There should be no trailing spacesOthermica_opal.module117N/A
There should be no trailing spacesOthermica_opal.module120N/A
There should be no trailing spacesOthermica_opal.module124N/A
There should be no trailing spacesOthermica_opal.module136N/A
There should be no trailing spacesOthermica_opal.module151N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Othermica_opal.module174N/A
Expandextensions/mica_opal/mica_opal_view/mica_opal_view.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_opal_view.module-1N/A
Expandextensions/mica_opal/mica_opal_view/OpalXmlFormatView.inc101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherOpalXmlFormatView.inc-1N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherOpalXmlFormatView.inc64N/A
Leafextensions/mica_projects/mica_projects.features.field.inc000
Leafextensions/mica_projects/mica_projects.features.inc000
Leafextensions/mica_projects/mica_projects.features.user_permission.inc000
Leafextensions/mica_projects/mica_projects.feeds_importer_default.inc000
Leafextensions/mica_projects/mica_projects.feeds_tamper_default.inc000
Leafextensions/mica_projects/mica_projects.install000
Expandextensions/mica_projects/mica_projects.module200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthermica_projects.module41N/A
put a space between the asterisk and the comment textOthermica_projects.module70N/A
Leafextensions/mica_projects/mica_projects.pages_default.inc000
Leafextensions/mica_projects/mica_projects.strongarm.inc000
Leafextensions/mica_projects/mica_projects.views_default.inc000
Expandextensions/mica_relation/includes/FeedsMicaRelationProcessor.inc300
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFeedsMicaRelationProcessor.inc149N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFeedsMicaRelationProcessor.inc150N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherFeedsMicaRelationProcessor.inc186N/A
Expandextensions/mica_relation/includes/mica_relation.entity.inc100
MessageGroupFilenameLineFunctionStatus
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Othermica_relation.entity.inc72N/A
Leafextensions/mica_relation/mica_relation.install000
Expandextensions/mica_relation/mica_relation.module101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_relation.module-1N/A
Format should be * Implementation of hook_foo().Othermica_relation.module104N/A
Leafextensions/mica_studies/mica_studies.current_search.inc000
Leafextensions/mica_studies/mica_studies.facetapi_defaults.inc000
Leafextensions/mica_studies/mica_studies.facet_blocks.inc000
Leafextensions/mica_studies/mica_studies.features.field.inc000
Leafextensions/mica_studies/mica_studies.features.filter.inc000
Leafextensions/mica_studies/mica_studies.features.inc000
Leafextensions/mica_studies/mica_studies.features.taxonomy.inc000
Leafextensions/mica_studies/mica_studies.features.user_permission.inc000
Leafextensions/mica_studies/mica_studies.features.user_role.inc000
Leafextensions/mica_studies/mica_studies.feeds_importer_default.inc000
Leafextensions/mica_studies/mica_studies.feeds_tamper_default.inc000
Leafextensions/mica_studies/mica_studies.field_group.inc000
Expandextensions/mica_studies/mica_studies.install10049
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthermica_studies.install79N/A
There should be no trailing spacesOthermica_studies.install82N/A
There should be no trailing spacesOthermica_studies.install85N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install205N/A
There should be no trailing spacesOthermica_studies.install208N/A
There should be no trailing spacesOthermica_studies.install212N/A
There should be no trailing spacesOthermica_studies.install214N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install221N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install223N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install224N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install225N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install226N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install228N/A
Control statements should have one space between the control keyword and opening parenthesisOthermica_studies.install228N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install229N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install231N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install232N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install233N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install234N/A
There should be no trailing spacesOthermica_studies.install234N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install235N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install236N/A
There should be no trailing spacesOthermica_studies.install236N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install237N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install238N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install239N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install240N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install241N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install242N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install243N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install244N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install245N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install246N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install247N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install248N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install249N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install250N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install251N/A
There should be no trailing spacesOthermica_studies.install251N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install252N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install252N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install253N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install254N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install255N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install255N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install256N/A
Control statements should have one space between the control keyword and opening parenthesisOthermica_studies.install256N/A
use a space between the closing parenthesis and the open bracketOthermica_studies.install256N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install257N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install258N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install259N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install260N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install261N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install262N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install263N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install264N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install265N/A
There should be no trailing spacesOthermica_studies.install265N/A
Use an indent of 2 spaces, with no tabsOthermica_studies.install267N/A
Expandextensions/mica_studies/mica_studies.module1001
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module300N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module310N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module331N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module464N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module470N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module609N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module636N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module647N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module705N/A
Use "elseif" in place of "else if"Othermica_studies.module757N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOthermica_studies.module800N/A
Leafextensions/mica_studies/mica_studies.pages.inc000
Leafextensions/mica_studies/mica_studies.pages_default.inc000
Leafextensions/mica_studies/mica_studies.strongarm.inc000
Expandextensions/mica_studies/mica_studies.update_7130.inc301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica_studies.update_7130.inc-1N/A
There should be no trailing spacesOthermica_studies.update_7130.inc1N/A
put a space between the asterisk and the comment textOthermica_studies.update_7130.inc6N/A
There should be no trailing spacesOthermica_studies.update_7130.inc8N/A
Expandextensions/mica_studies/mica_studies.views_default.inc100
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOthermica_studies.views_default.inc2411N/A
Expandextensions/node_reference_block/node_reference_block.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othernode_reference_block.module-1N/A
Expandincludes/blocks.inc021
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherblocks.inc54N/A
Control statements should have one space between the control keyword and opening parenthesisOtherblocks.inc157N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherblocks.inc218N/A
Leafmica.install000
Expandmica.module001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Othermica.module-1N/A