cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP CODE CLEANER

former_member870718
Discoverer
0 Likes
1,547

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

Accepted Solutions (0)

Answers (2)

Answers (2)

ThFiedler
Product and Topic Expert
Product and Topic Expert

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.

soumen_s
Explorer
0 Likes

That means we can't measure Code complexity , Code duplication, Execution time, Memory usage, Modularity, Testability, Code coverage using ABAP code cleaner is this correct?.

Thanks,

Soumen

Sandra_Rossi
Active Contributor
0 Likes

change_890 soumen_s How many people are asking the question? 😉 😄

ThFiedler
Product and Topic Expert
Product and Topic Expert

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.

BaerbelWinkler
SAP Champion
SAP Champion
0 Likes
change_890

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