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

Summary

Maintainability
A
1 hr
Test Coverage

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

    @Override
    public XML parsed() throws IOException {
        final XePhiListener xel = new XePhiListener(this.name);
        final ParsingErrors spy = new ParsingErrors(this.input);
        final PhiLexer lexer = new PhiLexer(
Severity: Minor
Found in eo-parser/src/main/java/org/eolang/parser/PhiSyntax.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status