privly/privly-web

View on GitHub

Showing 98 of 98 total issues

Function correctIndirection has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  correctIndirection: function()
  {
    "use strict";
    var anchors = document.links;
    var i = anchors.length;
Severity: Minor
Found in public/cdn/privly-0.1.2.js - About 1 hr to fix

    Function getUrlVariables has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring.
    Open

      getUrlVariables: function(url) {
        
        "use strict";
        
        var vars = {};
    Severity: Minor
    Found in public/cdn/privly-0.1.2.js - About 1 hr to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    Function applyPlacement has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      , applyPlacement: function(offset, placement){
          var $tip = this.tip()
            , width = $tip[0].offsetWidth
            , height = $tip[0].offsetHeight
            , actualWidth
    Severity: Minor
    Found in app/assets/javascripts/bootstrap.js - About 1 hr to fix

      Function getUrlVariables has 29 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        getUrlVariables: function(url) {
          
          "use strict";
          
          var vars = {};
      Severity: Minor
      Found in public/cdn/privly.js - About 1 hr to fix

        Function getUrlVariables has 29 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

          getUrlVariables: function(url) {
            
            "use strict";
            
            var vars = {};
        Severity: Minor
        Found in public/cdn/privly-0.1.3.js - About 1 hr to fix

          Function correctIndirection has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

            correctIndirection: function()
            {
              "use strict";
              var anchors = document.links;
              var i = anchors.length;
          Severity: Minor
          Found in public/cdn/privly-0.1.3.js - About 1 hr to fix

            Function correctIndirection has 28 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

              correctIndirection: function()
              {
                "use strict";
                var anchors = document.links;
                var i = anchors.length;
            Severity: Minor
            Found in public/cdn/privly.js - About 1 hr to fix

              Method create has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                def create
                  
                  if not params[:user] or not params[:user][:email]
                    return
                  end
              Severity: Minor
              Found in app/controllers/users/invitations_controller.rb - About 1 hr to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Method update has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
              Open

                def update
                  
                  unless current_user == @post.user
                    return
                  end
              Severity: Minor
              Found in app/controllers/posts_controller.rb - About 1 hr to fix

              Cognitive Complexity

              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

              A method's cognitive complexity is based on a few simple rules:

              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
              • Code is considered more complex for each "break in the linear flow of the code"
              • Code is considered more complex when "flow breaking structures are nested"

              Further reading

              Method create has 27 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                def create
                  
                  unless current_user.can_post
                    redirect_to welcome_page_path
                  end
              Severity: Minor
              Found in app/controllers/posts_controller.rb - About 1 hr to fix

                Function resizeIframePostedMessage has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                  resizeIframePostedMessage: function(message){
                    
                    "use strict";
                    
                    //check the format of the message
                Severity: Minor
                Found in public/cdn/privly-0.1.2.js - About 1 hr to fix

                  Method use_invite has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    def use_invite
                      
                      # Make sure the user has invites remaining
                      if current_user.alpha_invites < 1
                        redirect_to pages_account_path, :notice => "You do not have any invitations at this time."
                  Severity: Minor
                  Found in app/controllers/users/invitations_controller.rb - About 1 hr to fix

                    Function keydown has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                      , keydown: function (e) {
                          var $this
                            , $items
                            , $active
                            , $parent
                    Severity: Minor
                    Found in app/assets/javascripts/bootstrap.js - About 1 hr to fix

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

                            this.timeout = setTimeout(function() {
                              if (self.hoverState == 'in') self.show()
                            }, self.options.delay.show)
                      Severity: Major
                      Found in app/assets/javascripts/bootstrap.js and 1 other location - About 1 hr to fix
                      app/assets/javascripts/bootstrap.js on lines 1158..1160

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

                      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

                            this.timeout = setTimeout(function() {
                              if (self.hoverState == 'out') self.hide()
                            }, self.options.delay.hide)
                      Severity: Major
                      Found in app/assets/javascripts/bootstrap.js and 1 other location - About 1 hr to fix
                      app/assets/javascripts/bootstrap.js on lines 1146..1148

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

                      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

                      Function toggleInjection has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                      Open

                        toggleInjection: function() {
                          var iframes = document.getElementsByTagName("iframe");
                          for(var i = 0; i < iframes.length; i++) {
                            var iframe = iframes[i];
                            if (iframe.getAttribute("data-privly-display") === "true") {
                      Severity: Minor
                      Found in public/cdn/privly-0.1.3.js - About 45 mins to fix

                      Cognitive Complexity

                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                      A method's cognitive complexity is based on a few simple rules:

                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                      • Code is considered more complex for each "break in the linear flow of the code"
                      • Code is considered more complex when "flow breaking structures are nested"

                      Further reading

                      Method destroy has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                      Open

                        def destroy
                          respond_to do |format|
                            format.html {
                              unless user_signed_in?
                                redirect_to new_user_session_path, :error => "you are not signed in, we did not destroy a token"
                      Severity: Minor
                      Found in app/controllers/token_authentications_controller.rb - About 45 mins to fix

                      Cognitive Complexity

                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                      A method's cognitive complexity is based on a few simple rules:

                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                      • Code is considered more complex for each "break in the linear flow of the code"
                      • Code is considered more complex when "flow breaking structures are nested"

                      Further reading

                      Avoid deeply nested control flow statements.
                      Open

                                  if (privly.privlyReferencesRegex.test(attrib.value)) {
                                    a.setAttribute("privlyHref", attrib.value);
                                  }
                      Severity: Major
                      Found in public/cdn/privly.js - About 45 mins to fix

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

                                  this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
                        Severity: Minor
                        Found in app/assets/javascripts/bootstrap.js and 1 other location - About 45 mins to fix
                        app/assets/javascripts/bootstrap.js on lines 1109..1109

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

                        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 create has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
                        Open

                          def create
                            @user = User.find_by_email(params[:email])
                            
                            if @user and not @user.valid_password?(params[:password])
                              @user.failed_attempts += 1
                        Severity: Minor
                        Found in app/controllers/token_authentications_controller.rb - About 45 mins to fix

                        Cognitive Complexity

                        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                        A method's cognitive complexity is based on a few simple rules:

                        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                        • Code is considered more complex for each "break in the linear flow of the code"
                        • Code is considered more complex when "flow breaking structures are nested"

                        Further reading

                        Severity
                        Category
                        Status
                        Source
                        Language