CloudSlang/cs-actions

View on GitHub
cs-abbyy/src/main/java/io/cloudslang/content/abbyy/entities/requests/HttpClientRequest.java

Summary

Maintainability
D
2 days
Test Coverage

File HttpClientRequest.java has 493 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
 * Copyright 2020-2024 Open Text
 * This program and the accompanying materials
 * are made available under the terms of the Apache License v2.0 which accompany this distribution.
 *

    Builder has 49 methods (exceeds 20 allowed). Consider refactoring.
    Open

        public static class Builder {
            private String url;
            private String tlsVersion;
            private String allowedCyphers;
            private String authType;

      HttpClientRequest has 48 methods (exceeds 20 allowed). Consider refactoring.
      Open

      public class HttpClientRequest implements HttpRequest {
          private final String url;
          private final String tlsVersion;
          private final String allowedCyphers;
          private final String authType;

        There are no issues that match your filters.

        Category
        Status