A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd/issues/4845 below:

[apex] Use same ANLTR version for apex-parser · Issue #4845 · pmd/pmd · GitHub

Is your feature request related to a problem? Please describe.
PMD uses a different ANTLR version than apex-parser:

We have already a workaround to just ignore this warning message and hope, that the two versions are still compatible:

/** * Suppresses the warnings about mismatched ANTLR runtime/compilation version. * <p>ApexParser is using ANTLR 4.8, but PMD is using ANTLR 4.9.</p> */ public final class AntlrVersionCheckSuppression {

Describe the solution you'd like

Describe alternatives you've considered

Additional context
Originated from TODO:

// TODO: log is not empty due to ANTLR versions, 4.9.1 vs 4.8, expect to resolve with apex-dev-tools switch log = log.replace("ANTLR Tool version 4.8 used for code generation does not match the current runtime version 4.9.1", ""); log = log.replace("ANTLR Runtime version 4.8 used for parser compilation does not match the current runtime version 4.9.1", "");

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4