kiwitcms/Kiwi

View on GitHub

Showing 99 of 405 total issues

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

    if case.emailing.auto_to_run_tester:
        run_testers = case.executions.values_list(
            "run__default_tester__email", flat=True
        )
        recipients.update(run_testers)  # pylint: disable=objects-update-used
Severity: Major
Found in tcms/testcases/helpers/email.py and 4 other locations - About 40 mins to fix
tcms/testcases/helpers/email.py on lines 39..41
tcms/testcases/helpers/email.py on lines 49..51
tcms/testplans/helpers/email.py on lines 20..22
tcms/testplans/helpers/email.py on lines 24..26

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

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

    if (dateAfter.val()) {
        query.stop_date__gte = dateAfter.data('DateTimePicker').date().format('YYYY-MM-DD 00:00:00')
    }
Severity: Major
Found in tcms/telemetry/static/telemetry/js/testing/execution-trends.js and 9 other locations - About 40 mins to fix
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 47..49
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 52..54
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 28..30
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 77..79
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 82..84
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 31..33
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 36..38

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

            if (dateBefore.val()) {
                query.stop_date__lte = dateBefore.data('DateTimePicker').date().format('YYYY-MM-DD 23:59:59')
            }
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 52..54
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 28..30
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 33..35
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 77..79
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 82..84
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 31..33
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 36..38

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

    if (dateBefore.val()) {
        query.stop_date__lte = dateBefore.data('DateTimePicker').date().format('YYYY-MM-DD 23:59:59')
    }
Severity: Major
Found in tcms/telemetry/static/telemetry/js/testing/execution-trends.js and 9 other locations - About 40 mins to fix
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 47..49
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 52..54
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 33..35
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 77..79
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 82..84
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 31..33
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 36..38

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

            if (dateAfter.val()) {
                query.stop_date__gte = dateAfter.data('DateTimePicker').date().format('YYYY-MM-DD 00:00:00')
            }
Severity: Major
Found in tcms/telemetry/static/telemetry/js/testing/test-case-health.js and 9 other locations - About 40 mins to fix
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 47..49
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 52..54
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 28..30
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 33..35
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 77..79
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 82..84
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 31..33

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

            if (dateBefore.val()) {
                query.stop_date__lte = dateBefore.data('DateTimePicker').date().format('YYYY-MM-DD 23:59:59')
            }
Severity: Major
Found in tcms/telemetry/static/telemetry/js/testing/test-case-health.js and 9 other locations - About 40 mins to fix
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 47..49
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 52..54
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 28..30
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 33..35
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 77..79
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 82..84
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 36..38

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

            if (dateAfter.val()) {
                query.stop_date__gte = dateAfter.data('DateTimePicker').date().format('YYYY-MM-DD 00:00:00')
            }
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 47..49
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 28..30
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 33..35
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 77..79
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 82..84
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 31..33
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 36..38

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

    if (dateBefore.val()) {
        query.stop_date__lte = dateBefore.data('DateTimePicker').date().format('YYYY-MM-DD 23:59:59')
    }
Severity: Major
Found in tcms/telemetry/static/telemetry/js/testing/status-matrix.js and 9 other locations - About 40 mins to fix
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 47..49
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 52..54
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 28..30
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 33..35
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 82..84
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 31..33
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 36..38

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

    if (dateAfter.val()) {
        query.stop_date__gte = dateAfter.data('DateTimePicker').date().format('YYYY-MM-DD 00:00:00')
    }
Severity: Major
Found in tcms/telemetry/static/telemetry/js/testing/status-matrix.js and 9 other locations - About 40 mins to fix
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 22..24
tcms/telemetry/static/telemetry/js/testing/breakdown.js on lines 27..29
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 47..49
tcms/telemetry/static/telemetry/js/testing/execution-dashboard.js on lines 52..54
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 28..30
tcms/telemetry/static/telemetry/js/testing/execution-trends.js on lines 33..35
tcms/telemetry/static/telemetry/js/testing/status-matrix.js on lines 77..79
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 31..33
tcms/telemetry/static/telemetry/js/testing/test-case-health.js on lines 36..38

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

            if ($('#id_priority').val().length > 0) {
                params.priority__in = $('#id_priority').val()
            };
Severity: Minor
Found in tcms/testcases/static/testcases/js/search.js and 1 other location - About 40 mins to fix
tcms/testcases/static/testcases/js/search.js on lines 100..102

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

            if ($('#id_status').val().length > 0) {
                params.case_status__in = $('#id_status').val()
            };
Severity: Minor
Found in tcms/testcases/static/testcases/js/search.js and 1 other location - About 40 mins to fix
tcms/testcases/static/testcases/js/search.js on lines 96..98

Duplicated Code

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

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

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

Tuning

This issue has a mass of 48.

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

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

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

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

Refactorings

Further Reading

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

        if (
            isinstance(decorator, astroid.Call)
            and isinstance(decorator.func, astroid.Name)
            and decorator.func.name == "rpc_method"
Severity: Minor
Found in kiwi_lint/utils.py and 1 other location - About 35 mins to fix
kiwi_lint/missing_permissions.py on lines 113..116

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

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

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

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

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

Refactorings

Further Reading

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

            if (
                isinstance(decorator, astroid.Call)
                and isinstance(decorator.func, astroid.Name)
                and decorator.func.name == "permissions_required"
Severity: Minor
Found in kiwi_lint/missing_permissions.py and 1 other location - About 35 mins to fix
kiwi_lint/utils.py on lines 14..17

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

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

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

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

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

Refactorings

Further Reading

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

    document.getElementById('id_version').onchange = function () {
        $('#id_version').selectpicker('refresh')
        populateBuild()
    }
Severity: Major
Found in tcms/bugs/static/bugs/js/mutable.js and 3 other locations - About 30 mins to fix
tcms/bugs/static/bugs/js/mutable.js on lines 20..23
tcms/testcases/static/testcases/js/mutable.js on lines 25..28
tcms/testplans/static/testplans/js/mutable.js on lines 19..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 45.

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

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

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

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

Refactorings

Further Reading

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

    document.getElementById('id_product').onchange = function () {
        $('#id_product').selectpicker('refresh')
        populateProductCategory()
    }
Severity: Major
Found in tcms/testcases/static/testcases/js/mutable.js and 3 other locations - About 30 mins to fix
tcms/bugs/static/bugs/js/mutable.js on lines 20..23
tcms/bugs/static/bugs/js/mutable.js on lines 25..28
tcms/testplans/static/testplans/js/mutable.js on lines 19..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 45.

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

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

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

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

Refactorings

Further Reading

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

    if (versionId === null) {
        $('#add_id_build').addClass('disabled')
    } else {
        $('#add_id_build').removeClass('disabled')
    }
Severity: Minor
Found in tcms/static/js/utils.js and 1 other location - About 30 mins to fix
tcms/testcases/static/testcases/js/mutable.js on lines 59..63

Duplicated Code

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

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

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

Tuning

This issue has a mass of 45.

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

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

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

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

Refactorings

Further Reading

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

    document.getElementById('id_product').onchange = function () {
        $('#id_product').selectpicker('refresh')
        populateVersion()
    }
Severity: Major
Found in tcms/testplans/static/testplans/js/mutable.js and 3 other locations - About 30 mins to fix
tcms/bugs/static/bugs/js/mutable.js on lines 20..23
tcms/bugs/static/bugs/js/mutable.js on lines 25..28
tcms/testcases/static/testcases/js/mutable.js on lines 25..28

Duplicated Code

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

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

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

Tuning

This issue has a mass of 45.

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

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

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

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

Refactorings

Further Reading

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

    if (productId === null) {
        $('#add_id_category').addClass('disabled')
    } else {
        $('#add_id_category').removeClass('disabled')
    }
Severity: Minor
Found in tcms/testcases/static/testcases/js/mutable.js and 1 other location - About 30 mins to fix
tcms/static/js/utils.js on lines 115..119

Duplicated Code

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

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

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

Tuning

This issue has a mass of 45.

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

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

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

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

Refactorings

Further Reading

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

    document.getElementById('id_product').onchange = function () {
        $('#id_product').selectpicker('refresh')
        populateVersion()
    }
Severity: Major
Found in tcms/bugs/static/bugs/js/mutable.js and 3 other locations - About 30 mins to fix
tcms/bugs/static/bugs/js/mutable.js on lines 25..28
tcms/testcases/static/testcases/js/mutable.js on lines 25..28
tcms/testplans/static/testplans/js/mutable.js on lines 19..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 45.

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

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

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

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

Refactorings

Further Reading

Severity
Category
Status
Source
Language