sjsucohort6/amigo-chatbot

View on GitHub
command-processor-service/src/main/java/edu/sjsu/amigo/cp/api/CloudProviderFactory.java

Summary

Maintainability
A
0 mins
Test Coverage

At-clause should have a non-empty description.
Open

     * @param providerName

'if' construct must use '{}'s.
Open

        if (providerName == null) return null;

Wrong lexicographical order for 'edu.sjsu.amigo.cp.aws.AWSCommandExecutor' import. Should be before 'edu.sjsu.amigo.cp.azure.AzureCommandExecutor'.
Open

import edu.sjsu.amigo.cp.aws.AWSCommandExecutor;

Checks that the groups of import declarations appear in the order specifiedby the user. If there is an import but its group is not specified in theconfiguration such an import should be placed at the end of the import list.

This documentation is written and maintained by the Checkstyle community and is covered under the same license as the Checkstyle project.

At-clause should have a non-empty description.
Open

     * @return

There are no issues that match your filters.

Category
Status