ReactiveX/RxJava

View on GitHub
src/main/java/rx/internal/operators/OnSubscribeRefCount.java

Summary

Maintainability
A
1 hr
Test Coverage

Method doSubscribe has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    void doSubscribe(final Subscriber<? super T> subscriber, final CompositeSubscription currentBase) {
        // handle unsubscribing from the base subscription
        subscriber.add(disconnect(currentBase));

        source.unsafeSubscribe(new Subscriber<T>(subscriber) {
Severity: Minor
Found in src/main/java/rx/internal/operators/OnSubscribeRefCount.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status