Bug 68148 - [model] Leaking persisted containers
Summary: [model] Leaking persisted containers
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M6   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-22 05:30 EDT by Jerome Lanneluc CLA
Modified: 2005-03-31 11:28 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2004-06-22 05:30:12 EDT
I200406192000

Persisted containers (created in JavaModelManager.recreatePersistedContainer
(...)) are leaked when a project is removed. They are still persisted and 
recreated on startup.
Comment 1 Philipe Mulet CLA 2004-06-22 05:51:28 EDT
Not for 3.0.
Comment 2 Jerome Lanneluc CLA 2005-03-27 04:45:46 EST
Changed JavaModelManager#recreatePersistedContainer(...) to skip the recreation
if  the project is no longer accessible.
Comment 3 David Audel CLA 2005-03-31 11:28:54 EST
Verified in I20050330-0500