Bug 40090 - No need to close Java model on shutdown
Summary: No need to close Java model on shutdown
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-15 06:39 EDT by Jerome Lanneluc CLA
Modified: 2003-08-28 04:45 EDT (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 2003-07-15 06:39:39 EDT
Build 20030710

JavaModelManager.shutDown() closes the Java model. There is no need for that. 
The call should be removed.
Comment 1 Jerome Lanneluc CLA 2003-07-22 09:25:55 EDT
Removed call to IJavaModel.close() from JavaModelManager.shutDown()
Comment 2 David Audel CLA 2003-08-28 04:45:44 EDT
Verified.