Please provide
- Operating system: Windows 11
- SonarLint plugin version: 10.2.0.81875
- Programming language you’re coding in: N/A
- Is connected mode used:
- Connected to SonarCloud or SonarQube (and which version): SonarQube 8.9.9
And a thorough description of the problem / question:
Just upgraded to this version. Seeing this on the SonarLint Console:
Using self-managed Java installation
Starting SonarLint for Eclipse 10.2.0.81875
Using JRE from C:\Program Files\Eclipse Adoptium\jdk-17.0.5.8-hotspot
SonarLint backend started, instance=org.sonarsource.sonarlint.core.rpc.impl.SonarLintRpcServerImpl@17f62e33
Started embedded server on port 64120
Can't open directory channel. Log directory fsync won't be performed.
Error when handling a notification
java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" because the return value of "java.util.Map.get(Object)" is null
at org.sonarlint.eclipse.ui.internal.backend.SonarLintEclipseRpcClient.didChangeTaintVulnerabilities(SonarLintEclipseRpcClient.java:336)
at org.sonarsource.sonarlint.core.rpc.client.SonarLintRpcClientImpl.lambda$didChangeTaintVulnerabilities$30(SonarLintRpcClientImpl.java:338)
at org.sonarsource.sonarlint.core.rpc.client.SonarLintRpcClientImpl.lambda$notify$4(SonarLintRpcClientImpl.java:145)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)