symphonycms/symphony-2

View on GitHub
symphony/content/content.publish.php

Summary

Maintainability
F
2 wks
Test Coverage

File content.publish.php has 1436 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

/**
 * @package content
 */
Severity: Major
Found in symphony/content/content.publish.php - About 3 days to fix

    Function __viewIndex has a Cognitive Complexity of 142 (exceeds 5 allowed). Consider refactoring.
    Open

        public function __viewIndex()
        {
            if (!$section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle'])) {
                Administration::instance()->throwCustomError(
                    __('The Section, %s, could not be found.', array('<code>' . $this->_context['section_handle'] . '</code>')),
    Severity: Minor
    Found in symphony/content/content.publish.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 prepareAssociationsDrawer has a Cognitive Complexity of 119 (exceeds 5 allowed). Consider refactoring.
    Open

        private function prepareAssociationsDrawer($section)
        {
            $entry_id = (!is_null($this->_context['entry_id'])) ? $this->_context['entry_id'] : null;
            $show_entries = Symphony::Configuration()->get('association_maximum_rows', 'symphony');
    
    
    Severity: Minor
    Found in symphony/content/content.publish.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 __viewIndex has 399 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function __viewIndex()
        {
            if (!$section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle'])) {
                Administration::instance()->throwCustomError(
                    __('The Section, %s, could not be found.', array('<code>' . $this->_context['section_handle'] . '</code>')),
    Severity: Major
    Found in symphony/content/content.publish.php - About 1 day to fix

      Method prepareAssociationsDrawer has 234 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          private function prepareAssociationsDrawer($section)
          {
              $entry_id = (!is_null($this->_context['entry_id'])) ? $this->_context['entry_id'] : null;
              $show_entries = Symphony::Configuration()->get('association_maximum_rows', 'symphony');
      
      
      Severity: Major
      Found in symphony/content/content.publish.php - About 1 day to fix

        Method __viewEdit has 184 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function __viewEdit()
            {
                if (!$section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle'])) {
                    Administration::instance()->throwCustomError(
                        __('The Section, %s, could not be found.', array('<code>' . $this->_context['section_handle'] . '</code>')),
        Severity: Major
        Found in symphony/content/content.publish.php - About 7 hrs to fix

          Function __actionNew has a Cognitive Complexity of 45 (exceeds 5 allowed). Consider refactoring.
          Open

              public function __actionNew()
              {
                  if (is_array($_POST['action']) && array_key_exists('save', $_POST['action'])) {
                      $section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle']);
          
          
          Severity: Minor
          Found in symphony/content/content.publish.php - About 6 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 __viewEdit has a Cognitive Complexity of 42 (exceeds 5 allowed). Consider refactoring.
          Open

              public function __viewEdit()
              {
                  if (!$section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle'])) {
                      Administration::instance()->throwCustomError(
                          __('The Section, %s, could not be found.', array('<code>' . $this->_context['section_handle'] . '</code>')),
          Severity: Minor
          Found in symphony/content/content.publish.php - About 6 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 __viewNew has a Cognitive Complexity of 32 (exceeds 5 allowed). Consider refactoring.
          Open

              public function __viewNew()
              {
                  if (!$section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle'])) {
                      Administration::instance()->throwCustomError(
                          __('The Section, %s, could not be found.', array('<code>' . $this->_context['section_handle'] . '</code>')),
          Severity: Minor
          Found in symphony/content/content.publish.php - About 4 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 __viewNew has 88 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              public function __viewNew()
              {
                  if (!$section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle'])) {
                      Administration::instance()->throwCustomError(
                          __('The Section, %s, could not be found.', array('<code>' . $this->_context['section_handle'] . '</code>')),
          Severity: Major
          Found in symphony/content/content.publish.php - About 3 hrs to fix

            contentPublish has 28 functions (exceeds 20 allowed). Consider refactoring.
            Open

            class contentPublish extends AdministrationPage
            {
                /**
                 * Holds a reference to the filter form XMLElement
                 * @var XMLElement
            Severity: Minor
            Found in symphony/content/content.publish.php - About 3 hrs to fix

              Function __actionEdit has a Cognitive Complexity of 23 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function __actionEdit()
                  {
                      $entry_id = $this->_context['entry_id'];
              
                      if (is_array($_POST['action']) && array_key_exists('save', $_POST['action'])) {
              Severity: Minor
              Found in symphony/content/content.publish.php - About 3 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 __actionNew has 60 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function __actionNew()
                  {
                      if (is_array($_POST['action']) && array_key_exists('save', $_POST['action'])) {
                          $section_id = SectionManager::fetchIDFromHandle($this->_context['section_handle']);
              
              
              Severity: Major
              Found in symphony/content/content.publish.php - About 2 hrs to fix

                Method __actionEdit has 57 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function __actionEdit()
                    {
                        $entry_id = $this->_context['entry_id'];
                
                        if (is_array($_POST['action']) && array_key_exists('save', $_POST['action'])) {
                Severity: Major
                Found in symphony/content/content.publish.php - About 2 hrs to fix

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

                      public function __actionIndex()
                      {
                          $checked = (is_array($_POST['items'])) ? array_keys($_POST['items']) : null;
                  
                          if (is_array($checked) && !empty($checked)) {
                  Severity: Minor
                  Found in symphony/content/content.publish.php - About 2 hrs to fix

                    Function validateTimestamp has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
                    Open

                        protected function validateTimestamp($entry_id, $checkMissing = false)
                        {
                            if (!isset($_POST['action']['ignore-timestamp'])) {
                                if ($checkMissing && !isset($_POST['action']['timestamp'])) {
                                    if (isset($this->_errors) && is_array($this->_errors)) {
                    Severity: Minor
                    Found in symphony/content/content.publish.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 sort has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                    Open

                        public function sort(&$sort, &$order, $params)
                        {
                            $section = $params['current-section'];
                            $filters = '';
                            // Format the filter query string
                    Severity: Minor
                    Found in symphony/content/content.publish.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 __actionIndex has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                    Open

                        public function __actionIndex()
                        {
                            $checked = (is_array($_POST['items'])) ? array_keys($_POST['items']) : null;
                    
                            if (is_array($checked) && !empty($checked)) {
                    Severity: Minor
                    Found in symphony/content/content.publish.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 createSystemDateFilters has 30 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        private function createSystemDateFilters(&$wrapper)
                        {
                            $filters = $_GET['filter'];
                            $dateField = new FieldDate;
                    
                    
                    Severity: Minor
                    Found in symphony/content/content.publish.php - About 1 hr to fix

                      Method sort has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function sort(&$sort, &$order, $params)
                          {
                              $section = $params['current-section'];
                              $filters = '';
                              // Format the filter query string
                      Severity: Minor
                      Found in symphony/content/content.publish.php - About 1 hr to fix

                        Function isFieldHidden has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
                        Open

                            public function isFieldHidden(Field $field)
                            {
                                if ($field->get('hide_when_prepopulated') == 'yes') {
                                    if (isset($_REQUEST['prepopulate'])) {
                                        foreach ($_REQUEST['prepopulate'] as $field_id => $value) {
                        Severity: Minor
                        Found in symphony/content/content.publish.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 createFilter has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            private function createFilter(&$wrapper, $data)
                            {
                                $li = new XMLElement('li');
                                $li->setAttribute('class', $data['instance']);
                                $li->setAttribute('data-type', $data['type']);
                        Severity: Minor
                        Found in symphony/content/content.publish.php - About 1 hr to fix

                          Avoid deeply nested control flow statements.
                          Open

                                                      if (!empty($entry_ids)) {
                                                          $pagination->entries($entry_ids);
                                                      }
                          Severity: Major
                          Found in symphony/content/content.publish.php - About 45 mins to fix

                            Function createFieldFilters has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                            Open

                                private function createFieldFilters(&$wrapper, $section)
                                {
                                    $filters = $_GET['filter'];
                            
                                    foreach ($section->fetchFilterableFields() as $field) {
                            Severity: Minor
                            Found in symphony/content/content.publish.php - About 25 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

                                protected function validateTimestamp($entry_id, $checkMissing = false)
                                {
                                    if (!isset($_POST['action']['ignore-timestamp'])) {
                                        if ($checkMissing && !isset($_POST['action']['timestamp'])) {
                                            if (isset($this->_errors) && is_array($this->_errors)) {
                            Severity: Major
                            Found in symphony/content/content.publish.php and 1 other location - About 6 hrs to fix
                            symphony/content/content.blueprintssections.php on lines 1041..1060

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

                            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