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

ABAP CODE CLEANER

former_member870718
Discoverer
0 Likes
1,546

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

View Entire Topic
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.