java - Counting Line Numbers in Eclipse -
I have a java project in Eclipse that contains ~ 10 packages and ~ 10 class files per package. Is there any way to determine the total line of code for the entire project? I'm familiar with other tools (for example, code analyzer, WC, etc.), but I want to know that there is no way to do this or to confirm that there is no way to do this.
Here is a good matrix plug-ins that shows the number of lines of code and more:
Has been done:
Comments
Post a Comment