cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/features/cf/users/manage-users/manage-users-modify/manage-users-modify.component.ts

Summary

Maintainability
B
5 hrs
Test Coverage

File manage-users-modify.component.ts has 279 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import {
  ChangeDetectorRef,
  Component,
  ComponentFactory,
  ComponentFactoryResolver,

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

      ngOnInit() {
        if (this.setUsernames) {
          this.blocked.next(false);
        } else {
          this.cfRolesService.loading$.subscribe(loading => this.blocked.next(loading));

      There are no issues that match your filters.

      Category
      Status