5

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?

Community
  • 1
  • 1
seismael
  • 227
  • 1
  • 6
  • 18

2 Answers2

8

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.

Piotr Dobrogost
  • 41,292
  • 40
  • 236
  • 366
Gábor Lipták
  • 9,646
  • 2
  • 59
  • 113
3

You may want to check this Metrics2 plugin -

http://metrics2.sourceforge.net/

Piotr Dobrogost
  • 41,292
  • 40
  • 236
  • 366
Sachin Shanbhag
  • 54,530
  • 11
  • 89
  • 103