Affects PMD Version: 6.16.0
Description:
I’m trying to test PMD with PLSQL and I’m getting an error when parsing
When I use WHERE with (+) then I get parsing error.
Code Sample demonstrating the issue:
SELECT DISTINCT
o.op_id
FROM
opportunities o,
v_opp_bundles b,
jopportunities h
WHERE
o.opp_id = b.opp_id
AND b.bun_id = p_bun_id
AND o.opp_id = h.opp_id (+);
Running PMD through: [CLI | Ant | Maven | Gradle | Designer | Other]
Running from command line with JDK 11.
pmd -d C:\pmd-bin-6.16.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