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 2285 - exception during saving idl file.
Summary: exception during saving idl file.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All Other
: P4 normal (vote)
Assignee: Karel Gardas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-06-25 02:04 UTC by Karel Gardas
Modified: 2008-12-23 10:54 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 Karel Gardas 1999-06-25 02:04:04 UTC
Exception occurred during event dispatching:
java.util.ConcurrentModificationException
        at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:535)
        at java.util.LinkedList$ListItr.next(LinkedList.java:476)
        at org.openide.filesystems.FileSystem.exitAtomicAction(FileSystem.java:429)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:411)
        at org.openide.text.EditorSupport.saveDocument(EditorSupport.java:333)
        at org.openide.text.EditorSupport$SavingManager.save(EditorSupport.java:1223)
        at org.openide.actions.SaveAction.performAction(SaveAction.java:51)
        at org.openide.util.actions.NodeAction.performAction(NodeAction.java:90)
        at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:81)
        at org.openide.windows.ShortcutManager.processKeyStroke(ShortcutManager.java:54)
        at org.openide.windows.TopComponent$2.run(TopComponent.java:632)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEventQueueUtilities.java:354)
        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilities.java:350)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(SystemEventQueueUtilities.java:391)

        at java.awt.Component.dispatchEventImpl(Component.java:2376)
        at java.awt.Component.dispatchEvent(Component.java:2289)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:258)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
Comment 1 Marek Grummich 2000-07-25 09:18:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 14:53:50 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 15:16:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.