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 - ConcurrentModificationException in BinaryFS
Summary: ConcurrentModificationException in BinaryFS
Status: RESOLVED DUPLICATE of bug 145775
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-06-24 11:34 UTC by Petr Jiricka
Modified: 2009-06-25 08:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace of the exception and the thread dump (20.73 KB, text/plain)
2009-06-24 11:36 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***