brandon14/ebay-sdk-php

View on GitHub

Showing 3,709 of 3,709 total issues

Method toQueryValue has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static function toQueryValue(
        $value,
        string $paramName,
        string $openApiType = 'string',
        string $style = 'form',
Severity: Minor
Found in src/Commerce/Notification/V1/ObjectSerializer.php - About 1 hr to fix

    Method toQueryValue has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public static function toQueryValue(
            $value,
            string $paramName,
            string $openApiType = 'string',
            string $style = 'form',
    Severity: Minor
    Found in src/Commerce/Taxonomy/V1/ObjectSerializer.php - About 1 hr to fix

      Method toQueryValue has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public static function toQueryValue(
              $value,
              string $paramName,
              string $openApiType = 'string',
              string $style = 'form',
      Severity: Minor
      Found in src/Commerce/Charity/V1/ObjectSerializer.php - About 1 hr to fix

        Method toQueryValue has 28 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            public static function toQueryValue(
                $value,
                string $paramName,
                string $openApiType = 'string',
                string $style = 'form',
        Severity: Minor
        Found in src/Commerce/MediaBeta/V1/ObjectSerializer.php - About 1 hr to fix

          Method uploadFileAsync has 8 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              public function uploadFileAsync($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
          Severity: Major
          Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

            Method uploadFileAsyncWithHttpInfo has 8 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                public function uploadFileAsyncWithHttpInfo($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
            Severity: Major
            Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

              Method uploadFileRequest has 8 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  public function uploadFileRequest($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
              Severity: Major
              Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

                Method uploadFile has 8 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    public function uploadFile($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
                Severity: Major
                Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

                  Method uploadFileWithHttpInfo has 8 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      public function uploadFileWithHttpInfo($task_id, $creation_date = null, $file_name = null, $modification_date = null, $name = null, $read_date = null, $size = null, $type = null)
                  Severity: Major
                  Found in src/Sell/Feed/V1/Api/TaskApi.php - About 1 hr to fix

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

                        public function getPromotions($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null, $sort = null)
                        {
                            [$response] = $this->getPromotionsWithHttpInfo($marketplace_id, $limit, $offset, $promotion_status, $promotion_type, $q, $sort);
                    
                            return $response;
                    Severity: Minor
                    Found in src/Sell/Marketing/V1/Api/PromotionApi.php and 1 other location - About 1 hr to fix
                    src/Buy/Feed/V1/Api/FileApi.php on lines 717..722

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

                    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                    Refactorings

                    Further Reading

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

                        public function getFiles($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                        {
                            [$response] = $this->getFilesWithHttpInfo($x_ebay_c_marketplace_id, $category_ids, $continuation_token, $feed_scope, $feed_type_id, $limit, $look_back);
                    
                            return $response;
                    Severity: Minor
                    Found in src/Buy/Feed/V1/Api/FileApi.php and 1 other location - About 1 hr to fix
                    src/Sell/Marketing/V1/Api/PromotionApi.php on lines 484..489

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

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

                        public function getListingViolationsAsync($x_ebay_c_marketplace_id, $compliance_type = null, $offset = null, $listing_id = null, $limit = null, $filter = null)
                        {
                            return $this->getListingViolationsAsyncWithHttpInfo($x_ebay_c_marketplace_id, $compliance_type, $offset, $listing_id, $limit, $filter)
                                ->then(
                                    function ($response) {
                    Severity: Major
                    Found in src/Sell/Compliance/V1/Api/ListingViolationApi.php and 4 other locations - About 55 mins to fix
                    src/Buy/Deal/V1/Api/DealItemApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/AdApi.php on lines 3672..3680
                    src/Sell/Marketing/V1/Api/PromotionApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/PromotionReportApi.php on lines 270..278

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

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

                        public function getPromotionReportsAsync($marketplace_id, $limit = null, $offset = null, $promotion_status = null, $promotion_type = null, $q = null)
                        {
                            return $this->getPromotionReportsAsyncWithHttpInfo($marketplace_id, $limit, $offset, $promotion_status, $promotion_type, $q)
                                ->then(
                                    function ($response) {
                    Severity: Major
                    Found in src/Sell/Marketing/V1/Api/PromotionReportApi.php and 4 other locations - About 55 mins to fix
                    src/Buy/Deal/V1/Api/DealItemApi.php on lines 270..278
                    src/Sell/Compliance/V1/Api/ListingViolationApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/AdApi.php on lines 3672..3680
                    src/Sell/Marketing/V1/Api/PromotionApi.php on lines 270..278

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

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

                        public function getAdsAsync($campaign_id, $ad_group_ids = null, $ad_status = null, $limit = null, $listing_ids = null, $offset = null)
                        {
                            return $this->getAdsAsyncWithHttpInfo($campaign_id, $ad_group_ids, $ad_status, $limit, $listing_ids, $offset)
                                ->then(
                                    function ($response) {
                    Severity: Major
                    Found in src/Sell/Marketing/V1/Api/AdApi.php and 4 other locations - About 55 mins to fix
                    src/Buy/Deal/V1/Api/DealItemApi.php on lines 270..278
                    src/Sell/Compliance/V1/Api/ListingViolationApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/PromotionApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/PromotionReportApi.php on lines 270..278

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

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

                        public function getDealItemsAsync($x_ebay_c_marketplace_id, $category_ids = null, $commissionable = null, $delivery_country = null, $limit = null, $offset = null)
                        {
                            return $this->getDealItemsAsyncWithHttpInfo($x_ebay_c_marketplace_id, $category_ids, $commissionable, $delivery_country, $limit, $offset)
                                ->then(
                                    function ($response) {
                    Severity: Major
                    Found in src/Buy/Deal/V1/Api/DealItemApi.php and 4 other locations - About 55 mins to fix
                    src/Sell/Compliance/V1/Api/ListingViolationApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/AdApi.php on lines 3672..3680
                    src/Sell/Marketing/V1/Api/PromotionApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/PromotionReportApi.php on lines 270..278

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

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

                        public function getListingSetAsync($promotion_id, $limit = null, $offset = null, $q = null, $sort = null, $status = null)
                        {
                            return $this->getListingSetAsyncWithHttpInfo($promotion_id, $limit, $offset, $q, $sort, $status)
                                ->then(
                                    function ($response) {
                    Severity: Major
                    Found in src/Sell/Marketing/V1/Api/PromotionApi.php and 4 other locations - About 55 mins to fix
                    src/Buy/Deal/V1/Api/DealItemApi.php on lines 270..278
                    src/Sell/Compliance/V1/Api/ListingViolationApi.php on lines 270..278
                    src/Sell/Marketing/V1/Api/AdApi.php on lines 3672..3680
                    src/Sell/Marketing/V1/Api/PromotionReportApi.php on lines 270..278

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

                    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

                    Method getFilesRequest has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function getFilesRequest($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                    Severity: Major
                    Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

                      Method getFilesAsyncWithHttpInfo has 7 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          public function getFilesAsyncWithHttpInfo($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                      Severity: Major
                      Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

                        Method getFilesAsync has 7 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            public function getFilesAsync($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                        Severity: Major
                        Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix

                          Method getFiles has 7 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function getFiles($x_ebay_c_marketplace_id, $category_ids = null, $continuation_token = null, $feed_scope = null, $feed_type_id = null, $limit = null, $look_back = null)
                          Severity: Major
                          Found in src/Buy/Feed/V1/Api/FileApi.php - About 50 mins to fix
                            Severity
                            Category
                            Status
                            Source
                            Language