Re: RFR: JDK-8260388: Listing (sub)packages at package level of API documentation

2021-03-10 Thread Daniel Fuchs
Hi Hannes, I wonder if it's a good idea (or not) to show "related" packages that come from other modules. For instance - if you click on java.base, then on java.net, you see 2 related packages: - java.net.spi (which is in java.base) - java.net.http - which is in another module (java.net.h

RFR: JDK-8260388: Listing (sub)packages at package level of API documentation

2021-03-10 Thread Hannes Wallnöfer
This adds a "Related Packages" table to package summary pages with a list of neighboring tables. The rules for including packages is as follows: 1. The super package of the current package is included if it exists. 2. Direct subpackages of the current package are included, but only if their nu