Re: RFR: JDK-8315464: Uncouple AllClassesIndexWriter from IndexBuilder

2023-09-15 Thread Andrey Turbanov
On Thu, 14 Sep 2023 16:19:06 GMT, Hannes Wallnöfer wrote: > My original intention with this cleanup was to keep using > `[Html]IndexBuilder' for both the "All Classes" and the main index, but just > improve separation of code and naming of classes. However, I then discovered > two things: > >

Re: RFR: JDK-8314975: JavadocTester should set source path if not specified

2023-09-15 Thread Hannes Wallnöfer
On Fri, 25 Aug 2023 00:30:23 GMT, Jonathan Gibbons wrote: > Please review a test-only fix, for `JavadocTester`, to set the source path to > a sensible value if none specified explicitly, to override the tool default > to use the class path. > > The underlying issue is that TestNG is on the cla

Re: RFR: JDK-8315464: Uncouple AllClassesIndexWriter from IndexBuilder [v2]

2023-09-15 Thread Hannes Wallnöfer
> My original intention with this cleanup was to keep using > `[Html]IndexBuilder' for both the "All Classes" and the main index, but just > improve separation of code and naming of classes. However, I then discovered > two things: > > - The "All Classes" page is so simple to build that it doe