wikimedia/mediawiki-extensions-Wikibase

View on GitHub

Showing 2,096 of 2,096 total issues

Method assertValidStatements has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function assertValidStatements(
        array $statementsSerialization,
        Property $originalProperty,
        array $originalStatementsSerialization
    ): void {

    Method showUndoForm has 64 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        private function showUndoForm(): void {
            $this->getOutput()->enableOOUI();
            $req = $this->getRequest();
    
            if ( $this->showPermissionError( 'read' ) || $this->showPermissionError( 'edit' ) ) {
    Severity: Major
    Found in repo/includes/Actions/EditEntityAction.php - About 2 hrs to fix

      Method execute has 64 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function execute() {
              if ( !WikibaseSettings::isRepoEnabled() ) {
                  $this->fatalError( "You need to have Wikibase enabled in order to use this maintenance script!" );
              }
              $format = $this->getOption( 'format', 'json' );
      Severity: Major
      Found in repo/maintenance/updateUnits.php - About 2 hrs to fix

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

            private function newSuccessHttpResponse( PatchStatementResponse $useCaseResponse ): Response {
                $httpResponse = $this->getResponseFactory()->create();
                $httpResponse->setStatus( 200 );
                $httpResponse->setHeader( 'Content-Type', 'application/json' );
                $httpResponse->setHeader(
        repo/rest-api/src/RouteHandlers/PatchItemStatementRouteHandler.php on lines 175..189
        repo/rest-api/src/RouteHandlers/PatchStatementRouteHandler.php on lines 170..188
        repo/rest-api/src/RouteHandlers/ReplaceItemStatementRouteHandler.php on lines 165..179
        repo/rest-api/src/RouteHandlers/ReplacePropertyStatementRouteHandler.php on lines 164..178
        repo/rest-api/src/RouteHandlers/ReplaceStatementRouteHandler.php on lines 160..174

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

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

            private function newSuccessHttpResponse( ReplaceStatementResponse $useCaseResponse ): Response {
                $httpResponse = $this->getResponseFactory()->create();
                $httpResponse->setStatus( 200 );
                $httpResponse->setHeader( 'Content-Type', 'application/json' );
                $httpResponse->setHeader(
        repo/rest-api/src/RouteHandlers/PatchItemStatementRouteHandler.php on lines 175..189
        repo/rest-api/src/RouteHandlers/PatchPropertyStatementRouteHandler.php on lines 171..185
        repo/rest-api/src/RouteHandlers/PatchStatementRouteHandler.php on lines 170..188
        repo/rest-api/src/RouteHandlers/ReplaceItemStatementRouteHandler.php on lines 165..179
        repo/rest-api/src/RouteHandlers/ReplacePropertyStatementRouteHandler.php on lines 164..178

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

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

            private function newSuccessHttpResponse( PatchStatementResponse $useCaseResponse ): Response {
                $httpResponse = $this->getResponseFactory()->create();
                $httpResponse->setStatus( 200 );
                $httpResponse->setHeader( 'Content-Type', 'application/json' );
                $httpResponse->setHeader(
        repo/rest-api/src/RouteHandlers/PatchItemStatementRouteHandler.php on lines 175..189
        repo/rest-api/src/RouteHandlers/PatchPropertyStatementRouteHandler.php on lines 171..185
        repo/rest-api/src/RouteHandlers/ReplaceItemStatementRouteHandler.php on lines 165..179
        repo/rest-api/src/RouteHandlers/ReplacePropertyStatementRouteHandler.php on lines 164..178
        repo/rest-api/src/RouteHandlers/ReplaceStatementRouteHandler.php on lines 160..174

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

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

        <?php declare( strict_types=1 );
        
        namespace Wikibase\Repo\RestApi\Application\UseCases\SetItemLabel;
        
        use Wikibase\Repo\RestApi\Domain\ReadModel\Label;
        repo/rest-api/src/Application/UseCases/AddItemAliasesInLanguage/AddItemAliasesInLanguageResponse.php on lines 1..44
        repo/rest-api/src/Application/UseCases/AddPropertyAliasesInLanguage/AddPropertyAliasesInLanguageResponse.php on lines 1..45
        repo/rest-api/src/Application/UseCases/SetItemDescription/SetItemDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyDescription/SetPropertyDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyLabel/SetPropertyLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetSitelink/SetSitelinkResponse.php on lines 1..40

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

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

        <?php declare( strict_types = 1 );
        
        namespace Wikibase\Repo\RestApi\Application\UseCases\SetPropertyDescription;
        
        use Wikibase\Repo\RestApi\Domain\ReadModel\Description;
        repo/rest-api/src/Application/UseCases/AddItemAliasesInLanguage/AddItemAliasesInLanguageResponse.php on lines 1..44
        repo/rest-api/src/Application/UseCases/AddPropertyAliasesInLanguage/AddPropertyAliasesInLanguageResponse.php on lines 1..45
        repo/rest-api/src/Application/UseCases/SetItemDescription/SetItemDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetItemLabel/SetItemLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyLabel/SetPropertyLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetSitelink/SetSitelinkResponse.php on lines 1..40

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

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

        <?php declare( strict_types=1 );
        
        namespace Wikibase\Repo\RestApi\Application\UseCases\SetSitelink;
        
        use Wikibase\Repo\RestApi\Domain\ReadModel\Sitelink;
        repo/rest-api/src/Application/UseCases/AddItemAliasesInLanguage/AddItemAliasesInLanguageResponse.php on lines 1..44
        repo/rest-api/src/Application/UseCases/AddPropertyAliasesInLanguage/AddPropertyAliasesInLanguageResponse.php on lines 1..45
        repo/rest-api/src/Application/UseCases/SetItemDescription/SetItemDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetItemLabel/SetItemLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyDescription/SetPropertyDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyLabel/SetPropertyLabelResponse.php on lines 1..40

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

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

            private function newSuccessHttpResponse( ReplaceStatementResponse $useCaseResponse ): Response {
                $httpResponse = $this->getResponseFactory()->create();
                $httpResponse->setStatus( 200 );
                $httpResponse->setHeader( 'Content-Type', 'application/json' );
                $httpResponse->setHeader(
        repo/rest-api/src/RouteHandlers/PatchItemStatementRouteHandler.php on lines 175..189
        repo/rest-api/src/RouteHandlers/PatchPropertyStatementRouteHandler.php on lines 171..185
        repo/rest-api/src/RouteHandlers/PatchStatementRouteHandler.php on lines 170..188
        repo/rest-api/src/RouteHandlers/ReplaceItemStatementRouteHandler.php on lines 165..179
        repo/rest-api/src/RouteHandlers/ReplaceStatementRouteHandler.php on lines 160..174

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

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

            private function newSuccessHttpResponse( ReplaceStatementResponse $useCaseResponse ): Response {
                $httpResponse = $this->getResponseFactory()->create();
                $httpResponse->setStatus( 200 );
                $httpResponse->setHeader( 'Content-Type', 'application/json' );
                $httpResponse->setHeader(
        repo/rest-api/src/RouteHandlers/PatchItemStatementRouteHandler.php on lines 175..189
        repo/rest-api/src/RouteHandlers/PatchPropertyStatementRouteHandler.php on lines 171..185
        repo/rest-api/src/RouteHandlers/PatchStatementRouteHandler.php on lines 170..188
        repo/rest-api/src/RouteHandlers/ReplacePropertyStatementRouteHandler.php on lines 164..178
        repo/rest-api/src/RouteHandlers/ReplaceStatementRouteHandler.php on lines 160..174

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

        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

            private function newSuccessHttpResponse( AddItemAliasesInLanguageResponse $useCaseResponse ): Response {
                $httpResponse = $this->getResponseFactory()->create();
                $httpResponse->setStatus( $useCaseResponse->wasAddedToExistingAliasGroup() ? 200 : 201 );
                $httpResponse->setHeader( 'Content-Type', 'application/json' );
                $httpResponse->setHeader(
        repo/rest-api/src/RouteHandlers/AddPropertyAliasesInLanguageRouteHandler.php on lines 151..163

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

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

        <?php declare( strict_types = 1 );
        
        namespace Wikibase\Repo\RestApi\Application\UseCases\SetItemDescription;
        
        use Wikibase\Repo\RestApi\Domain\ReadModel\Description;
        repo/rest-api/src/Application/UseCases/AddItemAliasesInLanguage/AddItemAliasesInLanguageResponse.php on lines 1..44
        repo/rest-api/src/Application/UseCases/AddPropertyAliasesInLanguage/AddPropertyAliasesInLanguageResponse.php on lines 1..45
        repo/rest-api/src/Application/UseCases/SetItemLabel/SetItemLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyDescription/SetPropertyDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyLabel/SetPropertyLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetSitelink/SetSitelinkResponse.php on lines 1..40

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

        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 __construct(
                MergeFactory $mergeFactory,
                EntityRevisionLookup $entityRevisionLookup,
                MediaWikiEditEntityFactory $editEntityFactory,
                EntityPermissionChecker $permissionChecker,
        Severity: Major
        Found in repo/includes/Interactors/ItemMergeInteractor.php and 4 other locations - About 2 hrs to fix
        repo/includes/ChangeOp/StatementChangeOpFactory.php on lines 59..77
        repo/includes/Interactors/EntityRedirectCreationInteractor.php on lines 45..63
        repo/rest-api/src/Application/UseCases/PatchStatement/PatchStatement.php on lines 34..52
        repo/rest-api/src/Infrastructure/DataAccess/EntityUpdater.php on lines 44..62

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

        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 __construct(
                PatchStatementValidator $useCaseValidator,
                PatchedStatementValidator $patchedStatementValidator,
                PatchJson $jsonPatcher,
                StatementSerializer $statementSerializer,
        repo/includes/ChangeOp/StatementChangeOpFactory.php on lines 59..77
        repo/includes/Interactors/EntityRedirectCreationInteractor.php on lines 45..63
        repo/includes/Interactors/ItemMergeInteractor.php on lines 48..66
        repo/rest-api/src/Infrastructure/DataAccess/EntityUpdater.php on lines 44..62

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

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

            private function newSuccessHttpResponse( PatchStatementResponse $useCaseResponse ): Response {
                $httpResponse = $this->getResponseFactory()->create();
                $httpResponse->setStatus( 200 );
                $httpResponse->setHeader( 'Content-Type', 'application/json' );
                $httpResponse->setHeader(
        repo/rest-api/src/RouteHandlers/PatchPropertyStatementRouteHandler.php on lines 171..185
        repo/rest-api/src/RouteHandlers/PatchStatementRouteHandler.php on lines 170..188
        repo/rest-api/src/RouteHandlers/ReplaceItemStatementRouteHandler.php on lines 165..179
        repo/rest-api/src/RouteHandlers/ReplacePropertyStatementRouteHandler.php on lines 164..178
        repo/rest-api/src/RouteHandlers/ReplaceStatementRouteHandler.php on lines 160..174

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

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

        <?php declare( strict_types=1 );
        
        namespace Wikibase\Repo\RestApi\Application\UseCases\AddItemAliasesInLanguage;
        
        use Wikibase\Repo\RestApi\Domain\ReadModel\AliasesInLanguage;
        repo/rest-api/src/Application/UseCases/AddPropertyAliasesInLanguage/AddPropertyAliasesInLanguageResponse.php on lines 1..45
        repo/rest-api/src/Application/UseCases/SetItemDescription/SetItemDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetItemLabel/SetItemLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyDescription/SetPropertyDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyLabel/SetPropertyLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetSitelink/SetSitelinkResponse.php on lines 1..40

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

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

        <?php declare( strict_types=1 );
        
        namespace Wikibase\Repo\RestApi\Application\UseCases\SetPropertyLabel;
        
        use Wikibase\Repo\RestApi\Domain\ReadModel\Label;
        repo/rest-api/src/Application/UseCases/AddItemAliasesInLanguage/AddItemAliasesInLanguageResponse.php on lines 1..44
        repo/rest-api/src/Application/UseCases/AddPropertyAliasesInLanguage/AddPropertyAliasesInLanguageResponse.php on lines 1..45
        repo/rest-api/src/Application/UseCases/SetItemDescription/SetItemDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetItemLabel/SetItemLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyDescription/SetPropertyDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetSitelink/SetSitelinkResponse.php on lines 1..40

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

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

        <?php declare( strict_types=1 );
        
        namespace Wikibase\Repo\RestApi\Application\UseCases\AddPropertyAliasesInLanguage;
        
        use Wikibase\Repo\RestApi\Domain\ReadModel\AliasesInLanguage;
        repo/rest-api/src/Application/UseCases/AddItemAliasesInLanguage/AddItemAliasesInLanguageResponse.php on lines 1..44
        repo/rest-api/src/Application/UseCases/SetItemDescription/SetItemDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetItemLabel/SetItemLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyDescription/SetPropertyDescriptionResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetPropertyLabel/SetPropertyLabelResponse.php on lines 1..40
        repo/rest-api/src/Application/UseCases/SetSitelink/SetSitelinkResponse.php on lines 1..40

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

        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 __construct(
                IContextSource $context,
                MediaWikiEditEntityFactory $editEntityFactory,
                LoggerInterface $logger,
                EditSummaryFormatter $summaryFormatter,
        repo/includes/ChangeOp/StatementChangeOpFactory.php on lines 59..77
        repo/includes/Interactors/EntityRedirectCreationInteractor.php on lines 45..63
        repo/includes/Interactors/ItemMergeInteractor.php on lines 48..66
        repo/rest-api/src/Application/UseCases/PatchStatement/PatchStatement.php on lines 34..52

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

        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