SonarLint doesn't show any issues when connected to SonarQube

  • Operating system: Win 11 64bit
  • SonarLint plugin version: 8.2.0.68615
  • Programming language you’re coding in: Java
  • Is connected mode used: Yes
    • Connected to SonarCloud or SonarQube (and which version): SonarQube 7.9.2

And a thorough description of the problem / question:

So basically in our project we want to integrate intelliJ SonarLint with SonarQube to see additional problems that Lint alone doesn’t detect. We have managed to connect to SonarQube project and it analyzed our code which contained over 200 issues. Now, if we are in connected mode, the SonarLint in IntelliJ does not show any single issue with code, and also the issues it has been showing before connecting to SonarQube have disappeared from SonarLint analysis, and when trying to analyze a class it just says that it’s analyzing in console but never finishes

We want to see real time issues in our project on SonarLint console while being connected to SonarQube, any ideas why is it not working properly now? Or do we need to set something up we forgot to do?
(We do have most rules applied in SonarQube so it is not a problem with rules probably, because we do see the same issues on SonarQube which we did in SonarLint locally, but now they are gone)

Hi,

Your version is past EOL. You should upgrade to either the latest version or the current LTS at your earliest convenience. Your upgrade path is:

7.9.2 → 8.9.10 → 9.9 → 10.0 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

If your error persists after upgrade, please come back to us!