Open jrodriguez-rc opened 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:
create_structure
with_hdi
with_hvo
with_hef
In the method find_types is getting the type of DO_HALSTEAD instead of specific field:
find_types
DO_HALSTEAD
thanks for the bug report, pull requests welcome
what version is the above version from? on 751, the code looks different
Is was in a 7.54 system
hmm, I dont have access to any 754 systems
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 typeswith_hdi
,with_hvo
andwith_hef
:In the method
find_types
is getting the type ofDO_HALSTEAD
instead of specific field: