Need your help

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

Need your help

stéphane ducasse-2
> Hi all
>
> I'm participating to a metric book and I was a bit worried that we  
> only have data about Java and C++
> projects. So I wrote a little tool that gather the metrics that we  
> need.
> The data that I need is simple: cyclometric complexity, number of  
> packages, number of classes and methods, and
> some metrics related to coupling and inheritance depth.
>
> Note that your project will not be mentioned at all and we will  
> just compile an average and a standard
> deviation from the projects. I need some open-source, industry  
> projects.
>
> Now I need some data and I would like you to
> - load the MetricGatherer package I published on cincom.store
>
> - Execute the following expression
> MetricGatherer new
> metricForBundleNames: #( ......);
> reportOnTranscript
> or
> MetricGatherer new
> metricForPackageNames: #( ......);
> reportOnTranscript
>
> - send me an email with the result you obtained on the transcript.
> [hidden email]
>
> - my co-authors are afraid that they get delayed and should wait  
> for the data
> so I would like you to send me the data until Sunday 12 of march  
> 2006.
>
> I already did: Store, RB, VW
> Thanks you in advance to help me showing that Smalltalk is still  
> alive and kicking.
>
> Stef
>