gardejo/js-kancolle-logistics-visualizer

View on GitHub

Showing 113 of 113 total issues

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

kclv.Chart.Trendline = function(table) {
    kclv.Chart.Base.call(this, 'Trendline', table);

    return;
};
Severity: Major
Found in lib/chart.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

kclv.Chart.Scatter = function(table) {
    kclv.Chart.Base.call(this, 'Scatter', table);

    return;
};
Severity: Major
Found in lib/chart.ship.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112

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

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

kclv.Chart.Candlestick = function(table) {
    kclv.Chart.Base.call(this, 'Candlestick', table);

    return;
};
Severity: Major
Found in lib/chart.material.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

    this.indicesOf = {
        filter     : [0, 2, 3, 4, 5, 6, 7, 8, 9],
        timeStamp  : 0,
        integerize : [1, 2, 3, 4, 5, 6, 7, 8]
    };
Severity: Minor
Found in lib/tokenizer.js and 1 other location - About 40 mins to fix
lib/tokenizer.js on lines 260..264

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

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

kclv.Chart.Line = function(table) {
    kclv.Chart.Base.call(this, 'Line', table);

    return;
};
Severity: Major
Found in lib/chart.material.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

    this.indicesOf = {
        filter     : [0, 1, 2, 3, 4, 5, 6, 7, 8],
        timeStamp  : 0,
        integerize : [1, 2, 3, 4, 5, 6, 7, 8]
    };
Severity: Minor
Found in lib/tokenizer.js and 1 other location - About 40 mins to fix
lib/tokenizer.js on lines 640..644

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

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

kclv.Chart.TreeMap = function(table) {
    kclv.Chart.Base.call(this, 'TreeMap', table);

    return;
};
Severity: Major
Found in lib/chart.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

kclv.Table.Base.prototype.minimum = function(indices) {
    return this.relation.minimum(indices);
};
Severity: Minor
Found in lib/table.js and 2 other locations - About 40 mins to fix
lib/relation.js on lines 250..252
lib/table.js on lines 185..187

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

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

kclv.Chart.Annotation = function(table) {
    kclv.Chart.Base.call(this, 'Annotation', table);

    return;
};
Severity: Major
Found in lib/chart.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

kclv.Chart.Pie = function(table) {
    kclv.Chart.Base.call(this, 'Pie', table);

    return;
};
Severity: Major
Found in lib/chart.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

kclv.Chart.Histogram = function(table) {
    kclv.Chart.Base.call(this, 'Histogram', table);

    return;
};
Severity: Major
Found in lib/chart.ship.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 129..133

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

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

kclv.Chart.Bar = function(table) {
    kclv.Chart.Base.call(this, 'Bar', table);

    return;
};
Severity: Major
Found in lib/chart.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

kclv.Chart.Column = function(table) {
    kclv.Chart.Base.call(this, 'Column', table);

    return;
};
Severity: Major
Found in lib/chart.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 455..459
lib/chart.js on lines 475..479
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

kclv.Relation.Base.prototype.sort = function(sorter) {
    return this.relation.sort(sorter);
};
Severity: Minor
Found in lib/relation.js and 2 other locations - About 40 mins to fix
lib/table.js on lines 185..187
lib/table.js on lines 200..202

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

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

kclv.Chart.Interval = function(table) {
    kclv.Chart.Base.call(this, 'Interval', table);

    return;
};
Severity: Major
Found in lib/chart.js and 15 other locations - About 40 mins to fix
lib/chart.js on lines 373..377
lib/chart.js on lines 393..397
lib/chart.js on lines 435..439
lib/chart.js on lines 455..459
lib/chart.js on lines 495..499
lib/chart.js on lines 515..519
lib/chart.js on lines 535..539
lib/chart.js on lines 555..559
lib/chart.js on lines 575..579
lib/chart.js on lines 595..599
lib/chart.material.js on lines 22..26
lib/chart.material.js on lines 105..109
lib/chart.ship.js on lines 21..25
lib/chart.ship.js on lines 108..112
lib/chart.ship.js on lines 129..133

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

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

kclv.Table.Materials.Line.prototype =
    Object.create(kclv.Table.Materials.Base.prototype);
Severity: Major
Found in lib/table.material.js and 15 other locations - About 35 mins to fix
lib/projector.js on lines 122..123
lib/projector.js on lines 190..191
lib/table.material.js on lines 96..97
lib/table.ship.js on lines 237..238
lib/table.ship.js on lines 434..435
lib/table.ship.js on lines 497..498
lib/tokenizer.js on lines 333..334
lib/tokenizer.js on lines 370..371
lib/tokenizer.js on lines 437..438
lib/tokenizer.js on lines 492..493
lib/tokenizer.js on lines 542..543
lib/tokenizer.js on lines 601..602
lib/tokenizer.js on lines 648..649
lib/tokenizer.js on lines 692..693
lib/tokenizer.js on lines 760..761

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

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

kclv.Table.Materials.Candlestick.prototype =
    Object.create(kclv.Table.Materials.Base.prototype);
Severity: Major
Found in lib/table.material.js and 15 other locations - About 35 mins to fix
lib/projector.js on lines 122..123
lib/projector.js on lines 190..191
lib/table.material.js on lines 224..225
lib/table.ship.js on lines 237..238
lib/table.ship.js on lines 434..435
lib/table.ship.js on lines 497..498
lib/tokenizer.js on lines 333..334
lib/tokenizer.js on lines 370..371
lib/tokenizer.js on lines 437..438
lib/tokenizer.js on lines 492..493
lib/tokenizer.js on lines 542..543
lib/tokenizer.js on lines 601..602
lib/tokenizer.js on lines 648..649
lib/tokenizer.js on lines 692..693
lib/tokenizer.js on lines 760..761

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

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

kclv.Table.Ships.Scatter.prototype =
    Object.create(kclv.Table.Ships.Base.prototype);
Severity: Major
Found in lib/table.ship.js and 15 other locations - About 35 mins to fix
lib/projector.js on lines 122..123
lib/projector.js on lines 190..191
lib/table.material.js on lines 96..97
lib/table.material.js on lines 224..225
lib/table.ship.js on lines 237..238
lib/table.ship.js on lines 497..498
lib/tokenizer.js on lines 333..334
lib/tokenizer.js on lines 370..371
lib/tokenizer.js on lines 437..438
lib/tokenizer.js on lines 492..493
lib/tokenizer.js on lines 542..543
lib/tokenizer.js on lines 601..602
lib/tokenizer.js on lines 648..649
lib/tokenizer.js on lines 692..693
lib/tokenizer.js on lines 760..761

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

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

kclv.Table.Ships.Histogram.prototype =
    Object.create(kclv.Table.Ships.Base.prototype);
Severity: Major
Found in lib/table.ship.js and 15 other locations - About 35 mins to fix
lib/projector.js on lines 122..123
lib/projector.js on lines 190..191
lib/table.material.js on lines 96..97
lib/table.material.js on lines 224..225
lib/table.ship.js on lines 237..238
lib/table.ship.js on lines 434..435
lib/tokenizer.js on lines 333..334
lib/tokenizer.js on lines 370..371
lib/tokenizer.js on lines 437..438
lib/tokenizer.js on lines 492..493
lib/tokenizer.js on lines 542..543
lib/tokenizer.js on lines 601..602
lib/tokenizer.js on lines 648..649
lib/tokenizer.js on lines 692..693
lib/tokenizer.js on lines 760..761

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

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

kclv.Agent.KCRDB = function() {
    kclv.Agent.Base.call(this, 'KCRDB', 'Shift_JIS');

    return;
};
Severity: Major
Found in lib/agent.js and 3 other locations - About 35 mins to fix
lib/agent.js on lines 160..164
lib/agent.js on lines 267..271
lib/agent.js on lines 315..319

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

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