DerDu/SPHERE-Framework

View on GitHub

Showing 5,014 of 7,620 total issues

Avoid deeply nested control flow statements.
Open

                        if (!$this->getCertificateGradeAll($tblCertificate)) {
                            $this->setCertificateGradeAllStandard($tblCertificate);
                        }
Severity: Major
Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                            if (!$this->getCertificateSubjectAll($tblCertificate)) {
                                $this->setCertificateSubject($tblCertificate, 'D', 1, 1);
                                $this->setCertificateSubject($tblCertificate, 'SU', 1, 2);
    
                                $this->setCertificateSubject($tblCertificate, 'MA', 2, 1);
    Severity: Major
    Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                              if (!$this->getCertificateGradeAll($tblCertificate)) {
                                  $this->setCertificateGradeAllStandard($tblCertificate);
                              }
      Severity: Major
      Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                if ($tblSchoolTypeSecondary) {
                                    $this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear,
                                        $tblSchoolTypeSecondary);
                                    if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
                                        if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeSecondary, '9'))) {
        Severity: Major
        Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                                  if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
                                      $this->createCertificateField($tblCertificate, $FieldName, 3700);
                                  }
          Severity: Major
          Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                    if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
                                        if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeGym, '5'))) {
                                            $this->createCertificateLevel($tblCertificate, $tblLevel);
                                        }
                                        if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeGym, '6'))) {
            Severity: Major
            Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                      if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
                                          $this->createCertificateField($tblCertificate, $FieldName, 1000);
                                      }
              Severity: Major
              Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                Avoid deeply nested control flow statements.
                Open

                                        if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
                                            $this->createCertificateField($tblCertificate, $FieldName, 600);
                                        }
                Severity: Major
                Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                          if ($tblSchoolTypePrimary) {
                                              $this->updateCertificate($tblCertificate, $tblCertificateTypeYear, $tblSchoolTypePrimary);
                                              if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
                                                  if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypePrimary, '2'))) {
                                                      $this->createCertificateLevel($tblCertificate, $tblLevel);
                  Severity: Major
                  Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                    Avoid deeply nested control flow statements.
                    Open

                                                if ($tblSubjectStudentList) {
                                                    foreach ($tblSubjectStudentList as $tblSubjectStudent) {
                                                        if (($tblPersonItem = $tblSubjectStudent->getServiceTblPerson())) {
                                                            $personInAnotherGroupList[$tblPersonItem->getId()] = $tblPersonItem;
                                                        }
                    Severity: Major
                    Found in Application/Education/Lesson/Division/Filter/Filter.php - About 45 mins to fix

                      Avoid deeply nested control flow statements.
                      Open

                                              if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)){
                                                  $this->createCertificateField($tblCertificate, $FieldName, 1200);
                                              }
                      Severity: Major
                      Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                        Avoid deeply nested control flow statements.
                        Open

                                                if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)){
                                                    $this->createCertificateField($tblCertificate, $FieldName, 800);
                                                }
                        Severity: Major
                        Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                  if ($tblSchoolTypePrimary) {
                                                      $this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear, $tblSchoolTypePrimary
                                                          , null, true);
                                                  }
                          Severity: Major
                          Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                    if ($tblSchoolTypePrimary) {
                                                        $this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear,
                                                            $tblSchoolTypePrimary,
                                                            null, true);
                                                        if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
                            Severity: Major
                            Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                      if (!$this->getCertificateGradeAll($tblCertificate)) {
                                                          $this->setCertificateGradeAllStandard($tblCertificate);
                                                      }
                              Severity: Major
                              Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                        if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
                                                            $this->createCertificateField($tblCertificate, $FieldName, 1000);
                                                        }
                                Severity: Major
                                Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                          if (!$this->getCertificateSubjectAll($tblCertificate)) {
                                                              $this->setCertificateSubject($tblCertificate, 'DE', 1, 1);
                                                              $this->setCertificateSubject($tblCertificate, 'EN', 1, 2);
                                                              $this->setCertificateSubject($tblCertificate, 'KU', 1, 3);
                                                              $this->setCertificateSubject($tblCertificate, 'MU', 1, 4);
                                  Severity: Major
                                  Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                                    switch ($Gender) {
                                                                        case 'Männlich':
                                                                            $Gender = 'M';
                                                                            break;
                                                                        case 'Weiblich':
                                    Severity: Major
                                    Found in Application/Education/ClassRegister/ClassRegister.php - About 45 mins to fix

                                      Avoid deeply nested control flow statements.
                                      Open

                                                              if ($tblSchoolTypePrimary) {
                                                                  $this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear, $tblSchoolTypePrimary, null, true);
                                                                  if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
                                                                      if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypePrimary, '2'))) {
                                                                          $this->createCertificateLevel($tblCertificate, $tblLevel);
                                      Severity: Major
                                      Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

                                        Avoid deeply nested control flow statements.
                                        Open

                                                                if (!$this->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
                                                                    $this->createCertificateField($tblCertificate, $FieldName, 200);
                                                                }
                                        Severity: Major
                                        Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language