Created on 26-juil-2014 - Updated on 08-juin-2016 - 67757 views
One possible way to count lines of code in Eclipse:
using the Search / File... menu, select File Search tab, specify \n[\s]* for Containing text (this will not count empty lines), and tick Regular expression.