Integrated: 8299501: Usage of constructors of primitive wrapper classes should be avoided in java.util API docs

Justin Lu duke at openjdk.org
Mon Jan 9 21:29:00 UTC 2023


On Fri, 6 Jan 2023 18:54:07 GMT, Justin Lu <duke at openjdk.org> wrote:

> Removed constructors of primitive wrapper classes (deprecated for removal) in  _java.util.Arrays_
> 
> Replaced with .valueOf() method

This pull request has now been integrated.

Changeset: f36f1354
Author:    Justin Lu <justin.lu at oracle.com>
Committer: Naoto Sato <naoto at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f36f1354c63a500c70ae51a9c2b2d21ad55cfa77
Stats:     5 lines in 1 file changed: 0 ins; 0 del; 5 mod

8299501: Usage of constructors of primitive wrapper classes should be avoided in java.util API docs

Reviewed-by: naoto, lancea

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

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


More information about the core-libs-dev mailing list