English 中文(简体)
Maven plugin for gathering source code statistics [closed]
原标题:

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Our project is based on J2EE and we would like to know if there is a open source maven-plugin which either integrates with cloc (Refer How can I measure source code statistics?) or other tools?

最佳回答

Use Sonar for that!

As you can see in the demo site, when this tool analyses your project, it provides a lot of statistics (using their internal tool, Sonar Squid which is a replacement of the old JavaNCSS) :

alt text http://sonar.codehaus.org/wp-content/uploads/2009/05/sonar-squid.jpg

问题回答

暂无回答




相关问题
How to go Open Source & Get Community Support [closed]

I have developed a PHP framework (MVC ofcourse) and have named it EZPHP, it is almost finished and will be made public soon. My questions is that how do i make it open source project or what to do to ...

Comments & OpenSource software [closed]

This may sound like a foolish question or an observation, but i have seen that most of the times when one tries to look at the opensource code, there are no comments or just one or two lines at the ...

热门标签