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

Jonathan Gibbons jjg at openjdk.org
Tue Jul 12 14:32:51 UTC 2022


On Tue, 12 Jul 2022 13:13:17 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> Thanks for looking into the issue concerning rewriting of relative links. The new solution is much nicer.
> 
> From the main description of this PR it sounds like it was you intention to remove the `CommentHelper.getText` methods. However, I notice that the methods are not removed, and there is one use of `getText(DocTree)` remaining in `CommentHelper.getLabel(DocTree)`. Is guess this is an oversight or is it intentional?

Definite oversight. Will fix. Thanks.

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

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


More information about the compiler-dev mailing list