superdesk/superdesk-client-core

View on GitHub

Showing 3,654 of 3,654 total issues

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

                renderArea('secondLine', angular.extend({
                    singleLine: this.props.singleLine,
                }, this.props), {className: 'line'}, this.props.customRender),
Severity: Minor
Found in scripts/apps/search/components/ListItemInfo.tsx and 1 other location - About 40 mins to fix
scripts/apps/search/components/ListItemInfo.tsx on lines 58..60

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

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

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

    const item: IRundownItemTemplateInitial = {
        _id: id ?? '',
        _created: '',
        _updated: '',
        _etag: '',
scripts/extensions/broadcasting/src/rundowns/prepare-create-edit.ts on lines 156..163

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 49.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

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

    return tooltip
        ? (
            <OverlayTrigger
                overlay={
                    <Tooltip id="icon_list_item">{tooltip}</Tooltip>
Severity: Minor
Found in scripts/core/ui/components/IconMix.tsx and 1 other location - About 40 mins to fix
scripts/core/ui/components/Icon.tsx on lines 30..39

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

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

Consider simplifying this complex logical expression.
Open

    if (
        !hasPrivilege('mark_for_user')
        || isPersonal(article)
        || isArchived(article)
        || isPublished(article)
Severity: Major
Found in scripts/extensions/markForUser/src/common.ts - About 40 mins to fix

    Consider simplifying this complex logical expression.
    Open

                    if (!term) {
                        scope.terms = filterSelected(scope.list);
                        scope.activeList = false;
                    } else {
                        let searchList;
    Severity: Major
    Found in scripts/apps/authoring/metadata/metadata.ts - About 40 mins to fix

      Consider simplifying this complex logical expression.
      Open

                                  if (activity.category === category &&
                                      isAllowed(activity) &&
                                      (activity.beta === false || $rootScope.beta) &&
                                      (activity.additionalCondition == null || $injector.invoke(activity.additionalCondition))
                                  ) {
      Severity: Major
      Found in scripts/core/activity/activity.ts - About 40 mins to fix

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

        Footer.propTypes = {
            children: PropTypes.node,
            className: PropTypes.string,
            noBorder: PropTypes.bool,
            noPadding: PropTypes.bool,
        Severity: Major
        Found in scripts/apps/contacts/components/Popup/Footer.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        SelectFieldPopup.propTypes = {
            onClose: PropTypes.func,
            target: PropTypes.string,
            dataList: PropTypes.array,
            onChange: PropTypes.func,
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        Label.propTypes = {
            text: PropTypes.string,
            row: PropTypes.bool,
            light: PropTypes.bool,
            className: PropTypes.string,
        Severity: Major
        Found in scripts/apps/contacts/components/Form/Label.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

                    const {name, description, qcode, source, altids, aliases, original_source, parent} = item;
        Severity: Major
        Found in scripts/extensions/auto-tagging-widget/src/adapter.ts and 4 other locations - About 40 mins to fix
        scripts/apps/authoring-react/authoring-angular-integration.tsx on lines 47..56
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 47..47
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 91..91
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 151..151

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        Footer.propTypes = {
            children: PropTypes.node,
            className: PropTypes.string,
            noBorder: PropTypes.bool,
            noPadding: PropTypes.bool,
        Severity: Major
        Found in scripts/core/ui/components/Popup/Footer.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        Dropdown.propTypes = {
            open: PropTypes.bool,
            children: PropTypes.node,
            className: PropTypes.string,
            scrollable: PropTypes.bool,
        Severity: Major
        Found in scripts/core/ui/components/dropdown.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        Header.propTypes = {
            title: PropTypes.string,
            tools: PropTypes.array,
            onClose: PropTypes.func,
            children: PropTypes.node,
        Severity: Major
        Found in scripts/core/ui/components/SlideInPanel/Header.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        SubNav.propTypes = {
            children: PropTypes.node,
            className: PropTypes.string,
            darkBlue: PropTypes.bool,
            darker: PropTypes.bool,
        Severity: Major
        Found in scripts/core/ui/components/SubNav/SubNav.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        Label.propTypes = {
            text: PropTypes.string,
            row: PropTypes.bool,
            light: PropTypes.bool,
            invalid: PropTypes.bool,
        Severity: Major
        Found in scripts/core/ui/components/Form/Label.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        ContentBlock.propTypes = {
            children: PropTypes.node,
            className: PropTypes.string,
            padSmall: PropTypes.bool,
            flex: PropTypes.bool,
        Severity: Major
        Found in scripts/core/ui/components/SidePanel/ContentBlock.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Form/Toggle.tsx on lines 44..49
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

                    const {name, description, qcode, source, altids, aliases, original_source, scheme} = item;
        Severity: Major
        Found in scripts/extensions/auto-tagging-widget/src/adapter.ts and 4 other locations - About 40 mins to fix
        scripts/apps/authoring-react/authoring-angular-integration.tsx on lines 47..56
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 47..47
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 91..91
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 129..129

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

                const {name, description, qcode, source, altids, aliases, original_source, parent} = item;
        Severity: Major
        Found in scripts/extensions/auto-tagging-widget/src/adapter.ts and 4 other locations - About 40 mins to fix
        scripts/apps/authoring-react/authoring-angular-integration.tsx on lines 47..56
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 91..91
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 129..129
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 151..151

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

                    const {name, description, qcode, source, altids, aliases, original_source, scheme} = item;
        Severity: Major
        Found in scripts/extensions/auto-tagging-widget/src/adapter.ts and 4 other locations - About 40 mins to fix
        scripts/apps/authoring-react/authoring-angular-integration.tsx on lines 47..56
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 47..47
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 129..129
        scripts/extensions/auto-tagging-widget/src/adapter.ts on lines 151..151

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

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

        Toggle.propTypes = {
            value: PropTypes.bool,
            onChange: PropTypes.func,
            readOnly: PropTypes.bool,
            className: PropTypes.string,
        Severity: Major
        Found in scripts/apps/contacts/components/Form/Toggle.tsx and 12 other locations - About 40 mins to fix
        scripts/apps/contacts/components/Form/Label.tsx on lines 17..22
        scripts/apps/contacts/components/Form/SelectFieldSearchInput/SelectFieldPopup.tsx on lines 108..113
        scripts/apps/contacts/components/Popup/Footer.tsx on lines 20..25
        scripts/core/ui/components/Form/Label.tsx on lines 27..32
        scripts/core/ui/components/Popup/Footer.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlock.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/ContentBlockInner.tsx on lines 25..30
        scripts/core/ui/components/SidePanel/Header.tsx on lines 25..30
        scripts/core/ui/components/SlideInPanel/Header.tsx on lines 20..25
        scripts/core/ui/components/SubNav/ButtonStack.tsx on lines 25..30
        scripts/core/ui/components/SubNav/SubNav.tsx on lines 25..30
        scripts/core/ui/components/dropdown.tsx on lines 21..26

        Duplicated Code

        Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

        Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

        When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

        Tuning

        This issue has a mass of 48.

        We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

        The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

        If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

        See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

        Refactorings

        Further Reading

        Severity
        Category
        Status
        Source
        Language