Eclipse and row counting

Anyone knows how to count the total amount of rows (java code) in an entire project?

I suppose you mean lines…

There is no tool for eclipse

On linux there is a tool called “linecount”, on a debian you can just write “apt get linecount” to install it. It can count your Java code for you and even calculate manhours based on the COCOMO method (A very silly method but fun nontheless).

[quote]Anyone knows how to count the total amount of rows (java code) in an entire project?
[/quote]
do a search on google for “sourcecodecounter”. It is freeware and should do the worth.

Try this eclipse plugin

http://metrics.sourceforge.net/

hmmm … I just tried installing it but couldn’t get it to work. Let me know if you have any luck.

Working here.
Extract it into your Eclipse folder like it is and then run Eclipse.

Instructions are on the site. Right click on your project and go into project properties and there should be an option to enable Metrices.

I’m using Eclipse 3.1M5a.

[quote]Try this eclipse plugin

http://metrics.sourceforge.net/

hmmm … I just tried installing it but couldn’t get it to work. Let me know if you have any luck.
[/quote]