SonarQube: Difference between revisions
Appearance
Content deleted Content added
JnRouvignac (talk | contribs) Sonar => SonarQube |
Update current version |
||
Line 4: | Line 4: | ||
| screenshot = [[File:Sonarqube-nemo-dashboard.png|SonarQube main dashboard|300px]] |
| screenshot = [[File:Sonarqube-nemo-dashboard.png|SonarQube main dashboard|300px]] |
||
| developer = [http://www.sonarsource.com SonarSource] |
| developer = [http://www.sonarsource.com SonarSource] |
||
| latest release version = [http://www.sonarqube.org/downloads/ 4.3] |
| latest release version = [http://www.sonarqube.org/downloads/ 4.3.2] |
||
| latest release date = {{Release date|2014| |
| latest release date = {{Release date|2014|06|24}} |
||
| latest preview version = |
| latest preview version = |
||
| latest preview date = |
| latest preview date = |
Revision as of 14:49, 21 July 2014
SonarQube (formerly Sonar[1]) is an open source platform for Continuous Inspection of code quality.
- Supports 25+ languages: Java, C/C++, C#, PHP, Flex, Groovy, JavaScript, Python, PL/SQL, COBOL, etc. (note that some of them are commercial)
- Can also be used in Android development.
- Offers reports on duplicated code, coding standards, unit tests, code coverage, complex code, potential bugs, comments and design and architecture.[2][3]
- Records metrics history and provides evolution graphs ("time machine") and differential views.
- Provides fully automated analyses: integrates with Maven, Ant, Gradle and continuous integration tools (Atlassian Bamboo, Jenkins, Hudson, etc.).[4][5][6]
- Integrates with the Eclipse development environment
- Integrates with external tools: JIRA, Mantis, LDAP, Fortify, etc.
- Is expandable with the use of plugins.[7][8]
- Implements the SQALE methodology to compute technical debt.
- Supports Tomcat. However, end of support to Tomcat is planned for SonarQube 4.1. The standalone mode is now the only mode that is supported. The standalone mode embeds a Tomcat server.
Reception
In 2009, SonarQube received the Jolt Awards under testing tools category.[9][10] Featured in continuous integration tools.[11] Used by the Andalusian Autonomous Government,[12] eXo Platform,[13] Apache Software Foundation,[14] Eclipse Foundation,[15] Marvelution.[16]
References
- ^ Freddy Mallet (20 March 2013). "SONAR is becoming SONARQUBE". SonarQube project mailing list. Retrieved 3 July 2013.
- ^ "Methods and Tools issue" (PDF). 2010-03-01. Retrieved 2010-04-14.
- ^ Campell/Papapetrou, Ann/Patroklos (2013). Sonar (SonarQube) in action. Greenwich, Connecticut, USA: Manning Publications. p. 350. ISBN 978-1617290954.
- ^ Buijze, Allard (2010-02-26). "Measuring Code Quality With Sonar". Retrieved 2010-04-14.
- ^ Gunter, Stuart (2009-06-24). "Continuous Integration on SAP using Subversion, Maven, Hudson, Nexus and Sonar". Retrieved 2013-01-08.
- ^ "Creating a Sonar Plugin for software development metrics". 2009-11-17. Retrieved 2010-04-14.
{{cite web}}
:|first=
missing|last=
(help) [dead link ] - ^ Hazrati, Vikas (2010-03-30). "Monetizing the Technical Debt". Retrieved 2010-04-14.
- ^ "Jolt Awards Winners". 2009-03-18. Retrieved 2010-04-13.
- ^ "Jolt Productivity Award #2: Testing and Debugging". 2010-12-01. Retrieved 2010-12-09.
- ^ "The Secure Open Source Continuous Integration Solution". 2009-09-04. Retrieved 2014-06-05.
- ^ Template:Es icon "Sonar at Junta de Andalucía". 2009-03-25. Retrieved 2010-04-14.
- ^ "Sonar for eXo Platform". Retrieved 2010-04-15.
- ^ "Sonar for Apache Software Foundation". Retrieved 2011-02-03.
- ^ "Sonar for Eclipse Foundation". Retrieved 2013-09-05.
- ^ "Marvelution - Code Quality". 2010-02-20. Retrieved 2010-04-15.
External links
- SonarQube Web Site
- SonarSource Web Site
- Live SonarQube instance
- SonarQube Plugin Library
- SonarQube IDE Integration
Further reading
See also