> Please review a simple change to avoid adding section index items (added in > JDK-8286470) from appearing in the static index pages where the tend to cause > trouble. > > The change is implemented by making `IndexItem.isTagItem()` behave true to > its specification again and only return `true` if it actually represents a > JavaDoc tag, and add a new `IndexItem.isSectionItem()` method for the new > section index items. The new method is used to make sure section links are > not listed in the index pages.
Hannes Wallnöfer has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision: Include sections in index pages but restrict key characters ------------- Changes: - all: https://git.openjdk.org/jdk/pull/14312/files - new: https://git.openjdk.org/jdk/pull/14312/files/9f930fa8..b834e70e Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=14312&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=14312&range=01-02 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/14312.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/14312/head:pull/14312 PR: https://git.openjdk.org/jdk/pull/14312