cloudfoundry/stratos

View on GitHub
src/frontend/packages/core/src/shared/components/list/list-types/endpoint/endpoints-list-config.service.ts

Summary

Maintainability
A
0 mins
Test Coverage

Function constructor has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  constructor(
    private store: Store<AppState>,
    paginationMonitorFactory: PaginationMonitorFactory,
    entityMonitorFactory: EntityMonitorFactory,
    internalEventMonitorFactory: InternalEventMonitorFactory,

    Function createEndpointTypeFilter has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Wontfix

      private createEndpointTypeFilter(): IListMultiFilterConfig {
        return {
          key: BaseEndpointsDataSource.typeFilterKey,
          label: 'Endpoint Type',
          list$: combineLatest([

      There are no issues that match your filters.

      Category
      Status