JohnMunsch/PaperQuik

View on GitHub

Showing 1,311 of 1,311 total issues

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

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

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

        add: function( elem, types, handler, data, selector ) {
    Severity: Minor
    Found in app/bower_components/jquery/src/event.js - About 35 mins to fix

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

              "CHILD": function( type, what, argument, first, last ) {
      Severity: Minor
      Found in app/bower_components/jquery/src/sizzle/dist/sizzle.js - About 35 mins to fix

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

                superMatcher = function( seed, context, xml, results, outermost ) {
        Severity: Minor
        Found in app/bower_components/jquery/src/sizzle/dist/sizzle.js - About 35 mins to fix

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

          function condense( unmatched, map, filter, context, xml ) {
          Severity: Minor
          Found in app/bower_components/jquery/src/sizzle/dist/sizzle.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/bower_components/jquery/src/event.js - About 35 mins to fix

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

                  link: function(scope, element, attr, accordionGroupCtrl, transclude) {
              Severity: Minor
              Found in app/bower_components/angular-ui-bootstrap-bower/ui-bootstrap-tpls.js - About 35 mins to fix

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

                    link: function(scope, $element, attr, ctrl, $transclude) {
                Severity: Minor
                Found in app/bower_components/angular-route/angular-route.js - About 35 mins to fix

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

                      link: function(scope, element, attr, accordionGroupCtrl, transclude) {
                  Severity: Minor
                  Found in app/bower_components/angular-ui-bootstrap-bower/ui-bootstrap.js - About 35 mins to fix

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

                      angulartics.waitForVendorApi('pSUPERFLY', 500, function (pSUPERFLY) {
                        $analyticsProvider.registerPageTrack(function (path) {
                          pSUPERFLY.virtualPage(path);
                        });
                      });
                    Severity: Minor
                    Found in app/bower_components/angularitics/src/angulartics-chartbeat.js and 1 other location - About 35 mins to fix
                    app/bower_components/angularitics/src/angulartics-mixpanel.js on lines 29..33

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

                    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

                      angulartics.waitForVendorApi('mixpanel', 500, function (mixpanel) {
                        $analyticsProvider.registerSetUsername(function (userId) {
                          mixpanel.identify(userId);
                        });
                      });
                    Severity: Minor
                    Found in app/bower_components/angularitics/src/angulartics-mixpanel.js and 1 other location - About 35 mins to fix
                    app/bower_components/angularitics/src/angulartics-chartbeat.js on lines 18..22

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

                    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

                    jQuery.expr.filters.visible = function( elem ) {
                        return !jQuery.expr.filters.hidden( elem );
                    };
                    Severity: Minor
                    Found in app/bower_components/jquery/src/css/hiddenVisibleSelectors.js and 1 other location - About 35 mins to fix
                    app/bower_components/jquery/dist/jquery.js on lines 8404..8406

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

                    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

                    function completed() {
                        document.removeEventListener( "DOMContentLoaded", completed, false );
                        window.removeEventListener( "load", completed, false );
                        jQuery.ready();
                    }
                    Severity: Minor
                    Found in app/bower_components/jquery/src/core/ready.js and 1 other location - About 35 mins to fix
                    app/bower_components/jquery/dist/jquery.js on lines 3404..3408

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

                    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

                    function completed() {
                        document.removeEventListener( "DOMContentLoaded", completed, false );
                        window.removeEventListener( "load", completed, false );
                        jQuery.ready();
                    }
                    Severity: Minor
                    Found in app/bower_components/jquery/dist/jquery.js and 1 other location - About 35 mins to fix
                    app/bower_components/jquery/src/core/ready.js on lines 64..68

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

                    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

                    jQuery.expr.filters.visible = function( elem ) {
                        return !jQuery.expr.filters.hidden( elem );
                    };
                    Severity: Minor
                    Found in app/bower_components/jquery/dist/jquery.js and 1 other location - About 35 mins to fix
                    app/bower_components/jquery/src/css/hiddenVisibleSelectors.js on lines 11..13

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

                    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

                    conditionizr.add('opera', function () {
                      return !!window.opera || /opera/i.test(navigator.vendor);
                    });
                    Severity: Minor
                    Found in app/bower_components/conditionizr/detects/opera.js and 1 other location - About 35 mins to fix
                    app/bower_components/conditionizr/detects/chrome.js on lines 7..9

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

                    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

                    conditionizr.add('chrome', function () {
                      return !!window.chrome && /google/i.test(navigator.vendor);
                    });
                    Severity: Minor
                    Found in app/bower_components/conditionizr/detects/chrome.js and 1 other location - About 35 mins to fix
                    app/bower_components/conditionizr/detects/opera.js on lines 7..9

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

                    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

                    Avoid too many return statements within this function.
                    Open

                          if (aStack[length] == a) return bStack[length] == b;
                    Severity: Major
                    Found in app/bower_components/underscore/underscore.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                          return result;
                      Severity: Major
                      Found in app/bower_components/underscore/underscore.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                return $.error("The " + method + " method does not exist in jQuery Waypoints.");
                        Severity: Major
                        Found in app/bower_components/jquery-waypoints/waypoints.js - About 30 mins to fix
                          Severity
                          Category
                          Status
                          Source
                          Language