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 167588

Summary: ConcurrentModificationException in BinaryFS
Product: platform Reporter: Petr Jiricka <pjiricka>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jglick, jskrivanek
Priority: P2 Keywords: RANDOM
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace of the exception and the thread dump

Description Petr Jiricka 2009-06-24 11:34:32 UTC
I started the IDE, created a Java SE project, which causes the Java features to be enabled. In the middle of the
enabling, a ConcurrentModificationException arose, and immediately after the UI froze.
Comment 1 Petr Jiricka 2009-06-24 11:36:55 UTC
Created attachment 83986 [details]
Stack trace of the exception and the thread dump
Comment 2 Jaroslav Tulach 2009-06-25 08:47:28 UTC
I guess the fix of issue 145775 is not correct.

*** This issue has been marked as a duplicate of 145775 ***