Eclipse Juno Metrics Plugins

2019-03-16 16:41发布

What eclipse metrics plugins exist for the JUNO release of eclipse? I have tried a few general purpose metrics plugins but non of them has functioned properly with the JUNO release of eclipse. Almost forgot, we are using Java as programming language.

I want metrics like cyclomatic-complexity, lines of code, method length, parameter excess and so on.

3条回答
我命由我不由天
2楼-- · 2019-03-16 17:03

Check out the following, which work fine on Juno:

I suppose you are not looking for profilers, but if you are, consider the (newly resurrected?) TPTP

查看更多
一纸荒年 Trace。
3楼-- · 2019-03-16 17:18

I found the https://github.com/leonardobsjr/metrics3 source code work fine with eclipse 4.5 :)

You need compile and export the plugins for yourself.

Or you can use my updatesite: https://github.com/qxo/eclipse-metrics-plugin/raw/master/updatesite/

from: https://github.com/qxo/eclipse-metrics-plugin

For Now (1.3.9) You must in "Java Perspective" for enable metrics with this plugin on a project (right-click project -> properties -> metrics -> "enable metrics").

查看更多
兄弟一词,经得起流年.
4楼-- · 2019-03-16 17:20

You may also chek the plug-in for Eclipse called "Metrics". It's and old one but it seems to work fine.

http://metrics.sourceforge.net/

查看更多
登录 后发表回答