-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b05
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300390 | 20.0.1 | Dukebot | P4 | Resolved | Fixed | b02 |
JDK-8300152 | 20 | Dukebot | P4 | Resolved | Fixed | b32 |
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.net.SocketOptions.setOption(int, Object)
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.net.SocketOptions.setOption(int, Object)
- backported by
-
JDK-8300152 Usage of constructors of primitive wrapper classes should be avoided in java.net API docs
-
- Resolved
-
-
JDK-8300390 Usage of constructors of primitive wrapper classes should be avoided in java.net 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/jdk20/dc5cc616
-
Commit openjdk/jdk/63cf4aa0
-
Review openjdk/jdk20/108
-
Review openjdk/jdk/11866
(2 links to)