-
Bug
-
Resolution: Fixed
-
P4
-
9
sun/misc/CharacterDecoder.java:191: warning: [deprecation] getBytes(int,int,byte[],int) in java.lang.String has been deprecated
inputString.getBytes(0, inputString.length(), inputBuffer, 0);
inputString.getBytes(0, inputString.length(), inputBuffer, 0);
- relates to
-
JDK-8039474 sun.misc.CharacterDecoder.decodeBuffer should use getBytes(iso8859-1)
-
- Resolved
-