A_Elric
A_Elric

Reputation: 3568

Eclipse Plugin for counting lines of code (Eclipse Juno)

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

Answers (1)

xavier.seignard
xavier.seignard

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

Related Questions