Showing 699 of 699 total issues

Similar blocks of code found in 8 locations. Consider refactoring.
Open

          $(this).parents('.variable-entry').find('input[name="' + base + '[data][pattern]"]').val(item.data.pattern).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 23..23
modules/custom/deims_variable_search/js/field.js on lines 25..25
modules/custom/deims_variable_search/js/field.js on lines 26..26
modules/custom/deims_variable_search/js/field.js on lines 27..27
modules/custom/deims_variable_search/js/field.js on lines 47..47
modules/custom/deims_variable_search/js/field.js on lines 48..48
modules/custom/deims_variable_search/js/field.js on lines 49..49

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 8 locations. Consider refactoring.
Open

          $(this).parents('.variable-entry').find('input[name="' + base + '[data][precision]"]').val(item.data.precision).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 23..23
modules/custom/deims_variable_search/js/field.js on lines 25..25
modules/custom/deims_variable_search/js/field.js on lines 26..26
modules/custom/deims_variable_search/js/field.js on lines 31..31
modules/custom/deims_variable_search/js/field.js on lines 47..47
modules/custom/deims_variable_search/js/field.js on lines 48..48
modules/custom/deims_variable_search/js/field.js on lines 49..49

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 8 locations. Consider refactoring.
Open

          $(this).parents('.variable-entry').find('input[name="' + base + '[name]"]').val(ui.item.name).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 23..23
modules/custom/deims_variable_search/js/field.js on lines 25..25
modules/custom/deims_variable_search/js/field.js on lines 26..26
modules/custom/deims_variable_search/js/field.js on lines 27..27
modules/custom/deims_variable_search/js/field.js on lines 31..31
modules/custom/deims_variable_search/js/field.js on lines 48..48
modules/custom/deims_variable_search/js/field.js on lines 49..49

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 8 locations. Consider refactoring.
Open

          $(this).parents('.variable-entry').find('input[name="' + base + '[data][minimum]"]').val(item.data.minimum).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 23..23
modules/custom/deims_variable_search/js/field.js on lines 25..25
modules/custom/deims_variable_search/js/field.js on lines 27..27
modules/custom/deims_variable_search/js/field.js on lines 31..31
modules/custom/deims_variable_search/js/field.js on lines 47..47
modules/custom/deims_variable_search/js/field.js on lines 48..48
modules/custom/deims_variable_search/js/field.js on lines 49..49

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 8 locations. Consider refactoring.
Open

          $(this).parents('.variable-entry').find('input[name="' + base + '[label]"]').val(ui.item.label).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 23..23
modules/custom/deims_variable_search/js/field.js on lines 25..25
modules/custom/deims_variable_search/js/field.js on lines 26..26
modules/custom/deims_variable_search/js/field.js on lines 27..27
modules/custom/deims_variable_search/js/field.js on lines 31..31
modules/custom/deims_variable_search/js/field.js on lines 47..47
modules/custom/deims_variable_search/js/field.js on lines 49..49

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 8 locations. Consider refactoring.
Open

          $(this).parents('.variable-entry').find('input[name="' + base + '[data][maximum]"]').val(item.data.maximum).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 23..23
modules/custom/deims_variable_search/js/field.js on lines 26..26
modules/custom/deims_variable_search/js/field.js on lines 27..27
modules/custom/deims_variable_search/js/field.js on lines 31..31
modules/custom/deims_variable_search/js/field.js on lines 47..47
modules/custom/deims_variable_search/js/field.js on lines 48..48
modules/custom/deims_variable_search/js/field.js on lines 49..49

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 8 locations. Consider refactoring.
Open

            $(this).parents('.variable-entry').find('input[name="' + base + '[data][unit][other]"]').val(item.data.unit).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 25..25
modules/custom/deims_variable_search/js/field.js on lines 26..26
modules/custom/deims_variable_search/js/field.js on lines 27..27
modules/custom/deims_variable_search/js/field.js on lines 31..31
modules/custom/deims_variable_search/js/field.js on lines 47..47
modules/custom/deims_variable_search/js/field.js on lines 48..48
modules/custom/deims_variable_search/js/field.js on lines 49..49

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 8 locations. Consider refactoring.
Open

          $(this).parents('.variable-entry').find('textarea[name="' + base + '[definition]"]').val(ui.item.definition).change();
Severity: Major
Found in modules/custom/deims_variable_search/js/field.js and 7 other locations - About 55 mins to fix
modules/custom/deims_variable_search/js/field.js on lines 23..23
modules/custom/deims_variable_search/js/field.js on lines 25..25
modules/custom/deims_variable_search/js/field.js on lines 26..26
modules/custom/deims_variable_search/js/field.js on lines 27..27
modules/custom/deims_variable_search/js/field.js on lines 31..31
modules/custom/deims_variable_search/js/field.js on lines 47..47
modules/custom/deims_variable_search/js/field.js on lines 48..48

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Function detectEmlChanges has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

  public function detectEmlChanges($check_unpublished = TRUE) {
    if ($check_unpublished && $this->node->status != NODE_PUBLISHED) {
      eml_debug("Skipping detectEmlChanges() since node @nid is not published.", array('@nid' => $this->node->nid));
      return FALSE;
    }
Severity: Minor
Found in modules/custom/eml/lib/EmlDataSet.php - About 45 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Missing file doc comment
Open

<gmi:MI_Metadata<?php print $namespaces; ?> >

Expected 2 space(s) before asterisk; 1 found
Open

 *  named iso--ENTITY-TYPE--SUB-TYPE.tpl.php.

Missing function doc comment
Open

  public function getNode() {

Missing function doc comment
Open

  public static function getInstance($node) {

Missing file doc comment
Open

  Name: <?php print render($content['field_related_person']); ?>

Missing file doc comment
Open

/**

Additional whitespace found at start of file
Open

 <?php

Missing function doc comment
Open

function theme_iso_tag($variables) {

Function comment short description must start with exactly one space
Open

 *  Default template to use when an entity is rendered using the 'iso' view mode.

Missing function doc comment
Open

function theme_eml_hl_elements($variables) {

Missing function doc comment
Open

  public static function getInstance($node) {
Severity
Category
Status
Source
Language