Error in SonarLint for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 21.0.7
  • OS: Windows 11 amd64
  • IDE: IntelliJ IDEA 2025.1.3
  • SonarLint: 7.4.0.60471
c.ij.oa.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); If you access or modify model on EDT consider wrapping your code in WriteIntentReadAction ; see https://jb.gg/ij-platform-threading for details
Current thread: Thread[#43,AWT-EventQueue-0,10,main] 784781019 (EventQueue.isDispatchThread()=true)
SystemEventQueueThread: (same)
	at c.ij.util.concurrency.ThreadingAssertions.createThreadAccessException(ThreadingAssertions.java:257)
	at c.ij.util.concurrency.ThreadingAssertions.softAssertReadAccess(ThreadingAssertions.java:173)
	at c.ij.oa.fileEditor.impl.FileDocumentManagerBase.getDocument(FileDocumentManagerBase.java:50)
	at c.ij.oa.editor.impl.RangeMarkerImpl.getDocument(RangeMarkerImpl.java:147)
	at c.ij.oa.editor.impl.RangeMarkerImpl.getDocument(RangeMarkerImpl.java:25)
	at o.sl.ij.ui.nodes.IssueNode.issueCoordinates(IssueNode.java:110)
	at o.sl.ij.ui.nodes.IssueNode.render(IssueNode.java:64)
	at o.sl.ij.ui.tree.TreeCellRenderer.customizeCellRenderer(TreeCellRenderer.java:37)
	at c.ij.ui.ColoredTreeCellRenderer.rendererComponentInner(ColoredTreeCellRenderer.java:125)
	at c.ij.ui.ColoredTreeCellRenderer.getTreeCellRendererComponent(ColoredTreeCellRenderer.java:57)
	at com.mallowigi.idea.ui.MTTreeUI.getRenderer(MTTreeUI.kt:312)
	at com.mallowigi.idea.ui.MTTreeUI.paint(MTTreeUI.kt:219)
	at java.desktop/javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)

Hi,

Welcome to the community and thanks for this report!

Is that really your SonarQube for IntelliJ (nee SonarLint) version?

The current version of SonarQube for IntelliJ is 10.26. If that version number is correct, can you upgrade and see if this is still replicable?

And if not, can you tell us what was going on when you got this error?

 
Thx,
Ann