Lars Hvam

Results 1025 comments of Lars Hvam

FAE, not empty analysis

loop at always empty tab, ```abap CLEAR tab. LOOP AT tab ```

BINARY SEARCH for table which might not be sorted

for whitespace also see https://github.com/abaplint/abaplint/issues/483 redundant parentheses, see https://github.com/abaplint/abaplint/issues/654

reproduced as below, note that there might be multiple steps required, I think below is the first and simplest way to reproduce ```abap TYPES int_row TYPE STANDARD TABLE OF i...

same problem with RAISE EXCEPTION, https://github.com/abaplint/abaplint/issues/2396