On Fri, 3 Jun 2022 08:48:18 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:
>> The original purpose of this issue was to fix the problems of elements on >> the deprecated API list that can't be deselected because their release is >> not included in the list of checkboxes at the top of the page. This is fixed >> here by adding a checkbox for all elements/releases not included in the list >> if necessary. >> >> While working on it I discovered a few corner cases that produce undesirable >> output for the deprecated list. This includes the case of a single release >> (where a checkbox doesn't make any sense) and the case of some or all >> releases not having any occurrences in the `since` element of deprecated >> elements (in which case the checkbox is useless as well). A more detailed >> description of these cases is available in the [JBS >> issue](https://bugs.openjdk.java.net/browse/JDK-8287524). >> >> As examples for the output generated with this change I uploaded JDK API >> docs: >> >> http://cr.openjdk.java.net/~hannesw/8287524/api.00/deprecated-list.html >> >> To illustrate behaviour in corner cases mentioned above I also uploaded >> deprecated pages generated by the `TestNewAPIListWriter` test (which despite >> its name also tests the "extended" deprecated list). >> >> http://cr.openjdk.java.net/~hannesw/8287524/test.00/TestNewApiList/out-multi/deprecated-list.html >> http://cr.openjdk.java.net/~hannesw/8287524/test.00/TestNewApiList/out-none/deprecated-list.html >> http://cr.openjdk.java.net/~hannesw/8287524/test.00/TestNewApiList/out-package/deprecated-list.html >> http://cr.openjdk.java.net/~hannesw/8287524/test.00/TestNewApiList/out-single/deprecated-list.html > > Hannes Wallnöfer has updated the pull request incrementally with one > additional commit since the last revision: > > Keep same HTML id to avoid breaking the tests Marked as reviewed by jjg (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/8973