Re: RFR: JDK-8241895 use new "details-list" CSS class instead of general "block-list" for list of details sections

2020-04-03 Thread Hannes Wallnoefer
Hi Jon, The changes look good to me. As I said in my previous review, the separation of method and CSS class use is a big improvement. The html.*Writer classes still make be a bit uneasy. Browsing through the classes I found a number of unused methods, but that is not related to your changese

Re: RFR: 8237383: Members inherited from non-public types are not included in index

2020-04-03 Thread Hannes Wallnoefer
Thanks for the review, Jon. I uploaded a new webrev that includes some but not all of your suggestions. I think we should do more in a separate cleanup, especially the one to put IndexItem and SearchIndexItem in a single class hierarchy. http://cr.openjdk.java.net/~hannesw/8237383/webrev.01/

Re: RFR: 8241982: Make TestSearchScript.java run with GraalJS

2020-04-03 Thread sundararajan . athijegannathan
Looks good to me. -Sundar On 02/04/20 8:27 pm, Hannes Wallnoefer wrote: Please review: JBS: https://bugs.openjdk.java.net/browse/JDK-8241982 Webrev: http://cr.openjdk.java.net/~hannesw/8241982/webrev.00/ This makes TestSearchScript.java run with GraalJS in addition to Nashorn, and potentiall

Re: RFR: 8240169: javadoc fails to link to non-modular api docs

2020-04-03 Thread Hannes Wallnoefer
I realised there’s a simpler solution to the problem. Instead of using a Set to track packages with non-modular documentation we can just return the module name that matches our internal model in #checkLinkCompatibility. I also changed the JBS summary to „javadoc fails to link to docs with non-