yegor256/thindeck

View on GitHub
src/main/java/com/thindeck/cockpit/RsPage.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    private static Response make(final String xsl, final Base base,
        final Request req, final XeSource... src) throws IOException {
        final Response xbl = new RsXembly(
            new XeStylesheet(xsl),
            new XePage(base, req, src)
Severity: Minor
Found in src/main/java/com/thindeck/cockpit/RsPage.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status