On Fri, 28 Oct 2022 19:36:07 GMT, Rémi Forax <[email protected]> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update TemplateRuntime::combine
>
> src/java.base/share/classes/java/lang/template/TemplateRuntime.java line 325:
>
>> 323: * @throws NullPointerException fragments or values is null or if
>> any of the fragments is null
>> 324: */
>> 325: static String interpolate(List<String> fragments, List<Object>
>> values) {
>
> I think it should be better to ensure that the caller always call with a
> List.of() or a List.copyOf() so null is not a possible element
Changing
-------------
PR: https://git.openjdk.org/jdk/pull/10889