Incompatibility results between Sonar GUI to sonarlint IDE

Hi
I’m using Sonar Enterprise Edition v10.6 and intellij version 2023.1.3 with sonarlint plugin version 10.12.0.79769.
I’m seeing some incompatibility between the results in the sonarqube server to the sonarlint in IDE (after connecting it to the profile in our sonarqube server).
Example 1:
For one file in the GUI it found 2 bugs of:
https://sonarqube/coding_rules?open=java%3AS2222&rule_key=java%3AS2222
However, in the IDE, after the sonarlint analysis on the same file, it doesn’t shows any bugs.
Example 2:
For other file in the sonar GUI I see vulnerability of:
https://sonarqube/coding_rules?open=java%3AS2755&rule_key=java%3AS2755
but in the sonarlint scan for the same file, nothing is present for that (including Taint vulnerabilities tab).
BTW, why getting the info under Taint vulnerabilities tab takes few minutes?
Are those known issues?

Hi,

When you look at these bugs in SonarQube Server, are the issue paths cross-file? Cross-method?

Can you post your SonarLint log?

 
Thx,
Ann

Not sure I understood the question. what is cross-file and cross-method? Unfortunately, due to organization restrictions, I can’t upload the log file

Hi,

I was asking about issue location sets (in the pane on the left) that start in one file or method and end in another.

Feel free to redact your log as necessary.

 
Ann