Vous êtes ici

Eclipse - how to count lines of code

One possible way to count lines of code in Eclipse:logo

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.