phodal/diaonan

View on GitHub

Showing 191 of 191 total issues

Avoid deeply nested control flow statements.
Open

                        if ( selMatch[ sel ] ) {
                            matches.push( handleObj );
                        }
Severity: Major
Found in app/assets/js/jquery-1.8.2.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                        if ( conv && s["throws"] ) {
                            response = conv( response );
                        } else {
                            try {
                                response = conv( response );
    Severity: Major
    Found in app/assets/js/jquery-1.8.2.js - About 45 mins to fix

      Function setMatcher has 6 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
      Severity: Minor
      Found in app/assets/js/jquery-1.8.2.js - About 45 mins to fix

        Avoid deeply nested control flow statements.
        Open

                                            if ( xhr.readyState !== 4 ) {
                                                xhr.abort();
                                            }
        Severity: Major
        Found in app/assets/js/jquery-1.8.2.js - About 45 mins to fix

          Avoid deeply nested control flow statements.
          Open

                              if ( elem && elem.parentNode ) {
                                  // Handle the case where IE, Opera, and Webkit return items
                                  // by name instead of ID
                                  if ( elem.id === m ) {
                                      results.push( elem );
          Severity: Major
          Found in app/assets/js/jquery-1.8.2.js - About 45 mins to fix

            Avoid deeply nested control flow statements.
            Open

                                if ( Expr.relative[ tokens[j].type ] ) {
                                    break;
                                }
            Severity: Major
            Found in app/assets/js/jquery-1.8.2.js - About 45 mins to fix

              Avoid deeply nested control flow statements.
              Open

                                  for ( conv2 in converters ) {
              
                                      // If conv2 outputs current
                                      tmp = conv2.split(" ");
                                      if ( tmp[ 1 ] === current ) {
              Severity: Major
              Found in app/assets/js/jquery-1.8.2.js - About 45 mins to fix

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

                    this.options.pause == 'hover' && this.$element
                      .on('mouseenter', $.proxy(this.pause, this))
                      .on('mouseleave', $.proxy(this.cycle, this))
                Severity: Minor
                Found in app/assets/js/bootstrap/bootstrap-carousel.js and 1 other location - About 40 mins to fix
                app/assets/js/bootstrap/bootstrap-typeahead.js on lines 172..174

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

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

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

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

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

                Refactorings

                Further Reading

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

                  , destroy: function () {
                      this.hide().$element.off('.' + this.type).removeData(this.type)
                    }
                Severity: Minor
                Found in app/assets/js/bootstrap/bootstrap-tooltip.js and 1 other location - About 40 mins to fix
                app/assets/js/bootstrap/bootstrap-popover.js on lines 74..76

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

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

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

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

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

                Refactorings

                Further Reading

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

                  , destroy: function () {
                      this.hide().$element.off('.' + this.type).removeData(this.type)
                    }
                Severity: Minor
                Found in app/assets/js/bootstrap/bootstrap-popover.js and 1 other location - About 40 mins to fix
                app/assets/js/bootstrap/bootstrap-tooltip.js on lines 242..244

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

                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.$element
                        .on('blur',     $.proxy(this.blur, this))
                        .on('keypress', $.proxy(this.keypress, this))
                Severity: Minor
                Found in app/assets/js/bootstrap/bootstrap-typeahead.js and 1 other location - About 40 mins to fix
                app/assets/js/bootstrap/bootstrap-carousel.js on lines 33..35

                Duplicated Code

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

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

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

                Tuning

                This issue has a mass of 49.

                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

                Consider simplifying this complex logical expression.
                Open

                            if ( matcher[ expando ] ) {
                                // Find the next relative operator (if any) for proper handling
                                j = ++i;
                                for ( ; j < len; j++ ) {
                                    if ( Expr.relative[ tokens[j].type ] ) {
                Severity: Major
                Found in app/assets/js/jquery-1.8.2.js - About 40 mins to fix

                  Consider simplifying this complex logical expression.
                  Open

                  if ( !jQuery.support.opacity ) {
                      jQuery.cssHooks.opacity = {
                          get: function( elem, computed ) {
                              // IE uses filters for opacity
                              return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
                  Severity: Major
                  Found in app/assets/js/jquery-1.8.2.js - About 40 mins to fix

                    Consider simplifying this complex logical expression.
                    Open

                                    if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) {
                    
                                        // Don't re-trigger an onFOO event when we call its FOO() method
                                        old = elem[ ontype ];
                    
                    
                    Severity: Major
                    Found in app/assets/js/jquery-1.8.2.js - About 40 mins to fix

                      Consider simplifying this complex logical expression.
                      Open

                              if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && getByName && data === undefined ) {
                                  return;
                              }
                      Severity: Major
                      Found in app/assets/js/jquery-1.8.2.js - About 40 mins to fix

                        Function remove has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                            remove: function( elem, types, handler, selector, mappedTypes ) {
                        Severity: Minor
                        Found in app/assets/js/jquery-1.8.2.js - About 35 mins to fix

                          Function select has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                          function select( selector, context, results, seed, xml ) {
                          Severity: Minor
                          Found in app/assets/js/jquery-1.8.2.js - About 35 mins to fix

                            Function Tween has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                            function Tween( elem, options, prop, end, easing ) {
                            Severity: Minor
                            Found in app/assets/js/jquery-1.8.2.js - About 35 mins to fix

                              Function on has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
                              Severity: Minor
                              Found in app/assets/js/jquery-1.8.2.js - About 35 mins to fix

                                Function superMatcher has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                        superMatcher = function( seed, context, xml, results, expandContext ) {
                                Severity: Minor
                                Found in app/assets/js/jquery-1.8.2.js - About 35 mins to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language