RFR: JDK-8289730 : Deprecated code in src/java.base/share/classes/java/lang/ClassCastException.java
ScientificWare
duke at openjdk.org
Tue Jul 5 10:50:02 UTC 2022
- Correct a deprecated code.
- Update Copyright.
- More wide question : How are you dealing with deprecated codes in snippets ?
```
@deprecated(since="9")
public Integer(int value)
```
-------------
Commit messages:
- Merge branch 'openjdk:master' into patch-2
- Merge branch 'openjdk:master' into patch-2
- Merge branch 'openjdk:master' into patch-2
- Merge branch 'openjdk:master' into patch-2
- Update Copyright date.
- Merge branch 'openjdk:master' into patch-2
- Use deprecated Constructor.
Changes: https://git.openjdk.org/jdk/pull/9359/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9359&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8289730
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/9359.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9359/head:pull/9359
PR: https://git.openjdk.org/jdk/pull/9359
More information about the core-libs-dev
mailing list