eo-parser/src/main/java/org/eolang/parser/ParsingErrors.java

Summary

Maintainability
A
45 mins
Test Coverage

Method syntaxError has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

        final Recognizer<?, ?> recognizer,
        final Object symbol,
        final int line,
        final int position,
        final String msg,
Severity: Minor
Found in eo-parser/src/main/java/org/eolang/parser/ParsingErrors.java - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status