Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run more unit tests via transpiler #153

Merged
merged 46 commits into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
6937a5b
wip
larshp Jul 21, 2022
8571d37
update transpiler
larshp Jul 23, 2022
fc07e3e
update
larshp Jul 23, 2022
f2c1443
update
larshp Jul 23, 2022
cb5c7f1
run add_info
larshp Jul 23, 2022
fa665d1
run add_warning
larshp Jul 23, 2022
daaec06
run add_error
larshp Jul 23, 2022
ab34f0b
run joins_log
larshp Jul 23, 2022
7114070
run clears_log
larshp Jul 23, 2022
5273d86
run has_messages
larshp Jul 23, 2022
b422ba6
run two_messages_for_one_object
larshp Jul 23, 2022
e43aac6
update
larshp Jul 27, 2022
bd4019f
update to latest npm packages
larshp Jul 28, 2022
162c599
run name_mapping_and_camel_case
larshp Jul 28, 2022
7122bd4
run name_mapping_found
larshp Jul 28, 2022
2794094
update
larshp Jul 28, 2022
0a13d41
update
larshp Jul 29, 2022
4673ccd
run get_type_info_date_time
larshp Jul 29, 2022
0b72716
run get_type_info_boolean1
larshp Jul 29, 2022
94a1329
run get_type_info_boolean2
larshp Jul 29, 2022
76314e3
run get_type_info_boolean3
larshp Jul 29, 2022
27acc52
update notes
larshp Jul 29, 2022
7a335bc
update notes
larshp Jul 29, 2022
21c74a0
run add_exception
larshp Jul 29, 2022
1b16c82
run add_catched_exception
larshp Jul 29, 2022
0ce2d9e
run add_exception_as_info
larshp Jul 29, 2022
b70d66f
run get_max_severity
larshp Jul 29, 2022
087372f
run add_classic_exception
larshp Jul 29, 2022
69c97b1
update runtime
larshp Jul 29, 2022
5b35c60
update notes
larshp Jul 29, 2022
ba7821c
run title_and_description
larshp Jul 29, 2022
f426356
run too_many_default_link
larshp Jul 29, 2022
fc8c4ff
run too_many_default_mixed
larshp Jul 29, 2022
34dbe69
run too_many_default_value
larshp Jul 29, 2022
6c13db4
run too_many_number_annotations
larshp Jul 29, 2022
f994e2e
move decfloat16 errors
larshp Jul 29, 2022
fe91f66
run too_many_value_links
larshp Jul 29, 2022
a69306e
run wrong_usage_default
larshp Jul 29, 2022
781cd7d
run value_mapping_found
larshp Jul 29, 2022
2c13475
validate_invalid_json_schema
larshp Jul 29, 2022
86e625f
run calculate_max_length
larshp Jul 29, 2022
2805f52
update notes
larshp Jul 29, 2022
fdedebc
update notes
larshp Jul 29, 2022
9a77aee
update deps
larshp Aug 2, 2022
14c5c60
add back enum testcase as separate method
larshp Aug 2, 2022
79637c9
Update abap_transpile.json
larshp Aug 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 43 additions & 61 deletions abap_transpile.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,110 +30,92 @@
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "include_table"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "table_in_table"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "struc_tab_struc_tab"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "unsupported_type"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "unsupported_type", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "complex_structure_aff_class"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "mandatory_fields"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "no_header"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "no_format_version"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "no_structure"},
{"object": "ZCL_AFF_GENERATOR", "class": "ltcl_type_generator", "method": "no_structure", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_ABAP_DOC_READER", "class": "ltcl_abap_doc_reader", "method": "get_abap_doc_4_element_types"},
{"object": "ZCL_AFF_ABAP_DOC_READER", "class": "ltcl_abap_doc_reader", "method": "get_abap_doc_4_sub_elem_types"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "callback_class"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "enum_values"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "title_and_description"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_callbackclasses"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_default_link", "note": "??"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_default_mixed"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_default_value", "note": "??"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_enum_values"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_number_annotations"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_required_annotations"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_titles_and_showalways"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_value_links", "note": "??"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "wrong_usage_callback_class"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "wrong_usage_default"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "wrong_usage_enum_values"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "call_reader_and_decode", "note": "Void type: cl_oo_abap_doc_reader"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "callback_class_is_invalid", "note": "??"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "callback_class_is_valid", "note": "cl_oo_classname_service=>get_all_method_includes"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "get_abap_doc_for_absolute_name", "note": "Void type: cl_oo_abap_doc_reader"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "get_struc_of_enum_values_cl"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "get_type_info_numeric", "note": "abap.types.typeTodoDecFloat16Type is not a constructor"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "get_type_info_string_like"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "name_mapping_and_camel_case", "note": "VALUE #( table_expr OPTIONAL )"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "name_mapping_found", "note": "VALUE #( table_expr OPTIONAL )"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "stack_stores_operations", "note": "VALUE #( stack[ 1 ]-operation OPTIONAL )"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "validate_default", "note": "abap.types.typeTodoDecFloat16Type is not a constructor"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "value_mapping_found"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "stack_stores_operations", "note": "??"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "get_type_info_string_like_enum", "note": "enums are not yet supported"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "use_ddic_info_for_element", "note": "casting should throw exception, transpiler todo"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "value_mapping"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "no_formatting", "note": "casting fails? element_description.get(...).get_ddic_field is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "name_mapping", "note": "casting fails? element_description.get(...).get_ddic_field is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "date_time_element", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "structure_in_table"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "structure_in_table", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "nested_table"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "use_ddic_info_for_max_length", "note": "casting fails? structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "max_length"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "number_max_value", "note": "abap.types.typeTodoDecFloat16Type is not a constructor"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "enum_element"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "validate_invalid_json_schema", "note": "implement cl_message_helper->set_msg_vars_for_if_msg in open-abap"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_different_enum", "note": "casting fails? element_description.get(...).get_ddic_field is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "standard_table"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "standard_table", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "nested_structure"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "simple_structure"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "string_element", "note": "casting fail?"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "simple_structure_dollar"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "complex_type_with_enum"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "number_element"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "date_time_element"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "nested_nested_structure"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "table_in_nested_stru_with_ad"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "nestes_table_with_ad"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "format_version"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_table"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "numerical_text_field"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "numerical_text_field", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_numbers"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_different_default"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "nested_struc_with_default"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "simple_table_with_callbackclas"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "struct_with_table_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "element_with_callbackclas"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "element_in_structure_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "table_of_struc_with_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "table_with_call_of_struc"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "nested_table_with_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "struc_with_struc_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_wrong_enum_link"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_wrong_default"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_wrong_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "hashed_table"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_tables"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_no_title_descr"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "element_no_title_descr"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "table_no_title_descr"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "title_and_desc_escaped"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "number_element_default"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "unknown_annotation"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "unknown_annotation", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "unknown_abap_doc_tag"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "type_of_enumtype_and_co_differ"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_include"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "description_too_long"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_default_problem"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "get_extrema"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "calculate_max_length"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "struc_with_own_enum_values"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "add_info"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "add_warning"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "add_error"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "add_exception"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "joins_log"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "clears_log"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "get_max_severity"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "has_messages"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "two_messages_for_one_object"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "add_catched_exception"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "add_classic_exception"},
{"object": "ZCL_AFF_LOG", "class": "ltcl_log_unit_test", "method": "add_exception_as_info"}
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "description_too_long", "note": "structure_description.get(...).get_components is not a function"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_default_problem", "note": "element_description.get(...).get_ddic_field is not a function"},


{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "get_extrema", "note": "abap.types.typeTodoDecFloat16Type is not a constructor"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "number_max_value", "note": "abap.types.typeTodoDecFloat16Type is not a constructor"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "get_type_info_numeric", "note": "abap.types.typeTodoDecFloat16Type is not a constructor"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "validate_default", "note": "abap.types.typeTodoDecFloat16Type is not a constructor"},


{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "simple_table_with_callbackclas"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "struct_with_table_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "element_with_callbackclas"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "element_in_structure_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "table_of_struc_with_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "nested_table_with_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "struc_with_struc_callback"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_wrong_callback"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "callback_class_is_invalid", "note": "??"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "callback_class_is_valid", "note": "cl_oo_classname_service=>get_all_method_includes"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "callback_class"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_callbackclasses"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "wrong_usage_callback_class"},


{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "enum_values", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "too_many_enum_values", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_ABAP_DOC_PARSER", "class": "ltcl_aff_abap_doc_parser", "method": "wrong_usage_enum_values", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "complex_type_with_enum", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "struc_with_own_enum_values", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_different_enum", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "structure_with_wrong_enum_link", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer_abap_doc", "method": "type_of_enumtype_and_co_differ", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_WRITER_JSON_SCHEMA", "class": "ltcl_json_writer", "method": "enum_element", "note": "ENUMS out of scope"},
{"object": "ZCL_AFF_WRITER", "class": "ltcl_type_writer", "method": "get_struc_of_enum_values_cl", "note": "ENUMS out of scope"}
]
}
}
Loading