How to calculate the number of lines in a "Java Project"

iberck picture iberck · Oct 31, 2010 · Viewed 20.4k times · Source

How can I calculate the number of lines in a "Java Project"?
I'm using Netbeans 6.9.

Answer

aioobe picture aioobe · Oct 31, 2010

Have a look at the NetBeans Metrics Module.

NetBeans Metric Module is a module for NetBeans that can measure your java source code and display the results in NetBeans.


Or the wordcount plugin.

Counts characters, words, and lines of java files