Bug 3820

Summary: Missing
Product: [Eclipse Project] JDT Reporter: Carolyn MacLeod <carolynmacleod4>
Component: UIAssignee: Adam Kiezun <akiezun>
Status: VERIFIED FIXED QA Contact:
Severity: critical    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Carolyn MacLeod CLA 2001-10-10 23:01:25 EDT
Create a new class.
	Decide to copy the package imports and the first method from another 
class,
	so go to the other class and select the text from the first import 
statement to the end of the first method,
	copy it, go to the new class, select almost everything except for the 
package statement and the final }
	and paste overtop.  Forget to change the pasted class name back to the 
new class name, and save.
	You get the dialog that asks if you want to rename the compilation unit 
to the new name. (Yes/No)
	No, you don't, but if you click "No", you will mess up the constructor 
names.
	What you *really* want here is a cancel button in the dialog.

NOTES:
	CM (6/5/2001 11:24:55 AM)
		I opened a similar PR before, but against a different dialog:
		1GDSCT6: ITPJUI:ALL - Missing Cancel button on "Move 
Compilation Unit?" dialog

EG (6/5/2001 9:43:07 AM)
	annoying, but not critical, defer
Comment 1 Adam Kiezun CLA 2001-10-17 09:19:50 EDT
'smartness' on save has been removed - now, when you edit, we do not do any 
magic for you. if the user wants smartness, they are asked to use refactoring.
editing does not trigger it.
so, this problem does not longer exist
Comment 2 DJ Houghton CLA 2001-10-24 07:21:38 EDT
PRODUCT VERSION:
	118