prokopp80

Results 6 issues of prokopp80

Hi colleagues, recently the new FINAL keyword has been introduced. Do you plan to document a common guidance for it? In my opinion this was something that I missed in...

Hello folks, could you please have a look and check formatting of the code. It is not 100%. Thank you! ![image](https://github.com/SAP/abap-cleaner/assets/598760/031bc622-1ded-4641-8285-8d21f6d8e770)

no defect

Hello team, would it be possible ot implement the requirement in the subject ?\ Here is a simple example: if lv_condition = 'X'. endif. I would like to turn this...

new cleanup rule

Hi colleagues, just an idea: may there be rule for replacement of ```rv_result = 'something'``` to ``` return 'something'```

Hi colleagues, would it be possible to implement such feature for replacement of chars for boolean constants? Thank you, Br. Petr

Hi colleagues, would it be possible to implement formating for CALL TRANSFORMATION ? I see that is AC works perfectly fine for EXPORT but not for C.TRANS. Thank you, Appreciate...