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 20148

Summary: ConcurrentModificationException thrown when a package is deleted.
Product: java Reporter: Daniel Prusa <dprusa>
Component: UnsupportedAssignee: Martin Matula <mmatula>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: stack trace of thrown exception

Description Daniel Prusa 2002-02-05 11:14:08 UTC
Steps to reproduce:
Instantiate Model package, import some XMI document into the created package, 
delete the package. 

CME is always thrown, however, the package is deleted and it does not seem 
there are any problems as a consequence of the exception.
Comment 1 Daniel Prusa 2002-02-05 11:16:37 UTC
Created attachment 4565 [details]
stack trace of thrown exception
Comment 2 Martin Matula 2002-03-06 21:06:36 UTC
fixed