CloudSlang/cs-actions

View on GitHub
cs-excel/src/main/java/io/cloudslang/content/excel/actions/ModifyCell.java

Summary

Maintainability
A
45 mins
Test Coverage

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

    public Map<String, String> execute(@Param(value = EXCEL_FILE_NAME, required = true, description = EXCEL_FILE_NAME_DESC) String excelFileName,
                                       @Param(value = WORKSHEET_NAME, description = WORKSHEET_NAME_DESC) String worksheetName,
                                       @Param(value = ROW_INDEX, description = ROW_INDEX_DESC) String rowIndex,
                                       @Param(value = COLUMN_INDEX, description = COLUMN_INDEX_DESC) String columnIndex,
                                       @Param(value = NEW_VALUE, required = true, description = NEW_VALUE_DESC) String newValue,

    There are no issues that match your filters.

    Category
    Status