Cyclomatic complexity for Smalltalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Cyclomatic complexity for Smalltalk

Julien Delplanque-2
Hello,

I need to compute the cyclomatic complexity of Pharo methods.

There is a tool to do that in Moose but its implementation is quite unreliable since it explicitly lists the branching selectors and loop selectors.
Even the comment in the method says the implementation is wrong.

The problem is that in Smalltalk, potentially any selector can branch or perform loop. And you can not know it in advance.

Anyone here already tried to address this problem?

Thanks in advance,

Julien


---
Julien Delplanque
Doctorant à l’Université de Lille
Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq
Numéro de téléphone: +333 59 35 86 40