Reactive-Extensions/RxJS

View on GitHub
ts/core/observable.ts

Summary

Maintainability
A
1 hr
Test Coverage

Showing 2 of 2 total issues

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

subscribe(onNext?: (value: T) => void, onError?: (exception: any) => void, onCompleted?: () => void): IDisposable;
Severity: Minor
Found in ts/core/observable.ts and 1 other location - About 55 mins to fix
ts/core/observable.ts on lines 109..109

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

forEach(onNext?: (value: T) => void, onError?: (exception: any) => void, onCompleted?: () => void): IDisposable;
Severity: Minor
Found in ts/core/observable.ts and 1 other location - About 55 mins to fix
ts/core/observable.ts on lines 50..50

There are no issues that match your filters.

Category
Status