<i18n dev> RFR: 8340082: Use inline return tag in java.base

Joe Darcy darcy at openjdk.org
Fri Sep 13 16:38:10 UTC 2024


On Fri, 13 Sep 2024 13:13:58 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> > This patch only captures one-line returns without extra sentences. Is it possible for us to handle slightly more complex documentations like `ParameterizedType::getActualTypeArguments`?
> 
> Sure, it is possible. However, there's a tradeoff between comprehensiveness and the effort required. Joe's script provides a lot for a little.
> 
> If there's interest in it, we could file follow-up bugs to fix more cases with more powerful tools.

Yes, the quick and dirty program is only a "minimum viable product" level of functionality. It is not complete and doesn't catch all cases. Future improvements welcome!

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

PR Comment: https://git.openjdk.org/jdk/pull/20981#issuecomment-2349358796


More information about the i18n-dev mailing list