RFR: 8229186: Improve error messages for TestStringIntrinsics failures [v3]

Evgeny Nikitin enikitin at openjdk.java.net
Wed Sep 30 19:49:19 UTC 2020


On Wed, 30 Sep 2020 16:35:02 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

>> Evgeny Nikitin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Replace new space string with constant
>
> test/lib/jdk/test/lib/format/ArrayCodec.java line 157:
> 
>> 155:             return ArrayCodec.of((String[])array);
>> 156:         } else if (!type.isPrimitive() && !type.isArray()) {
>> 157:             return ArrayCodec.of((String[])array);
> 
> Suggestion:
> 
>             return ArrayCodec.of((Object[])array);
> 
> copy-paste typo?

A good one, thanks. Fixed.

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

PR: https://git.openjdk.java.net/jdk/pull/112


More information about the core-libs-dev mailing list