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 49290 - [40cat] Concurrent Modification Exception
Summary: [40cat] Concurrent Modification Exception
Status: RESOLVED DUPLICATE of bug 49401
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-20 14:43 UTC by Unknown
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
console.log (60.70 KB, text/plain)
2004-09-20 14:44 UTC, Unknown
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2004-09-20 14:43:35 UTC
I installed the new Daily-Build, 200409191800.
I started the new installation and the last project loaded.  I
started reading e-mail (hands-off the ide).  Came back and had 
this exception:
java.util.ConcurrentModificationException
	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:
782)
	at java.util.HashMap$KeyIterator.next(HashMap.java:818)
	at 
org.netbeans.modules.java.bridge.MethodElementImpl$MethodL
istener.remove(MethodElementImpl.java:197)
	at 
org.netbeans.modules.java.bridge.ElementImpl$ElementListener.
doRemove(ElementImpl.java:1238)
	at 
org.netbeans.modules.java.bridge.ElementImpl$LWeakReference
.run(ElementImpl.java:1306)
	at org.openide.util.Utilities$ActiveQueue.run(Utilities.java:
2419)
[catch] at java.lang.Thread.run(Thread.java:552)
Comment 1 Unknown 2004-09-20 14:44:11 UTC
Created attachment 17756 [details]
console.log
Comment 2 pfelenda 2004-09-27 13:22:42 UTC
Reassigning to java module, thus the exception come from
org.netbeans.modules.java.bridge.
Comment 3 Pavel Flaska 2004-09-27 13:30:31 UTC

*** This issue has been marked as a duplicate of 49401 ***
Comment 4 Jiri Kovalsky 2004-10-14 14:05:00 UTC
This is NetCAT issue, updating summary accordingly.