Jörg-Michael Grassau
Jörg-Michael Grassau
Hi Josh, just to keep you updated, I now implemented an important prerequisite to some of these ideas, namely * some helper functions to determine which ABAP commands change relevant...
Hi Jan, that's a very nice idea – and shouldn't be too difficult to implement! Kind regards, Jörg-Michael
Hi Samuli, good point, thanks! I think like the rule "Convert CHECK outside loop to IF NOT ... RETURN", ABAP cleaner should only do changes here if it can actually...
Hi Josh, FYI, for point 10 "String templates", a dedicated issue #116 was opened, so discussion for this particular point could be continued there. Kind regards, Jörg-Michael
Hi Josh, thanks for the reminder, and really sorry that (due to limited capacity) there was no progress here for such a long time! Hm, if you could choose, which...
Hi Lightirius, that's an interesting finding – as far as I know, this option "Format Functional Method Calls" hasn't been around for so long in ABAP Formatter, has it? ...
P.S. @suynwa: I agree, the number of options esp. in the "Align parameters and components" rule is already very long. On the other hand, if some in your team use...
Hi Josh, okay, starting small with an upcoming cleanup rule that changes ```DESCRIBE TABLE itab LINES lin``` into ```lin = lines( itab )```:  However, the examples show that this...
Hi Benedikt, nice idea – what kind of reporting of findings would you expect? Currently, there are options for summarized output … ``` --stats Write statistical summary to standard output....
Hi Dev4Develop, that would indeed be great, but I'm afraid this is (mostly) out of scope for ABAP cleaner, because ABAP cleaner only works on the code document that it...