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

Bug 294520

Summary: [pull up] puts bad import statements in source and target classes (nested enum and static imports)
Product: [Eclipse Project] JDT Reporter: Brian Miller <Brian.Miller>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: markus.kell.r
Version: 3.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard: stalebug

Description Brian Miller CLA 2009-11-06 17:30:04 EST
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.27 Safari/532.0
Build Identifier: 20090920-1017

package base;
public class Base {}

package bug;
import static bug.Bug.BBB.y;
import base.Base;
class Bug extends Base{
	enum BBB{y}
	Object AAA=y, ccc=y;
}

Reproducible: Always

Steps to Reproduce:
Please pull up members AAA and BBB at the same time.  Both source and target classes get broken by bad import statements.
Comment 1 Eclipse Genie CLA 2019-12-17 12:15:39 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.