A DESCRIPTION OF THE PROBLEM :
A code sample in src/java.base/share/classes/java/lang/ClassCastException.java
uses the deprecated Integer constructor and should be replaced with Integer.valueOf(int)
@deprecated(since="9")
public Integer​(int value)
https://github.com/openjdk/jdk/pull/9359
A code sample in src/java.base/share/classes/java/lang/ClassCastException.java
uses the deprecated Integer constructor and should be replaced with Integer.valueOf(int)
@deprecated(since="9")
public Integer​(int value)
https://github.com/openjdk/jdk/pull/9359