Plugins (1000)


Training and Consulting (67)


Eclipse Summit Europe 2009


EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 598
Comments: 0

EPIC has moved! The content of this site has been frozen and placed in a Read-Only State. Check out our new Eclipse Marketplace site. Logins to this site have been disabled.


Category: Plugin Directory / Source Code Analyzer / Eclipse Metrics

This listing has moved and is Out of Date. Please view the most up to date listing here:
http://marketplace.eclipse.org/content/eclipse-metrics

Eclipse Metrics 
Rate this plugin | Report broken link | Details | Comments (36)

Rating: 7.4 (86 Votes) | hits: 4
Eclipse Metrics

Version: 3.9.0
Support Eclipse Version: 3.4
License: Free CPL
Development Status: Production/Stable
Company: State Of Flow
Plugin home pageHome Page
Plugin SupportPlugin Support
Discussion ForumsDiscussion Forum
Update Site URL: http://www.stateofflow.com/UpdateSite

This plug in calculates various metrics for your code during build cycles and warns you, via the Problems View, of 'range violations' for each metric. This allows you to stay continuously aware of the health of your code base. You can also export the metrics in different formats. The HTML export includes histograms of the metric values and a 'Management Dashboard' for a quick visual summary.
Added on: 23-Feb-2004 | Updated: 21-Nov-2008




Last 10 Comments


User: AnonymousRating: 12010-01-12 08:53:55
I cannot install it from the update site using Ganymede.


User: AnonymousRating: 22010-01-12 04:30:43
maybe it is nice, but no README, no DOC, how to use it ?


User: AnonymousRating: 12009-12-11 14:35:54
i tried and gave up .... no information, not obvious. its like looking for a needle in a haystack.


User: AnonymousRating: 82009-10-27 13:29:39
Provides useful warnings when code gets too messy and has helped me identify classes which could indeed be re-factored into several new classes. It's really easy to use and comes with a straightforward help file which explains the individual metrics. 2 points short of 10, for the Lack of Cohesion metrics, which are rather confusing and don't seem to be very helpful, except in rare cases.


User: javanirRating: 82009-10-02 01:47:37
This plugin is nice..I am just lokking for plugin which shows Cyclomatic Complexity and Halstead Difficulty. In this metrics I am getting Cyclomatic COmplexity. Do anybody knows any opensource plugin to find Halstead Difficult. Ur help is much appreciated. If it also shows Halstead Difficulty, then will surely rate 10.


User: AnonymousRating: 72009-09-21 12:33:32
Great export in HTML , clear definition. Very useful to keep your code easy to read. But warning in the editor are quite boring, because you can easily miss a real warning (like a unused variable)


User: AnonymousRating: 12009-07-14 08:14:06
Doesn't work with Eclipse 3.4.2 (unknown reason)?? Would like to have this though Jukka Tamminen


User: AnonymousRating: 82009-05-14 09:02:02
Really useful to take care of your code or present a quick summary of it.


User: AnonymousRating: 62009-03-17 07:21:53
Missing features: - to view the metrics in an Eclipse view (the Problems view shows only warnings). - to view to total number of statements. The warnings on the Java editor is boring. For instance, the default setting for max. number of lines of a method is 15. This should never be a hard criterium for the code quality.


User: AnonymousRating: 82009-03-12 11:38:44
Very useful. Sometimes you're in a rush and produces not-that-readable code. When the rush is gone, you need to go back and do some clean up. This plugin will help you find where cleanup is needed.