Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Synchronize issues has encountered - Sonar integration error in eclipse

Steps followed,

-> Installed sonar plugin in Eclipse 4.2.2 by following the steps from - http://eclipse.dzone.com/articles/static-code-analysis-and

-> Build project with mvn sonar:sonar command.

-> Right clicked project in Eclipse to associate to sonar and get the below error in "Problem Occurred popup"

'Synchronize issues' has encountered a problem. Error during issue query org.sonar.wsclient.issue.IssueQuery@d6cd19

How to fix this? Any help?

like image 867
Melwyn Jensen Avatar asked Nov 09 '22 18:11

Melwyn Jensen


1 Answers

Give a try to SonarLint for Eclipse. Much more faster than the SonarQube Eclipse plugin, it will make you able to run SonarQube analysis without the need to get connected to SonarQube server.

If you want to connect to a SonarQube server anyway in order to synchronize analysis configuration, it is also possible but not required. ;)

like image 103
Jean-Denis Coffre Avatar answered Nov 15 '22 09:11

Jean-Denis Coffre