CloudSlang/cs-actions

View on GitHub
cs-xml/src/main/java/io/cloudslang/content/xml/actions/ConvertXmlToJson.java

Summary

Maintainability
A
45 mins
Test Coverage

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

            @Param(value = XML, required = true) String xml,
            @Param(value = TEXT_ELEMENTS_NAME) String textElementsName,
            @Param(value = INCLUDE_ROOT) String includeRootElement,
            @Param(value = INCLUDE_ATTRIBUTES) String includeAttributes,
            @Param(value = PRETTY_PRINT) String prettyPrint,

    There are no issues that match your filters.

    Category
    Status