Default array toString
implementation will not produce a readable result, Arrays.toString
should be used instead
Comment From: jhoeller
Good point! This remained unnoticed in the course of a refactoring from one method name to a set of method names... Thanks for spotting it and raising this.