-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b05
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8300392 | 20.0.1 | Dukebot | P4 | Resolved | Fixed | b02 |
JDK-8300153 | 20 | Dukebot | P4 | Resolved | Fixed | b32 |
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:
javax.xml.stream.XMLOutputFactory
- backported by
-
JDK-8300153 Usage of constructors of primitive wrapper classes should be avoided in javax.xml API docs
- Resolved
-
JDK-8300392 Usage of constructors of primitive wrapper classes should be avoided in javax.xml API docs
- Resolved
- is cloned by
-
JDK-8299497 Usage of constructors of primitive wrapper classes should be avoided in java.desktop API docs
- Resolved
-
JDK-8299498 Usage of constructors of primitive wrapper classes should be avoided in java.lang API docs
- Resolved
-
JDK-8299499 Usage of constructors of primitive wrapper classes should be avoided in java.net API docs
- Resolved
-
JDK-8299500 Usage of constructors of primitive wrapper classes should be avoided in java.text API docs
- Resolved
-
JDK-8299501 Usage of constructors of primitive wrapper classes should be avoided in java.util API docs
- Resolved
- links to
-
Commit openjdk/jdk20/87865e0e
-
Commit openjdk/jdk/b8852f65
-
Review openjdk/jdk20/107
-
Review openjdk/jdk/11872