DerDu/SPHERE-Framework

View on GitHub
Application/Api/MassReplace/StudentFilter.php

Summary

Maintainability
F
1 wk
Test Coverage

Function getStudentFilterResult has a Cognitive Complexity of 278 (exceeds 5 allowed). Consider refactoring.
Open

    private function getStudentFilterResult($Year = null, $Division = null, AbstractField $Field)
    {
        /** @var SelectBox|TextField $Field */
        $Label = $Field->getLabel();

Severity: Minor
Found in Application/Api/MassReplace/StudentFilter.php - About 5 days to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method getStudentFilterResult has 267 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function getStudentFilterResult($Year = null, $Division = null, AbstractField $Field)
    {
        /** @var SelectBox|TextField $Field */
        $Label = $Field->getLabel();

Severity: Major
Found in Application/Api/MassReplace/StudentFilter.php - About 1 day to fix

    File StudentFilter.php has 433 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace SPHERE\Application\Api\MassReplace;
    
    use SPHERE\Application\Education\Lesson\Division\Division;
    Severity: Minor
    Found in Application/Api/MassReplace/StudentFilter.php - About 6 hrs to fix

      Method getFrontendStudentFilter has 62 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function getFrontendStudentFilter($modalField, $Year = null, $Division = null, $Node = null)
          {
              /** @var SelectBox|TextField $Field */
              $Field = unserialize(base64_decode($modalField));
              $CloneField = (new ApiMassReplace())->cloneField($Field, 'CloneField', 'Auswahl/Eingabe '
      Severity: Major
      Found in Application/Api/MassReplace/StudentFilter.php - About 2 hrs to fix

        Method formStudentFilter has 50 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function formStudentFilter($modalField)
            {
        
                /** @var AbstractField $Field */
                $Field = unserialize(base64_decode($modalField));
        Severity: Minor
        Found in Application/Api/MassReplace/StudentFilter.php - About 2 hrs to fix

          Avoid deeply nested control flow statements.
          Open

                                      if ($Label == new Muted(new Small($i . '. Fremdsprache von Klasse'))){
                                          $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('FOREIGN_LANGUAGE');
                                          $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                          $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                              $tblStudentSubjectType, $tblStudentSubjectRanking);
          Severity: Major
          Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                        if ($tblStudentTransfer) {
                                            // Ersteinschulung
                                            if (($tblCompany = $tblStudentTransfer->getServiceTblCompany()) && $Label == 'Schule'
                                                && $tblStudentTransferType->getIdentifier() == 'ENROLLMENT'
                                            ) {
            Severity: Major
            Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                          if ($Label == new Muted(new Small($i . '. Fremdsprache bis Klasse'))){
                                              $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('FOREIGN_LANGUAGE');
                                              $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                              $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                  $tblStudentSubjectType, $tblStudentSubjectRanking);
              Severity: Major
              Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                            if ($Label == $i . '. Arbeitsgemeinschaft'){
                                                $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('TEAM');
                                                $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                    $tblStudentSubjectType, $tblStudentSubjectRanking);
                Severity: Major
                Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                              if ($tblStudentSubject && ($tblSubject = $tblStudentSubject->getServiceTblSubject())) {
                                                  $DataPerson['Edit'] = new Muted('('.$tblSubject->getAcronym().') ').$tblSubject->getName();
                                              }
                  Severity: Major
                  Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                                if ($tblStudentSubject && ($tblSubject = $tblStudentSubject->getServiceTblSubject())) {
                                                    $DataPerson['Edit'] = new Muted('('.$tblSubject->getAcronym().') ').$tblSubject->getName();
                                                }
                    Severity: Major
                    Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                                  if ($Label == $i . '. Wahlfach'){
                                                      $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('ELECTIVE');
                                                      $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                      $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                          $tblStudentSubjectType, $tblStudentSubjectRanking);
                      Severity: Major
                      Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                    if ($tblStudentSubject && ($tblSubject = $tblStudentSubject->getServiceTblSubject())) {
                                                        $DataPerson['Edit'] = new Muted('('.$tblSubject->getAcronym().') ').$tblSubject->getName();
                                                    }
                        Severity: Major
                        Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                      if ($Label == $i . '. Fremdsprache'){
                                                          $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('FOREIGN_LANGUAGE');
                                                          $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                          $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                              $tblStudentSubjectType, $tblStudentSubjectRanking);
                          Severity: Major
                          Found in Application/Api/MassReplace/StudentFilter.php - About 45 mins to fix

                            Function formStudentFilter has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                            Open

                                public function formStudentFilter($modalField)
                                {
                            
                                    /** @var AbstractField $Field */
                                    $Field = unserialize(base64_decode($modalField));
                            Severity: Minor
                            Found in Application/Api/MassReplace/StudentFilter.php - About 35 mins to fix

                            Cognitive Complexity

                            Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                            A method's cognitive complexity is based on a few simple rules:

                            • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                            • Code is considered more complex for each "break in the linear flow of the code"
                            • Code is considered more complex when "flow breaking structures are nested"

                            Further reading

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

                                                        if ($Label == new Muted(new Small($i . '. Fremdsprache bis Klasse'))){
                                                            $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('FOREIGN_LANGUAGE');
                                                            $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                            $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                                $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 1 other location - About 3 hrs to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 463..472

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

                            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

                                                        if ($Label == new Muted(new Small($i . '. Fremdsprache von Klasse'))){
                                                            $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('FOREIGN_LANGUAGE');
                                                            $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                            $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                                $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 1 other location - About 3 hrs to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 473..482

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

                            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

                                                        if ($Label == $i . '. Wahlfach'){
                                                            $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('ELECTIVE');
                                                            $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                            $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                                $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 2 other locations - About 2 hrs to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 436..444
                            Application/Api/MassReplace/StudentFilter.php on lines 454..462

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

                            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

                                                        if ($Label == $i . '. Fremdsprache'){
                                                            $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('FOREIGN_LANGUAGE');
                                                            $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                            $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                                $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 2 other locations - About 2 hrs to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 445..453
                            Application/Api/MassReplace/StudentFilter.php on lines 454..462

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

                            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

                                                        if ($Label == $i . '. Arbeitsgemeinschaft'){
                                                            $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('TEAM');
                                                            $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier($i);
                                                            $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                                $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 2 other locations - About 2 hrs to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 436..444
                            Application/Api/MassReplace/StudentFilter.php on lines 445..453

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

                            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

                                                    if ($Label == 'Religion') {
                                                        $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('RELIGION');
                                                        $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier('1');
                                                        $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                            $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 2 other locations - About 1 hr to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 417..425
                            Application/Api/MassReplace/StudentFilter.php on lines 426..434

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

                            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

                                                    if ($Label == 'Profil') {
                                                        $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('PROFILE');
                                                        $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier('1');
                                                        $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                            $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 2 other locations - About 1 hr to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 408..416
                            Application/Api/MassReplace/StudentFilter.php on lines 426..434

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

                            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

                                                    if ($Label == 'Neigungskurs') {
                                                        $tblStudentSubjectType = Student::useService()->getStudentSubjectTypeByIdentifier('ORIENTATION');
                                                        $tblStudentSubjectRanking = Student::useService()->getStudentSubjectRankingByIdentifier('1');
                                                        $tblStudentSubject = Student::useService()->getStudentSubjectByStudentAndSubjectAndSubjectRanking($tblStudent,
                                                            $tblStudentSubjectType, $tblStudentSubjectRanking);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 2 other locations - About 1 hr to fix
                            Application/Api/MassReplace/StudentFilter.php on lines 408..416
                            Application/Api/MassReplace/StudentFilter.php on lines 417..425

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

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

                                        if (isset($Division) && $Division) {
                                            array_walk($Division, function (&$Input) {
                            
                                                if (!empty($Input)) {
                                                    $Input = explode(' ', $Input);
                            Severity: Major
                            Found in Application/Api/MassReplace/StudentFilter.php and 5 other locations - About 1 hr to fix
                            Application/Reporting/Standard/Person/Service.php on lines 2319..2333
                            Application/Reporting/Standard/Person/Service.php on lines 2334..2348
                            Application/Reporting/Standard/Person/Service.php on lines 2349..2363
                            Application/Setting/User/Account/Frontend.php on lines 358..371
                            Application/Setting/User/Account/Frontend.php on lines 373..386

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

                            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

                            There are no issues that match your filters.

                            Category
                            Status