Bug 120583 - [reorg] move does not correctly qualify static members [refactoring]
Summary: [reorg] move does not correctly qualify static members [refactoring]
Status: CLOSED DUPLICATE of bug 150561
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-13 10:29 EST by Olivier Thomann CLA
Modified: 2010-01-25 08:38 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2005-12-13 10:29:33 EST
Following of bug 114539, the initial problem is fixed. No more NPE, but the resulting CU looks wrong.
After following steps from bug 114539 comment 0, the CU is:
package org.foo;
public class Foo {
	int bar= Bar.FOO;
	private static final int FOO= 0;
}

I would expect Bar.FOO to be replaced with FOO.
Comment 1 Markus Keller CLA 2010-01-25 08:38:02 EST

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