Re: RFR: 8254622: Hide superclasses from conditionally exported packages [v2]

2025-04-11 Thread Chen Liang
On Tue, 8 Apr 2025 09:02:25 GMT, Hannes Wallnöfer wrote: >> Please review an enhancement to treat classes and interfaces that are not >> included and not unconditionally exported as hidden. This means they do not >> show up in the generated documentation even if they are implemented or >> exte

Re: RFR: 8254622: Hide superclasses from conditionally exported packages [v2]

2025-04-11 Thread Kevin Rushforth
On Tue, 8 Apr 2025 09:02:25 GMT, Hannes Wallnöfer wrote: >> Please review an enhancement to treat classes and interfaces that are not >> included and not unconditionally exported as hidden. This means they do not >> show up in the generated documentation even if they are implemented or >> exte

Re: RFR: 8254622: Hide superclasses from conditionally exported packages [v2]

2025-04-08 Thread Hannes Wallnöfer
On Sat, 5 Apr 2025 00:35:35 GMT, Chen Liang wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review feedback: add Utils.isVisible(TypeElement) method > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclet

Re: RFR: 8254622: Hide superclasses from conditionally exported packages [v2]

2025-04-08 Thread Hannes Wallnöfer
> Please review an enhancement to treat classes and interfaces that are not > included and not unconditionally exported as hidden. This means they do not > show up in the generated documentation even if they are implemented or > extended by a documented type. > > This change makes the `@hidden

Re: RFR: 8254622: Hide superclasses from conditionally exported packages

2025-04-04 Thread Chen Liang
On Fri, 4 Apr 2025 13:36:19 GMT, Hannes Wallnöfer wrote: > Please review an enhancement to treat classes and interfaces that are not > included and not unconditionally exported as hidden. This means they do not > show up in the generated documentation even if they are implemented or > extended

RFR: 8254622: Hide superclasses from conditionally exported packages

2025-04-04 Thread Hannes Wallnöfer
Please review an enhancement to treat classes and interfaces that are not included and not unconditionally exported as hidden. This means they do not show up in the generated documentation even if they are implemented or extended by a documented type. This change makes the `@hidden` JavaDoc ta