airbnb/superset

View on GitHub
superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx

Summary

Maintainability
F
5 days
Test Coverage

File NVD3Controls.tsx has 490 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/**
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file

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

          [
            {
              name: 'time_compare',
              config: {
                type: 'SelectControl',
    superset-frontend/packages/superset-ui-chart-controls/src/sections/advancedAnalytics.tsx on lines 106..134

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

    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

    export const leftMargin: CustomControlItem = {
      name: 'left_margin',
      config: {
        type: 'SelectControl',
        freeForm: true,
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 189..211

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

    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

    export const bottomMargin: CustomControlItem = {
      name: 'bottom_margin',
      config: {
        type: 'SelectControl',
        clearable: false,
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 71..93

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

    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

          [
            {
              name: 'resample_rule',
              config: {
                type: 'SelectControl',
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 527..546

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

    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

          [
            {
              name: 'resample_method',
              config: {
                type: 'SelectControl',
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 507..526

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

    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

    export const yAxisBounds: CustomControlItem = {
      name: 'y_axis_bounds',
      config: {
        type: 'BoundsControl',
        label: t('Y Axis Bounds'),
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 271..285

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

    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

    export const yAxis2Bounds: CustomControlItem = {
      name: 'y_axis_2_bounds',
      config: {
        type: 'BoundsControl',
        label: t('Y Axis 2 Bounds'),
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 255..269

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

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

    export const yAxis2ShowMinmax: CustomControlItem = {
      name: 'y_axis_2_showminmax',
      config: {
        type: 'CheckboxControl',
        label: t('Y 2 bounds'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 60..69
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 95..104
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 153..162
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 244..253
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 287..296
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 298..309
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 311..320

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

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

    export const yAxisShowMinmax: CustomControlItem = {
      name: 'y_axis_showminmax',
      config: {
        type: 'CheckboxControl',
        label: t('Y bounds'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 60..69
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 106..115
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 153..162
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 244..253
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 287..296
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 298..309
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 311..320

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

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

    export const showMarkers: CustomControlItem = {
      name: 'show_markers',
      config: {
        type: 'CheckboxControl',
        label: t('Show Markers'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 95..104
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 106..115
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 153..162
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 244..253
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 287..296
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 298..309
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 311..320

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

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

    export const yLogScale: CustomControlItem = {
      name: 'y_log_scale',
      config: {
        type: 'CheckboxControl',
        label: t('Y Log Scale'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 60..69
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 95..104
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 106..115
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 153..162
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 287..296
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 298..309
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 311..320

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

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

    export const richTooltip: CustomControlItem = {
      name: 'rich_tooltip',
      config: {
        type: 'CheckboxControl',
        label: t('Rich Tooltip'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 60..69
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 95..104
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 106..115
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 153..162
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 244..253
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 287..296
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 311..320

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

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

    export const xAxisShowMinmax: CustomControlItem = {
      name: 'x_axis_showminmax',
      config: {
        type: 'CheckboxControl',
        label: t('X bounds'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 60..69
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 95..104
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 106..115
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 153..162
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 244..253
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 298..309
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 311..320

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

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

    export const showLegend: CustomControlItem = {
      name: 'show_legend',
      config: {
        type: 'CheckboxControl',
        label: t('Legend'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 60..69
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 95..104
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 106..115
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 244..253
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 287..296
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 298..309
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 311..320

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

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

    export const showBarValue: CustomControlItem = {
      name: 'show_bar_value',
      config: {
        type: 'CheckboxControl',
        label: t('Bar Values'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 108..117
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 302..311
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 313..322
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 60..69
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 95..104
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 106..115
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 153..162
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 244..253
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 287..296
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 298..309

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

    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

          [
            {
              name: 'min_periods',
              config: {
                type: 'TextControl',
    superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx on lines 213..229

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

    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

    export const showControls: CustomControlItem = {
      name: 'show_controls',
      config: {
        type: 'CheckboxControl',
        label: t('Extra Controls'),
    superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Area/controlPanel.tsx on lines 125..138

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

    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

    export const xAxisLabel: CustomControlItem = {
      name: 'x_axis_label',
      config: {
        type: 'TextControl',
        label: t('X Axis Label'),
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 350..358

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

    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

    export const yAxisLabel: CustomControlItem = {
      name: 'y_axis_label',
      config: {
        type: 'TextControl',
        label: t('Y Axis Label'),
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 179..187

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

    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

          [
            {
              name: 'rolling_periods',
              config: {
                type: 'TextControl',
    superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberWithTrendline/controlPanel.tsx on lines 199..212

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

    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

    There are no issues that match your filters.

    Category
    Status