dappros/ethora

View on GitHub
client-reactnative/src/components/PrivacyPolicy.tsx

Summary

Maintainability
F
4 days
Test Coverage

File PrivacyPolicy.tsx has 273 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
Copyright 2019-2022 (c) Dappros Ltd, registered in England & Wales, registration number 11455432. All rights reserved.
You may not use this file except in compliance with the License.
You may obtain a copy of the License at https://github.com/dappros/ethora/blob/main/LICENSE.
Note: linked open-source libraries and components may be subject to their own licenses.
Severity: Minor
Found in client-reactnative/src/components/PrivacyPolicy.tsx - About 2 hrs to fix

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

    <View style={styles.subBodyContainer}>
      <Text style={styles.headingTextStyle}>{heading2}</Text>
      <Text style={styles.bodyTextStyle}>{body2}</Text>
    </View>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 4 other locations - About 2 hrs to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 129..132
client-reactnative/src/components/PrivacyPolicy.tsx on lines 274..277
client-reactnative/src/components/PrivacyPolicy.tsx on lines 279..282
client-reactnative/src/components/PrivacyPolicy.tsx on lines 284..287

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

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

    <View style={styles.subBodyContainer}>
      <Text style={styles.headingTextStyle}>{heading13}</Text>
      <Text style={styles.bodyTextStyle}>{body13}</Text>
    </View>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 4 other locations - About 2 hrs to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 129..132
client-reactnative/src/components/PrivacyPolicy.tsx on lines 134..137
client-reactnative/src/components/PrivacyPolicy.tsx on lines 274..277
client-reactnative/src/components/PrivacyPolicy.tsx on lines 284..287

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

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

    <View style={styles.subBodyContainer}>
      <Text style={styles.headingTextStyle}>{heading14}</Text>
      <Text style={styles.bodyTextStyle}>{body14}</Text>
    </View>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 4 other locations - About 2 hrs to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 129..132
client-reactnative/src/components/PrivacyPolicy.tsx on lines 134..137
client-reactnative/src/components/PrivacyPolicy.tsx on lines 274..277
client-reactnative/src/components/PrivacyPolicy.tsx on lines 279..282

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

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

    <View style={styles.subBodyContainer}>
      <Text style={styles.headingTextStyle}>{heading12}</Text>
      <Text style={styles.bodyTextStyle}>{body12}</Text>
    </View>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 4 other locations - About 2 hrs to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 129..132
client-reactnative/src/components/PrivacyPolicy.tsx on lines 134..137
client-reactnative/src/components/PrivacyPolicy.tsx on lines 279..282
client-reactnative/src/components/PrivacyPolicy.tsx on lines 284..287

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

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

    <View style={styles.subBodyContainer}>
      <Text style={styles.headingTextStyle}>{heading1}</Text>
      <Text style={styles.bodyTextStyle}>{body1}</Text>
    </View>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 4 other locations - About 2 hrs to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 134..137
client-reactnative/src/components/PrivacyPolicy.tsx on lines 274..277
client-reactnative/src/components/PrivacyPolicy.tsx on lines 279..282
client-reactnative/src/components/PrivacyPolicy.tsx on lines 284..287

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Third-party services.</Text>{' '}
        {body46}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Keeping Your Account Secure.</Text>{' '}
        {body44}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Managing your information.</Text>{' '}
        {body106}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>
          No Access to Emergency Services.
        </Text>{' '}
        {body45}
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Privacy of user data.</Text>{' '}
        {body33}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>
          Availability of Our Services.
        </Text>{' '}
        {body63}
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Account Information.</Text>{' '}
        {body101}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Our Terms and Policies.</Text>{' '}
        {body41}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Account Registration.</Text>{' '}
        {body32}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Ethora’s License to You.</Text>{' '}
        {body53}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Legal and Acceptable Use.</Text>{' '}
        {body42}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 208..211
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Limitation of liability.</Text>{' '}
        {body62}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 11 other locations - About 1 hr to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 144..147
client-reactnative/src/components/PrivacyPolicy.tsx on lines 148..151
client-reactnative/src/components/PrivacyPolicy.tsx on lines 162..165
client-reactnative/src/components/PrivacyPolicy.tsx on lines 166..169
client-reactnative/src/components/PrivacyPolicy.tsx on lines 173..176
client-reactnative/src/components/PrivacyPolicy.tsx on lines 177..182
client-reactnative/src/components/PrivacyPolicy.tsx on lines 183..186
client-reactnative/src/components/PrivacyPolicy.tsx on lines 197..200
client-reactnative/src/components/PrivacyPolicy.tsx on lines 212..217
client-reactnative/src/components/PrivacyPolicy.tsx on lines 242..245
client-reactnative/src/components/PrivacyPolicy.tsx on lines 256..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 56.

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>User Support.</Text> {body105}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Software.</Text> {body34}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Minimum Age.</Text> {body31}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Ending these Terms.</Text> {body72}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Harm to Ethora.</Text> {body43}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Ethora’s Rights.</Text> {body52}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Disclaimers.</Text> {body61}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Fees and Taxes.</Text> {body35}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Contacts.</Text> {body104}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Resolving disputes.</Text> {body71}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Third Parties.</Text> {body111}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Your Rights.</Text> {body51}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 246..248
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

      <Text style={styles.bodyTextStyle}>
        <Text style={{fontFamily: boldFont}}>Messages.</Text> {body102}
      </Text>
Severity: Major
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 12 other locations - About 55 mins to fix
client-reactnative/src/components/PrivacyPolicy.tsx on lines 141..143
client-reactnative/src/components/PrivacyPolicy.tsx on lines 152..154
client-reactnative/src/components/PrivacyPolicy.tsx on lines 155..157
client-reactnative/src/components/PrivacyPolicy.tsx on lines 170..172
client-reactnative/src/components/PrivacyPolicy.tsx on lines 191..193
client-reactnative/src/components/PrivacyPolicy.tsx on lines 194..196
client-reactnative/src/components/PrivacyPolicy.tsx on lines 205..207
client-reactnative/src/components/PrivacyPolicy.tsx on lines 222..224
client-reactnative/src/components/PrivacyPolicy.tsx on lines 225..227
client-reactnative/src/components/PrivacyPolicy.tsx on lines 250..252
client-reactnative/src/components/PrivacyPolicy.tsx on lines 253..255
client-reactnative/src/components/PrivacyPolicy.tsx on lines 264..266

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

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

    <View style={styles.subBodyContainer}>
      <Text style={styles.headingTextStyle}>{heading9}</Text>
    </View>
Severity: Minor
Found in client-reactnative/src/components/PrivacyPolicy.tsx and 1 other location - About 40 mins to fix
client-reactnative/src/components/Account/EmailListItem.tsx 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 49.

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