Bug 186303

Summary: [quick fix] There is no quickfix for depreceated imports
Product: [Eclipse Project] JDT Reporter: Tamas Nagy <tamas.nagy>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: martinae
Version: 3.3   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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?