owncloud/core

View on GitHub

Showing 1,269 of 4,504 total issues

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Syntymäpäivät",
    "User disabled" : "Käyttäjä poistettu käytöstä",
Severity: Major
Found in apps/dav/l10n/fi_FI.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "federatedfilesharing",
    {
    "File is already shared with %s" : "File đã được chia sẻ với %s",
    "Accept" : "Đồng ý",
Severity: Major
Found in apps/federatedfilesharing/l10n/vi.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Kontakters fødselsdage",
    "User disabled" : "Bruger deaktiveret",
Severity: Major
Found in apps/dav/l10n/da.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "files_external",
    {
    "Personal" : "यक्तिगत",
    "Username" : "प्रयोक्ता का नाम",
Severity: Major
Found in apps/files_external/l10n/hi.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "files_external",
    {
    "Personal" : "వ్యక్తిగతం",
    "Username" : "వాడుకరి పేరు",
Severity: Major
Found in apps/files_external/l10n/te.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "ដំណឹង​អំពី​ការ​ធ្វើ​បច្ចុប្បន្នកម្ម",
    "{version} is available. Get more information on how to update." : "មាន​កំណែ {version} ហើយ។ ទទួល​ព័ត៌មាន​បន្ថែម​អំពី​របៀប​ធ្វើ​បច្ចុប្បន្នកម្ម។",
Severity: Major
Found in apps/updatenotification/l10n/km.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Narodeniny kontaktov",
    "User disabled" : "Používateľ je deaktivovaný",
Severity: Major
Found in apps/dav/l10n/sk_SK.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Rojstni dan stika",
    "User disabled" : "Uporabnik je onemogočen",
Severity: Major
Found in apps/dav/l10n/sl.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "settings",
    {
    "Invalid email address" : "Alamat surel tidak benar",
    "Create" : "Buat",
Severity: Major
Found in settings/l10n/id_ID.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "Compartir (federación)",
    "Invalid Federated Cloud ID" : "ID de Nube Federada Inválida",
Severity: Major
Found in apps/federatedfilesharing/l10n/es_MX.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Anniversaris dels contactes",
    "User disabled" : "Utilizaire desactivat",
Severity: Major
Found in apps/dav/l10n/oc.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Дні народження контактів",
    "User disabled" : "Користувач виключений",
Severity: Major
Found in apps/dav/l10n/uk.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "連絡先の誕生日",
    "User disabled" : "ユーザーは無効です",
Severity: Major
Found in apps/dav/l10n/ja.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Žymės",
    "Tagged files" : "Pažymėti failai",
Severity: Major
Found in apps/systemtags/l10n/lt_LT.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Cumpleaños de los contautos",
    "User disabled" : "Usuariu desactiváu",
Severity: Major
Found in apps/dav/l10n/ast.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "files",
    {
    "Unknown error" : "Hindi kilalang error",
    "Close" : "Isara",
Severity: Major
Found in apps/files/l10n/fil.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "federatedfilesharing",
    {
    "Loading..." : "Cargando...",
    "Accept" : "Aceptar",
Severity: Major
Found in apps/federatedfilesharing/l10n/es_AR.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Kontakters bursdager",
    "User disabled" : "Bruker deaktivert",
Severity: Major
Found in apps/dav/l10n/nb_NO.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files/l10n/ml_IN.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

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

OC.L10N.register(
    "files",
    {
    "Files" : "ഫയലുകൾ",
    "You created %1$s" : "നിങ്ങൾ %1$s സൃഷ്ടിച്ചു",
Severity: Major
Found in apps/files/l10n/ml_IN.js and 23 other locations - About 55 mins to fix
apps/dav/l10n/ast.js on lines 1..12
apps/dav/l10n/da.js on lines 1..12
apps/dav/l10n/fi_FI.js on lines 1..12
apps/dav/l10n/is.js on lines 1..12
apps/dav/l10n/ja.js on lines 1..12
apps/dav/l10n/nb_NO.js on lines 1..12
apps/dav/l10n/nl.js on lines 1..12
apps/dav/l10n/oc.js on lines 1..12
apps/dav/l10n/sk_SK.js on lines 1..12
apps/dav/l10n/sl.js on lines 1..12
apps/dav/l10n/uk.js on lines 1..12
apps/federatedfilesharing/l10n/es_AR.js on lines 1..12
apps/federatedfilesharing/l10n/es_MX.js on lines 1..12
apps/federatedfilesharing/l10n/vi.js on lines 1..12
apps/files/l10n/fil.js on lines 1..12
apps/files_external/l10n/hi.js on lines 1..12
apps/files_external/l10n/te.js on lines 1..12
apps/systemtags/l10n/lt_LT.js on lines 1..12
apps/updatenotification/l10n/km.js on lines 1..12
lib/l10n/mn.js on lines 1..12
settings/l10n/es_CL.js on lines 1..12
settings/l10n/id_ID.js on lines 1..12
settings/l10n/zh-Hans.js on lines 1..12

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

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

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

OC.L10N.register(
    "lib",
    {
    "_%n day ago_::_%n days ago_" : [""],
    "_%n month ago_::_%n months ago_" : [""],
Severity: Minor
Found in lib/l10n/nqo.js and 1 other location - About 55 mins to fix
lib/l10n/su.js on lines 1..10

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

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