I wrote a fairly large program using Eclipse. I’d like to brag a bit about my 920 lines of code, but that’s not a realistic number. Is there a way I can figure out the total number of executable lines (ignoring carriage return, comments, and perhaps brackets)?
Share
You can use an Eclipse plugin like Metrics2 (see Metrics for older version) for that.
As stated on the Metrics2 page:
There is also CodePro AnalytiX that I heard of, but actually never tested, so cannot say much about it.