Bug 10936 - Javadoc completion shouldn't add imports
Summary: Javadoc completion shouldn't add imports
Status: RESOLVED DUPLICATE of bug 128661
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-07 06:25 EST by Philipe Mulet CLA
Modified: 2007-09-18 04:55 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 Philipe Mulet CLA 2002-03-07 06:25:55 EST
Build 20020305

When codeassisting inside a @see javadoc tag, it should not insert an extra 
import if the chosen type needs qualification. I may not need this type in the 
source directly.
Comment 1 Erich Gamma CLA 2002-03-08 06:48:05 EST
the import is required for JavaDoc
Comment 2 Paul Mackinlay CLA 2007-09-17 09:21:38 EDT
Should this be resolved as invalid?

It happens to me with jdt version 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR 

Worst still it imports a class which is available within eclipse but not when depolyed as a J2EE app (EJB trying to import a UI class) so it breaks the build as well.
Comment 3 Paul Mackinlay CLA 2007-09-17 09:28:43 EDT
Actually - ignore my last comment I didn't see your comment about he javadoc.
Comment 4 Dani Megert CLA 2007-09-17 12:39:03 EDT
Reopening to mark as dup.
Comment 5 Dani Megert CLA 2007-09-17 12:40:08 EDT

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