kitdim/java-project

View on GitHub
app/src/main/java/hexlet/code/controller/UrlController.java

Summary

Maintainability
A
1 hr
Test Coverage
A
97%

Method create has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void create(Context ctx) throws SQLException {
        String input = ctx.formParamAsClass("url", String.class)
                .get()
                .trim()
                .toLowerCase();
Severity: Minor
Found in app/src/main/java/hexlet/code/controller/UrlController.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status