No analysis done in sonarqube for Intellij

Please provide

  • Operating system: MacOS Sequoia (macbook pro m2)
  • SonarLint plugin version: 10.14.0.80203
  • IntelliJ version: 2024.3.1 ultimate
  • Programming language you’re coding in: Java
  • Is connected mode used: Yes (same issue with not connected)
    • Connected to SonarCloud or SonarQube (and which version): Sonarcloud

And a thorough description of the problem / question:

No analysis is being triggered. When I click “Analyze current file” I get no results, even if I know there are issues on the file as I see them on sonarcloud.

This happens only on a particular intellij project: It is a multimodule multirepository project.

The last line of log is

[2024-12-19T09:01:23.358] [SonarLint Server RPC request executor] ERROR sonarlint - No file to analyze

Find full Log attached

log-sonar.txt (54.2 KB)

Hey @inaki-huete-mmc, sorry for the late reply! Could you please share the full logs?

Your file could be ignored for multiple reasons: file is not part of the IntelliJ project, file is ignored by .git, etc.

Getting the full logs could help assessing that, thanks!

Thanks for the reply

I no longer have the issue with the latest plugin version and latest Intellij. It could have been a misconfiguration on the combination.

Thank you.

1 Like

Super, thank you for letting us know that your issue is resolved. If you enjoy using SonarQube for IDE, feel free to leave a review on our plugin page!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.