Bug 383753 - [quick fix] Enhance quickfix for "Javadoc: XXX cannot be resolved to a type" to detect renamed types
Summary: [quick fix] Enhance quickfix for "Javadoc: XXX cannot be resolved to a type" ...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-28 05:36 EDT by Noel Grandin CLA
Modified: 2012-06-28 05:36 EDT (History)
0 users

See Also:


Attachments
screenshot of existing javadoc quickfix (19.64 KB, image/png)
2012-06-28 05:36 EDT, Noel Grandin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Noel Grandin CLA 2012-06-28 05:36:03 EDT
Build Identifier: M20120208-0800

Love the existing quickfix stuff.

It would be nice if the "Javadoc: XXX cannot be resolved to a type" quickfix could be enhanced to detect when a type has moved packages.

For example, in the attached screenshot, the javadoc reads
   * @see com.sun.star.connections.XAcceptor
when it should say
   * @see com.sun.star.connection.XAcceptor




Reproducible: Always
Comment 1 Noel Grandin CLA 2012-06-28 05:36:47 EDT
Created attachment 217998 [details]
screenshot of existing javadoc quickfix