**Affects PMD Version:** 7.0.0 **Description:** This problem seems to be back with apexlink 2.3.7 and apex-parser 3.6.0... Root cause is unclear: * PMD uses Antlr 4.9.3: https://github.com/pmd/pmd/blob/7fc083f3480cc48a378462d99330b75568c117bb/pom.xml#L105 * ApexLink doesn't use antlr directly? * ApexLink and PMD use apex-parser, which uses Antlr 4.9.1 (https://github.com/apex-dev-tools/apex-parser/blob/19ccabe5e07050e0a44284f9255509dfd996b3fe/jvm/pom.xml#L193-L195)
Affects PMD Version: 7.0.0
Description:
This problem seems to be back with apexlink 2.3.7 and apex-parser 3.6.0...
Root cause is unclear:
pmd/pom.xml
Line 105 in 7fc083f