DEGTEVUWU/java-project-72

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

Summary

Maintainability
A
1 hr
Test Coverage
D
66%

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

    public static void create(Context ctx) throws SQLException, URISyntaxException {
        var beginnerUrl = ctx.formParam("url");
        String nameUrl = null;
        try {
            var uri = new URI(beginnerUrl);
Severity: Minor
Found in app/src/main/java/hexlet/code/controllers/UrlController.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status