Affects PMD Version: 6.15.0
Description:
I’m trying to test PMD with PLSQL and I’m getting an error when parsing
When I use INNER JOIN without USING it works fine but when I use it i got an exception.
Code Sample demonstrating the issue:
SELECT COUNT(qsec_id)
FROM quots_sections qsec
INNER JOIN quots_sections_lang USING (qsec_id)
WHERE qsec.wsh_id = 11
AND qsec.revision = 1
AND lang_code = 'en';
Running PMD through: [CLI | Ant | Maven | Gradle | Designer | Other]
Running from command line with JDK 11.
pmd -d C:\pmd-bin-6.15.0\test -l plsql -R rulesets/plsql/TomKytesDespair.xml -f xml
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