-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: core-libs
-
None
-
generic
-
generic
Files generated by JavaDoc are missing anchors that are
referenced by links that JavaDoc generates.
Directory:
/java/pubs/ws/MASTER/pubs7/docs/technotes/tools/share/jsdocs
1. Classes without fields
-------------------------
GLOBALS.html
JSInvoker.html
jlist.html
jmap.html
<a href=.. Missing Anchor: #field_summary
<a href=.. Missing Anchor: #field_detail
<a href=.. Missing Anchor: #field_summary
<a href=.. Missing Anchor: #field_detail
These pages have headers that have a link to "Fields".
But since that section isn't generated, the links break.
The same problem undoubtedly occur for classes that
have no methods or explicit constructors.
2. Weird links in the main index page
-------------------------------------
index-all.html
<a href=.. Missing Anchor: # In jsdocs/GLOBALS.html
<a href=.. Missing Anchor: # In jsdocs/jlist.html
<a href=.. Missing Anchor: # In jsdocs/jmap.html
<a href=.. Missing Anchor: # In jsdocs/JSInvoker.html
That page has code like the following:
<A NAME="__G__"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="GLOBALS.html#"><B>GLOBALS</B></A> -
^^^^^^--error
class <A HREF="GLOBALS.html">GLOBALS</A>
^^^^^^--ok
<DD>
</DL>
The line looks like: _GLOBALS_ = class _GLOBALS_
where the 2nd link is fine, but the first has an extraneous
hash mark at the end. (A problem which may or may not be
related to the first one.)
referenced by links that JavaDoc generates.
Directory:
/java/pubs/ws/MASTER/pubs7/docs/technotes/tools/share/jsdocs
1. Classes without fields
-------------------------
GLOBALS.html
JSInvoker.html
jlist.html
jmap.html
<a href=.. Missing Anchor: #field_summary
<a href=.. Missing Anchor: #field_detail
<a href=.. Missing Anchor: #field_summary
<a href=.. Missing Anchor: #field_detail
These pages have headers that have a link to "Fields".
But since that section isn't generated, the links break.
The same problem undoubtedly occur for classes that
have no methods or explicit constructors.
2. Weird links in the main index page
-------------------------------------
index-all.html
<a href=.. Missing Anchor: # In jsdocs/GLOBALS.html
<a href=.. Missing Anchor: # In jsdocs/jlist.html
<a href=.. Missing Anchor: # In jsdocs/jmap.html
<a href=.. Missing Anchor: # In jsdocs/JSInvoker.html
That page has code like the following:
<A NAME="__G__"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="GLOBALS.html#"><B>GLOBALS</B></A> -
^^^^^^--error
class <A HREF="GLOBALS.html">GLOBALS</A>
^^^^^^--ok
<DD>
</DL>
The line looks like: _GLOBALS_ = class _GLOBALS_
where the 2nd link is fine, but the first has an extraneous
hash mark at the end. (A problem which may or may not be
related to the first one.)