ui/src/modules/settings/properties/components/GenerateField.tsx

Summary

Maintainability
F
5 days
Test Coverage

File GenerateField.tsx has 472 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import Datetime from '@nateradebaugh/react-datetime';
import FormControl from 'modules/common/components/form/Control';
import FormGroup from 'modules/common/components/form/Group';
import ControlLabel from 'modules/common/components/form/Label';
import Uploader from 'modules/common/components/Uploader';
Severity: Minor
Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 7 hrs to fix

    Function renderControl has 97 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      renderControl() {
        const { field } = this.props;
        const { type } = field;
        const options = field.options || [];
    
    
    Severity: Major
    Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 3 hrs to fix

      Function renderInput has 77 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        renderInput(attrs, hasError?: boolean) {
          let { value, errorCounter } = this.state;
          let checkBoxValues = this.state.checkBoxValues || [];
          const { type } = this.props.field;
          let { validation } = this.props.field;
      Severity: Major
      Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 3 hrs to fix

        Function renderControl has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
        Open

          renderControl() {
            const { field } = this.props;
            const { type } = field;
            const options = field.options || [];
        
        
        Severity: Minor
        Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Function renderMap has 39 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          renderMap(attrs) {
            const {
              field,
              isPreview,
              onChangeLocationOptions,
        Severity: Minor
        Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 1 hr to fix

          Function renderInput has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
          Open

            renderInput(attrs, hasError?: boolean) {
              let { value, errorCounter } = this.state;
              let checkBoxValues = this.state.checkBoxValues || [];
              const { type } = this.props.field;
              let { validation } = this.props.field;
          Severity: Minor
          Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 1 hr to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Avoid too many return statements within this function.
          Open

                  return this.renderHtml();
          Severity: Major
          Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                      return this.renderRadioOrCheckInputs(boolOptions, attrs, true);
            Severity: Major
            Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                        return this.renderRadioOrCheckInputs(boolOptions, attrs, true);
              Severity: Major
              Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                        return this.renderList(attrs);
                Severity: Major
                Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                          return this.renderMap(attrs);
                  Severity: Major
                  Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return this.renderFile(attrs);
                    Severity: Major
                    Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                                return this.renderInput(attrs, true);
                      Severity: Major
                      Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                  return this.renderRadioOrCheckInputs(boolOptions, attrs, true);
                        Severity: Major
                        Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                    return this.renderRadioOrCheckInputs(boolOptions, attrs);
                          Severity: Major
                          Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                    return this.renderSelect(COMPANY_INDUSTRY_TYPES(), attrs);
                            Severity: Major
                            Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                              Avoid too many return statements within this function.
                              Open

                                      return this.renderCustomer(attrs);
                              Severity: Major
                              Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                Avoid too many return statements within this function.
                                Open

                                        return this.renderObjectList(attrs);
                                Severity: Major
                                Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                  Avoid too many return statements within this function.
                                  Open

                                            return this.renderInput(attrs);
                                  Severity: Major
                                  Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                    Avoid too many return statements within this function.
                                    Open

                                            return this.renderSelect(COUNTRIES, attrs);
                                    Severity: Major
                                    Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                      Avoid too many return statements within this function.
                                      Open

                                                return this.renderRadioOrCheckInputs(boolOptions, attrs);
                                      Severity: Major
                                      Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                        Avoid too many return statements within this function.
                                        Open

                                                  return this.renderRadioOrCheckInputs(boolOptions, attrs);
                                        Severity: Major
                                        Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                          Avoid too many return statements within this function.
                                          Open

                                                  return this.renderFile(attrs);
                                          Severity: Major
                                          Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                            Avoid too many return statements within this function.
                                            Open

                                                    return this.renderFile(attrs);
                                            Severity: Major
                                            Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                              Avoid too many return statements within this function.
                                              Open

                                                      return this.renderSelect(COMPANY_BUSINESS_TYPES, attrs);
                                              Severity: Major
                                              Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 30 mins to fix

                                                Function renderMap has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                                                Open

                                                  renderMap(attrs) {
                                                    const {
                                                      field,
                                                      isPreview,
                                                      onChangeLocationOptions,
                                                Severity: Minor
                                                Found in ui/src/modules/settings/properties/components/GenerateField.tsx - About 25 mins to fix

                                                Cognitive Complexity

                                                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                                A method's cognitive complexity is based on a few simple rules:

                                                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                                • Code is considered more complex for each "break in the linear flow of the code"
                                                • Code is considered more complex when "flow breaking structures are nested"

                                                Further reading

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

                                                      case 'company_isSubscribed':
                                                        attrs.name = Math.random().toString();
                                                        try {
                                                          return this.renderRadioOrCheckInputs(boolOptions, attrs);
                                                        } catch {
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 473..479
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 481..487
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 489..495

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

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

                                                      case 'hasAuthority':
                                                        attrs.name = Math.random().toString();
                                                        try {
                                                          return this.renderRadioOrCheckInputs(boolOptions, attrs);
                                                        } catch {
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 473..479
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 489..495
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 497..503

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

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

                                                      case 'isSubscribed':
                                                        attrs.name = Math.random().toString();
                                                        try {
                                                          return this.renderRadioOrCheckInputs(boolOptions, attrs);
                                                        } catch {
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 473..479
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 481..487
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 497..503

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

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

                                                      case 'radio':
                                                        attrs.name = Math.random().toString();
                                                        try {
                                                          return this.renderRadioOrCheckInputs(options, attrs);
                                                        } catch {
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 481..487
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 489..495
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 497..503

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

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

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

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

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

                                                Refactorings

                                                Further Reading

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

                                                    const onSelect = e => {
                                                      const { onValueChange } = this.props;
                                                
                                                      if (onValueChange) {
                                                        this.setState({ value: e });
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 228..236

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

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

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

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

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

                                                Refactorings

                                                Further Reading

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

                                                    const onChangeFile = (attachments: IAttachment[]) => {
                                                      const { onValueChange } = this.props;
                                                
                                                      if (onValueChange) {
                                                        this.setState({ value: attachments });
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 254..262

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

                                                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

                                                    if (type === 'radio') {
                                                      attrs.type = 'radio';
                                                      attrs.componentClass = 'radio';
                                                      attrs.checked = String(value) === attrs.option;
                                                    }
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 135..139

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

                                                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

                                                    if (type === 'hasAuthority') {
                                                      attrs.type = 'radio';
                                                      attrs.componentClass = 'radio';
                                                      attrs.checked = String(value) === attrs.option;
                                                    }
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 129..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 56.

                                                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

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

                                                      attrs.onChange = val => {
                                                        this.setState({ value: val });
                                                        this.onChange(val, val);
                                                      };
                                                Severity: Minor
                                                Found in ui/src/modules/settings/properties/components/GenerateField.tsx and 1 other location - About 40 mins to fix
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 181..184

                                                Duplicated Code

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

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

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

                                                Tuning

                                                This issue has a mass of 48.

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

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

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

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

                                                Refactorings

                                                Further Reading

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

                                                      attrs.onChange = val => {
                                                        this.setState({ value: val });
                                                        this.onChange(val, val);
                                                      };
                                                Severity: Minor
                                                Found in ui/src/modules/settings/properties/components/GenerateField.tsx and 1 other location - About 40 mins to fix
                                                ui/src/modules/settings/properties/components/GenerateField.tsx on lines 161..164

                                                Duplicated Code

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

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

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

                                                Tuning

                                                This issue has a mass of 48.

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

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

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

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

                                                Refactorings

                                                Further Reading

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

                                                        {options.map((option, index) => (
                                                          <option key={index} value={option}>
                                                            {option}
                                                          </option>
                                                        ))}
                                                Severity: Minor
                                                Found in ui/src/modules/settings/properties/components/GenerateField.tsx and 1 other location - About 30 mins to fix
                                                ui/src/modules/settings/boards/components/StageItem.tsx on lines 47..51

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

                                                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