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

Summary: java.util.ConcurrentModificationException at java.util.TreeMap$PrivateEntryIterator.nextEntry
Product: db Reporter: Michel Graciano <hmichel>
Component: CodeAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186568
Attachments: stacktrace

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.