Eclipse Metrics plugin (Continued) 1.3.8

20  

Add this URL to your Eclipse Installation to reach this Solution's Update Site.
More Info


Categories:
None
Login or register to tag items

Provide metrics calculation and dependency analyzer plugin for the Eclipse platform. Measure metrics with avg and std deviation and detect cycles in package and type dependencies. Continuation of work from http://sourceforge.net/projects/metrics.

Computes : NORM (number of overridden methods), NOF (number of attributes), NSC (Number of Children), NOC (number of classes), MLOC (method lines of code), NOM (number of methods), NBD (nested block depth), DIT (depht of inheritance tree), NOP (number of packages), CA (afferent coupling) NOI (number of interfaces) VG (McCabe cyclomatic complexity), TLOC (total lines of code), RMI (instability), PAR (number of parameters), LCOM (lack of cohesion of methods), CE (efferent coupling), NSM (number of static methods), RMD (normalized distance), RMA (Abstractness), SIX (Specialization Index), WMC (weighted methods per class), NSF (number of static attributes)

Additional Details

  • Version Number: 1.3.8
  • Eclipse Versions: 3.4, 3.5
  • Organization:
  • Date Created: 19/11/2009
  • Date Updated: 02/12/2009
  • Development Status: Production/Stable
  • License: Free EPL
  • Submitted by: gboissier

Reviews

Add a Review

Awesome!!

I used this plugin to check if the applications of some developers fit the codification rules established for the project, and it gave my a lot of useful information.

Congratulations and Thanks a lot.

AJHOtDraw 2D Graphics Drawing Application

Please help me how to use this Eclipse Metrics plugin tool to calculate all metrics.