Bug 3747 - Organize import adds import that leads to compile error (1GELIOE)
Summary: Organize import adds import that leads to compile error (1GELIOE)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:00 EDT by Dani Megert CLA
Modified: 2002-01-17 09:52 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.