Bug 7598

Summary: extract method: icorrect title of error dialog
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: UIAssignee: Dirk Baeumer <dirk_baeumer>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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