Chocobozzz/PeerTube

View on GitHub

Showing 3,313 of 3,313 total issues

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

@Component({
  selector: 'my-plugin-list-installed',
  templateUrl: './plugin-list-installed.component.html',
  styleUrls: [ './plugin-list-installed.component.scss' ],
  standalone: true,
client/src/app/+about/about-instance/about-instance.component.ts on lines 16..115
client/src/app/+my-account/my-account-import-export/my-account-export.component.ts on lines 14..128
client/src/app/+video-studio/edit/video-studio-edit.component.ts on lines 19..225
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts on lines 14..108
client/src/app/menu/notification-dropdown.component.ts on lines 13..112
client/src/app/shared/shared-forms/advanced-input-filter.component.ts on lines 25..187
client/src/app/shared/shared-forms/dynamic-form-field.component.ts on lines 10..42
client/src/app/shared/shared-moderation/report-modals/account-report.component.ts on lines 19..111
client/src/app/shared/shared-moderation/report-modals/comment-report.component.ts on lines 19..110
client/src/app/shared/shared-user-settings/user-video-settings.component.ts on lines 17..153
client/src/app/shared/shared-video-miniature/download/video-download.component.ts on lines 20..123

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

@Component({
  selector: 'my-video-download',
  templateUrl: './video-download.component.html',
  styleUrls: [ './video-download.component.scss' ],
  standalone: true,
client/src/app/+about/about-instance/about-instance.component.ts on lines 16..115
client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts on lines 17..216
client/src/app/+my-account/my-account-import-export/my-account-export.component.ts on lines 14..128
client/src/app/+video-studio/edit/video-studio-edit.component.ts on lines 19..225
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts on lines 14..108
client/src/app/menu/notification-dropdown.component.ts on lines 13..112
client/src/app/shared/shared-forms/advanced-input-filter.component.ts on lines 25..187
client/src/app/shared/shared-forms/dynamic-form-field.component.ts on lines 10..42
client/src/app/shared/shared-moderation/report-modals/account-report.component.ts on lines 19..111
client/src/app/shared/shared-moderation/report-modals/comment-report.component.ts on lines 19..110
client/src/app/shared/shared-user-settings/user-video-settings.component.ts on lines 17..153

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

@Component({
  selector: 'my-dynamic-form-field',
  templateUrl: './dynamic-form-field.component.html',
  styleUrls: [ './dynamic-form-field.component.scss' ],
  standalone: true,
client/src/app/+about/about-instance/about-instance.component.ts on lines 16..115
client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts on lines 17..216
client/src/app/+my-account/my-account-import-export/my-account-export.component.ts on lines 14..128
client/src/app/+video-studio/edit/video-studio-edit.component.ts on lines 19..225
client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts on lines 14..108
client/src/app/menu/notification-dropdown.component.ts on lines 13..112
client/src/app/shared/shared-forms/advanced-input-filter.component.ts on lines 25..187
client/src/app/shared/shared-moderation/report-modals/account-report.component.ts on lines 19..111
client/src/app/shared/shared-moderation/report-modals/comment-report.component.ts on lines 19..110
client/src/app/shared/shared-user-settings/user-video-settings.component.ts on lines 17..153
client/src/app/shared/shared-video-miniature/download/video-download.component.ts on lines 20..123

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

Avoid too many return statements within this function.
Open

  return result
Severity: Major
Found in packages/core-utils/src/common/date.ts - About 30 mins to fix

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

      retryUpload () {
        this.enableRetryAfterError = false
        this.error = ''
        this.uploadFile(this.fileToUpload)
      }
    client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts on lines 243..247

    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

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

        removeRedundanciesOfServer(server.id)
          .catch(err => logger.error('Cannot remove redundancy of %s.', server.host, { err }))
    Severity: Minor
    Found in server/core/controllers/api/server/redundancy.ts and 1 other location - About 30 mins to fix
    server/core/controllers/api/server/follows.ts on lines 167..168

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

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

        if (CONFIG.SIGNUP.REQUIRES_APPROVAL !== true) {
          return res.fail({
            status: HttpStatusCode.BAD_REQUEST_400,
            message: 'Signup approval is not enabled on this instance'
          })
    Severity: Major
    Found in server/core/middlewares/validators/users/user-registrations.ts and 3 other locations - About 30 mins to fix
    server/core/middlewares/validators/server.ts on lines 43..48
    server/core/middlewares/validators/videos/video-captions.ts on lines 60..65
    server/core/middlewares/validators/videos/video-transcoding.ts on lines 30..35

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

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

        if (CONFIG.TRANSCODING.ENABLED !== true) {
          return res.fail({
            status: HttpStatusCode.BAD_REQUEST_400,
            message: 'Cannot run transcoding job because transcoding is disabled on this instance'
          })
    Severity: Major
    Found in server/core/middlewares/validators/videos/video-transcoding.ts and 3 other locations - About 30 mins to fix
    server/core/middlewares/validators/server.ts on lines 43..48
    server/core/middlewares/validators/users/user-registrations.ts on lines 26..31
    server/core/middlewares/validators/videos/video-captions.ts on lines 60..65

    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

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

    run()
      .then(() => process.exit(0))
      .catch(err => console.error(err))
    Severity: Minor
    Found in server/scripts/parse-log.ts and 1 other location - About 30 mins to fix
    server/scripts/regenerate-thumbnails.ts on lines 13..15

    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

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

          videoFilters: {
            watermarkSizeRatio: task.options.watermarkSizeRatio,
            horitonzalMarginRatio: task.options.horitonzalMarginRatio,
            verticalMarginRatio: task.options.verticalMarginRatio
          }
    server/core/lib/job-queue/handlers/video-studio-edition.ts on lines 177..181

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

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

    @Component({
      selector: 'my-actor-banner-edit',
      templateUrl: './actor-banner-edit.component.html',
      styleUrls: [
        './actor-image-edit.scss',
    client/src/app/+videos/+video-watch/shared/player-widgets/video-watch-playlist.component.ts on lines 17..267
    client/src/app/shared/shared-abuse-list/abuse-details.component.ts on lines 11..54
    client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts on lines 11..93

    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

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

    export function secondsToTime (options: {
      seconds: number
      format: 'short' | 'full' | 'locale-string' // default 'short'
      symbol?: string
    } | number) {
    Severity: Minor
    Found in packages/core-utils/src/common/date.ts and 1 other location - About 30 mins to fix
    packages/core-utils/src/common/date.ts on lines 136..142

    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

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

        videoFilters: {
          watermarkSizeRatio: task.options.watermarkSizeRatio,
          horitonzalMarginRatio: task.options.horitonzalMarginRatio,
          verticalMarginRatio: task.options.verticalMarginRatio
        }
    Severity: Minor
    Found in server/core/lib/job-queue/handlers/video-studio-edition.ts and 1 other location - About 30 mins to fix
    apps/peertube-runner/src/server/process/shared/process-studio.ts on lines 177..181

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

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

        if (CONFIG.VIDEO_TRANSCRIPTION.ENABLED !== true) {
          return res.fail({
            status: HttpStatusCode.BAD_REQUEST_400,
            message: 'Video transcription is disabled on this instance'
          })
    Severity: Major
    Found in server/core/middlewares/validators/videos/video-captions.ts and 3 other locations - About 30 mins to fix
    server/core/middlewares/validators/server.ts on lines 43..48
    server/core/middlewares/validators/users/user-registrations.ts on lines 26..31
    server/core/middlewares/validators/videos/video-transcoding.ts on lines 30..35

    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

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

              return this.authHttp.post(url, {})
                .pipe(catchError(err => this.restExtractor.handleError(err)))
    client/src/app/shared/shared-main/video/video-ownership.service.ts on lines 49..50

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

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

        if (CONFIG.CONTACT_FORM.ENABLED === false) {
          return res.fail({
            status: HttpStatusCode.CONFLICT_409,
            message: 'Contact form is not enabled on this instance.'
          })
    Severity: Major
    Found in server/core/middlewares/validators/server.ts and 3 other locations - About 30 mins to fix
    server/core/middlewares/validators/users/user-registrations.ts on lines 26..31
    server/core/middlewares/validators/videos/video-captions.ts on lines 60..65
    server/core/middlewares/validators/videos/video-transcoding.ts on lines 30..35

    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

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

        removeRedundanciesOfServer(server.id)
          .catch(err => logger.error('Cannot remove redundancy of %s.', server.host, { err }))
    Severity: Minor
    Found in server/core/controllers/api/server/follows.ts and 1 other location - About 30 mins to fix
    server/core/controllers/api/server/redundancy.ts on lines 110..111

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

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

    @Component({
      selector: 'my-actor-avatar-edit',
      templateUrl: './actor-avatar-edit.component.html',
      styleUrls: [
        './actor-image-edit.scss',
    client/src/app/+videos/+video-watch/shared/player-widgets/video-watch-playlist.component.ts on lines 17..267
    client/src/app/shared/shared-abuse-list/abuse-details.component.ts on lines 11..54
    client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts on lines 10..77

    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

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

      retryUpload () {
        this.enableRetryAfterError = false
        this.error = ''
        this.uploadFile(this.fileToUpload)
      }
    client/src/app/+my-account/my-account-import-export/my-account-import.component.ts on lines 141..145

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

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

    @Component({
      selector: 'my-video-watch-playlist',
      templateUrl: './video-watch-playlist.component.html',
      styleUrls: [ './player-widget.component.scss', './video-watch-playlist.component.scss' ],
      standalone: true,
    client/src/app/shared/shared-abuse-list/abuse-details.component.ts on lines 11..54
    client/src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts on lines 11..93
    client/src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts on lines 10..77

    Duplicated Code

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

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

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

    Tuning

    This issue has a mass of 45.

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

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

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

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

    Refactorings

    Further Reading

    Severity
    Category
    Status
    Source
    Language