cloudfoundry/stratos

View on GitHub
src/frontend/packages/store/src/monitors/pagination-monitor.ts

Summary

Maintainability
A
0 mins
Test Coverage

File pagination-monitor.ts has 315 lines of code (exceeds 250 allowed). Consider refactoring.
Wontfix

import { Store } from '@ngrx/store';
import { denormalize, schema as normalizrSchema } from 'normalizr';
import { asapScheduler, combineLatest, Observable, ReplaySubject } from 'rxjs';
import { tag } from 'rxjs-spy/operators';
import {
Severity: Minor
Found in src/frontend/packages/store/src/monitors/pagination-monitor.ts - About 3 hrs to fix

    Function createLocalPageObservable has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Wontfix

      private createLocalPageObservable(
        pagination$: Observable<PaginationEntityState>,
        schema: normalizrSchema.Entity,
        fetching$: Observable<boolean>
      ) {
    Severity: Minor
    Found in src/frontend/packages/store/src/monitors/pagination-monitor.ts - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status