Integrated: 8338133: Cleanup direct use of `new HtmlTree`

2024-09-05 Thread Jonathan Gibbons
On Thu, 29 Aug 2024 20:10:13 GMT, Jonathan Gibbons wrote: > Please review an update to "clean up" the direct use of HtmlTree constructors. > > Hitherto, many/most instances of `HtmlTree` were created by static factory > methods. This update extends that convention. > In most cases, this is by

Re: RFR: 8338133: Cleanup direct use of `new HtmlTree` [v3]

2024-09-05 Thread Hannes Wallnöfer
On Wed, 4 Sep 2024 15:56:55 GMT, Jonathan Gibbons wrote: >> Please review an update to "clean up" the direct use of HtmlTree >> constructors. >> >> Hitherto, many/most instances of `HtmlTree` were created by static factory >> methods. This update extends that convention. >> In most cases, thi