Integrated: 8299502: Usage of constructors of primitive wrapper classes should be avoided in javax.xml API docs

Justin Lu duke at openjdk.org
Mon Jan 9 21:28:02 UTC 2023


On Thu, 5 Jan 2023 21:59:30 GMT, Justin Lu <duke at openjdk.org> wrote:

> Removed constructors of primitive wrapper classes (deprecated for removal) in _javax.xml.stream.XMLOutputFactory_ 
> 
> Replaced with Boolean static fields: Boolean.TRUE and Boolean.FALSE

This pull request has now been integrated.

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

8299502: Usage of constructors of primitive wrapper classes should be avoided in javax.xml API docs

Reviewed-by: joehw, naoto, lancea

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

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


More information about the core-libs-dev mailing list