nus-mtp/sashimi-note

View on GitHub

Showing 330 of 330 total issues

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

  it('should render userInputs navbar component', () => {
    expect(vm.$el.querySelector('.navbar'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/FileManager.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render delete button', () => {
    expect(vm.$el.querySelector('.userActions #button-delete'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/FileManager.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render icon view button', () => {
    expect(vm.$el.querySelector('#button-icon-view'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/FileManager.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render toggle split screen button', () => {
    expect(vm.$el.querySelector('.navbar #button-split-screen'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

    it('should convert input with space between value and unit type', () => {
      const outputResult = unitConverter.get('21 cm', 'px');
      expect(outputResult).to.equal('793.7007874015748px');
    });
Severity: Minor
Found in sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js and 2 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js on lines 5..8
sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js on lines 10..13

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

  it('should render toggle edit button', () => {
    expect(vm.$el.querySelector('.navbar #button-editor'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render Viewer wrapper', () => {
    expect(vm.$el.querySelector('.viewer-wrapper'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render download button', () => {
    expect(vm.$el.querySelector('.userActions #button-file-download'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/FileManager.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render Navbar component', () => {
    expect(vm.$el.querySelector('.navbar'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

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

      if (result[0] == null) { // show box in place of missing argument
        result[0] = '{}';
      } else result[0] = AMTremoveBrackets(result[0]);
sashimi-webapp/src/logic/documentPackager/plugins/ASCIIMathTeXImg.js on lines 560..562

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

  it('should render toggle viewer button', () => {
    expect(vm.$el.querySelector('.navbar #button-viewer'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render create folder button', () => {
    expect(vm.$el.querySelector('.userActions #button-create-folder'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/FileManager.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

    it('should convert 2.54 cm to 1 inch', () => {
      const outputResult = unitConverter.get('2.54cm', 'in');
      expect(outputResult).to.equal('1in');
    });
Severity: Minor
Found in sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js and 2 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js on lines 10..13
sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js on lines 15..18

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

    it('should convert 21 cm to 793.7 px', () => {
      const outputResult = unitConverter.get('21cm', 'px');
      expect(outputResult).to.equal('793.7007874015748px');
    });
Severity: Minor
Found in sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js and 2 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js on lines 5..8
sashimi-webapp/test/unit/specs/helpers/unitConverter.spec.js on lines 15..18

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

  it('should render Editor component', () => {
    expect(vm.$el.querySelector('.group .editor'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render Editor wrapper', () => {
    expect(vm.$el.querySelector('.editor-wrapper'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render Viewer component', () => {
    expect(vm.$el.querySelector('.group .viewer'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/Content.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render userInputs userActions component', () => {
    expect(vm.$el.querySelector('.userActions'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/FileManager.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 32..35

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

  it('should render list view button', () => {
    expect(vm.$el.querySelector('#button-list-view'))
      .to.not.equal(null);
  });
Severity: Major
Found in sashimi-webapp/test/unit/specs/ui/FileManager.spec.js and 14 other locations - About 40 mins to fix
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 17..20
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 21..24
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 25..28
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 29..32
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 33..36
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 37..40
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 41..44
sashimi-webapp/test/unit/specs/ui/Content.spec.js on lines 45..48
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 8..11
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 12..15
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 16..19
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 20..23
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 24..27
sashimi-webapp/test/unit/specs/ui/FileManager.spec.js on lines 28..31

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

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

    if (result[0] == null) { // show box in place of missing argument
      result[0] = '{}';
    } else result[0] = AMTremoveBrackets(result[0]);
sashimi-webapp/src/logic/documentPackager/plugins/ASCIIMathTeXImg.js on lines 614..616

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

Severity
Category
Status
Source
Language