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 232336 - java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry
Summary: java.util.ConcurrentModificationException at java.util.LinkedHashMap$LinkedHa...
Status: RESOLVED DUPLICATE of bug 227478
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-07 07:47 UTC by MackSix
Modified: 2013-08-26 15:06 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201960


Attachments
stacktrace (1.76 KB, text/plain)
2013-07-07 07:47 UTC, MackSix
Details
stacktrace (1.76 KB, text/plain)
2013-07-09 22:27 UTC, MackSix
Details
stacktrace (1.76 KB, text/plain)
2013-07-24 08:42 UTC, Martin Kanak
Details
stacktrace (1.76 KB, text/plain)
2013-08-02 19:52 UTC, Exceptions Reporter
Details
stacktrace (1.76 KB, text/plain)
2013-08-16 10:52 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2013-07-07 07:47:51 UTC
Build: NetBeans IDE Dev (Build 201307062300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
MackSix: 1. Installed Netbeans.
2. Ran Netbeans and Tools>>Options>>Java>>GUI Builder and Activate. Wait for Options dialog to come back.
3. PHP and Activate.
Theis Exception was thrown.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:394)
   at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:413)
   at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:412)
   at java.util.HashMap.putAllForCreate(HashMap.java:533)
   at java.util.HashMap.<init>(HashMap.java:320)
   at java.util.LinkedHashMap.<init>(LinkedHashMap.java:212)
Comment 1 MackSix 2013-07-07 07:47:53 UTC
Created attachment 136773 [details]
stacktrace
Comment 2 MackSix 2013-07-09 22:27:20 UTC
Created attachment 136902 [details]
stacktrace

1. Install full zip distribution.
2. Run NetBeans and go to Tools>>Options>>Java>>GUI Builder and click Activate. DO NOT WAIT, GO IMMEDIATELY TO STEP 3.
3. Go to PHP and click Activate.
4. Dialog will go away while JavaSE is activating and it will come back for a bit and then go away again wile PHP is activating and then this Exception is thrown.
Comment 3 Martin Kanak 2013-07-24 08:42:46 UTC
Created attachment 137668 [details]
stacktrace

This exception appears after activation of PHP - Tool | Options | PHP, push the "Activate" button
Comment 4 Exceptions Reporter 2013-07-24 14:27:48 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=201960
Comment 5 Exceptions Reporter 2013-08-02 19:52:59 UTC
Created attachment 138212 [details]
stacktrace

.
Comment 6 Vladimir Riha 2013-08-16 10:52:02 UTC
Created attachment 138779 [details]
stacktrace

Happened during opening PHP project
Comment 7 Marian Mirilovic 2013-08-23 14:33:34 UTC
Duplicate of issue 227478 ?
Comment 8 Theofanis Oikonomou 2013-08-26 15:06:20 UTC

*** This bug has been marked as a duplicate of bug 227478 ***