cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/cf/tabs/cf-organizations/cf-organization-spaces/cloud-foundry-space-base/cloud-foundry-space-base.component.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function setUpBreadcrumbs has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  private setUpBreadcrumbs(
    cfEndpointService: CloudFoundryEndpointService,
    cfOrgService: CloudFoundryOrganizationService
  ) {
    this.breadcrumbs$ = combineLatest(

    Function constructor has 26 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      constructor(
        public cfEndpointService: CloudFoundryEndpointService,
        public cfSpaceService: CloudFoundrySpaceService,
        public cfOrgService: CloudFoundryOrganizationService,
        private store: Store<CFAppState>,

      There are no issues that match your filters.

      Category
      Status