Hi,
I've installed eclipse metrics 3.7.0.200807121416 in eclipse 3.4.0 (Build id: I20080617-2000) using the Update Site http://www.stateofflow.com/UpdateSite/.
I've enabled metrics for my project (checking "Enable Metrics Gathering" in project's properties), but I can't enable the metrics' view because I don't see it in the views' list (Window -> Show view -> Others ...).
Anyway if I open a source file I can see a red icon on the left of a class definition with the message:
Multiple markers at this line
- Lack of Cohesion in Methods (Pairwise Field Irrelation) is 60%
- Lack of Cohesion in Methods (Henderson-Sellers) is 89%
- Lack of Cohesion in Methods (Total Correlation) is 348%
So I suppose that the metrics gathering is actually enabled.
I had the same behavior with eclipse 3.3 (and the same version of eclipse metrics).
Thank you
Sergio Scordino
scordino@iol.it
Hi.
There is no metrics view. Problem markers are added whenever metric violations are found and these will show up in the Java editor (a little ruler icon on the left) and in the Problems View.
Regards,
Lance
I have the same issue. If it's not a bug, could you explain how to export the results to HTML ?