DerDu/SPHERE-Framework

View on GitHub
Application/Education/Certificate/Approve/Frontend.php

Summary

Maintainability
F
2 wks
Test Coverage

File Frontend.php has 1045 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php
/**
 * Created by PhpStorm.
 * User: Kauschke
 * Date: 18.07.2016
Severity: Major
Found in Application/Education/Certificate/Approve/Frontend.php - About 2 days to fix

    Function frontendSelectPrepare has a Cognitive Complexity of 112 (exceeds 5 allowed). Consider refactoring.
    Open

        public function frontendSelectPrepare($IsAllYears = false, $YearId = null)
        {
    
            $Stage = new Stage('Zeugnisse freigeben', 'Übersicht');
    
    
    Severity: Minor
    Found in Application/Education/Certificate/Approve/Frontend.php - About 2 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

    Function frontendDivision has a Cognitive Complexity of 103 (exceeds 5 allowed). Consider refactoring.
    Open

        public function frontendDivision(
            $PrepareId = null,
            $DivisionId = null,
            $IsLeave = false,
            $IsAllYears = false
    Severity: Minor
    Found in Application/Education/Certificate/Approve/Frontend.php - About 2 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 frontendSelectPrepare has 344 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function frontendSelectPrepare($IsAllYears = false, $YearId = null)
        {
    
            $Stage = new Stage('Zeugnisse freigeben', 'Übersicht');
    
    
    Severity: Major
    Found in Application/Education/Certificate/Approve/Frontend.php - About 1 day to fix

      Method frontendDivision has 342 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function frontendDivision(
              $PrepareId = null,
              $DivisionId = null,
              $IsLeave = false,
              $IsAllYears = false
      Severity: Major
      Found in Application/Education/Certificate/Approve/Frontend.php - About 1 day to fix

        Method frontendApprovePreparePerson has 77 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function frontendApprovePreparePerson(
                $PrepareId = null,
                $PersonId = null,
                $LeaveStudentId = null,
                $IsLeave = false,
        Severity: Major
        Found in Application/Education/Certificate/Approve/Frontend.php - About 3 hrs to fix

          Method frontendResetApprovePreparePerson has 74 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function frontendResetApprovePreparePerson(
                  $PrepareId = null,
                  $PersonId = null,
                  $LeaveStudentId = null,
                  $IsLeave = false,
          Severity: Major
          Found in Application/Education/Certificate/Approve/Frontend.php - About 2 hrs to fix

            Function frontendApprovePrepareDivision has a Cognitive Complexity of 21 (exceeds 5 allowed). Consider refactoring.
            Open

                public function frontendApprovePrepareDivision(
                    $PrepareId = null,
                    $DivisionId = null,
                    $IsLeave = false,
                    $Route = '/Education/Certificate/Approve/Prepare',
            Severity: Minor
            Found in Application/Education/Certificate/Approve/Frontend.php - About 2 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

            Function frontendResetApprovePrepareDivision has a Cognitive Complexity of 21 (exceeds 5 allowed). Consider refactoring.
            Open

                public function frontendResetApprovePrepareDivision(
                    $PrepareId = null,
                    $DivisionId = null,
                    $IsLeave = false,
                    $Route = '/Education/Certificate/Approve/Prepare',
            Severity: Minor
            Found in Application/Education/Certificate/Approve/Frontend.php - About 2 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 frontendResetApprovePrepareDivision has 62 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function frontendResetApprovePrepareDivision(
                    $PrepareId = null,
                    $DivisionId = null,
                    $IsLeave = false,
                    $Route = '/Education/Certificate/Approve/Prepare',
            Severity: Major
            Found in Application/Education/Certificate/Approve/Frontend.php - About 2 hrs to fix

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

                  public function frontendApprovePrepareDivision(
                      $PrepareId = null,
                      $DivisionId = null,
                      $IsLeave = false,
                      $Route = '/Education/Certificate/Approve/Prepare',
              Severity: Major
              Found in Application/Education/Certificate/Approve/Frontend.php - About 2 hrs to fix

                Function frontendResetApprovePreparePerson has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function frontendResetApprovePreparePerson(
                        $PrepareId = null,
                        $PersonId = null,
                        $LeaveStudentId = null,
                        $IsLeave = false,
                Severity: Minor
                Found in Application/Education/Certificate/Approve/Frontend.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 frontendApprovePreparePerson has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function frontendApprovePreparePerson(
                        $PrepareId = null,
                        $PersonId = null,
                        $LeaveStudentId = null,
                        $IsLeave = false,
                Severity: Minor
                Found in Application/Education/Certificate/Approve/Frontend.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

                Avoid deeply nested control flow statements.
                Open

                                                    if ($tblStudentTransfer) {
                                                        $tblCourse = $tblStudentTransfer->getServiceTblCourse();
                                                        if ($tblCourse) {
                                                            $course = $tblCourse->getName();
                                                        }
                Severity: Major
                Found in Application/Education/Certificate/Approve/Frontend.php - About 45 mins to fix

                  Avoid deeply nested control flow statements.
                  Open

                                                      if (($tblPrepareStudent = Prepare::useService()->getPrepareStudentBy($tblPrepare,
                                                              $tblPerson))
                                                          && $tblPrepareStudent->isApproved()
                                                      ) {
                                                          $countApproved++;
                  Severity: Major
                  Found in Application/Education/Certificate/Approve/Frontend.php - About 45 mins to fix

                    Method frontendApprovePrepareDivision has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            $PrepareId = null,
                            $DivisionId = null,
                            $IsLeave = false,
                            $Route = '/Education/Certificate/Approve/Prepare',
                            $IsAllYears = false
                    Severity: Minor
                    Found in Application/Education/Certificate/Approve/Frontend.php - About 35 mins to fix

                      Method frontendResetApprovePrepareDivision has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              $PrepareId = null,
                              $DivisionId = null,
                              $IsLeave = false,
                              $Route = '/Education/Certificate/Approve/Prepare',
                              $IsAllYears = false
                      Severity: Minor
                      Found in Application/Education/Certificate/Approve/Frontend.php - About 35 mins to fix

                        Method frontendResetApprovePreparePerson has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                $PrepareId = null,
                                $PersonId = null,
                                $LeaveStudentId = null,
                                $IsLeave = false,
                                $IsAllYears = false)
                        Severity: Minor
                        Found in Application/Education/Certificate/Approve/Frontend.php - About 35 mins to fix

                          Method frontendApprovePreparePerson has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                                  $PrepareId = null,
                                  $PersonId = null,
                                  $LeaveStudentId = null,
                                  $IsLeave = false,
                                  $IsAllYears = false
                          Severity: Minor
                          Found in Application/Education/Certificate/Approve/Frontend.php - About 35 mins to fix

                            Avoid too many return statements within this method.
                            Open

                                            return $Stage . new Danger('Zeugnisvorbereitung nicht gefunden.', new Ban());
                            Severity: Major
                            Found in Application/Education/Certificate/Approve/Frontend.php - About 30 mins to fix

                              Avoid too many return statements within this method.
                              Open

                                              return $Stage . new Danger('Zeugnisvorbereitung nicht gefunden.', new Ban());
                              Severity: Major
                              Found in Application/Education/Certificate/Approve/Frontend.php - About 30 mins to fix

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

                                        if ($IsLeave) {
                                            if (($tblLeaveStudent = Prepare::useService()->getLeaveStudentById($LeaveStudentId))
                                                && ($tblPerson = $tblLeaveStudent->getServiceTblPerson())
                                                && ($tblDivision = $tblLeaveStudent->getServiceTblDivision())
                                            ) {
                                Severity: Major
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 2 days to fix
                                Application/Education/Certificate/Approve/Frontend.php on lines 931..1012

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

                                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 ($IsLeave) {
                                            if (($tblLeaveStudent = Prepare::useService()->getLeaveStudentById($LeaveStudentId))
                                                && ($tblPerson = $tblLeaveStudent->getServiceTblPerson())
                                                && ($tblDivision = $tblLeaveStudent->getServiceTblDivision())
                                            ) {
                                Severity: Major
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 2 days to fix
                                Application/Education/Certificate/Approve/Frontend.php on lines 827..911

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

                                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 (($tblPrepare = Prepare::useService()->getPrepareById($PrepareId))
                                                && ($tblDivision = $tblPrepare->getServiceTblDivision())
                                            ) {
                                
                                                $Stage->setContent(
                                Severity: Major
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 6 hrs to fix
                                Application/Education/Certificate/Approve/Frontend.php on lines 1056..1098

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

                                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 (($tblPrepare = Prepare::useService()->getPrepareById($PrepareId))
                                                && ($tblDivision = $tblPrepare->getServiceTblDivision())
                                            ) {
                                
                                                $Stage->setContent(
                                Severity: Major
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 6 hrs to fix
                                Application/Education/Certificate/Approve/Frontend.php on lines 1143..1185

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

                                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

                                                $content = new TableData($prepareList, null,
                                                    array(
                                                        'Year' => 'Schuljahr',
                                                        'Date' => 'Zeugnisdatum',
                                                        'Division' => 'Klasse',
                                Severity: Major
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 2 hrs to fix
                                Application/Education/Certificate/Setting/Frontend.php on lines 323..335

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

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

                                                            if ($isAutomaticallyApproved) {
                                                                $status = $isApproved
                                                                    ? new Success(new Enable() . ' freigegeben')
                                                                    : new Success(new Enable() . ' wird automatisch freigegeben');
                                                            } else {
                                Severity: Minor
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 40 mins to fix
                                Application/Education/Certificate/Approve/Frontend.php on lines 667..675

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

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

                                                            if ($isAutomaticallyApproved) {
                                                                $status = $isApproved
                                                                    ? new Success(new Enable() . ' freigegeben')
                                                                    : new Success(new Enable() . ' wird automatisch freigegeben');
                                                            } else {
                                Severity: Minor
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 40 mins to fix
                                Application/Education/Certificate/Approve/Frontend.php on lines 483..491

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

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

                                                            if (($tblStudent = Student::useService()->getStudentByPerson($tblPerson))) {
                                                                $tblTransferType = Student::useService()->getStudentTransferTypeByIdentifier('PROCESS');
                                                                if ($tblTransferType) {
                                                                    $tblStudentTransfer = Student::useService()->getStudentTransferByType($tblStudent,
                                                                        $tblTransferType);
                                Severity: Minor
                                Found in Application/Education/Certificate/Approve/Frontend.php and 1 other location - About 30 mins to fix
                                Application/Education/ClassRegister/ClassRegister.php on lines 336..348

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

                                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