angular/angular.js

View on GitHub

Showing 4,250 of 4,250 total issues

Similar blocks of code found in 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-dj.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-jo.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-ly.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-so.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-ps.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-eg.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-eh.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-il.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-bh.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-iq.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-er.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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 30 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"};
$provide.value("$locale", {
  "DATETIME_FORMATS": {
    "AMPMS": [
Severity: Major
Found in src/ngLocale/angular-locale_ar-er.js and 29 other locations - About 2 days to fix
src/ngLocale/angular-locale_ar-001.js on lines 2..125
src/ngLocale/angular-locale_ar-ae.js on lines 2..125
src/ngLocale/angular-locale_ar-bh.js on lines 2..125
src/ngLocale/angular-locale_ar-dj.js on lines 2..125
src/ngLocale/angular-locale_ar-dz.js on lines 2..125
src/ngLocale/angular-locale_ar-eg.js on lines 2..125
src/ngLocale/angular-locale_ar-eh.js on lines 2..125
src/ngLocale/angular-locale_ar-il.js on lines 2..125
src/ngLocale/angular-locale_ar-iq.js on lines 2..125
src/ngLocale/angular-locale_ar-jo.js on lines 2..125
src/ngLocale/angular-locale_ar-km.js on lines 2..125
src/ngLocale/angular-locale_ar-kw.js on lines 2..125
src/ngLocale/angular-locale_ar-lb.js on lines 2..125
src/ngLocale/angular-locale_ar-ly.js on lines 2..125
src/ngLocale/angular-locale_ar-ma.js on lines 2..125
src/ngLocale/angular-locale_ar-mr.js on lines 2..125
src/ngLocale/angular-locale_ar-om.js on lines 2..125
src/ngLocale/angular-locale_ar-ps.js on lines 2..125
src/ngLocale/angular-locale_ar-qa.js on lines 2..125
src/ngLocale/angular-locale_ar-sa.js on lines 2..125
src/ngLocale/angular-locale_ar-sd.js on lines 2..125
src/ngLocale/angular-locale_ar-so.js on lines 2..125
src/ngLocale/angular-locale_ar-ss.js on lines 2..125
src/ngLocale/angular-locale_ar-sy.js on lines 2..125
src/ngLocale/angular-locale_ar-td.js on lines 2..125
src/ngLocale/angular-locale_ar-tn.js on lines 2..125
src/ngLocale/angular-locale_ar-xb.js on lines 2..125
src/ngLocale/angular-locale_ar-ye.js on lines 2..125
src/ngLocale/angular-locale_ar.js on lines 2..125

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

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

Function $get has 566 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      function($exceptionHandler, $parse, $browser) {

    function destroyChildScope($event) {
        $event.currentScope.$$destroyed = true;
    }
Severity: Major
Found in src/ng/rootScope.js - About 2 days to fix

    Similar blocks of code found in 2 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"};
    $provide.value("$locale", {
      "DATETIME_FORMATS": {
        "AMPMS": [
    Severity: Major
    Found in src/ngLocale/angular-locale_mt.js and 1 other location - About 2 days to fix
    src/ngLocale/angular-locale_mt-mt.js on lines 2..125

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

    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

    angular.module("ngLocale", [], ["$provide", function($provide) {
    var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
    $provide.value("$locale", {
      "DATETIME_FORMATS": {
        "AMPMS": [
    Severity: Major
    Found in src/ngLocale/angular-locale_mt-mt.js and 1 other location - About 2 days to fix
    src/ngLocale/angular-locale_mt.js on lines 2..125

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

    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

    Function IDS_Y has 556 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function IDS_Y(cp) {
      if (0x0041 <= cp && cp <= 0x005A) return true;
      if (0x0061 <= cp && cp <= 0x007A) return true;
      if (cp === 0x00AA) return true;
      if (cp === 0x00B5) return true;
    Severity: Major
    Found in src/ngParseExt/ucd.js - About 2 days to fix

      Similar blocks of code found in 2 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"};
      $provide.value("$locale", {
        "DATETIME_FORMATS": {
          "AMPMS": [
      Severity: Major
      Found in src/ngLocale/angular-locale_cy-gb.js and 1 other location - About 2 days to fix
      src/ngLocale/angular-locale_cy.js on lines 2..125

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

      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

      angular.module("ngLocale", [], ["$provide", function($provide) {
      var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
      $provide.value("$locale", {
        "DATETIME_FORMATS": {
          "AMPMS": [
      Severity: Major
      Found in src/ngLocale/angular-locale_cy.js and 1 other location - About 2 days to fix
      src/ngLocale/angular-locale_cy-gb.js on lines 2..125

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

      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

      angular.module("ngLocale", [], ["$provide", function($provide) {
      var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
      $provide.value("$locale", {
        "DATETIME_FORMATS": {
          "AMPMS": [
      Severity: Major
      Found in src/ngLocale/angular-locale_ga.js and 1 other location - About 2 days to fix
      src/ngLocale/angular-locale_ga-ie.js on lines 2..125

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

      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

      angular.module("ngLocale", [], ["$provide", function($provide) {
      var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
      $provide.value("$locale", {
        "DATETIME_FORMATS": {
          "AMPMS": [
      Severity: Major
      Found in src/ngLocale/angular-locale_ga-ie.js and 1 other location - About 2 days to fix
      src/ngLocale/angular-locale_ga.js on lines 2..125

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

      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 80 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"};
      $provide.value("$locale", {
        "DATETIME_FORMATS": {
          "AMPMS": [
      Severity: Major
      Found in src/ngLocale/angular-locale_hy.js and 79 other locations - About 2 days to fix
      src/ngLocale/angular-locale_am-et.js on lines 2..125
      src/ngLocale/angular-locale_am.js on lines 2..125
      src/ngLocale/angular-locale_bn-bd.js on lines 2..125
      src/ngLocale/angular-locale_bn-in.js on lines 2..125
      src/ngLocale/angular-locale_bn.js on lines 2..125
      src/ngLocale/angular-locale_fa-af.js on lines 2..125
      src/ngLocale/angular-locale_fa-ir.js on lines 2..125
      src/ngLocale/angular-locale_fa.js on lines 2..125
      src/ngLocale/angular-locale_fr-be.js on lines 2..125
      src/ngLocale/angular-locale_fr-bf.js on lines 2..125
      src/ngLocale/angular-locale_fr-bi.js on lines 2..125
      src/ngLocale/angular-locale_fr-bj.js on lines 2..125
      src/ngLocale/angular-locale_fr-bl.js on lines 2..125
      src/ngLocale/angular-locale_fr-ca.js on lines 2..125
      src/ngLocale/angular-locale_fr-cd.js on lines 2..125
      src/ngLocale/angular-locale_fr-cf.js on lines 2..125
      src/ngLocale/angular-locale_fr-cg.js on lines 2..125
      src/ngLocale/angular-locale_fr-ch.js on lines 2..125
      src/ngLocale/angular-locale_fr-ci.js on lines 2..125
      src/ngLocale/angular-locale_fr-cm.js on lines 2..125
      src/ngLocale/angular-locale_fr-dj.js on lines 2..125
      src/ngLocale/angular-locale_fr-dz.js on lines 2..125
      src/ngLocale/angular-locale_fr-fr.js on lines 2..125
      src/ngLocale/angular-locale_fr-ga.js on lines 2..125
      src/ngLocale/angular-locale_fr-gf.js on lines 2..125
      src/ngLocale/angular-locale_fr-gn.js on lines 2..125
      src/ngLocale/angular-locale_fr-gp.js on lines 2..125
      src/ngLocale/angular-locale_fr-gq.js on lines 2..125
      src/ngLocale/angular-locale_fr-ht.js on lines 2..125
      src/ngLocale/angular-locale_fr-km.js on lines 2..125
      src/ngLocale/angular-locale_fr-lu.js on lines 2..125
      src/ngLocale/angular-locale_fr-ma.js on lines 2..125
      src/ngLocale/angular-locale_fr-mc.js on lines 2..125
      src/ngLocale/angular-locale_fr-mf.js on lines 2..125
      src/ngLocale/angular-locale_fr-mg.js on lines 2..125
      src/ngLocale/angular-locale_fr-ml.js on lines 2..125
      src/ngLocale/angular-locale_fr-mq.js on lines 2..125
      src/ngLocale/angular-locale_fr-mr.js on lines 2..125
      src/ngLocale/angular-locale_fr-mu.js on lines 2..125
      src/ngLocale/angular-locale_fr-nc.js on lines 2..125
      src/ngLocale/angular-locale_fr-ne.js on lines 2..125
      src/ngLocale/angular-locale_fr-pf.js on lines 2..125
      src/ngLocale/angular-locale_fr-pm.js on lines 2..125
      src/ngLocale/angular-locale_fr-re.js on lines 2..125
      src/ngLocale/angular-locale_fr-rw.js on lines 2..125
      src/ngLocale/angular-locale_fr-sc.js on lines 2..125
      src/ngLocale/angular-locale_fr-sn.js on lines 2..125
      src/ngLocale/angular-locale_fr-sy.js on lines 2..125
      src/ngLocale/angular-locale_fr-td.js on lines 2..125
      src/ngLocale/angular-locale_fr-tg.js on lines 2..125
      src/ngLocale/angular-locale_fr-tn.js on lines 2..125
      src/ngLocale/angular-locale_fr-vu.js on lines 2..125
      src/ngLocale/angular-locale_fr-wf.js on lines 2..125
      src/ngLocale/angular-locale_fr-yt.js on lines 2..125
      src/ngLocale/angular-locale_fr.js on lines 2..125
      src/ngLocale/angular-locale_gu-in.js on lines 2..125
      src/ngLocale/angular-locale_gu.js on lines 2..125
      src/ngLocale/angular-locale_hi-in.js on lines 2..125
      src/ngLocale/angular-locale_hi.js on lines 2..125
      src/ngLocale/angular-locale_hy-am.js on lines 2..125
      src/ngLocale/angular-locale_kn-in.js on lines 2..125
      src/ngLocale/angular-locale_kn.js on lines 2..125
      src/ngLocale/angular-locale_mr-in.js on lines 2..125
      src/ngLocale/angular-locale_mr.js on lines 2..125
      src/ngLocale/angular-locale_pt-ao.js on lines 2..125
      src/ngLocale/angular-locale_pt-br.js on lines 2..125
      src/ngLocale/angular-locale_pt-ch.js on lines 2..125
      src/ngLocale/angular-locale_pt-cv.js on lines 2..125
      src/ngLocale/angular-locale_pt-gq.js on lines 2..125
      src/ngLocale/angular-locale_pt-gw.js on lines 2..125
      src/ngLocale/angular-locale_pt-lu.js on lines 2..125
      src/ngLocale/angular-locale_pt-mo.js on lines 2..125
      src/ngLocale/angular-locale_pt-mz.js on lines 2..125
      src/ngLocale/angular-locale_pt-pt.js on lines 2..125
      src/ngLocale/angular-locale_pt-st.js on lines 2..125
      src/ngLocale/angular-locale_pt-tl.js on lines 2..125
      src/ngLocale/angular-locale_pt.js on lines 2..125
      src/ngLocale/angular-locale_zu-za.js on lines 2..125
      src/ngLocale/angular-locale_zu.js on lines 2..125

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

      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