-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.0
-
Component/s: core-libs
-
mantis
-
generic
-
generic
-
Verified
Name: ipR10067 Date: 06/17/2002
The behavior of constructor String(byte[],int,int,String)
is not specified for the case when the byte array is null.
It looks like words "or the bytes array" are missing
in phrase (instead of *)
"Throws:
...
NullPointerException - if charsetName * is null
"
of the description of the constructor.
======================================================================