airbnb/caravel

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

Summary

Maintainability
F
5 days
Test Coverage

File NVD3Controls.tsx has 489 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 105..133

    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 bottomMargin: CustomControlItem = {
      name: 'bottom_margin',
      config: {
        type: 'SelectControl',
        clearable: false,
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 70..92

    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 leftMargin: CustomControlItem = {
      name: 'left_margin',
      config: {
        type: 'SelectControl',
        freeForm: true,
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 188..210

    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_method',
              config: {
                type: 'SelectControl',
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 506..525

    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_rule',
              config: {
                type: 'SelectControl',
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 526..545

    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 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 254..268

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 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 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 270..284

    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 richTooltip: CustomControlItem = {
      name: 'rich_tooltip',
      config: {
        type: 'CheckboxControl',
        label: t('Rich Tooltip'),
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 59..68
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 94..103
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 105..114
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 152..161
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 243..252
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 286..295
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 310..319

    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 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 59..68
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 94..103
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 105..114
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 152..161
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 286..295
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 297..308
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 310..319

    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 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 59..68
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 94..103
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 105..114
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 152..161
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 243..252
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 286..295
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 297..308

    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 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 59..68
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 94..103
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 105..114
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 243..252
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 286..295
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 297..308
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 310..319

    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 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 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 59..68
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 94..103
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 152..161
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 243..252
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 286..295
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 297..308
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 310..319

    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 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 59..68
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 105..114
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 152..161
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 243..252
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 286..295
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 297..308
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 310..319

    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 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 59..68
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 94..103
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 105..114
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 152..161
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 243..252
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 297..308
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 310..319

    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 107..116
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 301..310
    superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx on lines 312..321
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 94..103
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 105..114
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 152..161
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 243..252
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 286..295
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 297..308
    superset-frontend/plugins/legacy-preset-chart-nvd3/src/NVD3Controls.tsx on lines 310..319

    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 212..228

    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 124..137

    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 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 178..186

    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 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 349..357

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