We just tried Sonarlint 11.2.0.82640 and we get this error pop-up:
The logs (where company specific paths or names were manually modified):
sonar logs.txt (42.0 KB)
I hope this help you. We can provide more details if needed.
We just tried Sonarlint 11.2.0.82640 and we get this error pop-up:
The logs (where company specific paths or names were manually modified):
sonar logs.txt (42.0 KB)
I hope this help you. We can provide more details if needed.
Hi @jmini,
I have just one question regarding the logs as they are not color-coded and we don’t prefix lines with stuff like [ERROR]
:
Are there 2 errors in the logs, one starting with
Unable to load plugin C:<path_to_workspace>.sonarlint\storage\736f6e61722e756e626c752e636f6d\plugins\sonar-text-plugin-2.12.1.2905.jar
Because this one is coming from SonarQube Server, are you still on DE 10.6
like mentioned on the other thread?
And another one? You mentioned the one starting with
Number of blame output sections is higher than expected number of lines
Best,
Tobias
At server side we are using Developer Edition v10.8.1 (101195)
which I think is quite up-to-date.
Inside Eclipse the logs that were shared in the attached file are from SonarLint 11.2.0.82640
. Eclipse IDE version is based on 2024-06
I will ask the developer who shared with me the sonar logs.txt
file how he got that. I assume he checked somewhere in Eclipse. Maybe he clicked on Open Console
in the screenshot he send (the one I have attached in my message)
I did not modify anything more than removing the File paths that are specific to our installation. I changed the name of the URL of the GitLab server. And I removed the values sonar.java.libraries
and sonar.java.test.libraries
that were containing a long list of jars files.
I did not modify any other entries ([ERROR]
or similar), so I am not sure to understand what you are referring to.
Number of blame output sections is higher than expected number of lines
This appears on lines 91, 115, 118, 129 in the file I shared.
Hello @jmini
“Number of blame output sections is higher than expected number of lines”
message is not an error, it’s a warning. It shouldn’t trigger the popup notification and should not block any functionality.
Best,