Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 198391

Summary: [move static members] Moving a constant talks about method
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: markus.kell.r
Version: 3.3   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Dani Megert CLA 2007-07-31 09:20:05 EDT
R3.3 + I20070724-0800.

The dialog that comes up when moving a constant talks about methods instead of fields. Either we need two different messages or we use "member(s)"

Test Case:
1. paste:
	public class Bug {
        	private static final boolean BUG= true;
	}
2. select the constant 'BUG'
3. Refactor > Move...
Comment 1 Markus Keller CLA 2010-05-21 11:39:39 EDT

*** This bug has been marked as a duplicate of bug 154851 ***