Comments on Eclipse plugin: EclipseMetrics
add comment plugin-details
pages: 1 2 3 Next>
Manasi Sonune on Dec 1, 2008 1:40 AM
Hi,
I have downloaded the com.stateofflow.eclipse.metrics.feature_3.9.0.200811151219 metrics plugin and have the 3.4.1 Ganymede version of Eclipse. I am not able to see the metrics tab in the properties of the project. For testing I have just created one project with a test java file.
Regards,
Manasi
danta on Oct 12, 2008 5:01 AM
sorry, my mistake, At the wrong eclipse metric plugin site.
danta on Oct 12, 2008 4:42 AM
When exporting the metrics to xml the method metrics are exported without a class name in one of the fields. This and the fact that you can put multiple classes in a file, makes it impossible to say, this method belongs to this class. Is there a way to add the classname to the exported method metrics?
greetz,
danta
Lance Walton on Sep 18, 2008 3:59 PM
Hi.
The next release will support a child element called 'compilationunits' which is an ant FileSet. This can be used to control which source files are analysed during the export.
This will be released over the next couple of days.
Regards,
Lance
Anonymous on Sep 10, 2008 9:02 AM
hello all,
how can be changed the script for ant (Headless Build With Ant) so that some java files can be excluded from the metrics calculation.
is there a way to use the excluded resources in a non graphical way.
thanks in advance,
regards
Anonymous on Aug 21, 2007 11:32 PM
Hi,
How do you make the dependency analyzer work in Eclipse 3.2?
Any ideas?
Thanks!
Anonymous on Sep 29, 2006 4:55 AM
I'm running Eclipse 3.2 on java 1.4. When trying to access any EclipseMetrics functions, the following error is shown:
Plug-in com.stateofflow.eclipse.metrics was unable to load class com.stateofflow.eclipse.metrics.properties.MetricsPropertiesPage.
Is using java 1.5 necessary to run this plugin? I haven't tried that but I don't see that as requirement anywhere either.
Arnaud Fonce on Dec 1, 2005 6:33 AM
Hello,
I'm using v2.3.0 and WSAD 5.1.1.
I've got the same problem than Thimo (I don't manage to export metrics). I tried to uncheck "Histogram and dashboard (experimental)" and I found this in the eclipse log :
java.lang.NullPointerException
at java.lang.Throwable.<init>(Throwable.java)
at java.lang.Throwable.<init>(Throwable.java)
at java.lang.NullPointerException.<init>(NullPointerException.java:63)
at com.teaminabox.eclipse.metrics.export.html.HtmlPageBuilder.print(HtmlPageBuilder.java:127)
at com.teaminabox.eclipse.metrics.export.html.HtmlPageBuilder.closeElement(HtmlPageBuilder.java:96)
at com.teaminabox.eclipse.metrics.export.html.HtmlPageBuilder.closeElementAndNewline(HtmlPageBuilder.java:90)
at com.teaminabox.eclipse.metrics.export.html.OrderedPageBuilder.closeTableFragment(OrderedPageBuilder.java:78)
at com.teaminabox.eclipse.metrics.export.html.OrderedPageBuilder.build(OrderedPageBuilder.java:42)
at com.teaminabox.eclipse.metrics.export.html.HtmlExporter.createUnqualifiedTypeNameOrderedMetricsPage(HtmlExporter.java:206)
at com.teaminabox.eclipse.metrics.export.html.HtmlExporter.createTypeAndMethodMetricsPages(HtmlExporter.java:149)
at com.teaminabox.eclipse.metrics.export.html.HtmlExporter.export(HtmlExporter.java:64)
at com.teaminabox.eclipse.metrics.MetricsBuilder.buildAndExport(MetricsBuilder.java:102)
at com.teaminabox.eclipse.metrics.MetricsBuilder.export(MetricsBuilder.java:90)
at com.teaminabox.eclipse.metrics.export.MetricsExportWizard.startExport(MetricsExportWizard.java:127)
at com.teaminabox.eclipse.metrics.export.MetricsExportWizard.doFinish(MetricsExportWizard.java:122)
at com.teaminabox.eclipse.metrics.export.MetricsExportWizard.access$0(MetricsExportWizard.java:114)
at com.teaminabox.eclipse.metrics.export.MetricsExportWizard$1.run(MetricsExportWizard.java:73)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
Any ideas.
Thanks
Arnaud
Lance Walton on Oct 30, 2004 12:44 PM
Hi Thimo.
Can you tell me if there is anything in your Eclipse logs?
Regards,
Lance
Lance Walton on Oct 30, 2004 12:41 PM
Hi.
Only metrics for Java can be produced with Eclipse Metrics. It relies heavily on Eclipse's Java parsing infrastructure...
Regards,
Lance
pages: 1 2 3 Next>

