CloudSlang/cs-actions

View on GitHub
cs-abbyy/src/main/java/io/cloudslang/content/abbyy/entities/inputs/AbbyyInput.java

Summary

Maintainability
D
1 day
Test Coverage

AbbyyInput has 51 methods (exceeds 20 allowed). Consider refactoring.
Open

public abstract class AbbyyInput implements HttpRequest {
    private final LocationId locationId;
    private final String applicationId;
    private final String password;
    private final String proxyHost;

    File AbbyyInput.java has 376 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 21 methods (exceeds 20 allowed). Consider refactoring.
      Open

          public static abstract class Builder {
              private LocationId locationId;
              private String applicationId;
              private String password;
              private String proxyHost;

        There are no issues that match your filters.

        Category
        Status