Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ut_sonar_test_reporter
1 parent 424a01c commit 07f7900Copy full SHA for 07f7900
1 file changed
source/reporters/ut_sonar_test_reporter.tpb
@@ -32,7 +32,8 @@ create or replace type body ut_sonar_test_reporter is
32
if a_file_mappings is not null then
33
for i in 1 .. a_file_mappings.count loop
34
if upper(a_file_mappings(i).object_name) = upper(a_suite.object_name)
35
- and upper(a_file_mappings(i).object_owner) = upper(a_suite.object_owner) then
+ and upper(a_file_mappings(i).object_owner) = upper(a_suite.object_owner)
36
+ and a_file_mappings(i).object_type = 'PACKAGE BODY' then
37
l_file_name := a_file_mappings(i).file_name;
38
exit;
39
end if;
0 commit comments