yegor256/takes

View on GitHub
src/main/java/org/takes/servlet/RqFrom.java

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    public Iterable<String> head() {
        final Collection<String> head = new LinkedList<>();
        head.add(new HttpHead(this.sreq).toString());
        final Collection<String> names = Collections.list(
Severity: Minor
Found in src/main/java/org/takes/servlet/RqFrom.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status