Cyclomatic Compexity

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

Cyclomatic Compexity

Jan Vrany
Hi,

does anybody know about package/code in Smalltalk that computes
cyclomatic complexity of a Smalltalk method?

Thanks, Jan

_______________________________________________
Esug-list mailing list
[hidden email]
http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org
Reply | Threaded
Open this post in threaded view
|

Re: Cyclomatic Compexity

PabloEstefo
Hapao computes cyclomatic complexity of a method and uses it in its blueprint.

http://hapao.dcc.uchile.cl/

I hope it is what you are looking for.

Cheers,
Pablo

El 28-07-2013, a las 13:49, Jan Vrany <[hidden email]> escribió:

Hi,

does anybody know about package/code in Smalltalk that computes cyclomatic complexity of a Smalltalk method?

Thanks, Jan

_______________________________________________
Esug-list mailing list
[hidden email]
http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org


_______________________________________________
Esug-list mailing list
[hidden email]
http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org
Reply | Threaded
Open this post in threaded view
|

Re: Cyclomatic Compexity

Tudor Girba-2
If Moose is loaded, you can do for example:

((MoosePharoImporterTask new addClasses: {Morph}; run)
   allClasses entityNamed: Morph mooseName)
   weightedMethodCount 


Cheers,
Doru




On Sun, Jul 28, 2013 at 7:54 PM, Pablo Estefó <[hidden email]> wrote:
Hapao computes cyclomatic complexity of a method and uses it in its blueprint.

http://hapao.dcc.uchile.cl/

I hope it is what you are looking for.

Cheers,
Pablo

El 28-07-2013, a las 13:49, Jan Vrany <[hidden email]> escribió:

Hi,

does anybody know about package/code in Smalltalk that computes cyclomatic complexity of a Smalltalk method?

Thanks, Jan

_______________________________________________
Esug-list mailing list
[hidden email]
http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org


_______________________________________________
Esug-list mailing list
[hidden email]
http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org




--

"Every thing has its own flow"

_______________________________________________
Esug-list mailing list
[hidden email]
http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org
Reply | Threaded
Open this post in threaded view
|

Re: Cyclomatic Compexity

Jan Vrany

Thanks guys, I'll have a look.

Best, Jan

On 28/07/13 18:59, Tudor Girba wrote:

> If Moose is loaded, you can do for example:
>
> ((MoosePharoImporterTask new addClasses: {Morph}; run)
>     allClasses entityNamed: Morph mooseName)
>     weightedMethodCount
>
> http://www.humane-assessment.com/blog/computing-metrics-for-one-pharo-class-with-moose
>
> Cheers,
> Doru
>
>
>
>
> On Sun, Jul 28, 2013 at 7:54 PM, Pablo Estefó <[hidden email]
> <mailto:[hidden email]>> wrote:
>
>     Hapao computes cyclomatic complexity of a method and uses it in its
>     blueprint.
>
>     http://hapao.dcc.uchile.cl/
>
>     I hope it is what you are looking for.
>
>     Cheers,
>     Pablo
>
>     El 28-07-2013, a las 13:49, Jan Vrany <[hidden email]
>     <mailto:[hidden email]>> escribió:
>
>>     Hi,
>>
>>     does anybody know about package/code in Smalltalk that computes
>>     cyclomatic complexity of a Smalltalk method?
>>
>>     Thanks, Jan
>>
>>     _______________________________________________
>>     Esug-list mailing list
>>     [hidden email] <mailto:[hidden email]>
>>     http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org
>
>
>     _______________________________________________
>     Esug-list mailing list
>     [hidden email] <mailto:[hidden email]>
>     http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org
>
>
>
>
> --
> www.tudorgirba.com <http://www.tudorgirba.com>
>
> "Every thing has its own flow"


_______________________________________________
Esug-list mailing list
[hidden email]
http://lists.esug.org/mailman/listinfo/esug-list_lists.esug.org