CloudSlang/cs-actions

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

Summary

Maintainability
A
1 hr
Test Coverage

Method xPathReplaceNode has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

            @Param(value = XML) String xml,
            @Param(value = FILE_PATH) String filePath,
            @Param(value = ACTION, required = true) String action,
            @Param(value = XPATH1, required = true) String xpath1,
            @Param(value = XPATH2) String xpath2,
Severity: Major
Found in cs-xml/src/main/java/io/cloudslang/content/xml/actions/EditXml.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status