cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/shared/components/add-service-instance/specify-user-provided-details/specify-user-provided-details.component.ts

Summary

Maintainability
B
4 hrs
Test Coverage

File specify-user-provided-details.component.ts has 319 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import { COMMA, ENTER, SPACE } from '@angular/cdk/keycodes';
import { HttpHeaders, HttpParams, HttpRequest } from '@angular/common/http';
import { Component, Input, OnDestroy } from '@angular/core';
import { FormControl, FormGroup, Validators } from '@angular/forms';
import { MatChipInputEvent } from '@angular/material/chips';

    Avoid too many return statements within this function.
    Open

        return true;

      There are no issues that match your filters.

      Category
      Status