Counting up Java source code lines on Eclipse

I use the open source Eclipse plugin called StepCounter.
Download the latest jar file from https://github.com/takezoe/stepcounter/releases.
Please download the latest jar file

It will be placed in Eclipse’s plugins folder.
For example path:
/path/to/eclipse/plugins/jp.sf.amateras.stepcounter_3.0.3.201404150124.jar

Restart Eclipse and complete install it.

Let’s try it.
Right click on the project and select "Step Counter" -> "Count Step Number"

step_count.png

A view named count result is displayed.
It also counts the number of blank lines and lines of comments.
It can not count the number of lines in class file or jar file.
result.png

You can also export to Excel.

コメント

このブログの人気の投稿

モノレポ vs マルチレポ 徹底比較

KiCadでPCB作成入門

ESP32 Wi-Fi 接続ガイド