mysociety/alaveteli

View on GitHub

Showing 90 of 434 total issues

File info_request.rb has 1392 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require 'digest/sha1'
require 'fileutils'

class InfoRequest < ApplicationRecord
  OLD_AGE_IN_DAYS = 21.days
Severity: Major
Found in app/models/info_request.rb - About 3 days to fix

    Class InfoRequest has 151 methods (exceeds 20 allowed). Consider refactoring.
    Open

    class InfoRequest < ApplicationRecord
      OLD_AGE_IN_DAYS = 21.days
    
      include Rails.application.routes.url_helpers
      include AlaveteliPro::RequestSummaries
    Severity: Major
    Found in app/models/info_request.rb - About 2 days to fix

      File acts_as_xapian.rb has 822 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      require 'English'
      begin
        require 'xapian'
        $acts_as_xapian_bindings_available = true
      
      
      Severity: Major
      Found in lib/acts_as_xapian/acts_as_xapian.rb - About 1 day to fix

        File public_body.rb has 723 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        require 'csv'
        require 'securerandom'
        require 'set'
        require 'confidence_intervals'
        
        
        Severity: Major
        Found in app/models/public_body.rb - About 1 day to fix

          File routes.rb has 697 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          require 'sidekiq/web'
          
          include AlaveteliFeatures::Constraints
          
          # Allow easy extension from themes. Note these will have the highest priority.
          Severity: Major
          Found in config/routes.rb - About 1 day to fix

            Class User has 72 methods (exceeds 20 allowed). Consider refactoring.
            Open

            class User < ApplicationRecord
              include AlaveteliFeatures::Helpers
              include AlaveteliPro::PhaseCounts
              include User::Authentication
              include User::LoginToken
            Severity: Major
            Found in app/models/user.rb - About 1 day to fix

              File request_controller.rb has 595 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              require 'zip'
              
              class RequestController < ApplicationController
                skip_before_action :html_response, only: [:show, :select_authorities]
              
              
              Severity: Major
              Found in app/controllers/request_controller.rb - About 1 day to fix

                Class PublicBody has 60 methods (exceeds 20 allowed). Consider refactoring.
                Open

                class PublicBody < ApplicationRecord
                  include CalculatedHomePage
                  include Categorisable
                  include Taggable
                  include Notable
                Severity: Major
                Found in app/models/public_body.rb - About 1 day to fix

                  File user.rb has 511 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  class User < ApplicationRecord
                    include AlaveteliFeatures::Helpers
                    include AlaveteliPro::PhaseCounts
                    include User::Authentication
                    include User::LoginToken
                  Severity: Major
                  Found in app/models/user.rb - About 1 day to fix

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

                      var submitAddForm = function submitAddForm(e) {
                        e.preventDefault();
                        var $this = $(this);
                        DraftBatchSummary.startNewXHR();
                        DraftBatchSummary.currentXHR = $.ajax({
                    app/assets/javascripts/alaveteli_pro/draft_batch_summary/body.js on lines 27..47

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

                    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

                      var submitRemoveForm = function submitRemoveForm(e) {
                        e.preventDefault();
                        var $this = $(this);
                        DraftBatchSummary.startNewXHR();
                        DraftBatchSummary.currentXHR = $.ajax({
                    app/assets/javascripts/alaveteli_pro/batch_authority_search/result.js on lines 30..51

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

                    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

                    Method get_language_name has 191 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                      def self.get_language_name(locale)
                        language_names = {
                          'ab'    => 'аҧсуа',
                          'aa'    => 'Afaraf',
                          'af'    => 'Afrikaans',
                    Severity: Major
                    Found in lib/languages.rb - About 7 hrs to fix

                      Function d3TimeSeries has 158 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      function d3TimeSeries(selector, data, title, metric_name) {
                      
                        // Add the title
                        var wrapper_element = document.querySelectorAll(selector)[0];
                      
                      
                      Severity: Major
                      Found in app/assets/javascripts/time_series.js - About 6 hrs to fix

                        Method initialize has 147 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                          def initialize(user, project: nil, public_token: false)
                            # Define abilities for the passed in user here. For example:
                            #
                            #   user ||= User.new # guest user (not logged in)
                            #   if user.is_admin?
                        Severity: Major
                        Found in app/models/ability.rb - About 5 hrs to fix

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

                            DraftBatchSummary.bindXHR = function bindXHR() {
                              DraftBatchSummary.currentXHR.done(function(data) {
                                $el.trigger(Events.loadingSuccess, {html: data});
                              });
                              DraftBatchSummary.currentXHR.fail(function(xhr, textStatus) {
                          app/assets/javascripts/alaveteli_pro/batch_authority_search/initialise.js on lines 31..41

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

                          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

                            BatchAuthoritySearch.bindXHR = function bindXHR() {
                              BatchAuthoritySearch.currentXHR.done(function(data) {
                                $el.trigger(Events.loadingSuccess, {html: data});
                              });
                              BatchAuthoritySearch.currentXHR.fail(function(xhr, textStatus) {
                          app/assets/javascripts/alaveteli_pro/draft_batch_summary/initialise.js on lines 33..43

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

                          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

                          Method world_foi_websites has 115 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                            def self.world_foi_websites
                              world_foi_websites = [
                                { name: "WhatDoTheyKnow",
                                  country_name: "United Kingdom",
                                  country_iso_code: "GB",
                          Severity: Major
                          Found in lib/world_foi_websites.rb - About 4 hrs to fix

                            Method new has 104 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                              def new
                                # All new requests are of normal_sort
                                unless params[:outgoing_message].nil?
                                  params[:outgoing_message][:what_doing] = 'normal_sort'
                                end
                            Severity: Major
                            Found in app/controllers/request_controller.rb - About 4 hrs to fix

                              Function stripeForm has 92 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              function stripeForm(form, options) {
                                var that = Object.assign({
                                  stripe: Stripe(AlaveteliPro.stripe_publishable_key),
                                  form: form,
                                  submit: document.getElementById('js-stripe-submit'),
                              Severity: Major
                              Found in app/assets/javascripts/alaveteli_pro/stripe.js - About 3 hrs to fix

                                Method search has 92 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                  def search
                                    # TODO: Why is this so complicated with arrays and stuff? Look at the route
                                    # in config/routes.rb for comments.
                                
                                    combined = params[:combined].split("/")
                                Severity: Major
                                Found in app/controllers/general_controller.rb - About 3 hrs to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language