yegor256/rehttp

View on GitHub
src/main/java/net/rehttp/tk/TkInfo.java

Summary

Maintainability
A
1 hr
Test Coverage

Method act has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public Response act(final Request req) throws IOException {
        final URL url;
        try {
            url = new URI(new RqHref.Smart(req).single("u")).toURL();
Severity: Minor
Found in src/main/java/net/rehttp/tk/TkInfo.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status