[jdk20] RFR: 8297288: Example code in Scanner class

Naoto Sato naoto at openjdk.org
Fri Dec 9 23:04:01 UTC 2022


On Fri, 9 Dec 2022 18:32:37 GMT, Naoto Sato <naoto at openjdk.org> wrote:

> The example in `Scanner` directly uses `System.in` which may cause unwanted behavior when the default charset and the console charset differ. Using `Console.reader()` is more appropriate. Also changed examples into snippets.

Yes. This issue stems from [JEP 400](https://openjdk.org/jeps/400) that went into JDK18 where spec/behavior changes are all described.

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

PR: https://git.openjdk.org/jdk20/pull/14


More information about the core-libs-dev mailing list