Bug 383753

Summary: [quick fix] Enhance quickfix for "Javadoc: XXX cannot be resolved to a type" to detect renamed types
Product: [Eclipse Project] JDT Reporter: Noel Grandin <noelgrandin>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.8   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
screenshot of existing javadoc quickfix none

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