Lars Hvam
Lars Hvam
plus give error if `zcl_oapi_main` does not exist
I'm planning to add a baseline feature in https://github.com/marketplace/abaplint
yea, you can use `noIssues`, but from my point of view, its not really intended for the usecase I'm planning to add a baseline feature in https://github.com/marketplace/abaplint
https://github.com/abaplint/abaplint/issues/855 https://github.com/abaplint/abaplint/issues/786 SQLFieldList SQLCase SQLSource
here, https://rules.abaplint.org/method_overwrites_builtin/
select single: as far as I remember, if the full primary key is specified code inspector does not give an error?
okay, so its a false positive by abaplint? the xml file for the table is in git, it has information if the table is buffered. If using abaplint-sci-client, it serializes...
or "dont compare sorting for character fields", hmm
still relevant, ```abap CLASS lcl DEFINITION. PUBLIC SECTION. METHODS licenses_get IMPORTING license TYPE string RETURNING VALUE(license) TYPE license RAISING cx_static_check. ENDCLASS. CLASS lcl IMPLEMENTATION. METHOD licenses_get. ENDMETHOD. ENDCLASS. ```