cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/applications/deploy-application/deploy-application.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function ngOnInit has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  ngOnInit(): void {
    // Has the endpoint ID been specified in the URL?
    const endpoint = this.activatedRoute.snapshot.queryParams[AUTO_SELECT_CF_URL_PARAM];
    if (endpoint) {
      this.cfOrgSpaceService.cf.select.next(endpoint);

    There are no issues that match your filters.

    Category
    Status