views:

443

answers:

1

I am working on a project using Eclipse 3.4.2, and would like to know how many Non Comment Lines of Code (NCLOC) it has.

It is OK to be a simple plugin, but I don't wan too much bloat. My machine is already slow the way it is.

A: 

You could try a metric plugin (like the ones I mention in this SO question)

That, plus a good eclipse.ini (making your eclipse run with the latest JDK), should make your configuration able to display what you want in a timely fashion.

VonC
I think the plugins you mentioned will do the trick. Since a report is generated on demand, the is no reason they can impact Eclipse's performance.
ciczan