www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Descent-Metrics 0.1 released

reply Ary Manzana <ary esperanto.org.ar> writes:
The Descent-Metrics plugin is a plugin for Descent that is a
port of the Eclipse-Metrics plugin for JDT.

Update-Site: 
http://svn.dsource.org/projects/descent/trunk/descent.update-site/

Eclipse-Metrics site: http://eclipse-metrics.sourceforge.net/

(if the plugin dosen't appear in the update site, run Eclipse with -clean)

Currently the following are supported:
- Lines Of Code in Method
- Number Of Fields
- Number Of Levels
- Number Of Parameters
- Number Of Statements

This version matches version 3.1 of Eclipse-Metrics. The Lines of Code 
in Method don't include ddoc comments in the calculation.

I've tried the plugin with Tango with the following configuration 
(numbers are max allowed):

- Lines Of Code in Method = 30
- Number Of Fields = 10
- Number Of Levels = 4
- Number Of Parameters = 4
- Number Of Statements = 30

You can download the results from here, so you can get a taste of what 
the plugin is about: http://esperanto.org.ar/d/tango-metrics.zip

The same analysis for Phobos (1.007) is here: 
http://esperanto.org.ar/d/phobos-metrics.zip

Enojy!

Ary
Mar 30 2007
parent Charlie <charlie.fats gmail.com> writes:
Cool!

Ary Manzana wrote:
 The Descent-Metrics plugin is a plugin for Descent that is a
 port of the Eclipse-Metrics plugin for JDT.
 
 Update-Site: 
 http://svn.dsource.org/projects/descent/trunk/descent.update-site/
 
 Eclipse-Metrics site: http://eclipse-metrics.sourceforge.net/
 
 (if the plugin dosen't appear in the update site, run Eclipse with -clean)
 
 Currently the following are supported:
 - Lines Of Code in Method
 - Number Of Fields
 - Number Of Levels
 - Number Of Parameters
 - Number Of Statements
 
 This version matches version 3.1 of Eclipse-Metrics. The Lines of Code 
 in Method don't include ddoc comments in the calculation.
 
 I've tried the plugin with Tango with the following configuration 
 (numbers are max allowed):
 
 - Lines Of Code in Method = 30
 - Number Of Fields = 10
 - Number Of Levels = 4
 - Number Of Parameters = 4
 - Number Of Statements = 30
 
 You can download the results from here, so you can get a taste of what 
 the plugin is about: http://esperanto.org.ar/d/tango-metrics.zip
 
 The same analysis for Phobos (1.007) is here: 
 http://esperanto.org.ar/d/phobos-metrics.zip
 
 Enojy!
 
 Ary
Apr 05 2007