-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: tools
-
None
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"}]
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"}]
- relates to
-
JDK-8181622 new {@index} tag generates multiple index entries
-
- Resolved
-
-
JDK-8202462 {@index} may cause duplicate labels
-
- Closed
-