webcol/Calimalite

View on GitHub

Showing 763 of 2,291 total issues

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

<?php
$type = 'Core';
$name = 'Helvetica-Oblique';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/helveticai.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Times-BoldItalic';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/timesbi.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Times-Bold';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/timesb.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Times-Italic';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/timesi.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Helvetica-Bold';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/helveticab.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'ZapfDingbats';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/zapfdingbats.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Times-Roman';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/times.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Helvetica-BoldOblique';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/helveticabi.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Helvetica';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/helvetica.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/symbol.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 10 locations. Consider refactoring.
Open

<?php
$type = 'Core';
$name = 'Symbol';
$up = -100;
$ut = 50;
Severity: Major
Found in sistema/librerias/fpdf/font/symbol.php and 9 other locations - About 2 wks to fix
sistema/librerias/fpdf/font/helvetica.php on lines 1..19
sistema/librerias/fpdf/font/helveticab.php on lines 1..19
sistema/librerias/fpdf/font/helveticabi.php on lines 1..19
sistema/librerias/fpdf/font/helveticai.php on lines 1..19
sistema/librerias/fpdf/font/times.php on lines 1..19
sistema/librerias/fpdf/font/timesb.php on lines 1..19
sistema/librerias/fpdf/font/timesbi.php on lines 1..19
sistema/librerias/fpdf/font/timesi.php on lines 1..19
sistema/librerias/fpdf/font/zapfdingbats.php on lines 1..19

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

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 2 locations. Consider refactoring.
Open

function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
    if ( postFilter && !postFilter[ expando ] ) {
        postFilter = setMatcher( postFilter );
    }
    if ( postFinder && !postFinder[ expando ] ) {
Severity: Major
Found in public_/jquery/jquery-1.11.1.js and 1 other location - About 3 days to fix
public_/flot/jquery.js on lines 4833..4924

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

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 2 locations. Consider refactoring.
Open

function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
    if ( postFilter && !postFilter[ expando ] ) {
        postFilter = setMatcher( postFilter );
    }
    if ( postFinder && !postFinder[ expando ] ) {
Severity: Major
Found in public_/flot/jquery.js and 1 other location - About 3 days to fix
public_/jquery/jquery-1.11.1.js on lines 2199..2290

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

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 2 locations. Consider refactoring.
Open

    $.color.make = function (r, g, b, a) {
        var o = {};
        o.r = r || 0;
        o.g = g || 0;
        o.b = b || 0;
Severity: Major
Found in public_/flot/jquery.colorhelpers.js and 1 other location - About 3 days to fix
public_/flot/jquery.flot.js on lines 32..32

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

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 2 locations. Consider refactoring.
Open

if ( !jQuery.support.changeBubbles ) {

    jQuery.event.special.change = {

        setup: function() {
Severity: Major
Found in public_/flot/jquery.js and 1 other location - About 3 days to fix
public_/jquery/jquery-1.11.1.js on lines 5076..5132

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

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 2 locations. Consider refactoring.
Open

if ( !support.changeBubbles ) {

    jQuery.event.special.change = {

        setup: function() {
Severity: Major
Found in public_/jquery/jquery-1.11.1.js and 1 other location - About 3 days to fix
public_/flot/jquery.js on lines 3400..3456

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

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 2 locations. Consider refactoring.
Open

Tween.prototype = {
    constructor: Tween,
    init: function( elem, options, prop, end, easing, unit ) {
        this.elem = elem;
        this.prop = prop;
Severity: Major
Found in public_/jquery/jquery-1.11.1.js and 1 other location - About 2 days to fix
public_/flot/jquery.js on lines 8920..8962

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

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 2 locations. Consider refactoring.
Open

Tween.prototype = {
    constructor: Tween,
    init: function( elem, options, prop, end, easing, unit ) {
        this.elem = elem;
        this.prop = prop;
Severity: Major
Found in public_/flot/jquery.js and 1 other location - About 2 days to fix
public_/jquery/jquery-1.11.1.js on lines 6897..6939

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

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 2 locations. Consider refactoring.
Open

    when: function( subordinate /* , ..., subordinateN */ ) {
        var i = 0,
            resolveValues = slice.call( arguments ),
            length = resolveValues.length,

Severity: Major
Found in public_/jquery/jquery-1.11.1.js and 1 other location - About 2 days to fix
public_/flot/jquery.js on lines 1192..1241

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

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 2 locations. Consider refactoring.
Open

    when: function( subordinate /* , ..., subordinateN */ ) {
        var i = 0,
            resolveValues = core_slice.call( arguments ),
            length = resolveValues.length,

Severity: Major
Found in public_/flot/jquery.js and 1 other location - About 2 days to fix
public_/jquery/jquery-1.11.1.js on lines 3340..3390

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

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 2 locations. Consider refactoring.
Open

    stop: function( type, clearQueue, gotoEnd ) {
        var stopQueue = function( hooks ) {
            var stop = hooks.stop;
            delete hooks.stop;
            stop( gotoEnd );
Severity: Major
Found in public_/flot/jquery.js and 1 other location - About 2 days to fix
public_/jquery/jquery-1.11.1.js on lines 7474..7523

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

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