Bug 3233

Summary: JM - CreateElementInCuOperation should not save working copy (1GBEKAW)
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2001-10-10 22:51:43 EDT
When using CreateElementInCUOperation on a working copy, its content is saved each time
	an element is added.

NOTES:

JBL (3/30/2001 4:13:36 PM)
	Once this is fixed, the class creation wizard should work on a working copy when creating the new class,
	then save the result. This would avoid unecessary saves (up to 4 saves are done right now).

JBL (6/18/2001 2:20:20 PM)
	Still true in 125.
Comment 1 DJ Houghton CLA 2001-10-23 23:52:19 EDT
PRODUCT VERSION:
	JT 037

Comment 2 Jerome Lanneluc CLA 2002-03-12 06:32:43 EST
Saving a working copy doesn't change the original cu's resource. It is done 
only when the working copy is committed.
Closing.