ximex/ris-bka

View on GitHub

Showing 230 of 230 total issues

Function OGD_DocumentResponse_Module_Factory has 9026 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var OGD_DocumentResponse_Module_Factory = function () {
  var OGD_DocumentResponse = {
    name: 'OGD_DocumentResponse',
    typeInfos: [{
        localName: 'TArrayOfWebDocumentContentUrl',
Severity: Major
Found in mappings/OGD_DocumentResponse.js - About 1 mo to fix

    Function RISDok_Module_Factory has 8703 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    var RISDok_Module_Factory = function () {
      var RISDok = {
        name: 'RISDok',
        typeInfos: [{
            localName: 'Wechsel',
    Severity: Major
    Found in mappings/RISDok.js - About 1 mo to fix

      Function RISJudikaturNutzdaten_Module_Factory has 8652 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      var RISJudikaturNutzdaten_Module_Factory = function () {
        var RISJudikaturNutzdaten = {
          name: 'RISJudikaturNutzdaten',
          typeInfos: [{
              localName: 'Thead',
      Severity: Major
      Found in mappings/RISJudikaturNutzdaten.js - About 1 mo to fix

        File OGD_DocumentResponse.js has 9040 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        var OGD_DocumentResponse_Module_Factory = function () {
          var OGD_DocumentResponse = {
            name: 'OGD_DocumentResponse',
            typeInfos: [{
                localName: 'TArrayOfWebDocumentContentUrl',
        Severity: Major
        Found in mappings/OGD_DocumentResponse.js - About 3 wks to fix

          File RISDok.js has 8717 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          var RISDok_Module_Factory = function () {
            var RISDok = {
              name: 'RISDok',
              typeInfos: [{
                  localName: 'Wechsel',
          Severity: Major
          Found in mappings/RISDok.js - About 3 wks to fix

            File RISJudikaturNutzdaten.js has 8666 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            var RISJudikaturNutzdaten_Module_Factory = function () {
              var RISJudikaturNutzdaten = {
                name: 'RISJudikaturNutzdaten',
                typeInfos: [{
                    localName: 'Thead',
            Severity: Major
            Found in mappings/RISJudikaturNutzdaten.js - About 3 wks to fix

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

                    }, {
                      localName: 'Pdeinst',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/OGD_DocumentResponse.js and 2 other locations - About 6 days to fix
              mappings/RISDok.js on lines 4622..4893
              mappings/RISJudikaturNutzdaten.js on lines 7583..7854

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

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

                    }, {
                      localName: 'Pdeinst',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/RISJudikaturNutzdaten.js and 2 other locations - About 6 days to fix
              mappings/OGD_DocumentResponse.js on lines 1045..1316
              mappings/RISDok.js on lines 4622..4893

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

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

                    }, {
                      localName: 'Pdeinst',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/RISDok.js and 2 other locations - About 6 days to fix
              mappings/OGD_DocumentResponse.js on lines 1045..1316
              mappings/RISJudikaturNutzdaten.js on lines 7583..7854

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

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

                    }, {
                      localName: 'Td',
                      typeName: null,
                      propertyInfos: [{
                          name: 'ueberschriftOrAbsatzOrAusgabe',
              Severity: Major
              Found in mappings/RISDok.js and 2 other locations - About 5 days to fix
              mappings/OGD_DocumentResponse.js on lines 6570..6818
              mappings/RISJudikaturNutzdaten.js on lines 7287..7535

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

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

                    }, {
                      localName: 'Td',
                      typeName: null,
                      propertyInfos: [{
                          name: 'ueberschriftOrAbsatzOrAusgabe',
              Severity: Major
              Found in mappings/RISJudikaturNutzdaten.js and 2 other locations - About 5 days to fix
              mappings/OGD_DocumentResponse.js on lines 6570..6818
              mappings/RISDok.js on lines 7878..8126

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

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

                    }, {
                      localName: 'Td',
                      typeName: null,
                      propertyInfos: [{
                          name: 'ueberschriftOrAbsatzOrAusgabe',
              Severity: Major
              Found in mappings/OGD_DocumentResponse.js and 2 other locations - About 5 days to fix
              mappings/RISDok.js on lines 7878..8126
              mappings/RISJudikaturNutzdaten.js on lines 7287..7535

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

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

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

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

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

              Refactorings

              Further Reading

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

                    }, {
                      localName: 'Fntext',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/OGD_DocumentResponse.js and 2 other locations - About 4 days to fix
              mappings/RISDok.js on lines 2768..2992
              mappings/RISJudikaturNutzdaten.js on lines 2523..2747

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

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

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

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

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

              Refactorings

              Further Reading

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

                    }, {
                      localName: 'Fntext',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/RISDok.js and 2 other locations - About 4 days to fix
              mappings/OGD_DocumentResponse.js on lines 2084..2308
              mappings/RISJudikaturNutzdaten.js on lines 2523..2747

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

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

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

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

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

              Refactorings

              Further Reading

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

                    }, {
                      localName: 'Fntext',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/RISJudikaturNutzdaten.js and 2 other locations - About 4 days to fix
              mappings/OGD_DocumentResponse.js on lines 2084..2308
              mappings/RISDok.js on lines 2768..2992

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

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

                    }, {
                      localName: 'Absatz',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/RISJudikaturNutzdaten.js and 11 other locations - About 4 days to fix
              mappings/OGD_DocumentResponse.js on lines 1861..2084
              mappings/OGD_DocumentResponse.js on lines 4048..4271
              mappings/OGD_DocumentResponse.js on lines 4370..4593
              mappings/OGD_DocumentResponse.js on lines 4916..5139
              mappings/RISDok.js on lines 845..1068
              mappings/RISDok.js on lines 1478..1701
              mappings/RISDok.js on lines 5574..5797
              mappings/RISDok.js on lines 7505..7728
              mappings/RISJudikaturNutzdaten.js on lines 2825..3048
              mappings/RISJudikaturNutzdaten.js on lines 3158..3381
              mappings/RISJudikaturNutzdaten.js on lines 5587..5810

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

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

                    }, {
                      localName: 'Unterschrift',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/OGD_DocumentResponse.js and 11 other locations - About 4 days to fix
              mappings/OGD_DocumentResponse.js on lines 1861..2084
              mappings/OGD_DocumentResponse.js on lines 4048..4271
              mappings/OGD_DocumentResponse.js on lines 4916..5139
              mappings/RISDok.js on lines 845..1068
              mappings/RISDok.js on lines 1478..1701
              mappings/RISDok.js on lines 5574..5797
              mappings/RISDok.js on lines 7505..7728
              mappings/RISJudikaturNutzdaten.js on lines 2825..3048
              mappings/RISJudikaturNutzdaten.js on lines 3158..3381
              mappings/RISJudikaturNutzdaten.js on lines 4739..4962
              mappings/RISJudikaturNutzdaten.js on lines 5587..5810

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

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

                    }, {
                      localName: 'Ueberschrift',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/OGD_DocumentResponse.js and 11 other locations - About 4 days to fix
              mappings/OGD_DocumentResponse.js on lines 1861..2084
              mappings/OGD_DocumentResponse.js on lines 4048..4271
              mappings/OGD_DocumentResponse.js on lines 4370..4593
              mappings/RISDok.js on lines 845..1068
              mappings/RISDok.js on lines 1478..1701
              mappings/RISDok.js on lines 5574..5797
              mappings/RISDok.js on lines 7505..7728
              mappings/RISJudikaturNutzdaten.js on lines 2825..3048
              mappings/RISJudikaturNutzdaten.js on lines 3158..3381
              mappings/RISJudikaturNutzdaten.js on lines 4739..4962
              mappings/RISJudikaturNutzdaten.js on lines 5587..5810

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

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

                    }, {
                      localName: 'Ueberschrift',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/RISDok.js and 11 other locations - About 4 days to fix
              mappings/OGD_DocumentResponse.js on lines 1861..2084
              mappings/OGD_DocumentResponse.js on lines 4048..4271
              mappings/OGD_DocumentResponse.js on lines 4370..4593
              mappings/OGD_DocumentResponse.js on lines 4916..5139
              mappings/RISDok.js on lines 845..1068
              mappings/RISDok.js on lines 1478..1701
              mappings/RISDok.js on lines 7505..7728
              mappings/RISJudikaturNutzdaten.js on lines 2825..3048
              mappings/RISJudikaturNutzdaten.js on lines 3158..3381
              mappings/RISJudikaturNutzdaten.js on lines 4739..4962
              mappings/RISJudikaturNutzdaten.js on lines 5587..5810

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

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

                    }, {
                      localName: 'Ueberschrift',
                      typeName: null,
                      propertyInfos: [{
                          name: 'content',
              Severity: Major
              Found in mappings/RISJudikaturNutzdaten.js and 11 other locations - About 4 days to fix
              mappings/OGD_DocumentResponse.js on lines 1861..2084
              mappings/OGD_DocumentResponse.js on lines 4048..4271
              mappings/OGD_DocumentResponse.js on lines 4370..4593
              mappings/OGD_DocumentResponse.js on lines 4916..5139
              mappings/RISDok.js on lines 845..1068
              mappings/RISDok.js on lines 1478..1701
              mappings/RISDok.js on lines 5574..5797
              mappings/RISDok.js on lines 7505..7728
              mappings/RISJudikaturNutzdaten.js on lines 2825..3048
              mappings/RISJudikaturNutzdaten.js on lines 3158..3381
              mappings/RISJudikaturNutzdaten.js on lines 4739..4962

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

              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