Showing 4,751 of 10,525 total issues

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_bs.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_hr.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_hr-hr.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_sr-latn.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
  n = n + '';
  var i = n.indexOf('.');
Severity: Major
Found in myems-admin/js/angular/i18n/angular-locale_bs-cyrl.js and 19 other locations - About 4 days to fix
myems-admin/js/angular/i18n/angular-locale_bs-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_bs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr-hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_hr.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sh.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-cyrl.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-ba.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-me.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-rs.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn-xk.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr-latn.js on lines 2..143
myems-admin/js/angular/i18n/angular-locale_sr.js on lines 2..143

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

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

app.factory('GatewayService', function($http) {  
    return {  
        getAllGateways:function(headers, callback){
            $http.get(getAPI() + 'gateways', {headers})  
            .then(function (response) {
Severity: Major
Found in myems-admin/app/services/settings/gateway/gateway.service.js and 2 other locations - About 4 days to fix
myems-admin/app/services/settings/datasource/datasource.service.js on lines 2..77
myems-admin/app/services/settings/protocol/protocol.service.js on lines 2..77

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

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

app.factory('DataSourceService', function($http) {
    return {
        getAllDataSources:function(headers, callback){
            $http.get(getAPI() + 'datasources', {headers})
            .then(function (response) {
myems-admin/app/services/settings/gateway/gateway.service.js on lines 2..77
myems-admin/app/services/settings/protocol/protocol.service.js on lines 2..77

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

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

app.factory('ProtocolService', function($http) {
    return {
        getAllProtocols:function(headers, callback){
            $http.get(getAPI() + 'protocols', {headers})
            .then(function (response) {
myems-admin/app/services/settings/datasource/datasource.service.js on lines 2..77
myems-admin/app/services/settings/gateway/gateway.service.js on lines 2..77

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

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

    @staticmethod
    @user_logger
    def on_post(req, resp, id_):
        """Handles POST requests"""
        admin_control(req)
Severity: Major
Found in myems-api/core/sensor.py and 1 other location - About 4 days to fix
myems-api/core/distributioncircuit.py on lines 467..524

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

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

    @staticmethod
    @user_logger
    def on_post(req, resp, id_):
        """Handles POST requests"""
        admin_control(req)
Severity: Major
Found in myems-api/core/distributioncircuit.py and 1 other location - About 4 days to fix
myems-api/core/sensor.py on lines 357..414

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

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

            for i in range(0, reporting_period_data_ca_len):
                current_col_number += 1
                col = format_cell.get_column_letter(current_col_number)
                ws[col + str(current_row_number)].font = title_font
                ws[col + str(current_row_number)].alignment = c_c_alignment
Severity: Major
Found in myems-api/excelexporters/equipmentefficiency.py and 3 other locations - About 4 days to fix
myems-api/excelexporters/combinedequipmentefficiency.py on lines 780..803
myems-api/excelexporters/combinedequipmentefficiency.py on lines 813..836
myems-api/excelexporters/equipmentefficiency.py on lines 763..786

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

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

            for i in range(0, base_period_data_ca_len):
                current_col_number += 1
                col = format_cell.get_column_letter(current_col_number)
                ws[col + str(current_row_number)].font = title_font
                ws[col + str(current_row_number)].alignment = c_c_alignment
Severity: Major
Found in myems-api/excelexporters/equipmentefficiency.py and 3 other locations - About 4 days to fix
myems-api/excelexporters/combinedequipmentefficiency.py on lines 780..803
myems-api/excelexporters/combinedequipmentefficiency.py on lines 813..836
myems-api/excelexporters/equipmentefficiency.py on lines 796..819

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

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

            for i in range(0, base_period_data_ca_len):
                current_col_number += 1
                col = format_cell.get_column_letter(current_col_number)
                ws[col + str(current_row_number)].font = title_font
                ws[col + str(current_row_number)].alignment = c_c_alignment
Severity: Major
Found in myems-api/excelexporters/combinedequipmentefficiency.py and 3 other locations - About 4 days to fix
myems-api/excelexporters/combinedequipmentefficiency.py on lines 813..836
myems-api/excelexporters/equipmentefficiency.py on lines 763..786
myems-api/excelexporters/equipmentefficiency.py on lines 796..819

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

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

            for i in range(0, reporting_period_data_ca_len):
                current_col_number += 1
                col = format_cell.get_column_letter(current_col_number)
                ws[col + str(current_row_number)].font = title_font
                ws[col + str(current_row_number)].alignment = c_c_alignment
Severity: Major
Found in myems-api/excelexporters/combinedequipmentefficiency.py and 3 other locations - About 4 days to fix
myems-api/excelexporters/combinedequipmentefficiency.py on lines 780..803
myems-api/excelexporters/equipmentefficiency.py on lines 763..786
myems-api/excelexporters/equipmentefficiency.py on lines 796..819

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

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

            for i in range(0, ca_len):
                current_col_number += 1
                col = format_cell.get_column_letter(current_col_number)

                ws[col + str(current_row_number)].font = title_font
Severity: Major
Found in myems-api/excelexporters/equipmentefficiency.py and 1 other location - About 4 days to fix
myems-api/excelexporters/combinedequipmentefficiency.py on lines 460..486

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

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