RFR: 8299497: Usage of constructors of primitive wrapper classes should be avoided in java.desktop API docs
Sergey Bylokhov
serb at openjdk.org
Sun Jan 22 16:28:02 UTC 2023
On Sat, 21 Jan 2023 02:55:29 GMT, Tingjun Yuan <duke at openjdk.org> wrote:
> API docs of `java.awt.image.renderable.ParameterBlock` and `java.awt.font.LineBreakMeasurer` used deprecated constructors of `java.lang.Short` and `java.lang.Float`.
>
> Replacing by `valueOf` factory methods.
Please configure the tests in your repo:
>Testing is not configured
>In order to run pre-submit tests, the [source repository](https://github.com/yuantj/jdk-pr/actions) must be properly configured to allow test execution. See https://wiki.openjdk.org/display/SKARA/Testing for more information on how to configure this.
-------------
PR: https://git.openjdk.org/jdk/pull/12128
More information about the client-libs-dev
mailing list