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 98853

Summary: Code completion for javadoc tags
Product: java Reporter: tprochazka <tprochazka>
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: ENHANCEMENT Exception Reporter:

Description tprochazka 2007-03-23 21:49:09 UTC
- autocomplete when I type @ and ctrl+space
- autocomplete class and method name after @see,@link, etc.
- autocomplete parameters name and classname after @param
...
Comment 1 Jan Pokorsky 2007-09-21 13:58:39 UTC
*** Issue 87229 has been marked as a duplicate of this issue. ***
Comment 2 Jan Pokorsky 2007-11-26 10:10:01 UTC
*** Issue 120212 has been marked as a duplicate of this issue. ***
Comment 3 Jan Pokorsky 2008-02-12 13:07:53 UTC
implemented as http://hg.netbeans.org/main/rev/7884a70f910e
Comment 4 Michel Graciano 2008-02-12 16:11:51 UTC
I think issue http://www.netbeans.org/issues/show_bug.cgi?id=37691 is already fixed, since the comments for this issue
include completion for @link.
Comment 5 Jan Pokorsky 2008-02-12 17:38:23 UTC
*** Issue 37691 has been marked as a duplicate of this issue. ***
Comment 6 Jesse Glick 2008-02-12 23:48:56 UTC
BTW probably filed separately, but in case not: if you complete e.g.

{@link BigInteger}

then the IDE will helpfully insert also

import java.math.BigInteger;

but this import will be marked as unused, and if you remove it, there is no warning that the Javadoc link is now invalid.
Comment 7 Jan Pokorsky 2008-02-13 09:25:13 UTC
jglick: see issue #122484
Comment 8 Jan Pokorsky 2008-02-13 09:28:43 UTC
*** Issue 124160 has been marked as a duplicate of this issue. ***
Comment 9 Jiri Prox 2015-09-04 06:23:32 UTC
*** Bug 37691 has been marked as a duplicate of this bug. ***