Is there any possibilities that outdates rules cause SonarLint to stop working?

Please provide

  • Operating system: Windows 11
  • SonarLint plugin version: 7.1
  • Programming language you’re coding in: Java
  • Is connected mode used:
    • Connected to SonarCloud or SonarQube (and which version): SonarQube 9.9 LTS

And a thorough description of the problem / question:

I am facing an issue where SonarLint version 7.2.1 and above will not work after binding to SonarQube.
Current setup uses SonarLint 7.1 in Eclipse 2022-06 and it works perfectly.

Observations found:

  1. All SonarLint version 7.2.1 and above will not report any issues after connected to SonarQube. However, it will report issues when it is not connected.
  2. SonarLint version 7.1 and below will report issues after connected to SonarQube.

So the question is that, could it be some rules set in SonarQube that are causing SonarLint 7.2.1 and above to stop working?

Hi @kentauros

Is there any interesting message in the logs?

I am not aware of any similar problem.

Hi,

I am not sure if this helps but here is a difference that I have noticed.


In this binding, I it do not report any issues.


In this binding however, it does report some intentionally produced issues. The highlighted parts are those that seems different.

Would this be a probable cause?