This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 2091 - Exception thrown when deleting workspace
Summary: Exception thrown when deleting workspace
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Janne Leppanen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-07 21:12 UTC by Janne Leppanen
Modified: 2008-12-23 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Leppanen 1999-06-07 21:12:49 UTC
DELETING Running workspace


Exception occurred during event dispatching:
java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.next(HashMap.java:700)
        at java.util.Collections$10.nextElement(Collections.java:1651)
        at com.netbeans.ide.windows.Workspace.destroy(Workspace.java:344)
        at com.netbeans.developer.impl.workspace.WorkspaceContext.destroy(Worksp
aceContext.java:178)
        at com.netbeans.ide.nodes.FilterNode.destroy(FilterNode.java:204)
        at com.netbeans.ide.explorer.ExplorerActions$1.run(ExplorerActions.java:
384)
        at com.netbeans.ide.filesystems.FileSystem.runAtomicAction(FileSystem.ja
va:388)
        at com.netbeans.ide.explorer.ExplorerActions$DeleteActionPerformer.perfo
rmAction(ExplorerActions.java:380)
        at com.netbeans.ide.util.actions.CallbackSystemAction.performAction(Call
backSystemAction.java:78)
        at com.netbeans.ide.util.actions.CallableSystemAction.actionPerformed(Ca
llableSystemAction.java:69)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:10
66)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
ctButton.java:1101)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel

.java:378)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250
)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:226)
        at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRelease
d(BasicMenuItemUI.java:674)
        at java.awt.Component.processMouseEvent(Component.java:3126)
        at java.awt.Component.processEvent(Component.java:2965)
        at java.awt.Container.processEvent(Container.java:987)
        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Container.dispatchEventImpl(Container.java:1032)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java