Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

difference between sonar and sonarqube

Can anybody explain me what is the difference between sonar and sonarQube as i have said to integrate the sonar with eclipse i am using eclipse Luna but when i tried to search sonar using

Help----> Eclipse Marketplace ---->search (sonar)

i am getting sonarQube not sonar Therefore my question is that are they same or different if same i can go ahead to install in the eclipse if not then from where to install sonar as it is my requirement.please anybody suggest

like image 358
Zoheb Siddiqui Avatar asked Jan 27 '15 05:01

Zoheb Siddiqui


People also ask

Is Sonar the same as SonarQube?

SonarQube (formerly Sonar) is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs, code smells on 29 programming languages.

What is Sonar tool in Java?

Sonar static analysis helps you build and maintain high-quality Java code. Covering popular build systems, standards and versions, Sonar elevates your coding game while keeping vulnerabilities at bay. Discover the power of clean code -- 600+ dedicated rules.

Why is SonarQube used?

SonarQube is a Code Quality Assurance tool that collects and analyzes source code, and provides reports for the code quality of your project. It combines static and dynamic analysis tools and enables quality to be measured continually over time.

What is SonarQube vs SonarLint?

SonarQube is a server where you can host your projects and execute analysis, whereas SonarLint is an agent that allow us to connect with this SonarQube and execute the analysis remotely. SonarLint can be used with IDE or can also be executed via CLI commands.


1 Answers

Same software. The name changed last year, from Sonar to SonarQube http://www.sonarqube.org/sonar-becomes-the-sonarqube-platform/

like image 160
Qualilogy Avatar answered Oct 14 '22 18:10

Qualilogy