Kraal
Kraal

Reputation: 2877

How can I avoid having duplicate issues in SonarQube IDE plugin?

I'm trying to use SonarQube Eclipse plugin (version 3.4) along with SonarQube version 3.7.4, Eclipse Kepler and a mulit-modules maven project and I'm facing the following issue.

After having run a local analysis (in preview mode as incremental mode is not possible with 3.7.4) , all issues appear twice. I checked their properties and see that I have for each issue A the following :

Both are marked in the view as being "old issues" (new issue = false.)

If I add new issues, they are correctly added to the list. However if I fix an old issue, A2 is removed but A1 still remains in the view (which is rather annoying).

Am I doing something wrong ? Is there a way in order to have only issues displayed once ?

Note : the Eclipse project is correctly associated to the SonarQube component (I'm working with multi-modules projects)

Thank you in advance,

Upvotes: 0

Views: 370

Answers (1)

This is a know bug that is referenced here: SONARIDE-426

Feel free to watch it and vote for it.

Upvotes: 0

Related Questions