bronycub/sugarcub

View on GitHub

Showing 3,238 of 3,238 total issues

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

var siblings = function( n, elem ) {
    var matched = [];

    for ( ; n; n = n.nextSibling ) {
        if ( n.nodeType === 1 && n !== elem ) {
Severity: Major
Found in core/static/vendor/jquery/dist/jquery.slim.js and 1 other location - About 2 hrs to fix
core/static/vendor/jquery/dist/jquery.js on lines 2831..2841

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

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

var siblings = function( n, elem ) {
    var matched = [];

    for ( ; n; n = n.nextSibling ) {
        if ( n.nodeType === 1 && n !== elem ) {
Severity: Major
Found in core/static/vendor/jquery/dist/jquery.js and 1 other location - About 2 hrs to fix
core/static/vendor/jquery/dist/jquery.slim.js on lines 2831..2841

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

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

function buildFragment( elems, context, scripts, selection, ignored ) {
    var elem, tmp, tag, wrap, contains, j,
        fragment = context.createDocumentFragment(),
        nodes = [],
        i = 0,
Severity: Major
Found in core/static/vendor/jquery/dist/jquery.js - About 2 hrs to fix

    Function buildFragment has 51 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function buildFragment( elems, context, scripts, selection, ignored ) {
        var elem, tmp, tag, wrap, contains, j,
            fragment = context.createDocumentFragment(),
            nodes = [],
            i = 0,
    Severity: Major
    Found in core/static/vendor/jquery/dist/jquery.slim.js - About 2 hrs to fix

      Function buildFragment has 51 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function buildFragment( elems, context, scripts, selection, ignored ) {
          var elem, tmp, tag, wrap, contains, j,
              fragment = context.createDocumentFragment(),
              nodes = [],
              i = 0,
      Severity: Major
      Found in core/static/vendor/jquery/src/manipulation/buildFragment.js - About 2 hrs to fix

        Function Datepicker has 51 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            var Datepicker = function(element, options){
                $(element).data('datepicker', this);
                this._process_options(options);
        
                this.dates = new DateArray();

          Function _fill_yearsView has 51 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  _fill_yearsView: function(selector, cssClass, factor, step, currentYear, startYear, endYear, callback){
                      var html, view, year, steps, startStep, endStep, thisYear, i, classes, tooltip, before;
          
                      html      = '';
                      view      = this.picker.find(selector);

            Function Datepicker has 51 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                var Datepicker = function(element, options){
                    $(element).data('datepicker', this);
                    this._process_options(options);
            
                    this.dates = new DateArray();
            Severity: Major
            Found in core/static/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js - About 2 hrs to fix

              Function _fill_yearsView has 51 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      _fill_yearsView: function(selector, cssClass, factor, step, currentYear, startYear, endYear, callback){
                          var html, view, year, steps, startStep, endStep, thisYear, i, classes, tooltip, before;
              
                          html      = '';
                          view      = this.picker.find(selector);
              Severity: Major
              Found in core/static/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js - About 2 hrs to fix

                Function setValue has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                            setValue = function (targetMoment) {
                                var oldDate = unset ? null : date;
                
                                // case of calling setValue(null or false)
                                if (!targetMoment) {

                  Function remove has 51 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                    remove: function( elem, types, handler, selector, mappedTypes ) {
                      var j, handleObj, tmp,
                        origCount, t, events,
                        special, handlers, type,
                        namespaces, origType,
                  Severity: Major
                  Found in core/static/vendor/jquery-expander/test/jquery.1.11.3.js - About 2 hrs to fix

                    File cookieconsent.js has 251 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    (function () {
                      // Stop from running again, if accidently included more than once.
                      if (window.hasCookieConsent) return;
                      window.hasCookieConsent = true;
                    
                    
                    Severity: Minor
                    Found in core/static/vendor/cookieconsent2/cookieconsent.js - About 2 hrs to fix

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

                      function translate(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/src/locale/cs.js - About 2 hrs to fix

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

                        function translate(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/locale/cs.js - About 2 hrs to fix

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

                          function translate(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/locale/sk.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/src/locale/bs.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/locale/hr.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/src/locale/hr.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/locale/bs.js - About 2 hrs to fix

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

                                    function translate(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/src/locale/sk.js - About 2 hrs to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language