RFR: JDK-8288624: Cleanup CommentHelper.getText0 [v2]

Jonathan Gibbons jjg at openjdk.org
Mon Jul 11 15:47:40 UTC 2022


On Mon, 11 Jul 2022 13:00:43 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> I'm not convinced the added overload to commentTagsToContent is the best solution. 

Thanks. I'll investigate your suggestions.  Avoiding new overloads would be good.

While `shouldredirectRelativeLinks` seems like a good policy, right now, yes, it is limited to "summary pages", e.g. for packages and modules.  The new case is for `serialized-form` which is a top-level singleton summary page.

-------------

PR: https://git.openjdk.org/jdk/pull/9438


More information about the compiler-dev mailing list