Lars Hvam

Results 648 issues of Lars Hvam

```abap DATA int8 TYPE int8. DATA(foo) = abs( int8 ). ```

bug

`WITH NON-UNIQUE HASHED KEY` ```abap TYPES: BEGIN OF ty, field TYPE c LENGTH 3, END OF ty. DATA tab TYPE HASHED TABLE OF ty WITH NON-UNIQUE KEY field. ``` hmm,...

bug

`CATCH zcx1 zcx2 INTO DATA(lx_error).` lx_error should get the first super class type

bug

currently it typically takes 2 config files to do downport, change so its just one

new feature

think this happens when interfaces implement the same interfaces multiple times ``` ./src/cl_bgrfc_destination_inbound.clas.abap[19, 7] - Implement method "LOCK" from interface "IF_BGRFC_UNIT" (implement_methods) [E] ./src/cl_bgrfc_destination_inbound.clas.abap[19, 7] - Implement method "LOCK" from...

bug

```abap TYPES ty1 TYPE TABLE OF i WITH DEFAULT KEY. CLASS lcl DEFINITION. PUBLIC SECTION. CLASS-METHODS foo IMPORTING sdf TYPE ty1. ENDCLASS. CLASS lcl IMPLEMENTATION. METHOD foo. ENDMETHOD. ENDCLASS. START-OF-SELECTION....

bug

`ri_instruction = NEW zcl_wasm_call( iv_funcidx = io_body->shift( 1 ) ).`

bug

https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abenselect_numeric_type_guidl.htm https://blogs.sap.com/2018/10/12/abap-float-to-ieee-754-single-precision-conversion/

new rule

see https://github.com/abapGit/abapGit/pull/6697/files