You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following read access warning is thrown on Saving a Junit test case. The number dialog boxes and instances seen for this exception also is high (20+ dialogues)
Exception trace (partial)
com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-action only (see Application.runReadAction()); see https://jb.gg/ij-platform-threading for details Current thread: Thread[#1201,ApplicationImpl pooled thread 25,4,main] 275129058 (EventQueue.isDispatchThread()=false) SystemEventQueueThread: Thread[#44,AWT-EventQueue-0,6,main] 414201863 at com.intellij.util.concurrency.ThreadingAssertions.createThreadAccessException(ThreadingAssertions.java:177) at com.intellij.util.concurrency.ThreadingAssertions.softAssertReadAccess(ThreadingAssertions.java:129) at com.intellij.openapi.application.impl.ApplicationImpl.assertReadAccessAllowed(ApplicationImpl.java:915) at com.intellij.psi.impl.source.PsiFileImpl.assertReadAccessAllowed(PsiFileImpl.java:185) at com.intellij.psi.impl.source.PsiFileImpl.getStubTreeOrFileElement(PsiFileImpl.java:694) at com.intellij.psi.impl.source.PsiFileImpl.getGreenStubTree(PsiFileImpl.java:631) at com.i
Reproduction steps
To be Identified
...
Expected behavior
For this exception to not occur.
Additional context
No response
The text was updated successfully, but these errors were encountered:
TheAmg
changed the title
Read access warning thrown during Test case save (Confirm button click)
Read access warning thrown during Junit Test case save
Aug 12, 2024
Describe the bug
The following read access warning is thrown on Saving a Junit test case. The number dialog boxes and instances seen for this exception also is high (20+ dialogues)
Exception trace (partial)
Reproduction steps
To be Identified
...
Expected behavior
For this exception to not occur.
Additional context
No response
The text was updated successfully, but these errors were encountered: