brandon14/ebay-sdk-php

View on GitHub
src/Sell/Marketing/V1/Api/NegativeKeywordApi.php

Summary

Maintainability
F
2 wks
Test Coverage

File NegativeKeywordApi.php has 1042 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/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 days to fix

    NegativeKeywordApi has 35 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class NegativeKeywordApi
    {
        /**
         * @var ClientInterface
         */
    Severity: Minor
    Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 4 hrs to fix

      Function updateNegativeKeywordRequest has a Cognitive Complexity of 28 (exceeds 5 allowed). Consider refactoring.
      Open

          public function updateNegativeKeywordRequest($negative_keyword_id, $update_negative_keyword_request)
          {
              // Verify the required parameter 'negative_keyword_id' is set.
              if ($negative_keyword_id === null || (\is_array($negative_keyword_id) && count($negative_keyword_id) === 0)) {
                  throw new \InvalidArgumentException('Missing the required parameter $negative_keyword_id when calling updateNegativeKeyword');
      Severity: Minor
      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 getNegativeKeywordsRequest has 92 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function getNegativeKeywordsRequest($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
          {
              $resourcePath = '/negative_keyword';
              $formParams = [];
              $queryParams = [];
      Severity: Major
      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 3 hrs to fix

        Function createNegativeKeywordRequest has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
        Open

            public function createNegativeKeywordRequest($create_negative_keyword_request)
            {
                // Verify the required parameter 'create_negative_keyword_request' is set.
                if ($create_negative_keyword_request === null || (\is_array($create_negative_keyword_request) && count($create_negative_keyword_request) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $create_negative_keyword_request when calling createNegativeKeyword');
        Severity: Minor
        Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 bulkUpdateNegativeKeywordRequest has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
        Open

            public function bulkUpdateNegativeKeywordRequest($bulk_update_negative_keyword_request)
            {
                // Verify the required parameter 'bulk_update_negative_keyword_request' is set.
                if ($bulk_update_negative_keyword_request === null || (\is_array($bulk_update_negative_keyword_request) && count($bulk_update_negative_keyword_request) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $bulk_update_negative_keyword_request when calling bulkUpdateNegativeKeyword');
        Severity: Minor
        Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 bulkCreateNegativeKeywordRequest has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring.
        Open

            public function bulkCreateNegativeKeywordRequest($bulk_create_negative_keyword_request)
            {
                // Verify the required parameter 'bulk_create_negative_keyword_request' is set.
                if ($bulk_create_negative_keyword_request === null || (\is_array($bulk_create_negative_keyword_request) && count($bulk_create_negative_keyword_request) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $bulk_create_negative_keyword_request when calling bulkCreateNegativeKeyword');
        Severity: Minor
        Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 updateNegativeKeywordRequest has 76 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public function updateNegativeKeywordRequest($negative_keyword_id, $update_negative_keyword_request)
            {
                // Verify the required parameter 'negative_keyword_id' is set.
                if ($negative_keyword_id === null || (\is_array($negative_keyword_id) && count($negative_keyword_id) === 0)) {
                    throw new \InvalidArgumentException('Missing the required parameter $negative_keyword_id when calling updateNegativeKeyword');
        Severity: Major
        Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 3 hrs to fix

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

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

              public function getNegativeKeywordRequest($negative_keyword_id)
              {
                  // Verify the required parameter 'negative_keyword_id' is set.
                  if ($negative_keyword_id === null || (\is_array($negative_keyword_id) && count($negative_keyword_id) === 0)) {
                      throw new \InvalidArgumentException('Missing the required parameter $negative_keyword_id when calling getNegativeKeyword');
          Severity: Major
          Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

            Method bulkUpdateNegativeKeywordRequest has 66 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                public function bulkUpdateNegativeKeywordRequest($bulk_update_negative_keyword_request)
                {
                    // Verify the required parameter 'bulk_update_negative_keyword_request' is set.
                    if ($bulk_update_negative_keyword_request === null || (\is_array($bulk_update_negative_keyword_request) && count($bulk_update_negative_keyword_request) === 0)) {
                        throw new \InvalidArgumentException('Missing the required parameter $bulk_update_negative_keyword_request when calling bulkUpdateNegativeKeyword');
            Severity: Major
            Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

              Method createNegativeKeywordRequest has 66 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  public function createNegativeKeywordRequest($create_negative_keyword_request)
                  {
                      // Verify the required parameter 'create_negative_keyword_request' is set.
                      if ($create_negative_keyword_request === null || (\is_array($create_negative_keyword_request) && count($create_negative_keyword_request) === 0)) {
                          throw new \InvalidArgumentException('Missing the required parameter $create_negative_keyword_request when calling createNegativeKeyword');
              Severity: Major
              Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

                Method bulkCreateNegativeKeywordRequest has 66 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    public function bulkCreateNegativeKeywordRequest($bulk_create_negative_keyword_request)
                    {
                        // Verify the required parameter 'bulk_create_negative_keyword_request' is set.
                        if ($bulk_create_negative_keyword_request === null || (\is_array($bulk_create_negative_keyword_request) && count($bulk_create_negative_keyword_request) === 0)) {
                            throw new \InvalidArgumentException('Missing the required parameter $bulk_create_negative_keyword_request when calling bulkCreateNegativeKeyword');
                Severity: Major
                Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

                  Function getNegativeKeywordsRequest has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
                  Open

                      public function getNegativeKeywordsRequest($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                      {
                          $resourcePath = '/negative_keyword';
                          $formParams = [];
                          $queryParams = [];
                  Severity: Minor
                  Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 bulkCreateNegativeKeywordWithHttpInfo has 53 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      public function bulkCreateNegativeKeywordWithHttpInfo($bulk_create_negative_keyword_request)
                      {
                          $request = $this->bulkCreateNegativeKeywordRequest($bulk_create_negative_keyword_request);
                  
                          try {
                  Severity: Major
                  Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

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

                        public function getNegativeKeywordsWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                        {
                            $request = $this->getNegativeKeywordsRequest($ad_group_ids, $campaign_ids, $limit, $negative_keyword_status, $offset);
                    
                            try {
                    Severity: Major
                    Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

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

                          public function bulkUpdateNegativeKeywordWithHttpInfo($bulk_update_negative_keyword_request)
                          {
                              $request = $this->bulkUpdateNegativeKeywordRequest($bulk_update_negative_keyword_request);
                      
                              try {
                      Severity: Major
                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

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

                            public function getNegativeKeywordWithHttpInfo($negative_keyword_id)
                            {
                                $request = $this->getNegativeKeywordRequest($negative_keyword_id);
                        
                                try {
                        Severity: Major
                        Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

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

                              public function createNegativeKeywordWithHttpInfo($create_negative_keyword_request)
                              {
                                  $request = $this->createNegativeKeywordRequest($create_negative_keyword_request);
                          
                                  try {
                          Severity: Major
                          Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 2 hrs to fix

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

                                public function createNegativeKeywordWithHttpInfo($create_negative_keyword_request)
                                {
                                    $request = $this->createNegativeKeywordRequest($create_negative_keyword_request);
                            
                                    try {
                            Severity: Minor
                            Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 getNegativeKeywordsWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                            Open

                                public function getNegativeKeywordsWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                {
                                    $request = $this->getNegativeKeywordsRequest($ad_group_ids, $campaign_ids, $limit, $negative_keyword_status, $offset);
                            
                                    try {
                            Severity: Minor
                            Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 getNegativeKeywordWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                            Open

                                public function getNegativeKeywordWithHttpInfo($negative_keyword_id)
                                {
                                    $request = $this->getNegativeKeywordRequest($negative_keyword_id);
                            
                                    try {
                            Severity: Minor
                            Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 bulkCreateNegativeKeywordWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                            Open

                                public function bulkCreateNegativeKeywordWithHttpInfo($bulk_create_negative_keyword_request)
                                {
                                    $request = $this->bulkCreateNegativeKeywordRequest($bulk_create_negative_keyword_request);
                            
                                    try {
                            Severity: Minor
                            Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 bulkUpdateNegativeKeywordWithHttpInfo has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
                            Open

                                public function bulkUpdateNegativeKeywordWithHttpInfo($bulk_update_negative_keyword_request)
                                {
                                    $request = $this->bulkUpdateNegativeKeywordRequest($bulk_update_negative_keyword_request);
                            
                                    try {
                            Severity: Minor
                            Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.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 getNegativeKeywordsWithHttpInfo has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                public function getNegativeKeywordsWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                            Severity: Minor
                            Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 mins to fix

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

                                  public function getNegativeKeywordsAsync($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                              Severity: Minor
                              Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 mins to fix

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

                                    public function getNegativeKeywordsRequest($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                Severity: Minor
                                Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 mins to fix

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

                                      public function getNegativeKeywords($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                  Severity: Minor
                                  Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 mins to fix

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

                                        public function getNegativeKeywordsAsyncWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                    Severity: Minor
                                    Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 mins to fix

                                      Function updateNegativeKeywordWithHttpInfo has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function updateNegativeKeywordWithHttpInfo($negative_keyword_id, $update_negative_keyword_request)
                                          {
                                              $request = $this->updateNegativeKeywordRequest($negative_keyword_id, $update_negative_keyword_request);
                                      
                                              try {
                                      Severity: Minor
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php - About 35 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 4 locations. Consider refactoring.
                                      Open

                                          public function updateNegativeKeywordRequest($negative_keyword_id, $update_negative_keyword_request)
                                          {
                                              // Verify the required parameter 'negative_keyword_id' is set.
                                              if ($negative_keyword_id === null || (\is_array($negative_keyword_id) && count($negative_keyword_id) === 0)) {
                                                  throw new \InvalidArgumentException('Missing the required parameter $negative_keyword_id when calling updateNegativeKeyword');
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php and 3 other locations - About 3 days to fix
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 2979..3076
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3197..3294
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3415..3512

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

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

                                          public function getNegativeKeywordsWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                          {
                                              $request = $this->getNegativeKeywordsRequest($ad_group_ids, $campaign_ids, $limit, $negative_keyword_status, $offset);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php and 5 other locations - About 2 days to fix
                                      src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php on lines 643..708
                                      src/Sell/Finances/V1/Api/PayoutApi.php on lines 694..759
                                      src/Sell/Finances/V1/Api/TransactionApi.php on lines 438..503
                                      src/Sell/Fulfillment/V1/Api/OrderApi.php on lines 447..512
                                      src/Sell/Inventory/V1/Api/OfferApi.php on lines 1613..1678

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

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

                                          public function updateNegativeKeywordWithHttpInfo($negative_keyword_id, $update_negative_keyword_request)
                                          {
                                              $request = $this->updateNegativeKeywordRequest($negative_keyword_id, $update_negative_keyword_request);
                                      
                                              try {
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php and 11 other locations - About 1 day to fix
                                      src/Sell/Account/V1/Api/LocationApi.php on lines 185..215
                                      src/Sell/Account/V1/Api/LocationApi.php on lines 1746..1776
                                      src/Sell/Account/V1/Api/SalesTaxApi.php on lines 414..444
                                      src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php on lines 179..209
                                      src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1903..1933
                                      src/Sell/Inventory/V1/Api/LocationApi.php on lines 179..209
                                      src/Sell/Inventory/V1/Api/LocationApi.php on lines 1584..1614
                                      src/Sell/Marketing/V1/Api/AdApi.php on lines 2829..2859
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 2887..2917
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3105..3135
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3323..3353

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

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

                                          public function getNegativeKeywordsAsyncWithHttpInfo($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                          {
                                              $returnType = '\TNT\Ebay\Sell\Marketing\V1\Model\NegativeKeywordPagedCollectionResponse';
                                              $request = $this->getNegativeKeywordsRequest($ad_group_ids, $campaign_ids, $limit, $negative_keyword_status, $offset);
                                      
                                      
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php and 5 other locations - About 1 day to fix
                                      src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php on lines 746..774
                                      src/Sell/Finances/V1/Api/PayoutApi.php on lines 797..825
                                      src/Sell/Finances/V1/Api/TransactionApi.php on lines 541..569
                                      src/Sell/Fulfillment/V1/Api/OrderApi.php on lines 550..578
                                      src/Sell/Inventory/V1/Api/OfferApi.php on lines 1716..1744

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

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

                                          public function updateNegativeKeywordAsyncWithHttpInfo($negative_keyword_id, $update_negative_keyword_request)
                                          {
                                              $returnType = '';
                                              $request = $this->updateNegativeKeywordRequest($negative_keyword_id, $update_negative_keyword_request);
                                      
                                      
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php and 11 other locations - About 4 hrs to fix
                                      src/Sell/Account/V1/Api/LocationApi.php on lines 253..271
                                      src/Sell/Account/V1/Api/LocationApi.php on lines 1814..1832
                                      src/Sell/Account/V1/Api/SalesTaxApi.php on lines 476..494
                                      src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php on lines 241..259
                                      src/Sell/Feed/V1/Api/ScheduleApi.php on lines 1965..1983
                                      src/Sell/Inventory/V1/Api/LocationApi.php on lines 241..259
                                      src/Sell/Inventory/V1/Api/LocationApi.php on lines 1646..1664
                                      src/Sell/Marketing/V1/Api/AdApi.php on lines 2891..2909
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 2949..2967
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3167..3185
                                      src/Sell/Marketing/V1/Api/CampaignApi.php on lines 3385..3403

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

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

                                          public function getNegativeKeywordsAsync($ad_group_ids = null, $campaign_ids = null, $limit = null, $negative_keyword_status = null, $offset = null)
                                          {
                                              return $this->getNegativeKeywordsAsyncWithHttpInfo($ad_group_ids, $campaign_ids, $limit, $negative_keyword_status, $offset)
                                                  ->then(
                                                      function ($response) {
                                      Severity: Major
                                      Found in src/Sell/Marketing/V1/Api/NegativeKeywordApi.php and 5 other locations - About 30 mins to fix
                                      src/Sell/Feed/V1/Api/CustomerServiceMetricTaskApi.php on lines 723..731
                                      src/Sell/Finances/V1/Api/PayoutApi.php on lines 774..782
                                      src/Sell/Finances/V1/Api/TransactionApi.php on lines 518..526
                                      src/Sell/Fulfillment/V1/Api/OrderApi.php on lines 527..535
                                      src/Sell/Inventory/V1/Api/OfferApi.php on lines 1693..1701

                                      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