<i18n dev> RFR: 8340082: Use inline return tag in java.base
Chen Liang
liach at openjdk.org
Fri Sep 13 13:10:06 UTC 2024
On Fri, 13 Sep 2024 02:47:18 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Candidates for this refactoring were found programmatically; the program to find candidates is in a comment on the bug.
This patch only captures one-line returns without extra sentences. Is it possible for us to handle slightly more complex documentations like `ParameterizedType::getActualTypeArguments`? https://github.com/openjdk/jdk/blob/f7cb6e23194c8e08a699eca84ae9b424c0283588/src/java.base/share/classes/java/lang/reflect/ParameterizedType.java#L50-L58
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20981#issuecomment-2348921651
More information about the i18n-dev
mailing list