Bug 61567 - Organize Imports on fully qualified classes [code manipulation]
Summary: Organize Imports on fully qualified classes [code manipulation]
Status: CLOSED DUPLICATE of bug 112999
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-10 05:04 EDT by Ilja Preuss CLA
Modified: 2012-03-19 07:59 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ilja Preuss CLA 2004-05-10 05:04:09 EDT
"Organize Imports" should (optionally) replace all fully qualified class 
references by imports where possible.

That is,

javax.swing.JButton button = new javax.swing.JButton();

should be reorganized to

import javax.swing.JButton;

JButton button = new JButton();
Comment 1 Dirk Baeumer CLA 2004-05-10 05:39:14 EDT
Not for 3.0
Comment 2 Eclipse Webmaster CLA 2009-08-30 02:42:16 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.
Comment 3 Dani Megert CLA 2012-03-19 07:59:39 EDT
.

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