当前位置: 代码迷 >> Eclipse >> Sonar Eclipse 代码覆盖率工具(1)
  详细解决方案

Sonar Eclipse 代码覆盖率工具(1)

热度:68   发布时间:2016-04-23 13:07:44.0
Sonar Eclipse 代码覆盖率工具(一)

开源的质量控制工具 Sonar 使用方法

?

Installing Sonar Eclipse

?

NameLicenseAuthorsLatest versionUpdate siteEclipse MarketplaceJIRA Issue TrackerSources
Sonar Eclipse
LGPL v3
Evgeny Mandrikov,?Jérémie Lagarde
2.2.0
http://dist.sonar-ide.codehaus.org/eclipse/
http://marketplace.eclipse.org/content/sonar
http://jira.codehaus.org/browse/SONARIDE/component/14315
https://github.com/SonarSource/sonar-eclipse

Compatibility Matrix

PluginSonarEclipseMylyn?(optional)
1.0.02.0.02.1.02.2.0
2.0.1+2.4+2.4+2.4+
3.5.x, 3.6.x3.5.x, 3.6.x3.5.x, 3.6.x3.5.x, 3.6.x, 3.7.x
3.2.0+ and requires Sonar 2.8+3.2.0+ and requires Sonar 2.9+

Installation

To install this plugin in the Eclipse IDE:

  1. Select Help -> Install New Software. This should display the "Install" dialog.
  2. Paste the Update Site URL into the field named "Work with:" and press Enter. Pressing Enter should cause Eclipse to update list of available plugins and components.
  3. Choose the component listed under Sonar: "Sonar Integration for Eclipse (Required)".
  4. Click Next. Eclipse will then check to see if there are any issues which would prevent a successful installation.
  5. Click Finish to begin the installation process. Eclipse will then download and install the necessary components.
  6. Once the installation process is finished, Eclipse will ask you if you want to restart the IDE. It's strongly recommended that you restart IDE.

?

  相关解决方案