suitmedia/suitcoda

View on GitHub

Showing 784 of 784 total issues

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

                            for (t in w.PAGE.totalObjCountPrimed) {
                                if (w.PAGE.totalObjCountPrimed.hasOwnProperty(t)) {
                                    P[t] = {
                                        r: w.PAGE.totalObjCountPrimed[t],
                                        w: w.PAGE.totalObjSizePrimed[t]
Severity: Major
Found in performance/yslow.js and 1 other location - About 2 hrs to fix
performance/yslow.js on lines 1671..1678

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

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

                        for (w = 0, z = v.length; w < z; w += 1) {
                            u = v[w];
                            q = u.value || u.getAttribute("value");
                            if (q) {
                                r[q] = 1
Severity: Major
Found in performance/yslow.js and 3 other locations - About 2 hrs to fix
performance/yslow.js on lines 2387..2393
performance/yslow.js on lines 2395..2401
performance/yslow.js on lines 2411..2417

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

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

                        for (w = 0, z = v.length; w < z; w += 1) {
                            u = v[w];
                            q = u.src || u.getAttribute("src");
                            if (q) {
                                r[q] = 1
Severity: Major
Found in performance/yslow.js and 3 other locations - About 2 hrs to fix
performance/yslow.js on lines 2395..2401
performance/yslow.js on lines 2403..2409
performance/yslow.js on lines 2411..2417

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

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

ProjectTest has 23 functions (exceeds 20 allowed). Consider refactoring.
Open

class ProjectTest extends TestCase
{
    use DatabaseTransactions;

    /**
Severity: Minor
Found in tests/Model/ProjectTest.php - About 2 hrs to fix

    Function showTooltip has 62 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                        showTooltip: function(G, w) {
                            var u, H, F, t, s, r, z, C = 10,
                                B = 0,
                                A = 0,
                                E = w.ownerDocument,
    Severity: Major
    Found in performance/yslow.js - About 2 hrs to fix

      Function projectChart has 62 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              projectChart: function () {
                  var $chart = $('.project-chart');
      
                  if ( !$chart.length ) return;
      
      
      Severity: Major
      Found in _frontend/assets/js/main.min.js - About 2 hrs to fix

        Function projectChart has 62 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                projectChart: function () {
                    var $chart = $('.project-chart');
        
                    if ( !$chart.length ) return;
        
        
        Severity: Major
        Found in _frontend/dev/js/main.js - About 2 hrs to fix

          Function formatAsJUnit has 61 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                              formatAsJUnit: function(u) {
                                  var v, B, F, x, t, r, y = u.length,
                                      A = 0,
                                      q = 0,
                                      z = [],
          Severity: Major
          Found in performance/yslow.js - About 2 hrs to fix

            Function superMatcher has 61 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                    superMatcher = function( seed, context, xml, results, outermost ) {
                        var elem, j, matcher,
                            matchedCount = 0,
                            i = "0",
                            unmatched = seed && [],
            Severity: Major
            Found in _frontend/assets/js/vendor/jquery.min.js - About 2 hrs to fix

              Function superMatcher has 61 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                      superMatcher = function( seed, context, xml, results, outermost ) {
                          var elem, j, matcher,
                              matchedCount = 0,
                              i = "0",
                              unmatched = seed && [],
              Severity: Major
              Found in _frontend/dev/js/vendor/jquery.js - About 2 hrs to fix

                Function _animateBar has 61 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                        _animateBar: function(par) {
                            if (par) {
                                var that = par.that;
                                var $el = that.$el;
                                var $elID = $el.attr('id');
                Severity: Major
                Found in _frontend/assets/js/vendor/jquery-barIndicator.min.js - About 2 hrs to fix

                  Function send has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                                  send: function( headers, complete ) {
                                      var i,
                                          xhr = options.xhr(),
                                          id = ++xhrId;
                  
                  
                  Severity: Major
                  Found in _frontend/assets/js/vendor/jquery.min.js - About 2 hrs to fix

                    Function init has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        init = jQuery.fn.init = function( selector, context ) {
                            var match, elem;
                    
                            // HANDLE: $(""), $(null), $(undefined), $(false)
                            if ( !selector ) {
                    Severity: Major
                    Found in _frontend/assets/js/vendor/jquery.min.js - About 2 hrs to fix

                      Function domManip has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          domManip: function( args, callback ) {
                      
                              // Flatten any nested arrays
                              args = concat.apply( [], args );
                      
                      
                      Severity: Major
                      Found in _frontend/assets/js/vendor/jquery.min.js - About 2 hrs to fix

                        Function FastClick has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        function FastClick(layer) {
                            'use strict';
                            var oldOnClick, self = this;
                        
                        
                        
                        Severity: Major
                        Found in _frontend/assets/js/vendor/fastclick.min.js - About 2 hrs to fix

                          Function init has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              init = jQuery.fn.init = function( selector, context ) {
                                  var match, elem;
                          
                                  // HANDLE: $(""), $(null), $(undefined), $(false)
                                  if ( !selector ) {
                          Severity: Major
                          Found in _frontend/dev/js/vendor/jquery.js - About 2 hrs to fix

                            Function send has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                            send: function( headers, complete ) {
                                                var i,
                                                    xhr = options.xhr(),
                                                    id = ++xhrId;
                            
                            
                            Severity: Major
                            Found in _frontend/dev/js/vendor/jquery.js - About 2 hrs to fix

                              Function domManip has 60 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  domManip: function( args, callback ) {
                              
                                      // Flatten any nested arrays
                                      args = concat.apply( [], args );
                              
                              
                              Severity: Major
                              Found in _frontend/dev/js/vendor/jquery.js - About 2 hrs to fix

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

                                                            for (A in D) {
                                                                if (D.hasOwnProperty(A)) {
                                                                    if (A === "hackFilter") {
                                                                        z += D[A];
                                                                        x += D[A]
                                Severity: Major
                                Found in performance/yslow.js and 1 other location - About 2 hrs to fix
                                performance/yslow.js on lines 3266..3276

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

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

                                function FastClick(layer) {
                                    'use strict';
                                    var oldOnClick, self = this;
                                
                                
                                
                                Severity: Major
                                Found in _frontend/dev/js/vendor/fastclick.js - About 2 hrs to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language