Bug 4170

Summary: extract method: modifiers (1GJKYB3)
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: UIAssignee: Dirk Baeumer <dirk_baeumer>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description Dirk Baeumer CLA 2001-10-10 23:07:13 EDT
AK (9/5/2001 2:30:44 PM)
	a. i extract from a private static method - i expect the extracted method to be private static as well.
	b. the sequence of the access modifier should be public, protected, default, private
	c. if i extract from an instance method then the wizard could be clever enough and suggest if i can make the method
		static (i mean - give a me choice static/nopn-static; sometimes it's not possible so the checkbox would be disabled).

NOTES:
Comment 1 Dirk Baeumer CLA 2002-01-25 10:30:17 EST
Fixed a and b. No plans to fix c. C would be a separate refactoring: convert 
instance method to static method anfd vice versa. Adam please open another bug 
if you want this refactoring

Fixed in build > 20020124