department-of-veterans-affairs/vets-website

View on GitHub

Showing 12,918 of 12,918 total issues

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

export const NotificationCheckbox = ({
  channelId,
  label,
  isOptedIn,
  onValueChange,
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

const CurrentAccreditedRepresentative = ({
  representativeName,
  type,
  addressLine1,
  addressLine2,
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

export const Form0996App = ({
  loggedIn,
  location,
  children,
  formData,
Severity: Major
Found in src/applications/appeals/996/containers/Form0996App.jsx and 13 other locations - About 55 mins to fix
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

const ArrayBuilderCancelButton = ({
  arrayPath,
  setFormData,
  formData,
  goToPath,
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140

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

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

const ReviewPage = ({
  dependentsInput,
  editMode,
  pastMode,
  router,
Severity: Major
Found in src/applications/income-limits/containers/ReviewPage.jsx and 13 other locations - About 55 mins to fix
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

const ReportModal = ({
  representativeName,
  representativeId,
  address,
  phone,
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

export const SearchResults = ({
  error,
  fetching,
  page,
  query,
Severity: Major
Found in src/applications/find-forms/containers/SearchResults.jsx and 13 other locations - About 55 mins to fix
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

      <p className="va-address-block">
        {userFullName.first} {userFullName.middle} {userFullName.last}
        <br />
        Date of birth: {formattedDateOfBirth}
      </p>
src/applications/my-education-benefits/components/ApplicantIdentityView.jsx on lines 52..56
src/applications/toe/components/ApplicantIdentityView.jsx on lines 52..56
src/applications/toe/components/ApplicantInformationReviewPage.jsx on lines 67..71

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

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

      <p className="va-address-block">
        {userFullName.first} {userFullName.middle} {userFullName.last}
        <br />
        Date of birth: {formattedDateOfBirth}
      </p>
src/applications/my-education-benefits/components/ApplicantIdentityView.jsx on lines 52..56
src/applications/my-education-benefits/components/ApplicantInformationReviewPage.jsx on lines 50..54
src/applications/toe/components/ApplicantIdentityView.jsx on lines 52..56

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

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

export const FormSignature = ({
  signatureLabel,
  checkboxLabel,
  checkboxDescription,
  formData,
Severity: Major
Found in src/platform/forms-system/src/js/components/FormSignature.jsx and 13 other locations - About 55 mins to fix
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

export default function MissingFileList({
  data,
  nameKey,
  title,
  description,
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

function HowToApplyPost911GiBillV2({
  formId,
  isClaimantCallComplete,
  isEligibilityCallComplete,
  isLOA3,
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

      <p className="va-address-block">
        {userFullName.first} {userFullName.middle} {userFullName.last}
        <br />
        Date of birth: {formattedDateOfBirth}
      </p>
src/applications/my-education-benefits/components/ApplicantInformationReviewPage.jsx on lines 50..54
src/applications/toe/components/ApplicantIdentityView.jsx on lines 52..56
src/applications/toe/components/ApplicantInformationReviewPage.jsx on lines 67..71

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

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

      <p className="va-address-block">
        {userFullName.first} {userFullName.middle} {userFullName.last}
        <br />
        Date of birth: {formattedDateOfBirth}
      </p>
Severity: Major
Found in src/applications/toe/components/ApplicantIdentityView.jsx and 3 other locations - About 55 mins to fix
src/applications/my-education-benefits/components/ApplicantIdentityView.jsx on lines 52..56
src/applications/my-education-benefits/components/ApplicantInformationReviewPage.jsx on lines 50..54
src/applications/toe/components/ApplicantInformationReviewPage.jsx on lines 67..71

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

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

const SuggestedAddress = ({
  formData,
  address,
  handleAddNewClick,
  setAddressToUI,
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

export function FilterYourResults({
  dispatchFilterChange,
  dispatchError,
  filters,
  modalClose,
Severity: Major
Found in src/applications/gi/containers/FilterYourResults.jsx and 13 other locations - About 55 mins to fix
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/components/profile/InstitutionProfile.jsx on lines 29..287
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

export default function InstitutionProfile({
  institution,
  isOJT,
  constants,
  showModal,
Severity: Major
Found in src/applications/gi/components/profile/InstitutionProfile.jsx and 13 other locations - About 55 mins to fix
src/applications/appeals/996/containers/Form0996App.jsx on lines 36..195
src/applications/find-forms/containers/SearchResults.jsx on lines 43..264
src/applications/gi/containers/FilterYourResults.jsx on lines 71..531
src/applications/income-limits/containers/ReviewPage.jsx on lines 17..184
src/applications/ivc-champva/shared/components/fileUploads/MissingFileList.jsx on lines 118..182
src/applications/my-education-benefits/components/HowToApplyPost911GiBillV2.jsx on lines 11..70
src/applications/personalization/profile/components/direct-deposit/vye/components/SuggestedAddress.jsx on lines 19..186
src/applications/personalization/profile/components/notification-settings/NotificationCheckbox.jsx on lines 7..116
src/applications/representative-appoint/components/CurrentAccreditedRepresentative.jsx on lines 5..124
src/applications/representative-search/components/results/ReportModal.jsx on lines 10..184
src/applications/verify-your-enrollment/components/SuggestedAddress.jsx on lines 20..182
src/platform/forms-system/src/js/components/FormSignature.jsx on lines 31..140
src/platform/forms-system/src/js/patterns/array-builder/ArrayBuilderCancelButton.jsx on lines 36..150

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

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

const loa3UserWithoutLighthouseServiceAvailable = set(
  cloneDeep(baseUserResponses.loa3User72),
  'data.attributes.services',
  baseUserResponses.loa3User72.data.attributes.services.filter(
    service => service !== 'lighthouse',
src/applications/personalization/profile/mocks/endpoints/user/index.js on lines 1669..1675
src/applications/representative-appoint/mocks/endpoints/user/index.js on lines 1473..1479

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

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

const loa3UserWithoutLighthouseServiceAvailable = set(
  cloneDeep(baseUserResponses.loa3User72),
  'data.attributes.services',
  baseUserResponses.loa3User72.data.attributes.services.filter(
    service => service !== 'lighthouse',
src/applications/_mock-form-ae-design-patterns/mocks/endpoints/user/index.js on lines 444..450
src/applications/representative-appoint/mocks/endpoints/user/index.js on lines 1473..1479

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

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

export const setReturnState = (key = '', state = '') =>
  window.sessionStorage.setItem(CONTACT_EDIT, `${key},${state}`);
Severity: Major
Found in src/platform/forms-system/src/js/utilities/data/profile.js and 2 other locations - About 55 mins to fix
src/applications/_mock-form-ae-design-patterns/utils/data/task-purple/profile.js on lines 411..412
src/applications/financial-status-report/utils/contactInformation.js on lines 83..84

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

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