dsi-icl/optimise

View on GitHub

Showing 1,390 of 1,390 total issues

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

                if (maxTimeStart.valueOf() > moment(t.expectedOccurDate, 'x').valueOf())
                    maxTimeStart = moment(t.expectedOccurDate, 'x').toDate();
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 106..107
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 139..140
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 173..174
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 193..194
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 195..196

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

                if (maxTimeStart.valueOf() > moment(t.actualOccurredDate, 'x').valueOf())
                    maxTimeStart = moment(t.actualOccurredDate, 'x').toDate();
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 106..107
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 139..140
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 175..176
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 193..194
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 195..196

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/visitFrontPage/:visitId/page/:currentPage/data/:ceId' render={({ match, location }) => <EditEventDataWrapper location={location} match={match}/>}/>
packages/optimise-ui/src/components/createVisitFrontPage/componentWrappers/ce/otherSAEWrapper.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
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 6 locations. Consider refactoring.
Open

                if (maxTimeStart.valueOf() > moment(v.visitDate, 'x').valueOf())
                    maxTimeStart = moment(v.visitDate, 'x').toDate();
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 106..107
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 173..174
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 175..176
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 193..194
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 195..196

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

                if (maxTimeStart.valueOf() > moment(c.endDate, 'x').valueOf())
                    maxTimeStart = moment(c.endDate, 'x').toDate();
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 106..107
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 139..140
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 173..174
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 175..176
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 193..194

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

                if (maxTimeStart.valueOf() > moment(t.startDate, 'x').valueOf())
                    maxTimeStart = moment(t.startDate, 'x').toDate();
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 139..140
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 173..174
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 175..176
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 193..194
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 195..196

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

                if (maxTimeStart.valueOf() > moment(c.dateStartDate, 'x').valueOf())
                    maxTimeStart = moment(c.dateStartDate, 'x').toDate();
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 106..107
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 139..140
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 173..174
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 175..176
packages/optimise-ui/src/components/patientProfile/fullTimeline.jsx on lines 195..196

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

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

                <Route path='/patientProfile/:patientId/data/visit/:visitId/signs' render={({ match }) => <VisitData elementType='visit' match={match} category={'signs'} />} />
Severity: Major
Found in packages/optimise-ui/src/components/medicalData/router.jsx and 2 other locations - About 55 mins to fix
packages/optimise-ui/src/components/medicalData/router.jsx on lines 17..17
packages/optimise-ui/src/components/medicalData/router.jsx on lines 18..18

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

                <Route path='/patientProfile/:patientId/data/visit/:visitId/vitals' render={({ match }) => <VisitData elementType='visit' match={match} category={'vitals'} />} />
Severity: Major
Found in packages/optimise-ui/src/components/medicalData/router.jsx and 2 other locations - About 55 mins to fix
packages/optimise-ui/src/components/medicalData/router.jsx on lines 18..18
packages/optimise-ui/src/components/medicalData/router.jsx on lines 20..20

Duplicated Code

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

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

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

Tuning

This issue has a mass of 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 2 locations. Consider refactoring.
Open

                medicalConditions_Hash: [
                    action.payload.conditions.reduce((map, el) => { map[el.id] = el.value; return map; }, {})
                ]
Severity: Minor
Found in packages/optimise-ui/src/redux/reducers.js and 1 other location - About 55 mins to fix
packages/optimise-ui/src/redux/reducers.js on lines 109..111

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

    constructor() {
        super();
        this.state = {
            addMore: false
        };
packages/optimise-ui/src/components/remoteControl/remoteControl.jsx on lines 9..13

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

                <Route path='/patientProfile/:patientId/data/visit/:visitId/symptoms' render={({ match }) => <VisitData elementType='visit' match={match} category={'symptoms'} />} />
Severity: Major
Found in packages/optimise-ui/src/components/medicalData/router.jsx and 2 other locations - About 55 mins to fix
packages/optimise-ui/src/components/medicalData/router.jsx on lines 17..17
packages/optimise-ui/src/components/medicalData/router.jsx on lines 20..20

Duplicated Code

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

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

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

Tuning

This issue has a mass of 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 2 locations. Consider refactoring.
Open

                relations_Hash: [
                    action.payload.relations.reduce((map, el) => { map[el.id] = el.value; return map; }, {})
                ],
Severity: Minor
Found in packages/optimise-ui/src/redux/reducers.js and 1 other location - About 55 mins to fix
packages/optimise-ui/src/redux/reducers.js on lines 112..114

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

Severity
Category
Status
Source
Language