beevelop/corci-monitor

View on GitHub

Showing 374 of 374 total issues

File bundle.js has 8552 lines of code (exceeds 250 allowed). Consider refactoring.
Open

(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
module.exports = Msg;
require('./utils');
var extend = require('extend'),
        concat = Array.prototype.concat,
Severity: Major
Found in www/js/bundle.js - About 3 wks to fix

    Function 8 has 3871 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    },{}],8:[function(require,module,exports){
    /*!
     * Knockout JavaScript library v3.2.0
     * (c) Steven Sanderson - http://knockoutjs.com/
     * License: MIT (http://www.opensource.org/licenses/mit-license.php)
    Severity: Major
    Found in www/js/bundle.js - About 2 wks to fix

      Function 53 has a Cognitive Complexity of 773 (exceeds 5 allowed). Consider refactoring.
      Open

      },{"C:\\Users\\Maik\\Repos\\cordova-build\\node_modules\\socket.io\\node_modules\\socket.io-client\\node_modules\\has-binary\\node_modules\\isarray\\index.js":43}],53:[function(require,module,exports){
      /*! JSON v3.2.6 | http://bestiejs.github.io/json3 | Copyright 2012-2013, Kit Cambridge | http://kit.mit-license.org */
      ;(function (window) {
        // Convenience aliases.
        var getClass = {}.toString, isProperty, forEach, undef;
      Severity: Minor
      Found in www/js/bundle.js - About 2 wks to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function 7 has a Cognitive Complexity of 358 (exceeds 5 allowed). Consider refactoring.
      Open

      },{}],7:[function(require,module,exports){
      (function (global){
      ////For performance tests please see: http://jsperf.com/js-inheritance-performance/34 + http://jsperf.com/js-inheritance-performance/35 + http://jsperf.com/js-inheritance-performance/36
      
      (function selfCall() {
      Severity: Minor
      Found in www/js/bundle.js - About 1 wk to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

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

          'onPartialStatus': function(status) {
              //console.warn('partial status', status);
              switch (status && status.what) {
                  case 'agent':
                      update.call(this, this.agents);
      Severity: Major
      Found in www/js/bundle.js and 1 other location - About 4 days to fix
      www/js/index.js on lines 146..236

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

      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

          'onPartialStatus': function(status) {
              //console.warn('partial status', status);
              switch (status && status.what) {
                  case 'agent':
                      update.call(this, this.agents);
      Severity: Major
      Found in www/js/index.js and 1 other location - About 4 days to fix
      www/js/bundle.js on lines 13082..13172

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

      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 29 has a Cognitive Complexity of 228 (exceeds 5 allowed). Consider refactoring.
      Open

      },{}],29:[function(require,module,exports){
      (function (global){
      /**
       * Module dependencies.
       */
      Severity: Minor
      Found in www/js/bundle.js - About 4 days to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

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

      BuildVM.define({
          update: function(build) {
              if (build && build.conf) {
                  var conf = build.conf;
                  this.conf = conf;
      Severity: Major
      Found in www/js/bundle.js and 1 other location - About 4 days to fix
      www/js/index.js on lines 314..359

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

      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

      BuildVM.define({
          update: function(build) {
              if (build && build.conf) {
                  var conf = build.conf;
                  this.conf = conf;
      Severity: Major
      Found in www/js/index.js and 1 other location - About 4 days to fix
      www/js/bundle.js on lines 13252..13297

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

      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

          'onStatus': function(status) {
              if (status) {
                  status.agents = status.agents || [];
                  this.logs((status.logs || []).map(function(log) {
                      return new Msg(log);
      Severity: Major
      Found in www/js/bundle.js and 1 other location - About 3 days to fix
      www/js/index.js on lines 237..286

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

      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

          'onStatus': function(status) {
              if (status) {
                  status.agents = status.agents || [];
                  this.logs((status.logs || []).map(function(log) {
                      return new Msg(log);
      Severity: Major
      Found in www/js/index.js and 1 other location - About 3 days to fix
      www/js/bundle.js on lines 13173..13223

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

      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

      File bootstrap.js has 1256 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      /*!
       * Bootstrap v3.1.1 (http://getbootstrap.com)
       * Copyright 2011-2014 Twitter, Inc.
       * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
       */
      Severity: Major
      Found in www/js/bootstrap.js - About 3 days to fix

        Function 20 has a Cognitive Complexity of 149 (exceeds 5 allowed). Consider refactoring.
        Open

        },{"./socket":20,"engine.io-parser":29}],20:[function(require,module,exports){
        (function (global){
        /**
         * Module dependencies.
         */
        Severity: Minor
        Found in www/js/bundle.js - About 3 days to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

        Function 53 has 551 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        },{"C:\\Users\\Maik\\Repos\\cordova-build\\node_modules\\socket.io\\node_modules\\socket.io-client\\node_modules\\has-binary\\node_modules\\isarray\\index.js":43}],53:[function(require,module,exports){
        /*! JSON v3.2.6 | http://bestiejs.github.io/json3 | Copyright 2012-2013, Kit Cambridge | http://kit.mit-license.org */
        ;(function (window) {
          // Convenience aliases.
          var getClass = {}.toString, isProperty, forEach, undef;
        Severity: Major
        Found in www/js/bundle.js - About 2 days to fix

          Function 35 has a Cognitive Complexity of 120 (exceeds 5 allowed). Consider refactoring.
          Open

          },{}],35:[function(require,module,exports){
          (function (global){
          /*! http://mths.be/utf8js v2.0.0 by @mathias */
          ;(function(root) {
          
          
          Severity: Minor
          Found in www/js/bundle.js - About 2 days to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Function 24 has a Cognitive Complexity of 108 (exceeds 5 allowed). Consider refactoring.
          Open

          },{"./polling":25,"component-inherit":28}],24:[function(require,module,exports){
          (function (global){
          /**
           * Module requirements.
           */
          Severity: Minor
          Found in www/js/bundle.js - About 2 days to fix

          Cognitive Complexity

          Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

          A method's cognitive complexity is based on a few simple rules:

          • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
          • Code is considered more complex for each "break in the linear flow of the code"
          • Code is considered more complex when "flow breaking structures are nested"

          Further reading

          Function utils has 409 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          ko.utils = (function () {
              function objectForEach(obj, action) {
                  for (var prop in obj) {
                      if (obj.hasOwnProperty(prop)) {
                          action(prop, obj[prop]);
          Severity: Major
          Found in www/js/bundle.js - About 2 days to fix

            Function 20 has 406 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            },{"./socket":20,"engine.io-parser":29}],20:[function(require,module,exports){
            (function (global){
            /**
             * Module dependencies.
             */
            Severity: Major
            Found in www/js/bundle.js - About 2 days to fix

              File qr.js has 808 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              // [qr.js](http://neocotic.com/qr.js)  
              // (c) 2013 Alasdair Mercer  
              // Freely distributable under the MIT license.  
              // Based on [jsqrencode](http://code.google.com/p/jsqrencode/)  
              // (c) 2010 tz@execpc.com  
              Severity: Major
              Found in www/js/qr-js/qr.js - About 1 day to fix

                Function 2 has a Cognitive Complexity of 92 (exceeds 5 allowed). Consider refactoring.
                Open

                },{"./utils":2,"extend":6}],2:[function(require,module,exports){
                var log = console.log;
                require('date-format-lite');
                require('fast-class');
                require('array-sugar');
                Severity: Minor
                Found in www/js/bundle.js - About 1 day to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Severity
                Category
                Status
                Source
                Language