larshp / upDOWNci

Upload and download SAP Code Inspector variants in XML format - ABAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dump with CL_CI_TEST_METRIC_PROC

jrodriguez-rc opened this issue · comments

Exporting configuration from CL_CI_TEST_METRIC_PROC causes a dump.

The problem is because it is trying to determine an incorrect type for an attribute in create_structure for the types with_hdi, with_hvo and with_hef:
image

In the method find_types is getting the type of DO_HALSTEAD instead of specific field:
image
image

thanks for the bug report, pull requests welcome

what version is the above version from? on 751, the code looks different

image

Is was in a 7.54 system

hmm, I dont have access to any 754 systems