| Summary: | [move static members] Moving a constant talks about method | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Dani Megert <daniel_megert> |
| Component: | UI | Assignee: | 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: | |||
*** This bug has been marked as a duplicate of bug 154851 *** |
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...