Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse metrics plugin suggestion [closed]

I'm looking for a tool to give me some code metrics (total LOCs, LOC/Class, # of external references/class, etc...).

Does anyone know a good eclipse plugin that could provide me some some code metrics?

like image 585
Ben S Avatar asked Jun 26 '09 02:06

Ben S


2 Answers

CodePro AnalytiX originally form Instantiations is now free at Google:

http://code.google.com/javadevtools/download-codepro.html

like image 82
kjwenger Avatar answered Oct 02 '22 20:10

kjwenger


here is one called Metrics.

edit:

i put together a short program for this screenshot in eclipse 3.3.1.1:

Edit 2
Metrics New version Thanks @mpartel for the link

like image 30
akf Avatar answered Oct 02 '22 19:10

akf