This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 122484

Summary: Javadoc integration with import management
Product: java Reporter: Jan Pokorsky <jpokorsky>
Component: JavadocAssignee: Jan Pokorsky <jpokorsky>
Status: RESOLVED FIXED    
Severity: blocker CC: jglick
Priority: P2 Keywords: PLAN
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Jan Pokorsky 2007-11-21 12:12:57 UTC
The javadoc support should be integrated to the import management. 

* Fix Imports should analyze also javadocs (@see, @link, ... tags)
* Unused imports should check references in javadocs
* The Add Import editor hint should be offered inside javadoc if necessary
Comment 1 Jan Pokorsky 2007-11-21 12:22:35 UTC
*** Issue 100777 has been marked as a duplicate of this issue. ***
Comment 2 Jan Pokorsky 2008-01-28 15:40:34 UTC
*** Issue 126102 has been marked as a duplicate of this issue. ***
Comment 3 Jan Pokorsky 2008-02-13 09:26:47 UTC
*** Issue 102012 has been marked as a duplicate of this issue. ***
Comment 4 Jesse Glick 2008-02-13 17:40:19 UTC
* imports used only in Javadoc should be displayed in black, not grey, text
* mark occurrences should ideally work also for Javadoc references
Comment 5 Jan Pokorsky 2008-03-24 21:28:51 UTC
I have added javadoc support of java references to following features:
 * fix all imports
 * unused imports highlighting
 * mark occurrences
 * instant rename of java references
 * hyperlinking
as http://hg.netbeans.org/main/rev/298c26505b10.

What is still missing is the Add Import editor hint. This will require more work. I have filed issue #130953 for it.
Comment 6 Jan Pokorsky 2008-03-27 15:39:55 UTC
*** Issue 117748 has been marked as a duplicate of this issue. ***