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 24403 - Javadoc generation should hyperlink output
Summary: Javadoc generation should hyperlink output
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 15920
Blocks:
  Show dependency tree
 
Reported: 2002-06-04 22:26 UTC by Jesse Glick
Modified: 2005-04-29 23:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-06-04 22:26:07 UTC
I ran (external) Javadoc on some sources and got
warnings like this from the 1.4.0 standard doclet:

/space/src/ds/src/org/netbeans/api/ds/DataObject.java:295:
warning - Tag @link: can't find
handleCreateFromTemplate in
org.netbeans.api.ds.DataObject
/space/src/ds/src/org/netbeans/api/ds/DataObject.java:225:
warning - Tag @link: reference not found:
Node#getHandle
[etc.]

Surely these could be hyperlinked in the Output
Window to help you correct the problems. Should be
able to double-click to jump to the correct source
file and line, and "Tag @link: reference..."
should be displayed in the status bar, and ideally
an annotation in the source editor just as for
compilation errors.
Comment 1 Jesse Glick 2002-06-04 22:26:55 UTC
API improvement in issue #15920 should simplify implementation.
Comment 2 Marek Grummich 2002-07-22 10:50:48 UTC
Set target milestone to TBD
Comment 3 _ pkuzel 2003-09-09 17:03:43 UTC
I'm now responsible for JavaDoc module.
Comment 4 _ pkuzel 2004-03-24 10:48:06 UTC
[batch] Giving up javadoc issues exclusive ownership.
Comment 5 Jesse Glick 2005-04-29 23:02:34 UTC
Using Ant fixed this.