Http://www.voidcn.com/blog/lidujun1028/article/p-3831235.html
Sonar (SonarQube) is an open source platform for managing the quality of source code. Sonar is not just a quality data reporting tool, but also a code quality management platform. Supported languages include: Java, PHP, C #, C, Cobol, PL/SQL, Flex, and more.
Main Features:
Code overwrite: Through unit tests, which line of code will be shown to be selected
Improve coding Rules
Search Encoding Rules: Query by name, plugin, activation level and category
Project Search: Search by the name of the project
Comparing data: Comparing the trend of any measurement in the same table
Architecture diagram:
Online Reference Example: Open source China Code Quality Management system, address: http://sonar.oschina.net/
See Sonar better online reference (self-thought):
1. "Using Sonar for Code Quality Management", Address: http://www.ibm.com/developerworks/cn/java/j-lo-sonar/
2. "Sonar Environment", Address: http://blog.163.com/[email protected]/blog/static/119907206201221674156438/
3. "Sonar Installation and use", Address: http://www.cnblogs.com/cuiliqiang/archive/2012/10/15/2725146.html
4. "Sonarqube code Quality Management platform installation and use", Address: http://www.voidcn.com/blog/hunterno4/article/p-2093706.html
5. Evaluating your technical debt with Sonar, address: Http://www.oschina.net/translate/evaluate-your-technical-debt-with-sonar
6. Sonar Installation and Jenkins integration, address: http://www.cnblogs.com/az19870227/archive/2013/04/03/2998351.html
Sonarqube Code Quality Management platform better construction and use of data