next-l/enju_leaf

View on GitHub

Showing 709 of 709 total issues

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

  def destroy
    @budget_type.destroy

    respond_to do |format|
      format.html { redirect_to budget_types_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.budget_type')) }
Severity: Major
Found in app/controllers/budget_types_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  def destroy
    @accept.destroy

    respond_to do |format|
      format.html { redirect_to accepts_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.accept')) }
Severity: Major
Found in app/controllers/accepts_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  def destroy
    @user_import_result.destroy

    respond_to do |format|
      format.html { redirect_to user_import_results_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.user_import_result')) }
Severity: Major
Found in app/controllers/user_import_results_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  ResourceExportFile.where.not(resource_export_file_name: nil).find_each do |file|
    file.attachment.attach(
      io: File.open(Paperclip::Attachment.new(
        :resource_export,
        file,
Severity: Major
Found in lib/tasks/attachment.rb and 10 other locations - About 15 mins to fix
lib/tasks/attachment.rb on lines 6..14
lib/tasks/attachment.rb on lines 17..25
lib/tasks/attachment.rb on lines 28..36
lib/tasks/attachment.rb on lines 39..47
lib/tasks/attachment.rb on lines 50..58
lib/tasks/attachment.rb on lines 61..69
lib/tasks/attachment.rb on lines 72..80
lib/tasks/attachment.rb on lines 106..114
lib/tasks/attachment.rb on lines 117..125
lib/tasks/attachment.rb on lines 128..136

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

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

  def destroy
    @agent_relationship_type.destroy

    respond_to do |format|
      format.html { redirect_to agent_relationship_types_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.agent_relationship_type')) }
Severity: Major
Found in app/controllers/agent_relationship_types_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  def destroy
    @search_engine.destroy

    respond_to do |format|
      format.html { redirect_to search_engines_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.search_engine')) }
Severity: Major
Found in app/controllers/search_engines_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  def destroy
    @agent_type.destroy

    respond_to do |format|
      format.html { redirect_to agent_types_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.agent_type')) }
Severity: Major
Found in app/controllers/agent_types_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  def destroy
    @create_type.destroy

    respond_to do |format|
      format.html { redirect_to create_types_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.create_type')) }
Severity: Major
Found in app/controllers/create_types_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  def destroy
    @resource_import_file.destroy

    respond_to do |format|
      format.html { redirect_to resource_import_files_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.resource_import_file')) }
Severity: Major
Found in app/controllers/resource_import_files_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/content_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  EventImportFile.where.not(event_import_file_name: nil).find_each do |file|
    file.attachment.attach(
      io: File.open(Paperclip::Attachment.new(
        :event_import,
        file,
Severity: Major
Found in lib/tasks/attachment.rb and 10 other locations - About 15 mins to fix
lib/tasks/attachment.rb on lines 6..14
lib/tasks/attachment.rb on lines 17..25
lib/tasks/attachment.rb on lines 28..36
lib/tasks/attachment.rb on lines 50..58
lib/tasks/attachment.rb on lines 61..69
lib/tasks/attachment.rb on lines 72..80
lib/tasks/attachment.rb on lines 95..103
lib/tasks/attachment.rb on lines 106..114
lib/tasks/attachment.rb on lines 117..125
lib/tasks/attachment.rb on lines 128..136

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

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

  ResourceImportFile.where.not(resource_import_file_name: nil).find_each do |file|
    file.attachment.attach(
      io: File.open(Paperclip::Attachment.new(
        :resource_import,
        file,
Severity: Major
Found in lib/tasks/attachment.rb and 10 other locations - About 15 mins to fix
lib/tasks/attachment.rb on lines 6..14
lib/tasks/attachment.rb on lines 17..25
lib/tasks/attachment.rb on lines 28..36
lib/tasks/attachment.rb on lines 39..47
lib/tasks/attachment.rb on lines 50..58
lib/tasks/attachment.rb on lines 61..69
lib/tasks/attachment.rb on lines 72..80
lib/tasks/attachment.rb on lines 95..103
lib/tasks/attachment.rb on lines 117..125
lib/tasks/attachment.rb on lines 128..136

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

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

  def destroy
    @content_type.destroy

    respond_to do |format|
      format.html { redirect_to content_types_url, notice: t('controller.successfully_deleted', model: t('activerecord.models.content_type')) }
Severity: Major
Found in app/controllers/content_types_controller.rb and 34 other locations - About 15 mins to fix
app/controllers/accepts_controller.rb on lines 105..110
app/controllers/agent_import_files_controller.rb on lines 71..76
app/controllers/agent_import_results_controller.rb on lines 33..38
app/controllers/agent_relationship_types_controller.rb on lines 69..74
app/controllers/agent_types_controller.rb on lines 69..74
app/controllers/agents_controller.rb on lines 181..186
app/controllers/bookstores_controller.rb on lines 69..74
app/controllers/budget_types_controller.rb on lines 69..74
app/controllers/carrier_types_controller.rb on lines 76..81
app/controllers/classification_types_controller.rb on lines 69..74
app/controllers/countries_controller.rb on lines 69..74
app/controllers/create_types_controller.rb on lines 69..74
app/controllers/event_categories_controller.rb on lines 69..74
app/controllers/event_import_results_controller.rb on lines 31..36
app/controllers/form_of_works_controller.rb on lines 69..74
app/controllers/frequencies_controller.rb on lines 69..74
app/controllers/identifier_types_controller.rb on lines 69..74
app/controllers/import_requests_controller.rb on lines 85..90
app/controllers/languages_controller.rb on lines 69..74
app/controllers/licenses_controller.rb on lines 69..74
app/controllers/manifestation_relationship_types_controller.rb on lines 69..74
app/controllers/medium_of_performances_controller.rb on lines 69..74
app/controllers/nii_types_controller.rb on lines 69..74
app/controllers/produce_types_controller.rb on lines 69..74
app/controllers/profiles_controller.rb on lines 146..151
app/controllers/realize_types_controller.rb on lines 69..74
app/controllers/resource_import_files_controller.rb on lines 77..82
app/controllers/resource_import_results_controller.rb on lines 35..40
app/controllers/search_engines_controller.rb on lines 69..74
app/controllers/subject_heading_types_controller.rb on lines 69..74
app/controllers/subject_types_controller.rb on lines 69..74
app/controllers/subjects_controller.rb on lines 115..120
app/controllers/user_import_results_controller.rb on lines 31..36
app/controllers/withdraws_controller.rb on lines 106..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 26.

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

  LibraryGroup.where.not(header_logo_file_name: nil).find_each do |file|
    file.attachment.attach(
      io: URI(Paperclip::Attachment.new(
        :header_logo,
        file,
Severity: Major
Found in lib/tasks/attachment.rb and 10 other locations - About 15 mins to fix
lib/tasks/attachment.rb on lines 141..149
lib/tasks/attachment.rb on lines 152..160
lib/tasks/attachment.rb on lines 163..171
lib/tasks/attachment.rb on lines 174..182
lib/tasks/attachment.rb on lines 185..193
lib/tasks/attachment.rb on lines 207..215
lib/tasks/attachment.rb on lines 236..244
lib/tasks/attachment.rb on lines 247..255
lib/tasks/attachment.rb on lines 258..266
lib/tasks/attachment.rb on lines 269..277

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

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

  rescue StandardError => e
    self.error_message = "line #{row_num}: #{e.message}"
    save
    transition_to!(:failed)
    mailer = ResourceImportMailer.failed(self)
Severity: Major
Found in app/models/resource_import_file.rb and 8 other locations - About 15 mins to fix
app/models/event_import_file.rb on lines 73..80
app/models/event_import_file.rb on lines 111..118
app/models/event_import_file.rb on lines 138..145
app/models/resource_import_file.rb on lines 361..368
app/models/resource_import_file.rb on lines 390..397
app/models/resource_import_file.rb on lines 429..436
app/models/user_import_file.rb on lines 164..171
app/models/user_import_file.rb on lines 198..205

Duplicated Code

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

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

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

Tuning

This issue has a mass of 25.

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

  def send_due_date_notification
    mailer = CheckoutMailer.due_date(self)
    mailer.deliver_later
    Message.create!(
      subject: mailer.subject,
Severity: Minor
Found in app/models/checkout.rb and 1 other location - About 15 mins to fix
app/models/checkout.rb on lines 135..143

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

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

  rescue StandardError => e
    self.error_message = "line #{row_num}: #{e.message}"
    save
    transition_to!(:failed)
    mailer = UserImportMailer.failed(self)
Severity: Major
Found in app/models/user_import_file.rb and 8 other locations - About 15 mins to fix
app/models/event_import_file.rb on lines 73..80
app/models/event_import_file.rb on lines 111..118
app/models/event_import_file.rb on lines 138..145
app/models/resource_import_file.rb on lines 232..239
app/models/resource_import_file.rb on lines 361..368
app/models/resource_import_file.rb on lines 390..397
app/models/resource_import_file.rb on lines 429..436
app/models/user_import_file.rb on lines 164..171

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

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

  rescue StandardError => e
    self.error_message = "line #{row_num}: #{e.message}"
    save
    transition_to!(:failed)
    mailer = ResourceImportMailer.failed(self)
Severity: Major
Found in app/models/resource_import_file.rb and 8 other locations - About 15 mins to fix
app/models/event_import_file.rb on lines 73..80
app/models/event_import_file.rb on lines 111..118
app/models/event_import_file.rb on lines 138..145
app/models/resource_import_file.rb on lines 232..239
app/models/resource_import_file.rb on lines 390..397
app/models/resource_import_file.rb on lines 429..436
app/models/user_import_file.rb on lines 164..171
app/models/user_import_file.rb on lines 198..205

Duplicated Code

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

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

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

Tuning

This issue has a mass of 25.

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

  rescue StandardError => e
    self.error_message = "line #{row_num}: #{e.message}"
    save
    transition_to!(:failed)
    mailer = ResourceImportMailer.failed(self)
Severity: Major
Found in app/models/resource_import_file.rb and 8 other locations - About 15 mins to fix
app/models/event_import_file.rb on lines 73..80
app/models/event_import_file.rb on lines 111..118
app/models/event_import_file.rb on lines 138..145
app/models/resource_import_file.rb on lines 232..239
app/models/resource_import_file.rb on lines 361..368
app/models/resource_import_file.rb on lines 390..397
app/models/user_import_file.rb on lines 164..171
app/models/user_import_file.rb on lines 198..205

Duplicated Code

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

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

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

Tuning

This issue has a mass of 25.

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

  rescue StandardError => e
    self.error_message = "line #{row_num}: #{e.message}"
    save
    transition_to!(:failed)
    mailer = EventImportMailer.failed(self)
Severity: Major
Found in app/models/event_import_file.rb and 8 other locations - About 15 mins to fix
app/models/event_import_file.rb on lines 111..118
app/models/event_import_file.rb on lines 138..145
app/models/resource_import_file.rb on lines 232..239
app/models/resource_import_file.rb on lines 361..368
app/models/resource_import_file.rb on lines 390..397
app/models/resource_import_file.rb on lines 429..436
app/models/user_import_file.rb on lines 164..171
app/models/user_import_file.rb on lines 198..205

Duplicated Code

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

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

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

Tuning

This issue has a mass of 25.

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

  rescue StandardError => e
    self.error_message = "line #{row_num}: #{e.message}"
    save
    transition_to!(:failed)
    mailer = UserImportMailer.failed(self)
Severity: Major
Found in app/models/user_import_file.rb and 8 other locations - About 15 mins to fix
app/models/event_import_file.rb on lines 73..80
app/models/event_import_file.rb on lines 111..118
app/models/event_import_file.rb on lines 138..145
app/models/resource_import_file.rb on lines 232..239
app/models/resource_import_file.rb on lines 361..368
app/models/resource_import_file.rb on lines 390..397
app/models/resource_import_file.rb on lines 429..436
app/models/user_import_file.rb on lines 198..205

Duplicated Code

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

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

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

Tuning

This issue has a mass of 25.

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