Affects PMD Version: 6.16
Rule:
Description: As shown in example. Works fine when using other functions
Code Sample demonstrating the issue:
create or replace function test return varchar2 is
begin
if trim(p_row.dim03) not in ('test1', 'test2') then
NULL;
end if;
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