SONARQUBE editor tab in eclipse shows nothing

本秂侑毒 提交于 2019-12-12 03:19:54

问题


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.

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.

What i am doing wrong?

sonar experts help me.

I am using,

  1. Sonarqube 4.5
  2. sonarqube java analyzer 3.3 plugin
  3. Juno eclipse

回答1:


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



来源:https://stackoverflow.com/questions/26520551/sonarqube-editor-tab-in-eclipse-shows-nothing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!