Eclipse中的SONARQUBE编辑器选项卡不显示任何内容

问题描述:

我的本​​地驱动器中有一个Java ejb项目,在基本目录中创建了sonar-project.properties文件.在localhost:9000中启动sonarqube之后,我打开了命令提示符并转到基本目录并执行命令sonar-runner.已在localhost:9000中成功分析了项目.

I have an java ejb project in my local drive.In the base directory i created sonar-project.properties file. After i started sonarqube in localhost:9000, I opened a command prompt and go to base directory and execute command sonar-runner. Project was successfully analyzed in localhost:9000.

然后,我打开Eclipse,并使用与我的工作区相同的项目位置.当我将此项目与在localhost:9000上运行的服务器相关联并进行分析时,eclipse问题选项卡什么都没有显示.而且它也没有显示任何错误.

Then I open eclipse and use the same project location as my workspace. When I associate this project with server running on localhost:9000 and do analyze, eclipse issue tab shows nothing. Also it does not show any errors.

我做错了什么?

声纳专家帮助我.

我正在使用

  1. Sonarqube 4.5
  2. sonarqube Java Analyzer 3.3插件
  3. Juno月食

此回归将在即将发布的SonarQube 4.5.1版本中修复.参见 SONAR-5762 .

This is a regression that will be fixed in the upcoming 4.5.1 version of SonarQube. See SONAR-5762.