dsi-icl/optimise

View on GitHub
packages/optimise-ui/src/components/editMedicalElements/router.jsx

Summary

Maintainability
C
1 day
Test Coverage

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

                <Route path='/patientProfile/:patientId/edit/visit/:visitId' render={({ match, location }) => <EditVisit match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/treatment/:elementId' render={({ match, location }) => <EditMed match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/pregnancy/data/' render={({ match, location }) => <EditPregnancies match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/communication/:visitId' render={({ match, location }) => <EditCommunication match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/msPerfMeas/:visitId' render={({ match, location }) => <EditPerformanceMesaure match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/clinicalEvent/:elementId' render={({ match, location }) => <EditCE match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/demographic/data' render={({ match, location }) => <EditDemo match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/test/:elementId' render={({ match, location }) => <EditTest match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/pregnancyDataEntry/data/:entryId' render={({ match, location }) => <PregnancyEntry match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/comorbidity/:visitId' render={({ match, location }) => <EditComorbidities match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/concomitantMed/:visitId' render={({ match, location }) => <EditConcomitantMeds match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 18..18
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

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

                <Route path='/patientProfile/:patientId/edit/diagnosis/data' render={({ match, location }) => <EditDiagnoses match={match} location={location} />} />
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/relapseWrapper.jsx on lines 38..38
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 34..34
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 36..36
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/treatment/treatmentWrapper.jsx on lines 41..41
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 11..11
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 12..12
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 13..13
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 14..14
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 15..15
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 16..16
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 17..17
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 19..19
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 20..20
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 21..21
packages/optimise-ui/src/components/editMedicalElements/router.jsx on lines 22..22

Duplicated Code

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

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

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

Tuning

This issue has a mass of 54.

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

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

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

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

Refactorings

Further Reading

There are no issues that match your filters.

Category
Status