René's URL Explorer Experiment


Title: IncorrectOperationException in IDEA on close UnitTestBotInspectionContext · Issue #1467 · UnitTestBot/UTBotJava · GitHub

Open Graph Title: IncorrectOperationException in IDEA on close UnitTestBotInspectionContext · Issue #1467 · UnitTestBot/UTBotJava

X Title: IncorrectOperationException in IDEA on close UnitTestBotInspectionContext · Issue #1467 · UnitTestBot/UTBotJava

Description: Description IncorrectOperationException in IDEA on close UnitTestBotInspectionContext after tests were generated for Socket.connect To Reproduce sandbox.policy was created in the ~/.utbot/ directory: grant { permission java.io.FilePermis...

Open Graph Description: Description IncorrectOperationException in IDEA on close UnitTestBotInspectionContext after tests were generated for Socket.connect To Reproduce sandbox.policy was created in the ~/.utbot/ director...

X Description: Description IncorrectOperationException in IDEA on close UnitTestBotInspectionContext after tests were generated for Socket.connect To Reproduce sandbox.policy was created in the ~/.utbot/ director...

Opengraph URL: https://github.com/UnitTestBot/UTBotJava/issues/1467

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"IncorrectOperationException in IDEA on close UnitTestBotInspectionContext","articleBody":"**Description**\r\n\r\nIncorrectOperationException in IDEA on close UnitTestBotInspectionContext\r\nafter tests were generated for Socket.connect\r\n\r\n**To Reproduce**\r\n\r\n1. `sandbox.policy` was created in the ~/.utbot/ directory:\r\n```\r\ngrant {\r\n    permission java.io.FilePermission  \"\u003c\u003cALL FILES\u003e\u003e\", \"read\";\r\n\tpermission java.net.SocketPermission \"*\", \"connect\";\r\n};\r\n```\r\n2. Restart IntelliJ Idea\r\n3. Install [one of the latest plugin builds from main](https://github.com/UnitTestBot/UTBotJava/actions/runs/3635374153)\r\n4. Fuzzing 100% test generation was used (File \u003e Settings \u003e UnitTestBot)\r\n5. Use plugin to generate tests for the following code:\r\n\r\n```java\r\n    public int connect(Socket socket) throws IOException {\r\n        socket.connect(new InetSocketAddress(\"0.0.0.0\", 22));\r\n        return 0;\r\n    }\r\n```\r\n\r\n6. Tests were generated \r\n7. Default settings are applied back (Fuzzing 5%)\r\n\r\n**Expected behavior**\r\n\r\nNo exceptions are expected to be thrown in the IDE.\r\n\r\n**Actual behavior**\r\n\r\nThe following IncorrectOperationException was thrown down into IDEA.\r\n\r\n**Visual proofs (screenshots, logs, images)**\r\n\r\n~~~java\r\nCompositeException (2 nested):\r\n------------------------------\r\n[1]: com.intellij.util.IncorrectOperationException: Sorry but parent: ClientId(value=Host) (class com.intellij.openapi.client.ClientProjectSessionImpl) has already been disposed (see the cause for stacktrace) so the child: Action Update (class com.intellij.openapi.util.Disposer$2) will never be disposed\r\n\tat com.intellij.openapi.util.ObjectTree.register(ObjectTree.java:43)\r\n\tat com.intellij.openapi.util.Disposer.register(Disposer.java:117)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionUpdater.cancelOnUserActivity(ActionUpdater.java:451)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroupAsync(ActionUpdater.java:334)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionGroupExpanderImpl.expandActionGroupAsync(ActionGroupExpanderImpl.java:29)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroupAsync(ActionUpdater.java:299)\r\n\tat com.intellij.openapi.actionSystem.impl.Utils.expandActionGroupFastTrack(Utils.java:290)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImplFastTrack(ActionToolbarImpl.java:1234)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImpl(ActionToolbarImpl.java:1204)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl$1.updateActionsImpl(ActionToolbarImpl.java:198)\r\n\tat com.intellij.openapi.actionSystem.impl.ToolbarUpdater$MyUpdateRunnable.run(ToolbarUpdater.java:152)\r\n\tat com.intellij.openapi.actionSystem.impl.ToolbarUpdater.updateActions(ToolbarUpdater.java:68)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:1183)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:1168)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.addNotify(ActionToolbarImpl.java:254)\r\n\tat java.desktop/java.awt.Container.addNotify(Container.java:2804)\r\n\tat java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4847)\r\n\tat java.desktop/java.awt.Container.addNotify(Container.java:2804)\r\n\tat java.desktop/javax.swing.JComponent.addNotify(JComponent.java:4847)\r\n\tat com.intellij.ui.JBSplitter.addNotify(JBSplitter.java:118)\r\n\tat java.desktop/java.awt.Container.addImpl(Container.java:1150)\r\n\tat java.desktop/java.awt.Container.add(Container.java:1001)\r\n\tat com.intellij.openapi.wm.impl.content.ToolWindowContentUi.ensureSelectedContentVisible(ToolWindowContentUi.java:275)\r\n\tat com.intellij.openapi.wm.impl.content.ToolWindowContentUi$1.selectionChanged(ToolWindowContentUi.java:161)\r\n\tat jdk.internal.reflect.GeneratedMethodAccessor402.invoke(Unknown Source)\r\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)\r\n\tat com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:120)\r\n\tat com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:85)\r\n\tat jdk.proxy2/jdk.proxy2.$Proxy139.selectionChanged(Unknown Source)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.fireSelectionChanged(ContentManagerImpl.java:619)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.addSelectedContent(ContentManagerImpl.java:436)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl$2.run(ContentManagerImpl.java:524)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContent(ContentManagerImpl.java:540)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContentCB(ContentManagerImpl.java:489)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContentCB(ContentManagerImpl.java:479)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContentCB(ContentManagerImpl.java:557)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.doRemoveContent(ContentManagerImpl.java:296)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.removeContent(ContentManagerImpl.java:224)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.removeContent(ContentManagerImpl.java:218)\r\n\tat com.intellij.codeInspection.ex.GlobalInspectionContextImpl.close(GlobalInspectionContextImpl.java:914)\r\n\tat org.utbot.intellij.plugin.inspection.UnitTestBotInspectionContext.close(UnitTestBotInspectionContext.kt:45)\r\n\tat com.intellij.codeInspection.ex.GlobalInspectionContextImpl.lambda$addView$0(GlobalInspectionContextImpl.java:140)\r\n\tat com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:126)\r\n\tat com.intellij.openapi.util.ObjectTree.executeAllChildren(ObjectTree.java:142)\r\n\tat com.intellij.openapi.util.Disposer.disposeChildren(Disposer.java:213)\r\n\tat com.intellij.serviceContainer.ComponentManagerImpl.startDispose(ComponentManagerImpl.kt:1102)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.lambda$closeProject$4(ProjectManagerImpl.java:385)\r\n\tat com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1023)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.lambda$closeProject$5(ProjectManagerImpl.java:378)\r\n\tat com.intellij.openapi.util.ShutDownTracker.executeWithStopperThread(ShutDownTracker.java:114)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.closeProject(ProjectManagerImpl.java:359)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.closeAndDispose(ProjectManagerImpl.java:411)\r\n\tat com.intellij.ide.actions.CloseProjectsActionBase.actionPerformed(CloseProjectsActionBase.kt:26)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:315)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:294)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:337)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:294)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$performAction$4(ActionMenuItem.java:293)\r\n\tat com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:227)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.performAction(ActionMenuItem.java:286)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$new$0(ActionMenuItem.java:67)\r\n\tat java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$fireActionPerformed$3(ActionMenuItem.java:109)\r\n\tat com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)\r\n\tat com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:109)\r\n\tat com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:546)\r\n\tat com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:578)\r\n\tat java.desktop/java.awt.Component.processMouseEvent(Component.java:6648)\r\n\tat java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3392)\r\n\tat java.desktop/java.awt.Component.processEvent(Component.java:6413)\r\n\tat java.desktop/java.awt.Container.processEvent(Container.java:2266)\r\n\tat java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5022)\r\n\tat java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)\r\n\tat java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)\r\n\tat java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)\r\n\tat java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)\r\n\tat java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)\r\n\tat java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)\r\n\tat java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2802)\r\n\tat java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)\r\n\tat java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)\r\n\tat java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)\r\n\tat java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)\r\n\tat java.base/java.security.AccessController.doPrivileged(AccessController.java:399)\r\n\tat java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)\r\n\tat java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)\r\n\tat java.desktop/java.awt.EventQueue$5.run(EventQueue.java:754)\r\n\tat java.desktop/java.awt.EventQueue$5.run(EventQueue.java:752)\r\n\tat java.base/java.security.AccessController.doPrivileged(AccessController.java:399)\r\n\tat java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)\r\n\tat java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:751)\r\n\tat com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918)\r\n\tat com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:840)\r\n\tat com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:763)\r\n\tat com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)\r\n\tat com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449)\r\n\tat com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)\r\n\tat com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624)\r\n\tat com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447)\r\n\tat com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)\r\n\tat com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)\r\n\tat java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)\r\n\r\n[2]: com.intellij.util.IncorrectOperationException: Sorry but parent: ClientId(value=Host) (class com.intellij.openapi.client.ClientProjectSessionImpl) has already been disposed (see the cause for stacktrace) so the child: Action Update (class com.intellij.openapi.util.Disposer$2) will never be disposed\r\n\tat com.intellij.openapi.util.ObjectTree.register(ObjectTree.java:43)\r\n\tat com.intellij.openapi.util.Disposer.register(Disposer.java:117)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionUpdater.cancelOnUserActivity(ActionUpdater.java:451)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionUpdater.doExpandActionGroupAsync(ActionUpdater.java:334)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionGroupExpanderImpl.expandActionGroupAsync(ActionGroupExpanderImpl.java:29)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroupAsync(ActionUpdater.java:299)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImpl(ActionToolbarImpl.java:1207)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl$1.updateActionsImpl(ActionToolbarImpl.java:198)\r\n\tat com.intellij.openapi.actionSystem.impl.ToolbarUpdater$MyUpdateRunnable.run(ToolbarUpdater.java:152)\r\n\tat com.intellij.openapi.actionSystem.impl.ToolbarUpdater.updateActions(ToolbarUpdater.java:68)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:1183)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:1168)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.setTargetComponent(ActionToolbarImpl.java:1384)\r\n\tat com.intellij.toolWindow.ToolWindowHeader$1.getDataContext(ToolWindowHeader.kt:114)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImpl(ActionToolbarImpl.java:1197)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl$1.updateActionsImpl(ActionToolbarImpl.java:198)\r\n\tat com.intellij.openapi.actionSystem.impl.ToolbarUpdater$MyUpdateRunnable.run(ToolbarUpdater.java:152)\r\n\tat com.intellij.openapi.actionSystem.impl.ToolbarUpdater.updateActions(ToolbarUpdater.java:68)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:1183)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionToolbarImpl.updateActionsImmediately(ActionToolbarImpl.java:1168)\r\n\tat com.intellij.openapi.wm.impl.ToolWindowImpl$createContentManager$3.selectionChanged(ToolWindowImpl.kt:186)\r\n\tat jdk.internal.reflect.GeneratedMethodAccessor402.invoke(Unknown Source)\r\n\tat java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:568)\r\n\tat com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:120)\r\n\tat com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:85)\r\n\tat jdk.proxy2/jdk.proxy2.$Proxy139.selectionChanged(Unknown Source)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.fireSelectionChanged(ContentManagerImpl.java:619)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.addSelectedContent(ContentManagerImpl.java:436)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl$2.run(ContentManagerImpl.java:524)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContent(ContentManagerImpl.java:540)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContentCB(ContentManagerImpl.java:489)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContentCB(ContentManagerImpl.java:479)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.setSelectedContentCB(ContentManagerImpl.java:557)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.doRemoveContent(ContentManagerImpl.java:296)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.removeContent(ContentManagerImpl.java:224)\r\n\tat com.intellij.ui.content.impl.ContentManagerImpl.removeContent(ContentManagerImpl.java:218)\r\n\tat com.intellij.codeInspection.ex.GlobalInspectionContextImpl.close(GlobalInspectionContextImpl.java:914)\r\n\tat org.utbot.intellij.plugin.inspection.UnitTestBotInspectionContext.close(UnitTestBotInspectionContext.kt:45)\r\n\tat com.intellij.codeInspection.ex.GlobalInspectionContextImpl.lambda$addView$0(GlobalInspectionContextImpl.java:140)\r\n\tat com.intellij.openapi.util.ObjectTree.runWithTrace(ObjectTree.java:126)\r\n\tat com.intellij.openapi.util.ObjectTree.executeAllChildren(ObjectTree.java:142)\r\n\tat com.intellij.openapi.util.Disposer.disposeChildren(Disposer.java:213)\r\n\tat com.intellij.serviceContainer.ComponentManagerImpl.startDispose(ComponentManagerImpl.kt:1102)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.lambda$closeProject$4(ProjectManagerImpl.java:385)\r\n\tat com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1023)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.lambda$closeProject$5(ProjectManagerImpl.java:378)\r\n\tat com.intellij.openapi.util.ShutDownTracker.executeWithStopperThread(ShutDownTracker.java:114)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.closeProject(ProjectManagerImpl.java:359)\r\n\tat com.intellij.openapi.project.impl.ProjectManagerImpl.closeAndDispose(ProjectManagerImpl.java:411)\r\n\tat com.intellij.ide.actions.CloseProjectsActionBase.actionPerformed(CloseProjectsActionBase.kt:26)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:315)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:294)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:337)\r\n\tat com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:294)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$performAction$4(ActionMenuItem.java:293)\r\n\tat com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:227)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.performAction(ActionMenuItem.java:286)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$new$0(ActionMenuItem.java:67)\r\n\tat java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$fireActionPerformed$3(ActionMenuItem.java:109)\r\n\tat com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)\r\n\tat com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94)\r\n\tat com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:109)\r\n\tat com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:546)\r\n\tat com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:578)\r\n\tat java.desktop/java.awt.Component.processMouseEvent(Component.java:6648)\r\n\tat java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3392)\r\n\tat java.desktop/java.awt.Component.processEvent(Component.java:6413)\r\n\tat java.desktop/java.awt.Container.processEvent(Container.java:2266)\r\n\tat java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5022)\r\n\tat java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)\r\n\tat java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)\r\n\tat java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)\r\n\tat java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)\r\n\tat java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)\r\n\tat java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)\r\n\tat java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2802)\r\n\tat java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)\r\n\tat java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)\r\n\tat java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)\r\n\tat java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)\r\n\tat java.base/java.security.AccessController.doPrivileged(AccessController.java:399)\r\n\tat java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)\r\n\tat java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)\r\n\tat java.desktop/java.awt.EventQueue$5.run(EventQueue.java:754)\r\n\tat java.desktop/java.awt.EventQueue$5.run(EventQueue.java:752)\r\n\tat java.base/java.security.AccessController.doPrivileged(AccessController.java:399)\r\n\tat java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)\r\n\tat java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:751)\r\n\tat com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:918)\r\n\tat com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:840)\r\n\tat com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:763)\r\n\tat com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:450)\r\n\tat com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)\r\n\tat com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:449)\r\n\tat com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)\r\n\tat com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:624)\r\n\tat com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:447)\r\n\tat com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)\r\n\tat com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:493)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)\r\n\tat java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)\r\n\tat java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)\r\n\r\n------------------------------\r\n~~~\r\n\r\n**Environment**\r\n\r\nWindows 10 Pro\r\nIntelliJ IDEA 2022.2.3 Ultimate\r\n\r\n**Additional context**\r\n\r\nReproducing from time to time:\r\n- #1201","author":{"url":"https://github.com/alisevych","@type":"Person","name":"alisevych"},"datePublished":"2022-12-07T08:36:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/1467/UTBotJava/issues/1467"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:d6926a36-344b-d30a-7428-3651dae2dda4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB668:3762B:29ACDF8:356900F:69902E5F
html-safe-nonce777bdeb84981ff6e5b12e5fbd269542368b140aa2280c05b807f991a1c0008e4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNjY4OjM3NjJCOjI5QUNERjg6MzU2OTAwRjo2OTkwMkU1RiIsInZpc2l0b3JfaWQiOiI3NTQ0NDMzNDI1MjgyNzcyNTc1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacc326b84ba370de58db59a65aa60f7a0f48015f8193ea021fdb27121d0265b4ca
hovercard-subject-tagissue:1481340270
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/UnitTestBot/UTBotJava/1467/issue_layout
twitter:imagehttps://opengraph.githubassets.com/f3595d27f84b47b07764d7f891bbde293cc634d8bef87b04705e3f4096b2a0fc/UnitTestBot/UTBotJava/issues/1467
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/f3595d27f84b47b07764d7f891bbde293cc634d8bef87b04705e3f4096b2a0fc/UnitTestBot/UTBotJava/issues/1467
og:image:altDescription IncorrectOperationException in IDEA on close UnitTestBotInspectionContext after tests were generated for Socket.connect To Reproduce sandbox.policy was created in the ~/.utbot/ director...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealisevych
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git
octolytics-dimension-user_id87413538
octolytics-dimension-user_loginUnitTestBot
octolytics-dimension-repository_id480810501
octolytics-dimension-repository_nwoUnitTestBot/UTBotJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id480810501
octolytics-dimension-repository_network_root_nwoUnitTestBot/UTBotJava
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/UnitTestBot/UTBotJava/issues/1467#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fissues%2F1467
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fissues%2F1467
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=UnitTestBot%2FUTBotJava
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/1467
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/1467
Reloadhttps://github.com/UnitTestBot/UTBotJava/issues/1467
UnitTestBot https://github.com/UnitTestBot
UTBotJavahttps://github.com/UnitTestBot/UTBotJava
Notifications https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Fork 45 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Star 142 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Code https://github.com/UnitTestBot/UTBotJava
Issues 386 https://github.com/UnitTestBot/UTBotJava/issues
Pull requests 33 https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects 1 https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security 0 https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Code https://github.com/UnitTestBot/UTBotJava
Issues https://github.com/UnitTestBot/UTBotJava/issues
Pull requests https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
New issuehttps://github.com/login?return_to=https://github.com/UnitTestBot/UTBotJava/issues/1467
New issuehttps://github.com/login?return_to=https://github.com/UnitTestBot/UTBotJava/issues/1467
#1483https://github.com/UnitTestBot/UTBotJava/pull/1483
IncorrectOperationException in IDEA on close UnitTestBotInspectionContexthttps://github.com/UnitTestBot/UTBotJava/issues/1467#top
#1483https://github.com/UnitTestBot/UTBotJava/pull/1483
https://github.com/mmvpm
comp-ideIssue is related to IDE supporthttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22comp-ide%22
ctg-bugIssue is a bughttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22ctg-bug%22
https://github.com/alisevych
https://github.com/alisevych
alisevychhttps://github.com/alisevych
on Dec 7, 2022https://github.com/UnitTestBot/UTBotJava/issues/1467#issue-1481340270
one of the latest plugin builds from mainhttps://github.com/UnitTestBot/UTBotJava/actions/runs/3635374153
IncorrectOperationException : ClientProjectSessionImpl has already been disposed #1201https://github.com/UnitTestBot/UTBotJava/issues/1201
mmvpmhttps://github.com/mmvpm
comp-ideIssue is related to IDE supporthttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22comp-ide%22
ctg-bugIssue is a bughttps://github.com/UnitTestBot/UTBotJava/issues?q=state%3Aopen%20label%3A%22ctg-bug%22
UTBot Javahttps://github.com/orgs/UnitTestBot/projects/2
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.