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

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 src/core/concurrency/virtualtimescheduler.js and 1 other location - About 1 wk to fix
modules/rx-core-testing/rx.core.testing.js on lines 531..723

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

/***/ function(module, exports, __webpack_require__) {
 
/* WEBPACK VAR INJECTION */(function(global) {'use strict';
 
var errors = __webpack_require__(7);
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 1049..1250

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

/***/ function(module, exports, __webpack_require__) {
 
/* WEBPACK VAR INJECTION */(function(global) {'use strict';
 
var errors = __webpack_require__(7);
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 812..1013

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

var ReplaySubject = Rx.ReplaySubject = (function (__super__) {
 
var maxSafeInteger = Math.pow(2, 53) - 1;
 
function createRemovableDisposable(subject, observer) {
Severity: Major
Found in modules/rx-lite/rx.lite.js and 1 other location - About 1 wk to fix
modules/rx-lite-compat/rx.lite.compat.js on lines 7259..7387

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

var ReplaySubject = Rx.ReplaySubject = (function (__super__) {
 
var maxSafeInteger = Math.pow(2, 53) - 1;
 
function createRemovableDisposable(subject, observer) {
Severity: Major
Found in modules/rx-lite-compat/rx.lite.compat.js and 1 other location - About 1 wk to fix
modules/rx-lite/rx.lite.js on lines 6910..7038

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

var ReplaySubject = Rx.ReplaySubject = (function (__super__) {
 
var maxSafeInteger = Math.pow(2, 53) - 1;
 
function createRemovableDisposable(subject, observer) {
Severity: Major
Found in src/core/subjects/replaysubject.js and 1 other location - About 1 wk to fix
modules/rx-core-binding/rx.core.binding.js on lines 655..783

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

var ReplaySubject = Rx.ReplaySubject = (function (__super__) {
 
var maxSafeInteger = Math.pow(2, 53) - 1;
 
function createRemovableDisposable(subject, observer) {
Severity: Major
Found in modules/rx-core-binding/rx.core.binding.js and 1 other location - About 1 wk to fix
src/core/subjects/replaysubject.js on lines 5..133

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

export interface Observable<T> {
/**
* Merges the specified observable sequences into one observable sequence by using the selector function only when the (first) source observable sequence produces an element.
* @returns {Observable} An observable sequence containing the result of combining elements of the sources using the specified result selector function.
*/
Severity: Major
Found in ts/core/linq/observable/withlatestfrom.ts and 1 other location - About 1 wk to fix
ts/core/linq/observable/zip.ts on lines 69..124

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

export interface Observable<T> {
/**
* Merges the specified observable sequences into one observable sequence by using the selector function whenever all of the observable sequences or an array have produced an element at a corresponding index.
* The last element in the arguments must be a function to invoke for each series of elements at corresponding indexes in the args.
* @returns {Observable} An observable sequence containing the result of combining elements of the args using the specified result selector function.
Severity: Major
Found in ts/core/linq/observable/zip.ts and 1 other location - About 1 wk to fix
ts/core/linq/observable/withlatestfrom.ts on lines 3..49

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 6 days to fix
src/modular/dist/rx.lite.js on lines 3585..3712

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 6 days to fix
src/modular/dist/rx.all.js on lines 6748..6875

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 6 days to fix
src/modular/dist/rx.lite.js on lines 3724..3846

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 6 days to fix
src/modular/dist/rx.all.js on lines 2752..2874

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

(function () {
 
var nextHandle = 1, tasksByHandle = {}, currentlyRunning = false;
 
clearMethod = function (handle) {
Severity: Major
Found in src/core/concurrency/defaultscheduler.js and 3 other locations - About 6 days to fix
modules/rx-core/rx.core.js on lines 712..830
modules/rx-lite-compat/rx.lite.compat.js on lines 1506..1624
modules/rx-lite/rx.lite.js on lines 1157..1275

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

(function () {
 
var nextHandle = 1, tasksByHandle = {}, currentlyRunning = false;
 
clearMethod = function (handle) {
Severity: Major
Found in modules/rx-lite-compat/rx.lite.compat.js and 3 other locations - About 6 days to fix
modules/rx-core/rx.core.js on lines 712..830
modules/rx-lite/rx.lite.js on lines 1157..1275
src/core/concurrency/defaultscheduler.js on lines 25..143

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

(function () {
 
var nextHandle = 1, tasksByHandle = {}, currentlyRunning = false;
 
clearMethod = function (handle) {
Severity: Major
Found in modules/rx-core/rx.core.js and 3 other locations - About 6 days to fix
modules/rx-lite-compat/rx.lite.compat.js on lines 1506..1624
modules/rx-lite/rx.lite.js on lines 1157..1275
src/core/concurrency/defaultscheduler.js on lines 25..143

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

(function () {
 
var nextHandle = 1, tasksByHandle = {}, currentlyRunning = false;
 
clearMethod = function (handle) {
Severity: Major
Found in modules/rx-lite/rx.lite.js and 3 other locations - About 6 days to fix
modules/rx-core/rx.core.js on lines 712..830
modules/rx-lite-compat/rx.lite.compat.js on lines 1506..1624
src/core/concurrency/defaultscheduler.js on lines 25..143

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 6 days to fix
src/modular/dist/rx.all.js on lines 3377..3498

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 6 days to fix
src/modular/dist/rx.lite.js on lines 2760..2881

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

/***/ function(module, exports) {
 
'use strict';
 
function IndexedItem(id, value) {
Severity: Major
Found in src/modular/dist/rx.all.js and 1 other location - About 5 days to fix
src/modular/dist/rx.lite.js on lines 1443..1541
Severity
Category
Status
Source
Language