EmicoEcommerce/Magento2TweakwiseExport

View on GitHub

Showing 83 of 111 total issues

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

        Context $context,
        ExportModel $export,
        Logger $log,
        RequestValidator $requestValidator,
        ResponseFactory $responseFactory,
Severity: Major
Found in Controller/Feed/Export.php - About 50 mins to fix

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

            Helper $helper,
            EavConfig $eavConfig,
            DbContext $dbContext,
            Manager $eventManager,
            string $entityCode,
    Severity: Major
    Found in Model/Write/EavIterator.php - About 50 mins to fix

      Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

              Config $config,
              Store $store,
              StoreManagerInterface $storeManager,
              StockConfigurationInterface $stockConfiguration,
              Visibility $visibility,
      Severity: Minor
      Found in Model/Write/Products/ExportEntityChild.php - About 45 mins to fix

        Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                Helper $helper,
                EavConfig $eavConfig,
                DbContext $dbContext,
                Manager $eventManager,
                array $attributes,
        Severity: Minor
        Found in Model/Write/Categories/Iterator.php - About 45 mins to fix

          Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  Helper $helper,
                  StoreManagerInterface $storeManager,
                  ProductDataFactory $productDataFactory,
                  CategoryDataFactory $categoryDataFactory,
                  TestCase $test,
          Severity: Minor
          Found in TestHelper/FeedData.php - About 45 mins to fix

            Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                    Config $config,
                    Iterator $iterator,
                    StoreManager $storeManager,
                    Helper $helper,
                    Logger $log,
            Severity: Minor
            Found in Model/Write/Price.php - About 45 mins to fix

              Function setFromArray has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
              Open

                  public function setFromArray(array $data): void
                  {
                      foreach ($data as $key => $value) {
                          switch ($key) {
                              case 'entity_id':
              Severity: Minor
              Found in Model/Write/Stock/ExportEntity.php - About 45 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

              Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                      Config $config,
                      Validator $validator,
                      Writer $writer,
                      Logger $log,
                      StoreManagerInterface $storeManager,
              Severity: Minor
              Found in Model/Export.php - About 45 mins to fix

                Function setFromArray has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function setFromArray(array $data): void
                    {
                        foreach ($data as $key => $value) {
                            switch ($key) {
                                case 'entity_id':
                Severity: Minor
                Found in Model/Write/Price/ExportEntity.php - About 45 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

                Function parseAttributes has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                Open

                    protected function parseAttributes()
                    {
                        if ($this->attributes !== null) {
                            return;
                        }
                Severity: Minor
                Found in TestHelper/FeedData/ProductData.php - About 45 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

                Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                        Config $config,
                        Iterator $iterator,
                        StoreManager $storeManager,
                        Helper $helper,
                        Logger $log,
                Severity: Minor
                Found in Model/Write/Products.php - About 45 mins to fix

                  Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          Config $config,
                          Iterator $iterator,
                          StoreManager $storeManager,
                          Helper $helper,
                          Logger $log,
                  Severity: Minor
                  Found in Model/Write/Stock.php - About 45 mins to fix

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

                            Context $context,
                            Config $config,
                            RequestValidator $requestValidator,
                            ResponseFactory $responseFactory,
                            CacheHandler $cacheHandler
                    Severity: Minor
                    Found in Controller/Cache/Flush.php - About 35 mins to fix

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

                              EavConfig $eavConfig,
                              CategorySetup $categorySetup,
                              EavSetup $eavSetup,
                              CollectionFactory $attributeOptionCollectionFactory,
                              StoreManagerInterface $storeManager
                      Severity: Minor
                      Found in TestHelper/Data/Product/AttributeProvider.php - About 35 mins to fix

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

                                Config $config,
                                Export $export,
                                State $state,
                                StoreManagerInterface $storeManager,
                                Logger $log
                        Severity: Minor
                        Found in Console/Command/ExportCommand.php - About 35 mins to fix

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

                                  Export $export,
                                  Logger $log,
                                  File $driver,
                                  StoreInterface $store = null,
                                  $type = null
                          Severity: Minor
                          Found in App/Response/FeedContent.php - About 35 mins to fix

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

                                    Store $store,
                                    StoreManagerInterface $storeManager,
                                    StockConfigurationInterface $stockConfiguration,
                                    Visibility $visibility,
                                    array $data = []
                            Severity: Minor
                            Found in Model/Write/Price/ExportEntity.php - About 35 mins to fix

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

                                      ProductMetadataInterface $metaData,
                                      TweakwiseStockItemFactory $stockItemFactory,
                                      Config $config,
                                      Manager $moduleManager,
                                      array $stockMapProviders
                              Severity: Minor
                              Found in Model/Write/Products/CollectionDecorator/StockData.php - About 35 mins to fix

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

                                        Store $store,
                                        StoreManagerInterface $storeManager,
                                        StockConfigurationInterface $stockConfiguration,
                                        Visibility $visibility,
                                        array $data = []
                                Severity: Minor
                                Found in Model/Write/Stock/ExportEntity.php - About 35 mins to fix

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

                                          StoreManager $storeManager,
                                          AppState $appState,
                                          ComposerInformation $composerInformation,
                                          $writers,
                                          File $driver
                                  Severity: Minor
                                  Found in Model/Write/Writer.php - About 35 mins to fix
                                    Severity
                                    Category
                                    Status
                                    Source
                                    Language