src/app/hooks/useClickTrackerHandler/index.test.jsx

Summary

Maintainability
F
4 days
Test Coverage

File index.test.jsx has 439 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/* eslint-disable jsx-a11y/click-events-have-key-events */
/* eslint-disable jsx-a11y/no-static-element-interactions */
import React from 'react';
import userEvent from '@testing-library/user-event';
import { waitFor } from '@testing-library/dom';
Severity: Minor
Found in src/app/hooks/useClickTrackerHandler/index.test.jsx - About 6 hrs to fix

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

        expect(urlToObject(viewEventUrl)).toEqual({
          origin: 'https://logws1363.ati-host.net',
          pathname: '/',
          searchParams: {
            atc: 'PUB-[article-sty]-[brand]-[]-[CHD=promo::2]-[news::pidgin.news.story.51745682.page]-[]-[]-[]',
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 2 other locations - About 3 hrs to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 188..203
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 242..257

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

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

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

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

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

    Refactorings

    Further Reading

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

        expect(urlToObject(viewEventUrl)).toEqual({
          origin: 'https://logws1363.ati-host.net',
          pathname: '/',
          searchParams: {
            atc: 'PUB-[article-sty]-[brand]-[]-[CHD=promo::2]-[news::pidgin.news.story.51745682.page]-[]-[]-[]',
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 2 other locations - About 3 hrs to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 132..147
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 242..257

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

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

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

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

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

    Refactorings

    Further Reading

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

        expect(urlToObject(viewEventUrl)).toEqual({
          origin: 'https://logws1363.ati-host.net',
          pathname: '/',
          searchParams: {
            atc: 'PUB-[article-sty]-[brand]-[]-[CHD=promo::2]-[news::pidgin.news.story.51745682.page]-[]-[]-[]',
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 2 other locations - About 3 hrs to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 132..147
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 188..203

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

    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

        const { getByText } = render(
          <TestComponentSingleLink hookProps={{ ...defaultProps, href: url }} />,
          {
            atiData: atiAnalytics,
            pageData: pidginData,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 1 other location - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 351..361

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

    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

        const { getByTestId } = render(
          <TestComponent hookProps={{ ...defaultProps, campaignID }} />,
          {
            atiData: atiAnalytics,
            pageData: pidginData,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 1 other location - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 273..283

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

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

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

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

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

    Refactorings

    Further Reading

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

        const { getByTestId } = render(
          <TestComponent hookProps={{ ...defaultProps, ...mockOptimizely }} />,
          {
            atiData: atiAnalytics,
            pageData: pidginData,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 1 other location - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 420..430

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

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

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

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

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

    Refactorings

    Further Reading

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

        const { getByTestId } = render(
          <TestComponent hookProps={{ ...defaultProps, ...mockOptimizely }} />,
          {
            atiData: atiAnalytics,
            pageData: pidginData,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 1 other location - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 390..400

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

    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

        const { container, getByText } = render(
          <TestComponent hookProps={trackingData} />,
          {
            atiData: atiAnalytics,
            pageData: pidginData,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 444..454
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 463..473
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 515..525

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

    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

        const { container, getByText } = render(
          <TestComponent hookProps={trackingData} />,
          {
            atiData: atiAnalytics,
            pageData: pidginData,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 444..454
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 463..473
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 490..500

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

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

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

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

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

    Refactorings

    Further Reading

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

    const urlToObject = url => {
      const { origin, pathname, searchParams } = new URL(url);
    
      return {
        origin,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 1 other location - About 1 hr to fix
    src/app/hooks/useViewTracker/index.test.jsx on lines 77..85

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

    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

        const { container, getByText } = render(
          <TestComponent hookProps={undefined} />,
          {
            atiData: atiAnalytics,
            pageData: pidginData,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 463..473
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 490..500
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 515..525

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

    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

        const { container, getByText } = render(
          <TestComponent hookProps={defaultProps} />,
          {
            atiData: undefined,
            pageData: undefined,
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 444..454
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 490..500
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 515..525

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

    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

        const { getByText } = render(<TestComponent hookProps={defaultProps} />, {
          atiData: atiAnalytics,
          pageData: pidginData,
          pageType: STORY_PAGE,
          pathname: '/pidgin',
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 111..118
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 156..163
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 301..308

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

    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

        const { getByTestId } = render(<TestComponent hookProps={defaultProps} />, {
          atiData: atiAnalytics,
          pageData: pidginData,
          pageType: STORY_PAGE,
          pathname: '/pidgin',
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 156..163
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 175..182
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 301..308

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

    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

        const { getByText } = render(<TestComponent hookProps={defaultProps} />, {
          atiData: atiAnalytics,
          pageData: pidginData,
          pageType: STORY_PAGE,
          pathname: '/pidgin',
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 111..118
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 156..163
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 175..182

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

    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

        const { getByTestId } = render(<TestComponent hookProps={defaultProps} />, {
          atiData: atiAnalytics,
          pageData: pidginData,
          pageType: STORY_PAGE,
          pathname: '/pidgin',
    Severity: Major
    Found in src/app/hooks/useClickTrackerHandler/index.test.jsx and 3 other locations - About 1 hr to fix
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 111..118
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 175..182
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 301..308

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

    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