larshp / upDOWNci

Upload and download SAP Code Inspector variants in XML format - ABAP
MIT License
27 stars 12 forks source link

Dump with CL_CI_TEST_METRIC_PROC #16

Open jrodriguez-rc opened 4 years ago

jrodriguez-rc commented 4 years ago

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

larshp commented 4 years ago

thanks for the bug report, pull requests welcome

larshp commented 4 years ago

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

image

jrodriguez-rc commented 4 years ago

Is was in a 7.54 system

larshp commented 4 years ago

hmm, I dont have access to any 754 systems