eclipse 声纳和声纳的区别

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/28163774/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 22:22:22  来源:igfitidea点击:

difference between sonar and sonarqube

eclipseintegrationsonarqube

提问by Zoheb Siddiqui

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

任何人都可以向我解释声纳和 sonarQube 之间有什么区别,因为我已经说过将声纳与 eclipse 集成我正在使用 eclipse Luna 但是当我尝试使用搜索声纳时

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

我得到的是声纳而不是声纳因此我的问题是它们是相同的还是不同的如果相同我可以继续在日食中安装如果不是那么从哪里安装声纳因为这是我的要求请任何人建议

回答by CodeWalker

SonarQube (formerly just "Sonar")is a server-based system. Of course you can install it on your local machine (the hardware requirements are minimal). But it is a central server with a database.

SonarQube (formerly just "Sonar")是一个基于服务器的系统。当然,您可以将其安装在本地机器上(硬件要求最低)。但它是一个central server with a database.

Analyses are performed by some Sonar"client" software, which could be the sonar runner, the sonar ant task, the sonar Eclipse plugin etc. The analysis results can be automatically uploaded to the server, where they can be accessed via the sonar Web application.

分析由一些Sonar“客户端”软件执行,可以是声纳运行器、声纳蚂蚁任务、声纳 Eclipse 插件等。分析结果可以自动上传到服务器,在那里可以通过声纳 Web 应用程序进行访问。

In an environment with many developers, you should run a build server (e.g. Hudson or Jenkins), which performs automatic sonar analyses as part of the nightly build. Other schedules are possible, but the developers should know when they can expect updates of the server-side analysis results. The results of the automated analysis can be displayed in the individual developer's Eclipseeditor by way of the sonar Eclipse plugin.

在有许多开发人员的环境中,您应该运行构建服务器(例如 Hudson 或 Jenkins),它会在每晚构建过程中执行自动声纳分析。其他计划也是可能的,但开发人员应该知道他们何时可以预期服务器端分析结果的更新。自动分析的结果可以Eclipse通过声纳 Eclipse 插件显示在个人开发人员的编辑器中。

回答by Qualilogy

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

一样的软件。去年更名,从 Sonar 到 SonarQube http://www.sonarqube.org/sonar-becomes-the-sonarqube-platform/

回答by Sumit Singh

From SonarQube

来自SonarQube

SonarQube (formerly Sonar) is an open source platform for continuous inspection of code quality.

SonarQube(前身为 Sonar)是一个开源平台,用于持续检查代码质量。

From http://www.sonarqube.org/

来自http://www.sonarqube.org/

SonarQube? software (previously known as “Sonar”) is an open source project hosted at Codehaus.

声纳管?软件(以前称为“Sonar”)是一个托管在 Codehaus 的开源项目。