on ‎2023 Aug 02 7:22 AM
Can we compare ABAP code cleaner Tool with ADT. If Yes what are the Metrics & Measurement of this Tool.
Can we measure below things using ABAP code cleaner:-
Code complexity , Code duplication, Execution time, Memory usage, Modularity, Testability, Code coverage
Request clarification before answering.
Hi,
the ABAP Cleaner is a code formatter tool which can be integrated in ADT. The tool can be used to apply the guidelines of Clean ABAP. So it replaces some how the standard formatter aka. Pretty Printer. https://github.com/SAP/abap-cleaner
Regards,
Thomas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As I said: Purpose of ABAP Cleaner is code formatting in the ABAP Editor. There are other tools like ATC, trace, Clone finder for all the other use cases you have in mind.
Regards,
Thomas.
Hi Manu,
what you would like to check sounds more like a task for Code Pal described in this blog post from olga.dolinskaja :
How to enable clean code checks for ABAP
Code Pal is an additional (local) code inspector check variant which can be included in ATC-checks of the code.
Hope this helps!
Cheers
Bärbel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.