JDK-8152997 : Duplicated entry in the search index
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Cannot Reproduce
  • Submitted: 2016-03-29
  • Updated: 2018-04-30
  • Resolved: 2017-10-26
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.
Other
tbd_minorResolved
Related Reports
Relates :  
Relates :  
Description
Search index contains duplicated entries.

Code sample to generate javadoc

/**
 * {@index Label}
 */

package sample;

public class IndexSample {
}

tag-search-index.json content for the sample above:

[{"l":"Label","h":"IndexSample","u":"IndexSample.html#Label"},{"l":"Label","h":"IndexSample","u":"IndexSample.html#Label"},{"l":"Label","h":"IndexSample","u":"IndexSample.html#Label"}]
Comments
This has been fixed earlier.
26-10-2017