JDK-8140429 : javadoc @index words must also be in the generated index html file
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-10-23
  • Updated: 2017-01-31
  • Resolved: 2015-12-02
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 9
9 b94Fixed
Related Reports
Blocks :  
Description
Javadoc generates an index static html file.  This file contains the index of all members found in a set of javadoc source files.    For JDK 9, we should also indexed all the @index words (search tags).

Comments
Resolved as a part of fix for 8141492.
02-12-2015