abaplint / deps

Basic ABAP dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add http stuff

larshp opened this issue · comments

from https://github.com/larshp/ABAP-Swagger,

./src/zcl_swag.clas.testclasses.abap[59, 3] - Method definition "get_method" in "if_http_request" not found (check_syntax)
./src/zcl_swag.clas.testclasses.abap[63, 3] - Method definition "set_compression" in "if_http_request" not found (check_syntax)
./src/zcl_swag.clas.testclasses.abap[67, 3] - Method definition "get_header_field" in "if_http_entity" not found (check_syntax)
./src/zcl_swag.clas.testclasses.abap[76, 3] - Method definition "set_data" in "if_http_entity" not found (check_syntax)
./src/zcl_swag.clas.testclasses.abap[80, 3] - Method definition "get_cdata" in "if_http_entity" not found (check_syntax)
./src/zcl_swag.clas.testclasses.abap[84, 3] - Method definition "set_status" in "if_http_response" not found (check_syntax)
./src/zcl_swag.clas.testclasses.abap[6, 7]  - Implemented interface "IF_HTTP_SERVER" not found (implement_methods)
./src/zcl_swag.clas.testclasses.abap[6, 7]  - Implemented interface "IF_HTTP_REQUEST" not found (implement_methods)
./src/zcl_swag.clas.testclasses.abap[6, 7]  - Implemented interface "IF_HTTP_RESPONSE" not found (implement_methods)

doing this today