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

Summary

Maintainability
A
2 hrs
Test Coverage

Method parse has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @SuppressWarnings({"PMD.AvoidCatchingGenericException", "PMD.ExceptionAsFlowControl"})
    private void parse(final ForeignTojo tojo) throws IOException {
        final Path source = tojo.source();
        final String name = tojo.identifier();
        Footprint footprint = new FtDefault(
Severity: Major
Found in eo-maven-plugin/src/main/java/org/eolang/maven/ParseMojo.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status