eo-maven-plugin/src/main/java/org/eolang/maven/dependencies/DcsEachWithoutTransitive.java

Summary

Maintainability
A
1 hr
Test Coverage

Method iterator has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public Iterator<Dependency> iterator() {
        return new Mapped<>(
            dependency -> {
                final Iterable<Dependency> transitives = new Filtered<>(

    There are no issues that match your filters.

    Category
    Status