sonarqube eclipse 插件使用
sonarqube eclipse plugin Usage
我刚刚发现,在将 sonarqube 与 eclipse 中的项目集成之前,声纳服务器中应该有一个项目,我没有看到太多好处,因为我已经 运行 声纳运行ner 将该项目放在声纳服务器上,我在声纳应用程序上对该项目进行了分析,即 http://localhost:9000(在我的例子中)。仅仅是为了在 eclipse 中使用它,我们安装插件并查看结果,还是我遗漏了一些要点,或者有什么方法可以 运行 在 eclipse 中进行分析,而无需在声纳服务器上进行项目第一名。任何帮助表示赞赏。谢谢
如果我没看错你的问题,那么其中有几件事正在发生。我会一一道来:
Is it just for the sake of having it in eclipse we install the plugin and see the results
安装 Eclipse SonarQube 插件的目的是为了能够 pre-commit analysis 并确保您不会承担新的技术债务
there should be a project in sonar server before you can integrate sonarqube with your project in eclipse
是的。由于关键是要找到 new 问题,因此必须有一个基线并且由您的完整 SonarQube 分析建立(当您 运行 sonar-runner 时)。
Is there any way we can run analysis within eclipse without having the project on sonar server at the first place.
这实际上在 "Coming Soon" 列表中。这已经在 Visual Studio 2015 年可用,并且相同的模型正在为 Eclipse 和 IDEA 开发。
我刚刚发现,在将 sonarqube 与 eclipse 中的项目集成之前,声纳服务器中应该有一个项目,我没有看到太多好处,因为我已经 运行 声纳运行ner 将该项目放在声纳服务器上,我在声纳应用程序上对该项目进行了分析,即 http://localhost:9000(在我的例子中)。仅仅是为了在 eclipse 中使用它,我们安装插件并查看结果,还是我遗漏了一些要点,或者有什么方法可以 运行 在 eclipse 中进行分析,而无需在声纳服务器上进行项目第一名。任何帮助表示赞赏。谢谢
如果我没看错你的问题,那么其中有几件事正在发生。我会一一道来:
Is it just for the sake of having it in eclipse we install the plugin and see the results
安装 Eclipse SonarQube 插件的目的是为了能够 pre-commit analysis 并确保您不会承担新的技术债务
there should be a project in sonar server before you can integrate sonarqube with your project in eclipse
是的。由于关键是要找到 new 问题,因此必须有一个基线并且由您的完整 SonarQube 分析建立(当您 运行 sonar-runner 时)。
Is there any way we can run analysis within eclipse without having the project on sonar server at the first place.
这实际上在 "Coming Soon" 列表中。这已经在 Visual Studio 2015 年可用,并且相同的模型正在为 Eclipse 和 IDEA 开发。