CloudSlang/cs-actions

View on GitHub
cs-abbyy/src/main/java/io/cloudslang/content/abbyy/actions/ProcessImageAction.java

Summary

Maintainability
B
5 hrs
Test Coverage

Method execute has 28 arguments (exceeds 4 allowed). Consider refactoring.
Open

            @Param(value = InputNames.LOCATION_ID, required = true) String locationId,
            @Param(value = InputNames.APPLICATION_ID, required = true) String applicationId,
            @Param(value = InputNames.PASSWORD, required = true, encrypted = true) String password,
            @Param(value = InputNames.LANGUAGE) String language,
            @Param(value = InputNames.SOURCE_FILE, required = true) String sourceFile,

    Method execute has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        @Action(name = "Process Image",
                outputs = {
                        @Output(OutputNames.RETURN_RESULT),
                        @Output(OutputNames.TXT_RESULT),
                        @Output(OutputNames.XML_RESULT),

      There are no issues that match your filters.

      Category
      Status