Smile-SA/elasticsuite

View on GitHub

Showing 1,375 of 1,375 total issues

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

    public function __construct(
        EventQueueInterface $eventQueue,
        TrackerConfig $config,
        AuthorizationInterface $authorization,
        UrlInterface $urlBuilder
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        ClientInterface $client,
        IndexOperationInterface $indexManager,
        IndexSettingsHelper $indexSettingsHelper,
        CacheHelper $cacheHelper
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        SearchEngineInterface $searchEngine,
        RequestBuilder $searchRequestBuilder,
        SearchResponseBuilder $searchResponseBuilder,
        ContextInterface $searchContext
Severity: Major
Found in src/module-elasticsuite-core/Model/Search.php and 16 other locations - About 55 mins to fix
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        QueryFactory $queryFactory,
        QueryBuilder $queryBuilder,
        IndexSettingsInterface $indexSettings,
        ClientInterface $client
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        FiltersProvider $filtersProvider,
        LayerBuilder $layerBuilder,
        Resolver $layerResolver,
        ContextInterface $searchContext
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        QueryBuilder $queryBuilder,
        SortOrderBuilder $sortOrderBuilder,
        AggregationBuilder $aggregationBuilder,
        CollapseBuilder $collapseBuilder
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

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

    public function __construct(ResourceConnection $resource, StoreManagerInterface $storeManager)
    {
        $this->resource     = $resource;
        $this->connection   = $resource->getConnection();
        $this->storeManager = $storeManager;
src/module-elasticsuite-catalog/Model/ResourceModel/Eav/Indexer/AbstractIndexer.php on lines 49..54

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

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

    public function __construct(
        QueryBuilder $queryBuilder,
        QueryFactory $queryFactory,
        SpellcheckRequestFactory $spellcheckRequestFactory,
        SpellcheckerInterface $spellchecker
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        QueryResponseFactory $responseFactory,
        Request\Mapper $requestMapper,
        ClientInterface $client,
        LoggerInterface $logger
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        ContextInterface $context,
        QueryFactory $queryFactory,
        CategoryRepositoryInterfaceFactory $categoryRepositoryFactory,
        Uid $uidEncoder
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        Full $fullAction,
        IndexerInterface $indexerHandler,
        StoreManagerInterface $storeManager,
        DimensionFactory $dimensionFactory
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

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

    public function __construct(ResourceConnection $resource, StoreManagerInterface $storeManager)
    {
        $this->resource     = $resource;
        $this->connection   = $resource->getConnection();
        $this->storeManager = $storeManager;
src/module-elasticsuite-core/Model/ResourceModel/Indexer/AbstractIndexer.php on lines 50..55

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

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

    public function __construct(
        CategoryRepositoryInterface $categoryRepository,
        Http $request,
        ScopeConfigInterface $scopeConfig,
        StoreManagerInterface $storeManager
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        AggregationFactory $aggregationFactory,
        MetricFactory $metricFactory,
        PipelineFactory $pipelineFactory,
        QueryBuilder $queryBuilder
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        ThesaurusFactory $thesaurusFactory,
        ThesaurusSearchResultsInterfaceFactory $searchResultsFactory,
        FilterBuilder $filterBuilder,
        SearchCriteriaBuilder $searchCriteriaBuilder
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        ClientInterface $client,
        IndexSettingsHelper $indexSettingsHelper,
        CacheHelper $cacheHelper,
        ThesaurusConfigFactory $thesaurusConfigFactory
Severity: Major
Found in src/module-elasticsuite-thesaurus/Model/Index.php and 16 other locations - About 55 mins to fix
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        Registry $coreRegistry,
        CategoryCollectionFactory $categoryCollectionFactory,
        CategoryFactory $categoryFactory,
        StoreManagerInterface $storeManagerInterface
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67

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

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

    public function __construct(
        Initial $initialConfig,
        Converter $converter,
        ScopedFactory $collectionFactory,
        DefaultReader $defaultReader
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/Data/Fixer/Session/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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

    public function __construct(
        QueryFactory $queryFactory,
        QueryBuilder $queryBuilder,
        IndexSettingsInterface $indexSettings,
        ClientInterface $client
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Aggregations.php on lines 62..72
src/module-elasticsuite-catalog-graph-ql/Model/Resolver/Products/ContextUpdater.php on lines 57..67
src/module-elasticsuite-catalog-optimizer/Model/Optimizer/Preview/SearchQuery.php on lines 60..70
src/module-elasticsuite-catalog/Model/Category/Indexer/Fulltext.php on lines 61..71
src/module-elasticsuite-catalog/Plugin/Category/Toolbar/SortDirectionPerCategoryPlugin.php on lines 67..77
src/module-elasticsuite-core/Model/Search.php on lines 59..69
src/module-elasticsuite-core/Model/Search/Request/RelevanceConfig/Reader/Container.php on lines 58..68
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Adapter.php on lines 60..70
src/module-elasticsuite-core/Search/Adapter/Elasticsuite/Request/Mapper.php on lines 60..70
src/module-elasticsuite-core/Search/Request/Aggregation/AggregationBuilder.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/Index.php on lines 77..87
src/module-elasticsuite-thesaurus/Model/Indexer/IndexHandler.php on lines 60..70
src/module-elasticsuite-thesaurus/Model/ThesaurusRepository.php on lines 77..87
src/module-elasticsuite-tracker/Model/Data/Fixer/Event/DeleteUndefinedSessionId.php on lines 64..74
src/module-elasticsuite-tracker/Model/System/Message/WarningAboutInvalidTrackerEvents.php on lines 57..67
src/module-elasticsuite-virtual-category/Model/VirtualCategory/Root.php on lines 58..68

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

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 getCurrentSessionId()
    {
        $visitorId = null;

        $cookieConfig = $this->getCookieConfig();
Severity: Minor
Found in src/module-elasticsuite-tracker/Helper/Data.php and 1 other location - About 55 mins to fix
src/module-elasticsuite-tracker/Helper/Data.php on lines 257..268

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

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

Severity
Category
Status
Source
Language