CloudSlang/cs-actions

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

Summary

Maintainability
A
1 hr
Test Coverage

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

            @Param(value = JSON, required = true) String json,
            @Param(value = PRETTY_PRINT) String prettyPrint,
            @Param(value = SHOW_XML_DECLARATION) String showXmlDeclaration,
            @Param(value = ROOT_TAG_NAME) String rootTagName,
            @Param(value = DEFAULT_JSON_ARRAY_ITEM_NAME) String defaultJsonArrayItemName,

    There are no issues that match your filters.

    Category
    Status