yegor256/rehttp

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

Summary

Maintainability
A
1 hr
Test Coverage

Method make has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private static Response make(final String xsl, final Request req,
        final Scalar<Iterable<XeSource>> src) {
        final Response raw = new RsXembly(
            new XeStylesheet(xsl),
            new XeAppend(
Severity: Minor
Found in src/main/java/net/rehttp/tk/RsPage.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status