brandon14/ebay-sdk-php

View on GitHub
src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php

Summary

Maintainability
F
3 wks
Test Coverage

File CategoryTreeApi.php has 1430 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

/**
 * This file is part of the trollandtoad/ebay-sdk-php package.
 *
Severity: Major
Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 3 days to fix

    CategoryTreeApi has 45 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class CategoryTreeApi
    {
        /**
         * @var ClientInterface
         */
    Severity: Minor
    Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 6 hrs to fix

      Function getCompatibilityPropertyValuesRequest has a Cognitive Complexity of 26 (exceeds 5 allowed). Consider refactoring.
      Open

          public function getCompatibilityPropertyValuesRequest($category_tree_id, $compatibility_property, $category_id, $filter = null)
          {
              // Verify the required parameter 'category_tree_id' is set.
              if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                  throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCompatibilityPropertyValues');
      Severity: Minor
      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCompatibilityPropertyValuesRequest has 91 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function getCompatibilityPropertyValuesRequest($category_tree_id, $compatibility_property, $category_id, $filter = null)
          {
              // Verify the required parameter 'category_tree_id' is set.
              if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                  throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCompatibilityPropertyValues');
      Severity: Major
      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 3 hrs to fix

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

            public function getCompatibilityPropertiesRequest($category_tree_id, $category_id)
            {
                // Verify the required parameter 'category_tree_id' is set.
                if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCompatibilityProperties');
        Severity: Minor
        Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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

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

            public function getCategorySuggestionsRequest($category_tree_id, $q)
            {
                // Verify the required parameter 'category_tree_id' is set.
                if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCategorySuggestions');
        Severity: Minor
        Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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

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

            public function getItemAspectsForCategoryRequest($category_id, $category_tree_id)
            {
                // Verify the required parameter 'category_id' is set.
                if ($category_id === null || (\is_array($category_id) && count($category_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $category_id when calling getItemAspectsForCategory');
        Severity: Minor
        Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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

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

            public function getCategorySubtreeRequest($category_id, $category_tree_id)
            {
                // Verify the required parameter 'category_id' is set.
                if ($category_id === null || (\is_array($category_id) && count($category_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $category_id when calling getCategorySubtree');
        Severity: Minor
        Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCategorySubtreeRequest has 74 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function getCategorySubtreeRequest($category_id, $category_tree_id)
            {
                // Verify the required parameter 'category_id' is set.
                if ($category_id === null || (\is_array($category_id) && count($category_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $category_id when calling getCategorySubtree');
        Severity: Major
        Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

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

              public function getCategorySuggestionsRequest($category_tree_id, $q)
              {
                  // Verify the required parameter 'category_tree_id' is set.
                  if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                      throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCategorySuggestions');
          Severity: Major
          Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

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

                public function getCompatibilityPropertiesRequest($category_tree_id, $category_id)
                {
                    // Verify the required parameter 'category_tree_id' is set.
                    if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCompatibilityProperties');
            Severity: Major
            Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

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

                  public function getItemAspectsForCategoryRequest($category_id, $category_tree_id)
                  {
                      // Verify the required parameter 'category_id' is set.
                      if ($category_id === null || (\is_array($category_id) && count($category_id) === 0)) {
                          throw new \InvalidArgumentException('Missing the required parameter $category_id when calling getItemAspectsForCategory');
              Severity: Major
              Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                Function getDefaultCategoryTreeIdRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function getDefaultCategoryTreeIdRequest($marketplace_id, $accept_language = null)
                    {
                        // Verify the required parameter 'marketplace_id' is set.
                        if ($marketplace_id === null || (\is_array($marketplace_id) && count($marketplace_id) === 0)) {
                            throw new \InvalidArgumentException('Missing the required parameter $marketplace_id when calling getDefaultCategoryTreeId');
                Severity: Minor
                Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCategoryTreeRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function getCategoryTreeRequest($category_tree_id)
                    {
                        // Verify the required parameter 'category_tree_id' is set.
                        if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                            throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCategoryTree');
                Severity: Minor
                Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 fetchItemAspectsRequest has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function fetchItemAspectsRequest($category_tree_id)
                    {
                        // Verify the required parameter 'category_tree_id' is set.
                        if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                            throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling fetchItemAspects');
                Severity: Minor
                Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getDefaultCategoryTreeIdRequest has 67 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function getDefaultCategoryTreeIdRequest($marketplace_id, $accept_language = null)
                    {
                        // Verify the required parameter 'marketplace_id' is set.
                        if ($marketplace_id === null || (\is_array($marketplace_id) && count($marketplace_id) === 0)) {
                            throw new \InvalidArgumentException('Missing the required parameter $marketplace_id when calling getDefaultCategoryTreeId');
                Severity: Major
                Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                  Method getCategoryTreeRequest has 64 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function getCategoryTreeRequest($category_tree_id)
                      {
                          // Verify the required parameter 'category_tree_id' is set.
                          if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                              throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCategoryTree');
                  Severity: Major
                  Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                    Method fetchItemAspectsRequest has 64 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        public function fetchItemAspectsRequest($category_tree_id)
                        {
                            // Verify the required parameter 'category_tree_id' is set.
                            if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                                throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling fetchItemAspects');
                    Severity: Major
                    Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                      Method getDefaultCategoryTreeIdWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          public function getDefaultCategoryTreeIdWithHttpInfo($marketplace_id, $accept_language = null)
                          {
                              $request = $this->getDefaultCategoryTreeIdRequest($marketplace_id, $accept_language);
                      
                              try {
                      Severity: Major
                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                        Method fetchItemAspectsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            public function fetchItemAspectsWithHttpInfo($category_tree_id)
                            {
                                $request = $this->fetchItemAspectsRequest($category_tree_id);
                        
                                try {
                        Severity: Major
                        Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                          Method getCategorySuggestionsWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              public function getCategorySuggestionsWithHttpInfo($category_tree_id, $q)
                              {
                                  $request = $this->getCategorySuggestionsRequest($category_tree_id, $q);
                          
                                  try {
                          Severity: Major
                          Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                            Method getCategorySubtreeWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                public function getCategorySubtreeWithHttpInfo($category_id, $category_tree_id)
                                {
                                    $request = $this->getCategorySubtreeRequest($category_id, $category_tree_id);
                            
                                    try {
                            Severity: Major
                            Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                              Method getCompatibilityPropertyValuesWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  public function getCompatibilityPropertyValuesWithHttpInfo($category_tree_id, $compatibility_property, $category_id, $filter = null)
                                  {
                                      $request = $this->getCompatibilityPropertyValuesRequest($category_tree_id, $compatibility_property, $category_id, $filter);
                              
                                      try {
                              Severity: Major
                              Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                                Method getCategoryTreeWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    public function getCategoryTreeWithHttpInfo($category_tree_id)
                                    {
                                        $request = $this->getCategoryTreeRequest($category_tree_id);
                                
                                        try {
                                Severity: Major
                                Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                                  Method getItemAspectsForCategoryWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      public function getItemAspectsForCategoryWithHttpInfo($category_id, $category_tree_id)
                                      {
                                          $request = $this->getItemAspectsForCategoryRequest($category_id, $category_tree_id);
                                  
                                          try {
                                  Severity: Major
                                  Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                                    Method getCompatibilityPropertiesWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        public function getCompatibilityPropertiesWithHttpInfo($category_tree_id, $category_id)
                                        {
                                            $request = $this->getCompatibilityPropertiesRequest($category_tree_id, $category_id);
                                    
                                            try {
                                    Severity: Major
                                    Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php - About 2 hrs to fix

                                      Function getDefaultCategoryTreeIdWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function getDefaultCategoryTreeIdWithHttpInfo($marketplace_id, $accept_language = null)
                                          {
                                              $request = $this->getDefaultCategoryTreeIdRequest($marketplace_id, $accept_language);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getItemAspectsForCategoryWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function getItemAspectsForCategoryWithHttpInfo($category_id, $category_tree_id)
                                          {
                                              $request = $this->getItemAspectsForCategoryRequest($category_id, $category_tree_id);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCompatibilityPropertyValuesWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function getCompatibilityPropertyValuesWithHttpInfo($category_tree_id, $compatibility_property, $category_id, $filter = null)
                                          {
                                              $request = $this->getCompatibilityPropertyValuesRequest($category_tree_id, $compatibility_property, $category_id, $filter);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 fetchItemAspectsWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function fetchItemAspectsWithHttpInfo($category_tree_id)
                                          {
                                              $request = $this->fetchItemAspectsRequest($category_tree_id);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCategorySubtreeWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function getCategorySubtreeWithHttpInfo($category_id, $category_tree_id)
                                          {
                                              $request = $this->getCategorySubtreeRequest($category_id, $category_tree_id);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCompatibilityPropertiesWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function getCompatibilityPropertiesWithHttpInfo($category_tree_id, $category_id)
                                          {
                                              $request = $this->getCompatibilityPropertiesRequest($category_tree_id, $category_id);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCategoryTreeWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function getCategoryTreeWithHttpInfo($category_tree_id)
                                          {
                                              $request = $this->getCategoryTreeRequest($category_tree_id);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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 getCategorySuggestionsWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function getCategorySuggestionsWithHttpInfo($category_tree_id, $q)
                                          {
                                              $request = $this->getCategorySuggestionsRequest($category_tree_id, $q);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.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

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

                                          public function getCategorySubtreeRequest($category_id, $category_tree_id)
                                          {
                                              // Verify the required parameter 'category_id' is set.
                                              if ($category_id === null || (\is_array($category_id) && count($category_id) === 0)) {
                                                  throw new \InvalidArgumentException('Missing the required parameter $category_id when calling getCategorySubtree');
                                      Severity: Major
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php and 3 other locations - About 3 days to fix
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 852..948
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 1378..1474
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 2208..2304

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

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

                                          public function getCategorySuggestionsRequest($category_tree_id, $q)
                                          {
                                              // Verify the required parameter 'category_tree_id' is set.
                                              if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                                                  throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCategorySuggestions');
                                      Severity: Major
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php and 3 other locations - About 3 days to fix
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 580..676
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 1378..1474
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 2208..2304

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

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

                                          public function getCompatibilityPropertiesRequest($category_tree_id, $category_id)
                                          {
                                              // Verify the required parameter 'category_tree_id' is set.
                                              if ($category_tree_id === null || (\is_array($category_tree_id) && count($category_tree_id) === 0)) {
                                                  throw new \InvalidArgumentException('Missing the required parameter $category_tree_id when calling getCompatibilityProperties');
                                      Severity: Major
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php and 3 other locations - About 3 days to fix
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 580..676
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 852..948
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 2208..2304

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

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

                                          public function getItemAspectsForCategoryRequest($category_id, $category_tree_id)
                                          {
                                              // Verify the required parameter 'category_id' is set.
                                              if ($category_id === null || (\is_array($category_id) && count($category_id) === 0)) {
                                                  throw new \InvalidArgumentException('Missing the required parameter $category_id when calling getItemAspectsForCategory');
                                      Severity: Major
                                      Found in src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php and 3 other locations - About 3 days to fix
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 580..676
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 852..948
                                      src/Commerce/Taxonomy/V1/Api/CategoryTreeApi.php on lines 1378..1474

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

                                      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