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 - ConcurrentModificationException thrown when a package is deleted.
Summary: ConcurrentModificationException thrown when a package is deleted.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-05 11:14 UTC by Daniel Prusa
Modified: 2002-07-19 15:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace of thrown exception (1.50 KB, text/plain)
2002-02-05 11:16 UTC, Daniel Prusa
Details

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