-
Bug
-
Resolution: Done
-
Major
-
None
-
None
line 176 contains the statement:
final CharBuffer cb = CharBuffer.wrap(s + "\n");
where s is of type char[]. Adding the newline string implicitly invokes toString on the char array.