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 16669 - <checklinks> failed to notice bad in-doc fragment link
Summary: <checklinks> failed to notice bad in-doc fragment link
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-18 08:41 UTC by Jesse Glick
Modified: 2002-07-02 21:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-10-18 08:41:03 UTC
[dev oct 16] <checklinks> sometimes misses bad links, such as this one from 
openide/api/doc/org/openide/windows/doc-files/api.html:
Details in section <A HREF="#XXX">4.4</A>.
Comment 1 Jesse Glick 2001-10-30 21:17:14 UTC
P3 is probably an overstatement.
Comment 2 rbalada 2002-02-20 17:35:00 UTC
Pinging for update. This issue is still new.
Comment 3 Jesse Glick 2002-06-27 20:08:09 UTC
Fixed.

committed     Up-To-Date  1.5        
nbbuild/antsrc/org/netbeans/nbbuild/CheckLinks.java
Comment 4 Patrick Keegan 2002-06-27 20:14:15 UTC
does this address the issue with anchors?
Comment 5 Jesse Glick 2002-06-27 21:08:44 UTC
Which issue in particular? I hope so. I checked that it finds links to
missing files (HTML, non-HTML via a href=, and images via img src=);
duplicated anchor names within an HTML file; links to outside files
with bad anchor references; links within the document with bad anchor
references. Should be everything you need, I hope.
Comment 6 Patrick Keegan 2002-07-02 21:52:16 UTC
In the past, references to anchors have turned up as missing links. I haven't had a chance to check the 
fix on my machine, because I've had some snafu with ant (maybe related to the installation of a different 
JDK).