On Mon, 12 Sep 2022 12:35:30 GMT, Andrey Turbanov <[email protected]> wrote:
> Usages of methods `Integer.valueOf`, `Boolean.valueOf`, `Long.valueOf` often > can be simplified by using their pair methods > `parseInt`/`parseBoolean`/`parseLong`. Marked as reviewed by [email protected] (no known OpenJDK username). ------------- PR: https://git.openjdk.org/jdk/pull/10237
