eo-maven-plugin/src/main/java/org/eolang/maven/VerifyMojo.java

Summary

Maintainability
A
1 hr
Test Coverage

Method exec has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    void exec() {
        final Collection<ForeignTojo> tojos = this.scopedTojos().withXmir();
        final int total = new OptimizedTojos(
            new Filtered<>(
Severity: Minor
Found in eo-maven-plugin/src/main/java/org/eolang/maven/VerifyMojo.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status