Bug 7598 - extract method: icorrect title of error dialog
Summary: extract method: icorrect title of error dialog
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Dirk Baeumer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-15 08:53 EST by Adam Kiezun CLA
Modified: 2002-01-15 13:32 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 Adam Kiezun CLA 2002-01-15 08:53:26 EST
try this:
class A{
	int f;
	void m(int i){
		int x= /*[*/f/*]*/;
	}
}
the dialog title is: "&Extract Method..."
is should be: "Extract Method"
Comment 1 Dirk Baeumer CLA 2002-01-15 13:32:13 EST
Fixed in build > xI-20020215