Instead of installing a new eclipse plugin; If you are on a linux system:
cd to the eclispe project source directory (workspace / project-name / src)
and type in termianl:
wc -l *.java
This will show the total number of lines as well as the number of lines in each file.
source share