JohnMunsch/PaperQuik

View on GitHub

Showing 1,311 of 1,311 total issues

Function _updateEvent has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    _updateEvent: function(type, point, minDistance, maxDistance, start,
            needsChange, matchMaxDistance) {
Severity: Major
Found in app/bower_components/paper/dist/paper-full.js - About 50 mins to fix

    Function findRoot has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            findRoot: function(f, df, x, a, b, n, tolerance) {
    Severity: Major
    Found in app/bower_components/paper/dist/paper-full.js - About 50 mins to fix

      Function set has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          set: function(a, c, b, d, tx, ty, _dontNotify) {
      Severity: Major
      Found in app/bower_components/paper/dist/paper-full.js - About 50 mins to fix

        Function getSide has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

                getSide: function(px, py, vx, vy, x, y, asVector) {
        Severity: Major
        Found in app/bower_components/paper/dist/paper-full.js - About 50 mins to fix

          Function getSignedDistance has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

                  getSignedDistance: function(px, py, vx, vy, x, y, asVector) {
          Severity: Major
          Found in app/bower_components/paper/dist/paper-full.js - About 50 mins to fix

            Function initialize has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                initialize: function CurveLocation(curve, parameter, point, _curve2,
                        _parameter2, _point2, _distance) {
            Severity: Major
            Found in app/bower_components/paper/dist/paper-full.js - About 50 mins to fix

              Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

              var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
              Severity: Major
              Found in app/bower_components/jquery/dist/jquery.js - About 50 mins to fix

                Function $httpBackend has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                  function $httpBackend(method, url, data, callback, headers, timeout, withCredentials) {
                Severity: Major
                Found in app/bower_components/angular-mocks/angular-mocks.js - About 50 mins to fix

                  Function access has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                  var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) {
                  Severity: Major
                  Found in app/bower_components/jquery/src/core/access.js - About 50 mins to fix

                    Function $get has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                            function ($injector, $rootScope, $q, $http, $templateCache, $controller, $modalStack) {
                    Severity: Major
                    Found in app/bower_components/angular-ui-bootstrap-bower/ui-bootstrap-tpls.js - About 50 mins to fix

                      Function $get has 7 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                        this.$get = [ '$window', '$compile', '$timeout', '$parse', '$document', '$position', '$interpolate', function ( $window, $compile, $timeout, $parse, $document, $position, $interpolate ) {
                      Severity: Major
                      Found in app/bower_components/angular-ui-bootstrap-bower/ui-bootstrap.js - About 50 mins to fix

                        Function $get has 7 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                function ($injector, $rootScope, $q, $http, $templateCache, $controller, $modalStack) {
                        Severity: Major
                        Found in app/bower_components/angular-ui-bootstrap-bower/ui-bootstrap.js - About 50 mins to fix

                          Function $get has 7 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                            this.$get = [ '$window', '$compile', '$timeout', '$parse', '$document', '$position', '$interpolate', function ( $window, $compile, $timeout, $parse, $document, $position, $interpolate ) {
                          Severity: Major
                          Found in app/bower_components/angular-ui-bootstrap-bower/ui-bootstrap-tpls.js - About 50 mins to fix

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

                                if(properties.value) {
                                  var parsed = parseInt(properties.value, 10);
                                  properties.value = isNaN(parsed) ? 0 : parsed;
                                }
                            Severity: Minor
                            Found in app/bower_components/angularitics/src/angulartics-ga.js and 1 other location - About 50 mins to fix
                            app/bower_components/angularitics/src/angulartics-piwik.js on lines 35..38

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

                            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

                                                if (properties.value) {
                                                    var parsed = parseInt(properties.value, 10);
                                                    properties.value = isNaN(parsed) ? 0 : parsed;
                                                }
                            Severity: Minor
                            Found in app/bower_components/angularitics/src/angulartics-piwik.js and 1 other location - About 50 mins to fix
                            app/bower_components/angularitics/src/angulartics-ga.js on lines 43..46

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

                            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.hidden = function( elem ) {
                                // Support: Opera <= 12.12
                                // Opera reports offsetWidths and offsetHeights less than zero on some elements
                                return elem.offsetWidth <= 0 && elem.offsetHeight <= 0;
                            };
                            Severity: Minor
                            Found in app/bower_components/jquery/src/css/hiddenVisibleSelectors.js and 1 other location - About 50 mins to fix
                            app/bower_components/jquery/dist/jquery.js on lines 8399..8403

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

                            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

                            if ( typeof define === "function" && define.amd ) {
                                define( "jquery", [], function() {
                                    return jQuery;
                                });
                            }
                            Severity: Minor
                            Found in app/bower_components/jquery/dist/jquery.js and 1 other location - About 50 mins to fix
                            app/bower_components/jquery/src/exports/amd.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 51.

                            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

                            if ( typeof define === "function" && define.amd ) {
                                define( "jquery", [], function() {
                                    return jQuery;
                                });
                            }
                            Severity: Minor
                            Found in app/bower_components/jquery/src/exports/amd.js and 1 other location - About 50 mins to fix
                            app/bower_components/jquery/dist/jquery.js on lines 9150..9154

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

                            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.registerSetUserProperties(function (properties) {
                                  mixpanel.people.set(properties);
                                });
                              });
                            Severity: Minor
                            Found in app/bower_components/angularitics/src/angulartics-mixpanel.js and 1 other location - About 50 mins to fix
                            app/bower_components/angularitics/src/angulartics-mixpanel.js on lines 41..45

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

                            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.registerSetUserPropertiesOnce(function (properties) {
                                  mixpanel.people.set_once(properties);
                                });
                              });
                            Severity: Minor
                            Found in app/bower_components/angularitics/src/angulartics-mixpanel.js and 1 other location - About 50 mins to fix
                            app/bower_components/angularitics/src/angulartics-mixpanel.js on lines 35..39

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

                            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