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 67429 - CME during creating new standalone module project
Summary: CME during creating new standalone module project
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2005-10-24 14:41 UTC by pzajac
Modified: 2005-10-25 15:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (2.35 KB, text/plain)
2005-10-24 14:42 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-10-24 14:41:36 UTC
[200510231800]
I cannot reproduce this issue. I try to describe what I did. I added new
Netbeans platfrom in netbeans platfrom manager. After that I created new
standalone module project with the new Netbeans platfrom.
Comment 1 pzajac 2005-10-24 14:42:46 UTC
Created attachment 26281 [details]
exception
Comment 2 Martin Krauskopf 2005-10-24 15:03:29 UTC
Probably just synchronizing an access to the listeners should fix this. I'll fix it.
Comment 3 Martin Krauskopf 2005-10-24 16:02:42 UTC
Fixed.

Checking in NbModuleProject.java; 1.117 --> 1.118
Comment 4 pzajac 2005-10-25 15:56:34 UTC
the fix looks fine