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

Summary

Maintainability
F
4 days
Test Coverage

File index.test.jsx has 441 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 134..149
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 190..205

    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 134..149
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 244..259

    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 190..205
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 244..259

    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 { 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 275..285

    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 { 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 353..363

    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 392..402

    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 422..432

    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={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 446..456
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 492..502
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 517..527

    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 446..456
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 465..475
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 492..502

    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 446..456
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 465..475
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 517..527

    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 465..475
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 492..502
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 517..527

    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 { 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 158..165
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 177..184
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 303..310

    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 113..120
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 177..184
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 303..310

    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 113..120
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 158..165
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 177..184

    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 113..120
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 158..165
    src/app/hooks/useClickTrackerHandler/index.test.jsx on lines 303..310

    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