Hierarchical Select - 7.x-3.0-alpha5

Test status
StatusResult
Last receivedSat, 12/10/2011 - 13:39:37
Last requestedSat, 12/10/2011 - 13:40:03
Last testedSat, 12/10/2011 - 13:41:15
Test count2
Environment status
MySQLfail
Code reviewfail
Overall Resultfail
Branch information
Identifier7.x-3.0-alpha5
ProjectHierarchical Select
LinkProject information
SummaryFAILED: [[Coder]]: [Code review] 44 minor(s), 7 critical(s), and 139 normal(s); [[SimpleTest]]: [MySQL] 25 pass(es), 13 fail(s), and 0 exception(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
    Review the test failures below then if necessary run them locally until the problem has been fixed.
  10. Complete test suite with all tests passing
25 pass(es), 13 fail(s), and 0 exception(s)

Non-pass

Test namePassFailException
ExpandInternals (HierarchicalSelectInternals) [Hierarchical Select]25130
MessageGroupFilenameLineFunctionStatus
Hierarchy lineage is correct.Otherinternals.test158HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test158HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test175HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test183HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test210HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test229HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test245HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test305HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test330HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test340HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test365HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test383HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test398HierarchicalSelectInternals->testEnforceDeepest()

All

Test namePassFailException
ExpandInternals (HierarchicalSelectInternals) [Hierarchical Select]25130
MessageGroupFilenameLineFunctionStatus
Hierarchy lineage is correct.Otherinternals.test158HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test158HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test175HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test183HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test210HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test229HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test245HierarchicalSelectInternals->testAllSettingsOff()
Hierarchy levels is correct.Otherinternals.test305HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test330HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test340HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test365HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test383HierarchicalSelectInternals->testEnforceDeepest()
Hierarchy levels is correct.Otherinternals.test398HierarchicalSelectInternals->testEnforceDeepest()

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
44 minor(s), 7 critical(s), and 139 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandhierarchical_select.admin.inc014
MessageGroupFilenameLineFunctionStatus
Doxygen uses @todo and @bug to markup things to be done.Otherhierarchical_select.admin.inc46N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.admin.inc117N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.admin.inc217N/A
Using eval() or drupal_eval() in your module's code could have a security risk if the PHP input provided to the function contains malicious code. (Drupal Docs)Otherhierarchical_select.admin.inc219N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.admin.inc246N/A
Expandhierarchical_select.install002
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhierarchical_select.install19N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.install31N/A
Expandhierarchical_select.module23143
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhierarchical_select.module14N/A
There should be no trailing spacesOtherhierarchical_select.module28N/A
Administrative menu items should have a description.Otherhierarchical_select.module38N/A
Administrative menu items should have a description.Otherhierarchical_select.module61N/A
Administrative menu items should have a description.Otherhierarchical_select.module69N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module261N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module273N/A
There should be no trailing spacesOtherhierarchical_select.module277N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherhierarchical_select.module279N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhierarchical_select.module279N/A
There should be no trailing spacesOtherhierarchical_select.module311N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module319N/A
Use "elseif" not "else if".Otherhierarchical_select.module319N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhierarchical_select.module322N/A
There should be no trailing spacesOtherhierarchical_select.module332N/A
There should be no trailing spacesOtherhierarchical_select.module333N/A
There should be no trailing spacesOtherhierarchical_select.module381N/A
There should be no trailing spacesOtherhierarchical_select.module382N/A
Use an indent of 2 spaces, with no tabsOtherhierarchical_select.module413N/A
Use an indent of 2 spaces, with no tabsOtherhierarchical_select.module414N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherhierarchical_select.module458N/A
There should be no trailing spacesOtherhierarchical_select.module492N/A
There should be no trailing spacesOtherhierarchical_select.module628N/A
There should be no trailing spacesOtherhierarchical_select.module642N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhierarchical_select.module643N/A
There should be no trailing spacesOtherhierarchical_select.module655N/A
There should be no trailing spacesOtherhierarchical_select.module690N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module827N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherhierarchical_select.module877N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherhierarchical_select.module878N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module884N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module914N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherhierarchical_select.module955N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module992N/A
There should be no trailing spacesOtherhierarchical_select.module1025N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module1050N/A
Use "elseif" not "else if".Otherhierarchical_select.module1050N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module1065N/A
Use "elseif" not "else if".Otherhierarchical_select.module1065N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1109N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1214N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1265N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1286N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1309N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1320N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1354N/A
@see should always be at the beginning of a line, never inline in other comments.Otherhierarchical_select.module1404N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhierarchical_select.module1404N/A
There should be no trailing spacesOtherhierarchical_select.module1409N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1427N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1444N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1476N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1518N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1591N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module1717N/A
Use "elseif" not "else if".Otherhierarchical_select.module1717N/A
Use an indent of 2 spaces, with no tabsOtherhierarchical_select.module1863N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1885N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1911N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1925N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1953N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1985N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2062N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2152N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2165N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2199N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2212N/A
Expandincludes/common.inc034
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercommon.inc9N/A
Separate comments from comment syntax by a space.Othercommon.inc62N/A
Doxygen uses @todo and @bug to markup things to be done.Othercommon.inc106N/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.Othercommon.inc161N/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.Othercommon.inc177N/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.Othercommon.inc308N/A
If you define a @param or @return, you should document it as well.Othercommon.inc383N/A
Expandincludes/theme.inc2011
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOthertheme.inc84N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc112N/A
There should be no trailing spacesOthertheme.inc120N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc140N/A
Use the matching Drupal theme functions, not raw HTML.Othertheme.inc178N/A
Doxygen uses @todo and @bug to markup things to be done.Othertheme.inc225N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othertheme.inc236N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc268N/A
Doxygen uses @todo and @bug to markup things to be done.Othertheme.inc271N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc326N/A
Separate comments from comment syntax by a space.Othertheme.inc373N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc377N/A
Doxygen uses @todo and @bug to markup things to be done.Othertheme.inc380N/A
Expandmodules/hs_flatlist.module001
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_flatlist.module10N/A
Expandmodules/hs_menu.install001
MessageGroupFilenameLineFunctionStatus
Use Drupal's format_date(), not PHP's default date().Otherhs_menu.install14N/A
Expandmodules/hs_menu.module105
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_menu.module9N/A
Format should be * Implementation of hook_foo().Otherhs_menu.module13N/A
Separate comments from comment syntax by a space.Otherhs_menu.module57N/A
Separate comments from comment syntax by a space.Otherhs_menu.module69N/A
Separate comments from comment syntax by a space.Otherhs_menu.module95N/A
Separate comments from comment syntax by a space.Otherhs_menu.module207N/A
Expandmodules/hs_smallhierarchy.module003
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_smallhierarchy.module11N/A
Separate comments from comment syntax by a space.Otherhs_smallhierarchy.module105N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_smallhierarchy.module109N/A
Expandmodules/hs_taxonomy.install004
MessageGroupFilenameLineFunctionStatus
Use the matching Drupal theme functions, not raw HTML.Otherhs_taxonomy.install27N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.install46N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.install50N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.install58N/A
Expandmodules/hs_taxonomy.module7130
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_taxonomy.module9N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherhs_taxonomy.module93N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhs_taxonomy.module93N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module105N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module195N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module206N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module219N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherhs_taxonomy.module276N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhs_taxonomy.module276N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module312N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module405N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module451N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module471N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module477N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module551N/A
Use "elseif" in place of "else if"Otherhs_taxonomy.module575N/A
Use "elseif" not "else if".Otherhs_taxonomy.module575N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module599N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module624N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module654N/A
indent secondary line of comment one space Otherhs_taxonomy.module664N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module715N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module722N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module745N/A
indent secondary line of comment one space Otherhs_taxonomy.module790N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module796N/A
indent secondary line of comment one space Otherhs_taxonomy.module808N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module862N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module887N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module891N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module909N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module940N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module955N/A
SQL query handling data in a potentially insecure way by using the %%s placeholder without wrapping it in single quotes. This is a potential source of SQL injection attacks when the value can come from user data.Otherhs_taxonomy.module956N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module959N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module967N/A
If you define a @param or @return, you should document it as well.Otherhs_taxonomy.module970N/A
If you define a @param or @return, you should document it as well.Otherhs_taxonomy.module972N/A
Expandmodules/hs_taxonomy_views.module8019
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherhs_taxonomy_views.module10N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module13N/A
Administrative menu items should have a description.Otherhs_taxonomy_views.module22N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy_views.module36N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module87N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module137N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module157N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherhs_taxonomy_views.module194N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module199N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module202N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module206N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module214N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherhs_taxonomy_views.module219N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module263N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module267N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherhs_taxonomy_views.module324N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module379N/A
use lowercase html tags to comply with XHTMLOtherhs_taxonomy_views.module400N/A
use lowercase html tags to comply with XHTMLOtherhs_taxonomy_views.module431N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module524N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module525N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy_views.module554N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module585N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module604N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module617N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module655N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module672N/A
Expandmodules/hs_taxonomy_views_handler_filter_term_node_tid.inc312
MessageGroupFilenameLineFunctionStatus
table names should be enclosed in {curly_brackets}Otherhs_taxonomy_views_handler_filter_term_node_tid.inc67N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views_handler_filter_term_node_tid.inc123N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views_handler_filter_term_node_tid.inc127N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views_handler_filter_term_node_tid.inc128N/A
Use Drupal's format_date(), not PHP's default date().Otherhs_taxonomy_views_handler_filter_term_node_tid.inc190N/A
Use Drupal's format_date(), not PHP's default date().Otherhs_taxonomy_views_handler_filter_term_node_tid.inc198N/A
Expandtests/internals.test0010
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherinternals.test9N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test21N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test22N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test23N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test24N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test25N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test26N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test27N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test28N/A
Separate comments from comment syntax by a space.Otherinternals.test402N/A

All

Test nameMinorCriticalNormal
Expandhierarchical_select.admin.inc014
MessageGroupFilenameLineFunctionStatus
Doxygen uses @todo and @bug to markup things to be done.Otherhierarchical_select.admin.inc46N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.admin.inc117N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.admin.inc217N/A
Using eval() or drupal_eval() in your module's code could have a security risk if the PHP input provided to the function contains malicious code. (Drupal Docs)Otherhierarchical_select.admin.inc219N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.admin.inc246N/A
Leafhierarchical_select.features.inc000
Expandhierarchical_select.install002
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhierarchical_select.install19N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.install31N/A
Expandhierarchical_select.module23143
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhierarchical_select.module14N/A
There should be no trailing spacesOtherhierarchical_select.module28N/A
Administrative menu items should have a description.Otherhierarchical_select.module38N/A
Administrative menu items should have a description.Otherhierarchical_select.module61N/A
Administrative menu items should have a description.Otherhierarchical_select.module69N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module261N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module273N/A
There should be no trailing spacesOtherhierarchical_select.module277N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherhierarchical_select.module279N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhierarchical_select.module279N/A
There should be no trailing spacesOtherhierarchical_select.module311N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module319N/A
Use "elseif" not "else if".Otherhierarchical_select.module319N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhierarchical_select.module322N/A
There should be no trailing spacesOtherhierarchical_select.module332N/A
There should be no trailing spacesOtherhierarchical_select.module333N/A
There should be no trailing spacesOtherhierarchical_select.module381N/A
There should be no trailing spacesOtherhierarchical_select.module382N/A
Use an indent of 2 spaces, with no tabsOtherhierarchical_select.module413N/A
Use an indent of 2 spaces, with no tabsOtherhierarchical_select.module414N/A
The $string argument to t() should not begin or end with a space. (Drupal Docs)Otherhierarchical_select.module458N/A
There should be no trailing spacesOtherhierarchical_select.module492N/A
There should be no trailing spacesOtherhierarchical_select.module628N/A
There should be no trailing spacesOtherhierarchical_select.module642N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhierarchical_select.module643N/A
There should be no trailing spacesOtherhierarchical_select.module655N/A
There should be no trailing spacesOtherhierarchical_select.module690N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module827N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherhierarchical_select.module877N/A
Potential problem: form_set_error() and form_error() only accept filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otherhierarchical_select.module878N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module884N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module914N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherhierarchical_select.module955N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module992N/A
There should be no trailing spacesOtherhierarchical_select.module1025N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module1050N/A
Use "elseif" not "else if".Otherhierarchical_select.module1050N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module1065N/A
Use "elseif" not "else if".Otherhierarchical_select.module1065N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1109N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1214N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1265N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1286N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1309N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1320N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1354N/A
@see should always be at the beginning of a line, never inline in other comments.Otherhierarchical_select.module1404N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhierarchical_select.module1404N/A
There should be no trailing spacesOtherhierarchical_select.module1409N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1427N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1444N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1476N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1518N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1591N/A
Use "elseif" in place of "else if"Otherhierarchical_select.module1717N/A
Use "elseif" not "else if".Otherhierarchical_select.module1717N/A
Use an indent of 2 spaces, with no tabsOtherhierarchical_select.module1863N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1885N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1911N/A
Use Drupal's format_date(), not PHP's default date().Otherhierarchical_select.module1925N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module1953N/A
Separate comments from comment syntax by a space.Otherhierarchical_select.module1985N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2062N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2152N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2165N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2199N/A
Function summaries should be one line only. (Drupal Docs)Otherhierarchical_select.module2212N/A
Expandincludes/common.inc034
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Othercommon.inc9N/A
Separate comments from comment syntax by a space.Othercommon.inc62N/A
Doxygen uses @todo and @bug to markup things to be done.Othercommon.inc106N/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.Othercommon.inc161N/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.Othercommon.inc177N/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.Othercommon.inc308N/A
If you define a @param or @return, you should document it as well.Othercommon.inc383N/A
Expandincludes/theme.inc2011
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOthertheme.inc84N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc112N/A
There should be no trailing spacesOthertheme.inc120N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc140N/A
Use the matching Drupal theme functions, not raw HTML.Othertheme.inc178N/A
Doxygen uses @todo and @bug to markup things to be done.Othertheme.inc225N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Othertheme.inc236N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc268N/A
Doxygen uses @todo and @bug to markup things to be done.Othertheme.inc271N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc326N/A
Separate comments from comment syntax by a space.Othertheme.inc373N/A
Function summaries should be one line only. (Drupal Docs)Othertheme.inc377N/A
Doxygen uses @todo and @bug to markup things to be done.Othertheme.inc380N/A
Expandmodules/hs_flatlist.module001
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_flatlist.module10N/A
Expandmodules/hs_menu.install001
MessageGroupFilenameLineFunctionStatus
Use Drupal's format_date(), not PHP's default date().Otherhs_menu.install14N/A
Expandmodules/hs_menu.module105
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_menu.module9N/A
Format should be * Implementation of hook_foo().Otherhs_menu.module13N/A
Separate comments from comment syntax by a space.Otherhs_menu.module57N/A
Separate comments from comment syntax by a space.Otherhs_menu.module69N/A
Separate comments from comment syntax by a space.Otherhs_menu.module95N/A
Separate comments from comment syntax by a space.Otherhs_menu.module207N/A
Expandmodules/hs_smallhierarchy.module003
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_smallhierarchy.module11N/A
Separate comments from comment syntax by a space.Otherhs_smallhierarchy.module105N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_smallhierarchy.module109N/A
Expandmodules/hs_taxonomy.install004
MessageGroupFilenameLineFunctionStatus
Use the matching Drupal theme functions, not raw HTML.Otherhs_taxonomy.install27N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.install46N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.install50N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.install58N/A
Expandmodules/hs_taxonomy.module7130
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherhs_taxonomy.module9N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherhs_taxonomy.module93N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhs_taxonomy.module93N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module105N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module195N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module206N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module219N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().Otherhs_taxonomy.module276N/A
@see references should be separated by "," followed by a single space and with no trailing punctuationOtherhs_taxonomy.module276N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module312N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module405N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module451N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module471N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module477N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module551N/A
Use "elseif" in place of "else if"Otherhs_taxonomy.module575N/A
Use "elseif" not "else if".Otherhs_taxonomy.module575N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module599N/A
use stdClass caseCapitalization, it's the one exception to the mixed case style standardOtherhs_taxonomy.module624N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module654N/A
indent secondary line of comment one space Otherhs_taxonomy.module664N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module715N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module722N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module745N/A
indent secondary line of comment one space Otherhs_taxonomy.module790N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module796N/A
indent secondary line of comment one space Otherhs_taxonomy.module808N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module862N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy.module887N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module891N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module909N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module940N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module955N/A
SQL query handling data in a potentially insecure way by using the %%s placeholder without wrapping it in single quotes. This is a potential source of SQL injection attacks when the value can come from user data.Otherhs_taxonomy.module956N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy.module959N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy.module967N/A
If you define a @param or @return, you should document it as well.Otherhs_taxonomy.module970N/A
If you define a @param or @return, you should document it as well.Otherhs_taxonomy.module972N/A
Leafmodules/hs_taxonomy_views.install000
Expandmodules/hs_taxonomy_views.module8019
MessageGroupFilenameLineFunctionStatus
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherhs_taxonomy_views.module10N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module13N/A
Administrative menu items should have a description.Otherhs_taxonomy_views.module22N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy_views.module36N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module87N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module137N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module157N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherhs_taxonomy_views.module194N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module199N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module202N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module206N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module214N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherhs_taxonomy_views.module219N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module263N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module267N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherhs_taxonomy_views.module324N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module379N/A
use lowercase html tags to comply with XHTMLOtherhs_taxonomy_views.module400N/A
use lowercase html tags to comply with XHTMLOtherhs_taxonomy_views.module431N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module524N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module525N/A
Doxygen uses @todo and @bug to markup things to be done.Otherhs_taxonomy_views.module554N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module585N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views.module604N/A
Separate comments from comment syntax by a space.Otherhs_taxonomy_views.module617N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module655N/A
Function summaries should be one line only. (Drupal Docs)Otherhs_taxonomy_views.module672N/A
Expandmodules/hs_taxonomy_views_handler_filter_term_node_tid.inc312
MessageGroupFilenameLineFunctionStatus
table names should be enclosed in {curly_brackets}Otherhs_taxonomy_views_handler_filter_term_node_tid.inc67N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views_handler_filter_term_node_tid.inc123N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views_handler_filter_term_node_tid.inc127N/A
Use an indent of 2 spaces, with no tabsOtherhs_taxonomy_views_handler_filter_term_node_tid.inc128N/A
Use Drupal's format_date(), not PHP's default date().Otherhs_taxonomy_views_handler_filter_term_node_tid.inc190N/A
Use Drupal's format_date(), not PHP's default date().Otherhs_taxonomy_views_handler_filter_term_node_tid.inc198N/A
Expandtests/internals.test0010
MessageGroupFilenameLineFunctionStatus
Separate comments from comment syntax by a space.Otherinternals.test9N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test21N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test22N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test23N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test24N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test25N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test26N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test27N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otherinternals.test28N/A
Separate comments from comment syntax by a space.Otherinternals.test402N/A