brandon14/ebay-sdk-php

View on GitHub
src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php

Summary

Maintainability
D
2 days
Test Coverage

ItemSales has 60 functions (exceeds 20 allowed). Consider refactoring.
Open

class ItemSales implements ModelInterface, \ArrayAccess, \JsonSerializable
{
    public const DISCRIMINATOR = null;

    /**
Severity: Major
Found in src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php - About 1 day to fix

    File ItemSales.php has 423 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    /**
     * This file is part of the trollandtoad/ebay-sdk-php package.
     *
    Severity: Minor
    Found in src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php - About 6 hrs to fix

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

          protected static $attributeMap = [
              'additional_images' => 'additionalImages',
              'adult_only' => 'adultOnly',
              'bid_count' => 'bidCount',
              'buying_options' => 'buyingOptions',
      Severity: Major
      Found in src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php and 3 other locations - About 1 hr to fix
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 96..119
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 211..234
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 241..264

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

      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

          protected static $getters = [
              'additional_images' => 'getAdditionalImages',
              'adult_only' => 'getAdultOnly',
              'bid_count' => 'getBidCount',
              'buying_options' => 'getBuyingOptions',
      Severity: Major
      Found in src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php and 3 other locations - About 1 hr to fix
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 96..119
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 181..204
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 211..234

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

      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

          protected static $openAPITypes = [
              'additional_images' => '\TNT\Ebay\Buy\MarketplaceInsightsBeta\V1\Model\Image[]',
              'adult_only' => 'bool',
              'bid_count' => 'int',
              'buying_options' => 'string[]',
      Severity: Major
      Found in src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php and 3 other locations - About 1 hr to fix
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 181..204
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 211..234
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 241..264

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

      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

          protected static $setters = [
              'additional_images' => 'setAdditionalImages',
              'adult_only' => 'setAdultOnly',
              'bid_count' => 'setBidCount',
              'buying_options' => 'setBuyingOptions',
      Severity: Major
      Found in src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php and 3 other locations - About 1 hr to fix
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 96..119
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 181..204
      src/Buy/MarketplaceInsightsBeta/V1/Model/ItemSales.php on lines 241..264

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

      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