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

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    public void exec() throws IOException {
        final Path target = this.outputDir.toPath().resolve(CopyMojo.DIR);
        final Collection<Path> sources = new Walk(this.sourcesDir.toPath());
        for (final Path src : sources) {
Severity: Minor
Found in eo-maven-plugin/src/main/java/org/eolang/maven/CopyMojo.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status