jenkinsci/hpe-application-automation-tools-plugin

View on GitHub
src/main/java/com/microfocus/application/automation/tools/octane/executor/CheckOutSubDirEnvContributor.java

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                        if (scmPluginHandler != null) {
                            return scmPluginHandler.getSharedCheckOutDirectory(j);
                        }

    Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed.
    Open

        public static String getSharedCheckOutDirectory(Job j) {

    Cognitive Complexity is a measure of how hard the control flow of a method is to understand. Methods with high Cognitive Complexity will be difficult to maintain.

    See

    There are no issues that match your filters.

    Category
    Status