Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many code lines do my project have [duplicate]

Possible Duplicate:
Counting Line Numbers in Eclipse

How Can I count the number of lines in my project including all the packages and projects in the Eclipse editor?

like image 389
seismael Avatar asked Oct 07 '10 08:10

seismael


2 Answers

You could use former Instantiations product CodePro AnalytiX. This eclipse plugin provides you suchlike statistics in code metrics view. This is provided by Google free of charge.

like image 84
Gábor Lipták Avatar answered Oct 11 '22 09:10

Gábor Lipták


You may want to check this Metrics2 plugin -

http://metrics2.sourceforge.net/

like image 38
Sachin Shanbhag Avatar answered Oct 11 '22 09:10

Sachin Shanbhag