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 222219 - java.util.ConcurrentModificationException at java.util.Hashtable$Enumerator.next
Summary: java.util.ConcurrentModificationException at java.util.Hashtable$Enumerator.next
Status: RESOLVED DUPLICATE of bug 174500
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 14:20 UTC by Exceptions Reporter
Modified: 2012-11-15 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 156998


Attachments
stacktrace (1.85 KB, text/plain)
2012-11-15 14:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-15 14:20:14 UTC
This bug was originally marked as duplicate of bug 174500, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.7-b02, Java(TM) SE Runtime Environment, 1.6.0_32-b05
OS: Linux

User Comments:
GUEST: Starting the IDE.
Previous work fine.
I don't see program icon.
I try reset window but without success.




Stacktrace: 
java.util.ConcurrentModificationException
   at java.util.Hashtable$Enumerator.next(Hashtable.java:1031)
   at com.sun.java.swing.plaf.nimbus.NimbusStyle.compileDefaults(NimbusStyle.java:378)
   at com.sun.java.swing.plaf.nimbus.NimbusStyle.validate(NimbusStyle.java:297)
   at com.sun.java.swing.plaf.nimbus.NimbusStyle.getValues(NimbusStyle.java:927)
   at com.sun.java.swing.plaf.nimbus.NimbusStyle.getInsets(NimbusStyle.java:605)
   at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:896)
Comment 1 Exceptions Reporter 2012-11-15 14:20:16 UTC
Created attachment 127878 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-11-15 14:25:23 UTC

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