etnbrd/flx-compiler

View on GitHub

Showing 1,229 of 1,229 total issues

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

    remove: function( elem, types, handler, selector, mappedTypes ) {
Severity: Minor
Found in test-set/gifsockets-server-master/public/js/jquery.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 test-set/gifsockets-server-master/public/js/jquery.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 test-set/gifsockets-server-master/public/js/jquery.js - About 35 mins to fix

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

        sigma.canvas.edges.toContext = function(e, s, t, ctx, settings) {
        Severity: Minor
        Found in prototypes/express/src/console/script.js - About 35 mins to fix

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

          sigma.canvas.edges.toNode = function(e, s, t, ctx, settings) {
          Severity: Minor
          Found in prototypes/express/src/console/script.js - About 35 mins to fix

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

              sigma.canvas.edges.arrow = function(edge, source, target, context, settings) {

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

              function Node(node, name, id, kind, options) {
              Severity: Minor
              Found in prototypes/blender/lib/constructors.js - About 35 mins to fix

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

                    addNode: function(node, data, i, prefix, settings) {

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

                    sigma.utils.loadProgram = function(gl, shaders, attribs, loc, error) {
                  Severity: Minor
                  Found in prototypes/express/src/console/sigma/src/utils/sigma.utils.js - About 35 mins to fix

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

                    _types.Callee = function(callExpr, dep, tree, include, forest) {
                    Severity: Minor
                    Found in prototypes/blender/lib/resolution.js - About 35 mins to fix

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

                      _types.Argument = function(callExpr, dep, tree, include, forest) {
                      Severity: Minor
                      Found in prototypes/blender/lib/resolution.js - About 35 mins to fix

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

                            addNode: function(node, data, i, prefix, settings) {

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

                            sigma.canvas.edges.def = function(edge, source, target, context, settings) {

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

                            _types.Before = function(callExpr, dep, tree, include, forest) {
                            Severity: Minor
                            Found in prototypes/blender/lib/resolution.js - About 35 mins to fix

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

                                          for ( i in elems ) {
                                              value = callback( elems[ i ], i, arg );
                              
                                              if ( value != null ) {
                                                  ret[ ret.length ] = value;
                              Severity: Minor
                              Found in test-set/gifsockets-server-master/public/js/jquery.js and 1 other location - About 35 mins to fix
                              test-set/gifsockets-server-master/public/js/jquery.js on lines 772..778

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

                                        x: val.x !== undefined ?
                                          initialVal.x + (val.x - initialVal.x) * coef :
                                          initialVal.x,
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 114..116
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 117..119
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 120..122

                              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

                                          for ( ; i < length; i++ ) {
                                              value = callback( elems[ i ], i, arg );
                              
                                              if ( value != null ) {
                                                  ret[ ret.length ] = value;
                              Severity: Minor
                              Found in test-set/gifsockets-server-master/public/js/jquery.js and 1 other location - About 35 mins to fix
                              test-set/gifsockets-server-master/public/js/jquery.js on lines 782..788

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

                                        ratio: val.ratio !== undefined ?
                                          initialVal.ratio + (val.ratio - initialVal.ratio) * coef :
                                          initialVal.ratio,
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 111..113
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 114..116
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 120..122

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

                                        y: val.y !== undefined ?
                                          initialVal.y + (val.y - initialVal.y) * coef :
                                          initialVal.y,
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 111..113
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 117..119
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 120..122

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

                                        angle: val.angle !== undefined ?
                                          initialVal.angle + (val.angle - initialVal.angle) * coef :
                                          initialVal.angle
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 111..113
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 114..116
                              prototypes/express/src/console/sigma/src/misc/sigma.misc.animation.js on lines 117..119

                              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

                              Severity
                              Category
                              Status
                              Source
                              Language