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

Summary: Highlight broken links in Javadoc
Product: java Reporter: Andrei Badea <abadea>
Component: SourceAssignee: Rastislav Komara <moonko>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.