department-of-veterans-affairs/vets-website

View on GitHub
src/applications/edu-benefits/1990/config/form.js

Summary

Maintainability
D
2 days
Test Coverage

File form.js has 444 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import merge from 'lodash/merge';
import get from 'platform/utilities/data/get';
import unset from 'platform/utilities/data/unset';

import fullSchema1990 from 'vets-json-schema/dist/22-1990-schema.json';
Severity: Minor
Found in src/applications/edu-benefits/1990/config/form.js - About 6 hrs to fix

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

                  highSchoolGedGradDate: {
                    ...currentOrPastDateUI('Date graduated'),
                    'ui:options': {
                      expandUnder: 'minorHighSchoolQuestion',
                    },
    Severity: Major
    Found in src/applications/edu-benefits/1990/config/form.js and 2 other locations - About 3 hrs to fix
    src/applications/edu-benefits/1995/pages/applicantInformationUpdate.js on lines 66..85
    src/applications/edu-benefits/5490/components/applicantInformationUpdate.jsx on lines 100..119

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

    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

                veteranDateOfBirth: {
                  ...currentOrPastDateUI('Your date of birth'),
                  'ui:errorMessages': {
                    pattern: 'Please provide a valid date',
                    required: 'Please enter a date',
    Severity: Major
    Found in src/applications/edu-benefits/1990/config/form.js and 1 other location - About 2 hrs to fix
    src/applications/edu-benefits/1995/pages/applicantInformation.js on lines 51..66

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

    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

                  minorHighSchoolQuestions: {
                    type: 'object',
                    properties: {
                      minorHighSchoolQuestion: {
                        type: 'boolean',
    Severity: Major
    Found in src/applications/edu-benefits/1990/config/form.js and 1 other location - About 1 hr to fix
    src/applications/edu-benefits/5490/components/applicantInformationUpdate.jsx on lines 54..69

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

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

    const {
      chapter33,
      chapter30,
      chapter1606,
      seniorRotcScholarshipProgram,
    Severity: Major
    Found in src/applications/edu-benefits/1990/config/form.js and 2 other locations - About 1 hr to fix
    src/applications/claims-status/containers/AppealsV2StatusPage.jsx on lines 25..35
    src/applications/edu-benefits/1990/config/form.js on lines 59..69

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

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

    const {
      date,
      fullName,
      ssn,
      gender,
    Severity: Major
    Found in src/applications/edu-benefits/1990/config/form.js and 2 other locations - About 1 hr to fix
    src/applications/claims-status/containers/AppealsV2StatusPage.jsx on lines 25..35
    src/applications/edu-benefits/1990/config/form.js on lines 47..57

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

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

                  highSchoolGedExpectedGradDate: {
                    'ui:title': 'Date expected to graduate',
                    'ui:widget': 'date',
                    'ui:options': {
                      expandUnder: 'minorHighSchoolQuestion',
    Severity: Major
    Found in src/applications/edu-benefits/1990/config/form.js and 2 other locations - About 1 hr to fix
    src/applications/edu-benefits/1995/pages/applicantInformationUpdate.js on lines 86..98
    src/applications/edu-benefits/5490/components/applicantInformationUpdate.jsx on lines 120..132

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

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

      defaultDefinitions: {
        date,
        dateRange,
        fullName,
        gender,
    Severity: Minor
    Found in src/applications/edu-benefits/1990/config/form.js and 2 other locations - About 35 mins to fix
    src/applications/accredited-representative-portal/accreditation/21a/config/form.js on lines 69..78
    src/applications/financial-status-report/pages/veteran/contactInformation.js on lines 29..38

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

    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