JDK-8072461 : Table's field width in "Use" page generated by javadoc with '-s' is unbalanced
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 8u31
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-02-04
  • Updated: 2016-03-02
  • Resolved: 2015-03-12
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 8 JDK 9
8u60Fixed 9 b55Fixed
Related Reports
Relates :  
Description
Table's field width in "Use" page(package-use.html ) which is generated by 
javadoc command with '-use' option is unbalanced.
As the result, the field for "Package" is too wide and the field for 
"Description" is too narrow then the readability is very bad.


Comments
In addition to use pages (package-use and class-use), this issues also appears in constant-values pages. The fix for this is updating the stylesheet by removing "width:100%;" for styles that include ".useSummary td, .constantsSummary td" and adding ".useSummary td.colFirst, .useSummary th.colFirst," to the styles that describe the other summary types.
12-02-2015