groupdocs-total/GroupDocs.Total-for-Java-Spring

View on GitHub
src/main/java/com/groupdocs/ui/util/Utils.java

Summary

Maintainability
A
1 hr
Test Coverage
F
12%

Method uploadFile has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static String uploadFile(String documentStoragePath, MultipartFile content, String url, Boolean rewrite) {
        String filePath;
        try {
            String fileName;
            // save from file content
Severity: Minor
Found in src/main/java/com/groupdocs/ui/util/Utils.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status