SonarQube: Difference between revisions
Appearance
Content deleted Content added
Update version no |
No edit summary |
||
Line 20: | Line 20: | ||
==[[Features]]== |
==[[Features]]== |
||
* Supports [http://docs.codehaus.org/display/SONAR/Plugin+Library 25+ languages]: [[Java (programming language)|Java]], [[C (programming language)|C]]/[[C++]], [[C Sharp (programming language)|C#]], [[PHP]], [[Flex (language)|Flex]], [[Groovy (programming language)|Groovy]], [[JavaScript]], [[Python (programming language)|Python]], [[PL/SQL]], [[COBOL]], etc. (note that some of them are commercial) |
* Supports [http://docs.codehaus.org/display/SONAR/Plugin+Library 25+ languages]: [[Java (programming language)|Java]], [[C (programming language)|C]]/[[C++]], [[Objective-C]], [[C Sharp (programming language)|C#]], [[PHP]], [[Flex (language)|Flex]], [[Groovy (programming language)|Groovy]], [[JavaScript]], [[Python (programming language)|Python]], [[PL/SQL]], [[COBOL]], etc. (note that some of them are commercial) |
||
* Can also be used in Android development. |
* Can also be used in Android development. |
||
* Offers reports on [[duplicate code|duplicated code]], [[programming style|coding standards]], [[unit testing|unit tests]], [[code coverage]], [[cyclomatic complexity|complex code]], [[defensive programming|potential bugs]], [[comment (computer programming)|comments]] and [[software design|design and architecture]].<ref name=methodsandtools>{{cite web|title = Methods and Tools issue|date = 2010-03-01|url = http://www.methodsandtools.com/PDF/mt201001.pdf|accessdate = 2010-04-14}}</ref><ref name="sonarinaction">{{cite book |last=Campell/Papapetrou |first=Ann/Patroklos |title=Sonar (SonarQube) in action |publisher=Manning Publications |year=2013 |location= Greenwich, Connecticut, USA |isbn= 978-1617290954| pages=350}}</ref> |
* Offers reports on [[duplicate code|duplicated code]], [[programming style|coding standards]], [[unit testing|unit tests]], [[code coverage]], [[cyclomatic complexity|complex code]], [[defensive programming|potential bugs]], [[comment (computer programming)|comments]] and [[software design|design and architecture]].<ref name=methodsandtools>{{cite web|title = Methods and Tools issue|date = 2010-03-01|url = http://www.methodsandtools.com/PDF/mt201001.pdf|accessdate = 2010-04-14}}</ref><ref name="sonarinaction">{{cite book |last=Campell/Papapetrou |first=Ann/Patroklos |title=Sonar (SonarQube) in action |publisher=Manning Publications |year=2013 |location= Greenwich, Connecticut, USA |isbn= 978-1617290954| pages=350}}</ref> |
Revision as of 13:58, 22 August 2014
SonarQube (formerly Sonar[1]) is an open source platform for Continuous Inspection of code quality.
- Supports 25+ languages: Java, C/C++, Objective-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