How to calculate line count for "Java Project" ? I'm using Netbeans 6.9
Thanks in advance
How to calculate line count for "Java Project" ? I'm using Netbeans 6.9
Thanks in advance
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
Sloccount is a very good application to count number of lines of code.
You can find more information here: Sloccount