Semantic-Org/Semantic-UI

View on GitHub

Showing 558 of 804 total issues

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/tab.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/embed.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/dimmer.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/progress.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/behaviors/api.js and 13 other locations - About 4 hrs to fix
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/transition.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/sidebar.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/rating.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/accordion.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/shape.js on lines 673..689
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 14 locations. Consider refactoring.
Open

        setting: function(name, value) {
          module.debug('Changing setting', name, value);
          if( $.isPlainObject(name) ) {
            $.extend(true, settings, name);
          }
Severity: Major
Found in src/definitions/modules/shape.js and 13 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 843..859
src/definitions/modules/accordion.js on lines 372..388
src/definitions/modules/checkbox.js on lines 591..607
src/definitions/modules/dimmer.js on lines 470..486
src/definitions/modules/dropdown.js on lines 3514..3530
src/definitions/modules/embed.js on lines 391..407
src/definitions/modules/modal.js on lines 770..786
src/definitions/modules/nag.js on lines 258..274
src/definitions/modules/progress.js on lines 662..678
src/definitions/modules/rating.js on lines 266..282
src/definitions/modules/sidebar.js on lines 766..782
src/definitions/modules/tab.js on lines 695..711
src/definitions/modules/transition.js on lines 836..852

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 127.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/behaviors/form.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/dropdown.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/checkbox.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/sticky.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/transition.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/rating.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/shape.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/behaviors/api.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/sidebar.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/accordion.js on lines 414..424
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Identical blocks of code found in 19 locations. Consider refactoring.
Open

        verbose: function() {
          if(!settings.silent && settings.verbose && settings.debug) {
            if(settings.performance) {
              module.performance.log(arguments);
            }
Severity: Major
Found in src/definitions/modules/accordion.js and 18 other locations - About 4 hrs to fix
src/definitions/behaviors/api.js on lines 882..892
src/definitions/behaviors/form.js on lines 1070..1080
src/definitions/behaviors/visibility.js on lines 1064..1074
src/definitions/modules/checkbox.js on lines 630..640
src/definitions/modules/dimmer.js on lines 509..519
src/definitions/modules/dropdown.js on lines 3553..3563
src/definitions/modules/embed.js on lines 430..440
src/definitions/modules/modal.js on lines 809..819
src/definitions/modules/nag.js on lines 297..307
src/definitions/modules/popup.js on lines 1183..1193
src/definitions/modules/progress.js on lines 701..711
src/definitions/modules/rating.js on lines 305..315
src/definitions/modules/search.js on lines 1067..1077
src/definitions/modules/shape.js on lines 712..722
src/definitions/modules/sidebar.js on lines 805..815
src/definitions/modules/sticky.js on lines 763..773
src/definitions/modules/tab.js on lines 734..744
src/definitions/modules/transition.js on lines 875..885

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 126.

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

Severity
Category
Status
Source
Language