-
Bug
-
Resolution: Fixed
-
P5
-
17
-
b07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8301100 | 17.0.7 | Victor Rudometov | P5 | Resolved | Fixed | b01 |
A DESCRIPTION OF THE PROBLEM :
There are several code samples in the Java SE API documentation still using constructors of primitive wrapper classes, which are deprecated for removal. They should be replaced by valueOf factory methods or auto-boxing.
Here's what I found:
java.awt.image.renderable.ParameterBlock
java.awt.font.LineBreakMeasurer
There are several code samples in the Java SE API documentation still using constructors of primitive wrapper classes, which are deprecated for removal. They should be replaced by valueOf factory methods or auto-boxing.
Here's what I found:
java.awt.image.renderable.ParameterBlock
java.awt.font.LineBreakMeasurer
- backported by
-
JDK-8301100 Usage of constructors of primitive wrapper classes should be avoided in java.desktop API docs
-
- Resolved
-
- clones
-
JDK-8299502 Usage of constructors of primitive wrapper classes should be avoided in javax.xml API docs
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/0720b240
-
Commit openjdk/jdk/b5ee3d1f
-
Review openjdk/jdk17u-dev/1104
-
Review openjdk/jdk/12127
-
Review openjdk/jdk/12128
(2 links to)