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
};
Severity: Major
Found in modules/rx-lite-aggregates/rx.lite.aggregates.js and 1 other location - About 2 mos to fix
modules/rx-lite-aggregates-compat/rx.lite.aggregates.compat.js on lines 3..1365

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

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

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-time/rx.lite.time.js and 1 other location - About 1 mo to fix
modules/rx-lite-time-compat/rx.lite.time.compat.js on lines 3..815

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-time-compat/rx.lite.time.compat.js and 1 other location - About 1 mo to fix
modules/rx-lite-time/rx.lite.time.js on lines 3..815

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-extras-compat/rx.lite.extras.compat.js and 1 other location - About 1 mo to fix
modules/rx-lite-extras/rx.lite.extras.js on lines 3..806

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-extras/rx.lite.extras.js and 1 other location - About 1 mo to fix
modules/rx-lite-extras-compat/rx.lite.extras.compat.js on lines 3..806

File rx.all.js has 10626 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.all.js - About 1 mo to fix

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

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

    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-experimental/rx.lite.experimental.js and 1 other location - About 1 mo to fix
    modules/rx-lite-experimental-compat/rx.lite.experimental.compat.js on lines 3..590

    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-coincidence/rx.lite.coincidence.js and 1 other location - About 1 mo to fix
    modules/rx-lite-coincidence-compat/rx.lite.coincidence.compat.js on lines 3..623

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

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

    File d3.js has 9223 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    !function() {
    var d3 = {
    version: "3.4.11"
    };
    if (!Date.now) Date.now = function() {
    Severity: Major
    Found in examples/assets/d3/d3.js - About 3 wks 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-testing/rx.lite.testing.js and 1 other location - About 3 wks to fix
      modules/rx-lite-testing-compat/rx.lite.testing.compat.js on lines 3..508

      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-testing-compat/rx.lite.testing.compat.js and 1 other location - About 3 wks to fix
      modules/rx-lite-testing/rx.lite.testing.js on lines 3..508

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

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

      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-joinpatterns/rx.lite.joinpatterns.js and 1 other location - About 2 wks to fix
      modules/rx-lite-joinpatterns-compat/rx.lite.joinpatterns.compat.js on lines 3..343

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

      // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
       
      ;(function (undefined) {
       
      var objectTypes = {
      Severity: Major
      Found in modules/rx-lite-compat/rx.lite.compat.js - About 2 wks to fix

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

        // Copyright (c) Microsoft, All rights reserved. See License.txt in the project root for license information.
         
        ;(function (undefined) {
         
        var objectTypes = {
        Severity: Major
        Found in modules/rx-lite/rx.lite.js - About 2 wks to fix

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

          /***/ function(module, exports) {
           
          var argsTag = '[object Arguments]',
          arrayTag = '[object Array]',
          boolTag = '[object Boolean]',
          Severity: Major
          Found in src/modular/dist/rx.lite.js and 1 other location - About 2 wks to fix
          src/modular/dist/rx.all.js on lines 4632..4916

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

          /***/ function(module, exports) {
           
          var argsTag = '[object Arguments]',
          arrayTag = '[object Array]',
          boolTag = '[object Boolean]',
          Severity: Major
          Found in src/modular/dist/rx.all.js and 1 other location - About 2 wks to fix
          src/modular/dist/rx.lite.js on lines 4192..4476
          Severity
          Category
          Status
          Source
          Language