Koch013

Results 6 issues of Koch013

I receive the following error when running the test for Matrix: ``` We received the following error when we ran your code: ./zcl_matrix.clas.abap[79, 5] - "lv_start" not found, findTop (check_syntax)...

Hi, as the title says, comments in chained data statements are not recognized correctly (rule "unchain into multiple statements" is unchecked): ``` * Data declaration DATA gv_int TYPE I. *...

enhancement

Hi, thanks for this great tool! Maybe the alignment of table rows in a value expression can be enhanced a bit. If I use abap cleaner on this statement ```...

new cleanup rule

Hi, if someone had asked me, I would have sworn that the ABAP Cleaner already does the following, but unfortunately it does not: it doesn't align select-options and parameters. If...

new cleanup rule

Hi, thanks for that tool. First I thought it didn't work, because the entered material number in my try with the table mara wasn't fetched at all. I discovered that...

Hi, I was a bit surprised that in a table type definition the keyword "KEY" and the components don't get aligned: ``` TYPES: BEGIN OF my_type, stlnr TYPE stnum, stlkn...

new cleanup rule