Bug 186303 - [quick fix] There is no quickfix for depreceated imports
Summary: [quick fix] There is no quickfix for depreceated imports
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-10 02:49 EDT by Tamas Nagy CLA
Modified: 2007-05-16 10:09 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 Tamas Nagy CLA 2007-05-10 02:49:05 EDT
There are pretty useful quickfixes for almost everything, however there is no one for the depreceated imports... A suggestion to remove that would be a possible one...
Comment 1 Martin Aeschlimann CLA 2007-05-10 04:12:40 EDT
Simply removing the import can't be the solution.

We once planed to use annotations on declarations to offer a description how to fix the deprecation, but on the import its hard to give a replacement that works.

Can you comment on what you had in mind?