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 105217 - Highlight broken links in Javadoc
Summary: Highlight broken links in Javadoc
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-31 07:46 UTC by Andrei Badea
Modified: 2009-02-03 10:58 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 Andrei Badea 2007-05-31 07:46:16 UTC
Broken links in Javadoc should be highlighted as errors. For example, in the
following

/**
 * See {@link #foobarbaz}.
 */

I would like to see #foobarbaz highlighted.with an error like "member foobarbaz
not found" or something similar.
Comment 1 Rastislav Komara 2009-02-03 10:58:12 UTC
Overtake.