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

Summary: <checklinks> failed to notice bad in-doc fragment link
Product: www Reporter: Jesse Glick <jglick>
Component: Builds & RepositoriesAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker CC: pkeegan
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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).