wikimedia/mediawiki-extensions-VisualEditor

View on GitHub

Showing 912 of 912 total issues

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

ve.ui.MWWikitextAction = function VeUiMWWikitextAction() {
    // Parent constructor
    ve.ui.MWWikitextAction.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWNoGalleryMetaItem = function VeDmMWNoGalleryMetaItem() {
    // Parent constructor
    ve.dm.MWNoGalleryMetaItem.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWNewSectionEditMetaItem = function VeDmMWNewSectionEditMetaItem() {
    // Parent constructor
    ve.dm.MWNewSectionEditMetaItem.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWPreNode = function VeDmMWPreNode() {
    // Parent constructor
    ve.dm.MWPreNode.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWAlienAnnotationNode = function VeDmMWAlienAnnotationNode() {
    // Parent constructor
    ve.dm.MWAlienAnnotationNode.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.ui.MWInternalLinkAnnotationWidget = function VeUiMWInternalLinkAnnotationWidget() {
    // Parent constructor
    ve.ui.MWInternalLinkAnnotationWidget.super.apply( this, arguments );
};
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.ui.MWMediaTransferHandler = function VeUiMWMediaTransferHandler() {
    // Parent constructor
    ve.ui.MWMediaTransferHandler.super.apply( this, arguments );
};
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWAlienMetaItem = function VeDmMWAlienMetaItem() {
    // Parent constructor
    ve.dm.MWAlienMetaItem.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWFlaggedMetaItem = function VeDmMWFlaggedMetaItem() {
    // Parent constructor
    ve.dm.MWFlaggedMetaItem.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWTemplatePlaceholderModel = function VeDmMWTemplatePlaceholderModel() {
    // Parent constructor
    ve.dm.MWTemplatePlaceholderModel.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWExternalLinkAnnotation = function VeDmMWExternalLinkAnnotation() {
    // Parent constructor
    ve.dm.MWExternalLinkAnnotation.super.apply( this, arguments );
};
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.ce.MWInlineExtensionNode = function VeCeMWInlineExtensionNode() {
    // Parent constructor
    ve.ce.MWInlineExtensionNode.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.ce.MWPreNode = function VeCeMWPreNode() {
    // Parent constructor
    ve.ce.MWPreNode.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWMagicLinkRfcType = function VeDmMWMagicLinkRfcType( content ) {
    // Parent constructor
    ve.dm.MWMagicLinkRfcType.super.call( this, 'RFC', 'mw:ExtLink', content );
};
Severity: Major
Found in modules/ve-mw/dm/nodes/ve.dm.MWMagicLinkNode.js and 2 other locations - About 55 mins to fix
modules/ve-mw/dm/nodes/ve.dm.MWMagicLinkNode.js on lines 307..310
modules/ve-mw/dm/nodes/ve.dm.MWMagicLinkNode.js on lines 383..386

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

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

ve.ui.MWMagicLinkNodeInspector = function VeUiMWMagicLinkNodeInspector() {
    // Parent constructor
    ve.ui.MWMagicLinkNodeInspector.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWLanguageMetaItem = function VeDmMWLanguageMetaItem() {
    // Parent constructor
    ve.dm.MWLanguageMetaItem.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.dm.MWGalleryImageNode = function VeDmMWGalleryImageNode() {
    // Parent constructor
    ve.dm.MWGalleryImageNode.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.ce.MWLanguageVariantInlineNode = function VeCeMWLanguageVariantInlineNode() {
    // Parent constructor
    ve.ce.MWLanguageVariantInlineNode.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.ui.MWLinkNodeInspector = function VeUiMWLinkNodeInspector() {
    // Parent constructor
    ve.ui.MWLinkNodeInspector.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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

ve.ce.MWLanguageVariantBlockNode = function VeCeMWLanguageVariantBlockNode() {
    // Parent constructor
    ve.ce.MWLanguageVariantBlockNode.super.apply( this, arguments );
};
Severity: Major
Found in modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantBlockNode.js and 49 other locations - About 55 mins to fix
modules/ve-mw/ce/nodes/ve.ce.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWInlineExtensionNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantHiddenNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWLanguageVariantInlineNode.js on lines 19..22
modules/ve-mw/ce/nodes/ve.ce.MWPreNode.js on lines 18..21
modules/ve-mw/ce/nodes/ve.ce.MWPreformattedNode.js on lines 17..20
modules/ve-mw/dm/annotations/ve.dm.MWExternalLinkAnnotation.js on lines 25..28
modules/ve-mw/dm/annotations/ve.dm.MWInternalLinkAnnotation.js on lines 20..23
modules/ve-mw/dm/annotations/ve.dm.MWNowikiAnnotation.js on lines 19..22
modules/ve-mw/dm/metaitems/ve.dm.MWAlienMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDefaultSortMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWDisplayTitleMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWFlaggedMetaItem.js on lines 17..20
modules/ve-mw/dm/metaitems/ve.dm.MWHiddenCategoryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWIndexMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWLanguageMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNewSectionEditMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoContentConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoEditSectionMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoGalleryMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWNoTitleConvertMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWStaticRedirectMetaItem.js on lines 16..19
modules/ve-mw/dm/metaitems/ve.dm.MWTOCMetaItem.js on lines 16..19
modules/ve-mw/dm/models/ve.dm.MWTemplatePlaceholderModel.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWAlienAnnotationNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWAnnotationNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWBlockExtensionNode.js on lines 19..22
modules/ve-mw/dm/nodes/ve.dm.MWEntityNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWGalleryImageNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWHeadingNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWIncludesNode.js on lines 16..19
modules/ve-mw/dm/nodes/ve.dm.MWInlineExtensionNode.js on lines 18..21
modules/ve-mw/dm/nodes/ve.dm.MWPreNode.js on lines 17..20
modules/ve-mw/dm/nodes/ve.dm.MWPreformattedNode.js on lines 18..21
modules/ve-mw/dm/ve.dm.MWWikitextSurfaceFragment.js on lines 16..19
modules/ve-mw/ui/actions/ve.ui.MWWikitextAction.js on lines 16..19
modules/ve-mw/ui/contextitems/ve.ui.MWAlienAnnotationContextItem.js on lines 18..21
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWMediaTransferHandler.js on lines 17..20
modules/ve-mw/ui/datatransferhandlers/ve.ui.MWWikitextPlainTextStringTransferHandler.js on lines 26..29
modules/ve-mw/ui/inspectors/ve.ui.MWCommentInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWLanguageVariantInspector.js on lines 16..19
modules/ve-mw/ui/inspectors/ve.ui.MWLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/inspectors/ve.ui.MWMagicLinkNodeInspector.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWExternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWInternalLinkAnnotationWidget.js on lines 17..20
modules/ve-mw/ui/widgets/ve.ui.MWParameterCheckboxInputWidget.js on lines 16..19

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

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