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

Summary

Maintainability
A
1 hr
Test Coverage

Method parsed has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public XML parsed() throws IOException {
        final List<Text> lines = this.lines();
        final ParsingErrors spy = new ParsingErrors(lines);
        final EoLexer lexer = new EoIndentLexer(this.normalize());
        lexer.removeErrorListeners();
Severity: Minor
Found in eo-parser/src/main/java/org/eolang/parser/EoSyntax.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status