Skip to content

How to avoid SonarQube and IntelliJ Plugin version mismatch #2766

Answered by JuditKnoll
Balaavchandran asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like the SpotBugs IntelliJ Plugin latest version, 1.2.5 is stuck on SpotBugs 4.4.2, while the SonarQube FindBugs plugin is quite up to date, the 4.2.6 version supports SpotBugs version 4.8.2.
If your goal is to use the same SpotBugs core versions, then you can downgrade the SonarQube plugin to match the IntelliJ plugin's version, or rather instead of the IntelliJ plugin, you can use SpotBugs via other integrations (ant, maven, gradle, eclipse), or you can also contribute to these projects, since all of them are opensource projects. However, the SpotBugs IntelliJ Plugin is developed by JetBrains, not by the SpotBugs Team, and I have no info whether it will be maintained.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Balaavchandran
Comment options

Answer selected by Balaavchandran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants