sleepepi/sleepportal

View on GitHub

Showing 436 of 436 total issues

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

        _drawRect: function (shapeid, x, y, width, height, lineColor, fillColor) {
Severity: Major
Found in app/assets/javascripts/external/jquery.sparkline.js - About 50 mins to fix

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

            _drawCircle: function (shapeid, x, y, radius, lineColor, fillColor, lineWidth) {
    Severity: Major
    Found in app/assets/javascripts/external/jquery.sparkline.js - About 50 mins to fix

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

              _drawCircle: function (shapeid, x, y, radius, lineColor, fillColor, lineWidth) {
      Severity: Major
      Found in app/assets/javascripts/external/jquery.sparkline.js - About 50 mins to fix

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

                drawPieSlice: function (x, y, radius, startAngle, endAngle, lineColor, fillColor) {
        Severity: Major
        Found in app/assets/javascripts/external/jquery.sparkline.js - About 50 mins to fix

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

                  _drawRect: function (shapeid, x, y, width, height, lineColor, fillColor) {
          Severity: Major
          Found in app/assets/javascripts/external/jquery.sparkline.js - About 50 mins to fix

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

                    attrSetters.padding =  function (value) {
                        if (defined(value) && value !== padding) {
                            padding = value;
                            updateTextPadding();
                        }
            Severity: Minor
            Found in app/assets/javascripts/external/highcharts-3.0.7.src.js and 1 other location - About 50 mins to fix
            app/assets/javascripts/external/highcharts-3.0.7.src.js on lines 4403..4409

            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

                    attrSetters.paddingLeft =  function (value) {
                        if (defined(value) && value !== paddingLeft) {
                            paddingLeft = value;
                            updateTextPadding();
                        }
            Severity: Minor
            Found in app/assets/javascripts/external/highcharts-3.0.7.src.js and 1 other location - About 50 mins to fix
            app/assets/javascripts/external/highcharts-3.0.7.src.js on lines 4396..4402

            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

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

                rect: function (x, y, width, height, r, strokeWidth) {
            Severity: Minor
            Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

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

                  arc: function (x, y, r, innerR, start, end) {
              Severity: Minor
              Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

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

                    getMarkPath: function (x, y, tickLength, tickWidth, horiz, renderer) {
                Severity: Minor
                Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

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

                      symbol: function (symbol, x, y, width, height, options) {
                  Severity: Minor
                  Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

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

                        translate: function (val, backwards, cvsCoord, old, handleLog, pointPlacement) {
                    Severity: Minor
                    Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

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

                      function StackItem(axis, options, isNegative, x, stackOption, stacking) {
                      Severity: Minor
                      Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

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

                            rect: function (x, y, width, height, r, strokeWidth) {
                        Severity: Minor
                        Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

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

                              justifyDataLabel: function (dataLabel, options, alignAttr, bBox, alignTo, isNew) {
                          Severity: Minor
                          Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

                            Avoid deeply nested control flow statements.
                            Open

                                                    while (i--) {
                                                        attr(
                                                            shadows[i],
                                                            key,
                                                            key === 'height' ?
                            Severity: Major
                            Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

                              Avoid deeply nested control flow statements.
                              Open

                                                              if (words.length) {
                                                                  tspan.appendChild(doc.createTextNode(words.join(' ').replace(/- /g, '-')));
                                                              }
                              Severity: Major
                              Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

                                Avoid deeply nested control flow statements.
                                Open

                                                        if (distance < closest) {
                                                            closest = distance;
                                                            slotIndex = slotI;
                                                        }
                                Severity: Major
                                Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

                                  Avoid deeply nested control flow statements.
                                  Open

                                                          if (value !== wrapper.textStr) {
                                                              delete wrapper.bBox;
                                                          }
                                  Severity: Major
                                  Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix

                                    Avoid deeply nested control flow statements.
                                    Open

                                                            if (points[j].rank >= slotsLength) {
                                                                points.splice(j, 1);
                                                            }
                                    Severity: Major
                                    Found in app/assets/javascripts/external/highcharts-3.0.7.src.js - About 45 mins to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language