-
Bug
-
Resolution: Fixed
-
P4
-
6
-
b63
-
generic
-
generic
Our implementation calls Character.isValidCodePoint() for byte, short, and integer, but the spec only says that the method is called for int. We should update the spec to cover the existing behaviour.