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

Summary

Maintainability
A
1 hr
Test Coverage

Method transpile has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private int transpile(final ForeignTojo tojo) throws IOException {
        final Path file;
        try {
            file = tojo.verified();
        }  catch (final AttributeNotFoundException exception) {
Severity: Minor
Found in eo-maven-plugin/src/main/java/org/eolang/maven/TranspileMojo.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status