Error in SonarLint for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 17.0.10
  • OS: Linux amd64
  • IDE: IntelliJ IDEA 2024.1 Beta
  • SonarLint: 10.4.0.77904
java.lang.InterruptedException
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:386)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073)
	at o.sl.ij.core.BackendService.oneTimeInitialization$lambda$1(BackendService.kt:186)
	at o.sl.ij.util.ThreadUtilsKt.computeOnPooledThread$lambda$3(ThreadUtils.kt:55)
	at c.ij.oa.application.impl.RwLockHolder$executeOnPooledThread$2.call(RwLockHolder.kt:182)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	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.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
	at java.base/java.lang.Thread.run(Thread.java:840)

Hi,

Welcome to the community and thanks for this report!

We released 10.4.1 late last week. Can you upgrade and see if this is still replicable?

 
Thx,
Ann

Hi Ann,

Thx. Glad to join. :slight_smile:

Indeed, I just now looked in updates and saw the new version of the plugin. I updated and it seems that the problem has really gone away.

Thank you for your work,
Serj.

1 Like

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