JDK-6348302 :
now at top of javadoc pages
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2005-11-10
  • Updated: 2014-05-05
  • Resolved: 2013-06-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Relates :  
Relates :  
Description
failing tests: javadoc/regression/T4456112, javadoc/regression/T4429628, javadoc/regression/T4483409, javadoc/regression/T4483413, javadoc/regression/T4496270

html pages generated by javadoc now have <HR> at the top of the page.
It doesn't seem to add any value to the page.

Comments
This bug was fixed as a part of the 6851834 where an HTML document structure was implemented in JDK 7. This bug is not reproducible in the latest versions.
13-06-2013

EVALUATION This change occured when 6227616 added the "-top" option. Any "-top" text appears at the top of the page, then <HR>, then the rest of the page. It's likely unintentional that <HR> gets added even when "-top" wasn't used. In com/sun/tools/doclets/formats/html/HtmlDocletWriter.java see the printTop method. If configuration.top is "", perhaps the <HR> should be omitted.
07-06-2006