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

Summary: CME during creating new standalone module project
Product: apisupport Reporter: pzajac <pzajac>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker Keywords: THREAD
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: exception

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