DerDu/SPHERE-Framework

View on GitHub
Application/People/Person/Service.php

Summary

Maintainability
F
1 wk
Test Coverage

Function getRestoreDetailList has a Cognitive Complexity of 98 (exceeds 5 allowed). Consider refactoring.
Open

    public function getRestoreDetailList(TblPerson $tblPerson, $isRestore)
    {

        $count = 1;
        $result[] = array(
Severity: Minor
Found in Application/People/Person/Service.php - About 1 day 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

File Service.php has 576 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
namespace SPHERE\Application\People\Person;

use SPHERE\Application\Contact\Address\Address;
use SPHERE\Application\Contact\Mail\Mail;
Severity: Major
Found in Application/People/Person/Service.php - About 1 day to fix

    Function getDestroyDetailList has a Cognitive Complexity of 54 (exceeds 5 allowed). Consider refactoring.
    Open

        public function getDestroyDetailList(TblPerson $tblPerson)
        {
    
            $list[] = new Bold('Person: ' . $tblPerson->getLastFirstName());
            // Group
    Severity: Minor
    Found in Application/People/Person/Service.php - About 1 day 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 getRestoreDetailList has 207 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getRestoreDetailList(TblPerson $tblPerson, $isRestore)
        {
    
            $count = 1;
            $result[] = array(
    Severity: Major
    Found in Application/People/Person/Service.php - About 1 day to fix

      Function updatePersonService has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
      Open

          public function updatePersonService(TblPerson $tblPerson, $Person)
          {
              // SSw-699 Bearbeitung Stammdaten (Anrede -> automatisches Geschlecht)
              $updateGender = false;
              $salutationId = ($tblSalutationOld = $tblPerson->getTblSalutation()) ? $tblSalutationOld->getId() : 0;
      Severity: Minor
      Found in Application/People/Person/Service.php - About 5 hrs 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 getDestroyDetailList has 95 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function getDestroyDetailList(TblPerson $tblPerson)
          {
      
              $list[] = new Bold('Person: ' . $tblPerson->getLastFirstName());
              // Group
      Severity: Major
      Found in Application/People/Person/Service.php - About 3 hrs to fix

        Service has 27 functions (exceeds 20 allowed). Consider refactoring.
        Open

        class Service extends AbstractService
        {
        
            /**
             * @return false|ViewPerson[]
        Severity: Minor
        Found in Application/People/Person/Service.php - About 3 hrs to fix

          Method updatePersonService has 56 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function updatePersonService(TblPerson $tblPerson, $Person)
              {
                  // SSw-699 Bearbeitung Stammdaten (Anrede -> automatisches Geschlecht)
                  $updateGender = false;
                  $salutationId = ($tblSalutationOld = $tblPerson->getTblSalutation()) ? $tblSalutationOld->getId() : 0;
          Severity: Major
          Found in Application/People/Person/Service.php - About 2 hrs to fix

            Function getPersonByNameAndBirthday has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
            Open

                public function getPersonByNameAndBirthday($FirstName, $LastName, $Birthday)
                {
            
                    $tblPersonList = (new Data($this->getBinding()))->getPersonAllByFirstNameAndLastName($FirstName, $LastName);
            
            
            Severity: Minor
            Found in Application/People/Person/Service.php - About 1 hr 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

            Function getPersonAllByNameAndBirthday has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
            Open

                public function getPersonAllByNameAndBirthday($FirstName, $LastName, $Birthday)
                {
            
                    $result = array();
                    if (($tblPersonList = (new Data($this->getBinding()))->getPersonAllByFirstNameAndLastName($FirstName, $LastName))) {
            Severity: Minor
            Found in Application/People/Person/Service.php - About 1 hr 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

            Function existsPerson has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
            Open

                public function  existsPerson($FirstName, $LastName, $ZipCode)
                {
            
                    $exists = false;
            
            
            Severity: Minor
            Found in Application/People/Person/Service.php - About 1 hr 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

            Function createPersonService has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
            Open

                public function createPersonService($Person)
                {
                    if (($tblPerson = (new Data($this->getBinding()))->createPerson(
                        $this->getSalutationById($Person['Salutation']), $Person['Title'], $Person['FirstName'],
                        $Person['SecondName'], $Person['CallName'], $Person['LastName'], $Person['BirthName'])
            Severity: Minor
            Found in Application/People/Person/Service.php - About 1 hr 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 insertPerson has 9 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function insertPerson($Salutation, $Title, $FirstName, $SecondName, $LastName, $GroupList, $BirthName = '', $ImportId = '', $CallName = '')
            Severity: Major
            Found in Application/People/Person/Service.php - About 1 hr to fix

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

                  public function insertPerson($Salutation, $Title, $FirstName, $SecondName, $LastName, $GroupList, $BirthName = '', $ImportId = '', $CallName = '')
                  {
              
                      if (( $tblPerson = (new Data($this->getBinding()))->createPerson(
                          $Salutation, $Title, $FirstName, $SecondName, $CallName, $LastName, $BirthName, $ImportId) )
              Severity: Minor
              Found in Application/People/Person/Service.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 ((new Data($this->getBinding()))->updatePerson($tblPerson, $Person['Salutation'], $Person['Title'],
                          $Person['FirstName'], $Person['SecondName'], $Person['CallName'], $Person['LastName'], $Person['BirthName'])
                      ) {
                          // Change Groups
                          if (isset($Person['Group'])) {
              Severity: Major
              Found in Application/People/Person/Service.php and 1 other location - About 2 hrs to fix
              Application/Corporation/Company/Service.php on lines 135..162

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

              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 (($tblMailList = Mail::useService()->getMailAllByPerson($tblPerson, true))) {
                          foreach ($tblMailList as $tblToPerson) {
                              if (($tblMail = $tblToPerson->getTblMail())
                                  && ($tblType = $tblToPerson->getTblType())
                              ) {
              Severity: Major
              Found in Application/People/Person/Service.php and 2 other locations - About 2 hrs to fix
              Application/People/Person/Service.php on lines 797..815
              Application/People/Person/Service.php on lines 818..836

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

              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 (($tblDivisionList = Division::useService()->getDivisionStudentAllByPerson($tblPerson, true))) {
                          foreach ($tblDivisionList as $tblDivisionStudent) {
                              if (($tblDivision = $tblDivisionStudent->getTblDivision())
                                  && ($tblYear = $tblDivision->getServiceTblYear())
                              ) {
              Severity: Major
              Found in Application/People/Person/Service.php and 2 other locations - About 2 hrs to fix
              Application/People/Person/Service.php on lines 754..771
              Application/People/Person/Service.php on lines 797..815

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

              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 (($tblRelationshipToPersonList = Relationship::useService()->getCompanyRelationshipAllByPerson($tblPerson, true))){
                          foreach($tblRelationshipToPersonList as $tblToCompany){
                              if (($tblCompany = $tblToCompany->getServiceTblCompany())
                                  && ($tblType = $tblToCompany->getTblType())
                              ) {
              Severity: Major
              Found in Application/People/Person/Service.php and 2 other locations - About 2 hrs to fix
              Application/People/Person/Service.php on lines 754..771
              Application/People/Person/Service.php on lines 818..836

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

              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 (($tblMemberList = Group::useService()->getMemberAllByPerson($tblPerson, true))) {
                          foreach ($tblMemberList as $tblMember) {
                              if (($tblGroup = $tblMember->getTblGroup())) {
                                  $result[] = array(
                                      'Number' => $count++,
              Severity: Minor
              Found in Application/People/Person/Service.php and 1 other location - About 55 mins to fix
              Application/People/Person/Service.php on lines 717..732

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

              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 (($tblAddressList = Address::useService()->getAddressAllByPerson($tblPerson, true))) {
                          foreach ($tblAddressList as $tblToPerson) {
                              if (($tblAddress = $tblToPerson->getTblAddress())) {
                                  $result[] = array(
                                      'Number' => $count++,
              Severity: Minor
              Found in Application/People/Person/Service.php and 1 other location - About 55 mins to fix
              Application/People/Person/Service.php on lines 621..636

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

              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