Bug 3820 - Missing
Summary: Missing
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Adam Kiezun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:01 EDT by Carolyn MacLeod CLA
Modified: 2002-01-18 03:08 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 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