How can I file an issue for SonarQube Eclipse plugin

℡╲_俬逩灬. 提交于 2019-12-24 22:05:23

问题


I went here but cannot see any means of reporting an issue: https://jira.codehaus.org/browse/SONARIDE

The issue is that SonarQube plugin in Eclipse stops working when project is configured as "Groovy Project" and DSL jar is added to classpath. The Sonar run crashes with message saying that it cannot find the Groovy DSL jar in "{build folder}\C:\Users....", which makes no sense - why the hell is it treating an absolute path as relative.


回答1:


You can't create issue in JIRA by yourself. We prefer issues to be first discussed on our user mailing list (or on SO) in order to avoid too many "won't fix/not a bug".

In your case it seems to be a valid report so I have created https://jira.codehaus.org/browse/SONARIDE-430. In next Sprint of SonarQube Eclipse we plan to highly improve multi language support and Groovy is a good candidate.

If you could provide a simple Groovy project (including Eclipse metadata .project, .settings, ...) it would be very helpful.



来源:https://stackoverflow.com/questions/23859753/how-can-i-file-an-issue-for-sonarqube-eclipse-plugin

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