bronycub/sugarcub

View on GitHub

Showing 3,238 of 3,238 total issues

Function translate has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function translate(number, withoutSuffix, key) {
    var result = number + ' ';
    switch (key) {
        case 'm':
            return withoutSuffix ? 'jedna minuta' : 'jedne minute';
Severity: Minor
Found in core/static/vendor/moment/min/moment-with-locales.js - About 2 hrs to fix

    Function translate$1 has 50 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function translate$1(number, withoutSuffix, key, isFuture) {
        var result = number + ' ';
        switch (key) {
            case 's':  // a few seconds / in a few seconds / a few seconds ago
                return (withoutSuffix || isFuture) ? 'pár sekund' : 'pár sekundami';
    Severity: Minor
    Found in core/static/vendor/moment/min/moment-with-locales.js - About 2 hrs to fix

      Function translate$3 has 50 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function translate$3(number, withoutSuffix, key) {
          var result = number + ' ';
          switch (key) {
              case 'm':
                  return withoutSuffix ? 'jedna minuta' : 'jedne minute';
      Severity: Minor
      Found in core/static/vendor/moment/min/moment-with-locales.js - About 2 hrs to fix

        Function translate$8 has 50 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        function translate$8(number, withoutSuffix, key, isFuture) {
            var result = number + ' ';
            switch (key) {
                case 's':  // a few seconds / in a few seconds / a few seconds ago
                    return (withoutSuffix || isFuture) ? 'pár sekúnd' : 'pár sekundami';
        Severity: Minor
        Found in core/static/vendor/moment/min/moment-with-locales.js - About 2 hrs to fix

          Function translate$1 has 50 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function translate$1(number, withoutSuffix, key, isFuture) {
              var result = number + ' ';
              switch (key) {
                  case 's':  // a few seconds / in a few seconds / a few seconds ago
                      return (withoutSuffix || isFuture) ? 'pár sekund' : 'pár sekundami';
          Severity: Minor
          Found in core/static/vendor/moment/min/locales.js - About 2 hrs to fix

            Function translate$3 has 50 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function translate$3(number, withoutSuffix, key) {
                var result = number + ' ';
                switch (key) {
                    case 'm':
                        return withoutSuffix ? 'jedna minuta' : 'jedne minute';
            Severity: Minor
            Found in core/static/vendor/moment/min/locales.js - About 2 hrs to fix

              Function translate$8 has 50 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              function translate$8(number, withoutSuffix, key, isFuture) {
                  var result = number + ' ';
                  switch (key) {
                      case 's':  // a few seconds / in a few seconds / a few seconds ago
                          return (withoutSuffix || isFuture) ? 'pár sekúnd' : 'pár sekundami';
              Severity: Minor
              Found in core/static/vendor/moment/min/locales.js - About 2 hrs to fix

                Function translate has 50 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                function translate(number, withoutSuffix, key) {
                    var result = number + ' ';
                    switch (key) {
                        case 'm':
                            return withoutSuffix ? 'jedna minuta' : 'jedne minute';
                Severity: Minor
                Found in core/static/vendor/moment/min/locales.js - About 2 hrs to fix

                  Consider simplifying this complex logical expression.
                  Open

                                  if ( ( mappedTypes || origType === handleObj.origType ) &&
                                      ( !handler || handler.guid === handleObj.guid ) &&
                                      ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                      ( !selector || selector === handleObj.selector ||
                                          selector === "**" && handleObj.selector ) ) {
                  Severity: Critical
                  Found in core/static/vendor/jquery/dist/jquery.js - About 2 hrs to fix

                    Consider simplifying this complex logical expression.
                    Open

                                    if ( ( mappedTypes || origType === handleObj.origType ) &&
                                        ( !handler || handler.guid === handleObj.guid ) &&
                                        ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                        ( !selector || selector === handleObj.selector ||
                                            selector === "**" && handleObj.selector ) ) {
                    Severity: Critical
                    Found in core/static/vendor/jquery/dist/jquery.slim.js - About 2 hrs to fix

                      Consider simplifying this complex logical expression.
                      Open

                                      if ( ( mappedTypes || origType === handleObj.origType ) &&
                                          ( !handler || handler.guid === handleObj.guid ) &&
                                          ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                          ( !selector || selector === handleObj.selector ||
                                              selector === "**" && handleObj.selector ) ) {
                      Severity: Critical
                      Found in core/static/vendor/jquery/src/event.js - About 2 hrs to fix

                        Function getTimePickerMainTemplate has 50 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                                    getTimePickerMainTemplate = function () {
                                        var topRow = $('<tr>'),
                                            middleRow = $('<tr>'),
                                            bottomRow = $('<tr>');
                        
                        

                          Function diffCompute has 50 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              DiffMatchPatch.prototype.diffCompute = function( text1, text2, checklines, deadline ) {
                                  var diffs, longtext, shorttext, i, hm,
                                      text1A, text2A, text1B, text2B,
                                      midCommon, diffsA, diffsB;
                          
                          
                          Severity: Minor
                          Found in core/static/vendor/jquery-expander/test/qunit/qunit.1.19.0.js - About 2 hrs to fix

                            Consider simplifying this complex logical expression.
                            Open

                                    if ( ( mappedTypes || origType === handleObj.origType ) &&
                                      ( !handler || handler.guid === handleObj.guid ) &&
                                      ( !tmp || tmp.test( handleObj.namespace ) ) &&
                                      ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
                                      handlers.splice( j, 1 );
                            Severity: Critical
                            Found in core/static/vendor/jquery-expander/test/jquery.1.11.3.js - About 2 hrs to fix

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

                              export function toArray () {
                                  var m = this;
                                  return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()];
                              }
                              Severity: Major
                              Found in core/static/vendor/moment/src/lib/moment/to-type.js and 2 other locations - About 2 hrs to fix
                              core/static/vendor/moment/min/moment-with-locales.js on lines 3294..3297
                              core/static/vendor/moment/moment.js on lines 3300..3303

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

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

                              function toArray () {
                                  var m = this;
                                  return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()];
                              }
                              Severity: Major
                              Found in core/static/vendor/moment/moment.js and 2 other locations - About 2 hrs to fix
                              core/static/vendor/moment/min/moment-with-locales.js on lines 3294..3297
                              core/static/vendor/moment/src/lib/moment/to-type.js on lines 13..16

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

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

                              function toArray () {
                                  var m = this;
                                  return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()];
                              }
                              Severity: Major
                              Found in core/static/vendor/moment/min/moment-with-locales.js and 2 other locations - About 2 hrs to fix
                              core/static/vendor/moment/moment.js on lines 3300..3303
                              core/static/vendor/moment/src/lib/moment/to-type.js on lines 13..16

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

                              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

                                  var input = $('<input />')
                                              .appendTo('#qunit-fixture')
                                              .val('2012-03-05')
                                              .datepicker({
                                                  format: 'yyyy-mm-dd',
                              core/static/vendor/bootstrap-datepicker/tests/suites/options.js on lines 448..458

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

                              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

                                  var input = $('<input />')
                                              .appendTo('#qunit-fixture')
                                              .val('2012-03-05')
                                              .datepicker({
                                                  format: 'yyyy-mm-dd',
                              core/static/vendor/bootstrap-datepicker/tests/suites/options.js on lines 585..595

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

                              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 configFromStringAndFormat has 49 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              export function configFromStringAndFormat(config) {
                                  // TODO: Move this to another part of the creation flow to prevent circular deps
                                  if (config._f === hooks.ISO_8601) {
                                      configFromISO(config);
                                      return;
                              Severity: Minor
                              Found in core/static/vendor/moment/src/lib/create/from-string-and-format.js - About 1 hr to fix
                                Severity
                                Category
                                Status
                                Source
                                Language