PLSQL - QuotedIdentifiersCheck (RSPEC-2537) still have an issue

Hi,

My config : SonarQube: 6.7.6, PL/SQL plugin 3.4.1 (build 2576)

Even after these two fix:

the rule plsql:QuotedIdentifiersCheck still have an issue.

The false positive case is with code like:

open p_data for
select val_1 + val_2 as “Sum of XX”,
yxz ||’ '|| abc as “Title of YY”
from …

Thanks
S.G.

Indeed, that’s a false positive.
Ticket created: SONARPLSQL-723

Thanks for your feedback!