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)