Reputation: 3568
I've recently been looking for a plugin to count LOC in a project and it seems as though everything works with indigo and before, is there anything that supports Eclipse Juno that counts LOC in a project.
Upvotes: 4
Views: 5374
Reputation: 11144
Your best shot is surely the SonarQube plugin for eclipse. You'll have LOC and many other metrics thanks to it.
http://docs.codehaus.org/display/SONAR/SonarQube+in+Eclipse
Upvotes: 1