DEGTEVUWU/java-project-72

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language