Reactive-Extensions/RxJS

View on GitHub

Showing 2,890 of 2,890 total issues

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

;(function (factory) {
var objectTypes = {
'function': true,
'object': true
};
modules/rx-lite-backpressure/rx.lite.backpressure.js on lines 3..266

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

;(function (factory) {
var objectTypes = {
'function': true,
'object': true
};
Severity: Major
Found in modules/rx-lite-backpressure/rx.lite.backpressure.js and 1 other location - About 1 wk to fix
modules/rx-lite-backpressure-compat/rx.lite.backpressure.compat.js on lines 3..266

Function exports has 2611 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (grunt) {
 
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
meta: {
Severity: Major
Found in Gruntfile.js - About 1 wk to fix

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

    ;(function (factory) {
    var objectTypes = {
    'function': true,
    'object': true
    };
    Severity: Major
    Found in modules/rx-lite-async/rx.lite.async.js and 1 other location - About 1 wk to fix
    modules/rx-lite-async-compat/rx.lite.async.compat.js on lines 3..225

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

    ;(function (factory) {
    var objectTypes = {
    'function': true,
    'object': true
    };
    Severity: Major
    Found in modules/rx-lite-async-compat/rx.lite.async.compat.js and 1 other location - About 1 wk to fix
    modules/rx-lite-async/rx.lite.async.js on lines 3..225

    File rx.lite.js has 4132 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    (function webpackUniversalModuleDefinition(root, factory) {
    if(typeof exports === 'object' && typeof module === 'object')
    module.exports = factory();
    else if(typeof define === 'function' && define.amd)
    define([], factory);
    Severity: Major
    Found in src/modular/dist/rx.lite.js - About 1 wk to fix

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

      ;(function (factory) {
      var objectTypes = {
      'function': true,
      'object': true
      };
      modules/rx-lite-virtualtime/rx.lite.virtualtime.js on lines 3..284

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

      ;(function (factory) {
      var objectTypes = {
      'function': true,
      'object': true
      };
      Severity: Major
      Found in modules/rx-lite-virtualtime/rx.lite.virtualtime.js and 1 other location - About 1 wk to fix
      modules/rx-lite-virtualtime-compat/rx.lite.virtualtime.compat.js on lines 3..284

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

      /***/ function(module, exports, __webpack_require__) {
       
      'use strict';
       
      var ObservableBase = __webpack_require__(11);
      Severity: Major
      Found in src/modular/dist/rx.all.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.lite.js on lines 3956..4112

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

      /***/ function(module, exports, __webpack_require__) {
       
      'use strict';
       
      var ObservableBase = __webpack_require__(34);
      Severity: Major
      Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.all.js on lines 8812..8968

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

      /***/ function(module, exports, __webpack_require__) {
       
      /* WEBPACK VAR INJECTION */(function(global, process) {'use strict';
       
      var Disposable = __webpack_require__(13);
      Severity: Major
      Found in src/modular/dist/rx.all.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.lite.js on lines 1565..1761

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

      /***/ function(module, exports, __webpack_require__) {
       
      /* WEBPACK VAR INJECTION */(function(global, process) {'use strict';
       
      var Disposable = __webpack_require__(12);
      Severity: Major
      Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.all.js on lines 1456..1652

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

      /***/ function(module, exports, __webpack_require__) {
       
      /* WEBPACK VAR INJECTION */(function(global) {'use strict';
       
      var ObservableBase = __webpack_require__(11);
      Severity: Major
      Found in src/modular/dist/rx.all.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.lite.js on lines 2490..2665

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

      /***/ function(module, exports, __webpack_require__) {
       
      /* WEBPACK VAR INJECTION */(function(global) {'use strict';
       
      var ObservableBase = __webpack_require__(34);
      Severity: Major
      Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.all.js on lines 3107..3282

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

      /***/ function(module, exports, __webpack_require__) {
       
      'use strict';
       
      var Disposable = __webpack_require__(13);
      Severity: Major
      Found in src/modular/dist/rx.all.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.lite.js on lines 5180..5333

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

      /***/ function(module, exports, __webpack_require__) {
       
      'use strict';
       
      var Disposable = __webpack_require__(12);
      Severity: Major
      Found in src/modular/dist/rx.lite.js and 1 other location - About 1 wk to fix
      src/modular/dist/rx.all.js on lines 11816..11969

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

      root.Element && root.Element.prototype.attachEvent && !root.Element.prototype.addEventListener && (function () {
      function addMethod(name, fn) {
      Window.prototype[name] = HTMLDocument.prototype[name] = Element.prototype[name] = fn;
      }
       
       
      Severity: Major
      Found in modules/rx-lite-compat/rx.lite.compat.js and 1 other location - About 1 wk to fix
      src/core/internal/polyfills.js on lines 205..323

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

      root.Element && root.Element.prototype.attachEvent && !root.Element.prototype.addEventListener && (function () {
      function addMethod(name, fn) {
      Window.prototype[name] = HTMLDocument.prototype[name] = Element.prototype[name] = fn;
      }
       
       
      Severity: Major
      Found in src/core/internal/polyfills.js and 1 other location - About 1 wk to fix
      modules/rx-lite-compat/rx.lite.compat.js on lines 379..497

      File Gruntfile.js has 2613 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      module.exports = function (grunt) {
       
      grunt.initConfig({
      pkg: grunt.file.readJSON('package.json'),
      meta: {
      Severity: Major
      Found in Gruntfile.js - About 1 wk to fix

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

        var VirtualTimeScheduler = Rx.VirtualTimeScheduler = (function (__super__) {
        inherits(VirtualTimeScheduler, __super__);
         
        /**
        * Creates a new virtual time scheduler with the specified initial clock value and absolute time comparer.
        Severity: Major
        Found in modules/rx-core-testing/rx.core.testing.js and 1 other location - About 1 wk to fix
        src/core/concurrency/virtualtimescheduler.js on lines 2..194
        Severity
        Category
        Status
        Source
        Language