Affects PMD Version: 6.16.0
Rule:
Description: As shown in example
Code Sample demonstrating the issue:
create or replace function test return varchar2 is
begin
for r in (select *
from sol_individual_commission_rate
where rowid = solt4601.current_rowid
and rownum = 1
for update of record_version nowait)
loop
null;
end loop;
return null;
end test;
/
Running PMD through: [Designer]
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