jacquev6/variadic

View on GitHub

Showing 201 of 201 total issues

Function setOffset has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    setOffset: function( elem, options, i ) {
        var curPosition, curLeft, curCSSTop, curTop, curOffset, curCSSLeft, calculatePosition,
            position = jQuery.css( elem, "position" ),
            curElem = jQuery( elem ),
            props = {};
Severity: Minor
Found in docs/_static/jquery-3.2.1.js - About 1 hr to fix

    Consider simplifying this complex logical expression.
    Open

        if ( initialInUnit && initialInUnit[ 3 ] !== unit ) {
    
            // Trust units reported by jQuery.css
            unit = unit || initialInUnit[ 3 ];
    
    
    Severity: Critical
    Found in docs/_static/jquery-3.2.1.js - About 1 hr to fix

      Function showHide has 33 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function showHide( elements, show ) {
          var display, elem,
              values = [],
              index = 0,
              length = elements.length;
      Severity: Minor
      Found in docs/_static/jquery-3.2.1.js - About 1 hr to fix

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

                if ( jQuery.isFunction( value ) ) {
                    return this.each( function( j ) {
                        jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
                    } );
                }
        Severity: Major
        Found in docs/_static/jquery-3.2.1.js and 1 other location - About 1 hr to fix
        docs/_static/jquery-3.2.1.js on lines 7805..7809

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

        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

                if ( jQuery.isFunction( value ) ) {
                    return this.each( function( j ) {
                        jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
                    } );
                }
        Severity: Major
        Found in docs/_static/jquery-3.2.1.js and 1 other location - About 1 hr to fix
        docs/_static/jquery-3.2.1.js on lines 7768..7772

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

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

            $(document).on("click", 'a.hide-proposal', function(event) {
              event.preventDefault();
              hideProposal($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.close-reply', function(event) {
              event.preventDefault();
              closeReply($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.reply', function(event) {
              event.preventDefault();
              openReply($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.show-proposal', function(event) {
              event.preventDefault();
              showProposal($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.show-propose-change', function(event) {
              event.preventDefault();
              showProposeChange($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.delete-comment', function(event) {
              event.preventDefault();
              deleteComment($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.accept-comment', function(event) {
              event.preventDefault();
              acceptComment($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.comment-markup', function(event) {
              event.preventDefault();
              toggleCommentMarkupBox($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96

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

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

            $(document).on("click", 'a.hide-propose-change', function(event) {
              event.preventDefault();
              hideProposeChange($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 53..56
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

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

            $(document).on("click", 'a.comment-close', function(event) {
              event.preventDefault();
              hide($(this).attr('id').substring(2));
            });
        Severity: Major
        Found in docs/_static/websupport.js and 9 other locations - About 1 hr to fix
        docs/_static/websupport.js on lines 61..64
        docs/_static/websupport.js on lines 65..68
        docs/_static/websupport.js on lines 73..76
        docs/_static/websupport.js on lines 77..80
        docs/_static/websupport.js on lines 81..84
        docs/_static/websupport.js on lines 85..88
        docs/_static/websupport.js on lines 89..92
        docs/_static/websupport.js on lines 93..96
        docs/_static/websupport.js on lines 97..100

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

        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 load has 31 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        jQuery.fn.load = function( url, params, callback ) {
            var selector, type, response,
                self = this,
                off = url.indexOf( " " );
        
        
        Severity: Minor
        Found in docs/_static/jquery-3.2.1.js - About 1 hr to fix

          Function speed has 30 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          jQuery.speed = function( speed, easing, fn ) {
              var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : {
                  complete: fn || !fn && easing ||
                      jQuery.isFunction( speed ) && speed,
                  duration: speed,
          Severity: Minor
          Found in docs/_static/jquery-3.2.1.js - About 1 hr to fix

            Function removeClass has 30 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                removeClass: function( value ) {
                    var classes, elem, cur, curValue, clazz, j, finalValue,
                        i = 0;
            
                    if ( jQuery.isFunction( value ) ) {
            Severity: Minor
            Found in docs/_static/jquery-3.2.1.js - About 1 hr to fix

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

                  preventDefault: function() {
                      var e = this.originalEvent;
              
                      this.isDefaultPrevented = returnTrue;
              
              
              Severity: Major
              Found in docs/_static/jquery-3.2.1.js and 1 other location - About 1 hr to fix
              docs/_static/jquery-3.2.1.js on lines 5448..5456

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

              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

                  stopPropagation: function() {
                      var e = this.originalEvent;
              
                      this.isPropagationStopped = returnTrue;
              
              
              Severity: Major
              Found in docs/_static/jquery-3.2.1.js and 1 other location - About 1 hr to fix
              docs/_static/jquery-3.2.1.js on lines 5439..5447

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

              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