DerDu/SPHERE-Framework

View on GitHub

Showing 5,014 of 7,620 total issues

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 ($tblSchoolTypePrimary) {
                                $this->updateCertificate($tblCertificate, $tblCertificateTypeHalfYear,
                                    $tblSchoolTypePrimary,
                                    null, true);
                                if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypePrimary, '3'))) {
    Severity: Major
    Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                              if ($tblSchoolTypeGym) {
                                  if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
                                      if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeGym, '5'))) {
                                          $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->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, $tblCertificateTypeYear, $tblSchoolTypeSecondary);
                                      if (!$this->getCertificateLevelAllByCertificate($tblCertificate)) {
                                          if (($tblLevel = Division::useService()->getLevelBy($tblSchoolTypeSecondary, '5'))) {
                                              $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->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

                                      if ($tblSchoolTypeSecondary) {
                                          $this->updateCertificate($tblCertificate, $tblCertificateTypeYear, $tblSchoolTypeSecondary);
                                      }
              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->getCertificateFieldByCertificateAndField($tblCertificate, $FieldName)) {
                                              $this->createCertificateField($tblCertificate, $FieldName, 700);
                                          }
                  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, 2300);
                                              }
                      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, 2300);
                                                }
                        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, '10'))) {
                                                              $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, 1500);
                                                    }
                            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, '1'))) {
                                                                  $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 ($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, 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->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, 2300);
                                                                }
                                        Severity: Major
                                        Found in Application/Education/Certificate/Generator/Service/Data.php - About 45 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language