nexxtway/react-rainbow

View on GitHub

Showing 2,739 of 2,739 total issues

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

    it('should set tabIndex to -1 when href is passed', () => {
        const { container } = render(
            <CarouselImage
                src="images/illustrations/rainbows-background.svg"
                header="First Card"
Severity: Major
Found in src/components/CarouselImage/__test__/carouselImage.spec.js and 1 other location - About 2 hrs to fix
src/components/CarouselImage/__test__/carouselImage.spec.js on lines 6..20

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

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

    it('should fire onBlur', doneBlur => {
        const onBlurMockFn = fnEvent => {
            expect(fnEvent).toEqual({
                type: 'blur',
            });
src/components/StripeCardInput/__test__/stripeCardInput.spec.js on lines 72..88

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

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

Function render has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    render() {
        const {
            label,
            value,
            onChange,
Severity: Major
Found in src/components/Select/index.js - About 2 hrs to fix

    Function Hangouts has 62 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    const Hangouts = props => {
        const { className, style } = props;
        return (
            <svg
                className={className}
    Severity: Major
    Found in library/exampleComponents/Icons/hangouts.js - About 2 hrs to fix

      File index.js has 269 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /* eslint-disable react/no-unescaped-entities, import/no-extraneous-dependencies */
      import React, { Component } from 'react';
      import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
      import { faArrowRight } from '@fortawesome/free-solid-svg-icons';
      import Tabset from '../../../src/components/Tabset';
      Severity: Minor
      Found in library/pages/GettingStartedPage/index.js - About 2 hrs to fix

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    firstRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/ColorPicker/variants/default.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/CounterInput/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/DateTimePicker/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/CurrencyInput/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/PercentInput/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/FileSelector/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/StrongPasswordInput/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/CodeInput/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/DatePicker/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    firstRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/ColorPicker/commons/rgba/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/TimePicker/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    triggerRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/PrimitiveMenu/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    colorsRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/ColorPicker/variants/colorsFixed.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/WeekDayPicker/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/PhoneInput/index.js on lines 69..79
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61

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

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

            useImperativeHandle(ref, () => ({
                focus: () => {
                    inputRef.current.focus();
                },
                click: () => {
        Severity: Major
        Found in src/components/PhoneInput/index.js and 15 other locations - About 2 hrs to fix
        src/components/ColorPicker/commons/rgba/index.js on lines 20..30
        src/components/ColorPicker/variants/colorsFixed.js on lines 7..17
        src/components/ColorPicker/variants/default.js on lines 18..28
        src/components/PrimitiveMenu/index.js on lines 49..59
        src/components/CodeInput/index.js on lines 43..53
        src/components/CounterInput/index.js on lines 62..72
        src/components/CurrencyInput/index.js on lines 77..87
        src/components/DatePicker/index.js on lines 62..72
        src/components/DateTimePicker/index.js on lines 56..66
        src/components/FileSelector/index.js on lines 60..70
        src/components/MultiSelect/index.js on lines 68..78
        src/components/PercentInput/index.js on lines 73..83
        src/components/StrongPasswordInput/index.js on lines 58..68
        src/components/TimePicker/index.js on lines 51..61
        src/components/WeekDayPicker/index.js on lines 44..54

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

        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