RFR: 8288589: Files.readString ignores encoding errors for UTF-16 [v3]

Naoto Sato naoto at openjdk.org
Tue Jun 21 21:49:59 UTC 2022


On Tue, 21 Jun 2022 20:59:40 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Adding a test case in ReadWriteString.java
>
> test/jdk/java/lang/String/NoReplTest.java line 47:
> 
>> 45:     private final static Charset WINDOWS_1252 = Charset.forName("windows-1252");
>> 46: 
>> 47:     @Test
> 
> Looks confusing that annotation goes before javadoc

Fixed.

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

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


More information about the core-libs-dev mailing list