简体   繁体   中英

Eclipse Juno Metrics Plugins

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.

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

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/

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").

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM