Bug 3747

Summary: Organize import adds import that leads to compile error (1GELIOE)
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P4    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description Dani Megert CLA 2001-10-10 23:00:13 EDT
Create code that has the following fully qualified constant: SWT.Selection.
	Organize import
	==> adds: import org.eclipse.jdt.core.refactoring.code.Selection;
	which leads to compile error when file is saved and compiled.

	Test Case:
	Use organize import in JarManifestWizardPage

	Save and compile
	==> compile error because type is not visible

NOTES:
EG (5/31/2001 10:43:25 AM)
	requires JavaModel support - deferred
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:13:15 EDT
moved to 'active'
Comment 2 DJ Houghton CLA 2001-10-24 07:18:59 EDT
PRODUCT VERSION:
	0.115


Comment 3 Erich Gamma CLA 2001-11-11 05:27:32 EST
should be fixed by now. Martin pls verify and dispose PR if possible.
Comment 4 Martin Aeschlimann CLA 2001-11-20 09:09:56 EST
this is fixed.