Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 490
iberck Avatar asked Dec 21 '22 21:12

iberck


1 Answers

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

like image 88
aioobe Avatar answered Dec 28 '22 10:12

aioobe