Error in SonarLint for IntelliJ #0

Environment:

  • Java: JetBrains s.r.o. 17.0.7
  • OS: Windows 10 amd64
  • IDE: JetBrains Rider 2023.2 EAP 2
  • SonarLint: 8.2.0.68615
java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc.
	at c.ij.oa.diagnostic.Logger.error(Logger.java:367)
	at c.ij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:129)
	at c.ij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.ensureIsUpToDate(WorkspaceFileIndexDataImpl.kt:129)
	at c.ij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.getFileInfo(WorkspaceFileIndexDataImpl.kt:75)
	at c.ij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.getFileInfo(WorkspaceFileIndexImpl.kt:220)
	at c.ij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.findFileSetWithCustomData(WorkspaceFileIndexImpl.kt:205)
	at c.ij.oa.roots.impl.ProjectFileIndexImpl.getModuleForFile(ProjectFileIndexImpl.java:88)
	at com.jetbrains.rider.projectView.ideaInterop.RiderProjectFileIndex.getModuleForFile(RiderProjectFileIndex.kt:19)
	at o.sl.ij.util.SonarLintAppUtils.lambda$findModuleForFile$0(SonarLintAppUtils.java:54)
	at c.ij.oa.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:921)
	at o.sl.ij.util.SonarLintAppUtils.findModuleForFile(SonarLintAppUtils.java:50)
	at o.sl.ij.fs.EditorFileChangeListener.afterDocumentChange(EditorFileChangeListener.kt:67)
	at c.ij.oa.editor.event.BulkAwareDocumentListener$Simple.bulkUpdateFinished(BulkAwareDocumentListener.java:49)
	at jdk.internal.reflect.GeneratedMethodAccessor230.invoke(Unknown Source)

Hello @sunnamed434,

This is the same error as you already reported here. I will close this thread