-
Bug
-
Resolution: Fixed
-
P5
-
16, 17, 18
-
None
-
b15
Using ByteArrayOutputStream.toString to convert its content to a String is cleaner than new String(out.toByteArray()). Also it's a bit faster because of one less array copy.