Showing 1 of 1 total issue
Method create
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static void create(Context ctx) throws SQLException, URISyntaxException {
var beginnerUrl = ctx.formParam("url");
String nameUrl = null;
try {
var uri = new URI(beginnerUrl);