teamdigitale/italia-app

View on GitHub
ts/navigation/AuthenticatedStackNavigator.tsx

Summary

Maintainability
D
3 days
Test Coverage

Function AuthenticatedStackNavigator has 277 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const AuthenticatedStackNavigator = () => {
  const cdcEnabled = useIOSelector(isCdcEnabledSelector);
  const cgnEnabled = useIOSelector(isCGNEnabledSelector);
  const isFciEnabled = useIOSelector(isFciEnabledSelector);
  const isIdPayEnabled = useIOSelector(isIdPayEnabledSelector);
Severity: Major
Found in ts/navigation/AuthenticatedStackNavigator.tsx - About 1 day to fix

    File AuthenticatedStackNavigator.tsx has 361 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import {
      createStackNavigator,
      TransitionPresets
    } from "@react-navigation/stack";
    import React from "react";
    Severity: Minor
    Found in ts/navigation/AuthenticatedStackNavigator.tsx - About 4 hrs to fix

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

            <Stack.Screen
              name={SERVICES_ROUTES.SEARCH}
              component={SearchScreen}
              options={{
                ...hideHeaderOptions,
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 1 other location - About 1 hr to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 139..152

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

      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

            <Stack.Screen
              name={MESSAGES_ROUTES.MESSAGES_SEARCH}
              component={MessagesSearchScreen}
              options={{
                ...hideHeaderOptions,
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 1 other location - About 1 hr to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 164..177

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

      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

                <Stack.Screen
                  name={IdPayOnboardingRoutes.IDPAY_ONBOARDING_MAIN}
                  component={IdPayOnboardingNavigator}
                  options={{ gestureEnabled: isGestureEnabled, ...hideHeaderOptions }}
                />
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

            <Stack.Screen
              name={PaymentsOnboardingRoutes.PAYMENT_ONBOARDING_NAVIGATOR}
              component={PaymentsOnboardingNavigator}
              options={{ gestureEnabled: isGestureEnabled, ...hideHeaderOptions }}
            />
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

            <Stack.Screen
              name={
                PaymentsTransactionBizEventsRoutes.PAYMENT_TRANSACTION_BIZ_EVENTS_NAVIGATOR
              }
              component={PaymentsTransactionBizEventsNavigator}
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

                <Stack.Screen
                  name={IDPayDetailsRoutes.IDPAY_DETAILS_MAIN}
                  component={IDpayDetailsNavigator}
                  options={{
                    gestureEnabled: isGestureEnabled,
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

            <Stack.Screen
              name={PaymentsMethodDetailsRoutes.PAYMENT_METHOD_DETAILS_NAVIGATOR}
              component={PaymentsMethodDetailsNavigator}
              options={{
                gestureEnabled: isGestureEnabled,
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

                <Stack.Screen
                  name={IdPayUnsubscriptionRoutes.IDPAY_UNSUBSCRIPTION_MAIN}
                  component={IdPayUnsubscriptionNavigator}
                  options={{ gestureEnabled: isGestureEnabled, ...hideHeaderOptions }}
                />
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

                <Stack.Screen
                  name={IdPayConfigurationRoutes.IDPAY_CONFIGURATION_NAVIGATOR}
                  component={IdPayConfigurationNavigator}
                  options={{ gestureEnabled: isGestureEnabled, ...hideHeaderOptions }}
                />
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

            <Stack.Screen
              name={PaymentsTransactionRoutes.PAYMENT_TRANSACTION_NAVIGATOR}
              component={PaymentsTransactionNavigator}
              options={{
                gestureEnabled: isGestureEnabled,
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

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

            <Stack.Screen
              name={ITW_ROUTES.MAIN}
              component={ItwStackNavigator}
              options={{ gestureEnabled: isGestureEnabled, ...hideHeaderOptions }}
            />
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 335..342
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368

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

            <Stack.Screen
              name={PaymentsCheckoutRoutes.PAYMENT_CHECKOUT_NAVIGATOR}
              component={PaymentsCheckoutNavigator}
              options={{
                gestureEnabled: isGestureEnabled,
      Severity: Major
      Found in ts/navigation/AuthenticatedStackNavigator.tsx and 9 other locations - About 30 mins to fix
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 273..277
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 278..285
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 286..290
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 291..295
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 330..334
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 343..350
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 351..358
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 359..368
      ts/navigation/AuthenticatedStackNavigator.tsx on lines 378..382

      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

      There are no issues that match your filters.

      Category
      Status