facebook

MyEclipse Plugin to Count the number of lines

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #274574 Reply

    Hi 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

    #274578 Reply

    Loyal Water
    Member

    Hi Shrinidhi,
    Im not aware of any plugin that can count the number of lines like you want.

    #320765 Reply

    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.html

    #322231 Reply

    Toisid Berry
    Member

    @MikeSmithson wrote:

    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.html

    Thanks for the resource. I was facing the same issue as well. After trying what you suggested, it works. I am impressed. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: MyEclipse Plugin to Count the number of lines

You must be logged in to post in the forum log in