MyEclipse: MyEclipse Plugin to Count the number of lines shrinidhi.achar - Aug 27, 2007 - 08:20 AM Post subject: MyEclipse Plugin to Count the number of linesHi People,
Can anyone suggest me a MyEclipse Plugin to count the number of lines in java, xml and javascript files separately present in a directory structure? Are there any such plugins that can be directly used as part of the IDE interface and which can be customized inorder to count lines in special auto-generated java files separately???
Regards,
Shrinidhi Achar support-nipun - Aug 27, 2007 - 11:00 AM Post subject: RE: MyEclipse Plugin to Count the number of lines
Hi Shrinidhi,
Im not aware of any plugin that can count the number of lines like you want.MikeSmithson - Oct 30, 2011 - 03:30 PM Post subject:
I would personally use Maven and the javancss plugin. In that way, it is IDE-agnostic and gives you more than just non-commented source statements: http://maven-plugins.sourceforge.net/maven-javancss-plugin/index.htmltoisidberry - Jan 10, 2012 - 10:39 AM Post subject: Re: Plugin