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 210562 - java.util.ConcurrentModificationException at java.util.TreeMap$PrivateEntryIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.TreeMap$PrivateEntryIt...
Status: RESOLVED WORKSFORME
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-02 16:29 UTC by Michel Graciano
Modified: 2012-05-28 12:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186568


Attachments
stacktrace (2.46 KB, text/plain)
2012-04-02 16:30 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2012-04-02 16:29:56 UTC
Build: NetBeans IDE Dev (Build 20120330-9f88e9d9c55d)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b04
OS: Linux

Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1115)
   at java.util.TreeMap$KeyIterator.next(TreeMap.java:1169)
   at java.util.AbstractCollection.toArray(AbstractCollection.java:141)
   at java.util.Collections$UnmodifiableCollection.toArray(Collections.java:1058)
   at java.util.ArrayList.addAll(ArrayList.java:530)
   at org.netbeans.modules.db.explorer.node.NodeRegistry.getNodes(NodeRegistry.java:167)
Comment 1 Michel Graciano 2012-04-02 16:30:01 UTC
Created attachment 117677 [details]
stacktrace
Comment 2 Jaroslav Havlin 2012-05-28 12:22:17 UTC
Cannot reproduce. Probably fixed in core-main #dfe382261f7b.
Please reopen if you encounter this problem again. Thank you.